metegun
Members
- Feb 9, 2021
- 33
- 20
Excellent news, If you can share the screenshot of your battery graph it would be a massive. Thanks.
Here you go..
Excellent news, If you can share the screenshot of your battery graph it would be a massive. Thanks.
Finally no android system suspend drain or download apps drain.Here you go..
Did you flashed it with the fastboot clearing all data script? Did you restore your apps from the MIUI backup?Just flashed stable ROM with no problem at all. Cross finger that it would be better on the battery department.
Creating Userdata seems to be buggy with Windows, I would try to concentrate on that since the flash process itself was working...
Note, “make_f2fs failed: 3221225477
fastboot: error: Cannot generate image for userdata“
This error usually means your Android sdk is not meant for the version you're about to install (to old) so ensure the binary which you are using is the one delivered with the rom.zip.
Also, some people advice to keep the folder name as short as possible.
Fastboot Commands: A Beginner’s Guide
With this guide of ours, you'll be able to learn all the fastboot commands and their syntax. We've also posted some hidden commands which you never knew.android.tutorials.how
Fastboot is capable of formatting / erasing particular partitions, so formatting userdata can be done by yourself, just decompile the script and see if you can do the make2fs part manually, this should render the phone working again, flash eu rom once more, maybe on native Linux?
Regards.
Sent from my MI 8 Explorer Edition using Tapatalk
Hmm, did you ran the full script first install format ? No errors and still Fastboot again?At linux at the end it gives the following information:
Info: format successful
Sending 'userdata' (85 KB) OKAY [0.006s]
Writing 'userdata' OKAY [0.015s]
Erasing 'metadata' OKAY [4.719s]
Erase successful, but not automatically formatting.
File system type raw not supported.
Finished. Total time: 7.788s
Rebooting OKAY [0.000s]
Finished. Total time: 0.202s.
Any ideas, please
Hmm, did you ran the full script first install format ? No errors and still Fastboot again?
We're slowly out of options, consider edl method with remote support then.
Sent from my MI 8 Explorer Edition using Tapatalk
Hmm, anything obvious like Google stuff or gallery?The new rom make the phone very heat and drain battery very fast..
Yup clearing all the data. I just clean all data in order to avoid any problem, I will have no problems if I select clean all.Did you flashed it with the fastboot clearing all data script? Did you restore your apps from the MIUI backup?
Guide is for Chinese version.. if you have Global version, update to latest Global ROM version.. just check for OTA if you are on latest version..Hello guys! I need your help..
My MI11 has a Global EU rom installed (12.0.3.0 RKBEUXM).
Can you explain me what does it means?
- Update China ROM to the latest via updater app first..
What is updater app? Which China ROM should I use?
thanks!!
Ok, so altought xiaomi.eu is Based on China Stable/weekly is ok to start from 12.0.3.0 RKBEUXM (latest Global version)?Guide is for Chinese version.. if you have Global version, update to latest Global ROM version.. just check for OTA if you are on latest version..
"Updater App" means the App which is the default when you go to "My Device" .Hello guys! I need your help..
My MI11 has a Global EU rom installed (12.0.3.0 RKBEUXM).
Can you explain me what does it means?
- Update China ROM to the latest via updater app first..
What is updater app? Which China ROM should I use?
thanks!!
Test this, download and use WinRar to extract your tgz fastboot File, open and edit "flash_all.bat" with notepad++ and delete this first Lines (the red Lines in this Post), safe the file and flash with the latest MiFlash 2020.03.14
Don`t close your bootloader "clean all and lock" on CN Phones with Global Software. Only use "clean all" in MiFlash
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *venus" || echo Missmatching image and device
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *venus" || exit /B 1
::check anti_version
if exist %~dp0images\anti_version.txt (for /f "delims==" %%a in (%~dp0images\anti_version.txt) do (set CURRENT_ANTI_VER=%%a))
if [%CURRENT_ANTI_VER%] EQU [] set CURRENT_ANTI_VER=0
for /f "tokens=2 delims=: " %%i in ('fastboot %* getvar anti 2^>^&1 ^| findstr /r /c:"anti:"') do (set version=%%i)
if [%version%] EQU [] set version=0
set anticheck="antirollback check pass"
if %version% GTR %CURRENT_ANTI_VER% set anticheck="Current device antirollback version is greater than this pakcage"
echo %anticheck% | findstr /r /c:"pass" || @echo "Antirollback check error" && exit /B 1
fastboot %* getvar crc 2>&1 | findstr /r /c:"^crc: 1" && if %errorlevel% equ 0 (
fastboot %* flash crclist %~dp0images\crclist.txt || @echo "Flash crclist error" && exit /B 1
fastboot %* flash sparsecrclist %~dp0images\sparsecrclist.txt || @echo "Flash sparsecrclist error" && exit /B 1
)
My MI 11 seems to have the bootloader lock again. How do I unlock bootloader? I no longer have it on the xiaomi account and now on fastboot I can't login.
I had the same problems as you in that I was stuck in fastboot mode after trying the flash the rom the first time. However the Mi Unlock tool could still see the phone and unlock it. I then neededto do a flash in EDL mode with the help of someone with an account. But you are saying the Mi Unlock tool is not even working for you?
Good afternoon!
I really need your help.
I already have my MI 11 bootloop on fastboot for about 3 days.
I have tried everything I have seen around here.
I tried as described and gives the following error on MiFlash 2021.2.26.0:
error: Not catch checkpoint (\ $ fastboot -s. * lock) .flash is not done.
I appreciate all the contributions.
My MI 11 seems to have the bootloader lock again. How do I unlock bootloader? I no longer have it on the xiaomi account and now on fastboot I can't login.
Test this, download and use WinRar to extract your tgz fastboot File, open and edit "flash_all.bat" with notepad++ and delete this first Lines (the red Lines in this Post), safe the file and flash with the latest MiFlash 2020.03.14
Don`t close your bootloader "clean all and lock" on CN Phones with Global Software. Only use "clean all" in MiFlash
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *venus" || echo Missmatching image and device
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *venus" || exit /B 1
::check anti_version
if exist %~dp0images\anti_version.txt (for /f "delims==" %%a in (%~dp0images\anti_version.txt) do (set CURRENT_ANTI_VER=%%a))
if [%CURRENT_ANTI_VER%] EQU [] set CURRENT_ANTI_VER=0
for /f "tokens=2 delims=: " %%i in ('fastboot %* getvar anti 2^>^&1 ^| findstr /r /c:"anti:"') do (set version=%%i)
if [%version%] EQU [] set version=0
set anticheck="antirollback check pass"
if %version% GTR %CURRENT_ANTI_VER% set anticheck="Current device antirollback version is greater than this pakcage"
echo %anticheck% | findstr /r /c:"pass" || @echo "Antirollback check error" && exit /B 1
fastboot %* getvar crc 2>&1 | findstr /r /c:"^crc: 1" && if %errorlevel% equ 0 (
fastboot %* flash crclist %~dp0images\crclist.txt || @echo "Flash crclist error" && exit /B 1
fastboot %* flash sparsecrclist %~dp0images\sparsecrclist.txt || @echo "Flash sparsecrclist error" && exit /B 1
)
We use essential cookies to make this site work, and optional cookies to enhance your experience. Cookies are also used for ads personalisation