[Emergency Guide] How to Blank or regenerate Watch (WA 5.01) after clearing \system - LG G Watch R

[Emergency Guide] How to Blank or regenerate Watch (WA 5.01) after clearing \system
Prerequisit :
Be sure to have latest adb (1.0.32) and fastboot version. Download it from here
Link to know how to enter into fastboot
Under Fastboot
Download boot from here
Code:
- fastboot flash boot bootll.img
Download TWRP recovery from here
Code:
- fastboot flash recovery twrp.img
Go to Recovery and format all twice with TWRP recovery
Flashing back stock recovery :
Download stock recovery from here
Code:
- fastboot flash recovery recoverll.img
Back to stock recovery, format twice
Regenereting system step :
Download rooted AW 5.01 system directory from here
Code:
- fastboot flash system system.img
Go back to stock recovery, Choose apply update from ADB (adb sideload)
Download AW 5.01 update from here
Code:
- adb sideload 149e0c34d0ab10d3e356d6301915dcc04552d9db.signed-lenok-LWX48P-from-KNX01R.149e0c34.zip
Reboot system now. Choose langage, etc.
Nota : At this time, if you don't need root and Chainfire SU (witch is useless at this time) you can go just for flashing TWRP by :
Code:
- adb reboot bootloader
- fastboot flash recovery twrp.img
And that's it.
Or following steps : Rooting back Watch and custom TWRP Recovery support
Download stock rooted AW 5.01 system directory from here
Code:
- adb reboot bootloader
- fastboot flash system system.img
Reboot Watch, autorize adb debug on the watch
Download Chainfire SU 2.40 from here or BETA-SuperSU-v2.42.zip
Note : You can remove Superuser.apk from the zip file into \common recovery which it is not compatible with AW 5.01
Pushing SU to the watch
Code:
- adb push supersu.zip /sdcard/su.zip
Back to Fastmod and flashing TWRP advanced recovery
Code:
- adb reboot bootloader
- fastboot flash recovery twrp.img
Restart watch and go to TWRP recovery, install/flash su.zip from sdcard, reboot
Et Voilà !

Nice write up, I'm not sure doing the adb sideload does anything though. The system image is already patched, it was a backup from my device just rooted. Currently I have busybox working on the device and and working on init.d support so any changes we want to make will survive after reboot.
Sent from my A0001 using XDA Free mobile app

It'ill be nice :good:

HELP
I've done everything to try to get back to AW 5.01 but when I get to the adb sidelload part it says "error: device not found".
It's seem that windows 8 is not detecting my watch. Anyone have any insight on this would be great thanks!
Jay
edit...
Never Mind Got it to Work!

How did you get it to work?

I managed it, too. Turns out I had to reinstall drivers while in sideload mode. You can do it in device manager, select from computer, from list and find ADB composite device.

Hey guys, I accidentaly installed supersu apk on my watch and now I can see it in the menu all the time. How can I remove it from /system/app/SuperSu? Do I have to root first in order to gain rw rights on /system, remove whole SuperSu folder than do a factory reset for example and it won't show up anymore?

hornedfiend said:
Hey guys, I accidentaly installed supersu apk on my watch and now I can see it in the menu all the time. How can I remove it from /system/app/SuperSu? Do I have to root first in order to gain rw rights on /system, remove whole SuperSu folder than do a factory reset for example and it won't show up anymore?
Click to expand...
Click to collapse
simply flash this in twrp > https://hostr.co/3yMSrXUUMD8B and it will remove for you and you will get root also

Related

[Q] Unlocking BL and Rooting XT1068 DUAL SIM

Hello,
I recently bought a moto g 2014 XT1068 Dual Sim, and I've already updated to 5.0.2.
I really wanted to get it rooted, and as I've seen, it is only possible by first unlocking the BL.
I wanted to ask if there is a safe method to to that, since my device is Dual Sim, and I dont know if the methods provided in the forum work
I'm aware that the warranty will probably be voided (I'm from europe and bought it here also), but honestly I just want the root access.
Please just tell me, if possible, if there is any safe method to unlock the BL and after that, to root my Dual SIM.
Thank you for your patience,
maximuns
unlock bootlader install custom recovery and root
http://m.youtube.com/watch?v=BLSTDsFG1xw
Moto G User said:
http://m.youtube.com/watch?v=BLSTDsFG1xw
Click to expand...
Click to collapse
is this working on lollipop 5.0.2?
I´ve got the XT1068 dual sim too and I rooted it with this method:
1) Unlock bootloader on the Motorola homepage following this thread: http://forum.xda-developers.com/moto-g-2014/general/wip-unlock-bootloader-moto-g-2nd-gen-t2875728
Minimal ADB and Fastboot does the job.Unlocking BL will erase your userdata.
2) Now you have two options:
a) Flash TWRP 2.8.5.0: http://forum.xda-developers.com/moto-g-2014/orig-development/recovery-twrp-2-8-2-0-touch-recovery-t2979149 (I used 2.8.5.0, 2.8.6.0 surely will work too)
b) Or just boot into it, the way I did : http://forum.xda-developers.com/moto-g-2014/general/guide-root-moto-g-2014-flash-custom-t2955243
Command for flashing (TWRP will replace your stock recovery):
Code:
adb reboot bootloader
fastboot [B]flash[/B] openrecovery-twrp-2.8.5.0-titan.img
(You can rename the file for instance in recovery.img, then the command will be fastboot flash recovery.img)
Reboot into TWRP recovery,flash latest superSU (earlier versions will cause bootloops): http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip (it should be placed in internal or external storage) via the Install menu.
Wipe cache and dalvik.
Command for booting into TWRP ( TWRP will not be flashed on your phone, it´s just temporary.As described in the linked thread above the recovery.img-file has to resist in the adb and fastbot folder):
Code:
adb reboot bootloader
fastboot[B] boot[/B] openrecovery-twrp-2.8.5.0-titan.img
Your phone will restart in temporary custom recovery.
Flash the latest superSU: http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip from TWRP (it should be placed in internal or external storage) via the Install menu.
Wipe cache and dalvik,reboot phone and you´re done.
maximuns said:
is this working on lollipop 5.0.2?
Click to expand...
Click to collapse
Wolfcity's method will work with Lollipop 5.0.2.
I took the same way and everything works fine.
Wolfcity said:
I´ve got the XT1068 dual sim too and I rooted it with this method:
1) Unlock bootloader on the Motorola homepage following this thread: http://forum.xda-developers.com/moto-g-2014/general/wip-unlock-bootloader-moto-g-2nd-gen-t2875728
Minimal ADB and Fastboot does the job.Unlocking BL will erase your userdata.
2) Now you have two options:
a) Flash TWRP 2.8.5.0: http://forum.xda-developers.com/moto-g-2014/orig-development/recovery-twrp-2-8-2-0-touch-recovery-t2979149 (I used 2.8.5.0, 2.8.6.0 surely will work too)
b) Or just boot into it, the way I did : http://forum.xda-developers.com/moto-g-2014/general/guide-root-moto-g-2014-flash-custom-t2955243
Command for flashing (TWRP will replace your stock recovery):
Code:
adb reboot bootloader
fastboot [B]flash[/B] openrecovery-twrp-2.8.5.0-titan.img
(You can rename the file for instance in recovery.img, then the command will be fastboot flash recovery.img)
Reboot into TWRP recovery,flash latest superSU (earlier versions will cause bootloops): http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip (it should be placed in internal or external storage) via the Install menu.
Wipe cache and dalvik.
Command for booting into TWRP ( TWRP will not be flashed on your phone, it´s just temporary.As described in the linked thread above the recovery.img-file has to resist in the adb and fastbot folder):
Code:
adb reboot bootloader
fastboot[B] boot[/B] openrecovery-twrp-2.8.5.0-titan.img
Your phone will restart in temporary custom recovery.
Flash the latest superSU: http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip from TWRP (it should be placed in internal or external storage) via the Install menu.
Wipe cache and dalvik,reboot phone and you´re done.
Click to expand...
Click to collapse
Thank you so much for your reply! I'll think about it, I'm afraid of doing something wrong and get the device boken, since I'd loose the warranty, but when I decide decide to do it ill report to you the result
once again thanks!
Wolfcity said:
I´ve got the XT1068 dual sim too and I rooted it with this method:
1) Unlock bootloader on the Motorola homepage following this thread: http://forum.xda-developers.com/moto-g-2014/general/wip-unlock-bootloader-moto-g-2nd-gen-t2875728
Minimal ADB and Fastboot does the job.Unlocking BL will erase your userdata.
2) Now you have two options:
a) Flash TWRP 2.8.5.0: http://forum.xda-developers.com/moto-g-2014/orig-development/recovery-twrp-2-8-2-0-touch-recovery-t2979149 (I used 2.8.5.0, 2.8.6.0 surely will work too)
b) Or just boot into it, the way I did : http://forum.xda-developers.com/moto-g-2014/general/guide-root-moto-g-2014-flash-custom-t2955243
Command for flashing (TWRP will replace your stock recovery):
Code:
adb reboot bootloader
fastboot [B]flash[/B] openrecovery-twrp-2.8.5.0-titan.img
(You can rename the file for instance in recovery.img, then the command will be fastboot flash recovery.img)
Reboot into TWRP recovery,flash latest superSU (earlier versions will cause bootloops): http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip (it should be placed in internal or external storage) via the Install menu.
Wipe cache and dalvik.
Command for booting into TWRP ( TWRP will not be flashed on your phone, it´s just temporary.As described in the linked thread above the recovery.img-file has to resist in the adb and fastbot folder):
Code:
adb reboot bootloader
fastboot[B] boot[/B] openrecovery-twrp-2.8.5.0-titan.img
Your phone will restart in temporary custom recovery.
Flash the latest superSU: http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip from TWRP (it should be placed in internal or external storage) via the Install menu.
Wipe cache and dalvik,reboot phone and you´re done.
Click to expand...
Click to collapse
ok i've done it ahah
I just cant boot the recovery.img, it says 'No such file or directory', help???
Did you enter the path and file name correctly?
Check it again.
The recovery file has to be inside the Minimal Adb and Fastboot folder. Paste it there, open the folder, press Shift and do a right click inside the folder. From the menu choose "open a command window here".
Now enter the above adb commands.
Like Lars wrote the path must be correct. If you installed Adb and Fastboot in the root of C: the path should be " C:\Minimal Adb and Fastboot."
Just one thing,if you are annoyed by the bootloader unlocked warning screen just flash (before or after superSU) this logo.bin:https://mega.co.nz/#!cc1AGa6Y!6ctYLqVYWyfhPBU5rF1TX_r9jjF68cP3qcknAWU2DjE
That replaces the warning screen with the stock bootlogo.
Sent from my XT1068 using XDA Free mobile app
Wolfcity said:
The recovery file has to be inside the Minimal Adb and Fastboot folder. Paste it there, open the folder, press Shift and do a right click inside the folder. From the menu choose "open a command window here".
Now enter the above adb commands.
Like Lars wrote the path must be correct. If you installed Adb and Fastboot in the root of C: the path should be " C:\Minimal Adb and Fastboot."
Just one thing,if you are annoyed by the bootloader unlocked warning screen just flash (before or after superSU) this logo.bin:https://mega.co.nz/#!cc1AGa6Y!6ctYLqVYWyfhPBU5rF1TX_r9jjF68cP3qcknAWU2DjE
That replaces the warning screen with the stock bootlogo.
Sent from my XT1068 using XDA Free mobile app
Click to expand...
Click to collapse
Thanks, got it and working flawlessly. Just a question, when I want to flash anything I can repeat the process again (Boot into twrp) with no need to flash it?
Yes you can do it but why don't you want to flash the custom recovery?
If you don´t want to flash roms,kernels etc. all the time,there is no need to flash a custom recovery. You can flash anything like superSU,logo.bin etc. by booting into TWRP, also backup/restore works this way on the Moto G. You can´t do this with a Nexus 7, it won´t boot into TWRP.
Some people want to change as less as possible as long they stay stock.When it comes to custom roms and kernels flashing the custom recovery is the better choice for sure.
Wolfcity said:
The recovery file has to be inside the Minimal Adb and Fastboot folder. Paste it there, open the folder, press Shift and do a right click inside the folder. From the menu choose "open a command window here".
Now enter the above adb commands.
Like Lars wrote the path must be correct. If you installed Adb and Fastboot in the root of C: the path should be " C:\Minimal Adb and Fastboot."
Just one thing,if you are annoyed by the bootloader unlocked warning screen just flash (before or after superSU) this logo.bin:https://mega.co.nz/#!cc1AGa6Y!6ctYLqVYWyfhPBU5rF1TX_r9jjF68cP3qcknAWU2DjE
That replaces the warning screen with the stock bootlogo.
Sent from my XT1068 using XDA Free mobile app
Click to expand...
Click to collapse
Wolfcity said:
If you don´t want to flash roms,kernels etc. all the time,there is no need to flash a custom recovery. You can flash anything like superSU,logo.bin etc. by booting into TWRP, also backup/restore works this way on the Moto G. You can´t do this with a Nexus 7, it won´t boot into TWRP.
Some people want to change as less as possible as long they stay stock.When it comes to custom roms and kernels flashing the custom recovery is the better choice for sure.
Click to expand...
Click to collapse
Yes but if I flash the twrp will I still receive ota updates?
Yes but you need the stock recovery to install them.
Lars124 said:
Yes but you need the stock recovery to install them.
Click to expand...
Click to collapse
And can I go back to stock recovery after flash twrp?
Yes, you can flash it the same way like twrp.
Lars124 said:
Yes, you can flash it the same way like twrp.
Click to expand...
Click to collapse
you have a link for that? or the comand line?
You can get it from here:
https://www.dropbox.com/s/dedqx3cyk0yx12f/recovery.img?dl=0
command is:
fastboot flash recovery recovery.img

huawei p7 andriod l root ? b853 emui3.1

can some one guid me about root for huawei p7 android l b853 emui 3.1 , i am new on this ..
I'd like the same thing.. I found a few guides here on xda, but don't fully understand them so i didn't try anything.. I'd appreciate if someone explained in details how do i root b853. I did a few roots before using some apps, all of them said it's rooted, tho it wasn't . So if someone succesfully rooted b853, please tell us how.
P7 Root
SenGAndroid said:
I'd like the same thing.. I found a few guides here on xda, but don't fully understand them so i didn't try anything.. I'd appreciate if someone explained in details how do i root b853. I did a few roots before using some apps, all of them said it's rooted, tho it wasn't . So if someone succesfully rooted b853, please tell us how.
Click to expand...
Click to collapse
- Install Minimal ADB and Fastboot on PC ---> http://forum.xda-developers.com/showthread.php?t=2317790
- Enable USB-Debugging in P7
- Connect P7 with PC
- Open Minimal ADB and Fastboot on PC, now you have open the Command Window
- Download TWRP Recovery---> http://androiding.how/huawei-ascend-p7-gets-twrp-2-8-7-0-recovery-compatible-android-5-1-1-builds/
- Copy the TWRP-2.8.7.0.img to the Minimal ADB and Fastboot-Folder
- Type in Command Window---> adb reboot bootloader ---> P7 reboot now in Bootloader-Mode
- After Reboot Type in Command Window---> Fastboot flash recovery twrp-2.8.7.0.img
- Now type fastboot reboot
- Download SuperSU ---> https://download.chainfire.eu/751/SuperSU/
- Copy the Supersu.zip to P7
- Now type in Command Window---> ADB reboot recovery
- In TWRP-Recovery flash the Supersu.zip on P7--->Reboot
- Now you must delete the SetImmutable.list from System on P7!
- Install X-Plore File Manager from PlayStore and delete the setimmutable.list in /ROOT/SYSTEM/
- Now you have Full ROOT!!!
- For make your ext. SD-Card writable use this---> NextApp SDFix
I hope this will work for You
2004 said:
- Install Minimal ADB and Fastboot on PC ---> http://forum.xda-developers.com/showthread.php?t=2317790
- Enable USB-Debugging in P7
- Connect P7 with PC
- Open Minimal ADB and Fastboot on PC, now you have open the Command Window
- Download TWRP Recovery---> http://androiding.how/huawei-ascend-p7-gets-twrp-2-8-7-0-recovery-compatible-android-5-1-1-builds/
- Copy the TWRP-2.8.7.0.img to the Minimal ADB and Fastboot-Folder
- Type in Command Window---> adb reboot bootloader ---> P7 reboot now in Bootloader-Mode
- After Reboot Type in Command Window---> Fastboot flash recovery twrp-2.8.7.0.img
- Now type fastboot reboot
- Download SuperSU ---> https://download.chainfire.eu/751/SuperSU/
- Copy the Supersu.zip to P7
- Now type in Command Window---> ADB reboot recovery
- In TWRP-Recovery flash the Supersu.zip on P7--->Reboot
- Now you must delete the SetImmutable.list from System on P7!
- Install X-Plore File Manager from PlayStore and delete the setimmutable.list in /ROOT/SYSTEM/
- Now you have Full ROOT!!!
- For make your ext. SD-Card writable use this---> NextApp SDFix
I hope this will work for You
Click to expand...
Click to collapse
Ok thanks man, ill try this today... I'll let u guys know how it went
---------- Post added at 07:55 AM ---------- Previous post was at 07:38 AM ----------
Well, just tried it.. When i used the adb reboot bootloader command, the phone turned off and the screen where it says "Phone is locked" poped out. I freaked out, plugged the phone out, and restarted it . Is that supposed to happen?
Everything worked up until the step :
- Now you must delete the SetImmutable.list from System on P7!
Click to expand...
Click to collapse
I'm still not able to delete this file as it's protected. I would assume SU would ask me to confirm the rights to allow the filemanager to do it but it doesn't.
Any ideas?
Other than that, great instructions on installing the recovery and SU! :good:
EDIT:
Found the right post:
Here are instructions for installing VIPER4Android on P7
1) have your phone ROOTED
2) install BUSYBOX from PLAYSTORE
3) install terminal emulator from PLAYSTORE
4)open Terminal Emulator and type in the following commands exactly:
su
mount -o rw,remount /system
cd system
lsattr
chattr -R -i *
rm –f /system/set_immutable.list
lsattr
After this set_immutable.list should be removed and you should have full access. Now you can install VIPER4Android
Work on my P7-L10
Click to expand...
Click to collapse
EDIT2: I forgot to say, it works. My device is fully rooted
SenGAndroid said:
Ok thanks man, ill try this today... I'll let u guys know how it went
---------- Post added at 07:55 AM ---------- Previous post was at 07:38 AM ----------
Well, just tried it.. When i used the adb reboot bootloader command, the phone turned off and the screen where it says "Phone is locked" poped out. I freaked out, plugged the phone out, and restarted it . Is that supposed to happen?
Click to expand...
Click to collapse
Hi!
You must unlock your bootloader
See this thread and post any question in case you have problems
http://forum.xda-developers.com/ascend-p7/general/help-rooting-huawei-p7-l10-d839-lolipop-t3280844
Reyse said:
Hi!
You must unlock your bootloader
See this thread and post any question in case you have problems
http://forum.xda-developers.com/ascend-p7/general/help-rooting-huawei-p7-l10-d839-lolipop-t3280844
Click to expand...
Click to collapse
Or you can just go to the huawei website and request the unlock code You'll have to create an account though.
- In TWRP-Recovery flash the Supersu.zip on P7--->Reboot
how can i do it. i am begginner and the are just 3 buttons reboot, factory resert and wipe cache
HISqWad said:
- In TWRP-Recovery flash the Supersu.zip on P7--->Reboot
how can i do it. i am begginner and the are just 3 buttons reboot, factory resert and wipe cache
Click to expand...
Click to collapse
Hi!
it's strange there are just 3 buttons
I'm uploading a screenshot of my TWRP
Could you compare with mine? Could you upload yours?
Reyse said:
Hi!
it's strange there are just 3 buttons
I'm uploading a screenshot of my TWRP
Could you compare with mine? Could you upload yours?
Click to expand...
Click to collapse
now I ve tried it again and now it works, maybe I did something wrong... - now it work and root seems complete
Really thanks to all of XDA developers i had 2 day unrooted phone and it was terrible
2004 said:
- Install Minimal ADB and Fastboot on PC ---> http://forum.xda-developers.com/showthread.php?t=2317790
- Enable USB-Debugging in P7
- Connect P7 with PC
- Open Minimal ADB and Fastboot on PC, now you have open the Command Window
- Download TWRP Recovery---> http://androiding.how/huawei-ascend-p7-gets-twrp-2-8-7-0-recovery-compatible-android-5-1-1-builds/
- Copy the TWRP-2.8.7.0.img to the Minimal ADB and Fastboot-Folder
- Type in Command Window---> adb reboot bootloader ---> P7 reboot now in Bootloader-Mode
- After Reboot Type in Command Window---> Fastboot flash recovery twrp-2.8.7.0.img
- Now type fastboot reboot
- Download SuperSU ---> https://download.chainfire.eu/751/SuperSU/
- Copy the Supersu.zip to P7
- Now type in Command Window---> ADB reboot recovery
- In TWRP-Recovery flash the Supersu.zip on P7--->Reboot
- Now you must delete the SetImmutable.list from System on P7!
- Install X-Plore File Manager from PlayStore and delete the setimmutable.list in /ROOT/SYSTEM/
- Now you have Full ROOT!!!
- For make your ext. SD-Card writable use this---> NextApp SDFix
I hope this will work for You
Click to expand...
Click to collapse
thank you bro
Hello, i really don't know what appened but KingRoot self rooted my Huwei P7-L10, i just know before root success, my phone was lagging...
So, i can't help so much but the B853 has a door to root it

TWRP 3.0.2 for Acer Predator 8 ported by Ruben.

IMPORTANT NOTE ABOUT ROOTING:
After flashing TWRP 3.0.2, use the SuperSU 2.46 flashable zip, do NOT use latest version or will result in a bootloop. Good Luck and have fun with rooting.
REQUIREMENTS
1- Unlocked Bootloader (search on google if you dont know how to unlock)
2- Drivers and Adb/Fastboot commands knowledge
--------------------------------------------------------------------------------------------------------------------------------
New TWRP bugfix update! Now you can flash stock rom on TWRP without bricking! Download Page updated!
Bugs:
1- adb shell command needs to be sent before system partition is mounted or it will give an error, after doing adb shell you can mount system and do all the modifications you need.
2- You cant flash any img on twrp it gives an error, im trying to fix.
3- Backups do work, but everytime twrp restarts, the serial number folder seems to change (which means that on /TWRP/BACKUPS/serialnumber/backupsinside/ changes every reboot so you have to go get the backup inside the old serialnumber folder and put on the new serialnumber folder).
Im leaving an unsecured boot image because system does not boot android if anything seems changed. So please if system does not boot after flashing twrp/rooting, flash the unsecured boot img on fastboot
Steps to Install TWRP and root
1. Download and extrct the files: https : // drive. google . com/file/d/0BxzG5iupOOSKNTdlRC1Wd0VmTlk/view
2. Power off the tablet.
3. Enter fastboot mode by pressing the power button while holding down Vol -
4. Open up command prompt and navigate to the directory where fastboot.exe is located.
5. Pass the following commands:
fastboot flash boot unsecuredboot.img
fastboot flash recovery TWRP.img
6. Reboot into recovery (TWRP) and install SuperSU v2.46.zip ---
Continuation 6. Step by Step of Step 6 since people seem to have been running into issues with it:
After rebooting to TWRP and having SuperSU.zip in the tablet storage. Go on Install tab and press the supersu file and install/flash it then reboot the device.

Can't flash my recovery to TWRP on LineageOS

Hello dear fellows,
since 2 days i try to fix a problem with my unlocked and rooted Sony Xperia Z C6603. Still not finding any solution via internet, i take my last chance and post it here.
I unlocked and rooted my C6603 2 days ago and installed via fastboot the actual Lineage Custom ROM lineage-14.1-20171027-nightly-yuga-signed.zip.
Everything worked fine.
Bootloader -> fastboot flash boot boot.img (from lineage-14.1-20171027-nightly-yuga-signed.zip) :good:
Restart into Android Recovery :good:
Install via ADB sideload lineage-14.1-20171027-nightly-yuga-signed.zip :good:
Install via ADB sideload LineageOS 14.1 ARM32 SU (for full root access) :good:
Boot into Lineage, activate dev options and enabled Android-Debugging + Root-Access -> Apps and ADB :good:
Now my problem:
The so called "Android Recovery" is rly bad, so i try to override this recovery with TWRP 3.0.2.0 (yuga) but everytime i get the following error:
Code:
fastboot flash recovery twrp.img
target didn't report max-download-size
sending 'recovery' (10656 KB)...
OKAY [ 0.351s]
writing 'recovery'...
[B]FAILED (remote: Command not allowed)[/B]
finished. total time: 0.370s
Where is my fffffff problem^^ Yes my phone is unlocked and yes, it is rooted (checked it also via root app).
I cant install gapps (dont work with ADB sideload) and and i want a proper recovery for backups and stuff...
So, what is wrong with me? Maybe someone of you have a good idea and can help me, i would rly appreciate it!
Sry for my not so proper english, hope u understand my problem anyway
Phone information:
Sony Xperia Z C6603
Android 7.1.2
LineageOS 14.1-20171020-NIGHTLY-yuga
LineageOS API-Level Guava (7)
Kernel-Version 3.4.113-yuga-gd710842
Build-Number lineage-yuga-userbug 7.2.1 NJH47F f281cb28f4
Thanx for all the help^^
I figured it out what to do:
1. fastboot flash boot twrp(actualversion).zip NOT fastboot flash recovery twrp(actualversion).zip
2. reboot into TWRP recovery mode
3. check if u can mount your data folder
3.1 if not, go to wipe -> advanced wipe -> change file system to ext4
4. install via ADB the actual LineageOS (or put the actual LineageOS file on your Sony/SD)
4. install LineageOS 14.1 SU via ADB (or put the actual LineageOS 14.1 SU file on your Sony/SD) -> https://www.lineageosroms.org/forums/topic/how-to-root-lineage-os-13-14-1-marshmallow-nougat-rom/
6. install Open gapps -> http://opengapps.org/
7. reboot and configure LineageOS
7.1 check your developer options -> Debugging + root access for ADB and apps
8. download TWRP apk via PlayStore
8.1 give TWRP apk root access and download the actual TWRP file for yuga
9. flash this TWRP recovery via app
10. DONE
Everything works fine (for now )
Topic can be closed!
Same problem here, filesystem is ext4, TWRP app says it flashed but after a reboot its not there.
Always have to go via "fastboot flash boot twrp.img" and on the next reboot after flashing lineage its gone again.
After some research I found it it belongs into the fota partition, but I dont seem to have one.
nurps said:
Same problem here, filesystem is ext4, TWRP app says it flashed but after a reboot its not there.
Always have to go via "fastboot flash boot twrp.img" and on the next reboot after flashing lineage its gone again.
After some research I found it it belongs into the fota partition, but I dont seem to have one.
Click to expand...
Click to collapse
Did you manage to solve the issue? I have the exact problem. The TWRP says it flashed but recovery is still stock android.
I have C6602. Someone on reddit gave me the solution; (do note that I had to run
Code:
adb root
for
Code:
su
to work.
You have a Xperia device which deals with recovery kind of weird. Recovery is stored with the kernel, not in a standalone recovery partition. Because of this you need to flash it to a FOTAKernel partition and use a kernel that supports FOTAKernel (the LineageOS one does).
To flash TWRP, first move the recovery image to your device with the adb command
Code:
adb push twrp-3.0.2-0-yuga.img /sdcard
. Then run
Code:
adb shell
to get access to the shell. Then run
Code:
su
and accept any prompts to gain root access. Then to actually flash, run
Code:
dd if=/sdcard/twrp-3.0.2-0-yuga.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
Click to expand...
Click to collapse

How to flash twrp recovery in Xiaomi Redmi 4a with MIUI 9? Lets see...

I have was trying to flash the TWRP recovery in my phone (Redmi 4a), but the recovery always got replaced after every reboot with the STOCK recovery.
I am now going to show how to flash this, beside the command line technique......(Although, some command line is necessary).....
1. Set adb and fastboot files in your Windows pc, fine
2. Now download the required twrp on to your pc and place it in adb-fastboot's folder.... or techies could path to that ****....
3. Enter bootloader with.....
adb reboot bootloader​4. Now boot to twrp using......
fastboot boot recovery.img​(I have named that twrp file as recovery)
5. Download super su zip, move it in phone, root your device....... reboot your device.......Now the second phase of process comes
6. Install twrp app in your phone, open it, copy the twrp image file to phone, tap on flash recovery
7. Select your twrp recovery in the phone and boom....... you have done it...... reboot to recovery by adb reboot recovery
I FORGOT TO MENTION, you should have your device unlocked, and I AM NOT RESPONSIBLE FOR ANY MISHAP and FOR THE STATE TO PLAY CRICKET WITH YOUR PHONE...... I am honest ....... IT WORKED FOR ME......
any tester n confirmed worked ?
No reason to do all those, you can flash recovery directly from fastboot with one command. The command:
Code:
fastboot boot recovery.img
just boot to that recovery one time. This is good for testing a recovery or use it for one time without install it.
If you want to flash a recovery you just need to use:
Code:
fastboot flash recovery recovery.img
Also for both commands isn't necessary to rename the recovery file or to put it adb folder, or root the device. Just need to specify the path and filename in place of "recovery.img". For e.g:
Code:
fastboot flash recovery C:\Phone\Recoveries\twrp_3.2.1.img

Categories

Resources