Nokia 2780 Flip (nokia-weeknd): Difference between revisions
Affenull2345 (talk | contribs) m Affenull2345 moved page Nokia 2780 4G (nokia-weeknd) to Nokia 2780 Flip (nokia-weeknd): use same device name as in infobox (which is also the official name) |
WhyNotHugo (talk | contribs) →WiFi: Linkify Xiaomi Redmi 5 (xiaomi-rosy) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 14: | Line 14: | ||
| architecture = aarch64 | | architecture = aarch64 | ||
| type = Feature Phone | | type = Feature Phone | ||
| whet_dhry = 835.4 | |||
<!-- 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 45: | Line 46: | ||
== WiFi == | == WiFi == | ||
For some reason, enabling 802.11n WiFi makes the connection slow and unreliable and causes most downloads to stall. As a workaround, 802.11n support has been disabled. Somebody also had this issue on a Xiaomi Redmi 5 (xiaomi-rosy). | For some reason, enabling 802.11n WiFi makes the connection slow and unreliable and causes most downloads to stall. As a workaround, 802.11n support has been disabled. Somebody also had this issue on a [[Xiaomi Redmi 5 (xiaomi-rosy)]]. (Citation needed) | ||
== Flashing == | == Flashing == | ||
Line 57: | Line 58: | ||
== Installation == | == Installation == | ||
{{ todo | | {{ todo | Review }} | ||
With these instructions, you can have KaiOS and postmarketOS dual boot, with pmOS on a microSD card. This guide assumes you have flashed the postmarketOS image into a microSD and inserted it into the device. (This will NOT work if you had installed the weeknd toolbox previously.) | |||
* Clone the weeknd-toolbox repo | |||
* Do <code>touch Image.gz-dtb</code> to avoid building Linux | |||
* Install <code>arm-none-eabi-gcc</code>(On Debian and Ubuntu: <code>apt install gcc-arm-none-eabi</code>) | |||
* In the weeknd-toolbox directory do <code>TOOLCHAIN_PREFIX=arm-none-eabi- ./build.sh</code> | |||
* Enter fastboot mode | |||
* <code>fastboot oem sudo</code> | |||
* <code>fastboot flash avb_custom_key pkmd.bin</code> | |||
* <code>fastboot flash vbmeta vbmeta.img</code> | |||
* <code>fastboot flash recovery lk2nd.img</code> | |||
* Hold <kbd>Volume Up</kbd> key | |||
* <code>fastboot reboot</code> | |||
* Flash the boot image: <code>fastboot flash recovery boot.img</code> | |||
* Now to boot pmOS from microSD, reboot while holding the <kbd>Volume Up</kbd> key, release the key as soon as the warning appears and again hold it as soon as it disappears. | |||
== See also == | == See also == |
Latest revision as of 13:44, 20 November 2024
Manufacturer | Nokia |
---|---|
Name | 2780 Flip |
Codename | nokia-weeknd |
Released | 2022 |
Type | feature phone |
Hardware | |
Chipset | Qualcomm 215 Mobile Platform (QM215) |
CPU | 4x 1.3 GHz Cortex-A53 |
GPU | Adreno 308 |
Display | 240x320 main + 128x160 secondary |
Storage | 4 GB |
Memory | 512 MB |
Architecture | aarch64 |
Software | |
Original software | KaiOS |
Original version | 3.1 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | yes |
postmarketOS kernel | linux-postmarketos-qcom-msm8917 |
Unixbench Whet/Dhry score | 835.4 |
Flashing |
Works |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
Works |
Screen |
Works |
Multimedia | |
3D Acceleration |
Broken |
Audio |
Works |
Camera |
Partial |
Camera Flash |
No data |
Connectivity | |
WiFi |
Partial |
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
- Affenull2345 (Notes: backup)
WiFi
For some reason, enabling 802.11n WiFi makes the connection slow and unreliable and causes most downloads to stall. As a workaround, 802.11n support has been disabled. Somebody also had this issue on a Xiaomi Redmi 5 (xiaomi-rosy). (Citation needed)
Flashing
EDL mode can be entered by holding the
and keys while plugging in or turning on the phone.Fastboot mode can be entered by holding the
key while plugging in or turning on (but not rebooting!) the phone.Unfortunately, there is no publicly available EDL loader, and the bootloader is locked. However, these restrictions can be temporarily bypassed using a secret fastboot oem sudo
command. To boot custom software, you also need to flash a custom vbmeta
image and avb_custom_key
, otherwise the device will refuse to boot.
The stock bootloader write-protects most partitions when booting from the boot
partition, so it is recommended to use the recovery
partition for booting postmarketOS.
Installation
TODO: Review |
With these instructions, you can have KaiOS and postmarketOS dual boot, with pmOS on a microSD card. This guide assumes you have flashed the postmarketOS image into a microSD and inserted it into the device. (This will NOT work if you had installed the weeknd toolbox previously.)
- Clone the weeknd-toolbox repo
- Do
touch Image.gz-dtb
to avoid building Linux - Install
arm-none-eabi-gcc
(On Debian and Ubuntu:apt install gcc-arm-none-eabi
) - In the weeknd-toolbox directory do
TOOLCHAIN_PREFIX=arm-none-eabi- ./build.sh
- Enter fastboot mode
fastboot oem sudo
fastboot flash avb_custom_key pkmd.bin
fastboot flash vbmeta vbmeta.img
fastboot flash recovery lk2nd.img
- Hold Volume Up key
fastboot reboot
- Flash the boot image:
fastboot flash recovery boot.img
- Now to boot pmOS from microSD, reboot while holding the Volume Up key, release the key as soon as the warning appears and again hold it as soon as it disappears.