Skip to content

Instantly share code, notes, and snippets.

View buikhoa40's full-sized avatar

Khoa Dang buikhoa40

View GitHub Profile
@buikhoa40
buikhoa40 / AdbCommands
Created June 28, 2022 21:07 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@buikhoa40
buikhoa40 / export-ble-infos.py
Created February 4, 2022 16:18 — forked from Mygod/export-ble-infos.py
Export your Windows Bluetooth LE keys into Linux!
#!/usr/bin/python3
"""
Copyright 2021 Mygod
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0