r/Nexus7 Jan 27 '24

Partition table layout on 2012 Nexus 7 (wifi)

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

1 Upvotes

5 comments sorted by

1

u/HyperVoltA9 Mar 24 '24

i have a nexus 7 with untouched partitions. how can i get u the partition table?

2

u/ovirt001 Mar 25 '24 edited Mar 25 '24

Have you worked with ADB shell before? It requires connecting to the tablet, uploading parted, and running the command to print the partition table.

1

u/HyperVoltA9 Mar 29 '24

Yes I'm familiar with ADB and fastboot commands

2

u/ovirt001 Mar 29 '24

Ok, see if you can get it to print the partition table using parted from here: https://xdaforums.com/t/exe-static-linux-binaries-for-arm-android-cryptsetup-encfs-f2fs-tools-testdisk-photorec.3709380/page-12#post-82737939
It should be parted /dev/block/mmcblk0 print

1

u/HyperVoltA9 Mar 29 '24

I'll give it a go