ONE CHANGER
http://localhost:[PORT]/change?serial=[PHONE_SERIAL]
http://localhost:[PORT]/change?serial=[PHONE_SERIAL]&filter_brand=[BRAND]&filter_model=[MODEL]&filter_os=[OS]&filter_country=[COUNTRY_CODE]&filter_carrier=[CARRIER]&custom_carrier=[CARRIER_NAME|SIMCODE]&lat=[LAT]&long=[LONG]&factory_reset=[OPTION]
Giải thích parameter:
- serial=[PHONE_SERIAL]: serial của phone cần chạy api => Bắt buộc.
- filter_brand, filter_model, filter_os, filter_country, filter_carrier: Các tham số tùy chọn để lọc device theo điền kiện.
- lat, long: dùng cho việc fake location theo tọa độ tùy chọn.
- nếu chỉ có filter_country, thì tool sẽ chọn random carrier thuộc country đã nhập.
- nếu chọn filter_carrier theo nhu cầu, bắt buộc phải có tham số filter_country đi cùng.
- custom_carrier: là thông tin nhà mạng do người dùng tự nhập, định dạng: tên_nhà_mạng|simcode, ví dụ: T-Mobile|310160, nếu dùng custom_carrier bắt buộc phải có filter_country đi cùng.
- factory_reset: chế độ factory reset sẽ gỡ hết app do người dùng cài đặt, xóa hết dữ liệu trong phone, giá trị True hoặc False
Ví dụ:
a. http://localhost:9999/change?serial=1234567890&filter_brand=google => chỉ lấy các device info của google.
b. http://localhost:9999/change?serial=1234567890&filter_model=Pixel%203a%20XL => chỉ lấy device Pixel 3a XL(space => %20).
c. http://localhost:9999/change?serial=1234567890&filter_country=us => fake random nhà mạng theo country US
d. http://localhost:9999/change?serial=1234567890&filter_country=jp&filter_carrier=Mineo-10 => chọn carrier Mineo thuộc country JP.
e. http://localhost:9999/change?serial=1234567890&lat=12.345678&long=23.4567890 => change info với location tùy chọn.
f. http://localhost:9999/change?serial=1234567890&filter_country=us&custom_carrier=T-Mobile|310160 => fake device info với nhà mạng T-Mobile của US.
http://localhost:[PORT]/backup?serial=[PHONE_SERIAL]
http://localhost:[PORT]/backup?serial=[PHONE_SERIAL]¬e=[GHI_CHU]&packages=[LIST PACKAGE BACKUP]
Giải thích parameter:
- serial=[PHONE_SERIAL]: serial của phone cần chạy api => Bắt buộc.
- note=[GHI_CHU]: ghi chú cho file backup(có thể bỏ trống)
- packages=[LIST PACKAGE BACKUP]: list các package muốn backup, viết cách nhau bằng dấu phẩy
Ví dụ:
http://localhost:9999/backup?serial=1234567890
http://localhost:9999/backup?serial=1234567890¬e=test api backup&packages=com.apkpure.aegon,com.google.android.youtube,com.kms.free,org.bromite.bromite"
http://localhost:[PORT]/restore?serial=[PHONE_SERIAL]&backup_file=[RESTORE FILE NAME]
Giải thích parameter:
- serial=[PHONE_SERIAL]: serial của phone cần chạy api => Bắt buộc.
- backup_file=[RESTORE FILE NAME]: file cần restore
Ví dụ:
http://localhost:9999/restore?serial={deviceId}&backup_file=OneChanger_850fb27c-b1e2-4ecf-b218-4f4921e5668e
a. Config socks
http://localhost:[PORT]/configSock?serial=[PHONE_SERIAL]&sock=[SOCK INFO]&change_location=[true/false]&change_timezone=[true/false]&change_webrtc=[true/false]
b. Lấy thông tin SOCKS hiện tại
http://localhost:9999/currentSock?serial=[PHONE_SERIAL]
Giải thích parameter:
- serial=[PHONE_SERIAL]: serial của phone cần chạy api => Bắt buộc.
- sock=[SOCK INFO]: Thông tin socks cần change => Bắt buộc.
- change_location=[true/false]: Tùy chọn change thông tin device theo thông tin sock, giá trị true hoặc false
- change_timezone=[true/false]: Tùy chọn change thông tin device theo thông tin sock, giá trị true hoặc false
- change_webrtc=[true/false]: Tùy chọn change thông tin device theo thông tin sock, giá trị true hoặc false
Ví dụ:
http://localhost:9999/currentSock?serial=123456789
a. Change thông tin timezone, location dựa trên thông tin IP public
http://localhost:[PORT]/changeInfoByCurrentIP?serial=[PHONE_SERIAL]
b. Cài đặt file APK
http://localhost:9999/installApk?serial=[PHONE_SERIAL]&path=[PATH FILE APK]
Giải thích parameter:
- serial=[PHONE_SERIAL]: serial của phone cần chạy api => Bắt buộc.
- path=[PATH FILE APK]: đường dẫn đến file apk, lưu ý: đường dẫn phân tách bằng dấu \\ , trường hợp install nhiều file apk thì cách nhau bằng dấu phẩy
Ví dụ:
http://localhost:9999/changeInfoByCurrentIP?serial=123456789
http://localhost:9999/installApk?serial=123456789&path=E:\\WORKING\\APK\\apkpure_3202057_1109.apk,E:\\WORKING\\APK\\YouTube_19.50.40_APKPure.apk