Advertisement
niammuddin

inject aplikasi system

Jan 18th, 2019
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. 5420-14E8
  2.  
  3.  
  4. LeanbackLauncher
  5.  
  6. adb shell (Get into shell to run beow commands)
  7. su (Run as root)
  8. mount -o rw,remount /system (Mount system read/write since default it read-only)
  9. chmod 755 /system/priv-app/LeanbackLauncher (Set permissions on folder)
  10. chmod -R 644 /system/priv-app/LeanbackLauncher (Set permissions on apk file)
  11. ls -l /system/priv-app/LeanbackLauncher (Check permissions - Should be: -rw-r--r-- 1 root root - not sure what 1 & 2 is)
  12. ls -l /system/priv-app | grep "LeanbackLauncher" (Check permissions - Should be: drwxr-xr-x 2 root root)
  13. reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement