From 735df82261e3b5898a4ddad24226ee03955d2b75 Mon Sep 17 00:00:00 2001 From: Jookia <166291@gmail.com> Date: Wed, 9 Nov 2016 07:14:35 +1100 Subject: Remove all GPS code. Currently gpswrapper causes a crash when booting, so for now remove it. But since we're removing that, remove the rest of it while we're at it. If people want to use the GPS, they can revert this commit. --- rootdir/init.smdk4210.rc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'rootdir') diff --git a/rootdir/init.smdk4210.rc b/rootdir/init.smdk4210.rc index c37958d..4fe4177 100644 --- a/rootdir/init.smdk4210.rc +++ b/rootdir/init.smdk4210.rc @@ -1,5 +1,4 @@ import init.smdk4210.usb.rc -import init.gps.rc on init mkdir /efs 0771 radio system @@ -49,15 +48,6 @@ on post-fs-data # MDNS socket mdns stream 0660 root system -# GPS - chown root system /dev/ttySAC1 - chmod 0660 /dev/ttySAC1 - chown root system /sys/class/sec/gps/GPS_PWR_EN/value - chmod 0664 /sys/class/sec/gps/GPS_PWR_EN/value - chown root system /sys/class/sec/gps/GPS_nRST/value - chmod 0664 /sys/class/sec/gps/GPS_nRST/value - mkdir /data/gps 771 system system - chown system system /data/gps # give system access to wpa_supplicant.conf for backup and restore mkdir /data/misc/wifi 0770 wifi wifi -- cgit v1.1