Skip to content

Instantly share code, notes, and snippets.

View cabiamdos's full-sized avatar
🌴
On vacation

William cabiamdos

🌴
On vacation
View GitHub Profile
@cabiamdos
cabiamdos / gist:cbe8feaa3a289ef9ffb84f78a2877be3
Created April 22, 2025 12:11
powershell script for backing up your android apk files
# Get list of installed packages with file paths
$packages = adb shell pm list packages -f
# Loop through each line
foreach ($line in $packages) {
# Extract APK path and package name
if ($line -match "package:(.+\.apk)=(.+)") {
$apkPath = $matches[1]
$packageName = $matches[2]
{"version":1,"resource":"file:///c%3A/Users/Alien/Documents/Arduino/libraries/PN532_SPI/PN532_SPI.h","entries":[{"id":"Iplq.h","timestamp":1709038386218}]}