* These overlays are either non-existent or are
duplicates of the defaults in framework.
* Replaced Launcher2 with Trebuchet
Change-Id: I555fa8230f6f05ebb682bac4b315ce0c3a398d13
Some RILs don't support RIL_REQUEST_GET_RADIO_CAPABILITY. Add
code to RIL.java to notice a REQUEST_NOT_SUPPORTED response and
check config.xml (config_radio_access_family) for a static answer.
Also catching GENERIC_FAILURE responses because Hammerhead modem
returns that. B 21079604 created for this.
If neither Modem nor config.xml provide data, uses RAF_UNKNOWN
so we don't lie about capabilities and also so we fail fast
(setPreferredNetwork won't work).
bug:20561357
Change-Id: Ia261c752ba795fd673ecfe5497fd6652f093f26e
- Allow SIM hotswap. It is accessible and works just fine
- Enable telephony.lteOnGsmDevice=1
- Declare GSM telephony permission as it's required for the network
modes menu now
Change-Id: I541341b67e990166936503dce701ea2adec3a70a
Modified for deb as ondemand governor causes reboots
Change-Id: I5b8bb88dff5b4263d70411e611af5eca144d5270
Signed-off-by: percy-g2 <gahlotpercy@gmail.com>
- Allow Telephony to access /proc/cmdline, which it's been requesting
since 4.3
- Allow SIM hotswap. It is accessible and works just fine
- Increase radio scan timeout. Most devices set this to infinite, and
there's no reason to restrict to only 9 seconds.
- Explicitly ignore CDMA subscription on SIM card. This fixes RIL not
being recognized on some Verizon SIMs because the RIL stalls trying to
do CDMA registration. This isn't a perfect solution, as you still need
to cycle airplane mode or eject and reinsert the SIM to get it to work,
but it's better than no RIL. Requires
http://review.cyanogenmod.org/#/c/85250/
- In the same vein, ensure we are always in GSM mode as the RIL can get
confused and try to set the wrong network mode on Verizon. Requires
http://review.cyanogenmod.org/#/c/86646/http://review.cyanogenmod.org/#/c/86586/ and dependencies thereof.
Change-Id: I75085f5fd56327a27203252801755109fe57117b
I've also edited the parent class to enable nfc during setup for all devices for the managed provisioning mime type. We still need to support the nfcProvision mime type for some devices (e.g. deb).
Change-Id: I962279f13082ac89fba6f815aa34706ffed69497
Do this by injecting an auto-submitting form in the data to be
interpreted as a html doc by the browser.
bug:11168810
Change-Id: Ifd33e1c3c7f9f40b6add39e446e6a7d7cde22549
Do this by injecting an auto-submitting form in the data to be
interpreted as a html doc by the browser.
bug:11168810
Change-Id: Ifd33e1c3c7f9f40b6add39e446e6a7d7cde22549
Proposed bringup for deb (Nexus 7 2013 LTE) on cm-10.2.
Contains improvements to flo as of this commit.
I would like to create a common repo or somehow merge certain
pieces together (init improvements for example) but I think
we should have an updated "official" deb repo first to start
that work.
PS2: Removed apns-conf.xml as CM provides its own
PS3: Update fingerprint to match official 4.3.1 JLS36I
Change-Id: I77ee8f419def673014a086d8338e5c947373b556
Also, Mike Sabolish and I decided all of the config.xml for
AT&T should be the same. I used values-mcc310-mnc560 as the
canonical version.
Bug: 10328264
Change-Id: I3925004011bb1243793c4c1b963d923dc2b00cb5
The SystemUI resource config_hspa_data_distinguishable was not defined
for Deb. I copied the file from Flo to Deb so its now enabled and the
bug fixed.
This file also includes config_search_panel_view_vibration_duration.
I thought it best for Deb and Flo to be the same so I've left that in
and the files are identical for Deb and Flo.
Bug: 9747103
Change-Id: I5f393cfadd06450812424e55c5583811a52527ce
I'd placed the config.xml files inside the values directory.
They should have been up a level in the res directory. Also,
since we currently want all US operators we need to just create
two directories for mcc 310 and 311.
Bug: 9513380
Change-Id: Id08848354b286b0ef7fab576a7de0376d1e7b888
By default we now show 4G instead of LTE by changing
config_show4GForLte to true in
frameworks/base/packages/SystemUI/res/values/config.xml
So for US carriers we are adding a config.xml which has
config_show4GForLte to false. The list of overlays comes from
looking for mcc=310 & mcc=311 in the apns-conf.xml for vendor deb.
Bug: 9265217
Change-Id: I962910de7826ce9825de2d2dfb9e50b84d0e7c75
For AT&T we must not use the preferred network to get around
bug 7305641. These files come from device/asus/tilapia.
Bug: 9356811
Change-Id: I5167f8614c07bafb688983a360a008f76403b2b8