LG V500 (lg-v500)
Appearance
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 APQ8064T Snapdragon 600 |
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 |
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