LG V500 (lg-v500): Difference between revisions
Appearance
link to chipset wiki |
m adjust to new chipset naming rules (https://gitlab.com/postmarketOS/wiki/-/issues/69) |
||
Line 7: | Line 7: | ||
| releaseyear = 2013 | | releaseyear = 2013 | ||
| originalsoftware = Android 4.2.2 | | originalsoftware = Android 4.2.2 | ||
| chipset = Qualcomm | | chipset = Qualcomm Snapdragon 600 (APQ8064T) | ||
| cpu = 4x 1.7 GHz Krait 300 | | cpu = 4x 1.7 GHz Krait 300 | ||
| gpu = Adreno 320 | | gpu = Adreno 320 |
Revision as of 10:55, 17 November 2022
This device is marked as not booting.
Status: kernel won't compile
Status: kernel won't compile
LG G Pad 8.3 LG G Pad 8.3 | |
Manufacturer | LG |
---|---|
Name | G Pad 8.3 |
Codename | lg-v500 |
Released | 2013 |
Hardware | |
Chipset | Qualcomm Snapdragon 600 (APQ8064T) |
CPU | 4x 1.7 GHz Krait 300 |
GPU | Adreno 320 |
Display | 1200x1920 (~273 PPI) IPS LCD |
Storage | 16 GB |
Memory | 2 GB |
Architecture | armv7 |
Software | |
Original software | Android 4.2.2 |
postmarketOS | |
Category | testing |
Pre-built images | no |
This device is based on the Snapdragon 600. See the SoC page for common tips, guides and troubleshooting steps |
Contributors
- Thomasdhale
Maintainer(s)
- Thomasdhale
What works
Nothing yet
What does not work
Kernel does not compile.
kernel/pid.c:81:15: error: 'PROC_PID_INIT_INO' undeclared here (not in a function) .proc_inum = PROC_PID_INIT_INO,
fix for someone to try:
add #include <linux/proc_fs.h>
to /kernel/pid.c