utah on phablet dies in an ugly way if one does not have phablet tools installed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
UTAH |
New
|
Undecided
|
Unassigned |
Bug Description
I did a clean raring install on my test box and then ran run_utah_phablet.py and got the following trace:
PYTHONPATH=./utah ./utah/
= installing utah...
Traceback (most recent call last):
File "./utah/
main()
File "./utah/
_install_
File "./utah/
_adb(args, ['root'])
File "./utah/
subprocess.
File "/usr/lib/
retcode = call(*popenargs, **kwargs)
File "/usr/lib/
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/
errread, errwrite)
File "/usr/lib/
raise child_exception
OSError: [Errno 2] No such file or directory
It was my fault for forgetting to install the phablet tools, but I guess the error reporting could be a bit more user-friendly rather than having to grok the source to figure out why it exploded.
description: | updated |
summary: |
- utah on phablet dies in an ugly way if one does not have phablet-flash + utah on phablet dies in an ugly way if one does not have phablet tools installed |