[Q] How many Android partition does it have ? - General Questions and Answers

I am newbie on android , and I just though of few question after reading some of the partition. http://www.addictivetips.com/mobile...plained-boot-system-recovery-data-cache-misc/
But what I do not understand is , are those partition a folder or real partition ?
As for commonly known , Windows partition consist of either 4 Primary partition or 3 primary 1 extended partition.
-Master boot record partition
-Primary (max 4 , min 0)
-Extended partition ( multiple logical partition )
What about android ? Let me know whether I am wrong
-/boot ( equal to MBR )
-/system /recovery /data /cache /misc (1 parimary partition with different path like /system32 , /Programs files /My Document and etc)
-/SDcard0 (Extended partition )
External SDcard = something like external hard disk.
Overall any android Device have 2 partition ,1 Primary (/system /recovery /data /cache /misc) and 1 Extended logical ( SDcard0)
Please correct me if I'm getting the idea wrong.

Any expert here able to clear out or confirm them ?

Kindly let me know the correct answer.
I am just a starter

It's a hard question ?
Even for a dev too ?

xdadfm said:
I am newbie on android , and I just though of few question after reading some of the partition. http://www.addictivetips.com/mobile...plained-boot-system-recovery-data-cache-misc/
But what I do not understand is , are those partition a folder or real partition ?
As for commonly known , Windows partition consist of either 4 Primary partition or 3 primary 1 extended partition.
-Master boot record partition
-Primary (max 4 , min 0)
-Extended partition ( multiple logical partition )
What about android ? Let me know whether I am wrong
-/boot ( equal to MBR )
-/system /recovery /data /cache /misc (1 parimary partition with different path like /system32 , /Programs files /My Document and etc)
-/SDcard0 (Extended partition )
External SDcard = something like external hard disk.
Overall any android Device have 2 partition ,1 Primary (/system /recovery /data /cache /misc) and 1 Extended logical ( SDcard0)
Please correct me if I'm getting the idea wrong.
Click to expand...
Click to collapse
I'm not an expert but as far as I know :
android has 5 partitions ..
/boot
/system
/recovery
/data
/cache
and there Is the SD card partition
/sdcard
Boot: Contains Kernal and Ramdisk ,, Without This Partition The Device Simply Won't Boot
System: Contains The Entire Android System,Android User Interface and System Apps
Recovery: Another Booting Option For Performing Advanced Recovery And maintenance Operations
Data: Contains The User Data Such As Contacts,Messages ... etc
Cache: Where Android Stores Applications Components and Cache
Hope It Helps

falf123 said:
I'm not an expert but as far as I know :
android has 5 partitions ..
/boot
/system
/recovery
/data
/cache
and there Is the SD card partition
/sdcard
Boot: Contains Kernal and Ramdisk ,, Without This Partition The Device Simply Won't Boot
System: Contains The Entire Android System,Android User Interface and System Apps
Recovery: Another Booting Option For Performing Advanced Recovery And maintenance Operations
Data: Contains The User Data Such As Contacts,Messages ... etc
Cache: Where Android Stores Applications Components and Cache
Hope It Helps
Click to expand...
Click to collapse
The partition is actually real partition like what we did to a hardisk ?
Possible to have 5 partition on a Flash drive ? as for window , maximum is 4 primary partition .

The question you are asking requires a bit of an explanation, but I will do my best (forgive me if I gloss over some things).
When a windows PC boots up, it initializes CMOS which searches for the hard drive or other boot device based on the order set up in BIOS/CMOS. Once it finds a storage device it attempts to boot that device (i.e. hdd=hard disk drive, eMMC=electronic MultiMedia Card). There is a bit set somewhere that determines what type of filing system is on the drive. In linux, you can see the partition table by using fdisk (devices are located in the /dev folder and look like /dev/sda or /dev/mmcblk0, depending on the type and how many there are). Therefore the command would be 'fdisk /dev/sda' and let's take a look at that...
Welcome to fdisk (util-linux 2.32.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): p
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: xxxxxxxxxx (omitted)
Device Start End Sectors Size Type
/dev/sda1 2048 2050047 2048000 1000M Windows recovery environment
/dev/sda2 2050048 2582527 532480 260M EFI System
/dev/sda3 2582528 4630527 2048000 1000M Windows recovery environment
/dev/sda4 4630528 4892671 262144 128M Microsoft reserved
/dev/sda5 4892672 1619314687 1614422016 769.8G Microsoft basic data
/dev/sda6 1619314688 1845840078 226525391 108G Microsoft basic data
/dev/sda7 1845840094 1853995007 8154914 3.9G Microsoft basic data
/dev/sda8 1853995008 1858228223 4233216 2G Windows recovery environment
/dev/sda9 1858228224 1859151871 923648 451M Windows recovery environment
/dev/sda10 1859151872 1911580671 52428800 25G Microsoft basic data
/dev/sda11 1911580672 1953523711 41943040 20G Windows recovery environment
As you can see, my device "sda" has 11 partitions. 1,3,8,9,11 are all recovery partitions, 2 is an EFI partition, etc. A short list of possibilities...
1 EFI System C12A7328-F81F-11D2-BA4B-00A0C93EC93B
2 MBR partition scheme 024DEE41-33E7-11D3-9D69-0008C781F39F
3 Intel Fast Flash D3BFE2DE-3DAF-11DF-BA40-E3A556D89593
4 BIOS boot 21686148-6449-6E6F-744E-656564454649
5 Sony boot partition F4019732-066E-4E12-8273-346C5641494F
6 Lenovo boot partition BFBFAFE7-A34F-448A-9A5B-6213EB736C22
7 PowerPC PReP boot 9E1A2D38-C612-4316-AA26-8B49521E5A8B
8 ONIE boot 7412F7D5-A156-4B13-81DC-867174929325
9 ONIE config D4E6E2CD-4469-46F3-B5CB-1BFF57AFC149
10 Microsoft reserved E3C9E316-0B5C-4DB8-817D-F92DF00215AE
11 Microsoft basic data EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
12 Microsoft LDM metadata 5808C8AA-7E8F-42E0-85D2-E1E90434CFB3
13 Microsoft LDM data AF9B60A0-1431-4F62-BC68-3311714A69AD
14 Windows recovery environment DE94BBA4-06D1-4D40-A16A-BFD50179D6AC
15 IBM General Parallel Fs 37AFFC90-EF7D-4E96-91C3-2D7AE055B174
16 Microsoft Storage Spaces E75CAF8F-F680-4CEE-AFA3-B001E56EFC2D
17 HP-UX data 75894C1E-3AEB-11D3-B7C1-7B03A0000000
18 HP-UX service E2A1E728-32E3-11D6-A682-7B03A0000000
19 Linux swap 0657FD6D-A4AB-43C4-84E5-0933C84B4F4F
20 Linux filesystem 0FC63DAF-8483-4772-8E79-3D69D8477DE4
21 Linux server data 3B8F8425-20E0-4F3B-907F-1A25A76F98E8
22 Linux root (x86) 44479540-F297-41B2-9AF7-D131D5F0458A
23 Linux root (ARM) 69DAD710-2CE4-4E3C-B16C-21A1D49ABED3
24 Linux root (x86-64) 4F68BCE3-E8CD-4DB1-96E7-FBCAF984B709
Each partition stores data differently. Windows 95 all the way through Windows ME uses FAT (File Allocation Table) and doesn't use user permissions on files. NTFS (Windows NT File System) is the updated version of FAT which had its evolution and caveats. NTFS is the Windows standard now because it 1) can handle file systems larger than 2GB and 2) has the ability to set user file permissions so only the owner can read/write/execute certain files. Android uses ext4, which is a linux file system. The difference is that linux doesn't have drive letters. In windows, C:\ is your normal hard drive, A:\ is a floppy drive, and all disk devices (Thumb drive, CD ROM drive, tape backup, etc) have a letter and are almost always "mounted". In linux... the "root" is / and every device is either mounted as a subfolder or listed in /dev. So if I do a ls /dev I get this as a result (ls is the same command as dir for windows/dos):
ls -l
total 0
crw-r--r-- 1 root root 10, 235 Aug 27 05:17 autofs
drwxr-xr-x 2 root root 340 Aug 27 05:34 block
drwxr-xr-x 2 root root 60 Aug 27 05:34 bsg
crw------- 1 root root 10, 234 Aug 27 05:17 btrfs-control
drwxr-xr-x 3 root root 60 Aug 26 22:17 bus
drwxr-xr-x 2 root root 3580 Aug 27 14:00 char
crw------- 1 root root 5, 1 Aug 27 05:17 console
lrwxrwxrwx 1 root root 11 Aug 26 22:17 core -> /proc/kcore
drwxr-xr-x 2 root root 60 Aug 26 22:17 cpu
crw------- 1 root root 10, 62 Aug 27 05:17 cpu_dma_latency
crw------- 1 root root 10, 203 Aug 27 05:17 cuse
drwxr-xr-x 8 root root 160 Aug 26 22:17 disk
drwxr-xr-x 3 root root 100 Aug 27 05:17 dri
crw------- 1 root root 245, 0 Aug 27 05:17 drm_dp_aux0
crw-rw---- 1 root video 29, 0 Aug 27 05:17 fb0
lrwxrwxrwx 1 root root 13 Aug 26 22:17 fd -> /proc/self/fd
crw-rw-rw- 1 root root 1, 7 Aug 27 05:17 full
crw-rw-rw- 1 root root 10, 229 Aug 27 05:17 fuse
crw------- 1 root root 247, 0 Aug 27 05:17 hidraw0
crw------- 1 root root 247, 1 Aug 27 05:17 hidraw1
crw------- 1 root root 10, 228 Aug 27 05:17 hpet
drwxr-xr-x 2 root root 0 Aug 27 05:17 hugepages
lrwxrwxrwx 1 root root 12 Aug 27 05:17 initctl -> /run/initctl
drwxr-xr-x 4 root root 580 Aug 27 05:44 input
crw-r--r-- 1 root root 1, 11 Aug 27 05:17 kmsg
crw-rw----+ 1 root kvm 10, 232 Aug 27 05:17 kvm
lrwxrwxrwx 1 root root 28 Aug 27 05:17 log -> /run/systemd/journal/dev-log
crw-rw---- 1 root disk 10, 237 Aug 27 05:17 loop-control
drwxr-xr-x 2 root root 60 Aug 27 05:17 mapper
crw-rw---- 1 root video 243, 0 Aug 27 05:17 media0
crw-rw---- 1 root video 243, 1 Aug 27 05:42 media1
crw-rw---- 1 root video 243, 2 Aug 27 05:43 media2
crw-rw---- 1 root video 243, 3 Aug 27 05:44 media3
crw-rw---- 1 root video 243, 4 Aug 27 05:44 media4
crw-rw---- 1 root video 243, 5 Aug 27 05:44 media5
crw-rw---- 1 root video 243, 6 Aug 27 05:44 media6
crw-rw---- 1 root video 243, 7 Aug 27 05:44 media7
crw------- 1 root root 244, 0 Aug 27 05:17 mei0
crw-r----- 1 root kmem 1, 1 Aug 27 05:17 mem
crw------- 1 root root 10, 59 Aug 27 05:17 memory_bandwidth
brw-rw---- 1 root disk 179, 0 Aug 27 05:17 mmcblk0
brw-rw---- 1 root disk 179, 1 Aug 27 05:17 mmcblk0p1
brw-rw---- 1 root disk 179, 2 Aug 27 05:17 mmcblk0p2
drwxrwxrwt 2 root root 40 Aug 26 22:17 mqueue
drwxr-xr-x 2 root root 60 Aug 27 05:17 net
crw------- 1 root root 10, 61 Aug 27 05:17 network_latency
crw------- 1 root root 10, 60 Aug 27 05:17 network_throughput
crw-rw-rw- 1 root root 1, 3 Aug 27 05:17 null
crw-r----- 1 root kmem 1, 4 Aug 27 05:17 port
crw------- 1 root root 108, 0 Aug 27 05:17 ppp
crw------- 1 root root 10, 1 Aug 27 05:17 psaux
crw-rw-rw- 1 root tty 5, 2 Aug 27 14:05 ptmx
drwxr-xr-x 2 root root 0 Aug 26 22:17 pts
crw-rw-rw- 1 root root 1, 8 Aug 27 05:17 random
crw-rw-r--+ 1 root netdev 10, 58 Aug 27 05:17 rfkill
lrwxrwxrwx 1 root root 4 Aug 27 05:17 rtc -> rtc0
crw------- 1 root root 252, 0 Aug 27 05:17 rtc0
brw-rw---- 1 root disk 8, 0 Aug 27 05:17 sda
brw-rw---- 1 root disk 8, 1 Aug 27 05:17 sda1
brw-rw---- 1 root disk 8, 10 Aug 27 05:17 sda10
brw-rw---- 1 root disk 8, 11 Aug 27 05:17 sda11
brw-rw---- 1 root disk 8, 2 Aug 27 05:17 sda2
brw-rw---- 1 root disk 8, 3 Aug 27 05:17 sda3
brw-rw---- 1 root disk 8, 4 Aug 27 05:17 sda4
brw-rw---- 1 root disk 8, 5 Aug 27 05:17 sda5
brw-rw---- 1 root disk 8, 6 Aug 27 05:17 sda6
brw-rw---- 1 root disk 8, 7 Aug 27 05:17 sda7
brw-rw---- 1 root disk 8, 8 Aug 27 05:17 sda8
brw-rw---- 1 root disk 8, 9 Aug 27 05:17 sda9
crw-rw---- 1 root disk 21, 0 Aug 27 05:17 sg0
drwxrwxrwt 2 root root 40 Aug 27 14:05 shm
crw------- 1 root root 10, 231 Aug 27 05:17 snapshot
drwxr-xr-x 3 root root 220 Aug 27 06:31 snd
lrwxrwxrwx 1 root root 15 Aug 26 22:17 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root 15 Aug 26 22:17 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root 15 Aug 26 22:17 stdout -> /proc/self/fd/1
crw-rw-rw- 1 root tty 5, 0 Aug 27 13:16 tty
crw--w---- 1 root tty 4, 0 Aug 27 05:17 tty0
crw--w---- 1 root tty 4, 1 Aug 27 05:18 tty1
crw--w---- 1 root tty 4, 10 Aug 27 05:17 tty10
crw--w---- 1 root tty 4, 11 Aug 27 05:17 tty11
crw--w---- 1 root tty 4, 12 Aug 27 05:17 tty12
crw--w---- 1 root tty 4, 13 Aug 27 05:17 tty13
crw--w---- 1 root tty 4, 14 Aug 27 05:17 tty14
crw--w---- 1 root tty 4, 15 Aug 27 05:17 tty15
crw--w---- 1 root tty 4, 16 Aug 27 05:17 tty16
crw--w---- 1 root tty 4, 17 Aug 27 05:17 tty17
crw--w---- 1 root tty 4, 18 Aug 27 05:17 tty18
crw--w---- 1 root tty 4, 19 Aug 27 05:17 tty19
crw--w---- 1 root tty 4, 2 Aug 27 05:17 tty2
crw--w---- 1 root tty 4, 20 Aug 27 05:17 tty20
crw--w---- 1 root tty 4, 21 Aug 27 05:17 tty21
crw--w---- 1 root tty 4, 22 Aug 27 05:17 tty22
crw--w---- 1 root tty 4, 23 Aug 27 05:17 tty23
crw--w---- 1 root tty 4, 24 Aug 27 05:17 tty24
crw--w---- 1 root tty 4, 25 Aug 27 05:17 tty25
crw--w---- 1 root tty 4, 26 Aug 27 05:17 tty26
crw--w---- 1 root tty 4, 27 Aug 27 05:17 tty27
crw--w---- 1 root tty 4, 28 Aug 27 05:17 tty28
crw--w---- 1 root tty 4, 29 Aug 27 05:17 tty29
crw--w---- 1 root tty 4, 3 Aug 27 05:17 tty3
crw--w---- 1 root tty 4, 30 Aug 27 05:17 tty30
crw--w---- 1 root tty 4, 31 Aug 27 05:17 tty31
crw--w---- 1 root tty 4, 32 Aug 27 05:17 tty32
crw--w---- 1 root tty 4, 33 Aug 27 05:17 tty33
crw--w---- 1 root tty 4, 34 Aug 27 05:17 tty34
crw--w---- 1 root tty 4, 35 Aug 27 05:17 tty35
crw--w---- 1 root tty 4, 36 Aug 27 05:17 tty36
crw--w---- 1 root tty 4, 37 Aug 27 05:17 tty37
crw--w---- 1 root tty 4, 38 Aug 27 05:17 tty38
crw--w---- 1 root tty 4, 39 Aug 27 05:17 tty39
crw--w---- 1 root tty 4, 4 Aug 27 05:17 tty4
crw--w---- 1 root tty 4, 40 Aug 27 05:17 tty40
crw--w---- 1 root tty 4, 41 Aug 27 05:17 tty41
crw--w---- 1 root tty 4, 42 Aug 27 05:17 tty42
crw--w---- 1 root tty 4, 43 Aug 27 05:17 tty43
crw--w---- 1 root tty 4, 44 Aug 27 05:17 tty44
crw--w---- 1 root tty 4, 45 Aug 27 05:17 tty45
crw--w---- 1 root tty 4, 46 Aug 27 05:17 tty46
crw--w---- 1 root tty 4, 47 Aug 27 05:17 tty47
crw--w---- 1 root tty 4, 48 Aug 27 05:17 tty48
crw--w---- 1 root tty 4, 49 Aug 27 05:17 tty49
crw--w---- 1 root tty 4, 5 Aug 27 05:17 tty5
crw--w---- 1 root tty 4, 50 Aug 27 05:17 tty50
crw--w---- 1 root tty 4, 51 Aug 27 05:17 tty51
crw--w---- 1 root tty 4, 52 Aug 27 05:17 tty52
crw--w---- 1 root tty 4, 53 Aug 27 05:17 tty53
crw--w---- 1 root tty 4, 54 Aug 27 05:17 tty54
crw--w---- 1 root tty 4, 55 Aug 27 05:17 tty55
crw--w---- 1 root tty 4, 56 Aug 27 05:17 tty56
crw--w---- 1 root tty 4, 57 Aug 27 05:17 tty57
crw--w---- 1 root tty 4, 58 Aug 27 05:17 tty58
crw--w---- 1 root tty 4, 59 Aug 27 05:17 tty59
crw--w---- 1 root tty 4, 6 Aug 27 05:17 tty6
crw--w---- 1 root tty 4, 60 Aug 27 05:17 tty60
crw--w---- 1 root tty 4, 61 Aug 27 05:17 tty61
crw--w---- 1 root tty 4, 62 Aug 27 05:17 tty62
crw--w---- 1 root tty 4, 63 Aug 27 05:17 tty63
crw--w---- 1 root tty 4, 7 Aug 27 05:18 tty7
crw--w---- 1 root tty 4, 8 Aug 27 05:17 tty8
crw--w---- 1 root tty 4, 9 Aug 27 05:17 tty9
crw-rw---- 1 root dialout 4, 64 Aug 27 05:17 ttyS0
crw-rw---- 1 root dialout 4, 65 Aug 27 05:17 ttyS1
crw-rw---- 1 root dialout 4, 66 Aug 27 05:17 ttyS2
crw-rw---- 1 root dialout 4, 67 Aug 27 05:17 ttyS3
crw------- 1 root root 10, 239 Aug 27 05:17 uhid
crw------- 1 root root 10, 223 Aug 27 05:17 uinput
crw-rw-rw- 1 root root 1, 9 Aug 27 05:17 urandom
drwxr-xr-x 2 root root 80 Aug 27 09:50 usb
drwxr-xr-x 4 root root 80 Aug 27 05:17 v4l
crw------- 1 root root 10, 57 Aug 27 05:18 vboxdrv
crw------- 1 root root 10, 56 Aug 27 05:18 vboxdrvu
crw------- 1 root root 10, 55 Aug 27 05:18 vboxnetctl
drwxr-x--- 4 root vboxusers 80 Aug 27 05:17 vboxusb
crw-rw---- 1 root tty 7, 0 Aug 27 05:17 vcs
crw-rw---- 1 root tty 7, 1 Aug 27 05:17 vcs1
crw-rw---- 1 root tty 7, 2 Aug 27 05:17 vcs2
crw-rw---- 1 root tty 7, 3 Aug 27 05:17 vcs3
crw-rw---- 1 root tty 7, 4 Aug 27 05:17 vcs4
crw-rw---- 1 root tty 7, 5 Aug 27 05:17 vcs5
crw-rw---- 1 root tty 7, 6 Aug 27 05:17 vcs6
crw-rw---- 1 root tty 7, 7 Aug 27 05:18 vcs7
crw-rw---- 1 root tty 7, 128 Aug 27 05:17 vcsa
crw-rw---- 1 root tty 7, 129 Aug 27 05:17 vcsa1
crw-rw---- 1 root tty 7, 130 Aug 27 05:17 vcsa2
crw-rw---- 1 root tty 7, 131 Aug 27 05:17 vcsa3
crw-rw---- 1 root tty 7, 132 Aug 27 05:17 vcsa4
crw-rw---- 1 root tty 7, 133 Aug 27 05:17 vcsa5
crw-rw---- 1 root tty 7, 134 Aug 27 05:17 vcsa6
crw-rw---- 1 root tty 7, 135 Aug 27 05:18 vcsa7
drwxr-xr-x 2 root root 60 Aug 27 05:17 vfio
crw------- 1 root root 10, 63 Aug 27 05:17 vga_arbiter
crw------- 1 root root 10, 137 Aug 27 05:17 vhci
crw------- 1 root root 10, 238 Aug 27 05:17 vhost-net
crw------- 1 root root 10, 241 Aug 27 05:17 vhost-vsock
crw-rw----+ 1 root video 81, 0 Aug 27 05:17 video0
crw-rw----+ 1 root video 81, 1 Aug 27 05:17 video1
crw------- 1 root root 10, 130 Aug 27 05:17 watchdog
crw------- 1 root root 249, 0 Aug 27 05:17 watchdog0
crw-rw-rw- 1 root root 1, 5 Aug 27 05:17 zero
As you can see there are a lot of devices, and some of those are pipes/other linux things. To get a list of BLOCK devices, we can either use the lsblk command or we can go into the /dev/block folder and type ls...
/dev/block$ ls -l
total 0
lrwxrwxrwx 1 root root 10 Aug 27 05:17 179:0 -> ../mmcblk0
lrwxrwxrwx 1 root root 12 Aug 27 05:17 179:1 -> ../mmcblk0p1
lrwxrwxrwx 1 root root 12 Aug 27 05:17 179:2 -> ../mmcblk0p2
lrwxrwxrwx 1 root root 6 Aug 27 05:17 8:0 -> ../sda
lrwxrwxrwx 1 root root 7 Aug 27 05:17 8:1 -> ../sda1
lrwxrwxrwx 1 root root 8 Aug 27 05:17 8:10 -> ../sda10
lrwxrwxrwx 1 root root 8 Aug 27 05:17 8:11 -> ../sda11
lrwxrwxrwx 1 root root 7 Aug 27 05:17 8:2 -> ../sda2
lrwxrwxrwx 1 root root 7 Aug 27 05:17 8:3 -> ../sda3
lrwxrwxrwx 1 root root 7 Aug 27 05:17 8:4 -> ../sda4
lrwxrwxrwx 1 root root 7 Aug 27 05:17 8:5 -> ../sda5
lrwxrwxrwx 1 root root 7 Aug 27 05:17 8:6 -> ../sda6
lrwxrwxrwx 1 root root 7 Aug 27 05:17 8:7 -> ../sda7
lrwxrwxrwx 1 root root 7 Aug 27 05:17 8:8 -> ../sda8
lrwxrwxrwx 1 root root 7 Aug 27 05:17 8:9 -> ../sda9
Here you can see my sdcard (mmcblk0) and my primary hard drive (sda). The number at the end represents the partition number. As you cans see, I have 11 partitions on my hard drive on my laptop and my sdcard has 2 partitions (in liunx the first of almost everything is 0 instead of 1).
Those ARE real partitions... but the storage isn't exactly like a hard disk drive. All of the information is saved on memory chips in the phone, whereas a hard disk drive (HDD) uses magnetic dust to signify bits (if more dust is on the top of the sector it's a 1, and if more dust is down it's a zero). Also, there are MANY more Android partitions than the partitions that you listed.... using the "cat" command you can print a text file to the screen in linux (including Android) and the /proc/ folder has a bunch of text files with information about your device. Typing the command "cat /proc/partitions" on my ZTE prints this out...
$ cat /proc/partitions
major minor #blocks name
253 0 196608 zram0
179 0 7634944 mmcblk0
179 1 8192 mmcblk0p1
179 2 8192 mmcblk0p2
179 3 8192 mmcblk0p3
179 4 8192 mmcblk0p4
179 5 8192 mmcblk0p5
179 6 8192 mmcblk0p6
179 7 8192 mmcblk0p7
179 8 16384 mmcblk0p8
179 9 16384 mmcblk0p9
179 10 8192 mmcblk0p10
179 11 90112 mmcblk0p11
179 12 49152 mmcblk0p12
179 13 49152 mmcblk0p13
179 14 8192 mmcblk0p14
179 15 8192 mmcblk0p15
179 16 16384 mmcblk0p16
179 17 8192 mmcblk0p17
179 18 8192 mmcblk0p18
179 19 8192 mmcblk0p19
179 20 8192 mmcblk0p20
179 21 8192 mmcblk0p21
179 22 8192 mmcblk0p22
179 23 8192 mmcblk0p23
179 24 1024 mmcblk0p24
179 25 8192 mmcblk0p25
179 26 8192 mmcblk0p26
179 27 32768 mmcblk0p27
179 28 540672 mmcblk0p28
179 29 2621440 mmcblk0p29
179 30 4030447 mmcblk0p30
179 64 4096 mmcblk0rpmb
179 128 31260672 mmcblk1
179 129 31256576 mmcblk1p1
254 0 4030431 dm-0
Each of those partitions stores different information in them. One is the cache partition, which is where all app data is stored. One is for the baseband (cellular radio chip), zram0 is RAM, system contains the Android system file (like c:\windows). Nowadays, there is an frp partition to lock the device if someone attempts to factory reset the device, the account information is still maintained (as the data and cache partitions are formatted but frp isn't, and therefore Android won't let you in unless you supply the username and password). The laf partition has to do with Fastboot (a PC command line program to change the partitions) and there are also vendor, firmware, carrier, and several others that I don't know the purpose of.
I hope this helped you and maybe some other people.

Related

Help: JF1.41, Apps and Data on SD - No space error

Sorry, for creating a new thread, but the others are getting so deep reading through them, and I have seen a few others with this problem, moving /data/app and /data/data
Below is EVERYTHING I have done. Ive installed the modded JF1.41 that includes the modded mountd.conf and init.rc. Everything works.. essentially.
busybox df -h shows the proper mount as /system/sd, system/sd exists.
init.rc contains
mount ext2 /dev/mmcblk0p2 /system/sd noatime nodiratime
mountd.conf contains
block_device /dev/block/mmcblk0p1
The commands I run are
busybox cp -a /data/app /system/sd
rm -r /data/app
ln -s /system/sd/app /data/app
busybox cp -a /data/app-private /system/sd/app-private
rm -r /data/app-private
ln -s /system/sd/app-private /data/app-private
cp -a /data/data /system/sd
rm -r /data/data
ln -s /system/sd/data /data/data
reboot, and I get the error.
Ok I've narrowed it down to the data/data move.
I did it again, this time using the Batch files that were posted in the other thread(Great work!) Everything worked until I moved the /data/data..
adb shell mkdir /system/sd/data
adb shell cp -rp /data/data /system/sd
adb shell rm -r /data/data
adb shell ln -s /system/sd/data /data/data
These were the commands used. Please help
Immediately upon reversing this using
C:\Google\SDK\tools>adb shell
# rm -r /data/data
rm -r /data/data
# busybox cp -a /system/sd/data /data/data
busybox cp -a /system/sd/data /data/data
#
I was able to install applications again.
busybox df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 48.4M 0 48.4M 0% /dev
tmpfs 4.0M 0 4.0M 0% /sqlite_stmt_journals
/dev/block/mtdblock3 67.5M 64.0M 3.5M 95% /system
/dev/block/loop0 1.5M 1.5M 0 100% /system/modules
/dev/block/loop1 3.1M 3.1M 0 100% /system/xbin
/dev/mmcblk0p2 2.3G 6.8M 2.1G 0% /system/sd
/dev/block/mtdblock5 74.8M 9.9M 64.8M 13% /data
/dev/block/mtdblock4 67.5M 1.1M 66.4M 2% /cache
/dev/block/mmcblk0p1 5.2G 1.4G 3.8G 27% /sdcard
I have created a large partition, 2.3GB on an 8GB c6, so its not a space issue, I have previously formated the ext2 partition with paragon and still have the problem. When I move /data/data my phone displays 67MB free. Thats when the problems arrise.
the /data dir should look like this
#
Code:
cd /data
cd /data
# ls -l
ls -l
drwxrwxrwx 1 1000 1000 2048 Jan 25 07:23 anr
lrwxrwxrwx 1 0 0 14 Jan 25 07:35 app -> /system/sd/app
lrwxrwxrwx 1 0 0 22 Jan 25 07:36 app-private -> /system/s
d/app-private
drwxrwx--x 1 1000 1000 2048 Jan 25 21:24 dalvik-cache
lrwxrwxrwx 1 0 0 15 Jan 28 02:53 data -> /system/sd/data
drwxrwx--x 1 2000 2000 2048 Jan 25 07:23 local
drwxrwx--- 1 0 0 2048 Jan 25 07:23 lost+found
drwxrwx--t 1 1000 9998 2048 Jan 25 07:23 misc
drwx------ 1 0 0 2048 Jan 25 07:23 property
drwxrwxr-x 1 1000 1000 2048 Jan 25 07:23 system
#
/data/data dir on the sdcard should look like something like this:
Code:
# ls -l
ls -l
drwxr-xr-x 3 10028 10028 4096 Jan 25 07:36 bz.ktk.bubble
drwxr-xr-x 4 10079 10079 4096 Jan 25 08:31 com.NamcoNetworks.PacMan
drwxr-xr-x 5 10076 10076 4096 Jan 25 07:37 com.acme.android.powerma
nager
drwxr-xr-x 3 10002 10002 4096 Jan 25 07:23 com.amazon.mp3
drwxr-xr-x 4 10026 10026 4096 Jan 25 07:23 com.android.alarmclock
drwxr-xr-x 4 10032 10032 4096 Jan 25 07:36 com.android.app.schwarz
drwxr-xr-x 10 10025 10025 4096 Jan 28 04:27 com.android.browser
drwxr-xr-x 3 10024 10024 4096 Jan 25 07:23 com.android.bugreport
drwxr-xr-x 3 10023 10023 4096 Jan 25 07:23 com.android.calculator2
drwxr-xr-x 4 10022 10022 4096 Jan 25 07:23 com.android.calendar
drwxr-xr-x 3 10016 10016 4096 Jan 25 07:23 com.android.camera
drwxr-xr-x 4 10018 10018 4096 Jan 25 07:23 com.android.contacts
drwxr-xr-x 3 10072 10072 4096 Jan 25 07:37 com.android.development
drwxr-xr-x 3 10021 10021 4096 Jan 25 07:23 com.android.email
drwxr-xr-x 3 10018 10018 4096 Jan 25 07:23 com.android.googlesearch
drwxr-xr-x 3 10019 10019 4096 Jan 25 07:23 com.android.htmlviewer
drwxr-xr-x 4 10018 10018 4096 Jan 25 07:23 com.android.launcher
drwxr-xr-x 4 10015 10015 4096 Jan 25 07:23 com.android.mms
drwxr-xr-x 3 10014 10014 4096 Jan 25 07:23 com.android.music
drwxr-xr-x 4 10013 10013 4096 Jan 25 07:23 com.android.packageinsta
ller
drwxr-xr-x 4 1001 1001 4096 Jan 25 07:23 com.android.phone
drwxr-xr-x 4 10022 10022 4096 Jan 25 07:23 com.android.providers.ca
lendar
drwxr-xr-x 4 10018 10018 4096 Jan 25 07:23 com.android.providers.co
ntacts
drwxr-xr-x 4 10016 10016 4096 Jan 25 07:23 com.android.providers.do
wnloads
drwxr-xr-x 4 10016 10016 4096 Jan 25 07:23 com.android.providers.dr
m
drwxr-xr-x 4 10018 10018 4096 Jan 25 07:23 com.android.providers.im
drwxr-xr-x 4 10016 10016 4096 Jan 25 07:23 com.android.providers.me
dia
drwxr-xr-x 4 1000 1000 4096 Jan 25 07:23 com.android.providers.se
ttings
drwxr-xr-x 5 1000 1000 4096 Jan 25 07:23 com.android.providers.su
bscribedfeeds
drwxr-xr-x 4 1001 1001 4096 Jan 25 07:23 com.android.providers.te
lephony
drwxr-xr-x 5 1000 1000 4096 Jan 25 07:23 com.android.settings
drwxr-xr-x 3 10012 10012 4096 Jan 25 07:23 com.android.setupwizard
drwxr-xr-x 3 10011 10011 4096 Jan 25 07:23 com.android.soundrecorde
r
drwxr-xr-x 3 10008 10008 4096 Jan 25 07:23 com.android.sync
drwxr-xr-x 4 10001 10001 4096 Jan 25 07:23 com.android.term
drwxr-xr-x 3 10073 10073 4096 Jan 25 07:37 com.android.trystania.vo
lumecontrol
drwxr-xr-x 3 10006 10006 4096 Jan 25 07:23 com.android.updater
drwxr-xr-x 6 10005 10005 4096 Jan 28 04:26 com.android.vending
drwxr-xr-x 5 10004 10004 4096 Jan 28 14:29 com.android.voicedialer
drwxr-xr-x 3 10033 10033 4096 Jan 25 07:36 com.appdroid.anycut
drwxr-xr-x 3 10034 10034 4096 Jan 25 07:36 com.appdroid.videoplayer
drwxr-xr-x 5 10027 10027 4096 Jan 28 05:26 com.biggu.shopsavvy
drwxr-xr-x 6 10029 10029 4096 Jan 28 05:56 com.compareeverywhere
drwxr-xr-x 3 10037 10037 4096 Jan 25 07:37 com.dynamix.mobile.Smart
TacToe
drwxr-xr-x 4 10053 10053 4096 Jan 25 07:37 com.evancharlton.g1centr
al
drwxr-xr-x 4 10060 10060 4096 Jan 25 07:37 com.fsck.k9
drwxr-xr-x 4 10075 10075 4096 Jan 25 07:37 com.geekyouup.android.bo
okmarker
drwxr-xr-x 3 10000 10000 4096 Jan 25 07:23 com.google.android.apps.
gtalkservice
drwxr-xr-x 6 10017 10017 4096 Jan 25 07:23 com.google.android.apps.
maps
drwxr-xr-x 3 10038 10038 4096 Jan 25 07:37 com.google.android.apps.
uploader
drwxr-xr-x 3 10039 10039 4096 Jan 25 07:37 com.google.android.check
ers
drwxr-xr-x 3 10040 10040 4096 Jan 25 07:37 com.google.android.chess
drwxr-xr-x 6 10020 10020 4096 Jan 25 07:23 com.google.android.gm
drwxr-xr-x 4 10000 10000 4096 Jan 25 07:23 com.google.android.googl
eapps
drwxr-xr-x 4 10000 10000 4096 Jan 25 07:23 com.google.android.provi
ders.gmail
drwxr-xr-x 3 10010 10010 4096 Jan 25 07:23 com.google.android.stree
t
drwxr-xr-x 3 1000 1000 4096 Jan 25 07:23 com.google.android.syste
mupdater
drwxr-xr-x 3 10007 10007 4096 Jan 25 07:23 com.google.android.talk
drwxr-xr-x 5 10003 10003 4096 Jan 25 07:23 com.google.android.youtu
be
drwxr-xr-x 3 10041 10041 4096 Jan 25 07:37 com.google.tts
drwxr-xr-x 6 10031 10031 4096 Jan 28 05:46 com.google.zxing.client.
android
drwxr-xr-x 3 1001 1001 4096 Jan 25 07:23 com.htc.fieldtest
drwxr-xr-x 3 10043 10043 4096 Jan 25 07:37 com.ideal.speakingpad
drwxr-xr-x 6 10030 10030 4096 Jan 25 07:36 com.imeem.gynoid
drwxr-xr-x 4 10009 10009 4096 Jan 25 07:23 com.koushikdutta.superus
er
drwxr-xr-x 3 10045 10045 4096 Jan 25 07:37 com.metago.astro
drwxr-xr-x 3 10046 10046 4096 Jan 25 07:37 com.metaworldsolutions.a
ndroid.ruler
drwxr-xr-x 3 10047 10047 4096 Jan 25 07:37 com.mmg.appin
drwxr-xr-x 4 10049 10049 4096 Jan 25 07:37 com.p1.chompsms
drwxr-xr-x 5 10050 10050 4096 Jan 25 07:37 com.quirkconsulting.tick
er
drwxr-xr-x 4 10051 10051 4096 Jan 25 07:37 com.rerware.android.MyBa
ckup
drwxr-xr-x 3 10052 10052 4096 Jan 25 07:37 com.rerware.android.MyBo
okmarks
drwxr-xr-x 3 10074 10074 4096 Jan 25 07:37 com.schwimmer.andrew.tog
gleair
drwxr-xr-x 3 10054 10054 4096 Jan 25 07:37 com.schwimmer.android.to
gglebluetooth
drwxr-xr-x 3 10055 10055 4096 Jan 25 07:37 com.schwimmer.android.to
gglewifi
drwxr-xr-x 4 10057 10057 4096 Jan 25 07:37 com.skwid.systemmonitor
drwxr-xr-x 4 10058 10058 4096 Jan 25 07:37 com.starobject.android.s
tarcontact
drwxr-xr-x 6 10071 10071 4096 Jan 28 04:26 com.stylem.wallpapers
drwxr-xr-x 3 10061 10061 4096 Jan 25 07:37 com.swwomm.ringtoggle
drwxr-xr-x 3 10077 10077 4096 Jan 25 07:37 com.taskManager.rootTask
Manager
drwxr-xr-x 5 10062 10062 4096 Jan 25 07:37 com.weather.Weather
drwxr-xr-x 3 10066 10066 4096 Jan 25 07:37 koushikdutta.screenshot
drwxr-xr-x 3 10068 10068 4096 Jan 25 07:37 org.mmin.handycalc
drwxr-xr-x 3 10069 10069 4096 Jan 25 07:37 org.openintents.flashlig
ht
drwxr-xr-x 3 10070 10070 4096 Jan 25 07:37 posimotion.Tic_Tac_Toe
#
cd data
Code:
# ls -l
ls -l
drwxrwxrwx 1 1000 1000 2048 Jan 28 20:17 anr
lrwxrwxrwx 1 0 0 14 Jan 28 20:52 app -> /system/sd/app
lrwxrwxrwx 1 0 0 22 Jan 28 20:52 app-private -> /system/s
d/app-private
drwxrwx--x 1 1000 1000 2048 Jan 28 20:17 dalvik-cache
lrwxrwxrwx 1 0 0 15 Jan 28 23:33 data -> /system/sd/data
drwxrwx--x 1 2000 2000 2048 Jan 28 20:17 local
drwxrwx--- 1 0 0 2048 Jan 28 20:17 lost+found
drwxrwx--t 1 1000 9998 2048 Jan 28 20:17 misc
drwx------ 1 0 0 2048 Jan 28 20:17 property
drwxrwxr-x 1 1000 1000 2048 Jan 28 20:17 system
#
cd system/sd/data
Code:
cd ..
# cd system
cd system
# cd sd
cd sd
# cd data
cd data
# ls -l
ls -l
drwxr-xr-x 4 10034 10034 1024 Jan 28 21:22 com.acme.android.powerma
nager
drwxr-xr-x 3 10002 10002 1024 Jan 28 20:17 com.amazon.mp3
drwxr-xr-x 4 10027 10027 1024 Jan 28 20:17 com.android.alarmclock
drwxr-xr-x 10 10026 10026 1024 Jan 28 20:17 com.android.browser
drwxr-xr-x 3 10025 10025 1024 Jan 28 20:17 com.android.bugreport
drwxr-xr-x 3 10024 10024 1024 Jan 28 20:17 com.android.calculator2
drwxr-xr-x 4 10023 10023 1024 Jan 28 20:17 com.android.calendar
drwxr-xr-x 3 10017 10017 1024 Jan 28 20:17 com.android.camera
drwxr-xr-x 3 10014 10014 1024 Jan 28 20:17 com.android.contacts
drwxr-xr-x 3 10022 10022 1024 Jan 28 20:17 com.android.email
drwxr-xr-x 3 10014 10014 1024 Jan 28 20:17 com.android.googlesearch
drwxr-xr-x 3 10020 10020 1024 Jan 28 20:17 com.android.htmlviewer
drwxr-xr-x 3 10019 10019 1024 Jan 28 20:17 com.android.im
drwxr-xr-x 3 10014 10014 1024 Jan 28 20:17 com.android.launcher
drwxr-xr-x 4 10016 10016 1024 Jan 28 20:17 com.android.mms
drwxr-xr-x 3 10015 10015 1024 Jan 28 20:17 com.android.music
drwxr-xr-x 3 10013 10013 1024 Jan 28 20:17 com.android.packageinsta
ller
drwxr-xr-x 4 1001 1001 1024 Jan 28 20:17 com.android.phone
drwxr-xr-x 4 10023 10023 1024 Jan 28 20:17 com.android.providers.ca
lendar
drwxr-xr-x 4 10017 10017 1024 Jan 28 20:17 com.android.providers.do
wnloads
drwxr-xr-x 4 10017 10017 1024 Jan 28 20:17 com.android.providers.dr
m
drwxr-xr-x 4 10014 10014 1024 Jan 28 20:17 com.android.providers.im
drwxr-xr-x 3 10019 10019 1024 Jan 28 20:17 com.android.providers.im
credential
drwxr-xr-x 4 10017 10017 1024 Jan 28 20:17 com.android.providers.me
dia
drwxr-xr-x 4 1000 1000 1024 Jan 28 20:17 com.android.providers.se
ttings
drwxr-xr-x 5 1000 1000 1024 Jan 28 20:17 com.android.providers.su
bscribedfeeds
drwxr-xr-x 4 1001 1001 1024 Jan 28 20:17 com.android.providers.te
lephony
drwxr-xr-x 5 1000 1000 1024 Jan 28 20:17 com.android.settings
drwxr-xr-x 3 10012 10012 1024 Jan 28 20:17 com.android.setupwizard
drwxr-xr-x 3 10011 10011 1024 Jan 28 20:17 com.android.soundrecorde
r
drwxr-xr-x 3 10008 10008 1024 Jan 28 20:17 com.android.sync
drwxr-xr-x 3 10001 10001 1024 Jan 28 20:17 com.android.term
drwxr-xr-x 3 10006 10006 1024 Jan 28 20:17 com.android.updater
drwxr-xr-x 5 10005 10005 1024 Jan 28 20:17 com.android.vending
drwxr-xr-x 3 10004 10004 1024 Jan 28 20:17 com.android.voicedialer
drwxr-xr-x 3 10037 10037 1024 Jan 28 21:09 com.angryredplanet.andro
id.rings_extended
drwxr-xr-x 3 10030 10030 1024 Jan 28 21:04 com.appdroid.anycut
drwxr-xr-x 5 10035 10035 1024 Jan 28 21:22 com.aws.android
drwxr-xr-x 3 10031 10031 1024 Jan 28 21:08 com.biggu.shopsavvy
drwxr-xr-x 3 10036 10036 1024 Jan 28 21:09 com.bonfiremedia.android
_ebay
drwxr-xr-x 3 10000 10000 1024 Jan 28 20:17 com.google.android.apps.
gtalkservice
drwxr-xr-x 3 10018 10018 1024 Jan 28 20:17 com.google.android.apps.
maps
drwxr-xr-x 6 10021 10021 1024 Jan 28 20:17 com.google.android.gm
drwxr-xr-x 4 10000 10000 1024 Jan 28 20:17 com.google.android.googl
eapps
drwxr-xr-x 4 10000 10000 1024 Jan 28 20:17 com.google.android.provi
ders.gmail
drwxr-xr-x 3 10039 10039 1024 Jan 28 21:10 com.google.android.radar
drwxr-xr-x 3 10010 10010 1024 Jan 28 20:17 com.google.android.stree
t
drwxr-xr-x 3 10007 10007 1024 Jan 28 20:17 com.google.android.talk
drwxr-xr-x 3 10003 10003 1024 Jan 28 20:17 com.google.android.youtu
be
drwxr-xr-x 3 10038 10038 1024 Jan 28 21:09 com.google.tts
drwxr-xr-x 3 1001 1001 1024 Jan 28 20:17 com.htc.fieldtest
drwxr-xr-x 3 10009 10009 1024 Jan 28 20:17 com.koushikdutta.superus
er
drwxr-xr-x 3 10029 10029 1024 Jan 28 20:58 com.myspace.android
drwxr-xr-x 3 10032 10032 1024 Jan 28 21:08 com.ringdroid
drwxr-xr-x 3 10033 10033 1024 Jan 28 21:08 com.shazam.android
drwxr-xr-x 5 10014 10014 1024 Jan 28 20:17 com.tmobile.myfaves
drwxr-xr-x 5 10028 10028 1024 Jan 28 20:27 com.weather.Weather
#
Looks right, not sure why I'm getting the error, as I am using the Data2ext2.bat which as stated above contains
Code:
adb shell mkdir /system/sd/data
adb shell cp -rp /data/data /system/sd
adb shell rm -r /data/data
adb shell ln -s /system/sd/data /data/data
Have rebooted afterwards with and without the USB cable attached to the computer.
Thanks so much for any help!
Has anyone else encountered the insuffecient space problem after the /data/data move that has found a fix for it?
I am also using rc30 mod(1.41) not ADP1.
forceshield said:
Has anyone else encountered the insuffecient space problem after the /data/data move that has found a fix for it?
I am also using rc30 mod(1.41) not ADP1.
Click to expand...
Click to collapse
i did before but i only moved apk files at that time... i reinstalled jf41.. now also you using the old command to move data/data ... see the updated thread will fix your issues with foreclosing and possibly the low space..
I've had the same issue as well. I downloaded an application from a site OTA and had the "low disk space" issue. I could download to pc and put the application on the SD card manually and that works fine.

Using dt a2sd, why my internal gets full again?

Hi
I'm using darktremor's a2sd. I've configured it to move apps and data to sd, but not dalvik cache.
Now i have installed around 90 apps, the ext4 partition of sd has 795mb free space and internal memory has 15mb of space. This my /data:
Code:
drwxrwxr-x 1 system system 2048 Apr 3 12:01 anr
lrwxrwxrwx 1 root root 11 Apr 3 20:25 app -> /sd-ext/app
lrwxrwxrwx 1 root root 19 Apr 3 20:25 app-private -> /sd-ext/app-private
drwx------ 1 system system 2048 Apr 3 20:31 backup
drwxrwx--x 1 system system 2048 Apr 3 06:21 dalvik-cache
lrwxrwxrwx 1 root root 12 Mar 29 21:17 data -> /sd-ext/data
drwxr-x--- 1 root log 2048 Mar 29 20:20 dontpanic
-rw-rw-rw- 1 root root 83017 Apr 3 20:31 dta2sd.log
drwxrwx--x 1 shell shell 2048 Mar 29 20:20 local
drwxrwx--- 1 root root 2048 Mar 29 20:20 lost+found
drwxrwx--t 1 system misc 2048 Apr 3 21:10 misc
drwx------ 1 root root 2048 Apr 3 20:25 property
drwxrwxrwx 1 system system 2048 Mar 29 20:24 sdcard
drwx------ 1 system system 2048 Mar 29 20:21 secure
drwxrwxr-x 1 system system 2048 Apr 3 21:28 system
drwxr-xr-x 1 system system 2048 Apr 2 20:40 tombstones
As the output of ls shows, i have /data/data linked to sd. So what has used my internal memory?
I'm using MIUI 2.3.23 on htc desire.
Sent from my HTC Desire using XDA

[Q] Running X Server on the atrix 2

Hi. I saw and interesting blog post where someone was able to run arch linux on a nook color and run X server directly.
thomaspolasek.blogspot.ca/2012/04/arch-linux-lxde-w-xorg-mouse-keyboard_16.html
So I tried to do this with the Atrix 2, and managed to get Arch working fine through chroot but when I try startx there is a problem accessing the virtual terminal and I get this error.
Code:
Fatal server error:
xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)
So I checked /dev and found tty, tty00 tty01. Assuming that they were simply named differently by the kernel I symblinked tty0 > tty, but unfortunately I get this error
Code:
Fatal server error:
xf86OpenConsole: Cannot find a free VT: Invalid argument
So I'm wondering if there is there any workaround that will allow X to use the VT? Or is some sort of kernel patch/module required? (wich I don't think would be possible due to the locked bootloader)
Also might it be possible to point X to the VT used by webtop?
bump
usus transformer infinity t700t
Alias.TDP said:
bump
Click to expand...
Click to collapse
When I read the article it seemed like a custom kernel was installed. Stock kernels may not be compiled with VT support, anyhow
my t700t is as follows
ls -l /dev/tty*
[email protected]:/dev# ls tty*
tty tty0 tty1 tty2 ttyFIQ0 ttyHS1 ttyHS2 ttyHS3 ttyHS4 ttyS0 ttyS1 ttyS2 ttyS3
[email protected]:/dev# ls -l tty*
crw-rw-rw- 1 root root 5, 0 May 11 17:58 tty
lrwxrwxrwx 1 root root 3 May 12 14:45 tty0 -> tty
lrwxrwxrwx 1 root root 5 May 12 14:44 tty1 -> ttyS1
lrwxrwxrwx 1 root root 5 May 12 14:44 tty2 -> ttyS2
crw------- 1 root root 254, 0 May 11 17:58 ttyFIQ0
crw-rw-r-- 1 root system 244, 1 May 12 14:26 ttyHS1
crw-rw---- 1 bluetooth bluetooth 244, 2 May 11 17:58 ttyHS2
crw------- 1 root root 244, 3 May 11 17:58 ttyHS3
crw------- 1 root root 244, 4 May 11 17:58 ttyHS4
crw------- 1 root root 4, 64 May 11 17:58 ttyS0
crw------- 1 root root 4, 65 May 11 17:58 ttyS1
crw------- 1 root root 4, 66 May 11 17:58 ttyS2
crw------- 1 root root 4, 67 May 11 17:58 ttyS3
[email protected]:/dev#
I added the -> links myself...
when I run x (using Xorg to start it) it tells me:
Current Operating System: Linux android-fe30b4a8071b23ff 3.1.10-00001-gdc9b6cf #1 SMP PREEMPT Fri Dec 28 19:02:52 CST 2012 armv7l
Kernel command line: tegra_wdt.heartbeat=30 tegraid=30.1.3.0.0 [email protected] commchip_id=0 androidboot.serialno=015d2a508b080209 androidboot.commchip_id=0 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,0 usbcore.old_scheme_first=1 [email protected] [email protected] core_edp_mv=0 audio_codec=wm8903 board_info=245:0:44:de:28 tegraboot=sdmmc gpt gpt_sector=124174335 android.kerneltype=normal androidboot.productid=0x04 androidboot.carrier=wifi-only
Build Date: 11 April 2013 01:10:43PM
so the console is using ttys0 at 155baud
so I'm going to have a look at VT support, though I probably need a custom kernel to get it up and running.
---------- Post added at 04:21 PM ---------- Previous post was at 04:02 PM ----------
here's a list of devices on my t770t as reported by sysfs
[email protected]:/sys# ls -l dev/char/ | grep tty
lrwxrwxrwx 1 root root 0 May 12 15:12 244:1 -> ../../devices/platform/tegra_uart.1/tty/ttyHS1
lrwxrwxrwx 1 root root 0 May 12 15:12 244:2 -> ../../devices/platform/tegra_uart.2/tty/ttyHS2
lrwxrwxrwx 1 root root 0 May 12 15:12 244:3 -> ../../devices/platform/tegra_uart.3/tty/ttyHS3
lrwxrwxrwx 1 root root 0 May 12 15:12 244:4 -> ../../devices/platform/tegra_uart.4/tty/ttyHS4
lrwxrwxrwx 1 root root 0 May 12 15:12 254:0 -> ../../devices/virtual/tty/ttyFIQ0
lrwxrwxrwx 1 root root 0 May 12 15:12 4:64 -> ../../devices/platform/serial8250/tty/ttyS0
lrwxrwxrwx 1 root root 0 May 12 15:12 4:65 -> ../../devices/platform/serial8250/tty/ttyS1
lrwxrwxrwx 1 root root 0 May 12 15:12 4:66 -> ../../devices/platform/serial8250/tty/ttyS2
lrwxrwxrwx 1 root root 0 May 12 15:12 4:67 -> ../../devices/platform/serial8250/tty/ttyS3
lrwxrwxrwx 1 root root 0 May 12 15:12 5:0 -> ../../devices/virtual/tty/tty
lrwxrwxrwx 1 root root 0 May 12 15:12 5:1 -> ../../devices/virtual/tty/console
lrwxrwxrwx 1 root root 0 May 12 15:12 5:2 -> ../../devices/virtual/tty/ptmx
[email protected]
You can start xorg as follows
Xorg vt##
replacing ## with the number of the vt e.g.
Xorg vt0
This gives me a mix of three sperate errors, a file not found if the vt# isn't in /dev/vtt#, and io error if i symlink to a ttys and ad error saying the device doesn't exist if i symink tty0 to tty

Unofficial TWRPs for devices without source code

Hey guys,
I've begun this thread for all those who have devices which don't have a source code and as a result, no TWRP.
You can request a TWRP on this thread for those devices. Since these are not official builds, they won't be available on TWRP website, only here.
You need to post these things for getting a TWRP.
1. recovery.img of your device
2. Install DiskInfo from Play Store, enable the following settings in the Diskinfo app
Code:
Show mount path
Show partition name
Show file system
Expert mode
Unmounted partitions
Device Mapper partitions
Temporary filesystems
and post screenshots of the app.
3. Install any root explorer and send screenshots of /dev, /dev/block directory and /dev/block/platform/whateverfoldersarehere/ directory
4. Screen resolution of your device (720x1280 for example)
After this, wait for a few days until I post your TWRP recovery.
While requesting for the first time, do not quote this post, just mention me by
Code:
@Augustoandro
It will help in keeping the thread clean.
Here are the already available 100% working and validated recoveries:
1.Micromax Canvas Juice 3+ a.k.a. Micromax Q394:
https://mega.nz/#!OF8USCJA!ZfoNcfVegFIw6qjHN2az-Ni7n85xFEo4-ZaTSGZasvE
2.Chuwi Hi8 Air (Ported by Kellwa):
Move to this thread:
https://forum.xda-developers.com/android/software/recovery-chuwi-hi8-air-twrp-t3875196
3. Doogee S90:
https://mega.nz/#!zJ9W3A4D!ZrfLAguHW5cBJ0fPsbeo0blG2a1d-lrdruNGo4m3Q-U
Note: Flash the zip from the thread below to disable dm-verity and forceencrypt, so that your TWRP can run without encryption errors.
https://forum.xda-developers.com/android/software/universal-dm-verity-forceencrypt-t3817389
Below are the recoveries that haven't been tested or have bugs. Feel free to work on them and make them better. But notify me when you do so, so that I can provide the improved TWRP through this thread to others.
1. Archos 50B Neon:
https://mega.nz/#!WN9wCQYb!LF4SAuLrwuI6um351mAgFIVJpGWifNRlD8-esc8fGnw
2. Gionee A1 Plus:
https://mega.nz/#!PV0SkAbb!egNFZEZYgWukl0Pi1KSAO3WXxpjuKrNqemvdDOpPzDI
3. Honor 7C AUM-L41:
https://mega.nz/#!vV8mBCjL!m-adiDl95-DjXr6XjRLJW63iG2z-tQPwqdyUSczmZSE
4. Honor 7C LND-L29:
https://mega.nz/#!jM9kQKjB!KBvOKKkyqn5UsHkYjFotn3-w5qGzsMMFOhcxB0knEIg
Notes:
1. Archos 50B Neon has Reboot Menu issues.
2. Gionee A1 Plus hasn't been tested yet, please test it.
3. Honor 7C TWRPs have a bug due to which /data is encrypted by default.
Try flashing the "dm-verity and forceencrypt disabler zip" from the thread given below
https://forum.xda-developers.com/android/software/universal-dm-verity-forceencrypt-t3817389
If it works, contact me on this thread so that I can publish a new version TWRP for the Honor 7C devices with everything working.
CHANGELOG:
1. Fixed external sdcard or usb-otg not detected issue. Both can be read and used to flash files available in them.
2. ADB sideload fixed. Though it still shows "Starting ADB Sideload feature" when the feature is already working. You can check whether it works by typing this command
Code:
adb devices
If it shows output such as
Code:
1234567890ABCDEF sideload
then it means sideload is working.
TROUBLESHOOTING:
In case, the TWRP released upon your request shows that the partitions can't be mounted, send me the screenshot of the following command run from TWRP terminal.
Code:
find /dev/block -name by-name
THANKS TO CONTRIBUTORS WHO MADE THIS THREAD BETTER:
Thanks to @inguna for resolving the "SDCARD and USB-OTG not detected" bug and making MTP, ADB work.
Thanks to @seanybiker for pointing out the "dm-verity and forceencrypt disabler zip" thread and @avirus for testing out the zip and the Doogee S90 TWRP.
Also, thanks to @Zackptg5 for his work on "dm-verity and forceencrypt disabler zip".
Thanks to @aIecxs for pointing out that the mount paths of partitions in recovery boot might be different from normal boot, and also providing the troubleshooting method, in case such a situation occurs.
In case, you want to port a TWRP yourself, feel free to check out this guide:
https://forum.xda-developers.com/android/general/guide-porting-twrp-source-t3843473
Feel free to donate through the paypal link below if you appreciate my efforts
https://www.paypal.me/augustoandro54
HIT THANKS IF FOUND USEFUL
Augustoandro said:
3. Install any root explorer and send screenshots of /dev/block directory and /dev/block/platform/whateverfoldersarehere/ directory
Click to expand...
Click to collapse
Sir without root how can someone able to go through the above quoted partition...?
HemanthJabalpuri said:
Sir without root how can someone able to go through the above quoted partition...?
Click to expand...
Click to collapse
Go into the Magisk thread, there are installation instructions for rooting using a patched boot.img
Flash the boot.img using fastboot.
Now, you have root on your device and can use any root explorer.
Augustoandro said:
Go into the Magisk thread, there are installation instructions for rooting using a patched boot.img
Flash the boot.img using fastboot.
Now, you have root on your device and can use any root explorer.
Click to expand...
Click to collapse
Sir all requirements are available in https://forum.xda-developers.com/android/help/recovery-lava-a72-s205-t3823309 and also twrp is there....
It is ported using auto-porter by hovatek..
But its touch is not working....
HemanthJabalpuri said:
Sir all requirements are available in https://forum.xda-developers.com/android/help/recovery-lava-a72-s205-t3823309 and also twrp is there....
It is ported using auto-porter by hovatek..
But its touch is not working....
Click to expand...
Click to collapse
I requested for the things posted in the Original Post because many stock recovery.img have an incorrect recovery.fstab.
This happened in case of Micromax Q394, my own experience, resulting in OS Not Installed Error.
That's why I made those requests for screenshots.
Btw, did you check whether the TWRP you have is showing OS Not Installed error or not?
Just try rebooting to system to check that.
Augustoandro said:
I requested for the things posted in the Original Post because many stock recovery.img have an incorrect recovery.fstab.
This happened in case of Micromax Q394, my own experience, resulting in OS Not Installed Error.
That's why I made those requests for screenshots.
Btw, did you check whether the TWRP you have is showing OS Not Installed error or not?
Just try rebooting to system to check that.
Click to expand...
Click to collapse
No error...sir
Sir is there any other things required?...
HemanthJabalpuri said:
No error...sir
Sir is there any other things required?...
Click to expand...
Click to collapse
How did you reboot into system when touch was not working?
Did you go into the Reboot-> System button?
No other files are required other than the ones I mentioned.
Augustoandro said:
How did you reboot into system when touch was not working?
Did you go into the Reboot-> System button?
Click to expand...
Click to collapse
Pulling battery
HemanthJabalpuri said:
Pulling battery
Click to expand...
Click to collapse
I have your stock recovery.img, I can create a TWRP but don't expect it to work since you haven't provided all the files I asked for.
I looked at the way Hovatek tool works, if the stock recovery.img has an incorrect recovery.fstab, the TWRP ported using Hovatek tool would be faulty even if it boots up.
Therefore, please provide the mentioned screenshots.
Augustoandro said:
I have your stock recovery.img, I can create a TWRP but don't expect it to work since you haven't provided all the files I asked for.
I looked at the way Hovatek tool works, if the stock recovery.img has an incorrect recovery.fstab, the TWRP ported using Hovatek tool would be faulty even if it boots up.
Therefore, please provide the mentioned screenshots.
Click to expand...
Click to collapse
Presently I didnt have device sir...
I will provide later
HemanthJabalpuri said:
Presently I didnt have device sir...
I will provide later
Click to expand...
Click to collapse
Ok
Honor 7C (LND-L29) - Qualcomm SDM450
1. Honor 7C Stock.zip
2. Blocks below
3. 720x1440
Thanks a lot in advance
inguna said:
Honor 7C (LND-L29) - Qualcomm SDM450
1. Honor 7C Stock.zip
2. Blocks below
3. 720x1440
Thanks a lot in advance
Click to expand...
Click to collapse
Please provide some other link for stock recovery.
Augustoandro said:
Please provide some other link for stock recovery.
Click to expand...
Click to collapse
Hi, I have changed it to google drive. Thank you
inguna said:
Hi, I have changed it to google drive. Thank you
Click to expand...
Click to collapse
Send me screenshot of /dev directory or output of
Code:
ls -al /dev
, I have a small doubt with respect to the boot and recovery partition.
Augustoandro said:
Send me screenshot of /dev directory or output of
Code:
ls -al /dev
, I have a small doubt with respect to the boot and recovery partition.
Click to expand...
Click to collapse
Sorry about the wait. I will do it as soon as I get a chance
Augustoandro said:
Send me screenshot of /dev directory or output of
Code:
ls -al /dev
, I have a small doubt with respect to the boot and recovery partition.
Click to expand...
Click to collapse
HWLND-Q:/ # ls -al /dev
total 4
drwxr-xr-x 18 root root 3880 2018-08-27 15:46 .
drwxrwxrwt 28 root root 1100 1970-04-06 15:12 ..
---------- 1 root root 0 1970-04-06 15:12 .coldboot_done
drwx--x--x 2 root root 2260 1970-04-06 15:12 __properties__
crw-rw-r-- 1 system system 227, 0 1970-04-06 15:12 adsprpc-smd
crw------- 1 root root 10, 35 1970-04-06 15:12 android_mbim
crw------- 1 root root 10, 26 1970-04-06 15:12 android_rndis_qc
crw------- 1 root root 241, 3 1970-04-06 15:12 apr_apps2
crw-rw-rw- 1 root root 10, 54 1970-04-06 15:12 ashmem
crw-r----- 1 radio radio 233, 0 1970-04-06 15:12 at_usb0
crw------- 1 root root 233, 1 1970-04-06 15:12 at_usb1
crw-rw---- 1 system audio 229, 0 1970-04-06 15:12 avtimer
crw-rw-rw- 1 root root 10, 61 1970-04-06 15:12 binder
drwxr-xr-x 4 root root 1740 1970-04-06 15:12 block
crw------- 1 root root 10, 28 1970-04-06 15:12 ccid_bulk
crw------- 1 root root 10, 29 1970-04-06 15:12 ccid_ctrl
crw------- 1 root root 5, 1 1970-04-06 15:12 console
crw------- 1 root root 10, 41 1970-04-06 15:12 cpu_dma_latency
drwxr-xr-x 3 system system 0 1970-04-06 15:12 cpuctl
drwxr-xr-x 10 system system 0 1970-04-06 15:12 cpuset
crw------- 1 root root 10, 236 1970-04-06 15:12 device-mapper
crw-rw---- 1 system oem_2901 240, 0 1970-04-06 15:12 diag
crw-rw---- 1 usb usb 10, 30 1970-04-06 15:12 dpl_ctrl
crw-rw---- 1 system dsm 10, 254 1970-04-06 15:12 dsm
crw-rw---- 1 root root 10, 23 1970-04-06 15:12 dubai
-rw-r--r-- 1 logd logd 24 1970-04-06 15:12 event-log-tags
lrwxrwxrwx 1 root root 13 1970-04-06 15:12 fd -> /proc/self/fd
crw-rw---- 1 system system 232, 0 1970-04-06 15:12 fingerprint
dr-xr-xr-x 23 root root 0 1970-04-06 15:12 frz
drwxrwx--- 2 root system 40 2018-08-27 15:46 fscklogs
crw-rw-rw- 1 root root 1, 7 1970-04-06 15:12 full
crw------- 1 root root 10, 229 1970-04-06 15:12 fuse
drwxr-xr-x 2 root root 80 1970-04-06 15:12 graphics
crw-rw---- 1 system system 10, 48 1970-04-06 15:12 hw_bfm
crw------- 1 root root 10, 183 1970-04-06 15:12 hw_random
crw-rw-rw- 1 root root 10, 56 1970-04-06 15:12 hwbinder
crw-rw--w- 1 root system 10, 50 1970-04-06 15:12 hwlog_dubai
crw-rw--w- 1 root log 10, 52 1970-04-06 15:12 hwlog_exception
crw-rw--w- 1 root system 10, 51 1970-04-06 15:12 hwlog_jank
crw------- 1 root root 10, 62 1970-04-06 15:12 hwlog_mem
crw-rw---- 1 system system 10, 49 1970-04-06 15:12 hwlog_tag
crw------- 1 root root 89, 2 1970-04-06 15:12 i2c-2
crw------- 1 root root 89, 3 1970-04-06 15:12 i2c-3
crw-rw---- 1 media media 89, 5 1970-04-06 15:12 i2c-5
crw------- 1 root root 237, 0 1970-04-06 15:12 icesdcc
drwxr-xr-x 2 root root 180 2018-08-27 15:46 input
dr-xr-xr-x 4 system system 0 1970-04-06 15:12 iolimit
crw-rw-r-- 1 system system 10, 94 1970-04-06 15:12 ion
crw-rw---- 1 radio radio 250, 0 1970-04-06 15:12 ipa
crw-rw---- 1 radio radio 249, 0 1970-04-06 15:12 ipaNatTable
crw------- 1 root root 248, 0 1970-04-06 15:12 ipa_tethering_bridge
crw-rw---- 1 system camera 231, 0 1970-04-06 15:12 jpeg0
crw------- 1 root root 10, 57 1970-04-06 15:12 keychord
crw-rw-rw- 1 system system 239, 0 2018-08-27 16:45 kgsl-3d0
crw--w---- 1 root system 1, 11 1970-04-06 15:12 kmsg
crw------- 1 root root 10, 237 1970-04-06 15:12 loop-control
crw------- 1 root root 227, 2 1970-04-06 15:12 mdsprpc-smd
crw-rw-r-- 1 system system 246, 0 1970-04-06 15:12 mdss_rotator
crw-rw---- 1 system camera 251, 0 1970-04-06 15:12 media0
crw-rw---- 1 system camera 251, 1 2018-08-27 15:46 media1
crw-rw---- 1 system camera 251, 2 2018-08-27 15:46 media2
crw-rw---- 1 system camera 251, 3 2018-08-27 15:46 media3
drwx------ 3 root system 60 1970-04-06 15:12 memcg
crw------- 1 root root 10, 38 1970-04-06 15:12 memory_bandwidth
crw------- 1 root root 256, 0 1970-04-06 15:12 msm-rng
crw-rw---- 1 system audio 10, 77 1970-04-06 15:12 msm_aac
crw-rw---- 1 system audio 10, 85 1970-04-06 15:12 msm_aac_in
crw-rw---- 1 system audio 10, 75 1970-04-06 15:12 msm_alac
crw-rw---- 1 system audio 10, 70 1970-04-06 15:12 msm_amrnb
crw-rw---- 1 system audio 10, 82 1970-04-06 15:12 msm_amrnb_in
crw-rw---- 1 system audio 10, 69 1970-04-06 15:12 msm_amrwb
crw-rw---- 1 system audio 10, 65 1970-04-06 15:12 msm_amrwb_in
crw-rw---- 1 system audio 10, 68 1970-04-06 15:12 msm_amrwbplus
crw-rw---- 1 system audio 10, 74 1970-04-06 15:12 msm_ape
crw-rw---- 1 system audio 10, 93 1970-04-06 15:12 msm_audio_cal
crw-rw---- 1 system audio 10, 67 1970-04-06 15:12 msm_evrc
crw-rw---- 1 system audio 10, 83 1970-04-06 15:12 msm_evrc_in
crw------- 1 root root 10, 72 1970-04-06 15:12 msm_g711alaw
crw------- 1 root root 10, 80 1970-04-06 15:12 msm_g711alaw_in
crw------- 1 root root 10, 73 1970-04-06 15:12 msm_g711mlaw
crw------- 1 root root 10, 81 1970-04-06 15:12 msm_g711mlaw_in
crw-rw---- 1 system audio 10, 64 1970-04-06 15:12 msm_hweffects
crw-rw---- 1 system audio 10, 71 1970-04-06 15:12 msm_mp3
crw-rw---- 1 system audio 10, 76 1970-04-06 15:12 msm_multi_aac
crw-rw---- 1 system audio 10, 66 1970-04-06 15:12 msm_qcelp
crw-rw---- 1 system audio 10, 84 1970-04-06 15:12 msm_qcelp_in
crw-rw---- 1 system audio 10, 46 1970-04-06 15:12 msm_rtac
crw------- 1 root root 254, 0 1970-04-06 15:12 msm_sps
crw------- 1 root root 253, 0 1970-04-06 15:12 msm_thermal_query
crw-rw---- 1 system audio 10, 79 1970-04-06 15:12 msm_wma
crw-rw---- 1 system audio 10, 78 1970-04-06 15:12 msm_wmapro
crw-rw---- 1 root mtp 10, 27 1970-04-06 15:12 mtp_usb
crw------- 1 root root 10, 40 1970-04-06 15:12 network_latency
crw------- 1 root root 10, 39 1970-04-06 15:12 network_throughput
crw-rw-rw- 1 root root 1, 3 1970-04-06 15:12 null
drwxrwxr-x 2 root system 40 2018-08-27 16:43 oinv
crw------- 1 root root 10, 86 1970-04-06 15:12 pil_mss_ctl
crw-rw---- 1 radio vpn 108, 0 1970-04-06 15:12 ppp
crw------- 1 root root 10, 1 1970-04-06 15:12 psaux
crw-rw---- 1 system system 10, 24 1970-04-06 15:12 pta
crw-rw-rw- 1 root root 5, 2 2018-08-27 16:45 ptmx
drwxr-xr-x 2 root root 0 1970-01-01 03:00 pts
crw------- 1 root root 10, 60 1970-04-06 15:12 qce
crw-rw---- 1 system drmrpc 238, 0 1970-04-06 15:12 qseecom
crw-r----- 1 system system 81, 21 1970-04-06 15:12 radio0
crw-r----- 1 system system 10, 88 1970-04-06 15:12 ramdump_a506_zap
crw-r----- 1 system system 10, 44 1970-04-06 15:12 ramdump_adsp
crw-r----- 1 system system 10, 36 1970-04-06 15:12 ramdump_adsp_rh
crw-r----- 1 system system 10, 89 1970-04-06 15:12 ramdump_memshare_DIAG
crw-r----- 1 system system 10, 90 1970-04-06 15:12 ramdump_memshare_FTM
crw-r----- 1 system system 10, 91 1970-04-06 15:12 ramdump_memshare_GPS
crw-r----- 1 system system 10, 42 1970-04-06 15:12 ramdump_modem
crw-r----- 1 system system 10, 37 1970-04-06 15:12 ramdump_smem
crw-r----- 1 system system 10, 87 1970-04-06 15:12 ramdump_venus
crw-r----- 1 system system 10, 43 1970-04-06 15:12 ramdump_wcnss
crw-rw-rw- 1 root root 1, 8 1970-04-06 15:12 random
crw------- 1 root root 10, 103 1970-04-06 15:12 reset_magic
crw------- 1 root root 10, 92 1970-04-06 15:12 rfkill
crw-rw---- 1 usb usb 10, 34 1970-04-06 15:12 rmnet_ctrl
crw------- 1 root root 10, 33 1970-04-06 15:12 rmnet_ctrl1
crw------- 1 root root 10, 32 1970-04-06 15:12 rmnet_ctrl2
crw------- 1 root root 10, 31 1970-04-06 15:12 rmnet_ctrl3
crw-rw---- 1 system system 252, 0 1970-04-06 15:12 rtc0
crw-rw---- 1 system system 227, 1 1970-04-06 15:12 sdsprpc-smd
crw------- 1 root root 228, 0 1970-04-06 15:12 sensors
crw------- 1 root root 242, 1 1970-04-06 15:12 smd1
crw-rw---- 1 radio radio 242, 11 1970-04-06 15:12 smd11
crw-rw---- 1 bluetooth bluetooth 242, 2 2018-08-27 16:26 smd2
crw------- 1 root root 242, 21 1970-04-06 15:12 smd21
crw------- 1 root root 241, 1 1970-04-06 15:12 smd22
crw-rw---- 1 bluetooth bluetooth 242, 3 2018-08-27 16:43 smd3
crw------- 1 root root 242, 36 1970-04-06 15:12 smd36
crw-rw---- 1 system system 242, 4 1970-04-06 15:12 smd4
crw-rw---- 1 system system 242, 5 1970-04-06 15:12 smd5
crw-rw---- 1 system system 242, 6 1970-04-06 15:12 smd6
crw-rw---- 1 bluetooth bluetooth 242, 7 1970-04-06 15:12 smd7
crw------- 1 root root 242, 8 1970-04-06 15:12 smd8
crw------- 1 root root 241, 4 1970-04-06 15:12 smd_pkt_loopback
crw-r----- 1 radio radio 241, 0 1970-04-06 15:12 smdcntl0
crw-r----- 1 radio radio 241, 2 1970-04-06 15:12 smdcntl8
drwxr-xr-x 2 root root 1620 2018-08-27 15:46 snd
drwxr-xr-x 7 root root 860 2018-08-27 16:45 socket
crw------- 1 root root 10, 47 1970-04-06 15:12 srecorder
drwxr-xr-x 5 system system 100 1970-04-06 15:12 stune
crw-r----- 1 system system 245, 0 1970-04-06 15:12 subsys_a506_zap
crw-r----- 1 system system 245, 2 1970-04-06 15:12 subsys_adsp
crw-r----- 1 system system 245, 4 1970-04-06 15:12 subsys_modem
crw-r----- 1 system system 245, 1 1970-04-06 15:12 subsys_venus
crw-r----- 1 system system 245, 3 1970-04-06 15:12 subsys_wcnss
crw------- 1 root root 10, 53 1970-04-06 15:12 sw_sync
crw-rw-rw- 1 root root 5, 0 1970-04-06 15:12 tty
crw-rw---- 1 system vpn 10, 200 1970-04-06 15:12 tun
crw-rw---- 1 system bluetooth 10, 239 1970-04-06 15:12 uhid
crw-rw---- 1 system bluetooth 10, 223 1970-04-06 15:12 uinput
crw-rw---- 1 system system 236, 0 1970-04-06 15:12 uio0
crw-rw---- 1 system system 236, 1 1970-04-06 15:12 uio1
crw-rw-rw- 1 root root 1, 9 1970-04-06 15:12 urandom
drwxrwx--- 4 shell shell 80 1970-04-06 15:12 usb-ffs
crw-rw---- 1 root usb 10, 25 1970-04-06 15:12 usb_accessory
crw-rw---- 1 system system 10, 63 1970-04-06 15:12 usf1
crw-rw---- 1 system camera 81, 3 1970-04-06 15:12 v4l-subdev0
crw-rw---- 1 system camera 81, 4 1970-04-06 15:12 v4l-subdev1
crw-rw---- 1 system camera 81, 13 1970-04-06 15:12 v4l-subdev10
crw-rw---- 1 system camera 81, 14 1970-04-06 15:12 v4l-subdev11
crw-rw---- 1 system camera 81, 15 1970-04-06 15:12 v4l-subdev12
crw-rw---- 1 system camera 81, 16 1970-04-06 15:12 v4l-subdev13
crw-rw---- 1 system camera 81, 17 1970-04-06 15:12 v4l-subdev14
crw-rw---- 1 system camera 81, 18 1970-04-06 15:12 v4l-subdev15
crw-rw---- 1 system camera 81, 19 1970-04-06 15:12 v4l-subdev16
crw-rw---- 1 system camera 81, 20 1970-04-06 15:12 v4l-subdev17
crw-rw---- 1 system camera 81, 23 2018-08-27 15:46 v4l-subdev18
crw-rw---- 1 system camera 81, 25 2018-08-27 15:46 v4l-subdev19
crw-rw---- 1 system camera 81, 5 1970-04-06 15:12 v4l-subdev2
crw-rw---- 1 system camera 81, 27 2018-08-27 15:46 v4l-subdev20
crw-rw---- 1 system camera 81, 6 1970-04-06 15:12 v4l-subdev3
crw-rw---- 1 system camera 81, 7 1970-04-06 15:12 v4l-subdev4
crw-rw---- 1 system camera 81, 8 1970-04-06 15:12 v4l-subdev5
crw-rw---- 1 system camera 81, 9 1970-04-06 15:12 v4l-subdev6
crw-rw---- 1 system camera 81, 10 1970-04-06 15:12 v4l-subdev7
crw-rw---- 1 system camera 81, 11 1970-04-06 15:12 v4l-subdev8
crw-rw---- 1 system camera 81, 12 1970-04-06 15:12 v4l-subdev9
crw------- 1 root root 10, 95 1970-04-06 15:12 vga_arbiter
crw-rw---- 1 system camera 81, 2 1970-04-06 15:12 video0
crw-rw---- 1 system camera 81, 22 2018-08-27 15:46 video1
crw-rw---- 1 system camera 81, 24 2018-08-27 15:46 video2
crw-rw---- 1 system camera 81, 26 2018-08-27 15:46 video3
crw-rw---- 1 system camera 81, 0 1970-04-06 15:12 video32
crw-rw---- 1 system camera 81, 1 1970-04-06 15:12 video33
crw-rw-rw- 1 root root 10, 55 1970-04-06 15:12 vndbinder
crw-rw---- 1 system system 10, 59 1970-04-06 15:12 wcnss_ctrl
crw-rw---- 1 system system 10, 58 1970-04-06 15:12 wcnss_wlan
crw-rw---- 1 radio radio 226, 0 1970-04-06 15:12 wwan_ioctl
crw-r--r-- 1 root root 10, 45 1970-04-06 15:12 xt_qtaguid
crw-rw-rw- 1 root root 1, 5 1970-04-06 15:12 zero
HWLND-Q:/ #
inguna said:
Send me screenshot of /dev directory or output of
Sorry about the wait. I will do it as soon as I get a chance
Click to expand...
Click to collapse
Hey, this one is a test build, I hope you have unlocked bootloader, flash it at your own risk, I have tried my best to avoid any bugs, but you may report if you find any.
Once you approve it, it would be available through the Original Post, i.e., the first post of this thread.
Here's the link:
https://mega.nz/#!vOQE1C7J!KP1xceVgZqPbpwZn_y3TPcTVN9ohBV5WuZqqC1gu7qc
Augustoandro said:
Hey, this one is a test build, I hope you have unlocked bootloader, flash it at your own risk, I have tried my best to avoid any bugs, but you may report if you find any.
Once you approve it, it would be available through the Original Post, i.e., the first post of this thread.
Here's the link:
https://mega.nz/#!2WgRVTxQ!V2YuWVcO1Rw00CF4yuI2t0cv2ASr9asslS3t5Nx1wmk
Click to expand...
Click to collapse
Thanks a lot! I will definately be donating you.
Do you mind me asking something before flashing your TWRP. I know nothing about TWRP porting and stuff but I have noticed it is nearly five times smaller than the stock recovery. Is it normal? Just a bit apprehensive. Sorry for asking :good:
inguna said:
Thanks a lot! I will definately be donating you.
Do you mind me asking something before flashing your TWRP. I know nothing about TWRP porting and stuff but I have noticed it is nearly five times smaller than the stock recovery. Is it normal? Just a bit apprehensive. Sorry for asking :good:
Click to expand...
Click to collapse
Yes, TWRP and Stock recovery sizes vary, since there are different files in them.

Need help for the repartitioning of Z3 in order to install Windows 11

Recently I noticed that Windows 11 Arm64 version is possible to run on Z2 Force which has the same processor (Snapdragon 835) with my Z3 retcn version, so I feel very like to give it a try on my Z3. (Project Renegade)
Unfortunately I am stuck at the first step which is repartitioning the internal storage.
According to the guidelines, I will need to:
1. Repartition device;
2. Format new partitions;
3. Mount PE partition as /mnt;
4. (And other following steps);
The example given by the project's guidelines is OnePlus 6T 128GB, which apparently has its /userdata on /dev/block/sda, and its /dev/block/sda seems has only 17 partitions in place originally.
I see on my Z3 its /userdata is on /dev/block/sdb, which has already 21 partitions existing, and also it has so many disks existing as in below:
messi:/ # ls -l /dev/block/ | grep sd
brw------- 1 root root 8, 0 1970-01-01 00:17 sda
brw------- 1 root root 8, 1 1970-01-01 00:17 sda1
brw------- 1 root root 8, 2 1970-01-01 00:17 sda2
brw------- 1 root root 8, 16 2022-03-07 06:56 sdb
brw------- 1 root root 8, 17 1970-01-01 00:17 sdb1
brw------- 1 root root 8, 18 1970-01-01 00:17 sdb2
brw------- 1 root root 8, 19 2022-03-07 06:35 sdb3
brw------- 1 system system 8, 20 1970-01-01 00:17 sdb4
brw------- 1 root root 8, 21 1970-01-01 00:17 sdb5
brw------- 1 root root 8, 22 1970-01-01 00:17 sdb6
brw------- 1 root root 8, 23 1970-01-01 00:17 sdb7
brw------- 1 root root 8, 24 1970-01-01 00:17 sdb8
brw------- 1 root root 8, 25 1970-01-01 00:17 sdb9
brw------- 1 root root 8, 26 1970-01-01 00:17 sdb10
brw------- 1 root root 8, 27 1970-01-01 00:17 sdb11
brw------- 1 root root 8, 28 1970-01-01 00:17 sdb12
brw------- 1 root root 8, 29 1970-01-01 00:17 sdb13
brw------- 1 root root 8, 30 1970-01-01 00:17 sdb14
brw------- 1 root root 8, 31 1970-01-01 00:17 sdb15
brw------- 1 root root 259, 0 1970-01-01 00:17 sdb16
brw------- 1 root root 259, 1 1970-01-01 00:17 sdb17
brw------- 1 root root 259, 2 1970-01-01 00:17 sdb18
brw------- 1 root root 259, 3 1970-01-01 00:17 sdb19
brw------- 1 root root 259, 4 1970-01-01 00:17 sdb20
brw------- 1 root root 259, 5 2022-03-07 06:56 sdb21
brw------- 1 root root 8, 32 1970-01-01 00:17 sdc
brw------- 1 root root 8, 33 1970-01-01 00:17 sdc1
brw------- 1 root root 8, 48 1970-01-01 00:17 sdd
brw------- 1 root root 8, 49 1970-01-01 00:17 sdd1
brw------- 1 root root 8, 64 1970-01-01 00:17 sde
brw------- 1 root root 8, 65 1970-01-01 00:17 sde1
brw------- 1 root root 8, 66 1970-01-01 00:17 sde2
brw------- 1 root root 8, 67 1970-01-01 00:17 sde3
brw------- 1 root root 8, 68 1970-01-01 00:17 sde4
brw------- 1 root root 8, 69 1970-01-01 00:17 sde5
brw------- 1 root root 8, 70 1970-01-01 00:17 sde6
brw------- 1 root root 8, 71 1970-01-01 00:17 sde7
brw------- 1 root root 8, 72 1970-01-01 00:17 sde8
brw------- 1 root root 8, 73 1970-01-01 00:17 sde9
brw------- 1 root root 8, 74 1970-01-01 00:17 sde10
brw------- 1 root root 8, 75 1970-01-01 00:17 sde11
brw------- 1 root root 8, 76 1970-01-01 00:17 sde12
brw------- 1 root root 8, 77 1970-01-01 00:17 sde13
brw------- 1 root root 8, 78 1970-01-01 00:17 sde14
brw------- 1 root root 8, 79 1970-01-01 00:17 sde15
brw------- 1 root root 259, 6 1970-01-01 00:17 sde16
brw------- 1 root root 259, 7 1970-01-01 00:17 sde17
brw------- 1 root root 259, 8 1970-01-01 00:17 sde18
brw------- 1 root root 259, 9 1970-01-01 00:17 sde19
brw------- 1 root root 259, 10 1970-01-01 00:17 sde20
brw------- 1 root root 259, 11 1970-01-01 00:17 sde21
brw------- 1 root root 8, 80 1970-01-01 00:17 sdf
brw------- 1 root root 8, 81 1970-01-01 00:17 sdf1
brw------- 1 root root 8, 82 1970-01-01 00:17 sdf2
brw------- 1 root root 8, 83 1970-01-01 00:17 sdf3
brw------- 1 root root 8, 84 1970-01-01 00:17 sdf4
brw------- 1 root root 8, 85 1970-01-01 00:17 sdf5
brw------- 1 root root 8, 86 1970-01-01 00:17 sdf6
brw------- 1 root root 8, 87 1970-01-01 00:17 sdf7
brw------- 1 root root 8, 88 1970-01-01 00:17 sdf8
brw------- 1 root root 8, 89 1970-01-01 00:17 sdf9
brw------- 1 root root 8, 90 1970-01-01 00:17 sdf10
brw------- 1 root root 8, 91 1970-01-01 00:17 sdf11
brw------- 1 root root 8, 92 1970-01-01 00:17 sdf12
brw------- 1 root root 8, 93 1970-01-01 00:17 sdf13
brw------- 1 root root 8, 94 1970-01-01 00:17 sdf14
brw------- 1 root root 8, 95 1970-01-01 00:17 sdf15
brw------- 1 root root 259, 12 1970-01-01 00:17 sdf16
brw------- 1 root root 259, 13 1970-01-01 00:17 sdf17
brw------- 1 root root 259, 14 1970-01-01 00:17 sdf18
brw------- 1 root root 259, 15 1970-01-01 00:17 sdf19
brw------- 1 root root 259, 16 1970-01-01 00:17 sdf20
brw------- 1 root root 259, 17 1970-01-01 00:17 sdf21
The /userdata is on /dev/block/sdb which is like this (by parted):
messi:/ # parted /dev/block/sdb
GNU Parted 3.2
Using /dev/block/sdb
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: SAMSUNG KLUDG8V1EE-B0C1 (scsi)
Disk /dev/block/sdb: 116GB
Sector size (logical/physical): 4096B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 131kB 139kB 8192B ssd
2 262kB 33.8MB 33.6MB ext4 persist
3 33.8MB 34.9MB 1049kB misc
4 34.9MB 35.4MB 524kB frp
5 35.4MB 35.9MB 524kB utags
6 35.9MB 36.4MB 524kB utagsBackup
7 36.4MB 36.6MB 131kB cid
8 36.6MB 37.1MB 524kB metadata
9 37.1MB 45.5MB 8389kB kpan
10 45.5MB 53.9MB 8389kB sp
11 53.9MB 70.6MB 16.8MB carrier
12 70.6MB 72.7MB 2097kB modemst1
13 72.7MB 74.8MB 2097kB modemst2
14 74.8MB 74.8MB 4096B fsc
15 75.0MB 75.0MB 4096B devinfo
16 75.1MB 83.5MB 8389kB logfs
17 83.5MB 83.5MB 16.4kB sec
18 83.6MB 83.9MB 262kB apdp
19 83.9MB 84.1MB 262kB msadp
20 84.1MB 84.2MB 4096B dpo
21 84.2MB 116GB 116GB ext4 userdata
The disk /dev/block/sdb1 has only 8192B and no partition created as shown below (Model: Unknown):
(parted) select /dev/block/sdb1
Using /dev/block/sdb1
(parted) print
Error: /dev/block/sdb1: unrecognised disk label
Model: Unknown (unknown)
Disk /dev/block/sdb1: 8192B
Sector size (logical/physical): 4096B/4096B
Partition Table: unknown
Disk Flags:
However, the disk /dev/block/sdb2 has 1 partition (33.6MB) on it as shown below (Model: Unknown):
(parted) select /dev/block/sdb2
Using /dev/block/sdb2
(parted) print
Model: Unknown (unknown)
Disk /dev/block/sdb2: 33.6MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 33.6MB 33.6MB ext4
What I wanted was:
rm 21
mkpart esp fat32 85MB(84.2MB) 500MB #415MB
mkpart pe fat32 500MB 3000MB #2500MB
mkpart win ntfs 3000MB 100GB #97GB
mkpart userdata ext4 100GB 116GB #16GB
The problem is after I removed partition 21 on /dev/block/sdb (115.9158GB) and created the esp partition without problem, then I needed to create the pe partition but I got an error as:
(parted) mkpart pe fat32 500MB 3000MB
Error: Too many primary partitions.
I understand the number of primary partitions can not exceed 21, but in this case how can I continue to create the partitions needed for the Windows 11?
I think I may need to shrink the size of /dev/block/sdb, keeping the /userdata partition still on this disk but taking size only 16GB and then utilize the free space to create a new disk /dev/block/sdg to hold esp, pe, win partitions but I don't know how to do it. The Z3 currently is not my daily use, so that I have no problem losing all data on it.
Could you please help and see how can I progress on this problem?
Grateful to your help!

Categories

Resources