[AOSPA 5+][OFFICIAL][AOSPA-L][G2][MOST VARIANTS][Paranoid Android]

Status
Not open for further replies.
Search This thread

MikeCriggs

Recognized Dev / Inactive Recognized Contributor
Dec 24, 2010
2,750
5,838
Catskills, NY
twitter.com
aospal-banner.png


sieb.jpg


OFFICIAL AOSPA 5+ | (LG G2)


ATTENTION: BEFORE YOU DO OR POST ANYTHING!
  • READ THE ENTIRE OP, POST #2, & POST #3!
  • USE THE SEARCH TOOL!
  • USE GOOGLE!
  • READ BACK AT LEAST 5 PAGES BEFORE YOU POST ANYTHING!
  • STAY ON TOPIC!
  • RESPECT EACH OTHER!
  • NO FLAME WARS!
  • DON'T SPAM!
  • I'M NOT RESPONSIBLE FOR ANY MISHAPS WITH YOUR DEVICE! YOU ARE FLASHING THIS AT YOUR OWN RISK!
  • USE THE Q&A SECTION TO HELP EACH OTHER!


INSTRUCTIONS
  1. SEE POST #3 OR YOU'RE GOING TO HAVE A BAD TIME
  2. BOOT INTO RECOVERY (LATEST TWRP IS RECOMMENDED)
  3. MAKE NANDROID BACKUP
  4. WIPE SYSTEM, DATA, CACHE, & DALVIK CACHE
  5. FLASH ROM
  6. FLASH GAPPS (TK OR BANKS GAPPS RECOMMENDED)


SUPPORTED VARIANTS | (LG G2)
  • D800 (AT&T)
  • D801 (T-Mobile)
  • D802 (International)
  • D803 (Canada)
  • LS980 (Sprint)
  • VS980 (Verizon)


DOWNLOADS | (PLEASE DO NOT POST MIRRORS)
 
Last edited:

MikeCriggs

Recognized Dev / Inactive Recognized Contributor
Dec 24, 2010
2,750
5,838
Catskills, NY
twitter.com
Last edited:

neetee

Senior Member
Nov 12, 2010
754
265
33
Hải Phòng
Sorry for the noob question but can i use kitkat baseband or need reflash jb baseband before flashing this alpha. Thank u for ur time

Sent from my LG-D802 using XDA Free mobile app
 
  • Like
Reactions: anbinhv

4rsenal

Senior Member
Aug 13, 2013
132
14
JB Baseband for vs/ls980

vs980 and ls980 need jb baseband. Hopefully at some point they can be used with the kitkat as that baseband offers more stability and what Paranoid Android 4+ used. JackPotCalvin is apparently building a cyanogenmod 12 for the vs980 with kitkat baseband.
 
  • Like
Reactions: MikeCriggs

lee140685

Member
May 16, 2009
14
8
Surabaya
Step to install this rom from Cloudy G3

Thanks for this rom, i really want to try this rom but i have some question. Now i have Cloudy G3 rom installed on my lg G2 (D802), what step shoud i take to install this rom. Sorry for asking.
 
Last edited:

SiCRider

Senior Member
Jan 5, 2011
69
26
Hey Mike, Thanks for your hard work man!

It looks like there's a problem with the d803 rom file, hosting site shows 213.2 MB but downloaded file is only 203 MB.

Also MD5 don't match:

Downloaded file: 00b0669ec228ec07bd4eab5557a7186b
MD5 file: 8c4501c6ce6294111a5945014fff075e

Cheers.

---------- Post added at 10:01 PM ---------- Previous post was at 09:59 PM ----------

Thanks for this rom, i really want to try this rom but i have some question. Now i have Cloudy G3 rom installed on my lg G2 (D802), what step shoud i take to install this rom. Sorry for asking.

Just follow the steps listed on first post and you should be good :)
 
  • Like
Reactions: lee140685

MikeCriggs

Recognized Dev / Inactive Recognized Contributor
Dec 24, 2010
2,750
5,838
Catskills, NY
twitter.com

ShadowEO

Senior Member
Mar 15, 2012
493
136
31
Columbus, Ohio
I seem to have a problem with the dialer upon flashing. Looks like the dialer is missing the CALL_PRIVILEGED permission, attempting to make a call causes a force close, however it seems that I can receive calls easily. I'm running on a VS980.

Code:
I/ActivityManager(  703): START u0 {act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras)} from uid 10005 on display 0
W/ActivityManager(  703): Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras) } from ProcessRecord{2929cf35 4112:com.android.dialer/u0a5} (pid=4112, uid=10005) requires android.permission.CALL_PRIVILEGED
D/AndroidRuntime( 4112): Shutting down VM
E/AudioTrack(  703): AudioTrack::set : Exit
E/AndroidRuntime( 4112): FATAL EXCEPTION: main
E/AndroidRuntime( 4112): Process: com.android.dialer, PID: 4112
E/AndroidRuntime( 4112): java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras) } from ProcessRecord{2929cf35 4112:com.android.dialer/u0a5} (pid=4112, uid=10005) requires android.permission.CALL_PRIVILEGED
E/AndroidRuntime( 4112):        at android.os.Parcel.readException(Parcel.java:1540)
E/AndroidRuntime( 4112):        at android.os.Parcel.readException(Parcel.java:1493)
E/AndroidRuntime( 4112):        at android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:2404)
E/AndroidRuntime( 4112):        at android.app.Instrumentation.execStartActivity(Instrumentation.java:1480)
E/AndroidRuntime( 4112):        at android.app.Activity.startActivityForResult(Activity.java:3736)
E/AndroidRuntime( 4112):        at android.app.Activity.startActivityForResult(Activity.java:3697)
E/AndroidRuntime( 4112):        at android.app.Activity.startActivity(Activity.java:4007)
E/AndroidRuntime( 4112):        at android.app.Activity.startActivity(Activity.java:3975)
E/AndroidRuntime( 4112):        at com.android.dialer.util.DialerUtils.startActivityWithErrorToast(DialerUtils.java:85)
E/AndroidRuntime( 4112):        at com.android.dialer.util.DialerUtils.startActivityWithErrorToast(DialerUtils.java:60)
E/AndroidRuntime( 4112):        at com.android.dialer.dialpad.DialpadFragment.handleDialButtonPressed(DialpadFragment.java:1330)
E/AndroidRuntime( 4112):        at com.android.dialer.dialpad.DialpadFragment.onClick(DialpadFragment.java:1033)
E/AndroidRuntime( 4112):        at android.view.View.performClick(View.java:4756)
E/AndroidRuntime( 4112):        at android.view.View$PerformClick.run(View.java:19749)
E/AndroidRuntime( 4112):        at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime( 4112):        at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 4112):        at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 4112):        at android.app.ActivityThread.main(ActivityThread.java:5221)
E/AndroidRuntime( 4112):        at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 4112):        at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 4112):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
E/AndroidRuntime( 4112):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
W/ActivityManager(  703):   Force finishing activity com.android.dialer/.DialtactsActivity
 

MikeCriggs

Recognized Dev / Inactive Recognized Contributor
Dec 24, 2010
2,750
5,838
Catskills, NY
twitter.com
I seem to have a problem with the dialer upon flashing. Looks like the dialer is missing the CALL_PRIVILEGED permission, attempting to make a call causes a force close, however it seems that I can receive calls easily. I'm running on a VS980.

Code:
I/ActivityManager(  703): START u0 {act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras)} from uid 10005 on display 0
W/ActivityManager(  703): Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras) } from ProcessRecord{2929cf35 4112:com.android.dialer/u0a5} (pid=4112, uid=10005) requires android.permission.CALL_PRIVILEGED
D/AndroidRuntime( 4112): Shutting down VM
E/AudioTrack(  703): AudioTrack::set : Exit
E/AndroidRuntime( 4112): FATAL EXCEPTION: main
E/AndroidRuntime( 4112): Process: com.android.dialer, PID: 4112
E/AndroidRuntime( 4112): java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras) } from ProcessRecord{2929cf35 4112:com.android.dialer/u0a5} (pid=4112, uid=10005) requires android.permission.CALL_PRIVILEGED
E/AndroidRuntime( 4112):        at android.os.Parcel.readException(Parcel.java:1540)
E/AndroidRuntime( 4112):        at android.os.Parcel.readException(Parcel.java:1493)
E/AndroidRuntime( 4112):        at android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:2404)
E/AndroidRuntime( 4112):        at android.app.Instrumentation.execStartActivity(Instrumentation.java:1480)
E/AndroidRuntime( 4112):        at android.app.Activity.startActivityForResult(Activity.java:3736)
E/AndroidRuntime( 4112):        at android.app.Activity.startActivityForResult(Activity.java:3697)
E/AndroidRuntime( 4112):        at android.app.Activity.startActivity(Activity.java:4007)
E/AndroidRuntime( 4112):        at android.app.Activity.startActivity(Activity.java:3975)
E/AndroidRuntime( 4112):        at com.android.dialer.util.DialerUtils.startActivityWithErrorToast(DialerUtils.java:85)
E/AndroidRuntime( 4112):        at com.android.dialer.util.DialerUtils.startActivityWithErrorToast(DialerUtils.java:60)
E/AndroidRuntime( 4112):        at com.android.dialer.dialpad.DialpadFragment.handleDialButtonPressed(DialpadFragment.java:1330)
E/AndroidRuntime( 4112):        at com.android.dialer.dialpad.DialpadFragment.onClick(DialpadFragment.java:1033)
E/AndroidRuntime( 4112):        at android.view.View.performClick(View.java:4756)
E/AndroidRuntime( 4112):        at android.view.View$PerformClick.run(View.java:19749)
E/AndroidRuntime( 4112):        at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime( 4112):        at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 4112):        at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 4112):        at android.app.ActivityThread.main(ActivityThread.java:5221)
E/AndroidRuntime( 4112):        at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 4112):        at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 4112):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
E/AndroidRuntime( 4112):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
W/ActivityManager(  703):   Force finishing activity com.android.dialer/.DialtactsActivity

Please use the official bug report form: http://goo.gl/forms/F2Bw5RFv3i
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 118
    aospal-banner.png


    sieb.jpg


    OFFICIAL AOSPA 5+ | (LG G2)


    ATTENTION: BEFORE YOU DO OR POST ANYTHING!
    • READ THE ENTIRE OP, POST #2, & POST #3!
    • USE THE SEARCH TOOL!
    • USE GOOGLE!
    • READ BACK AT LEAST 5 PAGES BEFORE YOU POST ANYTHING!
    • STAY ON TOPIC!
    • RESPECT EACH OTHER!
    • NO FLAME WARS!
    • DON'T SPAM!
    • I'M NOT RESPONSIBLE FOR ANY MISHAPS WITH YOUR DEVICE! YOU ARE FLASHING THIS AT YOUR OWN RISK!
    • USE THE Q&A SECTION TO HELP EACH OTHER!


    INSTRUCTIONS
    1. SEE POST #3 OR YOU'RE GOING TO HAVE A BAD TIME
    2. BOOT INTO RECOVERY (LATEST TWRP IS RECOMMENDED)
    3. MAKE NANDROID BACKUP
    4. WIPE SYSTEM, DATA, CACHE, & DALVIK CACHE
    5. FLASH ROM
    6. FLASH GAPPS (TK OR BANKS GAPPS RECOMMENDED)


    SUPPORTED VARIANTS | (LG G2)
    • D800 (AT&T)
    • D801 (T-Mobile)
    • D802 (International)
    • D803 (Canada)
    • LS980 (Sprint)
    • VS980 (Verizon)


    DOWNLOADS | (PLEASE DO NOT POST MIRRORS)
    48
    Look guys, I appreciate the feedback. But please keep the complaining about small things like signal bars and battery to a minimum. Right now, we are using a mixture of hacky G2 KitKat blobs & binaries with ones from the Nexus 5. It booting right now is a miracle in itself.

    Most of these issues will be gone when the official release of Lollipop from LG comes in a few months. Until then, we have to be patient and work with what we've got.

    I'm not mad, I just don't want you guys to be upset about what is released. @Rashed97 (and the rest of the G2 Dream Team) and rmcc of CM are the only reasons that we have working device trees right now. Show them some gratitude!

    Anyway, I hope everyone had a great weekend. I'll be building again later. The only issue that is urgent, at the moment, is the D803 edify script bug. I will be placing the workaround (with credit, of course) that was posted before into the OP.

    I will also begin F320 work soon. Please be patient. That's all I'm asking in return for these builds. Most of you have been more than that, and I'm grateful for it. Thank you all!

    With love,
    Criggs

    Sent from my Nexus 5 using Tapatalk
    31
    Hey guys, I updated the device trees but I have to fix them up before I can build. I'll get to it later if I can.

    Btw, happy new year! I'm glad to have such patient and supportive users. Seriously, thank you all for showing me that the G2 community isn't what everyone else said it was :).
    24
    Hey guys,

    Just checking in. The device trees need some updating. I'll try to get to them tonight, but I'm not sure if I'll be able to due to some family issues. If I can't, my right hand man (maintainer of CDMA variants), @timpohladthomas will update them when he can.

    I haven't gotten a chance to look over the video playback issues, but I will as soon as I can. It could be an issue with libs or 'hardware/qcom/media' or a million others. Also, it looks like F320 will have to wait a little bit, but I will get to it as soon as I have the opportunity.

    Thank you all for your patience and feedback!

    Best regards,
    Criggs