Google Nexus 10 (samsung-manta): Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 66: | Line 66: | ||
== How to enter flash mode == | == How to enter flash mode == | ||
=== fastboot === | |||
* Connect a USB cable | * Connect a USB cable | ||
* Power the device off | * Power the device off | ||
* Hold power + volume up + volume down | * Hold power + volume up + volume down | ||
* You should get a bootloader screen | * You should get a bootloader screen | ||
=== heimdall === | |||
* Connect a USB cable | |||
* Power the device off | |||
* Hold power + volume down | |||
* You should get a bootloader screen saying "Downloading... Do not turn off target !!" | |||
== Installation == | == Installation == | ||
Line 75: | Line 83: | ||
Flashing can be done using Fastboot (preferred) or Heimdall. | Flashing can be done using Fastboot (preferred) or Heimdall. | ||
=== | === fastboot === | ||
==== Flash kernel and rootfs ==== | ==== Flash kernel and rootfs ==== | ||
Line 93: | Line 101: | ||
</pre> | </pre> | ||
=== | === heimdall === | ||
==== Flash kernel and rootfs ==== | ==== Flash kernel and rootfs ==== |
Revision as of 22:15, 23 February 2024
![]() Google Nexus 10 | |
Manufacturer | Google (Samsung) |
---|---|
Name | Nexus 10 |
Codename | samsung-manta |
Released | 2012 |
Type | tablet |
Hardware | |
Chipset | Samsung Exynos 5250 |
CPU | 1.7 GHz Dual-core Cortex-A15 |
GPU | Mali T-604 |
Display | 2560x1600 IPS |
Storage | 16/32 GB |
Memory | 2 GB |
Architecture | armv7 |
Software | |
Original software | Android |
Original version | 4.2.2 (Linux 3.0) |
postmarketOS | |
Category | community |
Pre-built images | yes |
postmarketOS kernel | Lineage 3.4.113 |
Unixbench Whet/Dhry score | 956.9 |
Flashing |
Works |
---|---|
USB Networking |
Works |
Internal storage |
Works |
Battery |
Partial |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
3D Acceleration |
Works |
Audio |
Broken |
Camera |
Broken |
Connectivity | |
WiFi |
Works |
Bluetooth |
Works |
GPS |
Broken |
NFC |
Broken |
Miscellaneous | |
FDE |
Works |
USB OTG |
Works |
HDMI/DP |
Works |
Sensors | |
Accelerometer |
Broken |
Magnetometer |
Broken |
Ambient Light |
Broken |
Proximity |
Broken |
Hall Effect |
No data |
Haptics |
Broken |
Users owning this device
- Alexmrqt
- Blacksilver (Notes: + Replaced battery)
- Ecloud
- Grom (Notes: 2 of them)
- Jenneron
- Joshaspinall (Notes: Boots, no DE)
- Kevinwidjaja21 (Notes: Running PMOS sxmo-de-sway. Power button/Volume broken.)
- Lantizia (Notes: 4 of them)
- MartijnBraam
- Russanandres (Notes: CyanogenMod 10)
How to enter flash mode
fastboot
- Connect a USB cable
- Power the device off
- Hold power + volume up + volume down
- You should get a bootloader screen
heimdall
- Connect a USB cable
- Power the device off
- Hold power + volume down
- You should get a bootloader screen saying "Downloading... Do not turn off target !!"
Installation
See Installation guide. Flashing can be done using Fastboot (preferred) or Heimdall.
fastboot
Flash kernel and rootfs
pmbootstrap flasher flash_kernel pmbootstrap flasher flash_rootfs
For rootfs partition bigger than 1 GiB
pmbootstrap export cd /tmp/postmarketOS-export fastboot flash boot boot.img fastboot flash -S 1G userdata google-manta.img
heimdall
Flash kernel and rootfs
pmbootstrap flasher --method heimdall-bootimg flash_kernel --partition boot pmbootstrap flasher --method heimdall-bootimg flash_rootfs --partition userdata