- Oct 11, 2009
- 5,577
- 2,816
- 113
I said I would port my Hero ROM and build a kernel for the Eris when it was rooted. I need a few people to get me some info:
From a clean (data wipe and DON'T sign in to anything) Eris I need:
The entire /system dir zipped up
The boot.img
The kernel config
The entire /data dir zipped up
To get the /system and /data directories use adb to pull everything
To get the boot image (from adb):
It will be saved on your SD card as boot.img
To get the kernel config:
I'll also need a brave soul to test the first trial. Think hard before you volunteer.
From a clean (data wipe and DON'T sign in to anything) Eris I need:
The entire /system dir zipped up
The boot.img
The kernel config
The entire /data dir zipped up
To get the /system and /data directories use adb to pull everything
To get the boot image (from adb):
Code:
adb shell
su
cat /dev/mtd/mtd2 > /sdcard/boot.img
exit
reboot
To get the kernel config:
Code:
adb pull /proc/config.gz /PATH-YOU-WANT-TO-SAVE-IT
I'll also need a brave soul to test the first trial. Think hard before you volunteer.