flyhightosky
Members
- Mar 27, 2016
- 26
- 13
I am having 6.3.31(prev ver) now, how do I update without wiping all my data?
My updater didnt auto detect for 6.4.7, why?
My updater didnt auto detect for 6.4.7, why?
Last edited:
How to fix? I have crashing or lagging problem in my Redmi note 3 SDfor those with random restarts in redmi note 3 on last... 5? (>6.3.11) versions, this one seems to have fixed it!, no restarts so far
Agree you. The search app is not transparent!!!! Slower than before.Rom seems slower on cancro. 6.3.31 was faster, anybody else feel the same?
Envoyé de mon MI 3W en utilisant Tapatalk
What's changed?6.4.9 for kenzo released..
~Tapatalk Mi4c~
Before flashing blindly a Xiaomi official, something that could come for other devices, check on fastboot rom if the flash script contains 'fastboot oem lock'. It Can be modified easily to avoid the situation....
Hi, very interesting information.
For "flash script" you men the file "flash_all.sh" (or flash_all_except_data_storage.sh or flash_all_except_storage.sh)?
I was about to flash my MiNote with mi flash in order to solve my problem of updating from 6.3.24 and I notice your post.
While I don't want to block my bootloader I would like to be 100%sure.
The test inside of that Flash script (if is the one indicated above) is the follow:
fastboot $* getvar product 2>&1 | grep "^product: *MSM8974$"
if [ $? -ne 0 ] ; then echo "Missmatching image and device"; exit 1; fi
fastboot $* getvar board_version 2>&1 | grep "^board_version: *5."
if [ $? -ne 0 ] ; then echo "Missmatching board version"; exit 1; fi
fastboot $* flash partition `dirname $0`/images/gpt_both0.bin
if [ $? -ne 0 ] ; then echo "Flash partition error"; exit 1; fi
fastboot $* flash tz `dirname $0`/images/tz.mbn
fastboot $* flash dbi `dirname $0`/images/sdi.mbn
fastboot $* flash sbl1 `dirname $0`/images/sbl1.mbn
fastboot $* flash rpm `dirname $0`/images/rpm.mbn
fastboot $* flash aboot `dirname $0`/images/emmc_appsboot.mbn
fastboot $* reboot-bootloader
sleep 5
fastboot $* erase boot
fastboot $* erase DDR
fastboot $* flash misc `dirname $0`/images/misc.img
fastboot $* flash modem `dirname $0`/images/NON-HLOS.bin
fastboot $* flash system `dirname $0`/images/system.img
fastboot $* flash cache `dirname $0`/images/cache.img
fastboot $* flash userdata `dirname $0`/images/userdata.img
fastboot $* flash recovery `dirname $0`/images/recovery.img
fastboot $* flash boot `dirname $0`/images/boot.img
fastboot $* reboot
It does not appear any "oem lock", can I flash without risk to have my bootloader blocked?
by the way (just if you want to see some affected scripts), you can download on en.miui.com latest mi5 fastboot and look at the script.yes it means it won't lock the bootloader. You are safe with this one.
by the way (just if you want to see some affected scripts), you can download on en.miui.com latest mi5 fastboot and look at the script.
it ends with standard fastboot locking mecanism (that I knew since I have a nexus 7):
fastboot $* flash cust `dirname $0`/images/cust.img
if [ $? -ne 0 ] ; then echo "Flash cust error"; exit 1; fi
fastboot $* oem lock
if [ $? -ne 0 ] ; then echo "Oem lock error"; exit 1; fi
fastboot $* reboot
if [ $? -ne 0 ] ; then echo "Reboot error"; exit 1; fi
if it is like cancro or gemini, miPCsuite does not work at all with marshmallow yet, so it will not connect.Thanks again for your help.
Actually I have a problem with MiFlash. MiFlash can see my MiNote in fastboot mode but give me an "unspecified error (0xffffff01: )" (using last miflash tool and rom available on eu.miui.com virgo_images_6.3.10).
Maybe I can use the MiPcSuite that has an option to dowload and flash "beta rom" 6.4.7 or a stable one.
Do you think that I can use MyPcSuite and flash the 6.4.7 without risk for my bootloader to be block?
If succesfull I will install TWRP and Back to multilanguage 6.4.7
if it is like cancro or gemini, miPCsuite does not work at all with marshmallow yet, so it will not connect.
In my case for cancro I use version 2014.05.09 for miflash with windows 32bits, all good. can you try this older version ?
We use essential cookies to make this site work, and optional cookies to enhance your experience. Cookies are also used for ads personalisation