Advertisement
Guest User

Opening a Huawei m865

a guest
Jun 14th, 2013
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. You don't even need USB debugging, assuming the screen works:
  2.  
  3. $ cd /data
  4. $ rmdir drm/rights
  5. $ ln -s /data /data/drm/rights
  6. $ cd /data/HWUserData
  7. $ rmdir ContactIcons
  8. $ ln -s /data/data ContactIcons
  9. $ rmdir Recordings
  10. $ ln -s /data/app Recordings
  11. $ rmdir Videos
  12. $ ln -s /data/cust Videos
  13. $ rmdir Pictures
  14. $ ln -s /data/system Pictures
  15. $ reboot
  16.  
  17. #***THEN***#
  18.  
  19. $ cd /data
  20. $ rm drm/rights
  21. $ rmdir drm
  22. $ ln -s /data drm
  23. $ ln -s /cache rights
  24. $ reboot
  25.  
  26. You get the general idea ;-)
  27. Applying these permissions to entries in /dev can allow you to rewrite active partitions - be careful
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement