Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~ # getprop Dees
- ~ # setprop Dees Troy
- ~ # getprop | grep Troy
- [Dees]: [Troy]
- ~ # mount -t ext4 -o ro /system
- ~ # LD_LIBRARY_PATH=/system/lib64 /system/bin/getprop | grep Troy
- getprop: property_list
- ~ #
- ~ #
- ~ # LD_LIBRARY_PATH=/system/lib64 /system/bin/setprop Dees2 Troy2
- ~ # LD_LIBRARY_PATH=/system/lib64 /system/bin/getprop | grep Troy
- getprop: property_list
- ~ # LD_LIBRARY_PATH=/system/lib64 /system/bin/getprop Dees
- ~ # LD_LIBRARY_PATH=/system/lib64 /system/bin/getprop Dees2
- ~ # getprop | grep Troy
- [Dees]: [Troy]
- [Troy2]: [Troy2]
- ~ #
Advertisement
Add Comment
Please, Sign In to add comment