Cuando uso adb desde el modo recovery, solo aparece fdisk:
Command (m for help): p
Disk dev/block/mmcblk0: 15.7 GB, 15758000128 bytes
1 heads, 16 sectors/track, 1923584 cylinders
Units = cylinders of 16 * 512 = 8192 bytes
Device Boot Start End Blocks Id System
dev/block/mmcblk0p1 1 1923456 15387647+ ee EFI GPT
Partition 1 does not end on cylinder boundary
Sin embargo, cuando lo uso desde la propia ROM, obtengo el resultado deseado:
Command (m for help): p
Disk dev/block/mmcblk0: 30777344 sectors, 2740M
Logical sector size: 512
Disk identifier (GUID): 52444e41-494f-2044-4d4d-43204449534b
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 30775262
Number Start (sector) End (sector) Size Code Name
1 8192 49151 20.0M 0700 EFS
2 49152 51711 1280K 0700 SBL1
3 53248 55807 1280K 0700 SBL2
4 57344 73727 8192K 0700 PARAM
5 73728 90111 8192K 0700 KERNEL
6 90112 106495 8192K 0700 RECOVERY
7 106496 311295 100M 0700 CACHE
8 311296 344063 16.0M 0700 MODEM
9 344064 1392639 512M 0700 FACTORYFS
10 1392640 5586943 2048M 0700 DATAFS
11 5586944 29720575 11.5G 0700 UMS
12 29720576 30769151 512M 0700 HIDDEN
Quiero redimensionar las particiones "/system" y "/sdcard" por lo que tengo que conseguir que aparezca la tabla de particiones. ¿Alguien puede ayudar por favor?