Thursday, April 28, 2016

[Complete Guide] Install Custom Rom over Stock LP (F320) + D802 roms to F320

I couldn't find complete guide about installing Custom Rom on F320 and It's a bit different from other models like D802, so I decided to write complete guide for f320 here.

I already had wrote complete guide on Korean G2 Forum in Korean, so this guide is based on that ; Translation might dirty because I'm weak at English.

So, What We Need?

1. Your rooted, recovery installed phone. - there's already a guide about it. - http://ift.tt/1qWyUeL
2. Marshmallow AOSP Rom
3. LP Bootstack and KK Bootloader
4. Gapps
5. Kernel (Optional)

Let's Get Started!

1. Copy Rom, LP Bootstack and KK Bootloader, Gapps to your phone
2. Boot into recovery
3. Wipe cache, dalvik cache, data and System.
4. Flash!
1. LP Bootstack and KK Bootloader - If you are moving from AOSP to AOSP, you can skip this, but I recommend to install it everytime you install AOSP.
2. Rom
3. Gapps
4. Kernel (Optional)
5. Reboot

Wait, Can I install Roms for D802 on F320?

Yes!

Just unzip the rom file and edit updater-script, then zip the file again and follow the guide above.
don't forget! you 'have to' flash Kernal for F320 If you are installing D802 Roms.

Worked fine to me. I tried CM13 Official for D802 and XOSP.

*But SDCard will work.*

How should I edit updater-script?

find
Code:

assert(getprop("ro.product.device") == "d802" || getprop("ro.build.product") == "d802" || getprop("ro.product.device") == "g2" || getprop("ro.build.product") == "g2" || getprop("ro.product.device") == "galbi" || getprop("ro.build.product") == "galbi" || getprop("ro.product.device") == "d800" || getprop("ro.build.product") == "d800" || abort("This package is for device: d802,g2,galbi,d800; this device is " + getprop("ro.product.device") + "."););
and edit like this ;
Code:

assert(getprop("ro.product.device") == "f320" || getprop("ro.build.product") == "f320" || getprop("ro.product.device") == "g2" || getprop("ro.build.product") == "g2" || getprop("ro.product.device") == "galbi" || getprop("ro.build.product") == "galbi" || getprop("ro.product.device") == "d800" || getprop("ro.build.product") == "d800" || abort("This package is for device: f320,g2,galbi,d800; this device is " + getprop("ro.product.device") + "."););
I highlighted changed things as red.

LINK?
parkjh0821 is already providing great rom and modem with LP Bootstack and KK Bootloader, and you can have it on here.


from xda-developers http://ift.tt/1qWyRzF
via IFTTT

No comments:

Post a Comment