Uhh... I kinda messed something very much up when compiling CM10.1 for I8190. I have no RIL but everything else is fine, IMEI, IMEISV, Serial number and all that jazz.
I've accidentally overwritten 4 device blocks while mistyping something in source code. Now I need some help here
I need you to pull a few device blocks from your phone for me.
Here is what I need from you:
Open your Terminal Emulator and type in these commands one by one. Once done please upload them for me from you external sd card and paste the links here. You can also zip them if you wish.
Thank you very much, Benz.
I've accidentally overwritten 4 device blocks while mistyping something in source code. Now I need some help here
I need you to pull a few device blocks from your phone for me.
Here is what I need from you:
Open your Terminal Emulator and type in these commands one by one. Once done please upload them for me from you external sd card and paste the links here. You can also zip them if you wish.
Thank you very much, Benz.
Code:
su
dd if=/dev/block/mmcblk0p1 of=/storage/extSdCard/mmcblk0p1.bin
dd if=/dev/block/mmcblk0p2 of=/storage/extSdCard/mmcblk0p2.bin
dd if=/dev/block/mmcblk0p3 of=/storage/extSdCard/mmcblk0p3.bin
dd if=/dev/block/mmcblk0p4 of=/storage/extSdCard/mmcblk0p4.bin
dd if=/dev/block/mmcblk0p7 of=/storage/extSdCard/mmcblk0p7.bin
Last edited:
