Skip to content
Snippets Groups Projects
  1. Dec 15, 2012
  2. Dec 06, 2012
  3. Dec 04, 2012
    • Oliver Gjoneski's avatar
      cm: apns-conf.xml: (eHRPD/LTE handoff) Change pdp type for default APNs · 285d4c2a
      Oliver Gjoneski authored
      This is to address hang-ups in eHRPD-LTE hand-offs as witnessed on d2spr.
      
      Log of problem:
      
      [GsmDC-6] Connecting to carrier: 'APN2 EHRPD internet' APN: 'n.ispsn' proxy: 'null' port: 'null'
      [0319]> SETUP_DATA_CALL 15 0 n.ispsn null null 0 IPV4V6
      ....
      qmi_ril(0/281): [event] qcril_data_event_hdlr: Dual-IP Partial Retry: Failure
      qcril_data_event_hdlr: Dual-IP Partial Retry: Sending setup data call failure code
      
      On stock rom:
      
      [GsmDC-50] Connecting to carrier: 'APN2 EHRPD internet' APN: 'n.ispsn' proxy: '' port: '
      [GsmDC-50] Allow IPv6 type request: false
      [9240]> SETUP_DATA_CALL 15 0 n.ispsn 0 IP
      
      Note, PDP type on stock rom/APN is not Dual-IP. Without information on how
      "Allow IPv6 type request" is tested, for now force the PDP change via apns-conf.xml
      
      Change-Id: I938bf9d1a0b50ec72283fbdba3785832519f3f48
      285d4c2a
  4. Dec 02, 2012
    • Atin M's avatar
      jenkins: add manta · 0a4d7d8b
      Atin M authored
      Change-Id: I287b8ee6f2fc81d344c69eb6e4f869b3852c1477
      manta: Google Nexus 10
      0a4d7d8b
  5. Nov 29, 2012
    • Takazumi Matsumoto's avatar
      cm: Add mini tablet config · fb9eb296
      Takazumi Matsumoto authored
      For tablets with constrained system partitions (i.e. Xoom),
      leave out some optional packages.
      
      (From CM10 I86e5e98e269915189bb99b7b04a6d7e638dfbe38)
      
      Change-Id: I35ef53d37e234ab05d641d6f536d0155a68d9ee2
      fb9eb296
  6. Nov 26, 2012
  7. Nov 23, 2012
  8. Nov 22, 2012
  9. Nov 19, 2012
  10. Nov 14, 2012
  11. Nov 13, 2012
  12. Nov 12, 2012
  13. Nov 11, 2012
  14. Nov 10, 2012
  15. Nov 08, 2012
  16. Nov 07, 2012
  17. Nov 06, 2012
  18. Nov 04, 2012
  19. Nov 01, 2012
  20. Oct 31, 2012
  21. Oct 30, 2012
  22. Oct 26, 2012
  23. Oct 24, 2012
    • Mike Kasick's avatar
      apns-conf-cdma: Remove Sprint CDMA MMS apn, conflicts with LTE/eHRPD service · c1d27deb
      Mike Kasick authored
      The old Sprint CDMA MMS apn uses the same MCC/MNC pair (310120) and apn
      type ("default") as Sprint's LTE/eHRPD service.  Thus, Sprint LTE devices
      attempt to connect to LTE/eHRPD services using the old CDMA MMS apn first,
      which usually fails, and thus delays service establishment.
      
      However, occasionally service "successfully" connects with the CDMA MMS
      apn, for unknown reasons, at which point that apn is set as the preferred
      apn for LTE connections.  Thus, any subsequent LTE/eHRPD connection attempt
      fails due to use of the wrong apn.
      
      By removing the old CDMA MMS apn, LTE/eHRPD connections will use the
      appropriate apns.  Furthermore
      com.android.mms.transaction.TransactionSettings::TransactionSettings does
      not query the bearer field when looking for valid MMS apns, so the
      LTE/eHRPD will continue to work on non-LTE Sprint devices.
      
      Note that with this change, the MMS apn now specifies an mmsproxy.
      
      Change-Id: Iba48bd6d120b02bc6265f958d0e04181d17f5c66
      c1d27deb
  24. Oct 22, 2012
  25. Oct 18, 2012
    • Ricardo Cerqueira's avatar
      cm: init.rc: Fix compcache and cleanup init file · 8f412cb1
      Ricardo Cerqueira authored
      The "import" keyword is only parsed once, for a one shot execution, during
      the initial section setup, and before running "on fs". Having an import of
      a file that's located in a filesystem other than root will result in an error
      like
      
      <3> init: could not import file '/system/etc/init.local.rc' from '/init.rc'
      
      So... any files imported into init need to be moved to the root fs.
      While we're at it, move init.rc changes that are specific to CM (and don't
      involve modification of preexisting configs) into this file, to ease future
      upstream merges (and minimize breakage on devices that override init.rc with
      their own variants)
      
      Needs to be paired with the corresponding system/core patch
      
      Change-Id: Iab6340db2e28ef19dbcd84ae5c71737ce0cd491f
      8f412cb1
  26. Oct 17, 2012
  27. Oct 14, 2012
    • Chirayu Desai's avatar
      otatools: build-with-colors · 39cb8782
      Chirayu Desai authored
      - add new file for common functions and stuff
       - though it doesn't contain any function now ;)
      - red color for errors
      - yellow color for "Optimizing: *"
      - cyan color for modversion :)
      - green color for "package complete"
      - and some general cleanup
      
      Change-Id: I83b2e352580e99b1766c5e63821281224cde5c49
      39cb8782
Loading