You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List all apps with keys: sudo ls /data/misc/keystore/user_0 | sed 's/\([0-9]*\).*/\1/' | uniq | xargs -I {} sudo grep 'userId="{}' /data/system/packages.xml | sed 's/<package name="\([^"]*\)".*$/\1/'
The text was updated successfully, but these errors were encountered:
applogcat
listPackages
packageId
, e.g. for app namepackageId signal
->org.thoughtcrime.securesms
aapt dump badging /data/app/..../base.apk | grep application-label-en-GB
appVersion
-sudo grep $packageId /data/system/packages.xml | grep userId | sed 's/.*version="\([0-9]*\).*/\1/'
sudo ls /data/misc/keystore/user_0 | sed 's/\([0-9]*\).*/\1/' | uniq | xargs -I {} sudo grep 'userId="{}' /data/system/packages.xml | sed 's/<package name="\([^"]*\)".*$/\1/'
The text was updated successfully, but these errors were encountered: