• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Behold 2 root tutorial

I wonder if someone who has rooted could grab the system partiton for us?

Something like this:

#cat /proc/mtd
dev: size erasesize name
mtd0: 00040000 00020000 "misc"
mtd1: 00500000 00020000 "recovery"
mtd2: 00280000 00020000 "boot"
mtd3: 04380000 00020000 "system"
mtd4: 04380000 00020000 "cache"
mtd5: 04ac0000 00020000 "userdata"

Find the one thats 'system' and then assuming its mtd3 do:

cat /dev/mtd/mtd3 > /sdcard/mtd3.img

This way they dont need to mess about with nandroid and the custom recovery :)
 
Back
Top Bottom