Thread: Glo Android on Glo
View Single Post
Old 12-01-2013, 06:03 AM   #194
commandante
Member Retired
commandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of light
 
Posts: 18
Karma: 12050
Join Date: Nov 2013
Device: none
Quote:
Originally Posted by MarekGibek View Post
You cannot use unetbootin - it modifies image file and adds CD-ROM emulation boot block for x86. It has no right to work on ARM.

On linux just use "dd" command:

Code:
sudo dd if=Kobo_Android.img of=/dev/<your_sd_card_device>; sync
Please triple check that your <your_sd_card_device> is correct for your hardware (it can be sdN for USB card readers or mmcblkN for built-in one). Otherwise you will erase your hard disk including your partition table!! Do a backup first.
It worked! Thanks a lot!
commandante is offline   Reply With Quote