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

Root Some important info

varun.chitre15

Android Expert
Guys download terminal emulator and install it
And open it and give me output of this
Code:
cat proc/mtd
and also this

Code:
cat proc/partitions

This info will let me help u guys regarding rooting.
 
$ export PATH=/data/local/bin:$PATH
$ cat proc/mtd
dev: size erasesize name
mtd0: 00040000 00020000 "preloader"
mtd1: 000c0000 00020000 "dsp_bl"
mtd2: 00300000 00020000 "nvram"
mtd3: 00020000 00020000 "seccnfg"
mtd4: 00060000 00020000 "uboot"
mtd5: 00600000 00020000 "boot"
mtd6: 00600000 00020000 "recovery"
mtd7: 00120000 00020000 "secstatic"
mtd8: 00060000 00020000 "misc"
mtd9: 00300000 00020000 "logo"
mtd10: 000a0000 00020000 "expdb"
mtd11: 0fa00000 00020000 "system"
mtd12: 03c00000 00020000 "cache"
mtd13: 0aa20000 00020000 "userdata"
$ cat proc/partitions
major minor #blocks name

31 0 256 mtdblock0
31 1 768 mtdblock1
31 2 3072 mtdblock2
31 3 128 mtdblock3
31 4 384 mtdblock4
31 5 6144 mtdblock5
31 6 6144 mtdblock6
31 7 1152 mtdblock7
31 8 384 mtdblock8
31 9 3072 mtdblock9
31 10 640 mtdblock10
31 11 256000 mtdblock11
31 12 61440 mtdblock12
31 13 174208 mtdblock13
179 0 1931264 mmcblk0
179 1 1930240 mmcblk0p1
$
i AM GETTING THIS
 
Back
Top Bottom