Guest User

Untitled

a guest
Feb 18th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. find "ro.product.device=speedy" build.prop
  2. if ERRORLEVEL==0 SET device=speedy
  3. if ERRORLEVEL==1 goto oops!
  4.  
  5. (Basically, if I have it find "system" "MTD" set filesystem=MTD)
Add Comment
Please, Sign In to add comment