No longer needed, the ROM is here
[ROM] Jelly Bean 4.1.2 (M050)
Thanks to brandennj.
Old message:
These commands will write the files to Internal Storage.
After written, upload them so I can download and create M050 update for myself and guys with CWM recovery.
Copy-paste these to adb shell window so no typos are made.
Important ones
I woun't probably use these, so if you're not lazy enough I would like these as well just in case.
[ROM] Jelly Bean 4.1.2 (M050)
Thanks to brandennj.
Old message:
These commands will write the files to Internal Storage.
After written, upload them so I can download and create M050 update for myself and guys with CWM recovery.
Copy-paste these to adb shell window so no typos are made.
Important ones
Code:
su
dd if=/dev/block/mmcblk0p1 of=/mnt/sdcard/modem.img
dd if=/dev/block/mmcblk0p7 of=/mnt/sdcard/boot.img
dd if=/dev/block/mmcblk0p13 of=/mnt/sdcard/system.img
I woun't probably use these, so if you're not lazy enough I would like these as well just in case.
Code:
dd if=/dev/block/mmcblk0p19 of=/mnt/sdcard/recovery.img
dd if=/dev/block/mmcblk0p5 of=/mnt/sdcard/aboot.img
dd if=/dev/block/mmcblk0p8 of=/mnt/sdcard/tz.img
dd if=/dev/block/mmcblk0p6 of=/mnt/sdcard/rpm.img
dd if=/dev/block/mmcblk0p2 of=/mnt/sdcard/sbl1.img
dd if=/dev/block/mmcblk0p3 of=/mnt/sdcard/sbl2.img
dd if=/dev/block/mmcblk0p4 of=/mnt/sdcard/sbl3.img
