- Gender
- Male
- Device
- Samsung J7 Pro
- Country
- Philippines
INTRODUCTION :
A guide of how to install Stock Pie and AOSP. Because of that this guide will be splitted into 2 Parts.
Please read everything written down!
Before we do anything i have to explain some stuff:
- I am not responsible for any damages that may occur during the installation or after it. I dont have every G7 on the world to test it so something unexpected can happen. Still if something is not clear ask here for help.
- Stock pie will work on almost every model (G710TIM and G710TM (Anything related to T-Mobile) models are not supported) while AOSP works only on phones with unlocked/unlocakbe bootloaders (such as G710EM) so please don't ask if your phone is supported.
Note: for models from ATT, Cricket, Sprint, BoostMobile, VirginMobile, AIO and Tracfone wont be able to go back to their stock firmware because ther is no KDZ or Dump available. Probably in the future there will be dumps of those models but for now there is no. - Can't guarantee that every feature will work on Stock pie or AOSP.
VoLTE and VoWiFi do not work. With European KDZ/Version it should work but need feedback on it please.
INSTALLATION INSTRUCTIONS :
Everything must be done on Windows.
Do a backup because your data will be completly wiped from your phone (including your Internal Storage)!
- 1st How to install Stock European pie.
Quote:
Step 0: Make sure that you have read everything that was written above. Also please uninstall any previous version of LGUP if presented.
Step 1: Everything that you need:
Quote:
- https://drive.google.com/open?id=18i...HuzInd7_sbRBvq (USB Drivers)
- https://drive.google.com/open?id=1dJ...LpX9Mjumm5mtKp (LGUP 1.15.06)
- https://drive.google.com/open?id=1V8...NBJdnW4gRj2uo0 (LGUP dll)
- https://drive.google.com/open?id=1dL...5KGSXrW-wI6MOG (European Pie KDZ File)
Step 2: After downloading everything install:- The USB Drivers (LGMobileDriver_WHQL_Ver_4.2.0.exe)
- Then LGUP (LGUP_Dev_Frame_Ver_1_15_0_6.msi)
- Hold volume up
- Plug your USB Cable to your phone while holding volume up (The usb must be connected to your pc)!
Step 4: Open the device manager
- There will be a tab with the name "Ports"
- Open it and it shoud look lime this.
Note: If you dont see it or there is a problem with is. please try reinstalling the drivers from before.
- At the end it should say COMX.
- Remember that number. We will need it in the next step.
Step 5: Time to install pie!
- Go to
Code:
C:\Program Files (x86)\LG Electronics\LGUP - Extract the "common" folder from LGUP dll (LGUP_Common.zip) inside the folder "model".
- Then go back to C:\Program Files (x86)\LG Electronics\LGUP (if you're not already there)
- Hold the shift key and right click on a free space.
- Choose to open a command prompt.
- After that type
Code:
lgup_cmd.exe comX "C:\Program Files (x86)\LG Electronics\LGUP\model\common\LGUP_Common.dll" [KDZ Loctation] - X = Your number from step 4 (e.g. com3)
- [KDZ Location] = Your full path to your European Pie KDZ File (G710N20c_00_LGU_KR_OP_0107.kdz)
After that the phone should start being flashed and after a bit it should boot to European pie
2nd How to install AOSP Pie.
A gentle reminder: This part is only for G710EM users that want AOSP!
We have custom ROMs now. Please use them as they have G7 specific features and all bugs fixed!
No other model is supportedAlso you need to first unlock your booloader here:
https://developer.lge.com/resource/m...yTypeCode=ANRS
Step 0
- You cant skip it!
- Step 1: Download those files:
https://drive.google.com/open?id=1RS...ai7frP1IXRX5QA (vendor_gsi.img)
https://drive.google.com/open?id=1bJ...wts1HCQeHWEuxz (TWRP_RealPie.img)
https://drive.google.com/open?id=1IY...yptKFBAGEXPJGI (vbmeta.img)
https://dl.google.com/android/reposi...st-windows.zip (android-sdk)
Step 2:Reboot to fastboot- To reboot to fast boot turn off the phone.
- Hold volume down.
- Plug a USB Cable while still holding volume down (the usb hast to be pluggend to a pc)!
- You should be booted into fastboot.
- Step 3: Extract android-sdk zip (platform-tools_r28.0.2-windows.zip) to your desktop(or a place where you will remember).
- After that go inside the extracted folder
- Hold shift and rick click on a free space
- Choose to open a command prompt
- Note:If you're on windows 10 it will be called a PowerShell. After oppening it type cmd and hit enter.
- After that type
Code:
fastboot --set-active=a flash boot_a [TWRP_RealPie.img full path] - TWRP_RealPie.img full path = the full path of your boot image (in this case TWRP_RealPie.img)
- Also type
Code:
fastboot --disable-verity --disable-verification flash vbmeta_a [vbmeta_a.img full path] - vbmeta_a.img full path = full path of your vbmeta.img that you downloaded
- And at last but most importantly type
Code:
fastboot flash vendor_a [vendor_gsi.img full path] - vendor_gsi.img full path = full path to vendor_gsi.img that you downloaded
- After that type
- Step 4:Choose a rom!
- Its time to choose a rom. You can use AOSP from phhusson or something else like LineageOS or Resurrection Remix or something else
- https://github.com/phhusson/treble_e...%28GSI%29-list (not every rom will work but most do)
- The only thing that you have to watch out is that the rom must have arm64 and ab in its name (e.g. system-arm64-ab-xxx)
- After downloading it (and extracting it if needed) use
Code:
fastboot flash system_a [your system path] - your system path = full path to your system image of choice
- Step 5: Reboot using
Code:
fastboot -w reboot- This will wipe data and restart the phone to your fresh installed custom rom
https://drive.google.com/open?id=1TT...rNo5x-pKLYrmie
Current AOSP Bugs:
- LED not working
- Occasional slowdowns (nothing major and clearing recent apps will fix the problem)
- The display will turnn off for 0.5 secons when the phone gets unlocked (only when AOD is not active)
Current Stock/European Pie Bugs:
VoWiFi and VoLTE not working. It should work with European KDZ/Version but need feedback on it.- Dual sim not supported
CREDITS TO : LameMonster82
