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