diff options
| -rw-r--r-- | init.deb.rc | 21 | ||||
| -rw-r--r-- | overlay/packages/apps/Nfc/res/values/provisioning.xml | 26 |
2 files changed, 2 insertions, 45 deletions
diff --git a/init.deb.rc b/init.deb.rc index f30722e..ae0b6d7 100644 --- a/init.deb.rc +++ b/init.deb.rc @@ -23,19 +23,9 @@ on early-init symlink /data/tombstones /tombstones on init - # See storage config details at http://source.android.com/tech/storage/ - mkdir /mnt/shell/emulated 0700 shell shell - mkdir /storage/emulated 0555 root root - - export EXTERNAL_STORAGE /storage/emulated/legacy - export EMULATED_STORAGE_SOURCE /mnt/shell/emulated - export EMULATED_STORAGE_TARGET /storage/emulated - # Support legacy paths - symlink /storage/emulated/legacy /sdcard - symlink /storage/emulated/legacy /mnt/sdcard - symlink /storage/emulated/legacy /storage/sdcard0 - symlink /mnt/shell/emulated/0 /storage/emulated/legacy + symlink /sdcard /mnt/sdcard + symlink /sdcard /storage/sdcard0 on init # Set permissions for persist partition @@ -45,7 +35,6 @@ on init on fs mount_all ./fstab.flo restorecon_recursive /persist - setprop ro.crypto.fuse_sdcard true write /sys/kernel/boot_adsp/boot 1 on early-boot @@ -129,8 +118,6 @@ on boot # msm specific files that need to be created on /data on post-fs-data - mkdir /data/media 0770 media_rw media_rw - chown system system /dev/wcnss_wlan write /sys/module/wcnss_ssr_8960/parameters/enable_riva_ssr 1 @@ -414,10 +401,6 @@ service charger /sbin/healthd -c critical seclabel u:r:healthd:s0 -# virtual sdcard daemon running as media_rw (1023) -service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated - class late_start - service thermald /system/bin/thermald class main group radio diff --git a/overlay/packages/apps/Nfc/res/values/provisioning.xml b/overlay/packages/apps/Nfc/res/values/provisioning.xml deleted file mode 100644 index c996eb5..0000000 --- a/overlay/packages/apps/Nfc/res/values/provisioning.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<!-- NFC resources that may need to be customized - for different hardware or product builds. --> -<resources> - <!-- The accepted mime-types when NFC is enabled in setup wizard. - Mime-types must be lower case, wildcards are *not* accepted. --> - <string-array name="provisioning_mime_types"> - <item>application/vnd.com.google.android.nfcprovision</item> - <item>application/com.android.managedprovisioning</item> - </string-array> -</resources> |
