nkk71

7.1get/setprop in omni-8.0-twrp8.0

Nov 30th, 2017
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ~ # getprop Dees
  2.  
  3. ~ # setprop Dees Troy
  4.  
  5. ~ # getprop | grep Troy
  6. [Dees]: [Troy]
  7.  
  8. ~ # mount -t ext4 -o ro /system
  9. ~ # LD_LIBRARY_PATH=/system/lib64 /system/bin/getprop | grep Troy
  10. getprop: property_list
  11. ~ #
  12. ~ #
  13. ~ # LD_LIBRARY_PATH=/system/lib64 /system/bin/setprop Dees2 Troy2
  14. ~ # LD_LIBRARY_PATH=/system/lib64 /system/bin/getprop | grep Troy
  15. getprop: property_list
  16. ~ # LD_LIBRARY_PATH=/system/lib64 /system/bin/getprop Dees
  17.  
  18. ~ # LD_LIBRARY_PATH=/system/lib64 /system/bin/getprop Dees2
  19.  
  20. ~ # getprop | grep Troy
  21. [Dees]: [Troy]
  22. [Troy2]: [Troy2]
  23. ~ #
Advertisement
Add Comment
Please, Sign In to add comment