- Joined
- Nov 28, 2015
- Messages
- 394
- Reaction score
- 183
- Points
- 231
Asus Fonepad 7 Aka K012
Issue: Usb logo
first this to do...
follow the instruction for usb logo only here
Download this Firmware here
if you are like me running a Windows 8 and have a problem like in fastboot or adb where multiple command create multiple cmd window, this problem cause by running crack programs and windows update that damaging your OS or net framework.
The important things here is ... you know what you are doing.
Execute fastboot command only one by one
Credit to: raime1978 & dudes_czc
Issue: Usb logo
first this to do...
follow the instruction for usb logo only here
Download this Firmware here
if you are like me running a Windows 8 and have a problem like in fastboot or adb where multiple command create multiple cmd window, this problem cause by running crack programs and windows update that damaging your OS or net framework.
The important things here is ... you know what you are doing.
Execute fastboot command only one by one
Code:
@ECHO OFF
fastboot oem start_partitioning
fastboot flash /tmp/partition.tbl partition.tbl
fastboot oem partition /tmp/partition.tbl
fastboot erase factory
fastboot erase config
fastboot erase gauge
fastboot erase firmware
fastboot erase ADF
fastboot erase cache
fastboot erase system
fastboot erase data
fastboot oem stop_partitioning
fastboot flash boot boot_SIGNED.img
fastboot flash recovery recovery_SIGNED.img
fastboot flash fastboot droidboot_SIGNED.img
fastboot flash radio radio_firmware.bin
fastboot flash splashscreen asuslogo_intelinside_signed.bin
fastboot flash system system.img.gz
fastboot continue
PAUSE
:END
Credit to: raime1978 & dudes_czc