Jump to content

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

From postmarketOS Wiki
SoySoy (talk | contribs)
m type = Feature Phone
Update lk2nd version, add links to See Also section. I don't know if `pmbootstrap flasher flash_kernel` still required when booting from SD card, as I boot from eMMC.
Line 51: Line 51:
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]

Revision as of 09:18, 16 August 2024

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
Features
Flashing
Works
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
Works
Screen
Works
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