jakev / dtfmods-core

Core content for Android device testing
Apache License 2.0
6 stars 2 forks source link

`autosign` doesn't seem to be working #46

Closed jakev closed 8 years ago

jakev commented 8 years ago

Appears to be a relative path issue.

jakev commented 8 years ago

Fixed: https://github.com/jakev/dtfmods-core/commit/a59a0349e3cb9ce768e727e4c9f4702ae9b8fa9e

jakev commented 8 years ago

This is still an issue.

guy@ubuntu:~/Proj/z$ dtf autosign dexmod.apk 
[Thu Feb  4 19:23:40 PST 2016] autosign/E - File '/dexmod.apk' does not exist!
guy@ubuntu:~/Proj/z$ dtf autosign ./dexmod.apk 
[Thu Feb  4 19:23:46 PST 2016] autosign/E - File '/./dexmod.apk' does not exist!
guy@ubuntu:~/Proj/z$ pwd
/home/guy/Proj/z
jakev commented 8 years ago

The real issue is: #54. Closing this.