Trusted by a lot of companies worldwide

you can see some of worldwide team that we cooperate with them about source codes, solutions (some private)

Solutions and source Code

Xiaomi authenticate loader for official auth (Flash,FRP,FDL,etc)

Description:

if you have xiaomi service center account access , you can use our xiaomi auth loader for make your own tool

its clear for developers that protocol of (emergency mode like brom, edl , download mode) mediatek, qualcomm , unisoc is same for all device

but authenticate is diffrent for each manufacturer devices

letme talk about xiaomi devices:

brom/preloader/EDL mode:

normally when maked handshake in brom/preloader mode , cannot boot da because before booting da , required write auth (required read blobkey from device and generate auth by xiaomi server to write on device),

until now, there no exist public algorithm to generate auth from blobkey of xiaomi device and we need xiaomi id (Xiaomi Account) to send blobkey to xiaomi server and receive auth to write on device

also in edl mode, after write firehose loader , device ask auth too and for authenticate, required send blobkey of device to xiaomi server and receive auth to write on device!

as protocol of  qualcomm/mediatek/fastboot/sideload is available (for python is free, another language u can buy protocol from us), but for receiving auth of device (blobkey) from xiaomi server required exclusive protocol and xiaomi auth loader have all protocol.

for sending request on xiaomi server , you must have protocol for make encryption request and when received response, you must have protocol for decrypt and get raw auth to write on device

ok , if you want make serverside tool for xiaomi devices like typhontool, mutiprotool, frpbosstool , etc this loader will help you,

Q&A :

    1. what is XIAOMI ID? xiaomi id is appinfo (userid and passtoken), in normal way, service center only have user and password of xiaomi account , for getting xiaomi id, required capture http log of factory tool operation
    2. how can we get xiaomi id(account)? service centers only have access to make official authenticate
    3. Xiaomi ID have limit? YES, its depends on your id, but normally , with One xiaomi id you can do 10 operation official auth, for example: 10 Flash (qualcomm, mediatek v5 and mediatek v6) + 10 FRP + 10 FDL(reboot device from fastboot to edl mode) per day
    4. what is slot? one slot == one auth , for example flash operation of some device like malachite required make two auth (SLA and DA) so this device is using two slot for completing flash operation, another operation like frp, fdl , edl flash , and 99% of mediatek device is using only one slot
    5. have region limit? Yes , limit exist on xiaomi ID, for example you cannot repair china region device by India ID, or you cannot connect xiaomi server with diffrent ip location, so if your xiaomi id is india , you should connect xiaomi server with india ip location, else your account will ban.

requirements of xiaomi auth loader:

usertool (you can buy source code of usertool from us):

you have make your own usertool for repair device in emergency mode (brom/edl/fastboot/adb), and as devices required official auth you have read blobkey of device (brom/preloaderEDL, FRP(sideload mode), FDL(fastboot to edl) blobkey) and send to your own host

Host and API (we can made for you):

The host acts as a hub, usertool read blobkey from device and sends it to the host, and the xiaomi auth loader takes the blobkey from the host and generates auth and sends it back to the host, then usertool takes the auth from the host and sends it to the device to perform the authentication operation.

list of API required (you can develop by php, etc , also we can develop ):

  1. Endpoint API: for sending blobkey from device to host (usertool required)
  2. Endpoint API: for receiving list of pending blobkey from host (loader required)
  3. Endpoint API: for apply auth to each blobkey (loader required)
  4. Endpoint API: waiting for auth of blobkey (usertool required)

IP associated with region account :

as xiaomi accounts have region limit , you cannot connect to xiaomi server with any IP location

for example, if you want communicate with xiaomi server by INDIA ID , you must run this loader in india ip pc.

how is work xiaomi auth loader:

this loader will get list of pending blobkey from api of your own host and will generate auth to apply on blobkey (by api)

features of xiaomi auth loader:

  1. Support all operations like: FRP , FDL(fastboot to edl), MTKV6 (up to last hyperOS like Rodin, malachite device) , MTKV5 , EDL, etc)
  2. add unlimited ID
  3. ID Settings: Delay time for each operation to per request, Slot count limit (frp , fdl , flash)
  4. monitor list of blobkeys received from your server and status , response
  5. monitor logs of all operations (like communicate with xiaomi server , etc)
  6. settings to make backup/restore json config , enable or disable operations
  7. automatically receive blobkeys and generate auth (by id have slot)
  8. etc …

 

To get this source code, contact us in telegram: https://t.me/GsmCoder

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button