Guest User

Untitled

a guest
Dec 11th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. CURRENT_VALUE=` busybox grep ro.build.display.id /system/build.prop | busybox cut -d '=' -f2 `
  2. NEW_VALUE="${CURRENT_VALUE} and new stuff"
  3.  
  4. busybox sed -i "s|ro.build.display.id=.*|ro.build.display.id=${NEW_VALUE}|" /system/build.prop
Add Comment
Please, Sign In to add comment