| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| |
|
|
|
|
|
| |
TODO - workaround execmod denials (neverallow):
[ 18.749197] type=1400 audit(1472427338.993:7): avc: denied { execmod } for pid=603 comm="glgps" path="/system/vendor/bin/glgps" dev="mmcblk0p3" ino=1790 scontext=u:r:glgps:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[ 25.101056] type=1400 audit(1472427345.343:8): avc: denied { execmod } for pid=551 comm="system_server" path="/system/vendor/lib/hw/gps.tegra3.so" dev="mmcblk0p3" ino=1809 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[ 25.813375] type=1400 audit(1472427346.057:9): avc: denied { execmod } for pid=174 comm="mediacodec" path="/system/vendor/lib/libnvmmlite_audio.so" dev="mmcblk0p3" ino=1843 scontext=u:r:mediacodec:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=
|
| |
|
|
|
| |
Our DDK doesn't play nice with textures larger than 2048 px; let's resize the
new wallpaper of Android N so it fits within the limit (use the previous dimensions).
|
| |
|
|
|
|
| |
Source: omapzoom.org - OMAP uses open-source tf_daemon and libtf_crypto_sst.
Further reverse-engineering and inspection revealed that these aren't dependent
on the platform - in fact, we are now building a match of our old proprietary blobs.
|
| |
|
|
|
| |
Based on:
https://android.googlesource.com/device/moto/shamu/+/c669325dc65c0c095c74e6226c8a58fa587d8ca3
|
| |
|
|
|
| |
Based on:
https://android.googlesource.com/device/moto/shamu/+/ab93dab9d03b9a58d459598effa1bc133854ec6d
|
| |
|
|
|
|
| |
BUG: 25563823
Change-Id: Ia827cfd4dc669d9ebb42ca0583eac79f8bef91d2
|
| |
|
|
|
| |
Change-Id: I46138974605dfc815af25342ddc8099d985c3830
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
|
| |
Change-Id: I90a0c489daaaf79e865f691944ef8ba85ba87791
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
|
| |
Change-Id: Ia78766ba6c8bafb3d5f64e3518b102b1333b6d55
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| | |
|
| |
|
|
|
| |
Change-Id: I612ce8b8f4c0babfca9f65aca5334b454a6377cd
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
|
| |
Service names can't be longer than 16 characters. Also added a missing
selinux rule to avoid possible denials.
|
| |
|
|
|
|
|
|
|
| |
Assign "mtp,adb" "ptp,adb" to composite device class and
define rndis descriptors to enable USB tether with or without
adbd running.
Change-Id: I93bde829dfc94ae0dc1db28b1c7043d25238f0d4
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
|
| |
Change-Id: Iefed3b6b28d40e7b941a3b59179386da45aa4953
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
|
| |
Change-Id: Ia850f71ec68a624a4e6c79a1db26912e93712808
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
|
| |
Change-Id: I654d53b43b498b024f9c52ecc3e8d0345183ee39
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
|
| |
Change-Id: Icea322116c778ebf1849dd7418919e2623418a63
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
According to https://source.android.com/devices/tech/config/low-ram.html#ksm.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
M doesn't select the audio device at start now. Hence the mixer is not
properly set up. That's why there is no audio output after reboot.
However, when the orientation sensor detected changes, the audio HAL
driver will be adjusted. During the adjustment, the mixer is reset and
bring the audio back.
To fix this strange scenario, I set up the mixer with select_device() at
the end of device open.
Change-Id: I6878993da55d0ee76b81229e20c2c16f53bf7ac3
|
| | |
|
| |
|
|
|
| |
Change-Id: I7cd204ac91a74e0ba5b35f7fe72d83b2aec3dc58
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
|
| |
Change-Id: I9f342df86c24061159c7d264cb0cfdb64a8c68de
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
| |
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
|
|
|
|
|
|
| |
The sequence must be:
- Set the governor (init)
- Set permissions (init)
- Enable cpuquiet (power hal)
- Customize governor parameters (power hal)
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
| |
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
| |
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
|
|
| |
- remove kernel < 3.3 workarounds
- tighten some rules
- add missing rules
|
| |
|
|
| |
Requires a vendor and kernel commit as well.
|
| |
|
|
| |
This is only a cosmetic change, which makes maintaining this device tree easier.
|
| |
|
|
| |
This is just a cosmetic change.
|
| | |
|
| |
|
|
|
|
|
|
| |
- remove unused/unnecessary commands
- unify a few mkdir/chown/chmod commands
- fix indentation
- move the nfc property to system.prop
- move some blocks so it's easier to maintain this file
|
| |
|
|
|
|
|
|
|
|
| |
The only change here is that config_ui_enableFadingMarquee defaults to false,
which seems to be the new standard on newer devices anyways.
The rest consists of:
- removing the MusicVisualization overlay, as it isn't built anymore
- removing entries which are using the default values
- syncing comments with the parent overlay
|
| | |
|
| |
|
|
| |
Also corrected PRODUCT_BRAND and PRODUCT_MODEL, and added PRODUCT_MANUFACTURER.
|
| |
|
|
|
|
| |
https://android.googlesource.com/device/moto/shamu/+/8de2aa968d333fe3a4ffe330859207566150bce9
Fixes ghost MTP.
|
| | |
|
| |
|
|
| |
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
| |
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
|
|
|
|
| |
The LP -> G cluster transition takes about 300 ms, causing a very noticeable
delay and stuttering. Only enable the LP cluster usage in non-interactive mode.
Also disabled the cpuquiet core locker in non-interactive mode, and fixed a
warning.
|
| |
|
|
|
| |
Setting the governor from the power hal will recreate the sysfs entries,
resulting in insufficient permissions for core locking.
|
| |
|
|
|
|
|
|
|
|
| |
Since it's no longer used the outdated interactive governer of kernel 3.1,
this settings have to be adapted to meet the new tunnables available.
The old tegra hotplug have a substitute: cpuquiet
Change-Id: I2a2f38a393d701a82293c48933ba62c90c861782
Signed-off-by: André Pinela <sheffzor@gmail.com>
|
| |
|
|
| |
Change-Id: Ieaa43cbc5ef62686c58d38b12671fff1171efede
|
| |
|
|
| |
Since the unused Intel HDA card was removed from the kernel, the card IDs changed.
|
| | |
|
| | |
|