diff options
author | Jookia <166291@gmail.com> | 2016-11-09 07:14:35 +1100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-01-10 11:33:05 +0100 |
commit | 735df82261e3b5898a4ddad24226ee03955d2b75 (patch) | |
tree | bfc0c09930fba62317d7f53159150555ec7a4c27 /rootdir | |
parent | 24de677463060ad71bbbc2edfa8598f0c26239fe (diff) | |
download | device_samsung_galaxys2-common-735df82261e3b5898a4ddad24226ee03955d2b75.zip device_samsung_galaxys2-common-735df82261e3b5898a4ddad24226ee03955d2b75.tar.gz device_samsung_galaxys2-common-735df82261e3b5898a4ddad24226ee03955d2b75.tar.bz2 |
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.
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.smdk4210.rc | 10 |
1 files changed, 0 insertions, 10 deletions
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 |