Guest User

Untitled

a guest
Apr 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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}+JBMv15"
  3.  
  4. busybox sed -i "s|ro.build.display.id=.*|ro.build.display.id=${NEW_VALUE}|" /system/build.prop
  5. fi
Add Comment
Please, Sign In to add comment