Ren
Ren
Already did that. Copying from angler patch_bootimg.sh and do some modification.
Here it is. ``` #!/bin/bash BOOTIMG=$1 rm -rf $TARGET_BOOT_DIR mkdir -p $TARGET_BOOT_DIR $UNPACKBOOTIMG -i $BOOTIMG -o $TARGET_BOOT_DIR > /dev/null gunzip $TARGET_BOOT_DIR/boot.img-ramdisk.gz mkdir -p $TARGET_BOOT_DIR/ramdisk cd $TARGET_BOOT_DIR/ramdisk cpio -i < ../boot.img-ramdisk...
Ok. Pada tanggal 19 Des 2016 18.08, "Farooque" menulis: > https://github.com/wuxianlin/MIUI_patchrom_Find5/tree/ > marshmallow/overlay/boot/ramdisk > > try comparing ramdisk with this > > — > You are receiving this because you...
I think that's for manual porting. Pada tanggal 19 Des 2016 18.23, "Farooque" menulis: Or this http://forum.xda-developers.com/showpost.php?p=69191801&postcount=1234 — You are receiving this because you authored the thread. Reply to this...
Alright. Pada tanggal 19 Des 2016 18.50, "Farooque" menulis: > only see in boot.img and compare stuff > > — > You are receiving this because you authored the thread....
Just copy ro.build.fingerprint line from your stock rom. You can't use other device fingerprint. Pada tanggal 19 Des 2016 18.54, "Farooque" menulis: if you succeed please let us know and...
I still didn't test. Since its use CM13 as base, so then i use CM13 too, even through there is some error in some script, i need to fix that....
Just post the logcat :) Pada tanggal 21 Des 2016 3.46 AM, "shadow25" menulis: > Finally I'm able to boot but the phone go into bootloop. If anyone can >...
Use dd command or use the image flash option on TWRP lol Pada tanggal 21 Des 2016 16.06, "VishwaKumaran" menulis: > Therefore I can't flash this ROM via recovery ?...
Ok, i just tried, same result, bootloop But i found some interesting info. Sometimes, the dalvik-cache stucks at wifi-services.jar Or patchrom-core.jar or Core-***.jar Or Patchrom-core.jar and core-***.jar *** means i...