summaryrefslogtreecommitdiffstats
path: root/rootdir/init.tuna.rc
Commit message (Collapse)AuthorAgeFilesLines
* tuna: remove redundant egl.cfg symlinkZiyan2015-04-111-3/+0
|
* tuna: add CM performance profilesZiyan2015-04-111-0/+16
| | | | Change-Id: I2483138a786934f65eb3f17723d8be813942e166
* tuna: add support for CMHWZiyan2015-04-111-0/+6
| | | | | | | | | | | | - Adaptive backlight - Color and gamma calibration - LTO - Vibrator control Also switched to cyanogenmod_tuna_defconfig, since these features require non-stock kernel configs. Change-Id: I5d5b0999c91690eb4c46ce33b6040bc52c0d9cb9
* tuna: disable fRom for nowZiyan2015-04-111-0/+1
| | | | Binary is non-pie.
* tuna: moved fRom to vendor/binZiyan2014-12-131-1/+2
|
* tuna: enable KSMZiyan2014-12-131-0/+5
|
* tuna: drop restorecons from init.tuna.rc fileZiyan2014-12-131-1/+0
| | | | | | Recent changes have obsoleted the need to call restorecon on any of /data files and dirs. This patch drops those restorecons from the file.
* tuna: changes for healthd charger modeZiyan2014-12-131-1/+3
|
* tuna: remove unnecessary init entriesZiyan2014-12-131-4/+0
| | | | From Android 5.0, these are present in the main init.rc file.
* tuna: simplify /factory partition handlingZiyan2014-12-131-17/+1
| | | | | | | | | | | | | | | | | Currently, we do the following sequence on every bootup: 1. mount /factory ro (fstab) 2. remount /factory as rw 3. update selinux labels on the partition 4. remount /factory as ro By mounting /factory in rw mode from the fstab, we can avoid the second step, simplifying the bootup sequence. Also replaced the restorecons with one restorecon_recursive, which does the same task in one line. And lastly, removed some unnecessary chown/chmods - remounting does not overwrite the permissions and the owner.
* Allow telephony access to proc/cmdlinedhacker292014-12-131-0/+3
| | | | | | | | Otherwise on toro you get: D/TelephonyManager( 131): No /proc/cmdline exception=java.io.FileNotFoundException: /proc/cmdline: open failed: EACCES (Permission denied) Change-Id: I2685959d485be3e29a738bc6287fdd99dc52b771
* PVR: add re-implemented pvrsrvinit and glueKyle Repinski2014-12-131-1/+1
| | | | | | | | | | HUGE thank you to @stargo for figuring this out. Conflicts: device.mk rootdir/init.tuna.rc Change-Id: I88c9c8f63a85b533bfbb459b2042aedda90ac0d8
* tuna: update device tree to use PVR 1.9@2291151Ziyan2014-12-131-5/+13
| | | | | | | Change-Id: Iff82f5be1b25c4806e842319fb5b333d9a8223a0 Conflicts: device.mk
* tuna: move root files to rootdirZiyann2014-12-131-0/+267
Change-Id: I6341fd2da5941d6e6861c499aa65656b1fcd2d65