partition table info needed

BeansTown106

Inactive Recognized Developer
Dec 22, 2011
3,694
54,411
0
BeanTown USA
i am working on a baseline rom for rom makers to start making roms with more or less what i usually do for the s3,note2 it will be deodexed, have init.d, adb as root, insecure boot.img, bootanimation support and all the normal goodies i will provide it for both tabs the 5100 and 5110 but i need the partition tables for both as i dont have the device yet i need to make sure the scripts have the right partitions

running this in terminal should give you the partition table

ls -la /dev/block/platform/dw_mmc/by-name

if that works please copy and paste and poste here along with which device it is the 5100 or 5110
 
Last edited:
  • Like
Reactions: roustabout

Speedy Gonzalez

Senior Member
May 4, 2011
266
75
0
Louisiana
i am working on a baseline rom for rom makers to start making roms with more or less what i usually do for the s3,note2 it will be deodexed, have init.d, adb as root, insecure boot.img, bootanimation support and all the normal goodies i will provide it for both tabs the 5100 and 5110 but i need the partition tables for both as i dont have the device yet i need to make sure the scripts have the right partitions

running this in terminal should give you the partition table

ls -la /dev/block/platform/dw_mmc/by-name

if that works please copy and paste and poste here along with which device it is the 5100 or 5110
Tried to copy the text but didnt work here is a screenshoot wellcome to the N8 forums 5110
 

Attachments

  • Like
Reactions: BeansTown106

davp

Senior Member
Jan 12, 2012
147
70
0
Brisbane
Text for n5110 16G wifi, same as the note10.1, I think, but the sizes have changed for some (cache, hidden and system are larger on the 8, comparing 16G wifi models).

lrwxrwxrwx root root 2013-04-27 11:05 BOOT -> /dev/block/mmcblk0p5
lrwxrwxrwx root root 2013-04-27 11:05 BOTA0 -> /dev/block/mmcblk0p1
lrwxrwxrwx root root 2013-04-27 11:05 BOTA1 -> /dev/block/mmcblk0p2
lrwxrwxrwx root root 2013-04-27 11:05 CACHE -> /dev/block/mmcblk0p8
lrwxrwxrwx root root 2013-04-27 11:05 EFS -> /dev/block/mmcblk0p3
lrwxrwxrwx root root 2013-04-27 11:05 HIDDEN -> /dev/block/mmcblk0p10
lrwxrwxrwx root root 2013-04-27 11:05 OTA -> /dev/block/mmcblk0p11
lrwxrwxrwx root root 2013-04-27 11:05 PARAM -> /dev/block/mmcblk0p4
lrwxrwxrwx root root 2013-04-27 11:05 RADIO -> /dev/block/mmcblk0p7
lrwxrwxrwx root root 2013-04-27 11:05 RECOVERY -> /dev/block/mmcblk0p6
lrwxrwxrwx root root 2013-04-27 11:05 SYSTEM -> /dev/block/mmcblk0p9
lrwxrwxrwx root root 2013-04-27 11:05 USERDATA -> /dev/block/mmcblk0p12
 
Last edited:
  • Like
Reactions: BeansTown106