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

Root Where are all the devs at?

So my phone has been charging all night....about eight hours and only gone up 12 percent...any ideas.... same charger as I've always used so I can verify it works....
 
Ok so the Verizon sso fc at the beginning and since I don't use the vzw apps anyway was a simple fix. All I did was go into settings/ apps and disabled both the sso services. Now there is no fc on boot which speeds up the boot time a little bit.



Also, Google now does run stably on this. I don't know if anyone has tested it out but I flashed it and it rebooted just fine with no problems.



Oh and I also found out that data on reboot stays there you just sometimes have to disable data and then re-enable it. Although you can use the *#*# method a much quicker way is via power control in the status bar or widget.


Ok also I have no MMS at all. I did install the inverted aosp mms app. would this have anything to do with it?? I can't recieve or send them. and I use it a lot
 
Ok also I have no MMS at all. I did install the inverted aosp mms app. would this have anything to do with it?? I can't recieve or send them. and I use it a lot
The MMS issue is tied to CM itself. Either a build.prop line not correct or we're missing something in the RIL. This shouldn't stop you from receiving them as I've received 3 so far. Granted, being AOSP instead of CM9 MMS probably isn't helping either.
 
@d2a:

I'm trying to get data going on the loaner phone. First thing I'm doing is trying to replicate your jartest build so I have a good starting point, before trying to do JB.

I've got all your changes in that I can see: the proprietary blobs, the github commits, and your updated CLASSPATH. But still no data.

Any idea why not? Did you miss a github commit or do something else that wasn't reflected in the public repos?
 
is it set to the LGEQualcommUICCRil?
do you have the permissions xml files?

Yes, all of that.

I have found that my replacing /system/framework/framework.jar with your copy, it works. So whatever magic you did is in there...

It looks like yours is issuing different RIL commands than mine, but I have your RIL overlay files in my device tree. :confused:
 
Thats odd. Since I just changed the QualcommSharedRil.java and LGEQualcommRil.java and LGEQualcommUICCRil.java files and those changes came from CM10 for the Evo LTE
 
These seem to be the relevant differences:

1. Your RIL requests the IMSI (RIL_REQUEST_GET_IMSI), but mine does not.

2. Your RIL initially tries to setup a generic datacall just like mine and fails just like mine. But then yours retries with the third parameter set to VZWINTERNET and succeeds.

2a. Your RIL only seems to do this when using your apns-conf.xml. When using the generic CM version of apns-conf.xml, it doesn't.
 
I've not decompiled framework.jar but running "strings" on classes.dex yields this interesting difference between yours and mine:


@@ -115898,7 +115895,6 @@
skip
skip viewSizeChanged as w is 0
skipButton
-skipCdmaSubcription
skipChildren
skipChunk_native
skipCmp

Did you add a function skipCdmaSubscription() somewhere and not check it into github yet?
 
Or maybe my overlay isn't set correctly.... I see that function in your checkin and in my device tree overlay.
 
You dont have to modify QualcommSharedRIL in cm10, as thats already got the skip cdmasubscription function, just need the 2 LGE ones and the build.prop ;)

Thanks! Neph found the code, I just did the fiddling :D
 
One potential problem .. I can only seem to get 3G, not LTE. Is there a trick to that, or perhaps is my coverage not strong enough here...?
 
You guys seriously rock... I know it's been said countless times. But really, where would us spec users be with out you guys? Thank you tdm, d2a, neph, pg, and anyone else that has worked on this phone(sorry for not remembering your names)
 
Back
Top Bottom