Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
urrlyx
Old
#31  
Senior Member
Thanks Meter 88
Posts: 417
Join Date: Dec 2010
Location: San Francisco
Quote:
Originally Posted by atl10spro View Post
Good Day Everyone,

My ASUS TF700 has been updated to the 9.4.5.26 OEM ROM directly from ASUS via wi-fi.
My questions is: If I root the TF700 following the procedure listed here, will future OEM ROM updates from ASUS work? Or, do I have to manually reflash future OEM ROM updates from ASUS?

Is there a way to backup the current ASUS OEM ROM 9.4.5.26 before starting the rooting process?

Thank you!
Edwin
Supposedly you need to unroot for automatic OTA updates to install. You can also manually apply updates with the method in this thread. To do it manually you actually need to have root.

The only way I know of to backup a rom is with a custom recovery and to get that you must haven your bootloader unlocked. Rooting is not needed but makes installing (TWRP at least) a custom recovery all that much easier. It's not a huge process to root this device, and using the tool provided here takes just a couple of minutes.
 
eoh7678
Old
#32  
Member - OP
Thanks Meter 43
Posts: 72
Join Date: Oct 2008
Quote:
Originally Posted by atl10spro View Post
Good Day Everyone,

My ASUS TF700 has been updated to the 9.4.5.26 OEM ROM directly from ASUS via wi-fi.
My questions is: If I root the TF700 following the procedure listed here, will future OEM ROM updates from ASUS work? Or, do I have to manually reflash future OEM ROM updates from ASUS?

Is there a way to backup the current ASUS OEM ROM 9.4.5.26 before starting the rooting process?

Thank you!
Edwin
You'll no longer be able to receive OTA updates from ASUS when you unlock your bootloader, however that isn't a problem. The odds are favorable that someone will keep a copy of the their OTA update file, and it's trivial now to make that OTA update a TWRP flashable zip which works with unlocked devices. That's how I based this ROM.

Also, just so you know, this ROM is the ASUS ROM- the only change is that it's been deodexed. If you want, you can go to ASUS site from the link in the OP and download the ASUS Official 9.4.5.26 ROM.

Once you unlock and install TWRP, you can also back up your current stock ROM in TWRP.

The only thing you can't do is re-lock your bootloader. Unlocking the bootloader is permanent as of right now.

You may not have any luck unlocking- I've been reading that there's problems with the network connection when trying the unlock tool. You may want to check it out and post here.
ASUS Transformer Infinity TF700 - Stock .26, Rooted, Bootloader unlocked
Samsung Galaxy Note (AT&T) - flapjaxx UCLF6 FJMod
Samsung Skyrocket - Can't remember which ROM
Dell Streak 5 - Hybrid DSC/Gingerstreak
Moto Atrix - CM9
Moto Atrix 2 - CM7
HTC Inspire 4G - HD Revolution
The Following User Says Thank You to eoh7678 For This Useful Post: [ Click to Expand ]
 
atl10spro
Old
#33  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Sep 2011
Quote:
Originally Posted by eoh7678 View Post
You'll no longer be able to receive OTA updates from ASUS when you unlock your bootloader, however that isn't a problem. The odds are favorable that someone will keep a copy of the their OTA update file, and it's trivial now to make that OTA update a TWRP flashable zip which works with unlocked devices. That's how I based this ROM.

Also, just so you know, this ROM is the ASUS ROM- the only change is that it's been deodexed. If you want, you can go to ASUS site from the link in the OP and download the ASUS Official 9.4.5.26 ROM.

Once you unlock and install TWRP, you can also back up your current stock ROM in TWRP.

The only thing you can't do is re-lock your bootloader. Unlocking the bootloader is permanent as of right now.

You may not have any luck unlocking- I've been reading that there's problems with the network connection when trying the unlock tool. You may want to check it out and post here.
Thank you for the prompt response. You rock!!!
 
firetech
Old
#34  
firetech's Avatar
Senior Member
Thanks Meter 57
Posts: 178
Join Date: May 2009
Location: Lund
Quote:
Originally Posted by eoh7678 View Post
OK, OP is updated. Found the problem with the kernel blob flashing and fixed it.

Can now flash the ZIP without losing TWRP or needing to run through fancy hoops.
Could you please explain what the problem was? I'm trying to create a blob myself, with no luck.
 
eoh7678
Old
#35  
Member - OP
Thanks Meter 43
Posts: 72
Join Date: Oct 2008
Quote:
Originally Posted by firetech View Post
Could you please explain what the problem was? I'm trying to create a blob myself, with no luck.
Sure!

I had to use a kanged version of blobpack. I was having problems where the blob just wasn't updating on reboot. I ended up PMing the dev for TWRP, since his worked flawlessly to install recovery. He pointed me in the direction of the CM9 blob tools. Following his advice, I just kanged the latest blobpack source with the CM9 repo files, compiled, and blobpacked with -s to sign the blob, and that worked fine!

If you want, you can download the windows EXE blobtools I used here (MD5: 741152b9e6b97eb2050edb8fb02f46e5).

Just don't forget to pass the -s parameter when using blobpack!
ASUS Transformer Infinity TF700 - Stock .26, Rooted, Bootloader unlocked
Samsung Galaxy Note (AT&T) - flapjaxx UCLF6 FJMod
Samsung Skyrocket - Can't remember which ROM
Dell Streak 5 - Hybrid DSC/Gingerstreak
Moto Atrix - CM9
Moto Atrix 2 - CM7
HTC Inspire 4G - HD Revolution
The Following User Says Thank You to eoh7678 For This Useful Post: [ Click to Expand ]
 
zeus34
Old
#36  
zeus34's Avatar
Senior Member
Thanks Meter 238
Posts: 156
Join Date: Jul 2008
Location: Helsinki
Quote:
Originally Posted by eoh7678 View Post
Sure!

I had to use a kanged version of blobpack. I was having problems where the blob just wasn't updating on reboot. I ended up PMing the dev for TWRP, since his worked flawlessly to install recovery. He pointed me in the direction of the CM9 blob tools. Following his advice, I just kanged the latest blobpack source with the CM9 repo files, compiled, and blobpacked with -s to sign the blob, and that worked fine!

If you want, you can download the windows EXE blobtools I used here (MD5: 741152b9e6b97eb2050edb8fb02f46e5).

Just don't forget to pass the -s parameter when using blobpack!
Kernel packing

blobpack -s \blob(target file) lnx \boot.img(source file)
Samsung Galaxy S III
Asus TF 700
Asus TF 201
Samsung Galaxy Note
 
firetech
Old
(Last edited by firetech; 3rd August 2012 at 10:02 PM.)
#37  
firetech's Avatar
Senior Member
Thanks Meter 57
Posts: 178
Join Date: May 2009
Location: Lund
Quote:
Originally Posted by eoh7678 View Post
He pointed me in the direction of the CM9 blob tools. Following his advice, I just kanged the latest blobpack source with the CM9 repo files, compiled, and blobpacked with -s to sign the blob, and that worked fine!
Ah, I used the blobtools from https://github.com/androidroot/blobtools. They don't have that parameter.

EDIT: Where can I find the source for your binaries? I'm on a Mac... :/
 
eoh7678
Old
#38  
Member - OP
Thanks Meter 43
Posts: 72
Join Date: Oct 2008
Quote:
Originally Posted by firetech View Post
Ah, I used the blobtools from https://github.com/androidroot/blobtools. They don't have that parameter.

EDIT: Where can I find the source for your binaries? I'm on a Mac... :/
Just merge the files here with the official blobpack project sources and compile!

Credit to Dees_Troy for this! He helped me out when I had the same problem.
ASUS Transformer Infinity TF700 - Stock .26, Rooted, Bootloader unlocked
Samsung Galaxy Note (AT&T) - flapjaxx UCLF6 FJMod
Samsung Skyrocket - Can't remember which ROM
Dell Streak 5 - Hybrid DSC/Gingerstreak
Moto Atrix - CM9
Moto Atrix 2 - CM7
HTC Inspire 4G - HD Revolution
The Following User Says Thank You to eoh7678 For This Useful Post: [ Click to Expand ]
 
atl10spro
Old
#39  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Sep 2011
Quote:
Originally Posted by eoh7678 View Post
You'll no longer be able to receive OTA updates from ASUS when you unlock your bootloader, however that isn't a problem. The odds are favorable that someone will keep a copy of the their OTA update file, and it's trivial now to make that OTA update a TWRP flashable zip which works with unlocked devices. That's how I based this ROM.

Also, just so you know, this ROM is the ASUS ROM- the only change is that it's been deodexed. If you want, you can go to ASUS site from the link in the OP and download the ASUS Official 9.4.5.26 ROM.

Once you unlock and install TWRP, you can also back up your current stock ROM in TWRP.

The only thing you can't do is re-lock your bootloader. Unlocking the bootloader is permanent as of right now.

You may not have any luck unlocking- I've been reading that there's problems with the network connection when trying the unlock tool. You may want to check it out and post here.
Thank you very much for providing background information. I greatly appreciate your comments. Thank you!
 
ViceVersa27
Old
#40  
Junior Member
Thanks Meter 0
Posts: 6
Join Date: Mar 2011
Default Still Tries to Download OTA "Camera Firmware Update" after Flashing 9.4.5.26

Hi Guys, I am rooted, twrp recovery flashed, and I just flashed this ROM. OTA updates are still coming through in the notifications panel, saying I have a "Camera Firmware Update" even though I am now on 9.4.5.26 firmware. However, when I cancel out and go to Settings > About Phone > System Updates, it says "No Updates Available". Really strange... I want to be finished with the updates for now, so wassup??? Anyone else having this issue?

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...