francescotescari / XiaoMiToolV2

XiaomiTool V2 - Modding tool for xiaomi devices
https://www.xiaomitool.com
Apache License 2.0
627 stars 123 forks source link

Getting FAILED (Command length to RawCommand() is too long) #53

Open dhvanilp opened 2 years ago

dhvanilp commented 2 years ago
image
dhvanilp commented 2 years ago

I have fixed the url error using the branch from one of the PRs

dan4ik605743 commented 2 years ago

Same problem

dan4ik605743 commented 2 years ago

I have fixed the url error using the branch from one of the PRs

How did you get it? Tell me more please.

Misterio77 commented 2 years ago

I got this fixed by using the developer provided adb/fastboot binaries instead of my distro's. This https://github.com/aosp-mirror/platform_system_core/blob/master/fastboot/fastboot_driver.cpp#L438 is probably patched somehow

RohitVerma882 commented 2 years ago

I got this fixed by using the developer provided adb/fastboot binaries instead of my distro's. This https://github.com/aosp-mirror/platform_system_core/blob/master/fastboot/fastboot_driver.cpp#L438 is probably patched somehow

How?