Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make available on PyPI #1

Open
hannesstruss opened this issue Jun 12, 2013 · 3 comments
Open

Make available on PyPI #1

hannesstruss opened this issue Jun 12, 2013 · 3 comments

Comments

@hannesstruss
Copy link

This looks great! Are you planning to release it on PyPI? I can also help you with that. Let me know!

@JakeWharton
Copy link
Owner

Yeah I'll get it uploaded today. I haven't uploaded anything in about three years... hopefully they simplified the process.

@cicku
Copy link

cicku commented Jul 22, 2014

PING?

@vinc3m1
Copy link

vinc3m1 commented Aug 17, 2017

+1 to PyPI, 4 years later :)

ramanr1 referenced this issue in ramanr1/pidcat May 15, 2021
Changes in Android Q stopped publishing TaskRecord. 
This changes checks the sdk version of the target devices and uses the correct regex to fetch the package name of the current running app. 

Output of adb -s shell dumpsys activity activities
Api 27: 
```
ACTIVITY MANAGER ACTIVITIES (dumpsys activity activities)
Display #0 (activities from top to bottom):
....
    * TaskRecord{389a1bc JakeWharton#66 I=com.google.android.apps.nexuslauncher/.NexusLauncherActivity U=0 StackId=0 sz=1
    ....
      * Hist #0: ActivityRecord{67f6bb3 u0 com.google.android.apps.nexuslauncher/.NexusLauncherActivity t66}
....
```
Api 30
```
ACTIVITY MANAGER ACTIVITIES (dumpsys activity activities)
Display #0 (activities from top to bottom):
  Stack #1: type=home mode=fullscreen
  ....
    * Task{3b537df #4644 visible=false type=home mode=fullscreen translucent=true I=com.google.android.apps.nexuslauncher/.NexusLauncherActivity U=0 StackId=1 sz=1}
   ....
      * Hist #0: ActivityRecord{66c039 u0 com.google.android.apps.nexuslauncher/.NexusLauncherActivity t4644}
```

Tested on API 27, 28, 29, 30
keerthik pushed a commit to keerthik/pidcat that referenced this issue Aug 1, 2023
1fexd pushed a commit to 1fexd/pidcat that referenced this issue Apr 7, 2024
Changes in Android Q stopped publishing TaskRecord. 
This changes checks the sdk version of the target devices and uses the correct regex to fetch the package name of the current running app. 

Output of adb -s shell dumpsys activity activities
Api 27: 
```
ACTIVITY MANAGER ACTIVITIES (dumpsys activity activities)
Display #0 (activities from top to bottom):
....
    * TaskRecord{389a1bc JakeWharton#66 I=com.google.android.apps.nexuslauncher/.NexusLauncherActivity U=0 StackId=0 sz=1
    ....
      * Hist #0: ActivityRecord{67f6bb3 u0 com.google.android.apps.nexuslauncher/.NexusLauncherActivity t66}
....
```
Api 30
```
ACTIVITY MANAGER ACTIVITIES (dumpsys activity activities)
Display #0 (activities from top to bottom):
  Stack JakeWharton#1: type=home mode=fullscreen
  ....
    * Task{3b537df #4644 visible=false type=home mode=fullscreen translucent=true I=com.google.android.apps.nexuslauncher/.NexusLauncherActivity U=0 StackId=1 sz=1}
   ....
      * Hist #0: ActivityRecord{66c039 u0 com.google.android.apps.nexuslauncher/.NexusLauncherActivity t4644}
```

Tested on API 27, 28, 29, 30
1fexd pushed a commit to 1fexd/pidcat that referenced this issue Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants