Jump to content

Nokia 2720 Flip (nokia-beatles): Difference between revisions

From postmarketOS Wiki
mNo edit summary
installation section
Line 41: Line 41:
== Users owning this device ==
== Users owning this device ==
{{Device owners}}
{{Device owners}}
<!-- autogenerated, use {{Owns device|devicepage|notes}} on your profile page -->
<!-- use _ instead of spaces in device page name, e.g. {{Owns device|HTC_Desire_(htc-bravo)|custom notes}}-->
<!-- you may need to purge page cache to see changes (more->purge cache)-->
<!-- you can use {{My devices}} on your profile page to show table with all your devices -->


== How to enter flash mode ==
== Prerequisites ==
* '''rooted''' phone
* microSD card


== Installation ==
== Installation ==
<!-- add more sections below as necessary, e.g. WiFi, photos, ... -->
{{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

Nokia 2720 Flip
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
Features
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


Prerequisites

  • rooted phone
  • microSD card

Installation

Note 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 with pmbootstrap 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