codes

1
7/18/2019 Codes http://slidepdf.com/reader/full/codes-56d532189ddfa 1/1 mount -o rw,remount /<filename> # this allows you to access files without necess ary privileges (i.e if you forget to turn on usb ebug mode) Procedure for changing ART to Dalvik: adb pull /data/property/persist.sys.dalvik.vm.lib open the file and replace the "libart.so" with "libdvm.so" (no quotes) adb push persist.sys.dalvik.vm.lib /data/property/

Upload: tcarew21

Post on 01-Mar-2016

212 views

Category:

Documents


0 download

DESCRIPTION

stuff on adb

TRANSCRIPT

Page 1: Codes

7/18/2019 Codes

http://slidepdf.com/reader/full/codes-56d532189ddfa 1/1

mount -o rw,remount /<filename> # this allows you to access files without necessary privileges (i.e if you forget to turn on usb ebug mode)

Procedure for changing ART to Dalvik:

adb pull /data/property/persist.sys.dalvik.vm.libopen the file and replace the "libart.so" with "libdvm.so" (no quotes)adb push persist.sys.dalvik.vm.lib /data/property/