• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [ROM] Quattrimus JB (CM10, AOKP41)

can you flash 4.2 gapps onto cm10? will that work

I found this and wasn't too know if it would work on our ROM http://forum.xda-developers.com/showthread.php?t=1965290

yes 4.2 gapps works just fine. I use it on both cm10 and aokp 41. The one I use also installs the 4.2 camera so of course that's not going to work, and google now doesn't work. (I need to just remove them from the zip) both have easy fixes though. Either remove those files from the 4.2 gapps or after you flash it use a root explorer (I like solid explorer) and navigate to system/apps and delete galaxy.apk and the gallery apk and then delete velvet.apk and then just install drag and drop the camera apk from the cm10 zip or just install your own camera from the market. And of course you can grab google now from the market.

Everything else works perfect.
 
I hadn't clicked on the link before I made my previous post but now I have and I just wanted to let you know that that is the GAPPS I use.

Does the mod just add the 4.2 apps or does it deal with any of the backline android system core? I keep hearing about how good 4.2 is and how smooth and such, I just flashed it and wondered from those who have flashed it if you noticed any performance gain. Also if this takes us to 4.2.....which I am almost sure it doesn't......then we need to change the about phone page. If it is just a way to get the 4.2 apps then that is cool as well and we don't need to change about phone lol. Wasn't sure.

Thanks for rocking these ROMS
 
I'm sorry for asking if this has been answered/explained already but why does the swype/gesture typing not work on this rom?
 
yes 4.2 gapps works just fine. I use it on both cm10 and aokp 41. The one I use also installs the 4.2 camera so of course that's not going to work, and google now doesn't work. (I need to just remove them from the zip) both have easy fixes though. Either remove those files from the 4.2 gapps or after you flash it use a root explorer (I like solid explorer) and navigate to system/apps and delete galaxy.apk and the gallery apk and then delete velvet.apk and then just install drag and drop the camera apk from the cm10 zip or just install your own camera from the market. And of course you can grab google now from the market.

Everything else works perfect.

Gallery seems to be working so we may not need to remove it per se. I can certainly speak to the stock camera not working....FC's every time and so I will use a different cam app....no biggie.
 
Gallery seems to be working so we may not need to remove it per se. I can certainly speak to the stock camera not working....FC's every time and so I will use a different cam app....no biggie.

First time I ran it the gallery always forced closed as well so now I just delete it. I'll have to try it out again and see if it will work. Thanks for the heads up
 
Does the mod just add the 4.2 apps or does it deal with any of the backline android system core? I keep hearing about how good 4.2 is and how smooth and such, I just flashed it and wondered from those who have flashed it if you noticed any performance gain. Also if this takes us to 4.2.....which I am almost sure it doesn't......then we need to change the about phone page. If it is just a way to get the 4.2 apps then that is cool as well and we don't need to change about phone lol. Wasn't sure.

Thanks for rocking these ROMS

it just adds the apps. This doesnt give us 4.2
 
Does the mod just add the 4.2 apps or does it deal with any of the backline android system core? I keep hearing about how good 4.2 is and how smooth and such, I just flashed it and wondered from those who have flashed it if you noticed any performance gain. Also if this takes us to 4.2.....which I am almost sure it doesn't......then we need to change the about phone page. If it is just a way to get the 4.2 apps then that is cool as well and we don't need to change about phone lol. Wasn't sure.

Thanks for rocking these ROMS
I don't believe it touches framework. The features of the package listed are all gapps/cosmetic, not correct coding.

Believe me, if it REALLY updated the framework, it would be included in most cm10 posts.
 
because that is from the 4.2 keyboard and this is 4.1

But it's easy to get the 4.2 keyboard.

I tried flashing the 4.2 keyboard and it still wouldn't work. I'll try again when I get home but that's basically what you're supposed to do right?
 
I tried flashing the 4.2 keyboard and it still wouldn't work. I'll try again when I get home but that's basically what you're supposed to do right?

I think there is way to flash it or to just drag and drop it

You could flash the 4.2 gapps and that will give it to you. Also the 4.2 keyboard is available on the page with 4.2gapps as an independent download. I personally hate the 4.2 keyboard. Is slow and not as good as swype.
 
Interesting issue for me. Sorry if this has already been brought up but I haven't seen it. Pulled phone off charger yesterday at a hundred percent. I have the 3.7 volt extended battery from lg. It is still reading 100%. Haven't charged it at all since then. It's been under full use, i.e. apps, browsing, messaging, videos etc. I don't understand how this would happen and I am gonna go through the cab restore and re-root and all that because I want to do a clean install before I do beta 5. Figured I'd let you all know about the issue in case someone wants a ksmg or anything from me before I attempt to fix
 
Interesting issue for me. Sorry if this has already been brought up but I haven't seen it. Pulled phone off charger yesterday at a hundred percent. I have the 3.7 volt extended battery from lg. It is still reading 100%. Haven't charged it at all since then. It's been under full use, i.e. apps, browsing, messaging, videos etc. I don't understand how this would happen and I am gonna go through the cab restore and re-root and all that because I want to do a clean install before I do beta 5. Figured I'd let you all know about the issue in case someone wants a ksmg or anything from me before I attempt to fix


Try doing a full wipe in cwm and installing beta5 but also wipe battery stats. Do this on a full charge. Let me know how it goes.
 
Sent an email to the codeaurora developer who introduced the code which is causing the cpufreq crash. Hopefully he will respond.

I know enough about the code to see what's happening. In a nutshell, cpu#0 is running and cpu#1 is offline/disabled. This is normal. Something decides to bring cpu#1 online (presumably due to need for increased processing power). The hardware code that sets the cpu parameters is supposed to be run on the same cpu that it's setting (that is, cpu#1). Usually this is the case, but sometimes cpu#0 is running the code. This is apparently invalid and causes the code to fail, which in turn causes the kernel to crash and reboot.

Unfortunately, I don't know enough about the code or the hardware to come up with a good solution yet.

So far my best solution is to just remove that check. But I don't know what will happen if cpu#0 tries to set the parameters for cpu#1. It may work okay or it may cause an invalid hardware state and reboot anyway.

All other solutions would require deeper investigation into the kernel scheduler. For example, detecting the situation and (re)scheduling cpu#1 to run the code. Or perhaps making the notifier call chain atomic so that the scheduler can't switch out the running cpu from underneath us.
 
Try doing a full wipe in cwm and installing beta5 but also wipe battery stats. Do this on a full charge. Let me know how it goes.

just got to a pc, testing now
EDIT: full wipe flashed cm10 b5, battery indicator works now, thankfully, now I don't have to reflash cab
 
Not asking for the labor but rather the insight..

You must download le sexy rom than also separately a GAPPS and make them mate in the flashing process one before and after the other..

Why is this a preferred method to just including optimum GAPPS inside of rom zip?

Also I know that there is a GAPPS 4.2 out for some device but will not blend with this AOKP 41 because of certain things.. If I get rid of the not wanted camera and google play and put in 4.1 will people want this? Is it worth to do to maybe even incorporate into future 4.1 roms?
 
Not asking for the labor but rather the insight..

You must download le sexy rom than also separately a GAPPS and make them mate in the flashing process one before and after the other..

Why is this a preferred method to just including optimum GAPPS inside of rom zip?

Also I know that there is a GAPPS 4.2 out for some device but will not blend with this AOKP 41 because of certain things.. If I get rid of the not wanted camera and google play and put in 4.1 will people want this? Is it worth to do to maybe even incorporate into future 4.1 roms?
Its a license violation to incorporate gapps into the flashable zip for source built roms.
 
Interesting issue for me. Sorry if this has already been brought up but I haven't seen it. Pulled phone off charger yesterday at a hundred percent. I have the 3.7 volt extended battery from lg. It is still reading 100%. Haven't charged it at all since then. It's been under full use, i.e. apps, browsing, messaging, videos etc. I don't understand how this would happen and I am gonna go through the cab restore and re-root and all that because I want to do a clean install before I do beta 5. Figured I'd let you all know about the issue in case someone wants a ksmg or anything from me before I attempt to fix
Should the spectrum be pulling 3.7 volts? Mine is pulling 4 constantly, is that normal?
 
Try doing a full wipe in cwm and installing beta5 but also wipe battery stats. Do this on a full charge. Let me know how it goes.
I say tread with caution when wiping battery stats on this device. On some older devices, like the DROID 2,it was common to have the battery not align with the rom and require a stat wipe, but that's not the case with this device.
I've flashed back and forth, several roms on my Spec and haven't needed a battery stat wipe. It's seemingly then one thing LG got right with this device.
 
A thought struck me this evening while thinking about the cpufreq crash ... I only have a stack for the crashing code path, not the normal code path. I'll get a normal stack to compare against. That should help in figuring out what is going wrong.
 
thank you TDM and all developers who made this possible!! This was the first time i attempted to flash a phone, let alone my daily driver. I was a little apprehensive with all of the comments about GPS not working and radio signal not functioning properly. Honestly i thought i was going to brick my phone, but the thought of running JB 4.1 was worth the risk. I'm happy to say that everything worked out!!! GPS, phone signal (3G-4G), and WIFI! haven't tried blue tooth yet, but i never use it anyway. in the process now of recovering all my apps and personalizing my new device :)
The only issue i had was backing up my contacts and sms messages. Titanium backup locked up once it reached my contacts for some reason... but its a minor gripe, especially considering this is my first time doing this and it worked out so well for me!

Thanks again for such a well put together forum and a damn good community of individuals! I just wish that i was on the technical level of you guys to somehow contribute something back... thanks again, i havent been able to put my phone down for hours!
 
  • Like
Reactions: tdm
Back
Top Bottom