P
prinz07
Anonymous
How To Boot HTC Desire S on SDCARD Without using Internal Memory
Sa mga merong unit na Desire S na hang o stuck sa system pag update, damage ang eMMC.
Requirements:
SD Card 4GB. Empty o May laman basta 4GB.
adb and fastboot from Android SDK tool.
Syempre Desire S na unit.
Download sdcard4GB.rar
Download system.7z
Download bootsd.img
adb and fastboot from Android SDK tool.
Syempre Desire S na unit.
Download sdcard4GB.rar
Download system.7z
Download bootsd.img
Linux Guide:
Step 1:
Decompress sdcard4GB.rar
write image file sa SDCARD
Code:
dd if=/location/sdcard_4g.img of=/dev/sdX
location = Directory
X = device
write image file sa SDCARD
Code:
dd if=/location/sdcard_4g.img of=/dev/sdX
location = Directory
X = device
Step 2:
decompress and copy system.7z
Code:
dd if=/location/system.img of=/dev/scX7
location = Directory
X = device
Code:
dd if=/location/system.img of=/dev/scX7
location = Directory
X = device
Step 3:
Dowload bootloader's image “bootsd.imgâ€.
Boot your phone to “BOOTLOADER†(VolDown + Power (then release power without releasing VolDown)).
Connect device to computer via USB cable.
Boot your device:
Code:
fastboot boot /location/bootsd.img
Pag Nasunod nyo ng maayos at tama maayos unit nyo na di gumagamit ng internal memory.
English: If all goes well, Your device will work without using the internal memory
Medyo Matagal ang 1st boot kaya antay lang ng konti..
Good Luck
Boot your phone to “BOOTLOADER†(VolDown + Power (then release power without releasing VolDown)).
Connect device to computer via USB cable.
Boot your device:
Code:
fastboot boot /location/bootsd.img
Pag Nasunod nyo ng maayos at tama maayos unit nyo na di gumagamit ng internal memory.
English: If all goes well, Your device will work without using the internal memory
Medyo Matagal ang 1st boot kaya antay lang ng konti..
Good Luck
Sa Windows users Pwede nyo gamitin win32diskimager-binary.zip sa pag write ng image file sa sdcard..