LG V500 (lg-v500): Difference between revisions
Appearance
m Reverted edits by Doomfan345 (talk) to last revision by Knuxfanwin8 Tag: Rollback |
m originalversion |
||
Line 6: | Line 6: | ||
| imagecaption = LG G Pad 8.3 | | imagecaption = LG G Pad 8.3 | ||
| releaseyear = 2013 | | releaseyear = 2013 | ||
| originalsoftware = Android 4.2.2 | | originalsoftware = Android | ||
| originalversion = 4.2.2 | |||
| chipset = Qualcomm Snapdragon 600 (APQ8064T) | | chipset = Qualcomm Snapdragon 600 (APQ8064T) | ||
| cpu = 4x 1.7 GHz Krait 300 | | cpu = 4x 1.7 GHz Krait 300 |
Revision as of 21:46, 23 October 2023
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 |
Original version | 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