Dumpsys Packages Copycat vs GPS Setter

Side-by-side comparison of two open source alternatives

Dumpsys Packages Copycat

With the introduction of the QUERY_ALL_PACKAGES permission, as far as I understand, it became impossible to use built-in tools to list and inspect installed packages. (Please let me know if you are aware of another workaround.) That is, of course, assuming you don't have access to root privileges. However, you might not desire to root your phone, either because it can turn out to be quite difficult to achieve, or because it has numerous disadvantages in itself, anyway. Another option is to connect to the phone via Android Debug Bridge (ADB) and run: adb shell dumpsys | sed -n '/^Packages:/,/^[[:space:]]*$/p' The command prints the "Packages" section from dumpsys, which contains detailed information about every installed package. It works, but the downside is obvious: You need an extra device to connect and run adb. This app strives to reproduce the output from above command, right on your phone - neither root privileges nor ADB required - using only API calls and the QUERY_ALL_PACKAGES permission.

G

GPS Setter

- โœจ Supports system server location APIs introduced in Android 14+ - ๐Ÿ€ Supports a fully FLOSS build flavor - including all underlying dependencies - ๐Ÿ–ฒ๏ธ Allows adjusting location on the fly via an on-screen joystick overlay - ๐ŸŽ‰ Features custom designed resource bundles with updated dependent libraries - ๐ŸŽฒ Allows using a live updating random location in the vicinity of the set point - ๐Ÿ”ฅ Compatible with latest Material Design

FeatureDumpsys Packages CopycatGPS Setter
LicenseApache-2.0GPL-3.0-only
Install sources
F-DroidGitHub
F-DroidGitHub
Categories
Password ManagerProductivityDev Tools
Password ManagerProductivityDev ToolsMessagingNavigation
Features
Ad-FreeOpen SourceNo Tracking
Ad-FreeOpen SourceNo Tracking
Platforms
Android
Android
Website
Source code