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

Root CM 10.2 Nightlies Discussion

Slightly ot but I'm busy working on a project that will enable pure aosp on many devices including this one. So forgive me for my delays this week.... I know the are some aosp fans watching... :)
More like "TDM fans" :)

Thanks for keeping this phone relevant!
 
  • Like
Reactions: tdm
Slightly ot but I'm busy working on a project that will enable pure aosp on many devices including this one. So forgive me for my delays this week.... I know the are some aosp fans watching... :)

Sounds awesome. I actually prefer AOSP but just having CM and AOKP is great. You have brought this device a long way. Thank you for all you have done.
 
Hey TDM, do you have the source for this up on github? I'd love to play with it a little this weekend if you don't mind.
 
Hey TDM, do you have the source for this up on github? I'd love to play with it a little this weekend if you don't mind.

Not yet. I should have it up next week.

Initial support will be mako find5 and iproj.

The are about 10 repos forked from aosp with about 400 commits total picked mostly from caf and some from cm.
 
Not yet. I should have it up next week.

Initial support will be mako find5 and iproj.

The are about 10 repos forked from aosp with about 400 commits total picked mostly from caf and some from cm.

AOSP work would be nice, but in this case I'm referring to cm10.2... I guess I should specify that.

Sorry
 
AOSP work would be nice, but in this case I'm referring to cm10.2... I guess I should specify that.

Sorry

No I don't. I'm using cm repos. Just look at the device changes for p930 and do the same thing for vs920. Don't forget to also update the egl blobs in vendor. And you will also need to remove libcamera from vendor, it doesn't work with mr2.
 
Hey TDM, have you heard any word from RMCC as to when nightlies for the Spec will start, or is he still working out the radio issues?
 
Hey TDM, have you heard any word from RMCC as to when nightlies for the Spec will start, or is he still working out the radio issues?

Actually I haven't had a chance to look at that yet. Been to busy playing with aosp. But I'll look at it later this week for sure.
 
Looking through the provided databases, they appear to match the shipped apns-conf.xml exactly. And looking through the telephony code, I don't see anything that would modify the database at runtime -- though I can't rule it out, as the code is quite complex.

So this all means that the issue is likely to be something I can reproduce and fix without a VZW account. I'll do some testing to see...
 
Hmm .. may have found something. On a clean boot, does logcat show this message?

"Internal APNS file version doesn't match"
 
See here:

https://github.com/CyanogenMod/android_vendor_cm/commit/f8ee0d8098b7daae56753fcaf65f2160bed38516

Do the same with /system/etc/apns-conf.xml after a clean install and see what happens. In other words, in recovery, do this:

* Do a nandroid
* Wipe data
* Install either one of my test builds
* Mount /system (adb mount /system)
* Pull /system/etc/apns-conf.xml (adb pull /system/etc/apns-conf.xml)
* Edit the version from 7 to 8
* Push the edited apns-conf.xml back (adb push apns-conf.xml /system/etc)
* Ensure the edited file has the same permissions (adb shell chmod 644 /system/etc/apns-conf.xml)
* Unmount /system (adb shell umount /system)
* Sync (adb shell sync)
* Reboot (adb shell reboot)

Hopefully that will fix LTE data.
 
LOL I just pm'd you the logcat, and I currently in the middle of flashing back to my nandroid. I'll get to this again in a little bit... sorry

edit: I ran out of time. I'll come back to it tonight if no one else gets this for you.
 
No dice on the APN fix. I keep getting telephony command errors. I'll PM you the log in a moment.

D/RilRequest( 1370): [0000]< GET_CURRENT_CALLS error: com.android.internal.telephony.CommandException: RADIO_NOT_AVAILABLE
 
No dice on the APN fix. I keep getting telephony command errors. I'll PM you the log in a moment.

D/RilRequest( 1370): [0000]< GET_CURRENT_CALLS error: com.android.internal.telephony.CommandException: RADIO_NOT_AVAILABLE

Did your APN db populate correctly? You can use sqlite3 from adb to check.
 
Back
Top Bottom