[GUIDE] Upgrade to jelly bean super easy way (works for US varients, might for other) - Transformer TF300T General

Hello,
my tablet has a unlocked bootloader and was on 4.0.3 stock rooted when i did this and thought i would share how i did it, its really fast and easy.
Disclaimer: i am in no way responsible for a bricked or damaged devices, world endings, zombie attacks from using this guide. use at your own risk
Requirements: rooted with a custom recovery and unlocked bootloader. (i used CWM) a tf300t tablet
Recommended: doing the file transfers from pc to device as you go along
Step 1: get all the files you need download
****Version V9.4.3.30 make sure us download the file for US SKU
http://usa.asus.com/Tablet/Transformer_Pad/ASUS_Transformer_Pad_TF300T/#download
****Version V10.4.2.9 make sure to download the version for US SKU
http://usa.asus.com/Tablet/Transformer_Pad/ASUS_Transformer_Pad_TF300T/#download
Step 2: get the first file ready by unzipping (US_epaduser9_4_3_30UpdateLauncher) so it extracts a zip file called (US_epad-user-9.4.3.30)
-place (US_epad-user-9.4.3.30) on the internal storage of your device.
Step 3: boot into recovery and wipe data/factory reset, wipe dalvik cache
-then flash the file US_epad-user-9.4.3.30.zip in recovery
-reboot device
Step 4: one device is rebooted and past the set up screen delete US_epad-user-9.4.3.30.zip off your internal storage (DO NOT INSTALL A CUSTOM RECOVERY AT THIS POINT)
Step 5 getting jelly bean ready: unzip (US_epaduser_10_4_2_9_UpdateLauncher) so it extracts a file called (US_epad-user-10.4.2.9)
- at that point a triangle with a exclamation point in the middle should appear saying system update file detected
(that same icon and message might pop up while the (US_epad-user-9.4.3.30) is on the internal storage ignore it then, this is why we delete said file before we put the (US_epad-user-10.4.2.9) file on the device)
Step 6: click on the triangle icon on your device and accept the update, your device will reboot and install jelly bean (should take 10 to 15 minutes be patient)
---Once the device reboots it will upgrade and you will be on jelly bean yay
To obtain root follow part 3 of this thread ( http://forum.xda-developers.com/showthread.php?t=1845377) i will put the intructions here below for those to lazy to click the link
all thanks for rooting instructions go to krabappel2548 thanks man.
rooting and custom recovery
files needed for this process
fastboot and recovery http://www.mediafire.com/?1u44b0w3k1qoy4r
root files: http://www.mediafire.com/?cr209hb5e2fr910
== Part 3 - Install recovery and rooting ==
Let's start with installing the recovery
1) Download these 2 files:
- Jellybean recovery with fastboot files: Fastboot files + JB recovery
- Root files: Root Files
- You can also download the new CWM Touch recovery if you don't like TWRP: CWM Touch recovery thread
2) Extract the recovery with fastboot files zip and open a command prompt in the same folder of the adb and fastboot files (Shift + Right mouse)
3) Reboot into the bootloader of your tablet, type: adb reboot bootloader
4) When your tablet has reached the bootloader navigate with volume down to the usb icon and press volume up to confirm.
5) To flash the recovery type:
- TWRP: fastboot -i 0x0b05 flash recovery tf300t-jb.blob
- CWM: fastboot -i 0x0b05 flash recovery CWM-Touch.blob
6) A blue bar will appear and the recovery will be installed, when the blue bar is filled press volume up + power button to reboot into the tablet.
Now we will root the tablet
7) Copy Superuser-3.2-RC3-arm-signed to the internal storage of your tablet. then reboot into the bootloader again.
8) This time you need to select the RCK icon with volume up to enter the recovery image.
9) In recovery flash Superuser-3.2-RC3-arm-signed and reboot into the system
10) Install Supersu from Google Play
11) Open up Supersu, it will ask you to update the binary, choose yes.
12) Now your tablet should be rooted
hope this helps everyone

I Just followed this method with WW-files, works like a charm
Sent from my ASUS Transformer Pad TF300T using XDA Premium HD app

Thanks a lot, so happy I could help someone
Sent from my Galaxy Nexus using xda app-developers app

Deleted

Related

[HOW TO] Revert to latest stock ROM (GRI40)

I personally have tried lots of ROM's but all I really want is the stock ROM with the option to root if I want. After lots of research, I couldn't find a comprehensive tutorial on how to do this. There is of course the GRI40 image available in update.zip format for custom recoveries which is helpful for most. However, if your a bit anal like me, and want the official update directly from Google servers, follow this guide. This might also be helpful for people who can't get into the custom recovery any more.
NOTE: I will not provide help for anybody. This guide assumes you have the Android SDK in order to use adb. There may be other ways of doing this, I am not an experienced programmer, this works for me, it will work for you.
[GUIDE]
Download the following files:
Stock Froyo Image (Contains stock recovery image)
Stock GRI40 Image
Instructions
You first have to revert to stock Froyo image to get the stock recovery back. This is needed to install the GRI40 update ZIP
1. Disable backup my settings under privacy settings.
2. Unzip the original Froyo shipping ROM and put it somewhere you can find
3. Plug in Nexus One with USB to computer (enable USB Debugging)
4. Open command prompt, navigate to SDK folder which contains adb. Type
Code:
adb reboot bootloader
(which will boot into the bootloader)
5. Confirm fastboot connection with
Code:
fastboot devices
6. Type
Code:
fastboot erase userdata
7. Type
Code:
fastboot erase cache
*If step 6 and 7 does not work, and if you have a custom recovery installed, you can do a factory data wipe from there. Also perform a dalvik-cache wipe.
Alternately, you can also do a factory data wipe within Android. Settings => Privacy Settings => Factory Data Reset.
8. Go to the directory that you stored your unzipped files from the official Froyo ROM, for ease of use, copy these into the directory containing adb.exe
9. Type
Code:
fastboot flash userdata userdata.img
10. Type
Code:
fastboot flash boot boot.img
11. Type
Code:
fastboot flash system system.img
12. Type
Code:
fastboot flash recovery recovery.img
13. Type
Code:
fastboot reboot
14. Once phone has started, skip all account setup. Copy the new GRI40 .zip from Google servers to the root of your SD card. Ensure it has been renamed to update.zip if necessary.
15. Reboot into bootloader mode (hold trackball when switching on), select recovery, you will see an exclamation mark with a little green Android.
16. Hold power button and press Vol. Up to see recovery menu. Select 'Apply: Update.zip'
17. After the system boots up and while setting up skip setting up with the google account and you can setup accounts later. This will prevent the phone from pulling down the previous settings (downloaded apps, wallpaper etc) from google.
18. You are done. Enjoy.
If you want to root:
Download the following:
Latest Clockworkmod Recovery
su.zip
Instructions
How to root the stock ROM
1. Download su.zip and copy to root of your SD card
2. Download a recovery image file and for ease of use, copy into same directory containing fastboot on your PC
3. Turn on USB debugging and connect phone to PC
4. Open command prompt, navigate to SDK folder which contains adb. Type
Code:
adb reboot bootloader
(which will boot into the bootloader)
5. Type
Code:
fastboot flash recovery recovery.img
where 'recovery.img' is the name of your recovery image file (easy thing to do is rename the file to 'recovery.img'!)
6. It will upload, once complete, disconnect you phone from computer
7. On your phone, select Bootloader, then Recovery to boot into your new recovery
8. Now select ‘Apply Update.zip’ and find the su.zip file (Turn off signature verification if using Amon RA)
Note:Custom recovery will be overwritten with the stock recovery on reboot but root privelages will still be in place.
No need to do that. Flash the stock rom. Done.
Sent from my Nexus One using XDA App
albundy2010 said:
No need to do that. Flash the stock rom. Done.
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
You mean you can flash the official GRI40 zip from Google server with a custom recovery?
Iggy82 said:
You mean you can flash the official GRI40 zip from Google server with a custom recovery?
Click to expand...
Click to collapse
Yes!
Make sure it's the full image (80+meg), and not just the update (40+ meg). Recovery should restore to stock after a reboot...
Sent from my Nexus One using XDA Premium App
Well that serves me right for assuming Google would not allow an official update zip to install from a custom recovery!
Did the official update ZIP from Google come out after dsixda made his own update zip then?
The link above is for the full update zip from Google (80MB or so)
Sent from my Nexus One using Tapatalk
usually the official updates come out and people edit them to allow root, busybox, etc.
or just a stock rom that won't over write your custom recovery, etc.
Thanks for this. I have been looking for a stock image all morning!

Root on latest jellybean build

I updated my tablet to latest jellybaen thoug asus website. How can i get root access now?
1 click root tool dont works with latest build.... Is there any other way?
Build number: 10.4.2.13-20120907
Only way on JB is unlock and flash custom recovery.
Then you can flash the root zip.
daniel2606 said:
I updated my tablet to latest jellybaen thoug asus website. How can i get root access now?
1 click root tool dont works with latest build.... Is there any other way?
Build number: 10.4.2.13-20120907
Click to expand...
Click to collapse
Indeed, you are on latest JB
You have one solution:
You could use this part which come from this guide that I modified a little : [GUIDE]Upgrade your TF300t to Jellybean, recovery, root & remove bloatware[Noobproof] by krabappel2548
== Part 3 - Install recovery and rooting ==
Let's start with installing the recovery
1) Download these 2 files:
- Jellybean recovery with fastboot files: Fastboot files + JB recovery
- Root files => Root files
- You can also download the new CWM Touch recovery if you don't like TWRP: CWM Touch recovery thread or TWRP recovery and download this file : openrecovery-twrp-2.3.1.0-tf300t-JB.blob
2) Extract the recovery with fastboot files zip and open a command prompt in the same folder of the adb and fastboot files (Shift + Right mouse)
3) Reboot into the bootloader of your tablet, type: adb reboot bootloader
4) When your tablet has reached the bootloader navigate with volume down to the usb icon and press volume up to confirm.
5) To flash the recovery type:
- TWRP: fastboot -i 0x0b05 flash recovery twrp.blob
- CWM: fastboot -i 0x0b05 flash recovery CWM-Touch.blob
6) A blue bar will appear and the recovery will be installed, when the blue bar is filled press volume up + power button to reboot into the tablet.
Now we will root the tablet
7) Copy Superuser-3.2-RC3-arm-signed to the internal storage of your tablet. then reboot into the bootloader again.
8) This time you need to select the RCK icon with volume up to enter the recovery image.
9) In recovery flash Superuser-3.2-RC3-arm-signed and reboot into the system
10) Install Supersu from Google Play
11) Open up Supersu, it will ask you to update the binary, choose yes.
12) Now your tablet should be rooted
Click to expand...
Click to collapse
This part works well
But if you try, can you write a report please
FYI recommend twrp for your recovery. Seems to do much better for flashing.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
philos64 said:
Indeed, you are on latest JB
You have one solution:
You could use this part which come from this guide that I modified a little : [GUIDE]Upgrade your TF300t to Jellybean, recovery, root & remove bloatware[Noobproof] by krabappel2548
This part works well
But if you try, can you write a report please
Click to expand...
Click to collapse
This only works if you have unlocked bootloader.
chrispazz said:
This only works if you have unlocked bootloader.
Click to expand...
Click to collapse
Indeed !
If you want to install a custom recovery, you need to unlock your device.
Unlocking was the best decision I made with this tablet. Currently running CleanROM, gonna give CM10 a try now that have they have it working on the JB bootloader.
I can't get it to flash recovery. When I go to the usb symbol it just hangs on "starting fastboot usb download protocol"
Nothing after that just stays right there. Any help would be awesome!

How To Correctly Apply OTA Updates

I should ask for a sticky for this but these instruction will work EVERY TIME if you are running either custom recovery or Root.
You will need the latest adb/fastboot from google, you can either install the SDK or download any of the many smaller adb/fastboot and libs for your OS
You will need STOCK 4.4/4.3/4.2 recovery depending on what version of android you are currently on. Download the factory image from here. Open the zip within the package and pull out recovery.img and rename it stockrecovery.img
Copy your custom recovery to the adb folder name it twrp.zip or short name for whatever you are using I am using twrp.
You will need the correct OTA you are seeking to apply - rename it to something short simple and obvious - for this example I will use otaupdate.zip
If you wish to root get the latest patch (I believe its up to 1.75 now) and copy it to the adb/fastboot folder.
BACKUP YOUR DEVICE FIRST AND COPY IT TO YOUR PC
If you are already Rooted:
If you are using SuperSU - go to the application options and completely unroot and reboot if needed
BACKUP YOUR DEVICE FIRST AND COPY IT TO YOUR PC
If not rooted start here:
I am assuming most of you are Windows users. Open your file explorer and open the ADB folder.
On the left hand folder where ADB is located, press shift and right click the ADB folder and select "Open command window from here". This will open a command prompt window for you to run all your adb/fastboot commands from. This is the same folder where you copied your recoveries and updates to.
BACKUP YOUR DEVICE FIRST AND COPY IT TO YOUR PC
Copy your custom recovery and stock recovery to your adb folder
Copy and rename the OTA to the adb folder
Copy your root.zip patch to the /sdcard downloads folder (if you wish root)
>adb reboot bootloader - if you are already stuck in bootloop you can attempt >fastboot reboot-bootloader to run these steps
>fastboot flash recovery stockrecovery.img
>fastboot reboot-bootloader
Go into recovery and wait till dead droid appears
Press power and Volume Up at same time to go into the stock recovery menu
Using the volume buttons move and down the blue list of options and select: Apply update from ADB
You will now have orange text at the bottom of the screen - follow the instructions to side load by typing >adb sideload otaupdate.zip in your command prompt window
Wait and watch the progress, at this point you should see the ota processing steps of which there a few and will vary depending on the package. When its complete there will be a "install complete" or similar message
Reboot and let the update complete the system optimizations and go in validate your device is working and the version is what you wanted
>adb reboot bootloader
>fastboot flash twrp.zip
>fastboot reboot-recovery
Using your newly installed custom recovery you can now apply zips/root etc
Reboot as needed and update root if using older .zip to current binaries and enjoy your updated device.
And yes you only need to backup once prior to starting but many people skip that step -DON'T BE ONE OF THOSE PEOPLE.
Hopefully I've not missed a bit.
You can also use these same instructions if you're stuck in boot loop or applied a patch without first replacing stock or unrooting - just boot to bootloader using fastboot and replace recovery and apply the patches. This will usually work just fine and prevent much heart ache on your part.

Manual upgrading Nexus 6 without wiping data.

A little how-to on upgrading your nexus phone without having to wipe your data if you rooted and installed some stuff onto system partition.
WARNING!
DO NOT USE THIS METHOD IF YOU ARE NOT GOOD AT USING COMMAND LINE! THIS HAS A POSSIBILITY OF BRICKING YOUR PHONE TO WHERE IT WONT BOOT.
Note:
You will loose the following when using this method:
-Custom Recovery
-Custom Kernel
-ANYTHING that is installed on the system partition including but not limited to: SU (root), Busybox, Xposed, etc.
What is needed:
-ADB (1.0.32+) and Fastboot
-Factory Image of Nexus 6 (https://developers.google.com/android/nexus/images?hl=en)
-- MUST BE THE SAME BUILD VERSION AS YOUR CURRENT VERSION!
--- Check under System > About Phone > Build Number
Step 1 (Catch the update url):
Open up command prompt/terminal and type in
Code:
adb logcat
.
From here you will get a lot of debug lines, dont worry about any of it.
What we are looking for is the url to the update file.
When adb logcat is ready, start the update for your phone. (Dont worry about restarting or whatnot, you wont be using the file it's downloaded anyway).
From the url, use that to download the update file to your computer.
Step 2 (Backup):
This is important as a just in case **** happens thing.
BACK UP YOUR PHONE if you have a custom recovery.
Don't think that this update method is foolproof.
Don't even think.
BACK IT UP!
Step 3 (Restore to "Factory"):
This is where it gets hairy.
Using the factory image you downloaded open up the "image-shamu-<build>.zip" file and extract "boot.img", "recovery.img", and
"system.img".
Restart your phone to bootloader either with adb or pressing and holding power + vol down.
From here, in a command prompt/terminal, type:
Code:
fastboot flash boot <boot.img path>
Code:
fastboot flash recovery <recovery.img path>
Code:
fastboot flash system <system.img path>
System image will take the longest and will be streamed to the phone so just wait until it's finished.
Step 4 (Upgrade):
ok, now that we are in "Factory" settings, start up your phone in recovery mode.
From the recovery screen you should see the little android with the red exclamation point icon thing.
Press and hold power and click the volume up button. Release power button.
From here, select
Code:
apply update from ADB
now in command prompt type:
Code:
adb sideload <update.zip path>
Step 5: ???
Step 6: Profit!
I have done this method twice and haven't experienced any problems myself. As stated above, this does have the possibility of mucking something up so be sure to have backups.
After everything is done, you are using your phone in stock mode.
flash your custom recovery and custom kernel if you'd like. Also reinstall root via custom recovery (twrp will let you know) and busybox.
Troubleshooting:
- Update says system partition has unexpected contents.
-- Reflash system.img.
- Get adb sideload error (xxx)
-- Make sure you have the latest version of adb and that your drivers for your phone are installed. Sometimes you have to manually install the adb drivers when in sideload mode.

asus zenfone 5 recovery error while adb sideload

hi guys
im using zenfone 5 which was kitkat previously then i updated to lollipop via sideload adb but now my device is bricked and when i try to sideload new firmware it shows the following command with error
E: failed to mount / cache (no such file or directory)
E:cant open / cache /recovery / logs
E:cant open / cache /recovery / logs
E:cant open / dev/block/mmcd1k0p4(permission denied)
when im using these commands after entering into normal boot mode
(before executing commands)
[IMG="normal boot mode in lollipop"]
1)fastboot flash fastboot fastboot.img
2)fastboot reboot-bootloader
im supposed to get this screen after executing above commands
[IMG="droidboot mode"]
but im not getting this screen guys.
im again back to this screen only
[IMG="normal boot mode in lollipop"]
sorry guys this post doesnt allow me to link images because im new to this site
i cross checked with my friends mobile its working flawlessly
help me out from this isssue bro
thank you
mine too
Any expert please help
I need to know whether your partitions are okay or not. Please answer my questions below:
1. What's the model of your device? T00F/T00J?
2. Can you reboot into fastboot?
3. What was the last thing you did to it before bricking?
4. Does it flash the fastboot.img file successfully?
5. Which firmware were you using before sideload push? I mean when the device was fine, what was your firmware version?
6. Which version you were trying to push while you bricked it?
a8962383 said:
I need to know whether your partitions are okay or not. Please answer my questions below:
1. What's the model of your device? T00F/T00J?
2. Can you reboot into fastboot?
3. What was the last thing you did to it before bricking?
4. Does it flash the fastboot.img file successfully?
5. Which firmware were you using before sideload push? I mean when the device was fine, what was your firmware version?
6. Which version you were trying to push while you bricked it?
Click to expand...
Click to collapse
1. t00f
2. yes
3. i upgraded to lollipop which displays error that unfortunately stopped and i restarted thats the phone stucks at boot loop
4. no.it fails to flash the flashboot image
5. kitkat 2.21.44.540
6. tried all kitkats from 2.21.22.30 to 54 and lollipops also
error image
i dot imgur dot com/IrvGjbS.jpg
recovery
i dot imgur dot com/7UYyLnm.jpg
(replace dot with .)
thanks
I got same problem (solved)
I have advice for you according my experience.
My device is T00F/A500CG
I assume you can enter bootloader or recovery mode, your pc installed all needed driver to do command adb sideload.
1. Download official ZenFone 5 firmware from ASUS website. Just go to Google and type keyword "download ZenFone firmware".
2. Download firmware 5.3.3.3 and 5.2.2.2 (apply same SKU according your device). because my device use WW sku, so I downloaded firmware WW_5.3.3.3 and WW_5.2.2.2.
3. Place those firmware inside adb folder in your pc.
4. Go to recovery mode on your ZenFone 5.
5. Connect your ZenFone to pc using USB cable.
6. Select menu "apply update from adb" on recovery mode.
7. Open cmd at your adb folder.
8. Check whether your device connected or not by using command "adb device". Make sure your device listed as attached.
9. Flash your firmware 5.3.3.3 using adb sideload command.
10. At recovery mode, select clear cache and user data (optional).
11. Once again, enter menu "apply update from adb" at recovery mode and flash firmware 5.2.2.2 using adb sideload command.
12. Do clear cache and user data at recovery mode. Then restart your device. Its will take time to load operating system for the first time, so be patient. Once you done, your device will be running on kit Kat.
This is other way. If you still want to use lollipop on your ZenFone 5.
Follow the step above until step 10. Once it done, restart your device (it will take time for the first time). You will be on lollipop because firmware 5.3.3.3 itself based on lollipop. And of you want to use latest update lollipop (firmware 3.24.40.87) don't do adb sideload from firmware 5.3.3.3 or it will be fail at 54% and you need to repeat step above from step 1.
If you want to proceed to firmware 3.24.40.87, do this:
1. Download ZenFone assists (I recommend this tool).
http://forum.xda-developers.com/zenfone-5/development/zenfone-assist-t3401996
2. Place downloaded file in a folder and extract it.
3. Run the *.exe file. (Active internet connection needed for next step).
4. Activate "developer option" on your ZenFone, active USB debuging and then Connect your ZenFone using USB cable to your pc.
5. Click on "root" menu at ZenFone assists. ( application will download some file for first time usage).
6. When it done, click on " I'm on android" and your device will reboot and automatically enter fastboot mode.
7. When your ZenFone at fastboot mode, click on "execute" on ZenFone assists.
8. Done,reboot your device and if there is no super SU app installed, don't worry, your device has been successfully rooted. Check using root checker if you doubt that.
9. Successfully rooted, now use ZenFone assists to unlock your bootloader( use menu "unlock bootloader" at ZenFone assists). The processes will be similar
As process 5-7.
10. Install TWRP using ZenFone assists. Its also similar with process 5-7.
11. Download moded stock firmware 3.24.40.87 from here
drive.google.com/open?id=0B7Py5ad2aHwKMHRsZ1NJM0tfLTQ
(Source thread :http://forum.xda-developers.com/zenfone-5/help/how-to-revert-to-stock-firmware-t3303654)
This firmware is completely same as official firmware from ASUS, only changed in Meta.inf file so make it able to flash through TWRP.
12. Place downloaded firmware in your SD card.
13. Reboot your device to fastboot mode and enter recovery mode.
14. Your official recovery now replaced by TWRP.
15. Just touch "install from zip" menu at TWRP and select storage where you place the firmware. Do the flashing process, be patient and wait until done.
16. When its done, using TWRP wipe your cache and reboot your device. It will take time for first boot, be patient.
To restore your device all into normal (relock bootloader and replace TWRP with original recovery). Do this:
1. Enable developer option on your device then connect it to your pc using USB cable.
2. Open zenfone assists and select menu "relock bootloader". I assume you already familiar with this process.
3. Open downloaded firmware 3.24.40.87 and extract droidboot.img, boot.img, and recovery.img from inside the zip file and place them inside adb folder.
4. Reboot your ZenFone to fastboot mode, open cmd in adb device folder.
5. Flash fastboot using command fastboot flash fastboot fastboot.img
6. Flash recovery using command fastboot flash recovery recovery.img
7. Flash kernel using command fastboot flash boot boot.img
8. Enter recovery mode then wipe cache and user data (optional).
9. Or just reboot your device.
10. Done, enjoy.
Jagernout said:
I have advice for you according my experience.
My device is T00F/A500CG
I assume you can enter bootloader or recovery mode, your pc installed all needed driver to do command adb sideload.
1. Download official ZenFone 5 firmware from ASUS website. Just go to Google and type keyword "download ZenFone firmware".
2. Download firmware 5.3.3.3 and 5.2.2.2 (apply same SKU according your device). because my device use WW sku, so I downloaded firmware WW_5.3.3.3 and WW_5.2.2.2.
3. Place those firmware inside adb folder in your pc.
4. Go to recovery mode on your ZenFone 5.
5. Connect your ZenFone to pc using USB cable.
6. Select menu "apply update from adb" on recovery mode.
7. Open cmd at your adb folder.
8. Check whether your device connected or not by using command "adb device". Make sure your device listed as attached.
9. Flash your firmware 5.3.3.3 using adb sideload command.
10. At recovery mode, select clear cache and user data (optional).
11. Once again, enter menu "apply update from adb" at recovery mode and flash firmware 5.2.2.2 using adb sideload command.
12. Do clear cache and user data at recovery mode. Then restart your device. Its will take time to load operating system for the first time, so be patient. Once you done, your device will be running on kit Kat.
This is other way. If you still want to use lollipop on your ZenFone 5.
Follow the step above until step 10. Once it done, restart your device (it will take time for the first time). You will be on lollipop because firmware 5.3.3.3 itself based on lollipop. And of you want to use latest update lollipop (firmware 3.24.40.87) don't do adb sideload from firmware 5.3.3.3 or it will be fail at 54% and you need to repeat step above from step 1.
If you want to proceed to firmware 3.24.40.87, do this:
1. Download ZenFone assists (I recommend this tool).
http://forum.xda-developers.com/zenfone-5/development/zenfone-assist-t3401996
2. Place downloaded file in a folder and extract it.
3. Run the *.exe file. (Active internet connection needed for next step).
4. Activate "developer option" on your ZenFone, active USB debuging and then Connect your ZenFone using USB cable to your pc.
5. Click on "root" menu at ZenFone assists. ( application will download some file for first time usage).
6. When it done, click on " I'm on android" and your device will reboot and automatically enter fastboot mode.
7. When your ZenFone at fastboot mode, click on "execute" on ZenFone assists.
8. Done,reboot your device and if there is no super SU app installed, don't worry, your device has been successfully rooted. Check using root checker if you doubt that.
9. Successfully rooted, now use ZenFone assists to unlock your bootloader( use menu "unlock bootloader" at ZenFone assists). The processes will be similar
As process 5-7.
10. Install TWRP using ZenFone assists. Its also similar with process 5-7.
11. Download moded stock firmware 3.24.40.87 from here
drive.google.com/open?id=0B7Py5ad2aHwKMHRsZ1NJM0tfLTQ
(Source thread :http://forum.xda-developers.com/zenfone-5/help/how-to-revert-to-stock-firmware-t3303654)
This firmware is completely same as official firmware from ASUS, only changed in Meta.inf file so make it able to flash through TWRP.
12. Place downloaded firmware in your SD card.
13. Reboot your device to fastboot mode and enter recovery mode.
14. Your official recovery now replaced by TWRP.
15. Just touch "install from zip" menu at TWRP and select storage where you place the firmware. Do the flashing process, be patient and wait until done.
16. When its done, using TWRP wipe your cache and reboot your device. It will take time for first boot, be patient.
To restore your device all into normal (relock bootloader and replace TWRP with original recovery). Do this:
1. Enable developer option on your device then connect it to your pc using USB cable.
2. Open zenfone assists and select menu "relock bootloader". I assume you already familiar with this process.
3. Open downloaded firmware 3.24.40.87 and extract droidboot.img, boot.img, and recovery.img from inside the zip file and place them inside adb folder.
4. Reboot your ZenFone to fastboot mode, open cmd in adb device folder.
5. Flash fastboot using command fastboot flash fastboot fastboot.img
6. Flash recovery using command fastboot flash recovery recovery.img
7. Flash kernel using command fastboot flash boot boot.img
8. Enter recovery mode then wipe cache and user data (optional).
9. Or just reboot your device.
10. Done, enjoy.
Click to expand...
Click to collapse
how much time does it takes for first boot in kitkat (after flashing 5.3,3,3 and 5,2,2,2)
reply asap
thanks
RONUAA said:
how much time does it takes for first boot in kitkat (after flashing 5.3,3,3 and 5,2,2,2)
reply asap
thanks
Click to expand...
Click to collapse
At lease 10 minutes it will take for the first boot. Don't worry, stay cool.
How about without root,if same method can do?

Categories

Resources