android - Unpacking / Packing AOSP recovery image using abootimg fails to boot -


i built recovery.img (using flo lunch setup) nexus 7 device using aosp source code. can use like:

$ adb reboot bootloader $ fastboot boot recovery.img 

however, when unpack , re-pack recovery.img file using abootimg utility (without making modifications ramdisk) , retry boot using recovery.img, nexus 7 goes google splash screen loop. device keeps rebooting after coming splash screen.

for details, here steps:

$ ls recovery.img $ abootimg -x recovery.img $ abootimg-unpack-initrd initrd.img $ abootimg-pack-initrd myinitrd.img ./ramdisk $ abootimg -u recovery.img -r myinitrd.img 

resulting updated recovery.img doesn't work intended, though unmodified copy of original recovery.img file.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -