Guest User

Prevent Google Play & Google Play Services on HUAWEI M865

a guest
May 24th, 2013
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.65 KB | None | 0 0
  1. #
  2. # Keep the Google Market active on a HUAWEI M865 without rooting:
  3. # First, you must use HUAWEI's DRM enforcement package!                          
  4. # Apply your GPL-given legal rights to /data/app (instructions not provided - figure it out! NO ROOT!)
  5. # Then run this script while logged in as shell via adb:
  6. #
  7. cd /data/app
  8. #
  9. mkdir com.android.vending-1.apk
  10. mkdir com.android.vending-1.apk/fuckoff
  11. chmod 555 com.android.vending-1.apk
  12. chmod 555 com.android.vending-1.apk/fuckoff
  13. #
  14. mkdir com.google.android.gms-1.apk
  15. mkdir com.google.android.gms-1.apk/fuckoff
  16. chmod 555 com.google.android.gms-1.apk
  17. chmod 555 com.google.android.gms-1.apk/fuckoff
Add Comment
Please, Sign In to add comment