pidcat icon indicating copy to clipboard operation
pidcat copied to clipboard

Couldn't run the script on Ubuntu 12.04

Open laaptu opened this issue 11 years ago • 14 comments

Here is the information regarding my scenario

  1. I can run adb from terminal
  2. I have added pidcat.py on platform-tools
  3. I have python running

But whenever I run pidcat.py from terminal,nothing happens. Am I doing anything wrong? Lastly great tool

laaptu avatar Mar 28 '14 10:03 laaptu

I'll add a debugging mode where you can see what the script is doing so we know where it's stalling.

JakeWharton avatar Mar 28 '14 17:03 JakeWharton

@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

laaptu avatar Mar 30 '14 09:03 laaptu

There isn't one currently. I said that I would add it.

JakeWharton avatar Mar 30 '14 09:03 JakeWharton

@JakeWharton : Ok then I will wait for it. Thanks

laaptu avatar Mar 30 '14 09:03 laaptu

I am also not able to run the script on ubuntu 12.04. Please let me know how I can run this.

niteshgoel avatar Apr 23 '14 07:04 niteshgoel

I'm not able run script on Ubuntu 12.04 too.

kirich1409 avatar Apr 24 '14 05:04 kirich1409

I am having this same issue on Fedora 20. So this doesn't appear to be Ubuntu dependent.

AndrewReitz avatar May 08 '14 18:05 AndrewReitz

Adding debugging to it would be nice! =)

josketres avatar Dec 16 '14 11:12 josketres

I was able to run it in Ubuntu since I placed the platform-tools dir where the adb resides, in the path.

devemux86 avatar Dec 16 '14 11:12 devemux86

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>

pellekrogholt avatar Jun 17 '15 13:06 pellekrogholt

output nothing on ubuntu 14.04.

linsea avatar Aug 10 '16 07:08 linsea

@linsea Is your device detected by adb?

$ adb devices

chihau avatar Aug 10 '16 15:08 chihau

@chihau yes, and Jeff Sharkey's logcat color script works fine.

linsea avatar Aug 11 '16 01:08 linsea

same issue on ubuntu 16.04

oren avatar Jul 03 '20 06:07 oren