[JB][CM10][Hackfest] CM10 for LGP990!

Status
Not open for further replies.
Search This thread

Benee

Retired Recognized Developer
Mar 15, 2010
921
1,735
Ok this is a alpha and a hackfest. ALL problems from CM9 are present.

NO new libs from this ICS SU660 leak are used.

Code:
#include <std_disclaimer.h>
/*
 * Your warranty is now void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device, I will laugh at you.
 */

If you're a dev you can use push requests on github - I'm fine with it.
This thread is for users. Users please stay away from this thread.

So basically everything is working (somehow and somewhat hehe)
EXCEPT
- Project Butter
- Hardware Acceleration
- Camcorder
- Complete Video Playback

Never ask for fixes!

Howto: Reporting Bugs
Don't ever report something without a logcat!
If it's a hard reboot - Add a /proc/last_kmsg
If your RIL is crashed or you doesn't get connection at all - Add a logcat -b radio

Additional information like "howto reproduce" etc would be nice too ;)

Thanks!


Download:
here
Second Mirror: Vadonka's Server - Download

You can additionally download the GooManager and install and update the ROM with it!





Source:
On my github.

Thanks:
- pastime1971 (Audio and RIL fixes! Awesome man)
- Tonyp for motivating me hehe and moderating this stuff
- Arcee without his work we wouldn't be here
- CM team - without their work we wouldn't have this awesome rom :)
- goo.im for access to their ftp ;)
- vadonka for access to his ftp
 
Last edited:

tonyp

Inactive Recognized Developer
Feb 3, 2011
5,019
34,902
To color up this thread a little, here is a cute banner:
banner_jellybean.png




Notes:

Notes about providing proper feedback:

  • As benee said, don't even try to post bugreports without proper logs

  • Ehrm... if you didn't do a full wipe before coming to CM10 you're not allowed to post bugs at all.

  • [Tutorial] How To Logcat

  • To get the last_kmsg use e.g this command from Terminal Emulator: cat /proc/last_kmsg > /sdcard/last_kmsg.txt

  • Bug reports without logcats and/or kernel messages will be ignored completely

  • Just in case someone doesn't get the above:
    3645qt.jpg

.
 
Last edited:

aldyu

Senior Member
Jun 21, 2012
653
181
Will test also, good job guys! :thumbup:

Sent from my LG-P990 using xda app-developers app
 
Nov 2, 2008
33
4
Just a suggestion, maybe you can put link gapps for jb or is it already included in the package?

Thank you for all of you developers to make this happen

Sent from my LG-P990 using xda premium
 

pastime1971

Senior Member
Apr 25, 2011
1,893
1,076
Plesanton, CA
@ benee,

memory fix zip, 98zram, line 16 needs double parenthesis ?
Code:
echo $((mem_total / cpu_cores)) > /sys/block/zram$i/disksize

line 25, is /dev/zram$i typo ?
Code:
swapon /dev/zram$i
 
Last edited:
  • Like
Reactions: Gaurav93

Remuzzz

Senior Member
Sep 8, 2007
186
52
Going to try this later today. Do you know if it has the same memory leak as CM9? Or has it been fixed in CM10?
 

Striatum_bdr

Senior Member
May 29, 2011
4,650
2,176
Marseille
Confirmed, all essential feature work great, I have the 'airplane on/off to have phone network' issue but not a big deal.

Congrats, as usual tremendous work.

Guys, for those not knowing it, on JB:

-internal sdcard is /storage/sdcard0
-external is /storage/sdcard1

Backward compatibility whith old paths is there.

(At least a bit or harmony...)
 
  • Like
Reactions: Nagharjun

aldyu

Senior Member
Jun 21, 2012
653
181
Using it now and it's suprisingly stable enough considering it's status.. Can playback video using mx and can usb tether in ubuntu.. Great work! Though I find it strange that the camera app was lost automatically, I dont know what happened when in fact i just tried it and it was working then. The torch also is having fcs. But overall its fast and great!
 

pastime1971

Senior Member
Apr 25, 2011
1,893
1,076
Plesanton, CA
  • Like
Reactions: Gaurav93
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 162
    Ok this is a alpha and a hackfest. ALL problems from CM9 are present.

    NO new libs from this ICS SU660 leak are used.

    Code:
    #include <std_disclaimer.h>
    /*
     * Your warranty is now void.
     *
     * I am not responsible for bricked devices, dead SD cards,
     * thermonuclear war, or you getting fired because the alarm app failed. Please
     * do some research if you have any concerns about features included in this ROM
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at me for messing up your device, I will laugh at you.
     */

    If you're a dev you can use push requests on github - I'm fine with it.
    This thread is for users. Users please stay away from this thread.

    So basically everything is working (somehow and somewhat hehe)
    EXCEPT
    - Project Butter
    - Hardware Acceleration
    - Camcorder
    - Complete Video Playback

    Never ask for fixes!

    Howto: Reporting Bugs
    Don't ever report something without a logcat!
    If it's a hard reboot - Add a /proc/last_kmsg
    If your RIL is crashed or you doesn't get connection at all - Add a logcat -b radio

    Additional information like "howto reproduce" etc would be nice too ;)

    Thanks!


    Download:
    here
    Second Mirror: Vadonka's Server - Download

    You can additionally download the GooManager and install and update the ROM with it!





    Source:
    On my github.

    Thanks:
    - pastime1971 (Audio and RIL fixes! Awesome man)
    - Tonyp for motivating me hehe and moderating this stuff
    - Arcee without his work we wouldn't be here
    - CM team - without their work we wouldn't have this awesome rom :)
    - goo.im for access to their ftp ;)
    - vadonka for access to his ftp
    78
    OK looks like we have the source code in a few days. So arcee should publish a official release soon (hopefully). So this project and my work I have done so far for a cm10 with the outdated eng leak is obsolete.

    It was a fun time hacking android to work on the old p990 and I want to thank everyone who contributed a patch ;).

    I will close this thread and the dev thread in the evening ... back to kernel in a few days :)

    Sent from my MZ601 using xda app-developers app
    62
    To color up this thread a little, here is a cute banner:
    banner_jellybean.png




    Notes:

    Notes about providing proper feedback:

    • As benee said, don't even try to post bugreports without proper logs

    • Ehrm... if you didn't do a full wipe before coming to CM10 you're not allowed to post bugs at all.

    • [Tutorial] How To Logcat

    • To get the last_kmsg use e.g this command from Terminal Emulator: cat /proc/last_kmsg > /sdcard/last_kmsg.txt

    • Bug reports without logcats and/or kernel messages will be ignored completely

    • Just in case someone doesn't get the above:
      3645qt.jpg

    .
    37
    I'm currently in a good mood so I'm posting changelogs :eek:

    • CM upstream merges
    • Torch fixed
    • Removed unsupported reboot option
    • Wifi wakelock fix

    Download will be available via goomanager soon ;)
    24
    New update ;)

    Changelog:

    • CM upstream changes
    • MemFix enabled by default
    • RIL fixes (Credits pastime)
    • No more flight mode toggle after a pin unlock! (and again pastime)