Nokia 2720 Flip (nokia-beatles): Difference between revisions
Appearance
mNo edit summary |
installation section |
||
Line 41: | Line 41: | ||
== Users owning this device == | == Users owning this device == | ||
{{Device owners}} | {{Device owners}} | ||
== | == Prerequisites == | ||
* '''rooted''' phone | |||
* microSD card | |||
== Installation == | == Installation == | ||
< | {{note|The only method tested assumes flashing <code>boot.img</code> to the <code>recovery</code> partition and <code>rootfs</code> to the microSD card}} | ||
<code>fastboot</code> reported to be locked on this phone, you will need to flash everything from the KaiOS directly instead | |||
* install <code>rootfs</code> to the microSD with <code>pmbootstrap install --sdcard=/dev/sdX</code> | |||
* put the card into the phone and boot it to the KaiOS | |||
* export <code>boot.img</code> to the <code>/tmp</code> on your host machine: <code>pmbootstrap export</code> | |||
* push <code>boot.img</code> to the <code>/sdcard</code>: <code>adb push /tmp/postmarketOS-export/boot.img-nokia-beatles /sdcard/</code> | |||
* flash <code>recovery</code> partition: <code>adb shell "dd if=/sdcard/boot.img-nokia-beatles of=/dev/block/bootdevice/by-name/recovery bs=2048"</code> | |||
* reboot to the freshly flashed pmOS: <code>adb reboot recovery</code> | |||
You will be able to boot to pmOS by turning on the phone while holding the <code>Volume Up</code> button. | |||
== See also == | == See also == |
Revision as of 22:55, 24 March 2020
![]() | |
Manufacturer | Nokia |
---|---|
Name | 2720 Flip |
Codename | nokia-beatles |
Released | 2019 |
Hardware | |
Chipset | Qualcomm MSM8905 Snapdragon 205 |
CPU | 2x1.1 GHz Cortex-A7 |
GPU | Adreno 304 |
Display | 240x320 TFT |
Storage | 4 GB |
Memory | 512 MB |
Architecture | armv7 |
Software | |
Original software | KaiOS 2.5.2 |
postmarketOS | |
Category | testing |
Pre-built images | no |
postmarketOS kernel | 3.10.49 |
Flashing |
Broken |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
Works |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
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 |
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
- DolphinChips (Notes: Mainline soon I hope)
- GloomyJD (Notes: Works)
- Huevo5050 (Notes: Flashing)
- UltrasonicMadness
Prerequisites
- rooted phone
- microSD card
Installation
The only method tested assumes flashing boot.img to the recovery partition and rootfs to the microSD card |
fastboot
reported to be locked on this phone, you will need to flash everything from the KaiOS directly instead
- install
rootfs
to the microSD withpmbootstrap install --sdcard=/dev/sdX
- put the card into the phone and boot it to the KaiOS
- export
boot.img
to the/tmp
on your host machine:pmbootstrap export
- push
boot.img
to the/sdcard
:adb push /tmp/postmarketOS-export/boot.img-nokia-beatles /sdcard/
- flash
recovery
partition:adb shell "dd if=/sdcard/boot.img-nokia-beatles of=/dev/block/bootdevice/by-name/recovery bs=2048"
- reboot to the freshly flashed pmOS:
adb reboot recovery
You will be able to boot to pmOS by turning on the phone while holding the Volume Up
button.
See also
- pmaports!1097 Initial merge request