Jump to content

Nokia 8000 4G (nokia-sparkler): Difference between revisions

From postmarketOS Wiki
SoySoy (talk | contribs)
m type = Feature Phone
Exkc (talk | contribs)
optionalgenericdevice
 
(2 intermediate revisions by one other user not shown)
Line 14: Line 14:
| architecture = armv7
| architecture = armv7
| type = Feature Phone
| type = Feature Phone
| genericdevice=Generic MSM8909 (qcom-msm8909)
| optionalgenericdevice = yes
<!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) -->
<!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) -->
| status_usbnet = Y
| status_usbnet = Y
Line 31: Line 33:
| status_gps =  
| status_gps =  
| status_mobiledata = Y
| status_mobiledata = Y
| status_emmc = Y
| status_sms = Y
| status_sms = Y
| status_calls =  
| status_calls =  
| status_keyboard = P
| status = Works
| status = Works
| booting = yes
| booting = yes
Line 51: Line 55:
This device is supported by the msm8916-mainline kernel.
This device is supported by the msm8916-mainline kernel.


lk2nd (experimental-tmp branch) works with slight modifications, see the Installation section below.
lk2nd works, see the Installation section below.


== Installation ==
== Installation ==
Install the lk2nd branch from https://github.com/msm8916-mainline/lk2nd/pull/214 into the boot partition. After that, you can use pmbootstrap flasher commands to flash postmarketOS via the fastboot interface provided by lk2nd.
Install the lk2nd-msm8909 from [https://github.com/msm8916-mainline/lk2nd/releases releases page] into the boot partition. After that, you can use pmbootstrap flasher commands to flash postmarketOS via the fastboot interface provided by lk2nd.


Because this lk2nd is based on the experimental-tmp branch and does not support fs-boot yet, <code>pmbootstrap flasher flash_kernel</code> is required even when booting from an SD card.
<!--Because this lk2nd is based on the experimental-tmp branch and does not support fs-boot yet, <code>pmbootstrap flasher flash_kernel</code> is required even when booting from an SD card.-->


== See also ==
== See also ==
* [https://www.nokia.com/phones/en_int/opensource Open Source Releases - Nokia]
* [https://www.nokia.com/phones/en_int/opensource Open Source Releases - Nokia]
* [https://fcc.report/FCC-ID/2AJOTTA-1307/4970218.pdf Board schematics] - also valid for [[Nokia 6300 4G (nokia-leo)]] because the only difference seems to be the display size. Nokia 8000 4G is called "premium version" in this document
* [https://fcc.report/FCC-ID/2AJOTTA-1307/4970218.pdf Board schematics] - also valid for [[Nokia 6300 4G (nokia-leo)]] because the only difference seems to be the display size. Nokia 8000 4G is called "premium version" in this document
* [https://github.com/Llixuma/Nokia-6300-4G-root-2024/blob/main/Tutorial.md Rooting tutorial]
* [https://bmndc.github.io/nokia-leo Site about Nokia 6300 4G and 8000 4G]

Latest revision as of 23:32, 24 August 2024

Note This page is about the dedicated port of this device. There is also an optional generic port available for this device - see Generic MSM8909 (qcom-msm8909).
Nokia 8000 4G
Manufacturer Nokia
Name 8000 4G
Codename nokia-sparkler
Released 2020
Type feature phone
Hardware
Chipset Qualcomm Snapdragon 210 (MSM8909)
CPU 4x 1.1 GHz Cortex-A7
GPU Adreno 304
Display 240x320 TFT
Storage 4 GB
Memory 512 MB
Architecture armv7
Software
Original software KaiOS
Original version 2.5.4
postmarketOS
Category testing
Pre-built images no
Mainline yes
Optional Generic Port Generic MSM8909 (qcom-msm8909)
Features
Flashing
Works
USB Networking
Works
Internal storage
Works
SD card
No data
Battery
Works
Screen
Works
Keyboard
Partial
Multimedia
3D Acceleration
No data
Audio
No data
Camera
No data
Camera Flash
No data
Connectivity
WiFi
Works
Bluetooth
Works
GPS
No data
NFC
No data
Modem
Calls
No data
SMS
Works
Mobile data
Works
Miscellaneous
FDE
No data
USB OTG
No data
HDMI/DP
No data
Sensors
Magnetometer
No data
Ambient Light
No data
Proximity
No data
Hall Effect
No data
Haptics
No data
Barometer
No data


Contributors

Users owning this device


Modem

Tested with ModemManager. You might need to tweak the timeout in /etc/conf.d/msm-modem-uim-selection to get the UIM to initialize.

Mainline

This device is supported by the msm8916-mainline kernel.

lk2nd works, see the Installation section below.

Installation

Install the lk2nd-msm8909 from releases page into the boot partition. After that, you can use pmbootstrap flasher commands to flash postmarketOS via the fastboot interface provided by lk2nd.


See also