| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SafailNet is inspired on magisk hide. (Thanks to topjohnwu)
https://github.com/topjohnwu/Magisk/blob/master/jni/magiskhide/magiskhide.c
The purpose is bypass safetynet without installing any zip via twrp
And these commits too:
https://github.com/PixelExperience/kernel_motorola_msm8953/commit/dc9c2f35e988123abf2aa50d30b8b324bc377fbf
https://github.com/PixelExperience/kernel_motorola_msm8953/commit/ec5b1bb6821098ebb30a37cbf5d2c52286cacbfd
Signed-off-by: jhenrique09 <jhenrique09.mcz@hotmail.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
| |
* This is for the assertive display
* The configuration was already there in the system.prop without the file though
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
| |
* This should be helpful once the selinux enforcing will be working
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
| |
* The framework did exact the same thing as TimeService.apk,
so there's no reason to keep it, and it's not ported to O.
Change-Id: I74abc65468e983732bccde571003235891379463
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* enable RA Filtering
* increase RA rate limit interval to 15 minutes -> saves power
* enable IPA offloading in STA mode -> kernel support is present
* set the beacon missed count threshold from stock -> ensures stability
* maximize the continuous packets dropping threshold
* limit peers for SoftAP to 10, prevent overloading
* prefer connecting to a 5Ghz AP even if its RSSI is lower by 5dBm than the competing 2.4Ghz AP -> smart decision
* set the stock RoamRssiDiff value
* disable Packet logging
* cleanup some options
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Enabling Beacon Early Termination in order
to speed up beacon processing drastically.
This will lead to power savings.
Also tune the BET wake interval to a value
of "8" to reduce the frequency of wakeups.
"8" is a safe choice since I could detect values
of higher than 10 to cause issues in some usecases.
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
| |
Signed-off-by: Sultanxda <sultanxda@gmail.com>
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Stale scan entries are updated to NL because
scan results are not aged out in PNO complete
handler.
Fix is to enable scan aging time ini.
Change-Id: I2a1a6d0d1e3a37a013b1e044301d857bc7ce062c
CRs-Fixed: 2047214
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Tune the BMPS listening interval for the moderate
power level to achieve power savings during wifi
idle.
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When FW sends the Mgmt Rx event message to host, the raw rssi
field is wrongly getting updated with an RSSI that is accounted
twice for RSSI offset if enabled in BDF.
Set gInformBssRssiRaw to 0 to pick the raw rssi
from the Rx Descriptor populated by HW & avoid double calculation.
CRs-Fixed: 1084457
Change-Id: I615f9fbb8b9849025fff865c8886edd9e73f938b
Bug: 31781264
Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
| |
-> Set the delay to "1500" to improve
power efficiency without increasing the
chance of a wifi dropout.
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In present code, RPS is enabled in RX path which is causing
inconsistency in TCP DL throughtput case. Enabling Rx thread
Which is providing consistency in throughtput with minimal
power impect.
CRs-Fixed: 1018382
Change-Id: Ieac0fec9399375b723c0f350639f861bdbc143a2
This somehow didn't make into the UM branch, reapply it.
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
| |
* This enables Deep Sleep mode, additionally to QPower
* With this configuration, QPower manages the new Deep sleep mode
-> Leads to amazing power savings
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Use TARGET_COPY_OUT_VENDOR makefile flag while copying sec_config
file to copy to correct path irrespective of split/combined system
vendor images.
Change-Id: I77d9c53b1d59f51642c4a2d749739a9769577c09
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Allow QMID service to aquire net_raw permission
for GPS to fix GTP WAA based Cell-id injection
Change-Id: Ibcbf2516d32f46fda358d9ec4db7cd68f6174a11
CRs-fixed: 2093489
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
| |
The diag node is moving to oem_2901 group permissions
instead of diag permissions. Update IPC Router security
config to allow diag communication through sockets.
Change-Id: I46411aff66a5e9fd6478924bfa92d575030305ea
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
| |
Do not allow access to sensors services from clients group id 3011.
Change-Id: Iafe88f835af337d8745bc9be410740ed858e14d8
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
services.
In order to be notified of PDR status, ril needs access to the QMI SERVREG_LOG
and QMI_SERVREG_NOTIF services
Change-Id: I99866e34994159578faa8a689b66184ca5d5d99b
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Add system permission for DMS as cnss-daemon runs in system group
and uses DMS service.
Change-Id: Iffcf23afc3940a7acf28bb9c9b47648475cc9152
CRs-Fixed: 1067995
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
| |
* Fixes commit e84d238e99a5b3340e123082fcc0014102fc4529
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
|
|
| |
* Also disable triple framebuffer
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
|
|
|
| |
Fixes slow-motion recording in Google Camera.
Change-Id: I5db9f9aedf8ae795c3461ab9d0424ac3db0e9f70
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
|
|
| |
* This isn't called from anything here but we don't have problems anyway
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
| |
This reverts commit a18ae7d8278f9be32946f3f67dbf0c49add82b31.
|
|
|
|
| |
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
|
| |
Change-Id: Id4a356cc4151b7cf6cff8d4ebb2f36c8c5e53e3a
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
| |
Change-Id: I33b3eff27c730d10c636fd0014137d03810aeba0
|
|
|
|
| |
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
|
|
| |
* Some were actually needed
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|