Search results

  1. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    Guess i'm cooking with bacon from now on. Thank you!
  2. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    Been getting this on my builds since the 17th i believe. Couldn't seem to find a commit relating to possible changes. Have been using brunch for builds. ============================================ TARGET_PRODUCT=cyanpop_falcon TARGET_BUILD_VARIANT=userdebug TARGET_BUILD_TYPE=release...
  3. inyourface09

    Post Cm 13 CDMA (XT1028/XT1031) data experiment

    Built Cyanpop with the patch, i can confirm sms works on stock app, mms fails. 12-15 22:49:50.202 811 1937 D ConnectivityService: setProvNotificationVisible: E visible=false networkType=0 action=com.android.internal.telephony.PROVISION0 12-15 22:49:50.202 811 1937 D ConnectivityService...
  4. inyourface09

    Post Cm 13 CDMA (XT1028/XT1031) data experiment

    what is the last commit you added in tpa-moto
  5. inyourface09

    Post Cm 13 CDMA (XT1028/XT1031) data experiment

    Awesome work so far guys. I'd help more but im starting a new job and im having to learning alot on my spare time. This is the commit we are needing guys. I've tried to add it in but resulted in hellish compiling errors which I wasn't sure how to fix. Wasn't sure we needed it to begin with. Fix...
  6. inyourface09

    Post Cm 13 CDMA (XT1028/XT1031) data experiment

    Seems like all my issues now reside with APNs and DCT 12-11 02:50:17.851 1885 1885 D DCT : [0]setupDataOnConnectableApns: dataAttached 12-11 02:50:17.852 1885 1885 D DCT : [0]setupDataOnConnectableApns: apnContext {mApnType=hipri mState=IDLE mWaitingApns={null}...
  7. inyourface09

    Post Cm 13 CDMA (XT1028/XT1031) data experiment

    Ill add that in and run a build, THIS fixes NPE of reverse call back in phone. Also gapps doesnt crash anymore due to attempting connection.
  8. inyourface09

    Post Cm 13 CDMA (XT1028/XT1031) data experiment

    The build I have is very stable, voice and mms are perfect no FC or NPE now, Gapps doesnt freak out anymore.
  9. inyourface09

    Post Cm 13 CDMA (XT1028/XT1031) data experiment

    The Dummy sub id commit is the only thing that has made a difference. My build failed last night cause CM was merging 6.0.1 stuff. I've been studying the radio log and it seems its looping. Telephony: Fix DcSwitchStateMachine issues This one looks useful.
  10. inyourface09

    Post Cm 13 CDMA (XT1028/XT1031) data experiment

    DCT is murdering the data connection. It was so close... 1. The correct Numeric is pulled getOperatorNumberic - returning from NV: 311870 2. The correct APN is called [[ApnSettingV3] Boost Mobile CdmaNai, 1543, 31187 3. Trysetupdata is called due to dataAttached event...
  11. inyourface09

    Post Cm 13 CDMA (XT1028/XT1031) data experiment

    It takes me awhile to upload things, currently phone crashes cause it tries to reverselookup the incoming or outgoing phone number but no data so you get an NPE. Voice Works and data "should" be working but wont attach itself. Not getting any IP but full data registration from RIL and telephony...
  12. inyourface09

    Post Cm 13 CDMA (XT1028/XT1031) data experiment

    Ive got a build in the oven that will eliminate any "boring" fixes such as adding eri.xml for version and boost apns, etc. radio log is basically identical to working log of 5.1
  13. inyourface09

    Post Cm 13 CDMA (XT1028/XT1031) data experiment

    they removed 0x2 and 0x3 radios due to cdma not functioning, config_lte_capable has been removed from base on cm-13.0 as LTEonCDMA is defaulted to 0 unless instructed otherwise from prop.
  14. inyourface09

    Post Cm 13 CDMA (XT1028/XT1031) data experiment

    Im in the process of commiting a bunch of useful things we may need. Going to test as soon as build finishes. Commits so far Add dummy SUB record in CDMA NV mode - This gets Call and MMS Working, but phone still NPE's after testing going to add in these: Telephony: DcTracker: Fix CDMA APN...
  15. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    Ok great news! My current build has Voice and MMS working as of 6.0 on the XT1031 (Boost Mobile) I rebased this commit took some work and learning how to fix compiling errors but it works beautifully. I will be hopefully uploading later once i figure out how too. Good thing also is this should...
  16. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    how in the hell are you getting data, what all did you do??? I can only get my subscription going but setting NV....but your in ruim. my APN doesn't pickup like yours. Maybe only the APN needs reworking? Once setting NV via settings after adding in prop values it sets my apn to 310 00 which is a...
  17. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    LTE is set to 0 unless directed from prop Adding it in, Running a build now will post back soon. ---------- Post added at 09:04 PM ---------- Previous post was at 08:28 PM ---------- attach a radio log logcat -b radio
  18. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    You don't have to by any means, but it would be appreciated.
  19. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    After adding back ril.subscription.types=NV,RUIM to prop I get PRL, phone number, MIN all showing in log/settings. correct apn is picked up for 3g. Showing SS in registry and log. Now, we are back to where we were to begin with in cm12 literally the same exact issue...
  20. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    Also ive gotten a small amount of traction with CDMA, they removed some commits for setting a dummy_subid when given a negative number. The reason it was removed to begin with was that it was interfering with dual sim devices. Having something to do with sim selection. 02-21 16:52:32.619 269...
  21. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    Log seems significantly telling, I can't interpret much hopefully someone else can.
  22. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    0x2 and 0x3 gets no love. Im a big baby, using your tree and gonna rattle off some builds to play with cdma.If thats ok? If i find anything of use ill post back here, although i doubt I am. Just wishful thinking. Gonna throw spaghetti at the wall and see what sticks. If you have any useful...
  23. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    Did you apply root in developer settings before hand?
  24. inyourface09

    Post [ROM][6.0.1][FALCON] Android Ice Cold Project 11.0[Official Nightlies]

    Build 11/28 dialer fails to follow through with call. Sometimes the call will continue in the background while I get "Dialer has stopped." D/AndroidRuntime(14083): Shutting down VM E/AndroidRuntime(14083): FATAL EXCEPTION: main E/AndroidRuntime(14083): Process: com.android.dialer, PID: 14083...
  25. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    deleted wrong thread sorry.
  26. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    yea they removed 0x3 radio (cdma?) so i cant flash. guess i was right
  27. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    These 2 commits should fix data issues hopefully. http://review.cyanogenmod.org/#/c/121535/ http://review.cyanogenmod.org/#/c/121239/ Im trying to sort out and update my build environment currently if anyone gets the chance please try these!
  28. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    still no data on 11-29 build for CDMA Video recording fails to connect to camera, Selecting App Ops FC settings I assume they staged the commits for it so next build should have it working.
  29. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    That line was already present in cyanpop... could be their sources need updating from cm but ill try it, thank you! Rolan might have just fixed it, turns out it was simple :P RolanDroid do you have jenkins setup so we can view your build? I feel like a fat kid and your baking my cupcakes...
  30. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    What is it that we need to get cdma up and running? Or are we just waiting for the source to mature a bit?
  31. inyourface09

    Post [ROM][6.0.1][FALCON][OFFICIAL][NIGHTLY] CyanPop v6.4

    Works great! Ok so data is shot on cdma, no real shocker there. Any diagnostic info i can give you to troubleshoot let me know please. I am eager to get data going again considering how long it took to get it for LP. Its as smooth as butter. 11-29 03:37:51.147 306 1028 D audio_hw_primary...
  32. inyourface09

    Post [INDEX] Moto G [Falcon][Peregrine] Factory Firmware Images

    Ok i have never been more terrified flashing something in my life. I can confirm the 5.1 Boost stock firmware works. You will need mfastboot (not fastboot) to flash the multipart system image correctly. After all flashing steps have been followed (link in OP) reboot back into bootloader select...
  33. inyourface09

    Post [ROM][OFFICIAL] CM12.1 for the moto E 2015 LTE UNIFIED

    Build 5-6 for Boost Mobile Data is working with 3G, Toggling to 4g kills RIL. Still gets 3g. Wifi working, everything else seems the same. Logs attached. I am working on Pac rom at the moment have a stable working build but cant seem to get data up and running for Boost. I am getting cell...
  34. inyourface09

    Post [ROM][OFFICIAL] CM12.1 for the moto E 2015 LTE UNIFIED

    Any ideas if you have call and mms working with the 310 120 apn for sprint? I have gotten everything functioning but data, Im trying to not use the 31000 due to no 4g. Everything looks identical on logs, Data is attached and connection is possible. I feel as if Im missing something small. I get...
  35. inyourface09

    Post [ROM][OFFICIAL] CM12.1 for the moto E 2015 LTE UNIFIED

    broke data for me, ril took alot longer to show signal on status bar but even then data would not work. Also data isn't functional on the moto g yet i dont think, for Boost at least. SMS as well, last time I checked.
  36. inyourface09

    Post [ROM][OFFICIAL] CM12.1 for the moto E 2015 LTE UNIFIED

    xt1526 Built cm12.1 using your device, kernel, and vendor trees for Boost Mobile. Issues 4G LTE SMS Video Capture RIL takes awhile to get up and running after a clean boot. Setting to 4glte in settings can sometimes result in a soft reboot, as well as setting airplane mode. Sms was an...
  37. inyourface09

    Post [ROM][WIP] CM12.1 for the moto E 2015 CDMA LTE

    Issues. 4g is not functioning for CDMA moto e as of yet. Developers are working on it. Also 31000 represents the APN for boost. Needing to get this changed in the device tree but you are still connected to the boost mobile network. CM12.1 is very new for our device so give it some time before...
  38. inyourface09

    Post [ROM][OFFICIAL] CM12.1 for the moto E 2015 LTE UNIFIED

    Great Work Guys! Had to pick one of these up, got sick of having no expandable storage and 4g. Picked this puppy up for 50$ with my upgrade. Y'all on irc, may be able to contribute once i get caught up on finals. Using XT1526, love what you guys have accomplished so far keep it up!
  39. inyourface09

    Post [CM12][5.0.1][UNOFFICIAL][Multi-Variant Support][17/12/2014]

    I got that too while inserting build prop lines like a month ago. i was able to show the signal strength in the top bar but at least it was one step closer. i just have no idea what i did to get there.
  40. inyourface09

    Post [ROM] CyanogenMod 12 [20/11/2014][UNOFFICIAL]

    Thanks for that. I'll commit and build asap, let's see if it makes a difference. Well I shouldn't say commit rather than sync. Sent from my Moto G using XDA Free mobile app
  41. inyourface09

    Post [ROM] CyanogenMod 12 [20/11/2014][UNOFFICIAL]

    Yes I can confirm data and voice are there just not working as they should. Wish I could say as too why honestly but radio log is cluttered with trash :/ Sent from my Moto G using XDA Free mobile app
  42. inyourface09

    Post [ROM] CyanogenMod 12 [20/11/2014][UNOFFICIAL]

    Yes I have Sent from my Moto G using XDA Free mobile app
  43. inyourface09

    Post [ROM] CyanogenMod 12 [20/11/2014][UNOFFICIAL]

    Adb logcat -b radio -b system > log.txt Let the phone sit and enter sleep. Sent from my Moto G using XDA Free mobile app
  44. inyourface09

    Post [Q&A] [ROM][8/07/14][4.4.4][ART/DEODEX][Android L Mode] Google Play Edition (#BESTRO

    post to http://pastebin.com/ and post back with the url for both please.
  45. inyourface09

    Post [Q&A] [ROM][8/07/14][4.4.4][ART/DEODEX][Android L Mode] Google Play Edition (#BESTRO

    adb logcat -b radio > radio.log adb shell su dumpsys telephony.registry (copy and past into pastebin)
  46. inyourface09

    Post [Q&A] [ROM][8/07/14][4.4.4][ART/DEODEX][Android L Mode] Google Play Edition (#BESTRO

    Can a CDMA user please post a radio log as well as the output from Dumpsys telephony.registry Please? Sent from my Moto G using XDA Free mobile app
  47. inyourface09

    Post [ROM] CyanogenMod 12 [20/11/2014][UNOFFICIAL]

    Radio log? Please? So I can compare yo last Sent from my Moto G using XDA Free mobile app
  48. inyourface09

    Post [ROM] CyanogenMod 12 [20/11/2014][UNOFFICIAL]

    A dev that has free time should try these commits: http://review.cyanogenmod.org/#/c/78919/ http://review.cyanogenmod.org/#/c/78128/ need to test and examine radio log with these commits on xt1031. I would but im currently doing class work as I am needing to catch up before the end of the semester.
  49. inyourface09

    Post [ROM] CyanogenMod 12 [20/11/2014][UNOFFICIAL]

    For online documentation. Attempting to fix NPE: E/CellBroadcastConfigService(17071): exception enabling cell broadcast channels E/CellBroadcastConfigService(17071): java.lang.NullPointerException: Attempt to read from null array E/CellBroadcastConfigService(17071): at...