Google Nexus 10 (samsung-manta): Difference between revisions
Appearance
m originalversion |
Add heimdall flashing instructions |
||
Line 70: | Line 70: | ||
== Installation == | == Installation == | ||
See [https://wiki.postmarketos.org/wiki/Installation_guide Installation guide]. | See [https://wiki.postmarketos.org/wiki/Installation_guide Installation guide]. | ||
Since the device doesn’t use fastboot, you have to use [Heimdall](#heimdall-flashing) or [https://wiki.postmarketos.org/wiki/Android_Recovery_Zip_Installation Android Recovery Zip Installation]. | |||
In either case, the <code>/system</code> partition isn't big enough for all but the smallest interfaces. So if you install anything bigger, use <code>--partition</code> or <code>--recovery-install-partition</code>, depending on which way you install it, to choose a bigger partition. <code>/data</code> should have more than enough space. | In either case, the <code>/system</code> partition isn't big enough for all but the smallest interfaces. So if you install anything bigger, use <code>--partition</code> or <code>--recovery-install-partition</code>, depending on which way you install it, to choose a bigger partition. <code>/data</code> should have more than enough space. | ||
=== Heimdall Flashing === | |||
<pre> | |||
pmbootstrap flasher --method heimdall-bootimg flash_kernel --partition boot | |||
pmbootstrap flasher --method heimdall-bootimg flash_rootfs --partition userdata | |||
</pre> | |||
== Links == | == Links == | ||
* {{Device package|samsung-manta}} | * {{Device package|samsung-manta}} | ||
* {{Kernel package|samsung-manta}} | * {{Kernel package|samsung-manta}} |
Revision as of 20:49, 10 January 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 | testing |
Pre-built images | no |
Mainline | yes |
postmarketOS kernel | Lineage 3.4.113 |
Unixbench Whet/Dhry score | 956.9 |
Flashing |
Works |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
Partial |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
3D Acceleration |
Broken |
Audio |
Broken |
Camera |
Broken |
Connectivity | |
WiFi |
Works |
Bluetooth |
Works |
GPS |
Broken |
NFC |
Broken |
Miscellaneous | |
FDE |
No data |
USB OTG |
Works |
HDMI/DP |
No data |
Sensors | |
Accelerometer |
Broken |
Magnetometer |
Broken |
Ambient Light |
Broken |
Proximity |
Broken |
Hall Effect |
No data |
Haptics |
No data |
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
- 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.
Since the device doesn’t use fastboot, you have to use [Heimdall](#heimdall-flashing) or Android Recovery Zip Installation.
In either case, the /system
partition isn't big enough for all but the smallest interfaces. So if you install anything bigger, use --partition
or --recovery-install-partition
, depending on which way you install it, to choose a bigger partition. /data
should have more than enough space.
Heimdall Flashing
pmbootstrap flasher --method heimdall-bootimg flash_kernel --partition boot pmbootstrap flasher --method heimdall-bootimg flash_rootfs --partition userdata