Commit Graph

210 Commits

Author SHA1 Message Date
Oliver Gjoneski
285d4c2a4d cm: apns-conf.xml: (eHRPD/LTE handoff) Change pdp type for default APNs
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
2012-12-04 17:11:16 -05:00
Ricardo Cerqueira
6698e5ebdb init.cm.rc: Fix startup banner, and move sysinit here
"getprop" depends on the presence of the property workspace
env var, which is created by the first starting service. Why
not make that sysinit itself? (\/) (°,,,°) (\/)
2012-11-23 17:15:16 +00:00
Shareef Ali
83b2d81dbf add support for metropcs LTE
Change-Id: I7f59d004e3d6d072427e238fc1d647c93b3b5e11
2012-10-31 09:38:01 -07:00
Mike Kasick
c1d27debdc apns-conf-cdma: Remove Sprint CDMA MMS apn, conflicts with LTE/eHRPD service
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
2012-10-24 14:29:19 -07:00
Ricardo Cerqueira
8f412cb14a cm: init.rc: Fix compcache and cleanup init file
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
2012-10-18 16:42:27 +01:00
codeworkx
83eb6b5033 apns: more love for Zain JO
Change-Id: Id2498bdfbbb7ca7efe2969817cbf39c19129bb9b
2012-09-29 00:38:50 +02:00
codeworkx
d86b19257d apns: update Zain JO
Change-Id: Iedeb1c7bac6600ebe432182534f58e9144e25ac6
2012-09-29 00:29:03 +02:00
Untouchab1e
7d4082e157 Fixed the incorrect APN details for Telenet Mobile in Belgium as detailed in issue 6228.
Change-Id: Ic55f2f5a7d25755bef9d46a818e7e8e5aa2779d5
2012-09-27 11:45:05 +02:00
codeworkx
a2887fc915 apns: update MTNL settings, unified for mumbai and delhi
Change-Id: Ib25eda8e9dec794753a8c98217bab70b8816a25f
2012-09-26 22:37:20 +02:00
Steve Kondik
abfc079413 cm: Compile Superuser from source
Change-Id: I988d7998bbac3a44770ea8d5fd0564afbca7bedb
2012-09-20 10:26:25 -07:00
Joseph Stahl
320b73eb6c fix for a typo in the comments of 50-cm.sh
Updated the file to reflect its use in CM10.

Change-Id: I7d4759798c75d2e2163e34c0d3b6fde8266e4756
2012-09-15 12:57:03 -05:00
h8rift
fa2e25dc21 apns-conf.xml: Add CSL (one2free) lte.internet APN
Change-Id: Icd58a28aab468a6f016a1801a4016dde768758b5
2012-09-14 02:19:22 -04:00
h8rift
f2cd15c56f apns-conf.xml: Add CSL (one2free) mobile APN
Change-Id: If887f85218899502a2d97fd5ae7bfa768359ccca
2012-09-14 02:19:05 -04:00
h8rift
fbedba0aeb apns-conf.xml: Add Rogers LTE APN
Change-Id: I0eff2d07668418d9315fc4425f291ab047d9d8d1
2012-09-14 01:47:51 -04:00
DhK
9a0ce16d9a Add Virgin Mobile CL apn settings
Change-Id: Ie016e5c1fe9db15bd3605b61c3d41fc1c6ddb96b
2012-09-14 01:41:21 -04:00
Jüri-Kaur Schultz
59ff68060c apns-conf: EE EMT MMS apn update
Updated mms apn as referred on https://www.emt.ee/mms/htc-android
* added mmsproxy
* added mmsport

Change-Id: Id85920a4d279b54ec17e115b460ea3a6ecb44a93
2012-09-14 00:38:41 -04:00
Gs
5174188505 APN: Fix GolanTelecom MMS APN
Change-Id: Icc873a869428ba2661c84624ff98a0266377c240
2012-09-08 23:39:37 +03:00
Andrew Jiang
adef242fe6 Revert Localized Carrier SPN Changes.
This patch basically reverts the changes done to spn-conf.xml here:
http://review.cyanogenmod.com/#/c/10038/ , which was then ported to
ics and jellybean branches.

The localized SPN function requires a framework change (Found here:
http://review.cyanogenmod.com/#/c/10037/), which is not
present on ics nor jellybean branches, effectively rendering the
settings useless.

Until the framework changes are present, I think it'd be best to
change this back so that users of these Chinese carriers will at
least have their carrier names displayed correctly.

Patch Set 3: Fix description links.

Change-Id: I12bcf308dd797ea7638327c33f9252a20894ad05
2012-08-27 06:59:28 +04:00
Steve Kondik
ba1ca3309a cm: New boot animation from Cameron Behzadpour
* Promo video here: http://www.youtube.com/watch?v=ogp9f4_yEoU
 * It looks *way* better on a device, though :)
 * The animation is square, so the names have changed.

Change-Id: I8eebdf29a7d30632d75210a6d3975d7ea17d5246
2012-08-26 01:06:28 -07:00
Sven Dawitz
77bd564c71 APN/FIX: typo in german O2 apn
Change-Id: I2aac5e52b6f236ef652314b96510b6de2401b844
2012-08-22 16:05:10 +02:00
Jef Oliver
0229db786d Merge "prebuilt: common: apns-conf-cdma.xml: Fix USCC apn" into jellybean 2012-08-19 21:36:32 +04:00
Igor
b0ed627563 Added APN for Moldcell and Orange Moldova
Change-Id: I3cc5acbc4e9373f4e3f27dc939e84d21ad7a977f
Signed-off-by: Igor <igor_sorocean@hotmail.com>
2012-08-19 15:15:49 +04:00
Decad3nce
46e4adc87e prebuilt: common: apns-conf-cdma.xml: Fix USCC apn
- Sets a working USCC apn that doesn't conflict with Sprint mobile country
	  and identification codes. Fixes issues with sending mms on Sprint devices.
	- Patchset 2: Add LTE-test apns from dumped SGSIII stock ROM.

Change-Id: I2868968fe097f0aaa31b8c8b2d944bf186d197c8
2012-08-16 12:41:41 -05:00
Ricardo Cerqueira
65c95b04e4 Merge "Update Orange IL APN" into jellybean 2012-08-14 14:09:33 +04:00
Giulio Cervera
4f00adbd07 Merge "prebuilt: common: apns-conf-cdma.xml: add Sprint and VZW LTE/eHRPD apns." into jellybean 2012-08-12 22:58:47 +04:00
Erez A. Korn
541d59ed84 Update Orange IL APN
Changed "internet" to "uinternet", which is 3G+.
Removed non-existing network.
Added Hot Mobile and Golan Telecom.

Change-Id: I28a33f18b45f632371be845e251bdf8f872ed47b
2012-08-12 21:45:01 +03:00
Mike Kasick
4ba4d9f9b3 prebuilt: common: apns-conf-cdma.xml: add Sprint and VZW LTE/eHRPD apns.
Change-Id: I30e50bc276598e7b0c8835e60acf3189df406eff
2012-08-11 14:15:04 -04:00
Daniel Hillenbrand
775057c98f apns: updated 404-43, bpl -> vodafone
Change-Id: Ic50237707c13b5c88b15d21c58a5b625885ed908
2012-08-11 16:25:28 +02:00
matt73300
199e8ea96b Free Mobile APNs updates
Change-Id: I5999bf9639cb452e673783d4ee7afbfb8588a61f
2012-08-05 23:41:46 +04:00
Jason Mossbarger
f354be2c23 Update apns-conf.xml for Cincinnati Bell Wireless
Change-Id: I15cd628410fbcf22ddc7b7e23bbd09f1b4dd3cb8
2012-08-05 23:06:42 +04:00
Steve Kondik
fef6f1e122 Merge "apns: Clean up Bulgarian APNs" into jellybean 2012-08-05 23:05:58 +04:00
jt1134
f38ea2af71 apns-conf-cdma: add APN's for USCC and Cellular South
Change-Id: Ie36fddc3c74e7a0fa11a1c67c153bb68382d303d
2012-07-30 00:20:25 -05:00
Ivailo Stoyanov
49a5a13724 apns: Clean up Bulgarian APNs
Change-Id: Iff1fccc69e3b5265af61ac4d48f08f8500dbe035
2012-07-29 11:03:39 +03:00
Brint E. Kriebel
f0cd00ff40 Superuser: update to the 3.2-RC2 version of Superuser
From http://androidsu.com/superuser/

This brings the version in line with the current version of
the su binary and fixes the bug where su approval is
not stored.

Change-Id: I0ca67ae79942f34eaa16cc3cf26b312cf7a8cd67
2012-07-18 19:29:25 -06:00
Austen Dicken
0897504c1a remove mount/unmount capabilities from backuptool
backuptool should not be messing with whether /system is mounted
or not as it screws up the expectations of other scripts run
in the install process. instead the mounting/unmounting
functionality has been moved to ota_from_target_files

Change-Id: I0711afd517638e7d0a0c39369d3a776748245dd2
2012-07-17 14:50:27 -05:00
Steve Kondik
45d3d8266e Merge "cm: Add prebuilt Superuser APK" into jellybean 2012-07-17 13:49:32 +04:00
Steve Kondik
b208b924a1 cm: Add prebuilt Superuser APK
* Temporary until Superuser is fixed to build with the platform.

Change-Id: Ic1dc48a461eb0142e2c2dc9bd4012e1bc5f969e1
2012-07-17 01:44:13 -07:00
Ricardo Cerqueira
6edfe231cb backuptool: Update CM version
Change-Id: I646a6706faa35908bbca767a03f97172265390ce
2012-07-15 16:49:52 +01:00
Jeffrey Clark
b929fa388a apns: Cleanup Rogers
* Remove invalid and deprecated entries
* Define LTE provider first
* Sync with provider documentation

Change-Id: I65823691df922f35df713793f073af6f95dc5e91
2012-07-09 09:42:53 +04:00
Alexandre Dumont
2fc78e3b94 apns-conf: Update Pepephone Internet APN
Switch to gprsmov.pepephone.com as explained by Pepephone.
See http://blog.pepephone.com/index.php/2011/10/27/internet-con-pepephone-explicacion-para-frikis-y-no-tanto/

Change-Id: Ia19ee175ffefc680e3740a34f6442c54212b470d
2012-06-27 21:31:24 +02:00
Alfredo
946d5b0b41 Claro-AR added missing authentication
Change-Id: Ifaeb68cda3e4d4b4aefad15feb0347ff7345df16
2012-06-21 09:47:56 -03:00
humberos
44501dc71b Update bootanimation with CID (Cyanogenmod ID)
Change-Id: I3dc3ac7a17e053b45a3c085cb70c4c7fa5f8728f
2012-06-10 22:44:12 -03:00
Patrick Schaaf
1df348489c Rotate horizontal bootanimation 270 degree clockwise
Change-Id: Ia9bed3acae20e5b372ecb399fb6780b06b05940d
2012-06-09 17:52:08 +02:00
Steve Kondik
180e421219 cm: Updated boot animation featuring Cid!
* Designed by Cameron Behzadpour (xevin)

Change-Id: I99819caa7d20f699ab48be8e9ec6b03200c4449d
2012-06-08 10:01:23 -07:00
Alan Orth
fdbd0d2433 Add TITLE metadata to new ogg notifications/ringtones
New notifications and ringtones were added[1], but without proper
metadata.  This caused "House_of_house.ogg" for example to be
displayed as "House_of_house" in the ringtone-selection dialog.
Adding the TITLE tag fixes this.

[1]http://review.cyanogenmod.com/#/c/16482/

Change-Id: Ie8b7baeb42410205b399bbc2014d09c6d8946a4e
2012-06-04 21:16:01 +03:00
Jeffrey Clark
59271884f8 Adds StraightTalk ATT and StraightTalk T-Mobile APNS
Change-Id: Idfeed69a234402e2959453a147895b37d8fc13a3
2012-06-02 17:17:04 -07:00
Steve Kondik
db73741655 Merge "added audio files contributed by "Dennis Cleiren"" into ics 2012-06-03 04:09:11 +04:00
ciwrl
2b652cd936 Large update to APN list
Change-Id: I7ddc4c98afada4b7f4ff050990232456aded2fdd
2012-05-26 15:20:43 -07:00
codeworkx
7dfaca379b added audio files contributed by "Dennis Cleiren"
Change-Id: I4266d72dc8975308fe47408a3a97ca234616a539
2012-05-22 23:36:03 +02:00
Steve Kondik
3808092d7d Add vertical-800x1280 animation from wizdom13
Change-Id: I871730fbbc6191cd6caab55c28081e891b7990db
2012-05-20 01:51:48 -07:00