View Single Post
Old 08-11-2025, 12:49 AM   #4
xiaoyuz
Junior Member
xiaoyuz began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2022
Device: QUADERNO A4 Gen2
Quote:
Originally Posted by barium56 View Post
Here's the current OTA firmware update for the Meebook M8, MEEBOOK-V2.1.0-2025031900.
It can be extracted using a tool like tobyxdd/android-ota-payload-extractor.

Firmware is requested by sending the current firmware version with the serial (13 characters) to the API.
Spoiler:
Code:
POST /update/v1 HTTP/1.1
Content-Length: {Content-Length}
Content-Type: application/x-www-form-urlencoded
Host: api.haoqingtech.com
Connection: keep-alive

model=MEEBOOK-M8-RK3576&packageDate=2025011420&packageCode=MEEBOOK-V2.0.0-2025011420&serialNumber={serialNumber}&language=en_US

Update Changelog MEEBOOK-V2.1.0-2025031900:
Spoiler:
New Functions:
1.New added agenda application
2.New added shutdown charging function
3.New added application moving function
4.New added layer function in the notepad application
5.New added calendar card bar on the homepage
6.New added one-stroke forming function in the notepad application
7.New added draw line erasing function in the notepad application

Optimizations:
1.Optimized Bluetooth connection
2.Optimized the handwriting function
3.Optimized the notepad function
4.Optimize some known problems……

Can you demonstrate how to get firmware from the server

thank u
xiaoyuz is offline   Reply With Quote