Motorola Droid X2 (motorola-daytona): Difference between revisions
added information about mounted partitions |
m added link to xda developer thread about kexec |
||
Line 66: | Line 66: | ||
== Rooting == | == Rooting == | ||
There's userland and kernel exploits for rooting Android, kexec may be possible! | There's userland and kernel exploits for rooting Android, kexec may be possible! Investigating kexec [https://forum.xda-developers.com/t/kernel-kexec-kernel-execution-for-locked-devices-n900v-wip.2812650/ here]. | ||
* [https://www.softpedia.com/get/Mobile-Phone-Tools/Others/Pete-s-Motorola-Root-Tools.shtml Pete's Motorola Root Tools (Android 2.2-2.3.4)] | * [https://www.softpedia.com/get/Mobile-Phone-Tools/Others/Pete-s-Motorola-Root-Tools.shtml Pete's Motorola Root Tools (Android 2.2-2.3.4)] | ||
Revision as of 01:31, 27 May 2021
WARNING: This device is not recommended for future use with postmarketOS due to its armhf architecture. Alpine Linux (the distribution that postmarketOS extends) pmaports#599 has been considering dropping it. The processor of the device may support the armv7 architecture. If so, you can modify the device package and change the architecture accordingly. |
![]() Picture of the phone on the home screen | |
Manufacturer | Motorola |
---|---|
Name | Droid X2 |
Codename | motorola-daytona |
Released | 2011 |
Hardware | |
Chipset | Nvidia Tegra 2 AP20H |
CPU | Dual-core 1.0 GHz Cortex-A9 |
GPU | ULP GeForce |
Display | 540x960 |
Storage | 8 GB |
Memory | 512 MB |
Architecture | armhf |
Software | |
Original software | Android 2.2 on Linux 2.6 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Will fill in more information later on.
Information
This device has a locked bootloader, installing custom roms requires an exploit. Unknown if this device will ever be booting. This phone is a really old former daily driver, so I thought about pulling it out and messing around to see if there's anything I can do, collect any information about the device, and see if it's possible to get it booting. There's some interesting stuff related to the bootloader that you can access by holding down
+ , you can cycle through them with and select with , including console=ttyS0,115200n8, which I assume is for serial, interesting that they left that in the production units considering the bootloader is locked down, and NvFlash which may or may not be exploitable.When this device is plugged into a computer, the internal storage partition behaves like a mass storage device, such as a flash drive.
Disk /dev/sdc: 4.36 GiB, 4683988992 bytes, 9148416 sectors Disk model: MB870 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x00000000
Rooting
There's userland and kernel exploits for rooting Android, kexec may be possible! Investigating kexec here.
Kernel version
Linux version 2.6.32.9-00005-g2440aba (hudsoncm@il93lnxdroid52) (gcc version 4.4.0 (GCC) ) #2 SMP PREEMPT Tue Aug 23 22:13:22 CDT 2011
Partition layout (Android 2.3.4)
Partitions don't seem to be named, so I don't know what any of them are for.
# fdisk -l /dev/block/mmcblk0 Disk /dev/block/mmcblk0: 7991 MB, 7991721984 bytes 1 heads, 16 sectors/track, 975552 cylinders Units = cylinders of 16 * 512 = 8192 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/block/mmcblk0p1 65 512 3584 83 Linux Partition 1 does not end on cylinder boundary. /dev/block/mmcblk0p2 513 576 512 83 Linux Partition 2 does not end on cylinder boundary. /dev/block/mmcblk0p3 577 832 2048 83 Linux Partition 3 does not end on cylinder boundary. /dev/block/mmcblk0p4 833 1046848 8368128 5 Extended Partition 4 does not end on cylinder boundary. /dev/block/mmcblk0p5 897 1024 1024 83 Linux /dev/block/mmcblk0p6 1025 1088 512 83 Linux /dev/block/mmcblk0p7 1089 1152 512 83 Linux /dev/block/mmcblk0p8 1153 1280 1024 83 Linux /dev/block/mmcblk0p9 1281 1536 2048 83 Linux /dev/block/mmcblk0p10 1537 2560 8192 83 Linux /dev/block/mmcblk0p11 2561 3584 8192 83 Linux /dev/block/mmcblk0p12 3585 61184 460800 83 Linux /dev/block/mmcblk0p13 61185 61248 512 83 Linux /dev/block/mmcblk0p14 61249 63808 20480 83 Linux /dev/block/mmcblk0p15 63809 103232 315392 83 Linux /dev/block/mmcblk0p16 103233 365376 2097152 83 Linux /dev/block/mmcblk0p17 365377 403776 307200 83 Linux /dev/block/mmcblk0p18 403777 1046848 5144576 83 Linux
Mount
rootfs / rootfs ro,relatime 0 0 tmpfs /dev tmpfs rw,relatime,mode=755 0 0 devpts /dev/pts devpts rw,relatime,mode=600 0 0 proc /proc proc rw,relatime 0 0 sysfs /sys sysfs rw,relatime 0 0 tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0 tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0 /dev/block/mmcblk0p12 /system ext3 ro,noatime,nodiratime,barrier=1,data=ordered 0 0 /dev/block/mmcblk0p16 /data ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,barrier=1,data=ordered 0 0 /dev/block/mmcblk0p15 /cache ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,barrier=1,data=ordered 0 0 /dev/block/mmcblk0p17 /preinstall ext3 ro,nosuid,nodev,noatime,nodiratime,data=ordered 0 0 /dev/block/vold/179:18 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0 /dev/block/vold/179:18 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0 tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
Contributors
- NoriTech
Maintainer(s)
Users owning this device
- IonAgorria (Notes: Stock - OK)
- NoriTech (Notes: researching booting postmarketOS on this phone)