Method: ADB#remount
- Defined in:
- lib/ADB.rb
#remount(target = {}, timeout = 30) ⇒ Object
remount /system as read-write
:emulator, and :serial. seconds.
187 188 189 |
# File 'lib/ADB.rb', line 187 def remount(target={}, timeout=30) execute_adb_with(timeout, "#{which_one(target)} remount") end |