im feeling that asus release this unlocked bootloader tools just to delay upgrade firmware for our PFI .. in bright side makes any dev to start develop custom rom for this device.. but for me i rather wait asus to update our firmware to 4.2 or even 4.3
im feeling that asus release this unlocked bootloader tools just to delay upgrade firmware for our PFI .. in bright side makes any dev to start develop custom rom for this device.. but for me i rather wait asus to update our firmware to 4.2 or even 4.3
Asus will not release 4.2 but instead jump right onto 4.3.
im feeling that asus release this unlocked bootloader tools just to delay upgrade firmware for our PFI .. in bright side makes any dev to start develop custom rom for this device.. but for me i rather wait asus to update our firmware to 4.2 or even 4.3
Asus will not release 4.2 but instead jump right onto 4.3.
Seems to work okay. Mounts everything and can do backups. The only thing I had available to flash was the stock WW image, and that worked fine.
Just a note that there's not much point installing it at the moment unless you're planning to dev stuff, seeing as there's no custom roms to flash anyway. It does give you an easy way of adding root to any of the stock roms though.
To flash it, you will need to be in fastboot mode. Easiest way to do this is to turn on USB debugging then run 'adb reboot-bootloader'.
From fastboot, you can run the recovery image without flashing it by issuing 'fastboot boot recovery.img'.
By default, the stock version of android will replace TWRP with the stock recovery on every reboot. There is a way around that though (this is the same with just about every new android device).
1. Flash the recovery image with 'fastboot flash recovery recovery.img' 2. Boot to it with 'fastboot boot recovery.img' 3. From TWRP, mount the /system partition 4. Load the file manager from within TWRP and delete or rename the /system/recovery-from-boot.p file.
Once you do that, you'll get TWRP every time you hold the Vol Down + Power button when powering on your phone.