History:
Nagupdate ng biglang namatay yung fone ayun hang on logo den restart
Tools:
- PC
- Drivers and firmware click here
- ADB Fastboot Tool click here
Procedure:
- Install ADB Fastboot on PC
- After madownload ang firmware extract at ilagay sa ADB Folder ang 4 files
fastboot.img
recovery.img
boot.img
yung firmware file na nadownload nyo (yung zip file hindi yung extracted)
rename zip file para mas madali sa cmd prompt
- Put d phone in fastboot mode (power button and volume up)
- Connect sa PC den install drivers
- After madetect ng computer phone open command prompt (run as admin)
- Punta sa ADB Folder at issue following commands
fastboot flash fastboot fastboot.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
- After maflash yung 3 image files reboot in recovery mode piliin lang sa menu ng fastboot
- Pag nasa recovery mode na yung phone press volume up and down ng sabay para lumabas ang options
- piliin ang wipe data/factory reset den press power to execute
- after mareset piliin sa recovery menu apply update from adb
- issue dis command
adb sideload (yung filename nung zip file)
- intayin mag 100% yung loading den d phone will execute update den reboot
- done sana makatulong mga master..
- eto logs
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>cd /adb
C:\adb>fastboot flash fastboot fastboot.img
target reported max download size of 611969706 bytes
sending 'fastboot' (13477 KB)...
OKAY [ 1.934s]
writing 'fastboot'...
(bootloader) secure device
(bootloader) signed image
OKAY [ 2.480s]
finished. total time: 4.415s
C:\adb>fastboot flash boot boot.img
target reported max download size of 611969706 bytes
sending 'boot' (9565 KB)...
OKAY [ 1.420s]
writing 'boot'...
(bootloader) secure device
(bootloader) signed image
OKAY [ 1.981s]
finished. total time: 3.432s
C:\adb>fastboot flash recovery recovery.img
target reported max download size of 611969706 bytes
sending 'recovery' (12381 KB)...
OKAY [ 1.716s]
writing 'recovery'...
(bootloader) secure device
(bootloader) signed image
OKAY [ 2.356s]
finished. total time: 4.087s
C:\adb>adb sideload asus-ww.zip
loading: 'asus-ww.zip'* daemon not running. starting it now on port 5037 *
* daemon started successfully *
loading: 'asus-cht.zip'
sending: 'asus-cht.zip' 100%
C:\adb>
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>cd /adb
C:\adb>fastboot flash fastboot fastboot.img
target reported max download size of 611969706 bytes
sending 'fastboot' (13477 KB)...
OKAY [ 1.934s]
writing 'fastboot'...
(bootloader) secure device
(bootloader) signed image
OKAY [ 2.480s]
finished. total time: 4.415s
C:\adb>fastboot flash boot boot.img
target reported max download size of 611969706 bytes
sending 'boot' (9565 KB)...
OKAY [ 1.420s]
writing 'boot'...
(bootloader) secure device
(bootloader) signed image
OKAY [ 1.981s]
finished. total time: 3.432s
C:\adb>fastboot flash recovery recovery.img
target reported max download size of 611969706 bytes
sending 'recovery' (12381 KB)...
OKAY [ 1.716s]
writing 'recovery'...
(bootloader) secure device
(bootloader) signed image
OKAY [ 2.356s]
finished. total time: 4.087s
C:\adb>adb sideload asus-ww.zip
loading: 'asus-ww.zip'* daemon not running. starting it now on port 5037 *
* daemon started successfully *
loading: 'asus-cht.zip'
sending: 'asus-cht.zip' 100%
C:\adb>
No comments:
Post a Comment