From bcbffd18cda8b95daa2b37c5d0a3c9ae2d98581b Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Tue, 23 Feb 2016 13:39:04 -0800 Subject: espresso: set espresso and espressowifi variants to portrait mode PS1: initial setup, hwrotation on init for espresso and espressowifi variants PS2-5: proper Selinux rules for Android 5.1 and newer, move ramdisk to system/bin PS6: also set accelerometer and geomagnetic position via sysfs and update Selinux rules Change-Id: I43c662fe98f460e3380aeaa230b1d139d95bd262 --- rootdir/etc/init.tab2.rc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rootdir') diff --git a/rootdir/etc/init.tab2.rc b/rootdir/etc/init.tab2.rc index fb87c16..aaa10c7 100644 --- a/rootdir/etc/init.tab2.rc +++ b/rootdir/etc/init.tab2.rc @@ -365,6 +365,12 @@ service dock_kbd_attach /system/bin/dock_kbd_attach /dev/ttyO3 user root oneshot +# Set 7 inch devices as portrait device +service variant_setup /system/bin/init.espresso.variant.sh + class main + user root + oneshot + # LPM on property:ro.bootmode=charger mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/FACTORYFS /system wait ro -- cgit v1.1