mdsaifurrahmann / mac-android-flash-tool

Flashing tool for all Xiaomi Devices compatible with MacOS and All Linux based Operating system. Simply clone, put the files; the rest will handle this script. Just choose your desire option.
15 stars 7 forks source link

[BUG] Requested download size is more than max allowed #3

Closed t2hv33 closed 1 week ago

t2hv33 commented 3 weeks ago
  1. Flash without lock bootloader
  2. product: fuxi - Mi 13 M1- 2024-08-18 at 18 20 30@2x M1- 2024-08-18 at 18 21 11@2x
(bootloader) Partition vbmeta_system_b flashed successfully
OKAY [  0.002s]
Finished. Total time: 0.039s
Erasing 'metadata'                                 OKAY [  0.057s]
Finished. Total time: 0.068s
Sending 'metadata' (2184 KB)                       OKAY [  0.052s]
Writing 'metadata'                                 OKAY [  0.477s]
Finished. Total time: 0.562s
Sending 'userdata' (3860 KB)                       OKAY [  0.091s]
Writing 'userdata'                                 OKAY [  0.006s]
Finished. Total time: 0.129s
Sending 'cust' (2097152 KB)                        FAILED (remote: 'Requested download size is more than max allowed
')
fastboot: error: Command failed
Flash cust error
t2hv33 commented 3 weeks ago
mdsaifurrahmann commented 3 weeks ago

@t2hv33 Would you kindly confirm that you did not alter this repository's source file? In any case, it shouldn't have happened. Every time I make changes to this repository, I run a real test.

Sending 'cust' (2097152 KB)                        FAILED (remote: 'Requested download size is more than max allowed
')

Your phone could be the source of this issue. This script has nothing to do with the error.

About the grep problem, as far as I'm aware, grep doesn't have a P option, so I never used the -- P flag anywhere.

Would you kindly explain to me how to replicate this issue? in order for me to verify on my end.