• 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)

For those wanting AOSP and brave enough to be a guinea pig...

quattrimus-iproj-aosp41-test.zip

This boots on my Nitro. I haven't installed this on a Spectrum so let me know how it works.

Known issues:
* Front camera doesn't work. If you select it, wipe gallery data to get the camera app back.
Rookie(ish) question... How do you get root/SU installed on AOSP? Unnecessary? Use the usual Spectrum root tool? Other?
 
Rookie(ish) question... How do you get root/SU installed on AOSP? Unnecessary? Use the usual Spectrum root tool? Other?

Is it not pre-rooted? If not, there is a supersu flashable zip that you can flash through cwm to root your device. I used to have it but don't know where it is anymore. A quick search on XDA would probably pull it up for you.
 
Is it not pre-rooted? If not, there is a supersu flashable zip that you can flash through cwm to root your device. I used to have it but don't know where it is anymore. A quick search on XDA would probably pull it up for you.
When I installed Superuser and "checked version", it said Legacy (in red) and TiBu couldn't get root perm. I may have fudge it when I did the SU check/update tho
 
Rookie(ish) question... How do you get root/SU installed on AOSP? Unnecessary? Use the usual Spectrum root tool? Other?

I probably forgot that lol. I had issues with it last time I played with AOSP. IIRC adb is root so just push the su binary and superuser apk from there or recovery.

I think I forgot voip and also didn't remove OpenWnn (Japanese IME). Look for more, I'm sure there's a few other things... ;)
 
I probably forgot that lol. I had issues with it last time I played with AOSP. IIRC adb is root so just push the su binary and superuser apk from there or recovery.

I think I forgot voip and also didn't remove OpenWnn (Japanese IME). Look for more, I'm sure there's a few other things... ;)

That's okay. You have done wonders just getting it to work on our phone.
 
  • Like
Reactions: tdm
Anyone get tethering to work on cm10?

I use wifi hotspot quite often right now. It works great. If you connect a laptop to it let it sit for a couple minutes. At first it looks like it won't connect properly because it will say limited connectivity but then it will work fine. Even wifi tether to my tablet.
 
I use wifi hotspot quite often right now. It works great. If you connect a laptop to it let it sit for a couple minutes. At first it looks like it won't connect properly because it will say limited connectivity but then it will work fine. Even wifi tether to my tablet.

When I connect my laptop to the wifi hotspot I can't be plugged into USB charging. I can connect the USB once the wifi connection happens, but doing it before causes the wifi to stop working.
 
When I connect my laptop to the wifi hotspot I can't be plugged into USB charging. I can connect the USB once the wifi connection happens, but doing it before causes the wifi to stop working.

This may be a usb composition issue. If others can verify this issue, file a bug in the tracker. Maybe me or one of the other devs can take a look.
 
Aosp works great.I've got 4g and no issues,but it looks like GPS isn't working...I didn't have it engaged before I flashed,though.

Anyone know the cwm button combo? I didn't flash gapps and can't reboot into recovery.

power + vol-

your 4g works? mine worked then dropped off to 3g and 1x. in *#*#4636#*#* LTE was not an option. Same thing back in the first days of CM with a non working ril.....:confused:
 
Alright so here comes a stupid question. When I plug my phone in to my computer through USB I don't get any USB options. How do I get my phone connected to my computer on CM10
 
power + vol-

your 4g works? mine worked then dropped off to 3g and 1x. in *#*#4636#*#* LTE was not an option. Same thing back in the first days of CM with a non working ril.....:confused:
Yup. At first, I had data and it turned off, but I rebooted and had 4G for the next 3 hours I had the rom flashed. Fwiw, I came from cm10 and did a wipe beforehand. Gps wasn't working I aosp, but I bet that's because it was off before I flashed it.
 
I use wifi hotspot quite often right now. It works great. If you connect a laptop to it let it sit for a couple minutes. At first it looks like it won't connect properly because it will say limited connectivity but then it will work fine. Even wifi tether to my tablet.

I have found this accelerates the wait on windows.

run>cmd>ipconfig release>ipconfig renew>exit
 
I have found this accelerates the wait on windows.

run>cmd>ipconfig release>ipconfig renew>exit
This is common across a lot of CM devices. not really a bug since its perfect in linux. its more of a windows issue than anything.

*Edit: The wait for tethered connections that is*
 
Alright so here comes a stupid question. When I plug my phone in to my computer through USB I don't get any USB options. How do I get my phone connected to my computer on CM10

evidently no one knows. I had never tried to do this before because I use airdroid and wifi tether for everything. But last night I Was over my cousins house and tried to hook my phone up to the pc and it wouldn't work. I looked all over settings and can't find anything. So you are not alone.
 
evidently no one knows. I had never tried to do this before because I use airdroid and wifi tether for everything. But last night I Was over my cousins house and tried to hook my phone up to the pc and it wouldn't work. I looked all over settings and can't find anything. So you are not alone.
Beta3 and fixed this issue, but it may not have taken effect if you have not done a wipe since before then. The already mentioned menu selection works just as well too.
 
TDM:

Noticed something while trying to get the Lucid kernel to boot properly. The CM10 init calls out both init.usb.rc and init.iproj.usb.rc . This shouldn't be an issue, but each init is calling out different settings for each "on property:sys.usb.config="

example:
init.usb.rc
on property:sys.usb.config=adb
write /sys/class/android_usb/android0/idVendor18d1
write /sys/class/android_usb/android0/idProduct D002

init.iproj.usb.rc
on property:sys.usb.config=adb
write /sys/class/android_usb/android0/idVendor1004
write /sys/class/android_usb/android0/idProduct 6000


Is it possible that they conflicting files are causing the occasional USB connection issues that people are running into, or would one file automaticly overwrite the others settings? In this case, init.usb.rc would be overwriting init.iproj.usb.rc as it's called later in the startup script.
 
TDM:

Noticed something while trying to get the Lucid kernel to boot properly. The CM10 init calls out both init.usb.rc and init.iproj.usb.rc . This shouldn't be an issue, but each init is calling out different settings for each "on property:sys.usb.config="

example:
init.usb.rc
on property:sys.usb.config=adb
write /sys/class/android_usb/android0/idVendor18d1
write /sys/class/android_usb/android0/idProduct D002

init.iproj.usb.rc
on property:sys.usb.config=adb
write /sys/class/android_usb/android0/idVendor1004
write /sys/class/android_usb/android0/idProduct 6000


Is it possible that they conflicting files are causing the occasional USB connection issues that people are running into, or would one file automaticly overwrite the others settings? In this case, init.usb.rc would be overwriting init.iproj.usb.rc as it's called later in the startup script.

Thanks. I believe the entries in init.usb.rc are generic and init.iproj.usb.rc are vzw specific. I don't know which take precedence.

I don't do Windows, so could you test and let me know if the generic entries are okay, or whether we would rather use the vzw entries?

Thx!
 
Thanks. I believe the entries in init.usb.rc are generic and init.iproj.usb.rc are vzw specific. I don't know which take precedence.

I don't do Windows, so could you test and let me know if the generic entries are okay, or whether we would rather use the vzw entries?

Thx!
Sounds good. I'll do a revised init tonight and test this out.
 
http://androidfiles.massivefilehost.com/cm10/cm10_Neph_Beta5_kernel.zip

For those that want to try out the modified scripts. This is from TDM's CM10 Beta 5. I cleared out the bad config files (stuff no longer around or duplicate entries) and corrected any errors I could find as JB likes to name things differently. I also changed the phone off charger images and charger binary back to stock LG (simple init fix). If anyone runs into issues with this, please let me know. So far I ran MTP, PTP, Mass storage, and USB Tether without issues.
 
http://androidfiles.massivefilehost.com/cm10/cm10_Neph_Beta5_kernel.zip

For those that want to try out the modified scripts. This is from TDM's CM10 Beta 5. I cleared out the bad config files (stuff no longer around or duplicate entries) and corrected any errors I could find as JB likes to name things differently. I also changed the phone off charger images and charger binary back to stock LG (simple init fix). If anyone runs into issues with this, please let me know. So far I ran MTP, PTP, Mass storage, and USB Tether without issues.

Crack-flashing now...

Looking good here. Able to connect in windows under all modes (MTP, PTP, Mass Storage). Didn't try USB tethering.
 
Back
Top Bottom