[ROM][JB][JZO54K][4.1.2][ALPHA3]MiniCM10 |PecanCM|

Search This thread

kD

Senior Member
Jan 20, 2012
1,176
2,945
San Diego, CA
22hv9d.png
CyanogenMod (MiniCM) is a free, community built, aftermarket firmware distribution of Android 4.1 (JB), which is designed to increase performance and reliability over stock Android for your device.

Disclaimer:

Code:
#include 
/*
 * 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.
 *
 */

MiniCM is based on the Cyanogenmod Project and Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod and MiniCM does still include various hardware-specific code, which is also slowly being open-sourced anyway.

All the source code for Jellybean or MiniCM10 is available in the PecanCM Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.


Note:
  1. If you want to use this rom as base, for another rom, ask PecanCM Team permissions!
  2. If you like this rom, click thanks button, no need to get Offtopic in this thread
  3. Respect the moderator who cleans the thread from spammer, and all other people

This is a team work by Ron G, Antdking , venkat kamesh , osamabinary and me

Download Links:

MiniCM10-4.0.2-20130206-UNOFFICIAL-p350.zip

Google apps
gapps-jb-20121011-signed.zip [NOT PREFFERED]
Mini Gapps : http://d-h.st/7zV [ Preffered ]

Instructions

First time installing CyanogenMod 10 to your Opimus Me P350, or coming from another ROM:

1. Root the Phone and Install CWM Recovery 5 or 6
2. Download the latest rom from the thread
3. Hold down VOL DOWN + HOME + POWER keys to enter recovery
4. Perform a Nandroid backup of your current ROM.[Optional]
5. MAKE FULL WIPE : format system,boot,dalivk,cache,data [Important to Avoid new bugs]
6. FLASH ROM ZIP
7. Flash GAPPS [ Optional ]
7. Install LINK2SD , select ext3 and reboot. [Optional]
8. Open Link2SD: Select AutoLink from Preferences. [Optional]
9. ENJOY CM10

Upgrading from earlier version of CyanogenMod 10:

Copy CM10 ZIP to your internal SDCard
1. Boot into Recovery
2. wipe cache and dalvik cache
3. Flash CM10 zip (your Google Apps will be backed up & restored automatically)
4. Reboot



Recommandations


  • Don't change CPU freq over 768 mhz
  • PERFORMANCE: Memory Management: zRAm: 28%, KSM: enable
  • ABOUT PHONE: CM Stats, Enable reporting: off
WORKINGS:

  • Booting
  • Touch Screen
  • Baseband (GSM/phone/messages/GPRS/EDGE/3G)
  • Headphones
  • SD Card
  • Working HW acceleration
  • Bluetooth
  • OMX
  • Stock Gallery
  • 3D
  • Video Playback
  • Gralloc and Copybit
  • Browser
  • JB keyboard
  • Games
  • Usb Mass Storage
  • FM Radio - use Spirit FM app
  • Data limit, IPv4, IPv6
  • Network search
  • Buttons backlight
  • Bluetooth Tethering
  • Youtube LQ/MQ
  • Deep sleep
  • Animations Full Works
  • Wifi
  • GPS
  • Google play
  • Live wallpapers
  • USB/Wifi Tethering - with 3rd party apps
  • Color Banding free

Not Working or Partially Working:

  • Sensors [Will be Fixed]
  • Panorama

Features:

  • Removed wallpapers, Live wallpapers and Some ringtones
  • removed Bootanimation
  • removed ROM manager (can be downloaded from the play store)
  • removed few LatinIME dictionaries (da, hr, iw, ka)
  • no languages other then english (Use this app for languages )

Known issues:
  • Native Usb Tethering - use an external app
  • Panorama - It Captures But it is Blank Image

How to report bugs:

To be clear, posts without detailed instructions on how to reproduce a problem and without attached logs will be ignored.
Always provide android (adb logcat) and kernel logs (adb shell dmesg).
If it's a RIL problem we would need a radio log (adb logcat -b radio), too.


Sources:
Device:
https://github.com/PecanCM/android_device_lge_p350

Kernel:
https://github.com/PecanCM/lge-kernel-pecan

Vendor:
https://github.com/PecanCM/cm_vendor_lge

If anyone is bored, knows Java & Android, and wants to help on this project, I take patches!

Credits & gratitude:
  • Thanks to CyanogenMod Team for everything
  • Thanks to codeaurora forum for kernel patches
  • MiniCM Team for this source
  • Thanks to lgics for patches
  • Thanks to antdking for rebasing or updating device tree to jb, Gralloc, 3D and most fixes in kernel camera and other help
  • Thanks to Ron G for main base, all jb kernel, ics bugs fix , jb bug fixes everything
  • Thanks to Osamabinary for Fixing Reboot bug

If you like my work and want to give a small amount of money for me to buy a energy drink, please click the "Donate to me" button under my username. Otherwise I would be grateful if you can click the "Thanks" button on the bottom right of this post. Thanks :)
 
Last edited:

kD

Senior Member
Jan 20, 2012
1,176
2,945
San Diego, CA
Changelog

06/02/13 Alpha 3
  • Alpha 3 Released for JB
  • Latest Updated Source code
  • Fixed Random Reboots
  • Upstream changes
  • Project Alive Again

07/12/12 Alpha 2
  • Alpha 2 Released for JB
  • Latest Updated Source code
  • Audio Fixed
  • Camera Fixed
  • Video Recorder Fixed
  • Small Bug Fixes
  • Panorama Starts But Don't Work It Captures but it is Blank Black Image

05/12/12 Alpha 1
  • Initial Alpha 1 Released for JB
 
Last edited:

kD

Senior Member
Jan 20, 2012
1,176
2,945
San Diego, CA
Hey'll

Guys So Now PecanCM Is Having Gerrit Code Review System , Github Code and Jenkins Continous Build Intergration


Would you like to participate in Team?? Well Now you could :)!! If you have any patches or fixes to source codes you could surely send it to PecanCM Gerrit and We will Review it :) and Maybe we get you in the Team!

So Question Must Arise in your Mind! How to Push Patches?? !! Well So I'm Writing Small Guide Here For Pushing Patches to PecanCM Gerrit!

First of All I would like to tell you ! you must have bit knowledge about git

Now Let's Start!

Now It is For DEVS


  • First of all go to PecanCM Gerrit and on the top you could see register! You can Register via Google Account , Yahoo Account and OpenID! So Now Register your account!
  • Now You Need to Give your SSH Public Key to Gerrit for Authenication. First of all you need to generate SSH Keys If you haven't done it so far!
  • For Generating your SSH Keys Follow This Command in your Shells [ Terminals ]
  • ssh-keygen -t rsa -C "your_email@youremail.com"
  • Here you need to change your email with the email id your registered with
  • Now Just Press Enter Follow the Process Now you will get your id_rsa.pub file in your ~/.ssh/id_rsa.pub ! [ It May Change if you didn't go to normal process ]
  • Now Open your ~/.ssh/id_rsa.pub and Copy the Whole text
  • Now Open PecanCM Gerrit and Login and Now Go to Settings > SSH Public Keys > Add Keys
  • Now Paste your Whole Text here! and Save it
  • Now You Must be Authenicated !
  • Now You Can Push to any PecanCM Repo like
  • First do your commits.
  • Now Time to Push your Commits for Review
  • git push ssh://yourgerritusername@review.pecancm.org:6117/PecanCM/reponame HEAD:refs/for/branch [ branch = name of branch ]
  • Now it should be pushed! and you should be given link to review on terminal!

Well Maybe You Should Find my Guide Tough lol :D You Could also See Better Guide Here http://review.pecancm.org/Documentation/user-upload.html


Now It is For Users

So Friends We Have Configured Jenkins Builder for PecanCM Which is 24/7 Up You Could Check Current Build Status Over PecanCM Jenkins


If you want to see latest current build open this link http://jenkins.pecancm.org

So Guys PecanCM needs upgrade to their Servers to Get CM-10.1 , CM-10 , CM9 Builds Faster If you can You can donate us small amount of money and that will help us lot! if you want to do so we accept donation via paypal! if you want to donate go to under our usernames and there it is donate button :)
 
Last edited:

Anurag pandey

Senior Member
Apr 19, 2012
901
1,266
Mumbai
Is the system partition big enough to flash full gapps on the rom?
I think maybe u need to provide light gapps

Sent from Vegeta's scouter
 

DarkRising

Senior Member
Sep 18, 2012
236
90
São Paulo
First Post ->
Random Reboots (WE'RE TRYING). No, they didn't fix it yet.

And Keyur, i say that ICS will not get some attention because JB isn't more a dream for our phone soon we will get the hands on it and ICS will be left back.
 
  • Like
Reactions: djnand

kD

Senior Member
Jan 20, 2012
1,176
2,945
San Diego, CA
First Post ->
Random Reboots (WE'RE TRYING). No, they didn't fix it yet.

And Keyur, i say that ICS will not get some attention because JB isn't more a dream for our phone soon we will get the hands on it and ICS will be left back.

Yeah jb is no more dream we can say dream came alive :)





Just 1 question, still reboot every 5 minutes like cm10 alpha from RON or automatic reboot already fix in this ROM?

Sent from my LG-P350 using xda app-developers app
No bro there is still that bug but i think we can fix it up soon






Is the system partition big enough to flash full gapps on the rom?
I think maybe u need to provide light gapps

Sent from Vegeta's scouter
Yeah bro you're right we will need mini gapps


Sent from my LG-P350 using xda premium
 
  • Like
Reactions: djnand

Top Liked Posts

  • There are no posts matching your filters.
  • 23
    22hv9d.png
    CyanogenMod (MiniCM) is a free, community built, aftermarket firmware distribution of Android 4.1 (JB), which is designed to increase performance and reliability over stock Android for your device.

    Disclaimer:

    Code:
    #include 
    /*
     * 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.
     *
     */

    MiniCM is based on the Cyanogenmod Project and Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod and MiniCM does still include various hardware-specific code, which is also slowly being open-sourced anyway.

    All the source code for Jellybean or MiniCM10 is available in the PecanCM Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.


    Note:
    1. If you want to use this rom as base, for another rom, ask PecanCM Team permissions!
    2. If you like this rom, click thanks button, no need to get Offtopic in this thread
    3. Respect the moderator who cleans the thread from spammer, and all other people

    This is a team work by Ron G, Antdking , venkat kamesh , osamabinary and me

    Download Links:

    MiniCM10-4.0.2-20130206-UNOFFICIAL-p350.zip

    Google apps
    gapps-jb-20121011-signed.zip [NOT PREFFERED]
    Mini Gapps : http://d-h.st/7zV [ Preffered ]

    Instructions

    First time installing CyanogenMod 10 to your Opimus Me P350, or coming from another ROM:

    1. Root the Phone and Install CWM Recovery 5 or 6
    2. Download the latest rom from the thread
    3. Hold down VOL DOWN + HOME + POWER keys to enter recovery
    4. Perform a Nandroid backup of your current ROM.[Optional]
    5. MAKE FULL WIPE : format system,boot,dalivk,cache,data [Important to Avoid new bugs]
    6. FLASH ROM ZIP
    7. Flash GAPPS [ Optional ]
    7. Install LINK2SD , select ext3 and reboot. [Optional]
    8. Open Link2SD: Select AutoLink from Preferences. [Optional]
    9. ENJOY CM10

    Upgrading from earlier version of CyanogenMod 10:

    Copy CM10 ZIP to your internal SDCard
    1. Boot into Recovery
    2. wipe cache and dalvik cache
    3. Flash CM10 zip (your Google Apps will be backed up & restored automatically)
    4. Reboot



    Recommandations


    • Don't change CPU freq over 768 mhz
    • PERFORMANCE: Memory Management: zRAm: 28%, KSM: enable
    • ABOUT PHONE: CM Stats, Enable reporting: off
    WORKINGS:

    • Booting
    • Touch Screen
    • Baseband (GSM/phone/messages/GPRS/EDGE/3G)
    • Headphones
    • SD Card
    • Working HW acceleration
    • Bluetooth
    • OMX
    • Stock Gallery
    • 3D
    • Video Playback
    • Gralloc and Copybit
    • Browser
    • JB keyboard
    • Games
    • Usb Mass Storage
    • FM Radio - use Spirit FM app
    • Data limit, IPv4, IPv6
    • Network search
    • Buttons backlight
    • Bluetooth Tethering
    • Youtube LQ/MQ
    • Deep sleep
    • Animations Full Works
    • Wifi
    • GPS
    • Google play
    • Live wallpapers
    • USB/Wifi Tethering - with 3rd party apps
    • Color Banding free

    Not Working or Partially Working:

    • Sensors [Will be Fixed]
    • Panorama

    Features:

    • Removed wallpapers, Live wallpapers and Some ringtones
    • removed Bootanimation
    • removed ROM manager (can be downloaded from the play store)
    • removed few LatinIME dictionaries (da, hr, iw, ka)
    • no languages other then english (Use this app for languages )

    Known issues:
    • Native Usb Tethering - use an external app
    • Panorama - It Captures But it is Blank Image

    How to report bugs:

    To be clear, posts without detailed instructions on how to reproduce a problem and without attached logs will be ignored.
    Always provide android (adb logcat) and kernel logs (adb shell dmesg).
    If it's a RIL problem we would need a radio log (adb logcat -b radio), too.


    Sources:
    Device:
    https://github.com/PecanCM/android_device_lge_p350

    Kernel:
    https://github.com/PecanCM/lge-kernel-pecan

    Vendor:
    https://github.com/PecanCM/cm_vendor_lge

    If anyone is bored, knows Java & Android, and wants to help on this project, I take patches!

    Credits & gratitude:
    • Thanks to CyanogenMod Team for everything
    • Thanks to codeaurora forum for kernel patches
    • MiniCM Team for this source
    • Thanks to lgics for patches
    • Thanks to antdking for rebasing or updating device tree to jb, Gralloc, 3D and most fixes in kernel camera and other help
    • Thanks to Ron G for main base, all jb kernel, ics bugs fix , jb bug fixes everything
    • Thanks to Osamabinary for Fixing Reboot bug

    If you like my work and want to give a small amount of money for me to buy a energy drink, please click the "Donate to me" button under my username. Otherwise I would be grateful if you can click the "Thanks" button on the bottom right of this post. Thanks :)
    6
    Changelog

    06/02/13 Alpha 3
    • Alpha 3 Released for JB
    • Latest Updated Source code
    • Fixed Random Reboots
    • Upstream changes
    • Project Alive Again

    07/12/12 Alpha 2
    • Alpha 2 Released for JB
    • Latest Updated Source code
    • Audio Fixed
    • Camera Fixed
    • Video Recorder Fixed
    • Small Bug Fixes
    • Panorama Starts But Don't Work It Captures but it is Blank Black Image

    05/12/12 Alpha 1
    • Initial Alpha 1 Released for JB
    5
    Hey'll

    Guys So Now PecanCM Is Having Gerrit Code Review System , Github Code and Jenkins Continous Build Intergration


    Would you like to participate in Team?? Well Now you could :)!! If you have any patches or fixes to source codes you could surely send it to PecanCM Gerrit and We will Review it :) and Maybe we get you in the Team!

    So Question Must Arise in your Mind! How to Push Patches?? !! Well So I'm Writing Small Guide Here For Pushing Patches to PecanCM Gerrit!

    First of All I would like to tell you ! you must have bit knowledge about git

    Now Let's Start!

    Now It is For DEVS


    • First of all go to PecanCM Gerrit and on the top you could see register! You can Register via Google Account , Yahoo Account and OpenID! So Now Register your account!
    • Now You Need to Give your SSH Public Key to Gerrit for Authenication. First of all you need to generate SSH Keys If you haven't done it so far!
    • For Generating your SSH Keys Follow This Command in your Shells [ Terminals ]
    • ssh-keygen -t rsa -C "your_email@youremail.com"
    • Here you need to change your email with the email id your registered with
    • Now Just Press Enter Follow the Process Now you will get your id_rsa.pub file in your ~/.ssh/id_rsa.pub ! [ It May Change if you didn't go to normal process ]
    • Now Open your ~/.ssh/id_rsa.pub and Copy the Whole text
    • Now Open PecanCM Gerrit and Login and Now Go to Settings > SSH Public Keys > Add Keys
    • Now Paste your Whole Text here! and Save it
    • Now You Must be Authenicated !
    • Now You Can Push to any PecanCM Repo like
    • First do your commits.
    • Now Time to Push your Commits for Review
    • git push ssh://yourgerritusername@review.pecancm.org:6117/PecanCM/reponame HEAD:refs/for/branch [ branch = name of branch ]
    • Now it should be pushed! and you should be given link to review on terminal!

    Well Maybe You Should Find my Guide Tough lol :D You Could also See Better Guide Here http://review.pecancm.org/Documentation/user-upload.html


    Now It is For Users

    So Friends We Have Configured Jenkins Builder for PecanCM Which is 24/7 Up You Could Check Current Build Status Over PecanCM Jenkins


    If you want to see latest current build open this link http://jenkins.pecancm.org

    So Guys PecanCM needs upgrade to their Servers to Get CM-10.1 , CM-10 , CM9 Builds Faster If you can You can donate us small amount of money and that will help us lot! if you want to do so we accept donation via paypal! if you want to donate go to under our usernames and there it is donate button :)
    5
    Changelog

    07/12/12 Alpha 2
    • Alpha 2 Released for JB
    • Latest Updated Source code
    • Audio Fixed
    • Camera Fixed
    • Video Recorder Fixed
    • Small Bug Fixes
    • Panorama Starts But Don't Work It Captures but it is Blank Black Image
    4
    And will Alpha3 be ready soon? I'd like to test it..

    Alpha 3 will be there when Reboot bug is fixed ;)