Skip to content

Instantly share code, notes, and snippets.

@Pulimet
Pulimet / AdbCommands
Last active April 25, 2024 19:40
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
@sparkweb
sparkweb / order.json
Last active May 22, 2019 13:00
Order Desk Order Data Array
{
"id": "26211",
"email": "test@orderdesk.com",
"shipping_method": "FedEx Home Delivery",
"quantity_total": 1,
"weight_total": 1,
"product_total": 10,
"shipping_total": 11.17,
"handling_total": 0.5,
"tax_total": 1.2,