- 01-12-2013, 02:32 PM
Thread Author #1
- 01-12-2013, 02:35 PM #2
- 01-12-2013, 02:59 PM #3
Re: [Official CyanogenMod] Superior Irken Organs
add jerryscript's system_core to get the thunderc offline charging working.
Thanked by: - 01-12-2013, 03:33 PM
Thread Author #4
Re: [Official CyanogenMod] Superior Irken Organs
- 01-12-2013, 06:52 PM #5
Re: [Official CyanogenMod] Superior Irken Organs
This is the full commit.
Then add this to the top of the init.thunderc.rc, i think it's already there.
And this to the end of the Boardconfigcommon.mkCode:# This does offline charging: # * If booted via power button, chargerlogo will immediately exit, allowing # the boot to proceed normally. # * If booted via USB cable, chargerlogo will run indefinitely, blocking the # boot process from proceeding any further. on boot-pause exec sbin/chargerlogo
Code:# Charging while powered off BOARD_GLOBAL_CFLAGS += -DCHARGERMODE_CMDLINE_NAME='"lge.reboot"' -DCHARGERMODE_CMDLINE_VALUE='"pwroff"'
Last edited by thekraven; 01-12-2013 at 07:17 PM.
Thanked by: - 01-12-2013, 07:55 PM
Thread Author #6
- 01-13-2013, 04:18 PM
Thread Author #7
Re: [Official CyanogenMod] Superior Irken Organs
ICS source for now well report error running repo sync, just a little f.y.i.
SuperiorIrkenOrgans 100% CyanogenMod for LGE Optimus devices.
[CyanogenMod-7 ROM+KERNEL] OM-Mandylion my CyanogenMod-7 ROM build.
[Recovery] ZenGarden 2.0.2.7-T a recovery to fit all your needs. - 01-14-2013, 11:09 AM #8
Re: [Official CyanogenMod] Superior Irken Organs
Steps to setup a build environment should be added if this is to replace the build your own rom thread
Tapatalk'n it from my VM670 running OM-Mandylion IHO on LS670ZVJ firmwareThanked by: - 01-14-2013, 04:54 PM #9Guess whos coming back!Thanked by:
- 01-14-2013, 05:32 PM
Thread Author #10
Re: [Official CyanogenMod] Superior Irken Organs
The Google page is a bit wordy and the idea is/was to get people to read it and post their questions here that way I know how best to write out the instructions.
SuperiorIrkenOrgans 100% CyanogenMod for LGE Optimus devices.
[CyanogenMod-7 ROM+KERNEL] OM-Mandylion my CyanogenMod-7 ROM build.
[Recovery] ZenGarden 2.0.2.7-T a recovery to fit all your needs.Thanked by: - 01-15-2013, 11:23 PM #11
Re: [Official CyanogenMod] Superior Irken Organs
I'm so trying this when I get my laptop back
- 01-16-2013, 02:06 PM
Thread Author #12
Re: [Official CyanogenMod] Superior Irken Organs
Updated the OP and Cole can please achive both both "Build you own ROM" and "[ROM+Kernel] Inferior Human Organs unofficial CM7.1 Threads".
SuperiorIrkenOrgans 100% CyanogenMod for LGE Optimus devices.
[CyanogenMod-7 ROM+KERNEL] OM-Mandylion my CyanogenMod-7 ROM build.
[Recovery] ZenGarden 2.0.2.7-T a recovery to fit all your needs. - 01-16-2013, 04:40 PM #13
Re: How to build Superior Irken Organs [Official CM source]
Probably. Let me think about it. I know that both of those threads are basically depreciated but I have a bit of an issue archiving them without the request coming from the OP
Sent from my Motorola RAZR MAXX using Tapatalk 2--Chris [cole2kb]

"Any story about malware on any platform...without numbers is not giving you the full picture, and just might be more worried about getting your clicks than any real discussion."
Words to live by: there are always two sides to every story. - 01-16-2013, 05:42 PM
Thread Author #14
Re: How to build Superior Irken Organs [Official CM source]
Thanks Cole.
Sent from my VM670 using Android Central ForumsSuperiorIrkenOrgans 100% CyanogenMod for LGE Optimus devices.
[CyanogenMod-7 ROM+KERNEL] OM-Mandylion my CyanogenMod-7 ROM build.
[Recovery] ZenGarden 2.0.2.7-T a recovery to fit all your needs. - 01-17-2013, 12:16 PM
Thread Author #15
Re: How to build Superior Irken Organs [Official CM source]
Did up some build.prop fixes on the GB branch and removed my laziness so now the build directory well be pulled from CyanogenMod's repo instead of SuperiorIrkenOrgans repo.
SuperiorIrkenOrgans 100% CyanogenMod for LGE Optimus devices.
[CyanogenMod-7 ROM+KERNEL] OM-Mandylion my CyanogenMod-7 ROM build.
[Recovery] ZenGarden 2.0.2.7-T a recovery to fit all your needs.Thanked by: - 01-19-2013, 02:57 PM #16
Re: How to build Superior Irken Organs [Official CM source]
Once I reverted to jdk-6, this compiled nicely on Slackware 14.0 and is now running smoothly on my phone.
I'm very new to playing with Android at this level. Where do I look to learn about what to change (and what can be changed), e.g., applying kernel patches to allow the msm7x27 governor? And, for that matter, where is the kernel config?
I don't mind being told to RTFM, but I would like to know which FM to read
- 01-19-2013, 03:24 PM
Thread Author #17
Re: How to build Superior Irken Organs [Official CM source]
The kernel is prebuilt and is located in in device > lge > thunderc_"model" > files > kernel. If you wish to compile one there are a few on github for are phones.
This is a very helpful video tutorial.
It is long, but very helpful.
Going to add some wiki's today and tomorrow on to github page to act as a manual.SuperiorIrkenOrgans 100% CyanogenMod for LGE Optimus devices.
[CyanogenMod-7 ROM+KERNEL] OM-Mandylion my CyanogenMod-7 ROM build.
[Recovery] ZenGarden 2.0.2.7-T a recovery to fit all your needs. - 01-19-2013, 03:45 PM #18
Re: How to build Superior Irken Organs [Official CM source]
Oh, hey, I noticed there's a /proc/config.gz!
All I have to do to get my current (working) kernel config file is this:
Code:$ adb pull /proc/config.gz .
Last edited by dzdzjb; 01-19-2013 at 03:56 PM.
- 01-19-2013, 04:14 PM
Thread Author #19
Re: How to build Superior Irken Organs [Official CM source]
If you want to use that kernel configuration, though this may cause some compiling errors with some source kernel builds.
SuperiorIrkenOrgans 100% CyanogenMod for LGE Optimus devices.
[CyanogenMod-7 ROM+KERNEL] OM-Mandylion my CyanogenMod-7 ROM build.
[Recovery] ZenGarden 2.0.2.7-T a recovery to fit all your needs. - 01-19-2013, 04:20 PM #20
Re: How to build Superior Irken Organs [Official CM source]
Oh, I'm not sure if I want to use that config, since that config will of course rely on whatever patches have been applied. I was just hitting my head against a wall searching the source tree in ~/Development/android wondering why I couldn't find a config! Silly me!
Knowing that the kernel is pre-built makes a difference, but having a working config file to use once I get to the point of playing with kernel compilation is also pretty nice
- 01-19-2013, 04:37 PM
Thread Author #21
Re: How to build Superior Irken Organs [Official CM source]
Once I finish writing the wiki pages, I'll push the correct kernel source with the need patch sometime in the next week.
SuperiorIrkenOrgans 100% CyanogenMod for LGE Optimus devices.
[CyanogenMod-7 ROM+KERNEL] OM-Mandylion my CyanogenMod-7 ROM build.
[Recovery] ZenGarden 2.0.2.7-T a recovery to fit all your needs. - 01-19-2013, 08:28 PM
Thread Author #22
Re: How to build Superior Irken Organs [Official CM source]
I'm moving the source over to bitbucket, this well help me keep it sparate from my github repositories.
Edit: Well have had six failed clone a temps, so bitbucket is a no go.Last edited by EarthnFire78; 01-19-2013 at 11:41 PM.
SuperiorIrkenOrgans 100% CyanogenMod for LGE Optimus devices.
[CyanogenMod-7 ROM+KERNEL] OM-Mandylion my CyanogenMod-7 ROM build.
[Recovery] ZenGarden 2.0.2.7-T a recovery to fit all your needs. - 01-21-2013, 12:39 AM
Thread Author #23
Re: How to build Superior Irken Organs [Official CM source]
Building a Google Site for the SuperiorIrkenOrgans that is going to serve as a RTFM or How to build and modify the build process, so that this thread can be a Q and A for the project. So when the Site is read, the OP is going to be modified a bit.
SuperiorIrkenOrgans 100% CyanogenMod for LGE Optimus devices.
[CyanogenMod-7 ROM+KERNEL] OM-Mandylion my CyanogenMod-7 ROM build.
[Recovery] ZenGarden 2.0.2.7-T a recovery to fit all your needs.Thanked by 2: - 01-22-2013, 12:07 PM
Thread Author #24
Re: How to build Superior Irken Organs [Official CM source]
Check out the SuperiorIrkenOrgans Web Page: link is in the OP
SuperiorIrkenOrgans 100% CyanogenMod for LGE Optimus devices.
[CyanogenMod-7 ROM+KERNEL] OM-Mandylion my CyanogenMod-7 ROM build.
[Recovery] ZenGarden 2.0.2.7-T a recovery to fit all your needs. - 01-22-2013, 12:38 PM #25
Re: Project SuperiorIrkenOrgans a [Official CM7 Source]
Looking good!
Tapatalk'n it from my VM670 running OM-Mandylion IHO on LS670ZVJ firmware
Similar Threads
-
[ROM] Official CyanogenMod 10 Nightlies
By dmmarck in forum Nexus 7 Rooting, ROMs, & HacksReplies: 42Last Post: 09-24-2012, 11:43 AM -
Official CyanogenMod Rom (CM 9.1) for HTC One X (endeavoru)
By asefzaman in forum HTC One XReplies: 2Last Post: 09-03-2012, 02:04 PM -
[ROM][AOSP][CM10][JB][7/25]Unofficial Official Cyanogenmod
By SeigaGen in forum Verizon Galaxy Nexus Rooting, ROMs, and HacksReplies: 14Last Post: 08-04-2012, 02:58 PM -
[Official] CyanogenMod 7 discussion
By enzofall in forum HTC EVO 4G Rooting, ROMs, and HacksReplies: 2401Last Post: 05-17-2012, 08:57 PM -
Official CyanogenMod Support
By terthii in forum Optimus V Rooting, ROMs, and HacksReplies: 12Last Post: 03-29-2012, 07:56 PM



Reply




































