Looks good by eye, but, can't check now, gotta go work soon after a nap. Should have time Monday if I'm lucky or Tuesday if not. Most likely by the time I'm back to it more bugs'll get squished while I wait.Do I need to push anything else? Try manually adding Virgin Mobile in the new eri.xml before compiling. Or grab the eri.xml from the compiled frameworks-res.apk via 7zip and swap out anywhere you see sprint. Then throw it back into the xml folder. I know my manifest isn't updated.
Sent from my SPH-L900 using AC Forums mobile app
USB tether works on thekraven's build (using now). Wifi tether still broken - says Error.
Use this instead: repo init -u git://github.com/androidarmv6/android.git -b cm-11.0skinbark runing repo init -u git://github.com/skinbark/android.git -b cm-11.0 then repo sync gives this error
error.GitError: androidarmv6/android_external_chromium_org rev-list (u'^977480fc0090547f6cf5afafd54563df43eedb82', 'HEAD', '--'): fatal: bad object 977480fc0090547f6cf5afafd54563df43eedb82
Delete the directory you initialized the repo in and run the command in an empty directory. If it still won't download you should create a github account if you haven't already, fork the androidarmv6 'android' project and edit default.xml by commenting out the android_external_chromium_org project with <!-- project --> and initialize your source withit still returns the same error
I think they have the Atheros ath6kl chip. And thunderc use the bcm4325 with the drivers ported from bcm4329 I believe. Maybe look at the driver FM code and try to see if that's a battery drainer. In ICS battery life was better with WPA_SUPPLICANT_VERSION := VER_0_6_X, so you might look at what's needed to port that.
oh, my, they've really changed stuff up in there. No easy drop-in for me. the sms.blahblah functions aren't there with the same name.I don't see the virgin mms fix from blarf in cm11 yet. I think in CM-11, they split it up into InboundSmsHandler.java and cdmasmsdispatcher now. Looks like it would go inside the InboundSmsHandler.java now.
https://github.com/CyanogenMod/andr...mmit/417458b50576a2438b0ed5771a2015b08659a32d
duh, looked in wrong file, needed the cdma folder. CdmaInboundSmsHandler.java looks similar enough I'm trying to build with a patch.oh, my, they've really changed stuff up in there. No easy drop-in for me. the sms.blahblah functions aren't there with the same name.
V/TransactionSettings( 990): APN setting: MMSC: http://mmsc.vmobl.com:8088/mms? looked for: current IS NOT NULL
W/TransactionService( 990): Exception occurred while handling message: { when=-83ms what=1 arg1=1 obj=transactionType: 1 uri: content://mms/1 pushData: null mmscUrl: null proxyAddress: null proxyPort: 0 target=com.android.mms.transaction.TransactionService$ServiceHandler }
W/TransactionService( 990): at com.android.mms.transaction.TransactionService.beginMmsConnectivity(TransactionService.java:552)
W/TransactionService( 990): at com.android.mms.transaction.TransactionService$ServiceHandler.processTransaction(TransactionService.java:890)
W/TransactionService( 990): at com.android.mms.transaction.TransactionService$ServiceHandler.handleMessage(TransactionService.java:733)
Which actually made no difference. Any operator_alpha/mcc/mnc programmed into the overlay, device makefile, and apns-conf.xml that I tried would send/recieve mms once activated.I also changed the eri.xml text to Virgin Mobile and changed all the VM670 instead of LS670 in the device folders everywhere I could grep it (except for the GB build fingerprint bit) before building so it would all get along happy-like. I hoped.
hotspot works, no modifications. that is awesome.... Here's a test build for bluetooth and wifi tethering with patches from androidmeda. I had build errors using their patch and had to add a file;: device/lge/thunderc/bluetooth/vnd_thunderc.txt to get it to build. I just renamed the libbt_lge.txt ...