Lines Matching full:adb
24 (use <code>adb shell dalvikvm -help</code> to get a summary), but
32 <pre>adb shell setprop <name> <value></pre>
35 effect</strong> (<code>adb shell stop; adb shell start</code>). This is because the
41 <code>adb root</code> or run the <code>su</code> command from the device
43 <pre>adb shell getprop <name></pre>
52 on your workstation, then <code>adb push local.prop /data</code>. Or,
54 <code>adb shell "echo name = value >> /data/local.prop"</code> -- note
83 <pre>adb shell setprop dalvik.vm.checkjni true</pre>
88 <pre>adb shell setprop dalvik.vm.jniopts forcecopy</pre>
102 <pre>adb shell setprop dalvik.vm.enableassertions all</pre>
128 <pre>adb shell setprop dalvik.vm.dexopt-flags v=a,o=v</pre>
152 <pre>adb shell "rm /data/dalvik-cache/*"</pre>
154 stop and restart the runtime (<code>adb shell stop; adb shell start</code>).
182 <pre>adb shell setprop dalvik.vm.execution-mode int:portable</pre>
219 <pre>adb shell setprop dalvik.vm.stack-trace-file /tmp/stack-traces.txt</pre>
241 <pre>adb shell setprop dalvik.vm.check-dex-sum true</pre>
258 <pre>adb shell setprop dalvik.vm.extra-opts "flag1 flag2 ... flagN"</pre>