{
"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"
}
WARNING!
TWRP builds version 3.2.1-1 and higher are not compatible with Android Lollipop (5.0/5.1.1) due to SELinux rejection
OFFICIAL DOWNLOADS FOR ODIN :
https://twrp.me/sony/sonyxperiazl.html
twrp-3.x.x-x-odin.img : Official TWRP image
How to install : All informations available on TWRP.me
DEVELOPMENT DOWNLOADS FOR ODIN :
https://androidfilehost.com/?w=files&flid=202346
twrp-3.2.x-x-odin.zip : Flashable TWRP 3 to FOTA installer
twrp-3.2.x-x-odin.img : Fastboot bootable TWRP 3 image
cleaner-fota-odin.zip : Flashable FOTA formatter (optional)
HOW TO INSTALL EASILY TO FOTA :
* (Optional) : Download the TWRP bootimage and flash it to boot
fastboot flash boot twrpfilename.img
* Boot to recovery : Enter the Recovery as usual
* Flash to FOTA : Install the TWRP FOTA zip
* (Optional) : Flash the ROM you want
HOW TO INSTALL MANUALLY TO FOTA :
* Bootimage : Download the TWRP bootimage you want to flash
* File storage : Adapt the path and push the file to the device this way :
Code:
adb root
adb wait-for-device
adb push FullPathToTheRecovery.img /tmp/twrp.img
* Flash : Extract the TWRP image to the FOTA partition
Code:
adb shell dd if=/tmp/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
* Reboot to recovery : adb reboot recovery
ADDITIONAL LINKS :
* Easy ADB and Fastboot for unexperienced users :
https://forum.xda-developers.com/showthread.php?p=48915118
Thanks to the TWRP Team
Current local manifest of the TWRP build
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- https://github.com/fusion3-common/twrp_development_sony -->
Not sure if I understood the instructions at twrp.me right:
I have the 5.1.1 stock ROM already rooted and with TWRP 2.8.7.0 (XZ Dual Recovery).
Can I simply flash the recovery from twrp.me, or will it break my phone?
Or do I need to repack the kernel (see section 5 here)?
no repacking, the image goes to the FOTA partition
To all: Please test first official build, based on new device tree(android-7.1) - http://build.twrp.me/twrp-3.2.1-0-odin.img (not compatible with android 5.0.2/5.1.1)
ham5 said:
no repacking, the image goes to the FOTA partition
Click to expand...
Click to collapse
Doesn't work. I assume it's because the stock kernel does not support a recovery on the FOTA partition.
random_n00b said:
Doesn't work. I assume it's because the stock kernel does not support a recovery on the FOTA partition.
Click to expand...
Click to collapse
"Doesn't work. " is not a valid reply to what I posted. In fact the fota recovery will override the recovery built into the rom.
ham5 said:
"Doesn't work. " is not a valid reply to what I posted. In fact the fota recovery will override the recovery built into the rom.
Click to expand...
Click to collapse
I flashed TWRP 3.2.1 to the FOTA partitition, but after i reboot into recovery, I still end up with TWRP 2.8.7 that was installed before.
Please note that TWRP 2.8.7 is not the "normal" TWRP, but part of XZ Dual Recovery, that unfortunately is no longer updated.
UPDATE:
When I use the hardware keys to enter recovery, I get a blank screen. (3.2.1 really seems to not be compatible with Android 5.1.1. )
When I use the small app that comes with the XZDualRecovery to boot into recovery, I end up with 2.8.7
So FOTA seems to work, but TWRP 3.2.1 is not compatible with my old ROM....
Need a little advice.
Hello my friends!
My phone: Xperia ZL C6503.
I used to have stock 5.1.1 in my phone, but thanks to this forum I have managed to flash the RR O v6.0.0. Everything is working fine, just have a question for you guys: Can I flash the latest TWRP now the I'm using Android 8.1.0? And if I want to flash my stock rom again in the future, will I have any problem with the updated TWRP?
Any help will be much appreciated!
Related
{
"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"
}
CWM for TF300T
Latest compiled: 6.0.4.7
Download: Downloads tab on the top of the page (This is a devDB project so if you're viewing on mobile: open in web browser)
Both a recovery.img and a flashable zip for your current recovery will be available.
Source:
Device tree: https://github.com/CyanogenMod/android_device_asus_tf300t
Recovery: https://github.com/CyanogenMod/android_bootable_recovery
Make sure you reboot into android after flashing before going back to recovery!
Flashing via fastboot tutorial courtesy of Xplodwild, slightly edited:
XpLoDWilD said:
Step-by-step guide
Download the CWM .img file
Unlock your bootloader with Asus Unlock app
Connect your tablet to your computer
Shutdown your tablet
Hold Power + Vol Down until you see the 3 icons on your screen
At this point, your computer should recognize Fastboot device (Windows will notify you here, OSX/Linux stays calm)
Flash recovery image with fastboot: fastboot -i 0x0B05 flash recovery recovery_6047.img (if we suppose recovery_6047.img is in your current directory)
Once the operation is done, type fastboot -i 0x0B05 reboot to reboot your tablet
Click to expand...
Click to collapse
Flashing via terminal courtesy of twrp website (edited):
Download the above file. Save it to the root of your /sdcard directly (internal memory only) and rename it to recovery.img
Launch terminal emulator or connect to your computer and open an adb shell, then type the following:
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p4 (replace recovery.img with whatever it is called.)
Then reboot to complete installation.
Click to expand...
Click to collapse
XDA:DevDB Information
Clockworkmod Recovery for TF300T, a Tool/Utility for the Asus Transformer TF300T
Contributors
ebildude123
Version Information
Status: Stable
Current Stable Version: 6.0.4.7
Stable Release Date: 2014-02-01
Created 2014-02-01
Last Updated 2014-02-01
Posted 6.0.4.7
Can I use this recovery both JB and KK? I dont want brick my tablet!
@up
Make Nandroid & NVflash, and try by yourself
Second!
which works with the bootloader?
My tablet works but I was wrong recovery and I have serious problems to use it, although with TWRP manager can do the wipe and perform the flash
thanks and regards
sorry for my english
which bootloader version is this recovery for?
solitarywarrior1 said:
which bootloader version is this recovery for?
Click to expand...
Click to collapse
10.6.1.15.3, 10.6.1.27.1, 10.6.1.27.5
Hello,
Where is the download link of ClockWorkMod Recovery 6.0.4.7
Thank
hzaire said:
Hello,
Where is the download link of ClockWorkMod Recovery 6.0.4.7
Thank
Click to expand...
Click to collapse
Go back to the first post in web view. There is a downloads tab at the top of the page. Click that and it shows the file you have requested.
Sent from my TF300T using Tapatalk
great,
thank a lot
@ebildud123
Thanks for your activities.
I downlaoded your file and I renamed it (as sel explanatory)
Asus_TF300T_Recovery_CWM_6.0.4.7.img (recovery native image)
Asus_TF300T_Recovery_CWM_6.0.4.7_update.zip (recovery updatere via recovery)
I have some proposals
delete previous version (6.0.4.6)
rename the current 6.0.4.7 zip file as "Asus_Tf300T_Rrecovery_CWM_6.0.4.7_update.zip"
comrpess the img file in a zip and name it as "Asus_TF300T_Recovery_CWM_6.0.4.7.zip"
To distribute the img file compress can avoid crash/brick if the img file downloaded is not correct (corrupted download).
Do you know if can i use this TWRP recovery on Asus Memopad HD 7 (ME173X) device?
6.0.5.0
I am using your 6.0.4.7 and it is running well. I have CM11 nightly. In the changelog they are up to 6.0.5.0 but my recovery never gets updated with the nightly. Is this normal?
How do I get the 6.0.5.0 recovery that CM are using? Or maybe it doesn't matter.
No other bugs and recovery is backing up just great.
ebildude123 said:
10.6.1.15.3, 10.6.1.27.1, 10.6.1.27.5
Click to expand...
Click to collapse
Works with 10.6.2.11? (TF300TG)
Hi everyone.
Here's my build of TWRP for P6S-U06.
Features:
Supports USB OTG, so you can use USB flash drive as external storage for backups, zip installations.
Because device doesn't support external SD card, I've added feature to make backup of internal storage (to USB flash of course).
Combined with stock EMUI 3.1 recovery. In case of power-on by holding power + vol+ or rebooting into recovery by command or any 3rd part application: will boot in TWRP. In case of local update, OTA-update, "force update" (3buttons method) or factory reset: will boot into EMUI recovery.
Off-mode charger updated from EMUI 3.1
custom.bin and cust symlinks are saved/restored (if they were exist) in case of Wipe/Format Data. So there not gonna be "cust" issues after factory reset in TWRP.
Requirements:
Unlocked bootloader
Android 4.4.2 - 5.1.1
Installation:
Reboot in fastboot mode
Flash image via fastboot
Code:
fastboot flash recovery TWRP_Recovery-3.0.3-0.img
fastboot reboot
From TWRP: Press "Install" and select zip-archive
Notes:
Because internal storage is not a separate block device and just a subfolder of "userdata" partition, before you can make backup/restore of internal storage, first you should do Mount -> Data.
It will not work on P6, it's for P6S only.
Download: TWRP_Recovery-3.0.3-0.img
For TWRP: TWRP_Recovery-3.0.3-0.zip
Previous:
Download: TWRP_Recovery-3.0.2-0.img
For TWRP: TWRP_Recovery-3.0.2-0.zip
Download: TWRP_Recovery-3.0.0-0.img
For TWRP: TWRP_Recovery-3.0.0-0.zip
TWRP_Recovery-2.8.5.0.img
Is it possible to get this new version for our beloved P6?
tileeq said:
Is it possible to get this new version for our beloved P6?
Click to expand...
Click to collapse
http://4pda.ru/forum/index.php?showtopic=539568&view=findpost&p=37725285
If you can't download from 4pda, ask for the author of build, here is also here on XDA: Razziell
Hi Kosyan, how to roll back to stock recovery?
Thanks
Edit: I know how rollback but in 4pda is it not possible to download the stock recovery I need!
Can you post it hier please?
Can you please share TWRP 2.8.7.0 material design by Razziell? I can't login on 4pda.ru because of a Russian captcha!
@Kostyan_nsk, could you send me a link to your device tree please. Want to check something out real quick.
I wasn't upload my dt. I'm too lazy for this.
{
"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"
}
PM me what exactly are you interested in?
WHat if i have android 4.2.2 ?? is it gonna work ?
kye04 said:
WHat if i have android 4.2.2 ?? is it gonna work ?
Click to expand...
Click to collapse
No, it will not boot.
THANK YOU !!!
Tell you my story : a week ago i bought a P6S-U06 from aliexpress. It came with the 4.2 system. Interesting was that there was no update , not by wifi nor by Hisuite.
And i wanted to update to 4.4 And i try all kind of recoveries and boot.img untill i bricked it.... Actually i got the bootloader locked and i can not flash anytrhing anymore.....
Now i bought a second P6S-U06 that came with 4.4 . Thanks to your twrp, now i have twrp on my phone.
Please help me also with a nice kernel and a nice rom. I found some stuff on 4pda forum but i do not know russian and i cannot make an account to download .
If you do not want to post here, please send them in privat.
Once again , THANK YOU !!!
My phone is now TWRP with P6S-U06V100R001C17B606 .
Hi .I have 2 P6S-U06 . Both of them 4.4.2 In one of them i flashed thru fastboot and twrp works perfect.
The other one simply does not accept that. see attached picture .
I forced it installing Flashify . I wrote the recovery with it. After reboot, the leds start blicking red and green and after that a screen appears saying something happened sith my boot, press power button for 6 seconds. I turn off the phone , restart it, it boots to system but stock recovery...
How is this possible ?
WHat can i do ?
Also is there a 5.1.1 image that can be updated as update.app in dload folder ?
This is the RogPhone 2's TOOL ALL IN ONE Discussion Thread more info and download go to the Original Thread
TOOL ALL IN ONE
{
"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"
}
ADVANCED OPTIONS
FUNCTIONS
Install Drivers
Install Drivers
Unlock Bootloader
Lock Bootloader (use carefully)
Flash TWRP Recovery
Flash Stock Recovery
Flash Stock Factory Image
Automatic ROOT
Install APKs
Uninstall APKs
Take a Screenshot
Take a Screen Reocrd
Flash Partitions
Erase All Data (This function can decrypt the phone)
Reboot Phone
Update the Tool to latest version
Update Adb and Fastboot to latest version
Set Adb and Fastboot priviliges in system wide
Install Zip directly from PC (Required TWRP on phone)(These functions work perfectly on my pc but i have perfect adb drivers on my pc and perfect TWRP on my phone)
Flash Fastboot ROM
Delete downloaded files
ADB File Manager
DEVICE LIST
If you want you can send a request to add a new device here:
New Device Request Form
Device List
DOWNLOAD
Original Thread
DONATE LINK
If you want to support the project please consider making a donation, thanks.
Sweet was waiting for this!
This is HUGE! Thank you so much for the hard working.
can you unlock the bootloader with this? asus rog phone 2
Hi,
Is possible to use this tool for to change fingerprint version CN to WW?
Manzoandroid said:
Hi,
Is possible to use this tool for to change fingerprint version CN to WW?
Click to expand...
Click to collapse
Nope
Can we use this to downgrade to a9?
jkieffer46 said:
Can we use this to downgrade to a9?
Click to expand...
Click to collapse
Having issues right? I am looking for a way to Downgrade too..
jkieffer46 said:
Can we use this to downgrade to a9?
Click to expand...
Click to collapse
You can flash full stock rom from TWRP
mauronofrio said:
You can flash full stock rom from TWRP
Click to expand...
Click to collapse
Yes can I flash full stock from a10 to a9 with no problems?
jkieffer46 said:
Yes can I flash full stock from a10 to a9 with no problems?
Click to expand...
Click to collapse
You can use the link below to downgrade A10 to A9.
Same ss other updates, just place the zip in root of storage and reboot. The downgrade update will be detected then click to install. Note: downgrading will erase all data
https://dlcdnets.asus.com/pub/ASUS/...S_I001_1-ASUS-18.0631.2001.64-1.1.92-user.zip
mauronofrio said:
This is the RogPhone 2's TOOL ALL IN ONE Discussion Thread more info and download go to the Original Thread
TOOL ALL IN ONE
ADVANCED OPTIONS
FUNCTIONS
Install Drivers
Install Drivers
Unlock Bootloader
Lock Bootloader (use carefully)
Flash TWRP Recovery
Flash Stock Recovery
Flash Stock Factory Image
Automatic ROOT
Install APKs
Uninstall APKs
Take a Screenshot
Take a Screen Reocrd
Flash Partitions
Erase All Data (This function can decrypt the phone)
Reboot Phone
Update the Tool to latest version
Update Adb and Fastboot to latest version
Set Adb and Fastboot priviliges in system wide
Install Zip directly from PC (Required TWRP on phone)(These functions work perfectly on my pc but i have perfect adb drivers on my pc and perfect TWRP on my phone)
Flash Fastboot ROM
Delete downloaded files
ADB File Manager
DEVICE LIST
If you want you can send a request to add a new device here:
New Device Request Form
Device List
DOWNLOAD
Original Thread
DONATE LINK
If you want to support the project please consider making a donation, thanks.
Click to expand...
Click to collapse
sir can i unlock bootloader unofficially with this tool?? if not can u pls add the support .. i will surely help in return by donation some bucks.
Amazing!!!!
Does this tool still work with android 10. Unlock bootloader and locking bootloader again. Can anyone confirm .
for some reason when ever i boot into booloader the tool won't recognize the pone. it only shows up when the phone is on
{
"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:
/*
*
* 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 custom recovery
* 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.
*
*/
Bugs:- Decryption not working
Install Instructions:- Update to Android 10 (it will probably boot on Android 9 firmware, but it wasn't tested).
- Make sure your bootloader is unlocked. If not, unlock it first. Check out the "Unlocking the bootloader" section of this post.
- Reboot to bootloader
- Execute:
Code:
fastboot flash recovery twrp.img
fastboot reboot
- Or to boot directly without flashing:
Code:
fastboot boot twrp.img
- Boot using power, volume down and volume up pressed simultaneously.
Note: Stock ROM will keep replacing the recovery with it's own recovery. You need to boot to recovery right after flashing it. Booting to stock ROM after flashing may cause it to replace TWRP with the stock recovery. So either find and remove the script responsible for this, flash a GSI or just wait for custom ROMs.
Download:SourceForge
Source code:Recovery Source
Device tree
Kernel: prebuilt from stock ROM (YT_X705F_S001137_220721_ROW)
OMFG. nice
will test here soon. I'm glad to see some activity with this tablet. Its a very capable tablet if all the hardware would work right with gsi. Debloated its great though.
Will report back in a bit to see if it works on my ytx705f.
UPDATE: Can confirm, Works except decryption. Good job dude.
Thanks for this twrp. Am happy finally, Someone made twrp for this device.
Hi, I have used this twrp in my YT-705X and installed descendent gsi. It's working without any issues. Thanks for your work.
thrilu06 said:
Hi, I have used this twrp in my YT-705X and installed descendent gsi. It's working without any issues. Thanks for your work.
Click to expand...
Click to collapse
The only issue right now is decryption.
adazem009 said:
The only issue right now is decryption.
Click to expand...
Click to collapse
That's not a big deal for me. I use my tab for only media streaming and has sd card for my documents and other works. And I'm happy as long as I am enjoying latest Android flavour on my tab. Your TWRP eased the procedure for me in using gsi and I'm happy about it.
thanks for this and the github link. I want to port TWRP to my device, a Lenovo Yoga Tab 11 (YT-J706F) what are the steps you did to port twrp from the lenovo stock files?.
To be honest I think it's a bit different because it looks like my device doesn't have a recovery partition / img only a ramdisk.
rayoz12 said:
thanks for this and the github link. I want to port TWRP to my device, a Lenovo Yoga Tab 11 (YT-J706F) what are the steps you did to port twrp from the lenovo stock files?.
To be honest I think it's a bit different because it looks like my device doesn't have a recovery partition / img only a ramdisk.
Click to expand...
Click to collapse
The first step is to get the kernel image from stock ROM. It should be in zImage format (search for mkbootimg tool). Place it in the "prebuilt" directory of the device tree as "Image.gz-dtb". Then take the dtbo.img from stock ROM and place it in the "prebuitlt" directory as well. These are the minimal changes to get it booting... you might also have a look at libraries in "rootdir" and replace them later.
Update
Download
Updated kernel and dtbo images from YT_X705F_S001137_220721_ROW.
I can't enter to fastboot mode photo
wellyk said:
I can't enter to fastboot mode photo
Click to expand...
Click to collapse
You're already in fastboot mode. You just have some weird firmware installed, which for some reason has tux as the fastboot logo. It happened to me too.
{
"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.x 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:
* Your warranty is now void.
* We are not responsible for data loss, bricked devices, dead SD cards
* you point the finger at us for messing up your device, we will laugh at you.
Code:
INSTALLATION:
1. Download TWRP-***.img
2. Reboot to bootloader
3. boot into TWRP using "fastboot boot TWRP-***.img"
PERMANENT FLASHING NOT POSSIBLE YET
NOTE:
- BUILD IS WIP
- Do not flash TWRP permanently it will have display issue only boot temporary
Guide:
fastboot boot filename.img
DOWNLOADS:
SourceForge
SOURCES:
Device tree
Hit Thanks If You Liked My Work
Thank you for your hard work
Hello:
what's mean " DISPLAY NOT WORKING (check attached image)",? Does the TWRP is working?
Anyone tried this yet?
Releases · bm0x/twrp_device_xiaomi_nabu
TWRP (WIP) for Xiaomi Pad 5. Contribute to bm0x/twrp_device_xiaomi_nabu development by creating an account on GitHub.
github.com
zhlj2004 said:
Hello:
what's mean " DISPLAY NOT WORKING (check attached image)",? Does the TWRP is working?
Click to expand...
Click to collapse
I think, this can be use to sideload
I performed all the steps but I can't go to TWRP, if I reboot it always goes back to MIUI recovery. What am I doing wrong?
Thanks
momentum88 said:
I performed all the steps but I can't go to TWRP, if I reboot it always goes back to MIUI recovery. What am I doing wrong?
Thanks
Click to expand...
Click to collapse
do not flash this recovery you can only temporary boot into recovery
fastboot boot just boots into recovery image once
Tried to flash MindTheGapps-13.0.0-arm64-20230408_162909.zip but failed with error Could not mount /mnt/system! Aborting
Bash:
nabu:/ # twrp install /sdcard/MindTheGapps-13.0.0-arm64-20230408_162909.zip
Installing zip file '/sdcard/MindTheGapps-13.0.0-arm64-20230408_162909.zip'
**********************
MindTheGapps installer
**********************
Extracting files
Setting up environment
Mounting partitions
Could not mount /mnt/system! Aborting
Cleaning up files
Unmounting partitions
Updater process ended with ERROR: 1
Error installing zip file '/sdcard/MindTheGapps-13.0.0-arm64-20230408_162909.zip'
Done processing script file
nabu:/ #
ManOki said:
Tried to flash MindTheGapps-13.0.0-arm64-20230408_162909.zip but failed with error Could not mount /mnt/system! Aborting
Bash:
nabu:/ # twrp install /sdcard/MindTheGapps-13.0.0-arm64-20230408_162909.zip
Installing zip file '/sdcard/MindTheGapps-13.0.0-arm64-20230408_162909.zip'
**********************
MindTheGapps installer
**********************
Extracting files
Setting up environment
Mounting partitions
Could not mount /mnt/system! Aborting
Cleaning up files
Unmounting partitions
Updater process ended with ERROR: 1
Error installing zip file '/sdcard/MindTheGapps-13.0.0-arm64-20230408_162909.zip'
Done processing script file
nabu:/ #
Click to expand...
Click to collapse
have you tried with another gapps??? like nikgapps or flame?
Release nabu_twrp-12.1_20230531 · map220v/android_device_xiaomi_nabu
Fixed Display graphics Touchscreen FBE decryption (password supported)
github.com
NEW update is pushed
-Fixed display all credits to @map220v
-Display refresh rate to 60
Download
can flash it for permanently or still boot with the new version?
Crymeans said:
can flash it for permanently or still boot with the new version?
Click to expand...
Click to collapse
no you cant flash it permanently as flashing will cause same issue of blank display developer are working so wait for custom kernel or custom rom release
hoe do i flash It?
after temporary boot twrp recovery can i flash nabu firmware dev public beta or not
please reply me
Thanks for Hard working