Skip to content

Commit

Permalink
j8y18lte: disable odm bloatware apps
Browse files Browse the repository at this point in the history
ERROR(CRASH)
07-20 16:20:09.423  2132  2132 D AndroidRuntime: Shutting down VM
07-20 16:20:09.423  2132  2132 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-20 16:20:09.423  2132  2132 E AndroidRuntime: java.lang.IllegalStateException: Signature|privileged permissions not in privapp-permissions whitelist: {com.mygalaxy (/odm/priv-app/MyGalaxy): android.permission.INSTALL_SELF_UPDATES, com.mygalaxy (/odm/priv-app/MyGalaxy): android.permission.READ_PRIVILEGED_PHONE_STATE, com.mygalaxy (/odm/priv-app/MyGalaxy): android.permission.GET_ACCOUNTS_PRIVILEGED}

Signed-off-by: Ayush <[email protected]>
  • Loading branch information
goldfish07 committed Jul 21, 2023
1 parent 250692c commit 537c520
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rootdir/init.j8y18lte.rc
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ on boot
# ZRAM
swapon_all vendor/etc/fstab.qcom

# Prevent bloatware apps from being installed
mount none /odm/lost+found /odm/app bind
mount none /odm/lost+found /odm/priv-app bind

# faced
service faced /system/bin/faced
class late_start
Expand Down

0 comments on commit 537c520

Please sign in to comment.