Couldn't run the script on Ubuntu 12.04
Here is the information regarding my scenario
- I can run adb from terminal
- I have added pidcat.py on platform-tools
- I have python running
But whenever I run pidcat.py from terminal,nothing happens. Am I doing anything wrong? Lastly great tool
I'll add a debugging mode where you can see what the script is doing so we know where it's stalling.
@JakeWharton : I have tested the recent file and I don't know how to run the script on debugging mode. I have tried with python -m pdb pidcat.py packagename after referring to some search. And I don't know what it is doing. If it isn't much problem to you ,could you just point me the way to run the Python script in debugging mode
There isn't one currently. I said that I would add it.
@JakeWharton : Ok then I will wait for it. Thanks
I am also not able to run the script on ubuntu 12.04. Please let me know how I can run this.
I'm not able run script on Ubuntu 12.04 too.
I am having this same issue on Fedora 20. So this doesn't appear to be Ubuntu dependent.
Adding debugging to it would be nice! =)
I was able to run it in Ubuntu since I placed the platform-tools dir where the adb resides, in the path.
I'm not able run script on Ubuntu 12.10 too. (I have adb and such in the path)
Update: with newest version of pidcat it works fine on ubuntu
$ python2.7 pidcat.py -a -d <some device>
output nothing on ubuntu 14.04.
@linsea Is your device detected by adb?
$ adb devices
@chihau yes, and Jeff Sharkey's logcat color script works fine.
same issue on ubuntu 16.04