r0b
Ehrenmitglied
- 4.348
Hallo zusammen,
auf XDA gibt es nun schon den ersten Systemdump der Root hat
Hi Thanks to these guys as:
zhangqip - system dump, S4 I9500 partitions and CPU info
wanam - S4 I9500 partitions and CPU info
Screener - S4 I9500 partitions and CPU info
vijai2011 - S4 I9500 partitions and CPU info
I managed to recreate an the system.img, add a ROOT&busybox, and pack into tar.md5 for flash via Odin
I want to say right away - it didn't was flash yet, so at your own risk
So
PDA I9500XXUAMC6 ROOT_ODEX
CSC I9500OXAAMC6
NO KERNEL
NO RECOVERY
NO MODEM
DOWNLOAD I9500XXUAMC6_I9500OXAAMC6_ROOT_ODEX
mirror tnx to vijai2011
Index of /xda-mirror
If this ROM work right then chance get full DUMP
Get PIT file
Wie immer gilt, weder ich/wir/er/sie/es übernehmen irgendwelche verantwortungen wenn was nicht funktioniert.
Gesendet von meinem Google Nexus 7 mit Tapatalk 2
auf XDA gibt es nun schon den ersten Systemdump der Root hat
Hi Thanks to these guys as:
zhangqip - system dump, S4 I9500 partitions and CPU info
wanam - S4 I9500 partitions and CPU info
Screener - S4 I9500 partitions and CPU info
vijai2011 - S4 I9500 partitions and CPU info
I managed to recreate an the system.img, add a ROOT&busybox, and pack into tar.md5 for flash via Odin
I want to say right away - it didn't was flash yet, so at your own risk
So
PDA I9500XXUAMC6 ROOT_ODEX
CSC I9500OXAAMC6
NO KERNEL
NO RECOVERY
NO MODEM
DOWNLOAD I9500XXUAMC6_I9500OXAAMC6_ROOT_ODEX
mirror tnx to vijai2011
Index of /xda-mirror
If this ROM work right then chance get full DUMP
Code:
BOOT -> adb shell su -c "dd if=/dev/block/mmcblk0p9 of=/sdcard/boot.img bs=4096"
CACHE -> adb shell su -c "dd if=/dev/block/mmcblk0p19 of=/sdcard/cache.img bs=4096"
HIDDEN -> adb shell su -c "dd if=/dev/block/mmcblk0p16 of=/sdcard/hidden.img bs=4096"
PARAM -> adb shell su -c "dd if=/dev/block/mmcblk0p8 of=/sdcard/param.bin bs=4096"
RADIO -> adb shell su -c "dd if=/dev/block/mmcblk0p13 of=/sdcard/modem.bin bs=4096"
RECOVERY -> adb shell su -c "dd if=/dev/block/mmcblk0p10 of=/sdcard/recovery.img bs=4096"
SYSTEM -> adb shell su -c "dd if=/dev/block/mmcblk0p20 of=/sdcard/system.img bs=4096"
Code:
adb shell su -c "dd if=/dev/block/mmcblk0 of=/sdcard/out.pit bs=8 count=481 skip=2176"
Gesendet von meinem Google Nexus 7 mit Tapatalk 2
Zuletzt bearbeitet: