Recent content by inyourface09

  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...