Wiko Lenny 2 (wiko-lenny2): Difference between revisions
Appearance
m Seperate software from version |
m gitlab.com -> gitlab.postmarketos.org (bot edit) |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 16: | Line 16: | ||
| memory = 768 MB | | memory = 768 MB | ||
| architecture = armv7 | | architecture = armv7 | ||
| type = handset | |||
<!-- 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 92: | Line 93: | ||
== Installation == | == Installation == | ||
The kernel and the initramfs can be flashed using <code>pmbootstrap flasher flash_kernel</code>. Flashing the rootfs [https://gitlab. | The kernel and the initramfs can be flashed using <code>pmbootstrap flasher flash_kernel</code>. Flashing the rootfs [https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/issues/456 requires a workaround]. I recommend flashing the rootfs to the <code>userdata</code> partition, as it is larger than <code>system</code>. | ||
== Mainlining == | == Mainlining == | ||
Line 106: | Line 107: | ||
* [https://redmine.replicant.us/projects/replicant/wiki/GalaxyS2I9100 Replicant wiki page] | * [https://redmine.replicant.us/projects/replicant/wiki/GalaxyS2I9100 Replicant wiki page] | ||
--> | --> | ||
* [https://gitlab. | * [https://gitlab.postmarketos.org/postmarketOS/pmaports/tree/master/device/testing/device-wiko-lenny2 Device package] | ||
* [https://gitlab. | * [https://gitlab.postmarketos.org/postmarketOS/pmaports/tree/master/device/testing/linux-wiko-lenny2 Kernel package] | ||
* {{MR|773|pmaports}} Initial merge request | * {{MR|773|pmaports}} Initial merge request | ||
Latest revision as of 15:12, 4 November 2024
![]() It Works! | |
Manufacturer | Wiko |
---|---|
Name | Lenny 2 |
Codename | wiko-lenny2 |
Released | 2015 |
Type | handset |
Hardware | |
Chipset | MediaTek MT6580 |
CPU | Quad-core 1.3 GHz Cortex-A7 |
GPU | Mali-400 MP2 |
Display | 480×854px, 5.0" |
Storage | 4 GB |
Memory | 768 MB |
Architecture | armv7 |
Software | |
Original software | Android |
Original version | 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 |
Partial |
Audio |
Broken |
Camera |
Broken |
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 doesn't appear in
ifconfig
.
- battery reading
- broken,
acpi
tells 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 seems to work best. Mostly because it doesn't die from segfaults. It is missing the bottom panel though.
- Weston works, but for some reason, it sometimes fails to start:
sudo rc-service lightdm restart
. - Plasma Mobile only shows a mouse cursor on a black background, with loads of segfaults.
- 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.
- games
- chocolate doom works on software rendering
Contributors
Maintainer
Users owning this device
How to enter flash mode
First, boot phone into recovery mode. To do that, press the
button while powering on the phone. When the logo appears, you can release any button held.Once in the recovery mode, navigate to "reboot to bootloader" using the volume keys.
In my case, I had to validate pressing the button twice, then the power up button.
Installation
The kernel and the initramfs can be flashed using pmbootstrap flasher flash_kernel
. Flashing the rootfs requires a workaround. I recommend 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
- Device package
- Kernel package
- pmaports!773 Initial merge request