64
edits
(→talos) |
(→talos) |
||
Line 401: | Line 401: | ||
Configure a talos profile. You can do this via adb or [http://people.mozilla.com/~bmoss/SUTAgent/ SUTAgent] - if you want to use adb make sure you have rooted your device such that "adb shell" goes directly into a root shell. If you want to use adb to communicate with the device remotely, do something like this: | Configure a talos profile. You can do this via adb or [http://people.mozilla.com/~bmoss/SUTAgent/ SUTAgent] - if you want to use adb make sure you have rooted your device such that "adb shell" goes directly into a root shell. If you want to use adb to communicate with the device remotely, do something like this: | ||
remotePerfConfigurator -v -e org.mozilla.fennec --develop --activeTests | remotePerfConfigurator -v -e org.mozilla.fennec \ | ||
--develop \ | |||
--activeTests tprovider \ | |||
--output trobo.yml \ | |||
--remotePort -1 \ | |||
--remoteDevice 1.2.3.4 | |||
If you want to use [http://people.mozilla.com/~bmoss/SUTAgent/ SUTAgent] to communicate with the device, do something like this: | If you want to use [http://people.mozilla.com/~bmoss/SUTAgent/ SUTAgent] to communicate with the device, do something like this: |
edits