Skip to content

Instantly share code, notes, and snippets.

@mouseos
Created August 2, 2024 15:12
Show Gist options
  • Save mouseos/444786a769e0f1f4fcb87e6ba28072d9 to your computer and use it in GitHub Desktop.
Save mouseos/444786a769e0f1f4fcb87e6ba28072d9 to your computer and use it in GitHub Desktop.

ota

curl \
  -H "Content-Type: text/plain; charset=ISO-8859-1" \
  -H "Host: query.hicloud.com:80" \
  -H "User-Agent: Apache-HttpClient/UNAVAILABLE (java 1.4)" \
  --data-binary "{\"rules\":{\"IMEI\":\"HEX:AB1772D78CB3EBCE65C6A6122E0D80D34F15DF902651BE47\",\"C_Version\":\"C107\",\"DeviceName\":\"dTV01\",\"FirmWare\":\"M220-10-V100R001C107B234\"}}" \
  "http://query.hicloud.com:80/singlebox_and_common/v2/check.action?latest=true"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment