[Q] broken recovery on stock 4.2.2 - Asus Transformer TF701

Dear all,
I've a tf701 with stock 4.2.2 build JDQ39.WW_epad-10.14.1.2820130827
I've been able to root it through adb/fastboot.
I tried to use the same way to flash the recovery and adb says "ok"
Problem is that when I launch RCK on fastboot; it starts normaly, not in recovery.
I'd tried to update the tf701 but update process tried to restart in recovery and it is the same thing I describe above.
I tried also rom manager to flash the recovery but the device is not superted yet.
If somebody could help me providing a recovery.img that work with JDQ39.WW_epad-10.14.1.2820130827 it would be great
Thanks in advance for tips and comments

guerito73 said:
Dear all,
I've a tf701 with stock 4.2.2 build JDQ39.WW_epad-10.14.1.2820130827
I've been able to root it through adb/fastboot.
I tried to use the same way to flash the recovery and adb says "ok"
Problem is that when I launch RCK on fastboot; it starts normaly, not in recovery.
I'd tried to update the tf701 but update process tried to restart in recovery and it is the same thing I describe above.
I tried also rom manager to flash the recovery but the device is not superted yet.
If somebody could help me providing a recovery.img that work with JDQ39.WW_epad-10.14.1.2820130827 it would be great
Thanks in advance for tips and comments
Click to expand...
Click to collapse
DO NOT USE ROM MANAGER! Fastest way to brick a transformer. Lucky you didn't.
Which recovery are you trying to flash?
Have you tried upgrading to 4.3 from Asus?

sbdags said:
DO NOT USE ROM MANAGER! Fastest way to brick a transformer. Lucky you didn't.
Which recovery are you trying to flash?
Have you tried upgrading to 4.3 from Asus?
Click to expand...
Click to collapse
I tried to flash CWM recovery, on adb it was a file called recovery.img but to my understanding it works with the asus stock 4.3 not the 4.2.2
OTA asus update dosn't work
I tried to update placing a SD card with the asus update, got a notification that my device will be updated but.... nothing the device restart (guess try to boot on recovery so fails and start normaly
still stuck there

Any ideas?
Somebody known if it is possible to flash CROMI X from a PC thanks to adb for instance?

guerito73 said:
Any ideas?
Somebody known if it is possible to flash CROMI X from a PC thanks to adb for instance?
Click to expand...
Click to collapse
See the recovery for 4.2.2 here:
http://forum.xda-developers.com/showthread.php?t=2622594
then you can upgrade to 4.3 from below:
http://forum.xda-developers.com/showpost.php?p=49969993&postcount=21

Many thanks, I restored the CWM recovery
May I upgrade from stock 4.2.2 with CWM recovery to CROMI X stable?
Thanks again

guerito73 said:
Many thanks, I restored the CWM recovery
May I upgrade from stock 4.2.2 with CWM recovery to CROMI X stable?
Thanks again
Click to expand...
Click to collapse
No you must go to JB 4.3 10.26.1.18 first.

ok i've tried to install jb-4.3_ota-full_t701t_macallan.zip trought CWM recovery for 4.2.2
it failed
says assert failed getprop ("ro.product.device") == "tf701t" || getprop ("ro.build.product") "tf701t"
error in /emmc/10/jb-4.3-ota_full_tf701t_macallan.zip
any idea?

guerito73 said:
ok i've tried to install jb-4.3_ota-full_t701t_macallan.zip trought CWM recovery for 4.2.2
it failed
says assert failed getprop ("ro.product.device") == "tf701t" || getprop ("ro.build.product") "tf701t"
error in /emmc/10/jb-4.3-ota_full_tf701t_macallan.zip
any idea?
Click to expand...
Click to collapse
Easier if you install the stock 4.2.2 recovery from that url and then put the zip inside the asus firmware zip in the root of internal or micro sd and reboot. It should update to 4.2.2 that way. I don't think you can flash asus stock roms from CWM yet.

Ok,
I flashed the recovery found at this url: http://droidbasement.com/asus/tf701t/stock/
It won't start, I boot android normaly instead of the recovery I think it is a recovery only for 4.3
The only recovery I've found for 4.2.2 id CWM

guerito73 said:
Ok,
I flashed the recovery found at this url: http://droidbasement.com/asus/tf701t/stock/
It won't start, I boot android normaly instead of the recovery I think it is a recovery only for 4.3
The only recovery I've found for 4.2.2 id CWM
Click to expand...
Click to collapse
Some news; flashed several times the recovey, adb flash without errors but trying to update asus update (WW_10_26_1_18_SDupdate.zip or WW_epaduser_10_26_1_18_UpdateLauncher.zip) my tf701t restart and that's it, no do anything more and I still stuck to 4.2.2 JDQ39.WW_epad-10.14.1.28
I've contacted asus; I hope they will be able to help me to restore the recovery.

just to be sure, it is not possible to flash the stock firmware from adb console?

guerito73 said:
Some news; flashed several times the recovey, adb flash without errors but trying to update asus update (WW_10_26_1_18_SDupdate.zip or WW_epaduser_10_26_1_18_UpdateLauncher.zip) my tf701t restart and that's it, no do anything more and I still stuck to 4.2.2 JDQ39.WW_epad-10.14.1.28
I've contacted asus; I hope they will be able to help me to restore the recovery.
Click to expand...
Click to collapse
You have to unzip the ....UpdateLauncher.zip once which will give you a .....user.zip. That's the file you need to flash.

Yes I know, I've do that, it has detect a firmware and starts the update process but only restart the tab.
After that, when I plug again the SD card with user.zip nothing...
Firmware is no longer detected on SD card.
Still with recovery issue that's why I wonder if it is possible to flash stock ROM through adb.

guerito73 said:
Yes I know, I've do that, it has detect a firmware and starts the update process but only restart the tab.
After that, when I plug again the SD card with user.zip nothing...
Firmware is no longer detected on SD card.
Still with recovery issue that's why I wonder if it is possible to flash stock ROM through adb.
Click to expand...
Click to collapse
Not in ADB - Android can't be running when you flash the system partition but you can flash the system blob in fastboot.
Check this out: http://forum.xda-developers.com/showthread.php?t=2179759&page=2

berndblb said:
Not in ADB - Android can't be running when you flash the system partition but you can flash the system blob in fastboot.
Check this out: http://forum.xda-developers.com/showthread.php?t=2179759&page=2
Click to expand...
Click to collapse
Ok thanks for the info.
I no response from asus support concerning a way to restore the 4.2.2 recovery I'll do that.
Just to be sure, I erease ell partitions (system, recovery, user data, boot, misc, cache and only flashing system (blob file) will re write every partitions?

guerito73 said:
Ok thanks for the info.
I no response from asus support concerning a way to restore the 4.2.2 recovery I'll do that.
Just to be sure, I erease ell partitions (system, recovery, user data, boot, misc, cache and only flashing system (blob file) will re write every partitions?
Click to expand...
Click to collapse
.
The system blob contains everything: kernel, recovery and system files. It does not re-write user data naturally, and I don't think you have to wipe that partition. Doesn't sound as if your trouble is related to user data.... So you should erase system, boot and recovery. I would also erase misc and cache - can't hurt...
Here's a link with a very good step-by-step guide: http://forum.xda-developers.com/showthread.php?t=2195883

Ok, thank you for your interest.
I confirm that with recovery CWM for stock 4.2.2 it is not possible to flash the firmware provided by Droidbasement.
got the error message:
assert failed getprop ("ro.product.device") == "tf701t" || getprop ("ro.build.product") "tf701t"
error in /emmc/10/jb-4.3-ota_full_tf701t_macallan.zip
Click to expand...
Click to collapse
I tried to go back to stock recovery but the one provided on droidbasement doesn't work; when "RCK" selected on fastboot mode, it says "booting recovery kernel" and restart the tab; that's all.
Same thing when tried to update asus stock firmware placing the update on SD card it's only reboot the tab.
To my understanding the stock recovery image provided by droidbasement works only with 4.3 stock not 4.2.2 stock.
So I'm able to flash a recovery CWM for 4.2.2 but can do nothing with it and not able to go back to a workable stock recovery
When I try to flash the stock recovery on droidbasement, it just restart the tab, still stuck at this step since 1 week.
I'm waiting a response from asus support I asked them a recovery image for stock 4.2.2
If they are not able to help me, I'll considere to flash the blob in fastboot.
Obviously if someone get tips to help me I'll reconsidere my plans

guerito73 said:
Ok, thank you for your interest.
I confirm that with recovery CWM for stock 4.2.2 it is not possible to flash the firmware provided by Droidbasement.
got the error message:
I tried to go back to stock recovery but the one provided on droidbasement doesn't work; when "RCK" selected on fastboot mode, it says "booting recovery kernel" and restart the tab; that's all.
Same thing when tried to update asus stock firmware placing the update on SD card it's only reboot the tab.
To my understanding the stock recovery image provided by droidbasement works only with 4.3 stock not 4.2.2 stock.
So I'm able to flash a recovery CWM for 4.2.2 but can do nothing with it and not able to go back to a workable stock recovery
When I try to flash the stock recovery on droidbasement, it just restart the tab, still stuck at this step since 1 week.
I'm waiting a response from asus support I asked them a recovery image for stock 4.2.2
If they are not able to help me, I'll considere to flash the blob in fastboot.
Obviously if someone get tips to help me I'll reconsidere my plans
Click to expand...
Click to collapse
I think you are wasting your time waiting for a response from Asus. They do not provide support for our flashing shenanigans

berndblb said:
I think you are wasting your time waiting for a response from Asus. They do not provide support for our flashing shenanigans
Click to expand...
Click to collapse
Yes, you are right, asus support just tell me a kind of **** you...
As asus blob file get everything including the recovery, I've downloaded the 4.2.2 update from asus and unpack the blob to get the recovery.img
unpacking blob file I've got:
blob.BC1
blob.BCT
blob.EBT
blob.PT
Anybody knows where is the recovery file and how can I do to make it flashable?
EDIT: I guess recovery is not in the blob file but in a recovery folder containing recovery-from-boot.p

Related

Fastboot Boot Recovery.IMG not Working after Update

I have been using "fastboot boot recovery.img" to load into TWRP after OTA updates to load SuperSU as I am only rooted using the stock ROM. However, after this recent update (2.16.651.4) that includes the WiFi Calling and Android 4.4.3, when I run the command it just causes the phone to reboot. It does not reboot into TWRP, which is my recovery.img file.
I found a Nexus thread talking about having to add a kernel command line for the Nexus after a certain version of hboot, so I am not sure if it is related.
Does anyone know how to fastboot boot now with the latest update? I would like to avoid replacing my stock recovery with TWRP and just continue to boot into it. Alternatively, is there any other way to install supersu?
Thank you,
Ben
ReproOne said:
I have been using "fastboot boot recovery.img" to load into TWRP after OTA updates to load SuperSU as I am only rooted using the stock ROM. However, after this recent update (2.16.651.4) that includes the WiFi Calling and Android 4.4.3, when I run the command it just causes the phone to reboot. It does not reboot into TWRP, which is my recovery.img file.
I found a Nexus thread talking about having to add a kernel command line for the Nexus after a certain version of hboot, so I am not sure if it is related.
Does anyone know how to fastboot boot now with the latest update? I would like to avoid replacing my stock recovery with TWRP and just continue to boot into it. Alternatively, is there any other way to install supersu?
Thank you,
Ben
Click to expand...
Click to collapse
As a quick work around flash twrp onto the device, once done with it then flash the factory recovery back, Also check to make sure your bootloader didn't relock after update.
stock recovery from the update.
nfinitefx45 said:
As a quick work around flash twrp onto the device, once done with it then flash the factory recovery back, Also check to make sure your bootloader didn't relock after update.
stock recovery from the update.
Click to expand...
Click to collapse
Thank you for the reply. I thought about taking that approach, but I was really hoping someone would have an answer on why the procedure wasn't working now. My bootloader is still unlocked.
I found this as an approach someone did on the Nexus 4 for a similar issue:
fastboot -c "lge.kcal=0|0|0|x" boot customrecovery.img
Thoughts?
nfinitefx45:
I did just now flash TWRP into recovery, loaded SuperSU, and then flashed your recovery.img back to the phone. So thank you very much for the recovery.img.
I'd still like to know if fastboot boot can still work, and also if there is a way in the future I can get my own recovery.img (possibly back it up before taking an OTA)?
ReproOne said:
nfinitefx45:
I did just now flash TWRP into recovery, loaded SuperSU, and then flashed your recovery.img back to the phone. So thank you very much for the recovery.img.
I'd still like to know if fastboot boot can still work, and also if there is a way in the future I can get my own recovery.img (possibly back it up before taking an OTA)?
Click to expand...
Click to collapse
not sure about the fastboot issue, but to backup your recovery any time just go to adb and type the following
adb shell
su
dd if=/dev/block/mmcblk0p43 of=/sdcard2/recovery.img
this will copy your recovery to the external sdcard
Thank you for those steps. I do not have an external SD card installed, so I modified it to store the recovery.img on sdcard instead.
Now I can always fastboot flash twrp and then back to stock recovery.
Thank you again!
nfinitefx45 said:
not sure about the fastboot issue, but to backup your recovery any time just go to adb and type the following
adb shell
su
dd if=/dev/block/mmcblk0p43 of=/sdcard2/recovery.img
this will copy your recovery to the external sdcard
Click to expand...
Click to collapse
You would need root to do this. Not being able to use "fastboot boot" you would just be backing up the flashed recovery. Possibly towel root temp root, but I would assume it has been patched in newest update.
So I am S-On with a non-HK M8
I was on stock rooted 4.4.2 and I flashed the stock recovery and took the OTA
Now I am on 4.4.3 and still have SuperSU installed (not rooted)
Everything is working fine, but when I try to boot to recovery i get the red triangle with the !
Any suggestions?
neudof said:
So I am S-On with a non-HK M8
I was on stock rooted 4.4.2 and I flashed the stock recovery and took the OTA
Now I am on 4.4.3 and still have SuperSU installed (not rooted)
Everything is working fine, but when I try to boot to recovery i get the red triangle with the !
Any suggestions?
Click to expand...
Click to collapse
That's the stock recovery. Did you ever flash a custom recovery back on after the OTA?
xPhantom said:
That's the stock recovery. Did you ever flash a custom recovery back on after the OTA?
Click to expand...
Click to collapse
I am s-on & unlocked but i was able to flash the stock recovery from sd card to take the ota.
Is it possible to flash twrp back in the same way?
neudof said:
I am s-on & unlocked but i was able to flash the stock recovery from sd card to take the ota.
Is it possible to flash twrp back in the same way?
Click to expand...
Click to collapse
Yes, after the OTA, just flash TWRP back through fastboot and then re-flash SuperSU to get root back.
nfinitefx45 said:
As a quick work around flash twrp onto the device, once done with it then flash the factory recovery back, Also check to make sure your bootloader didn't relock after update.
stock recovery from the update.
Click to expand...
Click to collapse
I just applied the update released today, and I tried to save the recovery.img file before flashing TWRP. However, it kept giving me permission denied. Do you have the recovery.img file from the update released today so I can use it for the next update?
fastboot not working
please any help on how to access fastboot on HTC one m8.
its showing black screen n fastboot mode...
wot can I do 2 annul d problem
rooting problem
hey i am using htc one m8, i unlocked the bootloader and the device reads as
device status modified
*unlocked*
s-on
after this i flashed twrp and cwm a couple of times but its not loading on the device but shows success in the command window, however after clicking on recovery the custom recovery does not show up, and it reboots back into the fastboot mode.
please help me
thank you
jinal shah said:
hey i am using htc one m8, i unlocked the bootloader and the device reads as
device status modified
*unlocked*
s-on
after this i flashed twrp and cwm a couple of times but its not loading on the device but shows success in the command window, however after clicking on recovery the custom recovery does not show up, and it reboots back into the fastboot mode.
please help me
thank you
Click to expand...
Click to collapse
What's the output in the terminal when you fastboot flash recovery?
rooting problem
It doesn't show any error as such.
In the command window it shows successful.
But when I click on recovery it reboots back to fast boot.
Like for a second it shows the screen which reads 'this build is only for developers'
But then instead of opening Twrp it reboots back to fast boot.

Cannot install original firmware

Hello all,
Since my TF701T returned from RMA (touch screen issues), it has drained the battery like hell.
So I decided to flash original firmware again (done that before sending it), only to find out it now failed with this error:
Verifying update package...
E:failed to open /sdcard/T4_SDUPDATE.zip (No such file or directory)
So I renamed the zip to that file, but it didn't help.
This package is for "K00C" devices; this is a "tf701t"
In custom recovery log, one can find this:
ro.build.product=tf701t
ro.product.device=tf701t
Installed CWM, then flashed 2 custom ROMs (CROMbi KK and last AOKP), either system is stuck on boot or systemui fails permanently preventing using the tablet.
Then I flashed the original firmware with CWM instead of stock recovery, system stuck on boot-loop, except with 11.4.1.17, boot up but systemui fails again.
It's like the tablet Asus sent me back is not really a TF701T ?
Any help would be highly appreciated as the tablet is unusable at the moment, only boot-loader and stock/custom recovery are accessible.
Can you provide a logcat of the boot process from an adb connection please. Also the recovery.log from cwm (it's in /tmp/recovery.log so adb pull /tmp/recovery.log recovery.log)
It sounds like your system partition is not getting setup correctly or /data is corrupted somehow.
Also for stock you have to flash the zip inside the zip - you did do that right?
Let me get this straight:
You are on the 11.4.1.17 bootloader? That would mean you had the latest stock 4.4.2 firmware installed right?
The T4_SDUPDATE.zip is WW JB 4.3 firmware, is it not? You tried to flash that in stock recovery?
I read about one user who tried to downgrade from 4.4.2 to 4.3 yesterday and that also failed.
Another user contacted Asus support and they told him a downgrade is not possible from 4.4.2. No idea if that is true. The Asus reps are not always well informed....
sbdags said:
Can you provide a logcat of the boot process from an adb connection please. Also the recovery.log from cwm (it's in /tmp/recovery.log so adb pull /tmp/recovery.log recovery.log)
It sounds like your system partition is not getting setup correctly or /data is corrupted somehow.
Also for stock you have to flash the zip inside the zip - you did do that right?
Click to expand...
Click to collapse
berndblb said:
Let me get this straight:
You are on the 11.4.1.17 bootloader? That would mean you had the latest stock 4.4.2 firmware installed right?
The T4_SDUPDATE.zip is WW JB 4.3 firmware, is it not? You tried to flash that in stock recovery?
I read about one user who tried to downgrade from 4.4.2 to 4.3 yesterday and that also failed.
Another user contacted Asus support and they told him a downgrade is not possible from 4.4.2. No idea if that is true. The Asus reps are not always well informed....
Click to expand...
Click to collapse
Thanks for replying. Turns out I made a series of misleading mistake
First: custom recovery was installed, so it would not install an original firmware (device identifier incorrect, k00c while expecting tf701t).
Second: tried installing a custom ROM using Aroma, but the full wipe option didn't worked and ROM would boot loop!
Third: started using a modified ZIP of the original firmware without device identifier check, which was not allowed to install in stock recovery.
Bootloader was still on 10.26, however the closest thing to work was to flash original 11.4 firmware in CWM
At the end I use the original firmware ZIP and copied it to /sdcard/S4_SDUPDATE.zip, flashed stock recovery, and it installed flawlessly. That's when I realized the full wipe never occurred, all data where still there!

[Q] Help crash after flash

First of all sorry for my English...
Yesterday I was trying to install vanir room to my p880 after 10 hours I rooted the phone and unlock the bootloader then installed cwm but after reboot I get stuck on logo so I used kdz and load LGP880AT-00-V20a-262-000-MAR-26-2013+0 with (after 4 hours ) then i try using twrp and finally load the room (vanir_p880_4.4.4.112414.zip) and Gapps after rebooting I started getting crashes ( aosp keyboard, com.google, home and back buttons etc didn't work)
so again kdz then i try other room Paranoid but the same thing..
What I'm doing wrong? I used factory reset, wipe etc but same results
what gapps you flashed?
blansh heretics
The ones that are here http://forum.xda-developers.com/showthread.php?t=2439739
But I load another rom without gapps and got same errors, wizard stopped, com.Google stopped. And keyboard.
G0ll0 said:
The ones that are here http://forum.xda-developers.com/showthread.php?t=2439739
But I load another rom without gapps and got same errors, wizard stopped, com.Google stopped. And keyboard.
Click to expand...
Click to collapse
I don't really know what happened, did you successfully flashed kdz?
Where did you get it from? Here?: http://lg-phone-firmware.com/index.php?id_mod=15
Try to flash one of these (choose correct one for you)
Than you have to install recovery again.
But before that you can try to wipe /system, /data, /cache and then flash CM11 (I know it works without problems)
And I recommend you these Gapps: http://forum.xda-developers.com/showthread.php?t=2397942
LGaljo said:
I don't really know what happened, did you successfully flashed kdz?
Where did you get it from? Here?: http://lg-phone-firmware.com/index.php?id_mod=15
Try to flash one of these (choose correct one for you)
Than you have to install recovery again.
But before that you can try to wipe /system, /data, /cache and then flash CM11 (I know it works without problems)
And I recommend you these Gapps: http://forum.xda-developers.com/showthread.php?t=2397942
Click to expand...
Click to collapse
well... yes i think I flashed kdz (LGFlashTool ?) I used kdz to recover my phone to original, I know my phone is Korean version and right now I use P88020A-EUR-XXX original firmware installed with kdz
What is CM11? and how i flash it?
so I have to root and unlock bootloader again and use twrp again right?
G0ll0 said:
well... yes i think I flashed kdz (LGFlashTool ?) I used kdz to recover my phone to original, I know my phone is Korean version and right now I use P88020A-EUR-XXX original firmware installed with kdz
What is CM11? and how i flash it?
so I have to root and unlock bootloader again and use twrp again right?
Click to expand...
Click to collapse
I think you should try with CWM first, get it: http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.4.5-p880.img
you can flash it with this app if you are rooted: https://play.google.com/store/apps/details?id=com.cgollner.flashify
then you can download CM11 from here: http://download.cyanogenmod.org/?device=p880
and gapps from last mine post
and then boot to recovery, do factory reset and wipe /system, then flash rom and gapps.
Hope it helps
Crash After Flash OTA Vanir 5.0
I had a similar experience. I was installing OTA latest update of Vanir...not realising that it was 5.0...a screen came up telling me that it needed to flash another recovery...not realising why it needed that, I ignored the request to flash. Of course, I then "bricked" the phone. I was able to install the original JB 4.12 (v20c) back onto the phone but now it won't root. I've tried almost every method in this forum to no avail.:
ADB just gives a message "error: closing" when I use the boot.exe method
o4xr method does nothing
all-in-one method also does nothing
ADB does recognise the device. Drivers are installed. Any help is welcome!
BermiePT said:
I had a similar experience. I was installing OTA latest update of Vanir...not realising that it was 5.0...a screen came up telling me that it needed to flash another recovery...not realising why it needed that, I ignored the request to flash. Of course, I then "bricked" the phone. I was able to install the original JB 4.12 (v20c) back onto the phone but now it won't root. I've tried almost every method in this forum to no avail.:
ADB just gives a message "error: closing" when I use the boot.exe method
o4xr method does nothing
all-in-one method also does nothing
ADB does recognise the device. Drivers are installed. Any help is welcome!
Click to expand...
Click to collapse
Have you tried to flash a recovery using fastboot? You won't need to root (if you are going to use a custom ROM) and/or it will be easier with a custom recovery
Soft brick after last update.
Hello,
I seem to have a similar problem. I updated a few days ago using Vanir updater. There were no warnings re updating the recovery, just a warning regarding losing root. I checked restore root. The phone rebooted to the bootloader logo, then to a black screen. Now, I can access Cyanogen recovery, SW update mode, abd fastboot mode using buttons and the recovery options. ADB can see the phone only in recovery mode, but not in fastboot or SW update mode. CM recovery has no option to mount USB storage, so my PC cannot see the phone, and I cannot side load a new recovery and flash a new ROM.
Is there any way to use ADB if it cannot see your phone in fastboot or SW mode? Perhaps modify the settings.secure string to enable ADB? ADB can see the phone in recovery mode.
Otherwise I will try flashing a stock ROM via KDZ or LG firmware update tool, the re-root and proceed - but rooting was a major ordeal the first time, so I would like to avoid doing that again.
Thanks in advance.

Error on installing ota 5.0.2 on Nexus 7

I got a NExus 7 wifi 2012 that was running 5.0. It was rooted, and used TWRP.
I got info about the updated and pressed install. Booted in to TWRP and nothing happened. I then pressed install in TWRP and in cache found the .zip and tried to install. Got an error.
I then booted in to android again, and flashed the stock recovery 5.0.2 (I guess it's like the stock 5.0?) and later I tried the OTA install again. Got an error.
I then read about the new "feature" in 5.0 about not allowing OTA if rooted, and I then in SuperSU completely uninstall the root and rebooted.
Later when I got the OTA update again, I thought it should work, but I still got the error.
What can I do? Right now I'm on a MAC. Can I in some way flash only the good stuff from the factory image, and in some way NOT have to factory reset the Nexus 7?
/Söder
Even when you unroot, your file system is tampered. Only way to update is using factory images.
I think you can flash the factory image without user data to prevent factory reset.
theliquid said:
Even when you unroot, your file system is tampered. Only way to update is using factory images.
I think you can flash the factory image without user data to prevent factory reset.
Click to expand...
Click to collapse
How is it I do that then? What files from the factory images (unpacked) is it that I need to flash? Is it fastboot or ADB I use to flash?
/Söder
soder said:
How is it I do that then? What files from the factory images (unpacked) is it that I need to flash? Is it fastboot or ADB I use to flash?
/Söder
Click to expand...
Click to collapse
I have done this with my rooted N5 and N7. You need to re-flash system.
Unpack the 5.0 factory image and
fastboot flash system system.img
goraps said:
I have done this with my rooted N5 and N7. You need to re-flash system.
Unpack the 5.0 factory image and
fastboot flash system system.img
Click to expand...
Click to collapse
I managed to do this now to. My biggest problem is now to root the device again. I've switched back to stock recovery, before I removes root, when I was trying to apply the ota.
Now when I try to flash twrp recovery, I get an error about the size. I can flash the stock recovery though, the same way I flashed system.img and boot.img.
What can be wrong? I do I get root now again?
/Söder
/Söder
soder said:
I managed to do this now to. My biggest problem is now to root the device again. I've switched back to stock recovery, before I removes root, when I was trying to apply the ota.
Now when I try to flash twrp recovery, I get an error about the size. I can flash the stock recovery though, the same way I flashed system.img and boot.img.
What can be wrong? I do I get root now again?
/Söder
/Söder
Click to expand...
Click to collapse
Are you saying you can't flash the TWRP recovery now? So are you now completely stock 5.0.2?
goraps said:
Are you saying you can't flash the TWRP recovery now? So are you now completely stock 5.0.2?
Click to expand...
Click to collapse
Yes, system, boot, recovery flashed with fastboot.
When in fastboot mode, I get error, something with size, when flashing twrp. I found a CWM recovery I could flash, but it didn't boot to recovery correctly.
The twrp file is not corrupt. Tried it again and also a different version.
/Söder
OMG. I'm so f-ing stupid. Blaming all the x-mas food.
Was trying to flash the Oneplus One recovery. Not the one for Nexus 7.
Hope it works better now...
/Söder

[Q] [RESOLVED] Lollipop OTA update aborted

Hi all.
This is a moment that I'm disconnected hacks because I am in stock (6.0.401.11) and satisfied. I had OTA updates without problems until this kitkat version but today after receiving and downloading 2 times the OTA lollipop I can not install it because installation starts well and some moments later, the screen is stuck on the phone with red triangle and I have this in the recovery:
Verifying current system ...
"/ System / bin / reboot" has unexpected content
Installation aborted
Even when I do it manually, it's the same. Yet I have just manually switch successfully 6.0.401.12 that I missed somehow.
What's the trouble?
kamso said:
Hi all.
This is a moment that I'm disconnected hacks because I am in stock (6.0.401.11) and satisfied. I had OTA updates without problems until this kitkat version but today after receiving and downloading 2 times the OTA lollipop I can not install it because installation starts well and some moments later, the screen is stuck on the phone with red triangle and I have this in the recovery:
Verifying current system ...
"/ System / bin / reboot" has unexpected content
Installation aborted
Even when I do it manually, it's the same. Yet I have just manually switch successfully 6.0.401.12 that I missed somehow.
What's the trouble?
Click to expand...
Click to collapse
this says to me, in system/bin you have modified files, you must be 100% stock so flash TWRP recovery then use this: https://www.androidfilehost.com/?fid=95864024717072880 to retore full stock rom.
DO NOT try and root or anything, 100% pure stock required.
Full Reboot into android
boot back to recovery and flash this pre-load data here: https://www.androidfilehost.com/?fid=95864024717072879
Full reboot into android
You will need TWRP recovery for both of the above files, but you will also need to flash stock recovery afterwards to update which is here: https://www.androidfilehost.com/?fid=95864024717072472
fastboot flash recovery
fastboot erase cache
fastboot reboot-bootloader
full reboot into android, then update.
DO NOT try and root or anything, 100% pure stock required.
Seanie280672 said:
this says to me, in system/bin you have modified files, you must be 100% stock so flash TWRP recovery then use this: https://www.androidfilehost.com/?fid=95864024717072880 to retore full stock rom.
DO NOT try and root or anything, 100% pure stock required.
Full Reboot into android
boot back to recovery and flash this pre-load data here: https://www.androidfilehost.com/?fid=95864024717072879
Full reboot into android
You will need TWRP recovery for both of the above files, but you will also need to flash stock recovery afterwards to update which is here: https://www.androidfilehost.com/?fid=95864024717072472
fastboot flash recovery
fastboot erase cache
fastboot reboot-bootloader
full reboot into android, then update.
DO NOT try and root or anything, 100% pure stock required.
Click to expand...
Click to collapse
Ok, thank you. But what I don't understand is that there's a long time I'm no more root, I'm full stock (Rom, recovery...), only S-off and Unlocked. So Why for previous OTA updates I have not had this problem? Why I have to manually update successfully from 6.09.401.11 version to 6.09.401.12 one? Why it is only the upgrade to the Lollipop which has problem?
What is the preload data? I already have this: https://www.androidfilehost.com/?w=...0f40a2a319761577a4c3f1e723594b05669cb009e9d00
Can I flash it and the stock recovery only?
Your problem is the lack or corruption of the file /bin/reboot
2 solutions:
Flash a custom recovery and reflash the rom
Flash a custom recovery and replace the file
migascalp said:
Your problem is the lack or corruption of the file /bin/reboot
2 solutions:
Flash a custom recovery and reflash the rom
Flash a custom recovery and replace the file
Click to expand...
Click to collapse
Ok thanks. I'm downloading the Rom and I have to flash it through TWRP, flash stock recovery and try OTA update again.
kamso said:
Ok thanks. I'm downloading the Rom and I have to flash it through TWRP, flash stock recovery and try OTA update again.
Click to expand...
Click to collapse
preload data is HTC's little hidden way of stopping you getting OTA's if you unlock your bootloader, and yes it is required to update, without it, updates will fail.
Seanie280672 said:
preload data is HTC's little hidden way of stopping you getting OTA's if you unlock your bootloader, and yes it is required to update, without it, updates will fail.
Click to expand...
Click to collapse
Ah Ok I understand. These are applications that disappear when we unlock the bootloader. I had already installed them there's a long time. As I said my OTA updates passed without problem.
Problem flashing stock Rom in TWRP:
"- Zip signature verification failed
- Error flashing zip"
I don't understand anything, what's happen?
Problem solved and phone updated. Thank you!!!

Categories

Resources