Skip to content

Instantly share code, notes, and snippets.

View lidormalich's full-sized avatar
🎯
Make my new project

Lidor Maliach lidormalich

🎯
Make my new project
View GitHub Profile
@lidormalich
lidormalich / AdbCommands
Created August 13, 2024 12:45 — forked from Pulimet/AdbCommands
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.
@lidormalich
lidormalich / AndroidDeviceEnrollmentQRCreation.md
Created February 17, 2024 18:47 — forked from bashenk/AndroidDeviceEnrollmentQRCreation.md
Creating a QR Code for Android Device Enrollment
@lidormalich
lidormalich / test.bat
Created March 11, 2019 20:11
ADB IL TOOLS
echo adb mtp status
adb shell getprop persist.sys.usb.config
echo timezone
adb shell getprop persist.sys.timezone
echo salescode
adb shell getprop persist.sys.prev_salescode
echo oem unlock allowed
adb shell getprop sys.oem_unlock_allowed
echo support dualsim?
adb shell getprop sys.enterprise.billing.dualsim