Planet Computers Gemini PDA (planet-geminipda): Difference between revisions
Create device page for Planet Computers Gemini PDA |
No edit summary |
||
(19 intermediate revisions by 11 users not shown) | |||
Line 2: | Line 2: | ||
| manufacturer = Planet Computers | | manufacturer = Planet Computers | ||
| name = Gemini PDA | | name = Gemini PDA | ||
| codename = geminipda | | codename = planet-geminipda | ||
| image = File: | | image = File:Hybris-gemini-pda.jpg | ||
| imagecaption = Gemini PDA running postmarketOS | | imagecaption = Gemini PDA running postmarketOS with Hildon | ||
| releaseyear = 2018 | | releaseyear = 2018 | ||
| originalsoftware = Android 7.1 | | originalsoftware = Android | ||
| originalversion = 7.1 (Linux 3.18) | |||
| chipset = MediaTek MT6797P/X Helio X25/X27 | | chipset = MediaTek MT6797P/X Helio X25/X27 | ||
| cpu = | | cpu = 2x 2.6 GHz Cortex-A72, 4x 2.0 GHz Cortex-A53, 4x 1.6 GHz Cortex-A53 | ||
| gpu = Mali-T880 MP4 | | gpu = Mali-T880 MP4 | ||
| storage = 64 GB | | storage = 64 GB | ||
| display = 2160x1080 | | display = 2160x1080 | ||
| memory = 4 GB | | memory = 4 GB | ||
| architecture = aarch64 | |||
| type = Keyboard Handset | |||
| status_usbnet = Y | |||
| status_flashing = N | |||
| status_touch = Y | |||
| status_screen = Y | |||
| status_wifi = P | |||
| status_xwayland = | |||
| status_fde = Y | |||
| status_mainline = N | |||
| status_battery = | |||
| status_3d = | |||
| status_accel = | |||
| status_audio = | |||
| status_bluetooth = P | |||
| status_camera = | |||
| status_gps = | |||
| status_mobiledata = | |||
| status_sms = | |||
| status_calls = | |||
| booting = Y | |||
}} | }} | ||
== What works == | == What works == | ||
Line 26: | Line 43: | ||
* Framebuffer graphics (Xorg/Wayland) | * Framebuffer graphics (Xorg/Wayland) | ||
== | == Installation == | ||
The easiest way for now is to use the Flash Tool from [http://support.planetcom.co.uk/index.php/Flashing_Guide official flashing guide], replacing linux.img in the firmware package with planet-geminipda.img and linux_boot.img with boot.img-planet-geminipda. In the Android 7.1 downloads it appears the linux_boot.img is distro_boot.img. If you want it to reflect just generic linux_boot.img you also need to update the Scatter file. | |||
== Alternative installation == | |||
The device package also includes an initramfs hook, which will try to mount the userdata and linux partitions, looking for a /postmarketOS.img file (pmbootstrap exports as planet-geminipda.img so you'd need to rename). This can be used for non-intrusive installation inside of the Android user space and only requires a small linux partition and boot image. | |||
That Image file needs to be expanded to the wanted size in advance, for example: | |||
== | <code>% truncate -s 2G postmarketOS.img</code> | ||
== Community Info == | |||
=== postmarketOS users that own the device === | |||
{{Device owners}} | |||
<!-- | |||
If you own this device, you can add the text below or something similar under your user profile: | |||
== Owns Devices == | |||
{{Owns device|Planet_Computers_Gemini_PDA_(planet-geminipda)|Additional notes by you e.g. Broken touchscreen digitizer}} | |||
{{My devices}} | |||
--> | |||
=== Maintainers === | |||
* NotKit | |||
=== Contributors === | |||
* NotKit | |||
== See also == | == See also == | ||
* [https://github.com/postmarketOS/pmbootstrap/commits/device-planet-geminipda Device branch] | * {{MR|155|pmaports}} initial MR (with a good description of the current state, 2019-01) | ||
* [https://github.com/postmarketOS/pmbootstrap/commits/device-planet-geminipda Old Device branch] | |||
*{{Device package|planet-geminipda}} | |||
*{{Kernel package|planet-geminipda}} |
Latest revision as of 11:48, 4 November 2023
![]() Gemini PDA running postmarketOS with Hildon | |
Manufacturer | Planet Computers |
---|---|
Name | Gemini PDA |
Codename | planet-geminipda |
Released | 2018 |
Type | keyboard handset |
Hardware | |
Chipset | MediaTek MT6797P/X Helio X25/X27 |
CPU | 2x 2.6 GHz Cortex-A72, 4x 2.0 GHz Cortex-A53, 4x 1.6 GHz Cortex-A53 |
GPU | Mali-T880 MP4 |
Display | 2160x1080 |
Storage | 64 GB |
Memory | 4 GB |
Architecture | aarch64 |
Software | |
Original software | Android |
Original version | 7.1 (Linux 3.18) |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | no |
Flashing |
Broken |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
No data |
Camera Flash |
No data |
Connectivity | |
WiFi |
Partial |
Bluetooth |
Partial |
GPS |
No data |
NFC |
No data |
Modem | |
Calls |
No data |
SMS |
No data |
Mobile data |
No data |
Miscellaneous | |
FDE |
Works |
USB OTG |
No data |
HDMI/DP |
No data |
Sensors | |
Accelerometer |
No data |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
What works
- USB networking
- Framebuffer graphics (Xorg/Wayland)
Installation
The easiest way for now is to use the Flash Tool from official flashing guide, replacing linux.img in the firmware package with planet-geminipda.img and linux_boot.img with boot.img-planet-geminipda. In the Android 7.1 downloads it appears the linux_boot.img is distro_boot.img. If you want it to reflect just generic linux_boot.img you also need to update the Scatter file.
Alternative installation
The device package also includes an initramfs hook, which will try to mount the userdata and linux partitions, looking for a /postmarketOS.img file (pmbootstrap exports as planet-geminipda.img so you'd need to rename). This can be used for non-intrusive installation inside of the Android user space and only requires a small linux partition and boot image.
That Image file needs to be expanded to the wanted size in advance, for example:
% truncate -s 2G postmarketOS.img
Community Info
postmarketOS users that own the device
Maintainers
- NotKit
Contributors
- NotKit
See also
- pmaports!155 initial MR (with a good description of the current state, 2019-01)
- Old Device branch
- Device package
- Kernel package