Dumpsys Packages Copycat کے لئے Android

Dumpsys Packages Copycat

rubenpgrady

ورژن 2.0

Provides a detailed summary of all installed packages

ڈاؤن لوڈز 29
Ads

اس کی درجہ بندی کریں

اینٹی وائرس اور سیفٹی اسکین کے نتائج

اسکین کی تاریخ: Feb 6, 2025 سافٹ ویئر ورژن: 2.0
حیثیت: ✅ بھروسہ مند اور انسٹال کرنے کیلئے محفوظ یہ ایپ rubenpgrady کے ذریعہ دستخط شدہ ہے قابل بھروسہ اور تصدیق شدہ ڈیجیٹل دستخط کے ساتھ، اور یہ موجودہ Dumpsys Packages Copycat تنصیبات کو اپڈیٹ کرے گی سرٹیفکیٹ فنگر پرنٹ: 0a1b6cfc798cb541277e881fe9f884d8f68feb67b8d728af67fe6dbc32a39535 ہم APK فائلوں کی سیکیورٹی کی تصدیق کیسے کرتے ہیں

Dumpsys Packages Copycat فائل مینیجرز ایپ کے لئے Android وضاحت

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.

Ads

خصوصیات


پرانے ورژن

Dumpsys Packages Copycat icon

2.1 APK

February 6, 2025


اس کی درجہ بندی کریں


صارف کے جائزے کے بارے میں Dumpsys Packages Copycat

Dumpsys Packages Copycat پر ابھی تک کوئی تبصرے نہیں ہیں۔ پہلا بنیں !

GitHub Issue