Commit graph

83 commits

Author SHA1 Message Date
followmsi
5d168aed46 deb: overlay: Update pinner list
Remove odex/oat files from pinner list.
The pinner now asks the runtime for these files.
2021-11-26 23:13:57 +01:00
followmsi
213771544a deb: overlay: Move Tethering overlays for Android 12 2021-11-25 13:32:14 +01:00
followmsi
7940a322c1 deb: overlays: Set "config_voice_capable" to true.
- Fix Mobile Network settings crash
2020-12-16 09:57:38 +01:00
followmsi
9a688f2cc4 deb: overlays: Drop GPS config
Moved to CarrierConfig
2020-12-14 15:41:53 +01:00
Arne Coucheron
34c7c6d5b4 deb: overlay: Remove config_show4GForLTE
This has been moved to CarrierConfig

Change-Id: Id8057505f5e00612d87e9bc036bbf5e7d7dbc4ad
2020-12-14 13:11:37 +01:00
followmsi
0491dcf39e deb: overlays: Add Pinner Service 2020-12-14 10:43:48 +01:00
followmsi
7b4d85fafb deb: overlays: Add missing strings 2020-12-14 10:43:34 +01:00
Arne Coucheron
9904fe6714 deb: overlay: Set config_use16BitTaskSnapshotPixelFormat to true
Change-Id: I203c6f54953744e1af67e5b37a72b5b095eabb65
2020-12-13 16:10:49 +01:00
Arne Coucheron
c41809adea deb: overlay: Set config_avoidGfxAccel to true
Change-Id: I2ba7cadeb83d7da5ee0ce24e68fd9da14f81ff1c
2020-12-13 16:10:38 +01:00
followmsi
a6c6592622 deb: overlay: Add wifi_p2p to networkAttributes 2020-12-07 11:34:07 +01:00
followmsi
2a21cd3d98 deb: overlay: Move ALL wifi related overlays to new location 2020-12-07 10:15:51 +01:00
Roshan Pius
bfde4fc1f7 deb: overlay: Move wifi related overlays to new location
Change-Id: I747d0242422b753f4e3007ce6c4bf7f124c52c5e
2020-12-06 22:50:16 +01:00
Jimmy Chen
cd7fcdf8f9 deb: overlay: Add p2p regex for tethering modes
Bug: 137602441
Test: CtsVerifier - Wi-Fi Direct
Change-Id: I215da71e96348b6bba19d4a3c6fd8c8048ff46d6
2020-12-06 22:49:51 +01:00
Roshan Pius
32a81b6dca deb: overlay: Change wifi tether regex
The wifi interface names for wifi can either be wlan0 or wlan1.
Change the "config_tether_wifi_regexs" appropriately.

Bug: 80375412
Test: Ensured we display "Hotspot on" in settings when softap is started
on either wlan0 or wlan1.

Change-Id: I0c456412f9b71ef2ee784f3bfa58b01b9287ca73
2020-12-06 22:49:31 +01:00
followmsi
b34d71d030 deb: Add Mobile props 2020-12-01 13:31:06 +01:00
LuK1337
7e86140ab5 flo: overlay: Disable BPF offload for tethering
* Such is life with 3.4 kernels.

Change-Id: I1c5e3fab63271b1e3fe6c814d96edbde782f27e8
2020-11-30 13:56:32 +01:00
Arne Coucheron
571ff61e97 deb: overlay: Move tethering overlays
Config overlay values moved from frameworks_base core to
frameworks_base packages/Tethering

https://github.com/LineageOS/android_frameworks_base/blob/lineage-18.0/packages/Tethering/res/values/config.xml

Change-Id: Ia5a8056d6334cd78e79853c0ada4e8873a9669e0
2020-11-30 13:56:00 +01:00
Wang Han
01dc2642a6 deb: Remove config_tether_upstream_types overlay
* No need for it now as framework side handles this well on P

Change-Id: I708663f3de23cf1677a81bf31e8fc5fed4145e1b
2020-11-30 13:50:58 +01:00
followmsi
e6bad90ca6 deb: Fix for LiveDisplay 2020-09-23 16:54:48 +02:00
Michael W
329fcd9e21 deb: Disable NearbyMessagingService
Change-Id: Ib3f923bf8742bf6480d278fb21a873ddc1290484
2019-11-11 11:07:07 +01:00
followmsi
c7112fff15 Revert "deb: move to lineage overlays"
This reverts commit b9d8fb402c.
2019-01-27 15:31:15 +01:00
Paul Keith
28dc9996ee deb: Reorder tetherable connection types
* In O, the default setting for mobile data always active was
  changed from off to on, meaning that when non-WiFi tethering
  is being attempted, more than one connection can be active
* Since the first active connection type in this overlay is used,
  reorder the values to get WiFi connections first, and then
  any type of mobile data connection, instead of vice versa

Change-Id: I69389af8e34601406c31aa9413a02569993cc1ec
2019-01-22 11:10:36 +01:00
followmsi
c2f07b1653 deb: remove duplicate overlay 2019-01-22 10:09:09 +01:00
followmsi
b9d8fb402c deb: move to lineage overlays 2019-01-20 14:47:29 +01:00
LuK1337
f107f335b3 Overlay: SystemUI: Fix too big spacing between QS icons in landscape on sw600dp
Change-Id: I047453c169854636d9e179d4678b94c7724bb854
2019-01-20 13:44:28 +01:00
followmsi
11c97888a0 flo: enable swipe up gesture's opt-in setting 2019-01-20 13:44:28 +01:00
Lucas Dupin
f94cba3170 flo: Renamed config_dozeAfterScreenOff
New name is config_dozeAfterScreenOffByDefault
Bug: 73178121

Change-Id: Ie3d1ea5a2cc480655592bf6e49b37f5ea07f3f58
2019-01-20 13:44:28 +01:00
Adrian DC
bbab0324ae deb: overlay: Disable SystemUI anti-falsing on lockscreen
* The anti-falsing implementation from HumanInteractionClassifier
    regularly prevents easy swipe to unlock or to pattern / pin
    on the keyguard lockscreen, requiring multiple attempts
    until accepted due to a hardcoded evaluation (5.0f)
    while normal usage shows better results without it

 * Another solved situation is remote device access like
    Vysor or TeamViewer were the device is almost impossible
    to swipe properly from a computer client

Change-Id: I0c2590f56e2cf6d6cd4ff3af2341a985670168e3
Signed-off-by: Adrian DC <radian.dc@gmail.com>
2019-01-20 13:44:28 +01:00
followmsi
b37168c697 overlay: Enable WiFi by default on first boot 2019-01-20 13:35:29 +01:00
Hyejin Kim
cb8d73173a flo: Add carrier specific GPS configurations
Change-Id: I901bbcb59f20d46861e5a78171d18dd3105cf8ce
2019-01-20 13:35:29 +01:00
Hyejin Kim
e279c9cfd1 flo: Add carrier specific GPS configurations .. and some more overlays
Change-Id: I901bbcb59f20d46861e5a78171d18dd3105cf8ce
2019-01-20 13:35:29 +01:00
chrmhoffmann
4e7f621197 Revert "deb: enable multi-window"
It is true by default already.

This reverts commit 29d56bd5b7.

Change-Id: I71c740bf3603dedaceea2357a27d47cce22161eb
2016-11-16 20:39:55 +01:00
chrmhoffmann
29d56bd5b7 deb: enable multi-window
* kanged from intervigil's repo here: https://github.com/intervigilium/android_device_asus_deb

Change-Id: I1c097223a851fe322429fe0f3e2317292a66745f
2016-11-14 16:59:03 -07:00
Zhao Wei Liew
2ce7b8ff3a deb: Update TCP WIFI buffer size setting
Use the overlay.

Change-Id: I0ae55ac1115a503495d85c459c5decffdb207807
2016-01-13 09:53:05 -05:00
Zhao Wei Liew
ce01013f76 deb: Increase darkest possible auto-brightness adjustment
A value of 1 is too low and results in backlight turning off when
adjusted even lower with CABC on. Increase it to 2.

Change-Id: Ie657b76192f0c9b6ec48c7a8057973401aad33e6
2016-01-13 09:52:52 -05:00
Zhao Wei Liew
e790d50508 deb: Clean up duplicate and deprecated overlays
* These overlays are either non-existent or are
duplicates of the defaults in framework.
* Replaced Launcher2 with Trebuchet

Change-Id: I555fa8230f6f05ebb682bac4b315ce0c3a398d13
2015-12-17 09:07:01 -08:00
beanstown106
465a2c7639 deb: Enable doze power saving mode
* This is a key feature of M's doze mode.

Change-Id: I14bc42bcbc165400314299dc6eb20e15a97cde91
2015-11-19 19:46:41 -08:00
doc HD
2ac14d9dce deb: Add back deviceHardwareKeys & deviceHardwareWakeKeys overlays
Change-Id: I4ac7cd6a847c178865f67c47e5e99d1986bf4d78
2015-11-16 01:18:43 -05:00
Dave Daynard
5365a894a1 deb: disable non-existent overlays for now
Change-Id: I83068c8c4c65ffd4804c19271eb38d76a9aff229
2015-10-19 12:50:39 -07:00
Dave Daynard
7d307ae4af deb: storage_list.xml is deprecated
Change-Id: I42267f0a85e004d248ea41b74262e5c2d2e69c1d
2015-10-11 13:06:53 -04:00
Dave Daynard
d9aba1806f Merge remote-tracking branch 'google/marshmallow-release' into cm-13.0
Change-Id: I37c2eb3fdc04626b7ce30f423104321d1e987c6b
2015-10-11 13:00:23 -04:00
william_shih
196a8118de Add camera.avg and camera.flashlight to power_profile.xml
Issue: 21757700
Change-Id: I5288d7652064010f7f0a964a901bbfa5fa5f2a8b
Signed-off-by: william_shih <William_Shih@asus.com>
2015-06-29 17:10:45 -07:00
Sanket Padawe
81b59f119c Add flag indicating device supporting EAP SIM, AKA & AKA'.
Bug: 22014309
Change-Id: I852e372ab1cc308b4bbc5ca7dc2a5cc9ca4c4e5c
2015-06-26 15:53:56 -07:00
Robert Greenwalt
b4a592e959 Add support for static RadioCapabilities.
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
2015-05-13 16:09:47 -07:00
Ethan Chen
91f1d5ad1a Android 5.1.0 release 1
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iEUEABECAAYFAlT0jx8ACgkQ6K0/gZqxDnjp/ACYqS+XLv/9dzmgDrUvgVvJXCJg
 XwCfdYqvUjsxv3Wzij7HoknbAN18RLo=
 =PjCI
 -----END PGP SIGNATURE-----

Merge tag 'android-5.1.0_r1' into staging/cm-12.1

Android 5.1.0 release 1

Change-Id: I0e35a51ed8c306e762fc0de386ac0fa962f49e83
2015-03-23 21:23:01 -07:00
Dave Daynard
4af661eea2 deb: telephony changes
- 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
2015-02-22 15:10:28 -08:00
percy-g2
f1ec8b0bce CM Performance profiles
Modified for deb as ondemand governor causes reboots

Change-Id: I5b8bb88dff5b4263d70411e611af5eca144d5270
Signed-off-by: percy-g2 <gahlotpercy@gmail.com>
2015-02-22 20:24:07 +00:00
Dave Daynard
a4c20da5b5 Revert "deb: fixes for RIL"
This reverts commit e687514922.

Change-Id: I93f7ffc6656ba465ff59f39b026b2be972568a2a
2015-01-26 05:00:05 +00:00
Dave Daynard
e687514922 deb: fixes for RIL
- 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
2015-01-26 02:51:22 +00:00
elektroschmock
fa3100967e deb: Re-enable hardware key overlays
Change-Id: If2537f9727b83619d6ae6e75b3067ad47cca76af
2014-12-27 01:56:32 +02:00