Difference between revisions of "LG L70 (lg-w5)"
Jump to navigation
Jump to search
(Created page with "Category:Devices {{Infobox device | manufacturer = LG | name = LG L70 | codename = lg-w5 | releaseyear = 2014 | originalsoftware = Android 4.4.2 (KitKat) | chipset = Qual...") |
(Add installation instructions) |
||
Line 36: | Line 36: | ||
== Contributors == | == Contributors == | ||
* Paakke | * Paakke | ||
+ | |||
+ | == Installation == | ||
+ | At the moment flashing is not working, so it is necessary to install to sdcard and then live boot from fastboot. | ||
+ | |||
+ | First the initialization commands are needed | ||
+ | <source lang="shell"> | ||
+ | $ git clone https://gitlab.com/postmarketOS/pmbootstrap.git | ||
+ | $ cd pmbootstrap | ||
+ | $ ./pmbootstrap.py init | ||
+ | </source> | ||
+ | Choose 'lg-w5' as target device. | ||
+ | |||
+ | After that, installing to sdcard works with the command | ||
+ | <source lang="shell"> | ||
+ | # Replace /dev/sdX with the device for your sdcard | ||
+ | $ ./pmbootstrap.py install --no-fde --sdcard /dev/sdX</source> | ||
+ | |||
+ | 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 <source lang="shell">$ ./pmbootstrap.py flasher boot</source> | ||
+ | |||
+ | Screen is also not yet working, so for now the only way to find out if it booted is by [[USB_Network | usb networking]]. |
Revision as of 14:18, 11 September 2018
[[|200px|alt=]] | |
Manufacturer | LG |
---|---|
Name | LG L70 |
Codename | lg-w5 |
Released | 2014 |
Category | testing |
Original software | Android 4.4.2 (KitKat) |
Hardware | |
Chipset | Qualcomm MSM8210 Snapdragon 200 |
CPU | Dual-core 1.2 GHz Cortex-A7 |
GPU | Adreno 302 |
Display | 480 x 800 IPS LCD |
Storage | 4 GB |
Memory | 1 GB |
Architecture | CHANGE_ME |
USB Networking |
Works |
---|---|
Flashing | |
Touchscreen | |
Display |
Broken |
WiFi | |
Xwayland | |
FDE | |
Mainline | |
Battery | |
3D Acceleration | |
Accelerometer | |
Audio | |
Bluetooth | |
Camera | |
GPS | |
Mobile data | |
SMS | |
Calls | |
USB OTG | |
Contributors
- Paakke
Installation
At the moment flashing is not working, so it is necessary to install to sdcard and then live boot from fastboot.
First the initialization commands are needed
$ git clone https://gitlab.com/postmarketOS/pmbootstrap.git
$ cd pmbootstrap
$ ./pmbootstrap.py init
Choose 'lg-w5' as target device.
After that, installing to sdcard works with the command
# Replace /dev/sdX with the device for your sdcard
$ ./pmbootstrap.py install --no-fde --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.py flasher boot
Screen is also not yet working, so for now the only way to find out if it booted is by usb networking.