[CLOSED][RECOVERY][OFFICIAL]TWRP 3.3.1-0 Touch Recovery [begonia] - Redmi Note 8 Pro ROMs, Kernels, Recoveries, & Othe

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. It's a full touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.​
Downloads:
Official Website
Instructions:
Follow Instructions give in official download page
Bugs:
- Decryption is broken.
- Backlight issues on Indian models.
- You tell me
XDA:DevDB Information
TWRP 3.3.1-0 Touch Recovery, Tool/Utility for the Redmi Note 8 Pro
Contributors
TheImpulson, Agent_fabulous
Source Code: https://github.com/TeamWin
Version Information
Status: Stable
Current Stable Version: 3.3.1-0
Stable Release Date: 2020-01-24
Created 2020-01-24
Last Updated 2020-01-29

README
Disabling AVB via fastboot will let you flash/boot TWRP on stock ROM. To do this, grab the vbmeta image from your stock ROM (Download firmware from the official site and extract it, it should be in it), and flash it with the following command:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img

Instructions on how you can flash stock ROMs again from official TWRP as some users were having issues while flashing. The process is pretty simple.
- First of all, grab the proper recovery firmware from Xiaomi's site. You can get it here or here. Make sure to download the proper variant as per your device and needs.
- Once downloaded, open it using an archive manager and delete the compability.zip archive in it. This archive enforces version checks and is supposed to stop the flashing process if there is a mismatch of specified firmware requirements by OEM. Read more on it here.
- Now go navigate into META-INF directory or its sub-directories and locate updater-script which pass instructions on which partitions are supposed to be flashed. This script contains various assert which need to be removed. Find lines such as:
Code:
assert(set_emmc_writable("/sys/block/mmcblk0boot1/force_ro"),
package_extract_file("preloader.img", "/dev/block/mmcblk0boot1"));
and
Code:
assert(set_emmc_writable("/sys/block/mmcblk0boot0/force_ro"),
package_extract_file("preloader.img", "/dev/block/mmcblk0boot0"));
Remove all such lines.
Save the changes and now flash the build. It should flash successfully without any issues. Remember to disable AVB as it will render your device unbootable if you wish to flashback TWRP again.

Please read instructions on official page before doing anything. It contains some warnings as well. Other than all this, have fun tweaking around.

Great start here.

Thanks for your work! This is probably an important step for begonia's development.
Does it work both with Android 9 and 10?

Thanks for your hard work...

That's some good news indeed. Yes!
@TheImpulson: Just to make sure is that an update of @Agent_fabulous 30/12 version from the other thread (I mean have you changed anything yet), or at this point is it still the same version beside becoming official?
Thanks for your work from now on and thanks to @Agent_fabulous until now
Regards

polfrank said:
Thanks for your work! This is probably an important step for begonia's development.
Does it work both with Android 9 and 10?
Click to expand...
Click to collapse
It should. I am on MIUI 11 (Android 9) and it works for me. Yeah, decryption will most likely die (Reason in Post #2).

Muad.Dib said:
That's some good news indeed. Yes!
@TheImpulson: Just to make sure is that an update of @Agent_fabulous 30/12 version from the other thread (I mean have you changed anything yet), or at this point is it still the same version beside becoming official?
Thanks for your work from now on and thanks to @Agent_fabulous until now
Regards
Click to expand...
Click to collapse
The tree is what differs a bit in end. Mine is based on Kshitij's tree but a few flags have been dropped, some have rearranged and all. You can also notice the size of recovery is less cause of different flags in device tree. I am yet to pick the commits he pushed on 30/12 (I will pick them for sure).

Finally! Thank you!

nice, hopefully this means we're close to getting roms. thanks for your work

Nice to have Official TWRP for this phone. Made use of it and also used the LR TWRP V1210 on the site by saiz0313. I have MIUI V11.0.2.0 and rooted it with the root function in LR TWRP, then installed the image your TWRP using LR TWRP. In the Official TWRP window, unticked all mounted items and then backed up Boot, Data, System Image and Vendor Image. Got this redline error at end of the process: "Failed to unmount '/system-root' (Device or resource busy)". Seemed to have no effect on the backup, because after a deliberate factory reset, then reinstalling your TWRP, the subsequent restore completed with the same error, and the phone booted with no problem . It works as it did before the backup. I do not use TWRP but for a sure system Backup/Restore, as I am not inclined to want custom ROMS: One function of this phone that I particularly like is the scheduled auto start and auto shutdown which is missing on most phones, and I do not know of any custom ROMS that have it.:good:
I am also curious if you will have a boot-to-recovery along with the current options boot-to-system and bootloader as well as Power Off.

ppthom said:
then installed the image your TWRP using LR TWRP.
[...]
Click to expand...
Click to collapse
You probably know what you are doing, but from what I have read here and there, it is usually not advisable to flash any new/other recovery version from any recovery already installed, but instead it seems to be preferred to flash directly the new image using fastboot to avoid any kind of issues.
It might have worked out for you in the end (lucky? a good device/rom combination maybe too), but I think it might be best to advise people not to do that, and flash any recovery, this or any other, from fastboot only.
Since many people/users with a wide different range of skills are reading those forums, I thought it would be best not to spread confusion. There are already quite a lot for this device with guides suggesting completely different things.
My remark is not aimed at you, I am glad it worked for you, just to the overall audience if they felt like trying to flash a new recovery from an already installed recovery which I think is not the wisest option and even less on a device so prone to brick.
Just my 2 cents.
Regards.

Thanks for your efforts. Keep up the good work.

Great job

Grest work man:good:

Muad.Dib said:
You probably know what you are doing, but from what I have read here and there, it is usually not advisable to flash any new/other recovery version from any recovery already installed, but instead it seems to be preferred to flash directly the new image using fastboot to avoid any kind of issues.
It might have worked out for you in the end (lucky? a good device/rom combination maybe too), but I think it might be best to advise people not to do that, and flash any recovery, this or any other, from fastboot only.
Since many people/users with a wide different range of skills are reading those forums, I thought it would be best not to spread confusion. There are already quite a lot for this device with guides suggesting completely different things.
My remark is not aimed at you, I am glad it worked for you, just to the overall audience if they felt like trying to flash a new recovery from an already installed recovery which I think is not the wisest option and even less on a device so prone to brick.
Just my 2 cents.
Regards.
Click to expand...
Click to collapse
Hey, many thanks for this. It's always better to flash with official means. I was just in a hurry to test :cyclops:

I flashed recovery in fastboot. Now stuck in bootloop. Any ideas?

Backlight issues with my cn set with global rom v11.0.2.0 PGGMIXM. Had to flash boot.img & recovery.img in fastboot mode to make phone boot properly.

Related

[9.0][EXPERIMENTAL]Resurrection Remix v7.0 [blueline]

Warning: This is an untested unoffical build for the Pixel 3 (blueline), so please take caution in flashing and make a backup.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Resurrection Remix P
Code:
[SIZE="4"]/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/[/SIZE]
Resurrection Remix the ROM has been based on LineageOS, SlimRoms, Omni and original Remix ROM builds, this creates an awesome
combination of performance, customization, power and the most new features, brought directly to your Device.
Many things that in previous versions were tweaked with mods, are now included by default in the ROM so, please enjoy!
Special thanks to the LineageOS team, Omni team, SlimRoms and of course to all the supporters.
I am not a developer, I only build this ROM and it reflects the the current status of LineageOS / Resurrection Remix. If there are any device specific things missing or not working. I suggest to contact the LineageOS team, they are the real developers here and deserve all the credits.
First Installation
Installing the ROM can be a little hard, especially the first install. Upgrades will be relatively easy though. This first setup is only needed when coming from a different ROM then this. I can't support you if you did't follow this first installation. Be warned it will wipe your user data in the process, so make sure you make a backup if needed.
In order to make the right startbase for the ROM you have to install the latest stock Pixel 3 image from Google found here.
Place the ROM and optionally the TWRP zip, a kernel and root on the phone and reboot to recovery by using the command line (fastboot boot twrp.img) or hold the VOL DOWN key while rebooting the phone.
Wipe 'data' and 'Dalvik / Art Cache' from TWRP - Wipe - Advanced Wipe or use the slider in TWRP for a factory reset. Optionally you should also delete the Android folder on your internal storage through the TWRP File Manager
Flash the ROM and optionally the TWRP zip, kernel and root and reboot the phone
Upgrades to new version
After the hard initial work to get the ROM installed it's going to be easy for upgrades to new versions.
Download the new ROM on the phone and reboot or fastboot flash to the TWRP recovery
Flash the new ROM and optionally TWRP. If you want to flash another kernel or a root solution you will have to reboot you phone, so it switches slots and let it boot normally. Then go back to recovery and flash in this order: TWRP - kernel - Magisk and reboot
After a monthly update from Google and only when Resurrection Remix has also adapted to the latest monthly sources, you will have to do an extra step:
Download the latest Resurrection Remix ROM and place it on the internal storage
Download the latest image from the Google Factory Images site, extract the bootloader, radio and vendor images and flash them in the bootloader to both slots
From here go to TWRP recovery and flash the previously downloaded new ROM, optionally followed by TWRP.
Optionally, after a reboot you can flash Magisk and/or another kernel.
ROM Download
GApps are already included in the ROM
Resurrection Remix Source
Device Source
Kernel Source
Vendor Source
XDA Developers
LineageOs Team
Omni Team
And Of Course To All The Supporters, Donators And Users
- Active Edge
- Now playing
If you have a major bug to report that has not been reported already, please take the following steps to report it to us. It will save you, Team Resurrection Remix and me quite some time.
Download the MatLog app from the Play Store.
After downloading the MatLog app, go to the app settings, and change the log level to Debug.
Clear all previous logs and take the exact steps to produce the error you are receiving. As soon as you receive the error (probably a force close), go straight into MatLog and stop the log recording.
Copy and paste the entire log either to Hastebin or Pastebin
Save the log, and copy and paste the link into the thread with a brief description of the error.​​
​
turbolukex5 said:
Warning..
Click to expand...
Click to collapse
Is this ROM featuring OpenGapps, like the unofficial LineageOS 16.0 build(s) does?
xFirefly93 said:
Is this ROM featuring OpenGapps, like the unofficial LineageOS 16.0 build(s) does?
Click to expand...
Click to collapse
It features the gapps that come with the Dirty Unicorns ROM.
So excited to finally see RR on my pixel 3. Been a long wait
Thank you ?
Hey, your instructions confused me a little. Do we need to flash our own kernel of choice, or can we stick to the kernel that comes with the ROM?
retr0gr4d3 said:
Hey, your instructions confused me a little. Do we need to flash our own kernel of choice, or can we stick to the kernel that comes with the ROM?
Click to expand...
Click to collapse
You can do both.
I flashed your rom yesterday but got stuck on the bootscreen logo. I let it sit for 15 minutes & nothing.
Spider_Pig27 said:
I flashed your rom yesterday but got stuck on the bootscreen logo. I let it sit for 15 minutes & nothing.
Click to expand...
Click to collapse
This is the exact issue I had, which is why I asked about the kernel situation. It seems like people have had success, however I don't know whether those people flashed this build or not.
The instructions aren't exactly crystal clear.
retr0gr4d3 said:
This is the exact issue I had, which is why I asked about the kernel situation. It seems like people have had success, however I don't know whether those people flashed this build or not.
The instructions aren't exactly crystal clear.
Click to expand...
Click to collapse
I flashed it with a custom kernel & still didn't boot for me. I flashed it like I've been flashing other rooms. Didn't really do anything different or special with this one.
All is running well for most trying it out and that's why it is so quiet ??
Doesn't work, installed latest factory image, installed the ROM, TWRP, and Magisk (no custom kernel). Image fails to boot, stuck at boot image for about 10 minutes and then it kicks me back out to TWRP.
I'm also stuck on the start screen with the loading icon. Just installed RR and TWRP, nothing too special. Everything went perfectly until I attempted to boot. Is there anything I'm missing?
Sad to report same issue here..
To everyone with boot issues: please keep in mind that this is still an experimental built, bugs are to be expected. If you are able to pull some adb logs from the bootloop and post it here, the dev might actually be able to fix those nasty bootloops. This way, you can actually participate in the development process to make this ROM acessible for other members.
Portgas D. Ace said:
To everyone with boot issues: please keep in mind that this is still an experimental built, bugs are to be expected. If you are able to pull some adb logs from the bootloop and post it here, the dev might actually be able to fix those nasty bootloops. This way, you can actually participate in the development process to make this ROM acessible for other members.
Click to expand...
Click to collapse
I haven't tried this one yet but had the same problem in LineageOS. Stuck in the bootscreen. Not sure what it is.
Did the updates and development for blueline just stop with this. I cannot for the life of me find an update version of this.
eezdva said:
I haven't tried this one yet but had the same problem in LineageOS. Stuck in the bootscreen. Not sure what it is.
Click to expand...
Click to collapse
tjcalhoun1221 1 said:
Did the updates and development for blueline just stop with this. I cannot for the life of me find an update version of this.
Click to expand...
Click to collapse
I know the dev, he doesn't know how to fix this.
However, you can flash the RR 7.x.x GSI if you want. I'll leave detailed steps.
Do not I am not some sort of Pixel dev. I did these steps myself with help from a friend in the Proton Kernel team.
1) Boot to your TWRP
2) Flash avbctdisable.zip. It acts like a dm-verity disable afaik, however I can't remember where I found it. I think it's on the internet, I'll edit when I find it, or if I post it myself.
3) Boot to fastboot
4) Flash the stock boot.img from the latest P OTA (fastboot flash boot boot.img)
5) Flash your GSI (fastboot flash system system.img)
6) Flash TWRP temporarily (fastboot boot twrp.img)
7) Wipe your /data (wipe > advanced wipe > data > type "yes") but do NOT reboot yet
8) Flash TWRP installer (blueline/crosshatch respectively, then reboot back to TWRP)
9) Flash your GApps, Magisk and/or kernel
9.1) If this doesn't work (/system isn't big enough) then put "resize2fs /dev/block/by-name/system$(getprop ro.boot.slot_suffix)" into adb shell. It will make /system bigger for GApps.
10) Reboot and you should have RR 7.x.x GSI working.

[OFFICIAL][9.0]ProjectTitanium Beta ARM64 A-A/B[GSI][Update 02/07/2019]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
What is ProjectTitanium?​"ProjectTitanium is an GZOSP-Based-Custom Aftermarket Firmware Distribution for Android Devices. Our Goal is to Deliver Performance with many Features, Security, Cleanliness, and good Battery Life, Trying to make Something Unique than any other Android ROM. We Hope That you'll Love our Work, and help us in Making it even Better in the Future.
Features:​Work In Progress
Featured Stuffs:
- TiPapers
- About ProjectTitanium
-WIP
And many more being added regulary! *soon
Installation:​Make sure you have a custom recovery installed(TWRP is the preferred recovery)
Download the latest ProjectTitanium ROM & the latest GApps package
Boot into recovery
Perform a FULL factory wipe and wipe/system and dalvik cache as a precaution
Flash ProjectTitanium ROM
Flash Google Apps package(Optional)
Flash Magisk Root(Optional)
First boot may take up to 10 minutes.
Downloads:​A/B: PTi-Beta-0.5-GSI-ARM64-AB-OFFICIAL(update 02/07/2019)
Only A: PTi-Beta-0.5-GSI-ARM64-A-OFFICIAL (update 02/07/2019)
GApps
Source Code:​ProjectTitanium
Credits:​
-@XTutorials(Founder/Lead Developer)
-@DarkJoker360(Co-Founder/Lead Developer)
-@Thespartann(Senior Developer)
-@K3RN3L_P4N1C(Web Developer)
- Phhusson for Treble trees
- LineageOS
- GZOSP
REPORTING BUGS/PROBLEMS!
As soon as the problem occurs, feel free to tell me or, if possible, send me a logcat and I'll see what I can do!​
Have a feature request? Don't spam here. Visit our Telegram group!
ProjectTitanium Official Website:
ProjectTitanium
ProjectTitanium Official Telegram group:
Telegram
Support us!
Hello, Gracious human! if you like our work, you may support us by donating:
PayPal
Note
This ROM is in Beta state for now, I uploaded it here mainly for testing purposes(not that it can't be used as a daily ROM, it can actually, it just doesn't have all the things the final 1.0 will have.
​
A/B one does not boot on Xiaomi Mi 9 (Vendor used: Xiaomi.eu 9.5.30)
all other GSIs do boot with exact same procedure.
Mohammed779 said:
A/B one does not boot on Xiaomi Mi 9 (Vendor used: Xiaomi.eu 9.5.30)
all other GSIs do boot with exact same procedure.
Click to expand...
Click to collapse
Ah, damn. Let me see what I can do. Thanks for the report.
Could you give me any log?
Mohammed779 said:
A/B one does not boot on Xiaomi Mi 9 (Vendor used: Xiaomi.eu 9.5.30)
all other GSIs do boot with exact same procedure.
Click to expand...
Click to collapse
Same issue for same device.....
I will test it on s9+ and let u know if it boots or no
Update coming this night fixing hopefully all boot issues, even though on some devices it boots...
Regards,
ARM 64 A Only build boots fine on ZTE Axon 7. I had a quick browse through Settings, seems very barebones. I don't blame ya, you said yourself it's in beta. I'll keep an eye out for when you've had a chance to update it
Booted on s9+ but the rom is like stock aosp no features or anything, maybe because it is still on beta
Update 02/07/2019!
Good Evening! I'm back as I said, and here is the update for this ROM.
Changelog:
-Boot issues fixed!
-Vendor fixed!
-New stock wallpaper
-Fixed build number bug
-Other miscellaneous fixes
Download:​Only A:
PTi-Beta-0.5-GSI-ARM64-A-OFFICIAL
A/B:
PTi-Beta-0.5-GSI-ARM64-AB-OFFICIAL
Best Regards!​
A/B Build added to the update reply, now since the builds should work our team is going to start working on actually bringing features to this.
Hopefully sooner than you think.
Regards,
Akhayev said:
Booted on s9+ but the rom is like stock aosp no features or anything, maybe because it is still on beta
Click to expand...
Click to collapse
Would you please tell the Firmware and Vendor you are on . Thank you !
fares70 said:
Would you please tell the Firmware and Vendor you are on . Thank you !
Click to expand...
Click to collapse
Brk3 vendor , and firmware use the one u already using ,
XTutorials said:
A/B Build added to the update reply, now since the builds should work our team is going to start working on actually bringing features to this.
Hopefully sooner than you think.
Regards,
Click to expand...
Click to collapse
Do you mean this ROM is intended to be feature-rich like Havoc, Liquid, PixelDust...?
Boots on Blu Vivo XI.
Hello Goodnight.
I previously installed GSI roms.
but now I try to install with the usual procedure
for my G9600 S9
but I can not get into the system
it always stays in the logo and never passes from there.
I already wait more than 25 minutes and nothing.
- STEPS FOR INSTALLING GSIs:
Download the desired GSI (it MUST be A-only_arm64 Variant)
Unpack it if it wasn't in .IMG format
Wipe DATA, and reboot in TWRP
Go to TWRP , Install , Install IMAGE
Pick your GSI and select SYSTEM IMAGE
Install the kernel for GSI GSI Kernels
In TWRP mount System, then go to ADVANDED, File Manager, and delete this file: system/bin/rw_system.sh
Reboot system
What is wrong?
Technical said:
Do you mean this ROM is intended to be feature-rich like Havoc, Liquid, PixelDust...?
Click to expand...
Click to collapse
Well, we want to make something different from any other ROM, but yes, it will also have plenty of features enough to satisfy everyone, hopefully also reaching my intentions. We intent of bringing 1.0 this fall.
Regards,
hi Guys
I can not install a gapps twrp error 70 otherwise rome runs well and as always with my asus zenfone 5 ze620kl automatic brightness does not work ..
can you please build a rome with gapps.
Thank you
XTutorials said:
Well, we want to make something different from any other ROM
Click to expand...
Click to collapse
What do you mean?
Until May I was able to compile Bootleggers, Havoc and Liquid. Since then, sepolicy and other specific issues are blocking building or booting later. I like featured rich ROMs and I could help to compile Titanium, although my knowledge is not enough to help you, devs.
---------- Post added at 08:19 ---------- Previous post was at 08:14 ----------
barbaross said:
hi Guys
I can not install a gapps twrp error 70
Click to expand...
Click to collapse
In TWRP, just go to Wipe menu > Advanced Wipe > check System partition > Partition options > Resize FS. Then flash Gapps again.
Technical said:
What do you mean?
Until May I was able to compile Bootleggers, Havoc and Liquid. Since then, sepolicy and other specific issues are blocking building or booting later. I like featured rich ROMs and I could help to compile Titanium, although my knowledge is not enough to help you, devs.
Click to expand...
Click to collapse
Well, this ROM can be build as any other ROM, so anyone with some Linux knowledge should be able to build this, as any other ROM.
And soon accepting official maintenance!
mezacorleehone said:
Hello Goodnight.
I previously installed GSI roms.
but now I try to install with the usual procedure
for my G9600 S9
but I can not get into the system
it always stays in the logo and never passes from there.
I already wait more than 25 minutes and nothing.
- STEPS FOR INSTALLING GSIs:
Download the desired GSI (it MUST be A-only_arm64 Variant)
Unpack it if it wasn't in .IMG format
Wipe DATA, and reboot in TWRP
Go to TWRP , Install , Install IMAGE
Pick your GSI and select SYSTEM IMAGE
Install the kernel for GSI GSI Kernels
In TWRP mount System, then go to ADVANDED, File Manager, and delete this file: system/bin/rw_system.sh
Reboot system
What is wrong?
Click to expand...
Click to collapse
First you need BRK3 vendor , and flash aosp kernel not gsi , the best kernel is Endurance-Kernel-AOSP-1.2.30.zip
First, wipe system data cache and then flash vendor then flash the rom then flash kernel the magisk then reboot ot will work fine , no need to delete rw_system or anything

[ROM][9.0][OFFICIAL][PINE][NIGHTLY][SHARE] MoKee Open Source Android Project

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
[SIZE="4"]
/*
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
* I am not the maintainer or developer, I found this and wanted to share it on XDA
*/
[/SIZE]
MoKee Open Source is the biggest non-profit Android Open Source development team in China, with members from all parts of the world. We follow the latest development from Google closely and improve various parts of Android according to the user habits. Being a non-profit organisation, we utilise our spare time and own funds to keep this passion alive. Therefore, the costs for the forum and servers are solely beared by us. In order to provide a good user experience, we only included a few preinstalls in the ROM. Along with the advertisements in the forum; we hardly get enough to pay for the bandwidth. The point is, those are our only source of income, however many developers choose to exclude them when releasing unofficial builds. Unlike CyanogenMod, we did not accept monetary help at the early stages, as in China, most people do not understand the meaning of “making a donation”. They would think of it as buying a service, which is conflicting with our objectives. Anyways, we still made it until today, and even started to provide third party developers a chance to utilise our OTA system. All of these are the fruit of our hard work and passion. We are proud of the happy users, and we are also proud of the support given to MoKee Open Source. Most importantly, we are proud of the improvements we have achieved all these while, and the advancements never stop.
I AM NOT THE DEVELOPER OF THIS ROM AND I ONLY MAKE THIS THREAD FOR XDA COMMUNITY. IN ANY CASE, MOKEE AND GuaiYiHu HAS ALL THE RIGHTS OVER THIS ROM.
What's working :
Boots
RIL (Calls, SMS, Data)
Wi-Fi
Bluetooth
Camera
Camcorder
Video Playback
Audio
Sensors
Flash
LED
GPS
VoLTE
ViLTE
Known issues:
You tell me
Instructions :
Download this TWRP Recovery and install it.
Download the ROM (MK90.0-pine-xxxxxxxxxx-NIGHTLY.zip)
Go into TWRP Recovery — Wipe — Advanced Wipe — Select: Dalvik、Data、Cache、System — Swipe to Wipe
Install the ROM (MK90.0-pine-xxxxxxxxxx-NIGHTLY.zip)
If you have problems during the flash, you have to unpack the archive and delete the "compatibility" file. Once that is done, put all the files together in a new archive. ZIP, and you will have no problems during flash.
Downloads:
[*]MoKee Download for PINEhttps://download.mokeedev.com/pine.html
MoKee Add-Ons:
[*]MoKee Extras
MoKee Help & Support links:
[*]MoKee Announcements
[*]MoKee Changelogs
[*]MoKee Forums
[*]MoKee Guides
[*]MoKee Statistics
[*]MoKee Gerrit
[*]MoKee Bug Reports
Sources: https://github.com/GuaiYiHu/android_kernel_xiaomi_sdm439
Credits:
GuaiYiHu
Mokee Development Team
LineageOS
If you like it, don´t forget to say thanks!
XDA:DevDB Information
Mokee Open Source Project, ROM for the Redmi 7A, ROM for the Redmi 7A
Contributors
GuaiYiHu
ROM OS Version: 9.x Pie
Based On: Mokee Open Source Project
Version Information
Status: Nightly
Current Beta Version: 2019-10-27
Beta Release Date: 2019-10-24
Created 2019-10-28
Last Updated 2019-10-28
Release types:
RELEASE: Tested after integrating new features, more stable than NIGHTLY. (Odexed builds)
NIGHTLY: Built daily with newest code and experimental features, might contain undiscovered bugs. (Deodexded builds)
HISTORY: Final odexded builds once a newer Android version is out and being built.
EXPERIMENTAL: Released when a new device is added or when a new feature is added for public beta testing and feedback. (Deodexded builds)
UNOFFICIAL: Maintained separately by individual developers, usually involves modification of shared code which cannot be merged (affects other devices), therefore maintained by the developer himself.
This is nice, but I think the flashing method is "copy pasted" from original site, and therefore will not work on this device. But i am not sure.
what i meant that wont work is that this device's normal flashing method requires a lot of reboot to recovery, while the OP's instructions is for A devices only.
regularfanb0y said:
This is nice, but I think the flashing method is "copy pasted" from original site, and therefore will not work on this device. But i am not sure.
what i meant that wont work is that this device's normal flashing method requires a lot of reboot to recovery, while the OP's instructions is for A devices only.
Click to expand...
Click to collapse
Actually 7A is A-only device, working as system-as-root.
The OP's instructions are right, cuz I installed it this way and everything works fine.
Thank you this is a good step forward. I'm going to try this rom later this evening.
Wipe data of format data?
Coming from stock MIUI 11 Android 9 do I have to format the data partition or to wipe it? Usually MIUI to AOSP needs a format.
Luelu said:
Actually 7A is A-only device, working as system-as-root.
The OP's instructions are right, cuz I installed it this way and everything works fine.
Click to expand...
Click to collapse
Alright my bad, but flashing a gsi rom, we need to restart a lot(wipe, reboot to recovery, flash gsi, reboot to recovery, flash zips, reboot to system)
While this rom is installed in a traditional way (wipe and flash just like the old days) if someone can explain why itll be really appreciated.
I am really new to GSI and this phone but i am willing to help testing stuffs for development for this device! only if TWRP restore function works
Davv said:
Coming from stock MIUI 11 Android 9 do I have to format the data partition or to wipe it? Usually MIUI to AOSP needs a format.
Click to expand...
Click to collapse
Nop, just wipe.
Luelu said:
Nop, just wipe.
Click to expand...
Click to collapse
Thank you so much
---------- Post added at 09:31 PM ---------- Previous post was at 09:00 PM ----------
cant download twrp, I cant create a QQ Account, evrytime i try to verificate my phone number it asks to send an sms to a chinese number but that doesnt work. can someone reupload it on some other cloud service?
I appreciate your work, but TWRP is impossible to download, not with all these chinese characters. I see a QR code but I want to download to my PC first.
Even google was unable translate it
Jazzda said:
I appreciate your work, but TWRP is impossible to download, not with all these chinese characters. I see a QR code but I want to download to my PC first.
Even google was unable translate it
Click to expand...
Click to collapse
I used twrp LR team from gsi post and worked with this recovery.if you need root download su add .magisk don't work...
Newest Magisk seems to be working through recovery at least work for me for installing NanoDroid.
There seems to be problem with setting up mobile hotspot. Mobile hotspot cant be seen or accessed with SSID either.
ROM also lacks possibility to have navigation bar binded.
Is it possible to use the SD Card as internal storage with this rom? It's more or less the single reason I'd flash a different rom for.
the batery life it is much smaller than miui's
I flash the rom following the instructions, but my cel doesn't boot, only reboot and boot to twrp, i'm only flashing the system without su, magisk or gapps, but it's the same, what can be wrong?
Ranfiel said:
I flash the rom following the instructions, but my cel doesn't boot, only reboot and boot to twrp, i'm only flashing the system without su, magisk or gapps, but it's the same, what can be wrong?
Click to expand...
Click to collapse
flash stock rom and flash again the rom
ElFanta said:
flash stock rom and flash again the rom
Click to expand...
Click to collapse
The same, doesn't boot, it's curious because the GSI roms doesn't work for me too, i don't know why. I'm coming from MIUI 11, but i rollback to 10.2.5 so shouldn't have problem with this, but i have.
I rollback with MiFlash Tool with fastboot rom global
EDIT: I get the GSI Rom working, just format DATA and type YES on TWRP
EDIT2: After make the DATA reset with TWRP i was able to boot with the MoKee Rom :3
mais 14 said:
I used twrp LR team from gsi post and worked with this recovery.if you need root download su add .magisk don't work...
Click to expand...
Click to collapse
Maybe try using patched boot img from gsi thread.
Ranfiel said:
I flash the rom following the instructions, but my cel doesn't boot, only reboot and boot to twrp, i'm only flashing the system without su, magisk or gapps, but it's the same, what can be wrong?
Click to expand...
Click to collapse
Try format data for twrp and reboot.
Ranfiel said:
The same, doesn't boot, it's curious because the GSI roms doesn't work for me too, i don't know why. I'm coming from MIUI 11, but i rollback to 10.2.5 so shouldn't have problem with this, but i have.
I rollback with MiFlash Tool with fastboot rom global
EDIT: I get the GSI Rom working, just format DATA and type YES on TWRP
EDIT2: After make the DATA reset with TWRP i was able to boot with the MoKee Rom :3
Click to expand...
Click to collapse
The batery life is good in your rom? In my phone is a sh*t

[RECOVERY][CFW][3.3.1-0][begonia]Unofficial TWRP recovery for begonia(in) [05/06]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Features:
- Open Source
- Decryption working
- Padding for notch area
Install Instructions:
- Make sure your bootloader is unlocked. If not, unlock it first.
- Reboot to bootloader
- Execute:
Code:
fastboot flash recovery twrp-3.3.1-0-begonia_UNOFFICIAL.img
fastboot reboot
- Boot using power and volume up.
Note: MIUI will keep replacing the recovery with it's own recovery. You need to boot to recovery right after flashing it. Booting to MIUI after flashing may cause MIUI to replace TWRP with Redmi-Recovery. So either find and remove the script responsible for this, or just wait for custom roms
Download:
NON-CFW Recovery:
TWRP 3.3.1-0 Unofficial by Agent_fabulous | md5sum
CFW Recovery:
TWRP for CFW 3.3.1-0 Unofficial by Sahil_Sonar
Source code:
Recovery Source
Device tree
Kernel
XDA:DevDB Information
TWRP for Redmi Note 8 Pro, Tool/Utility for the Redmi Note 8 Pro
Contributors
Agent_fabulous, Sahil_Sonar
Source Code: https://github.com/AgentFabulous/twrp_redmi_begonia
Version Information
Status: Alpha
Created 2019-11-12
Last Updated 2020-06-05
Reserved
Changelog
> 12/11
- Initial build
- Decryption working
> 18/11
- Fix compatibility.zip error when flashing ROMs
- Remove flash, backup and reboot to recovery options from TWRP
> 29/12
- Disable compatibility check entirely
- Fix boot-up on newer MIUI builds
- Fix decryption on newer MIUI builds
> 30/12
- Fix backlight for some users.
Archive
everything working?
thanks
good job mate
Thank you very much for your work man ?
Thank you buddy for your efforts ?
Awesome and just in time. My timer is up tomorrow for bootloader unlock.
I followed your instructions and still miui replaces twrp. Is there a fix for that?
finally developers are here. :victory:
Recovery Updated
> 18/11
- Fix compatibility.zip error when flashing ROMs
- Remove flash, backup and reboot to recovery options from TWRP
Note: For some reason, writing to recovery from within TWRP and rebooting back to recovery bricks the device (in my experience).
Thus, the options have been removed for now.
Download
Can I install this on Indonesian rom with miui 11?
Agent_fabulous said:
Recovery Updated
> 18/11
- Fix compatibility.zip error when flashing ROMs
- Remove flash, backup and reboot to recovery options from TWRP
Note: For some reason, writing to recovery from within TWRP and rebooting back to recovery bricks the device (in my experience).
Thus, the options have been removed for now.
Download
Click to expand...
Click to collapse
You should have left both options available. The original twrp worked perfectly on my global phone. Is the twrp updated to support miui 11?
I am so excited to try this out. I'm just about to unlock the bootloader and it might take years lol... Thank you devs for supporting such device!
Edit: Does it support MIUI 11?
uglypish06 said:
I am so excited to try this out. I'm just about to unlock the bootloader and it might take years lol... Thank you devs for supporting such device!
Edit: Does it support MIUI 11?
Click to expand...
Click to collapse
It does and I am using it right now. Just becareful and make sure you follow instructions to a tee. If not the phone will over write the recovery or you will loose your boot.img file. I lost mine and had to open the battery, disconnect, wait 30 seconds, boot into fastboot, and reinstall 10.4.1 to try again.
Are the steps all right?
1. Unlock the bootloader first
2.turn on USB debug
3.reboot to fastboot mode
4.starting flash twrp
5.boot into recovery mode
6.starting flash xiaomi.eu miui 11 stable rom from twrp
7.waiting it reboot
Are the steps all right? I don't have chance to disconnect the battery from cellphone so I have to do this at all RIGHT steps.
mcarden2006 said:
It does and I am using it right now. Just becareful and make sure you follow instructions to a tee. If not the phone will over write the recovery or you will loose your boot.img file. I lost mine and had to open the battery, disconnect, wait 30 seconds, boot into fastboot, and reinstall 10.4.1 to try again.
Click to expand...
Click to collapse
Sorry I am not understanding, did you flash it on miui 11? Everything is working fine? I'm on miui 11.0.1 Global.
And to reboot into twrp after flash it, will the command 'fastboot boot TWRP.img' work or I have to use physical button?
Thanks!
jim.Duke said:
Sorry I am not understanding, did you flash it on miui 11? Everything is working fine? I'm on miui 11.0.1 Global.
And to reboot into twrp after flash it, will the command 'fastboot boot TWRP.img' work or I have to use physical button?
Thanks!
Click to expand...
Click to collapse
I'd prob wait till this gets sorted out there's a few different posts on this and there all different but all seem to be facing bootloop issues. I'm not sure if it's safe to go back to miui 10 or not without bricking it.
fastjohnson said:
I'd prob wait till this gets sorted out there's a few different posts on this and there all different but all seem to be facing bootloop issues. I'm not sure if it's safe to go back to miui 10 or not without bricking it.
Click to expand...
Click to collapse
I am new to Xiaomi and miui, for what I know it is not safe you will brick the device, but maybe I am wrong... anyway I don't want to downgrade, just to root this damn miui 11 until a good rom is out.
Maybe the dev can clear our mind about! : )
jim.Duke said:
I am new to Xiaomi and miui, for what I know it is not safe you will brick the device, but maybe I am wrong... anyway I don't want to downgrade, just to root this damn miui 11 until a good rom is out.
Maybe the dev can clear our mind about! : )
Click to expand...
Click to collapse
Oh it will there developing mods as we speak. I'm sure this root method works. I'm on miui 11 myself and actually liking it so I'm not into setting up my device time n time again cause I looped it.
fastjohnson said:
Oh it will there developing mods as we speak. I'm sure this root method works. I'm on miui 11 myself and actually liking it so I'm not into setting up my device time n time again cause I looped it.
Click to expand...
Click to collapse
I hope so!
Which root method you mean?
Ok , so did you already flash this recovery on miui 11 global and is working fine?

[ End-Of-Life ][ROM][A12]KOSP for OnePlus 7[OFFICIAL][guacamoleb]

Code:
/*
* DISCLAIMER: Read this carefully
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
KOSP is a small project based off AOSP and we intend to improve upon AOSP to provide a stable and better alternative to OEM roms with additional features.
Features
There are some cool features, see for yourself
Truth is I'm just lazy to write a long list of features and we intend to focus on the stability rather than adding a ton of features.
Gapps is included!
What's broken?
- WiFi Display on devices using MiraCast
- You tell me!
Bug reporting:
-> DO NOT report bugs if you're running a custom kernel or you installed Xposed
-> Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
-> Do not approach us without any logs for reporting bugs
-> If it is a random reboot, grab everything from /sys/fs/pstore. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
-> Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.
Downloads: Sourceforge : Mirror
Magisk: https://github.com/topjohnwu/Magisk/releases
INSTRUCTIONS
First time installation:
* Unlock bootloader
* Download the fastboot image of the rom (the zip file with "-img" in it)
* Boot to fastboot
* Type fastboot update <fastbootrom>
* Boot to recovery if you are flashing for the first time and format data
(PLEASE FOR THE LOVE OF GOD DO NOT WIPE DATA FROM FASTBOOT YOU LAZY ****)
* Reboot
Upgrading:
Via recovery:
* Reboot to recovery
* Flash ROM zip from TWRP or sideload with ADB (preferred)
* Reboot to recovery
OR
* Download the fastboot image of the rom (the zip file with "-img" in it)
* Boot to fastboot
* Type fastboot update <fastbootrom>
* Flash Magisk and other stuff (optional)
* Reboot
Via updater app: [WIP]
* Open Settings -> System -> KOSP Updater
* Download the ota if available or if you have already downloaded the zip then use it for local upgrade
* Install the update
* Flash magisk to inactive slot (optional)
* (optional) Reboot to recovery if you have anything else to flash
* Reboot
Follow us on Telegram
Credit/Thanks:
Google for AOSP
LineageOS
YAAP
DerpFest
MSM-Xtended
And all others we may have forgotten to credit
Special thanks to @npv12 and also to @AnnoyingZlatan for his amazing kernel.
Thanks to @Mohammed_Gabr for making our awesome banner.
Last but not the least, thanks to all our testers, who have helped us to squash many bugs as possible
KOSP, ROM for the OnePlus 7
Contributors: @Joker123##, @npv12
Device maintainer: HARISH
ROM source: https://github.com/AOSP-Krypton
ROM Kernel: Dora kernel
Kernel source: https://github.com/AOSP-Krypton/kernel_oneplus_sm8150
ROM Firmware Required: OOS 11.0.5.1
Android Version: 12
Based On: AOSP
Version Information
Version: 2.6
Status: Stable
Created 2021-11-09
Last Updated 2022-04-23
congrats for first official build
maksood2088 said:
congrats for first official build
Click to expand...
Click to collapse
Thank you so much I've been waiting for this!
Sorry for being newbie, can you provide more detailed installation guide? I'm on OOS 11.0.4.1 and have my bootloader unlocked, but no root nor custom recovery.
Also if I removed my phone lock (pin and fingerprint) prior to the installation would I still need to format my personal data?
Thanks again!
mvci said:
Thank you so much I've been waiting for this!
Sorry for being newbie, can you provide more detailed installation guide? I'm on OOS 11.0.4.1 and have my bootloader unlocked, but no root nor custom recovery.
Also if I removed my phone lock (pin and fingerprint) prior to the installation would I still need to format my personal data?
Thanks again!
Click to expand...
Click to collapse
Yes and for installation support join the linked telegram
Great work Harish. Also congratulations for first official. Good ROM, highly recommended. Definitely daily driver and better than A11.
Thanks for still continuing to develop for the OP7.
I was a little confused about how to install it, but I'll try to go to the telegram to understand it better.
Great work.
I have installed it yesterday and it is working great and pretty smooth than A11 roms. I am planning to use it as daily driver, not sure if all apps i use including banking apps are compatible with A12 yet. E.g. HSBC India app is broken on this rom. Please confirm if itbcan work. Thanks.
Also request to include face unlock feature under security tab if possible in the next build. Thanks.
gdp1979 said:
Great work.
I have installed it yesterday and it is working great and pretty smooth than A11 roms. I am planning to use it as daily driver, not sure if all apps i use including banking apps are compatible with A12 yet. E.g. HSBC India app is broken on this rom. Please confirm if itbcan work. Thanks.
Click to expand...
Click to collapse
Sorry for noob questions in advance.
I can see installation is done via fastboot only, but after installation we need to format data from recovery.
1. Which recovery to use to format data? I doubt rom comes with a recovery.
2. Format data to f2fs or ext4?
3. How's the situation with widevine L1? If you have it then can you post steps for that as well.
Right now I'm on stock rom with locked bootloader.
himsin said:
Sorry for noob questions in advance.
I can see installation is done via fastboot only, but after installation we need to format data from recovery.
1. Which recovery to use to format data? I doubt rom comes with a recovery.
2. Format data to f2fs or ext4?
3. How's the situation with widevine L1? If you have it then can you post steps for that as well.
Right now I'm on stock rom with locked bootloader.
Click to expand...
Click to collapse
Once you install ROM from fastboot as mentioned in OP, after installation is complete your phone automatically restarts at that time you have to boot into recovery. The recovery this time will be ROM recovery in which you will have to format data before to reboot to system. Hope this helps.
gdp1979 said:
Once you install ROM from fastboot as mentioned in OP, after installation is complete your phone automatically restarts at that time you have to boot into recovery. The recovery this time will be ROM recovery in which you will have to format data before to reboot to system. Hope this helps.
Click to expand...
Click to collapse
Could you describe the step by step installation? I would like to exit A10 10.3.8 for KOSP.
lvints said:
Could you describe the step by step installation? I would like to exit A10 10.3.8 for KOSP.
Click to expand...
Click to collapse
Steps are pretty simple as mentioned in OP. Update your phone to latest OOS (A11) first before to go for this A12 ROM.
The rom is smooth and responsive, I will use it as daily driver.
Issues I face:
1- my voice sounds digitalized or something, using the phone built in mic.
2- The notification panel sometimes become 100% transparent.
3- Sometimes the whole screen flashes with max brightness during fingerprint unlocking. (Maybe started to happen after enabling single tap to wake)
4- In SIMs settings, only the 1st SIM is showing, and I can deactivate it, however, my 2nd SIM isn't showing there and there's no way to deactivate it (both SIMs are working all the time)
5- I think the vibration intensity while setting the alert slider to vibration is quite high (maybe I'm used to OOS).
6- Vibration intensity for notifications is also a little bit high even though I set it as "low" in settings.
The fingerprint unlocking vibration intensity is the perfect intensity for me (I think it's like the OOS one) I hope you can make the "low" option equal to that
I'll update my reply whenever I face new things.
All are minor issues, otherwise, amazing rom, thank you so much I really appreciate all the hard work you do.
P.S. If anyone wants to enable the "single tap to wake" it's under Settings - krypton settings - device settings - touchscreen gestures - single tap. I thought this could help someone.
Does cromecast work?
Does fingerprint work as good as on oxygen os?
Is battery good? I have bad battery on oxygen os 11.0.4.1, android system is eating my battery...
For root i just instal magisk app through fastboot or in the twrp?
Thank you for your anwsers.
Edit: can not install via ADB. Instalation guide is not good for me. Should I unzip file with image or not. Do not have theese problems when instaling other roms. Any help would be apreciated.
kodrnusa said:
Should I unzip file with image or not.
Click to expand...
Click to collapse
No, you shouldn't unzip it.
mvci said:
No, you shouldn't unzip it.
Click to expand...
Click to collapse
Ok but command fastboot update kosp does not execute. It says file not found...
kodrnusa said:
Does cromecast work?
Does fingerprint work as good as on oxygen os?
Is battery good? I have bad battery on oxygen os 11.0.4.1, android system is eating my battery...
For root i just instal magisk app through fastboot or in the twrp?
Thank you for your anwsers.
Edit: can not install via ADB. Instalation guide is not good for me. Should I unzip file with image or not. Do not have theese problems when instaling other roms. Any help would be apreciated.
Click to expand...
Click to collapse
I don't use Chromecast but on telegram people have reported that it works. Just Miracast is not working.
Battery life cannot be determined this soon
Magisk is reported to be working. Need patched boot.img to be flashed via fastboot
You can't install this rom via adb. Only fastboot method works as of now.
kodrnusa said:
Ok but command fastboot update kosp does not execute. It says file not found...
Click to expand...
Click to collapse
Keep the KOSP fastboot ROM img-ZIP file in the platform/fastboot folder. This issue will be resolved
Looks like a new build is up

Categories

Resources