Closed
Bug 579112
Opened 15 years ago
Closed 15 years ago
SUTAgentAndroid inst command does not install the apk file
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bear, Unassigned)
References
Details
(Whiteboard: [android][automation])
I first installed fennec.apk using adb and saw it appear in /data/app/, then I uninstalled it and used devicemanager's installApp() method.
Nothing appears in /data/app/
Output from the run:
moz:talosscripts bear$ python installApp.py 192.168.42.105 ~/temp/sut/fennec.apk
connecting to: 192.168.42.105
reconnecting socket
send cmd: cd /data/data/com.mozilla.SUTAgentAndroid/files/tests
recv'ing...
send cmd: cwd
recv'ing...
send cmd: inst /Users/bear/temp/sut/fennec.apk
recv'ing...
recv'ing...
| Reporter | ||
Updated•15 years ago
|
| Reporter | ||
Comment 1•15 years ago
|
||
and marking as INVALID as the doc notes for installApp() method do (if not very clear IMO) say "path to bundle on the device"
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•8 years ago
|
Component: New Frameworks → General
You need to log in
before you can comment on or make changes to this bug.
Description
•