User Tools

Site Tools


hardware:lg_g2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
hardware:lg_g2 [2015/03/04 20:56] – created kratz00hardware:lg_g2 [2018/01/06 20:01] (current) kratz00
Line 1: Line 1:
-  * http://techerrata.com/browse/twrp2/g2d802 +  * https://dl.twrp.me/g2d802/ 
-  * http://download.cyanogenmod.org/?device=d802 +  * https://wiki.lineageos.org/devices/d802#get-lineageos-for-the-lg-g2-international 
-  * http://wiki.cyanogenmod.org/w/Install_CM_for_d802+  * https://download.lineage.microg.org/d802/ 
 + 
 +====== Enter Recovery Mode ====== 
 + 
 +:!: Make sure you have installed a custom recovery before 
 + 
 +  * Switch the phone off 
 +  * Hold the 'Volume Down' + 'Power' buttons 
 +  * As soon as the LG logo appears, release the two buttons and press/hold  them again 
 +  * In the 'Factory hard reset' screen press the 'Power' button twice to actually enter the installed recovery system 
 + 
 +====== Update custom recovery ====== 
 + 
 +<code> 
 +./platform-tools/adb root 
 +./platform-tools/adb push /tmp/cm-13.0-20160530-NIGHTLY-d802-recovery.img /data/ 
 +./platform-tools/adb shell 
 +dd if=/data/cm-13.0-20160530-NIGHTLY-d802-recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery bs=1m 
 +rm /data/cm-13.0-20160530-NIGHTLY-d802-recovery.img 
 +exit 
 +./platform-tools/adb reboot recovery 
 +</code> 
 + 
 +====== Display Panel detection ====== 
 + 
 +Check output of //cat /proc/cmdline// 
 + 
 +  * LCD_RENESAS_LGD = 0 (lcd_maker_id=0 mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_g2_lgd_cmd) 
 +  * LCD_RENESAS_JDI = 1 (lcd_maker_id=1 mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_g2_jdi_cmd) 
hardware/lg_g2.1425499019.txt.gz · Last modified: 2015/03/04 20:57 (external edit)