Jump to content

Geeksphone Peak (gp-peak): Difference between revisions

From postmarketOS Wiki
JLIT99 (talk | contribs)
No edit summary
Knuxify (talk | contribs)
m gitlab.com -> gitlab.postmarketos.org (bot edit)
 
(9 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{note| This device is still running on armhf, although the processor supports armv7. If you own it, change it and test it [https://wiki.postmarketos.org/wiki/Tips_and_tricks#Update_the_architecture_of_your_device that] way.}}
{{Infobox device
{{Infobox device
| manufacturer = Geeksphone
| manufacturer = Geeksphone
Line 6: Line 8:
| imagecaption = Weston running on the Geeksphone Peak
| imagecaption = Weston running on the Geeksphone Peak
| releaseyear = 2013
| releaseyear = 2013
| originalsoftware = Firefox OS 1.1 on Linux 3.0
| originalsoftware = Firefox OS
| chipset = Qualcomm Snapdragon S4 MSM8225
| originalversion =  1.1 on Linux 3.0
| chipset = Qualcomm Snapdragon S4 (MSM8225)
| cpu = Dual core 1.2 GHz
| cpu = Dual core 1.2 GHz
| gpu = Adreno 203
| gpu = Adreno 203
Line 13: Line 16:
| display = 540×960
| display = 540×960
| memory = 512 MB
| memory = 512 MB
| architecture = armhf
| architecture = armv7
| n-android =
| type = handset
| status_usbnet = Y
| status_usbnet = Y
| status_flashing = Y
| status_flashing = Y
Line 34: Line 37:
| status_calls =  
| status_calls =  
| booting = yes
| booting = yes
| pmoskernel = 3.0.21
}}
}}


Line 42: Line 46:
* [[User:Rudloff|Pierre Rudloff]]
* [[User:Rudloff|Pierre Rudloff]]


udev does not work correctly so we have to [https://github.com/postmarketOS/pmbootstrap/blob/416c1109a4769c7493a33beedb3762e138a328e5/aports/device/device-gp-peak/device-gp-peak.start#L2 trigger rules manually].
udev does not work correctly so we have to [https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/blob/416c1109a4769c7493a33beedb3762e138a328e5/aports/device/device-gp-peak/device-gp-peak.start#L2 trigger rules manually].


<code>poweroff</code>/<code>reboot</code> does not work correctly, it stops all the services but does not shutdown the device.
<code>poweroff</code>/<code>reboot</code> does not work correctly, it stops all the services but does not shutdown the device.
Line 56: Line 60:


== See also ==
== See also ==
* {{github|1214}} Initial pull request
* {{MR|1214}} Initial pull request
* [https://github.com/gp-b2g/gp-peak-kernel Geeksphone kernel source]
* [https://github.com/gp-b2g/gp-peak-kernel Geeksphone kernel source]
* [http://downloads.geeksphone.com/ Firefox OS images]

Latest revision as of 13:29, 4 November 2024

Note This device is still running on armhf, although the processor supports armv7. If you own it, change it and test it that way.
Geeksphone Peak
Weston running on the Geeksphone Peak
Weston running on the Geeksphone Peak
Manufacturer Geeksphone
Name Peak
Codename gp-peak
Released 2013
Type handset
Hardware
Chipset Qualcomm Snapdragon S4 (MSM8225)
CPU Dual core 1.2 GHz
GPU Adreno 203
Display 540×960
Storage 4 GB
Memory 512 MB
Architecture armv7
Software
Original software Firefox OS
Original version 1.1 on Linux 3.0
postmarketOS
Category testing
Pre-built images no
postmarketOS kernel 3.0.21
Features
Flashing
Works
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
No data
Screen
Works
Touchscreen
Works
Multimedia
3D Acceleration
No data
Audio
Works
Camera
No data
Camera Flash
No data
Connectivity
WiFi
No data
Bluetooth
No data
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


Contributors

Maintainer(s)

udev does not work correctly so we have to trigger rules manually.

poweroff/reboot does not work correctly, it stops all the services but does not shutdown the device.

Also the device freezes after a few minutes. This seems to be caused by a modem failure:

Jan  1 01:59:59 localhost kern.err kernel: [  574.209688] SMSM: Modem SMSM state changed to SMSM_RESET.
Jan  1 01:59:59 localhost kern.err kernel: [  574.209948] Notify: start reset

How to enter flash mode

Press both volume keys + power key until you see the Geeksphone logo.

See also