LG L70 (lg-w5): Difference between revisions
Appearance
Removed manufacturer from device name Tags: mobile edit mobile web edit |
m bulk changes: set packaged = yes, drop status_mainline in preparation for its removal (bot edit) |
||
(12 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox device | {{Infobox device | ||
| manufacturer = LG | | manufacturer = LG | ||
| name = L70 | | name = L70 | ||
| codename = lg-w5 | | codename = lg-w5 | ||
| changearch=armv7 | |||
| releaseyear = 2014 | | releaseyear = 2014 | ||
| originalsoftware = Android 4.4.2 | | originalsoftware = Android | ||
| chipset = Qualcomm | | originalversion = 4.4.2 | ||
| chipset = Qualcomm Snapdragon 200 (MSM8210) | |||
| cpu = Dual-core 1.2 GHz Cortex-A7 | | cpu = Dual-core 1.2 GHz Cortex-A7 | ||
| gpu = Adreno 302 | | gpu = Adreno 302 | ||
Line 13: | Line 15: | ||
| memory = 1 GB | | memory = 1 GB | ||
| architecture = armhf | | architecture = armhf | ||
| type = handset | |||
| category = downstream | |||
| status_usbnet = Y | | status_usbnet = Y | ||
| status_flashing = | | status_flashing = | ||
Line 20: | Line 24: | ||
| status_xwayland = | | status_xwayland = | ||
| status_fde = | | status_fde = | ||
| status_battery = | | status_battery = | ||
| status_3d = | | status_3d = | ||
Line 32: | Line 35: | ||
| status_calls = | | status_calls = | ||
| booting = Y | | booting = Y | ||
| packaged = yes | |||
}} | }} | ||
Line 41: | Line 45: | ||
Installing to sdcard works with the command | Installing to sdcard works with the command | ||
< | <syntaxhighlight lang="shell"> | ||
# Replace /dev/sdX with the device for your sdcard | # Replace /dev/sdX with the device for your sdcard | ||
$ pmbootstrap install --sdcard /dev/sdX</ | $ pmbootstrap install --sdcard /dev/sdX</syntaxhighlight> | ||
Now place the sdcard into the phone. Assuming that the bootloader is unlocked, it is possible to get to fastboot by following steps | Now place the sdcard into the phone. Assuming that the bootloader is unlocked, it is possible to get to fastboot by following steps | ||
Line 49: | Line 53: | ||
# Hold volume up while connecting phone to computer with a usb cable. | # Hold volume up while connecting phone to computer with a usb cable. | ||
Now it is possible to live boot. | Now it is possible to live boot. | ||
< | <syntaxhighlight lang="shell">$ pmbootstrap flasher boot</syntaxhighlight> | ||
The screen doesn't work yet, so for now the only way to find out if it booted is by [[USB_Network | usb networking]] or the [[Troubleshooting:boot#Does_the_kernel_boot.3F | maximum attention hook]]. | The screen doesn't work yet, so for now the only way to find out if it booted is by [[USB_Network | usb networking]] or the [[Troubleshooting:boot#Does_the_kernel_boot.3F | maximum attention hook]]. | ||
[[Category:Devices]] |
Latest revision as of 05:59, 29 May 2025
WARNING: This device
is not recommended for future use with postmarketOS due to its armhf architecture. Alpine Linux (the distribution that postmarketOS extends) pmaports#599 has been considering dropping it. |
This device is still running on armhf, although it supports armv7. If you own it, change it and test it that way. |
This device runs a Downstream kernel. Some UIs will not work, and most features (3D acceleration, audio, etc.) may be broken. |
Manufacturer | LG |
---|---|
Name | L70 |
Codename | lg-w5 |
Released | 2014 |
Type | handset |
Hardware | |
Chipset | Qualcomm Snapdragon 200 (MSM8210) |
CPU | Dual-core 1.2 GHz Cortex-A7 |
GPU | Adreno 302 |
Display | 480 x 800 IPS LCD |
Storage | 4 GB |
Memory | 1 GB |
Architecture | armhf |
Software | |
Original software |
Android 4.4.2 |
Extended version |
Android |
postmarketOS | |
Category | downstream |
Mainline |
no |
Device package |
![]() |
Kernel package |
![]() |
Flashing |
Untested
|
---|---|
USB Networking |
Works
|
Battery |
Untested
|
Screen |
Untested
|
Touchscreen |
Untested
|
Multimedia | |
3D Acceleration |
Untested
|
Audio |
Untested
|
Camera |
Untested
|
Connectivity | |
WiFi |
Untested
|
Bluetooth |
Untested
|
GPS |
Untested
|
Modem | |
Calls |
Untested
|
SMS |
Untested
|
Mobile data |
Untested
|
Miscellaneous | |
FDE |
Untested
|
Sensors | |
Accelerometer |
Untested
|
Contributors
- Paakke
Installation
At the moment flashing is not working, so it is necessary to install to sdcard and then live boot from fastboot.
Installing to sdcard works with the command
# Replace /dev/sdX with the device for your sdcard
$ pmbootstrap install --sdcard /dev/sdX
Now place the sdcard into the phone. Assuming that the bootloader is unlocked, it is possible to get to fastboot by following steps
- Disconnect and reconnect the battery.
- Hold volume up while connecting phone to computer with a usb cable.
Now it is possible to live boot.
$ pmbootstrap flasher boot
The screen doesn't work yet, so for now the only way to find out if it booted is by usb networking or the maximum attention hook.