Wiko Lenny 2 (wiko-lenny2): Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
== Status == | == Status == | ||
;screen | ;screen | ||
: has a working framebuffer, so it's possible to display stuff. No DRM as with a lot of older kernels, that means no phosh or sway, I guess. | : has a working framebuffer, so it's possible to display stuff. No DRM as with a lot of older kernels, that means no phosh or sway, I guess. | ||
;audio | ;audio | ||
: ''BADLY BROKEN'', <code>alsamixer</code> or <code>mpv</code> seem to make the kernel crash. The phone reboots afterwards | : ''BADLY BROKEN'', <code>alsamixer</code> or <code>mpv</code> seem to make the kernel crash. The phone reboots afterwards | ||
: maybe something non-alsa could work better? | : maybe something non-alsa could work better? | ||
;wifi | |||
: the network interface don't appear in <code>ifconfig</code>. | |||
;battery reading | |||
: broken, | |||
:* <code>acpi</code> tell the battery is fully empty. | |||
:* <code>upower --dump</code> generates a segfault: <br/> <code>(upower:1682): UPower-WARNING **: 11:58:54.107: Cannot connect to upowerd: Error calling StartServiceByName for org.freedesktop.UPower: Process org.freedesktop.UPower received signal 11</code> | |||
;desktop environment | |||
* Mate seem to be the one who works best. Mostly because I doesn't die from the segfaults. | |||
* Plasma Mobile only show a mouse cursor, loads of segfaults too. | |||
* Sway and Phosh require [https://en.wikipedia.org/wiki/Direct_Rendering_Manager DRM] support, so that's a no-go. | |||
* XFCE4 fails to start, for some reason. | |||
* i3 could be a possible alternative. Untested since the lack of external keyboard would make it useless. | |||
== Contributors == | == Contributors == | ||
Line 69: | Line 83: | ||
== Installation == | == Installation == | ||
The kernel and the initramfs can be flashed using <code>pmbootstrap flasher flash_kernel</code>. Flashing the rootfs [https://github.com/postmarketOS/pmbootstrap/issues/456 require a workaround] | The kernel and the initramfs can be flashed using <code>pmbootstrap flasher flash_kernel</code>. Flashing the rootfs [https://github.com/postmarketOS/pmbootstrap/issues/456 require a workaround]. I recommand flashing the rootfs to the <code>userdata</code> partition, as it is larger than <code>system</code>. | ||
== Mainlining == | == Mainlining == | ||
Line 89: | Line 103: | ||
* [https://gitlab.com/postmarketOS/pmaports/tree/master/device/linux-DEVICE_CODENAME Kernel package] | * [https://gitlab.com/postmarketOS/pmaports/tree/master/device/linux-DEVICE_CODENAME Kernel package] | ||
--> | --> | ||
* [https://gitlab.com/postmarketOS/pmaports/merge_requests/773 pmaports!773], the merge request |
Revision as of 12:33, 1 December 2019
![]() The most advanced booting stage reached so far. | |
Manufacturer | Wiko |
---|---|
Name | Lenny 2 |
Codename | wiko-lenny2 |
Released | Sept. 2015 |
Hardware | |
Chipset | Mediatek mt6580 |
CPU | Quad-core 1.3 GHz Cortex-A7 |
GPU | Mali-400MP2 |
Display | 480×854px, 5.0" |
Storage | 4GB |
Memory | 768MB |
Architecture | armv7 |
Software | |
Original software | Android 5.1 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | no |
postmarketOS kernel | 3.10.72 |
Unixbench Whet/Dhry score | 477.6 |
Flashing |
Partial |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
3D Acceleration |
No data |
Audio |
Broken |
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 |
Broken |
HDMI/DP |
No data |
Sensors | |
Accelerometer |
No data |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
Status
- screen
- has a working framebuffer, so it's possible to display stuff. No DRM as with a lot of older kernels, that means no phosh or sway, I guess.
- audio
- BADLY BROKEN,
alsamixer
ormpv
seem to make the kernel crash. The phone reboots afterwards - maybe something non-alsa could work better?
- wifi
- the network interface don't appear in
ifconfig
.
- battery reading
- broken,
acpi
tell the battery is fully empty.upower --dump
generates a segfault:
(upower:1682): UPower-WARNING **: 11:58:54.107: Cannot connect to upowerd: Error calling StartServiceByName for org.freedesktop.UPower: Process org.freedesktop.UPower received signal 11
- desktop environment
- Mate seem to be the one who works best. Mostly because I doesn't die from the segfaults.
- Plasma Mobile only show a mouse cursor, loads of segfaults too.
- Sway and Phosh require DRM support, so that's a no-go.
- XFCE4 fails to start, for some reason.
- i3 could be a possible alternative. Untested since the lack of external keyboard would make it useless.
Contributors
Maintainer
Users owning this device
How to enter flash mode
First, boot phone into recovery mode. To do that, power on while pressing both the up button and the power button. When the logo appears, release the power button.
Once in the recovery mode, navigate to "reboot to bootloader" using the volume keys.
In my case, I had to validate pressing the power button twice, then the power up button.
Installation
The kernel and the initramfs can be flashed using pmbootstrap flasher flash_kernel
. Flashing the rootfs require a workaround. I recommand flashing the rootfs to the userdata
partition, as it is larger than system
.
Mainlining
downstream kernel sources, for reference
https://www.wikogeek.com/index.php?telephone=LENNY2®ion=EUROPE&version=%25
See also
- pmaports!773, the merge request