

Now, identify the device of the card and export it as $card:Ĭard=/dev/XXX (XXX should be replaced with the name of your device, eg. WARNING: At the start we need a 17 MB unallocated partition, required for flash sunxi-spl and u-boot.bin without corrupting the SD. complete.ĭecompress the ramdisk data: $ mkdir recovery tools/simg2img system.img system1.imgĮxtract recovery image: $. $ mkimage -A arm -O linux -T kernel -C none -a 0x40008000 -e 0x40008000 -n "Linux 2.6" -d boot.img-kernel uImageĮxtract system image: $. bootloader.imgĮxtract the kernel and boot RAM disk as follows:Ĭommand line: console=ttyS0,115200 rw init=/init loglevel=5 RFSFAT16_SYSTEM_000000000 (the system partition, ext4 sparse) RFSFAT16_RECOVERY_0000000 (the recovery partition) The three following files are the ones we are interested in: This command creates a folder called android.dump which will contain many files. In this guide the name of the Android Image is android.img
ANDROID TERMINAL EMULATOR OPERATION NOT PERMITTED SPOOF MAC HOW TO
1 How to create bootable Android SdCardįirst extract needed files from an android image, You will need awutils and android tools.
