Help - Xiaomi Mi A1 Questions & Answers

I flashed Lineage Os 15.1 from stock feb. update rooted, it gets stuck in bootanimation and does not go into system, any solution?

U have twrp? Can u boot into it? If yes do a clean flash or use miflash to get back to stock

If u have TWRP installed then like @apexashwin said clean flash with the recommended process if u dont have twrp u can first boot your phone into TWRP for a while from fastboot commands and clean flash rom and if you want to go to stock use Mi Flash Tool data backup will be recommended .

Sry guys
apexashwin said:
U have twrp? Can u boot into it? If yes do a clean flash or use miflash to get back to stock
Click to expand...
Click to collapse
iamlfcfan said:
If u have TWRP installed then like @apexashwin said clean flash with the recommended process if u dont have twrp u can first boot your phone into TWRP for a while from fastboot commands and clean flash rom and if you want to go to stock use Mi Flash Tool data backup will be recommended .
Click to expand...
Click to collapse
Yes, I have TWRP installed, and i have tried with a lot of clean flashes, installing the rom and the steps that you know.
Nothing have worked, and i don't know what else to do.
Nothing works

Sry guys
apexashwin said:
U have twrp? Can u boot into it? If yes do a clean flash or use miflash to get back to stock
Click to expand...
Click to collapse
iamlfcfan said:
If u have TWRP installed then like @apexashwin said clean flash with the recommended process if u dont have twrp u can first boot your phone into TWRP for a while from fastboot commands and clean flash rom and if you want to go to stock use Mi Flash Tool data backup will be recommended .
Click to expand...
Click to collapse
Yes, I have TWRP installed, and i have tried with a lot of clean flashes, installing the rom and the steps that you know.
Nothing have worked, and i don't know what else to do.
Nothing works

AnonyIsRight said:
Yes, I have TWRP installed, and i have tried with a lot of clean flashes, installing the rom and the steps that you know.
Nothing have worked, and i don't know what else to do.
Nothing works
Click to expand...
Click to collapse
Use mi flash tool to clean install your rom then please take backup of ur data

iamlfcfan said:
Use mi flash tool to clean install your rom then please take backup of ur data
Click to expand...
Click to collapse
Also tried with MiFlash, with the flash_all.bat, the flash_all_lock.bat, and all of that. ( in fastboot mode and edl mode, also tried with qfil )
Idc about my personal data, but if what you mean is the phone data... i have formated it a lot of times :/
I'm going to try with "tissot_images_7.8.23_7.1", i hope it works, but i'm thinking that it will give me the same result https://www.youtube.com/watch?v=3YcWsWYQVGQ
I will write over here if i am able to solve it, and if not, i will write too.

Related

[Q] [P705]Bootloop

Hi,
I've been using the paranoid android ROM on my LG P705, but decided to go back to the stock ROM.
I've flashed the V10D_00.kdz file and the stock kernel, but my phone got in a bootloop.
Now I can't enter recovery to flash another kernel and try to fix it. If anyone knows a way to flash and enter CWM again, please help me.
Cristianmb said:
Hi,
I've been using the paranoid android ROM on my LG P705, but decided to go back to the stock ROM.
I've flashed the V10D_00.kdz file and the stock kernel, but my phone got in a bootloop.
Now I can't enter recovery to flash another kernel and try to fix it. If anyone knows a way to flash and enter CWM again, please help me.
Click to expand...
Click to collapse
No other solution is to flash thru kdz.
Just search here on our forum for kdz.
Cristianmb said:
Hi,
I've been using the paranoid android ROM on my LG P705, but decided to go back to the stock ROM.
I've flashed the V10D_00.kdz file and the stock kernel, but my phone got in a bootloop.
Now I can't enter recovery to flash another kernel and try to fix it. If anyone knows a way to flash and enter CWM again, please help me.
Click to expand...
Click to collapse
Before flashing a kdz to downgrade you must wipe data and format system, if you didnt do it before try the hard reset combo and it shoukd boot, else you must flash a different kdz
4Freedom said:
Before flashing a kdz to downgrade you must wipe data and format system, if you didnt do it before try the hard reset combo and it shoukd boot, else you must flash a different kdz
Click to expand...
Click to collapse
Yeah, i've done all of this, I've already used many roms in this phone and others too, but always with CWM. This time I tried to flash the stock kernel, without CWM, and now I don't know what to do for my computer to recognize it as a phone again and flash CWM to restart.
I've only found ways to hard reset with the phone and debbuging mode on or by CWM. Do you know any post that explains how to do by other way?
vaikz said:
No other solution is to flash thru kdz.
Just search here on our forum for kdz.
Click to expand...
Click to collapse
I couldn't find a way to flash other kdz that wasn't by CWM or phone and debbuging mode on.
As I can't turn my phone on and don't know how to flash CWM on this way, I'm stuck..
Cristianmb said:
Yeah, i've done all of this, I've already used many roms in this phone and others too, but always with CWM. This time I tried to flash the stock kernel, without CWM, and now I don't know what to do for my computer to recognize it as a phone again and flash CWM to restart.
I've only found ways to hard reset with the phone and debbuging mode on or by CWM. Do you know any post that explains how to do by other way?
Click to expand...
Click to collapse
You can flash CWM fron FASTBOOT, but to boot into fastbbot you need an unlocked bootloader and if you havent cwm probably you are on a locked bootloader.
There is no other way, so flash a new different KDZ that include and unlocked bootloader and CWM

Creating modified boot.img and enabling adb during first boot.

Modified boot.img of a rom is required to be flashed on that rom so that it works with TWRP.
Enabling ADB during first boot creates a way out in case your phone bootloops or stuck at MI logo and also hardbricked.
Many people hardbricked their phone while flashing MIUI based roms through TWRP, and they had to test-point to bring their phone back to life, my mod enables adb during boot and so people who used my mod and hardbricked their phone can access adb when their phone is stuck at MI logo or bootlooping and thus revive their phone.
Tools needed:-
1)Notepad++ (google it and download)
2)Android Image Kitchen(AIK) http://forum.xda-developers.com/attachment.php?attachmentid=3638835&d=1454959265
Steps:-
1)Download the required rom and extract its boot.img
2)Copy the boot.img to AIK folder and drag boot.img and drop it on unpackimg.bat
3)Open ramdisk folder and look for default.prop , open them with Notepad++
4)Editing default.prop Note:- This will enable adb at first boot
5)Change
Code:
ro.secure=1 to ro.secure=0
ro.adb.secure=1 to ro.adb.secure=0
ro.debuggable=0 to ro.debuggable=1
persist.sys.usb.config=none to persist.sys.usb.config=adb
delete the line ro.secureboot.devicelock=1 if present
OR (Alternate way)(recommended)
open ramdisk and look for fstab.qcom, open with notepad++ and search for ",verify" (without quotes) and delete it and save.
6)Now execute repackimg.bat, a image-new.img file will be compiled.
7)Flash the image-new.img through TWRP or through fastboot using "Fastboot flash boot image-new.img"
That's all
P.S:- Remember only use Boot.img specific for the miui version you wanna run, boot.img version not matching with MIUI version
will cause the Wifi to stop working.
Press thanks If this helped.:good:
Any queries feel free to ask me.:laugh:
Does the modified boot.img procedure need to be done for every ROM or just for the MIUI ROMs? I want to install the AOSP ROM and later CM 13 but I'm still not sure about the whole flashing process.
Sent from my Redmi Note 3 using XDA-Developers mobile app
SkinCoffin said:
Does the modified boot.img procedure need to be done for every ROM or just for the MIUI ROMs? I want to install the AOSP ROM and later CM 13 but I'm still not sure about the whole flashing process.
Sent from my Redmi Note 3 using XDA-Developers mobile app
Click to expand...
Click to collapse
modified boot.img is only for official MIUI roms, all other roms doesnt need it
Rajdip said:
modified boot.img is only for official MIUI roms, all other roms doesnt need it
Click to expand...
Click to collapse
So if I'm on Miui Official Global ROM 7.2.3 all I have to do is flash TWRP through fastboot, boot into it and flash the new ROM+GApps through it?
SkinCoffin said:
So if I'm on Miui Official Global ROM 7.2.3 all I have to do is flash TWRP through fastboot, boot into it and flash the new ROM+GApps through it?
Click to expand...
Click to collapse
exactly
Rajdip said:
exactly
Click to expand...
Click to collapse
Thank you! I just did it. It has booted and almost over in the "Optimizing apps" window. Thing is, I did forget to wipe system, data and cache before flashing, should I do it again or will it be fine like this?
EDIT: I rebooted the phone into recovery, wiped system, data and cache, flashed the ROM zip and wiped cache and dalvik cache. I booted the phone and it showed the Mi logo, then 4 circles screen flying around (green, red, blue and yellow) and it has been like this for like 5 min now.. Did I do something wrong? I'm starting to worry to be honest.
SkinCoffin said:
Thank you! I just did it. It has booted and almost over in the "Optimizing apps" window. Thing is, I did forget to wipe system, data and cache before flashing, should I do it again or will it be fine like this?
EDIT: I rebooted the phone into recovery, wiped system, data and cache, flashed the ROM zip and wiped cache and dalvik cache. I booted the phone and it showed the Mi logo, then 4 circles screen flying around (green, red, blue and yellow) and it has been like this for like 5 min now.. Did I do something wrong? I'm starting to worry to be honest.
Click to expand...
Click to collapse
it takes time to boot for the first time, did it boot now?
Rajdip said:
it takes time to boot for the first time, did it boot now?
Click to expand...
Click to collapse
Still hasn't booted. It has been on the flying circles screen for around 10 minutes now. Maybe fastboot twrp again and do the process all over again?
SkinCoffin said:
Still hasn't booted. It has been on the flying circles screen for around 10 minutes now. Maybe fastboot twrp again and do the process all over again?
Click to expand...
Click to collapse
Try again, goto TWRP, wipe system,data,cache,dalvik and flash the rom. Now reboot...
Rajdip said:
Try again, goto TWRP, wipe system,data,cache,dalvik and flash the rom. Now reboot...
Click to expand...
Click to collapse
So I shouldn't reinstall TWRP through fastboot?
EDIT: Ok so I restarted the phone and it booted normally into the ROM, everything seems alright. Will check if I have any problem, if I do I'll just reflash it.
SkinCoffin said:
So I shouldn't reinstall TWRP through fastboot?
Click to expand...
Click to collapse
No, first try what I said, dont wipe cache and dalvik after the rom is flashed
Rajdip said:
No, first try what I said, dont wipe cache and dalvik after the rom is flashed
Click to expand...
Click to collapse
Ok so I restarted the phone and it booted normally into the ROM, everything seems alright. Will check if I have any problem, if I do I'll just reflash it.
SkinCoffin said:
Ok so I restarted the phone and it booted normally into the ROM, everything seems alright. Will check if I have any problem, if I do I'll just reflash it.
Click to expand...
Click to collapse
okay
i do exactly like your tutor...i edit boot.img n delete ",verify"
repack than delete original boot.img, than use moded boot.img... but wifi doesn't work...
where my mistake...?
Mayoz said:
i do exactly like your tutor...i edit boot.img n delete ",verify"
repack than delete original boot.img, than use moded boot.img... but wifi doesn't work...
where my mistake...?
Click to expand...
Click to collapse
are you sure you are using the boot.img of the MIUI version you are flashing? there is two 7.2.3.0 version of boot.img one for global and one for china. Anyway try this and see if wifi works, goto TWRP(I hope you've already deleted the emmc_appsboot file), select mount and then tick on mount system as read only. Then flash the rom. This method will replace TWRP with MIUI recovery but your wifi should start working.
Rajdip said:
are you sure you are using the boot.img of the MIUI version you are flashing? there is two 7.2.3.0 version of boot.img one for global and one for china. Anyway try this and see if wifi works, goto TWRP(I hope you've already deleted the emmc_appsboot file), select mount and then tick on mount system as read only. Then flash the rom. This method will replace TWRP with MIUI recovery but your wifi should start working.
Click to expand...
Click to collapse
yes using the boot.img of the MIUI version to flashing...from recovery rom stable 7.2.3.0 china....maybe my mistake i replace emmc_appsboot file from miui forum...not delete "will replace TWRP with MIUI recovery...' still can booting? i already UBL...
Mayoz said:
yes using the boot.img of the MIUI version to flashing...from recovery rom stable 7.2.3.0 china....maybe my mistake i replace emmc_appsboot file from miui forum...not delete "will replace TWRP with MIUI recovery...' still can booting? i already UBL...
Click to expand...
Click to collapse
I didnt get you, can you be more clear?
Do I need to use Windows 64bits to flash TWRP?
Thanks.
pepemonje said:
Do I need to use Windows 64bits to flash TWRP?
Thanks.
Click to expand...
Click to collapse
no need 32bit works
Hello, I've followed a certain tutorial and flashed a fastboot Rom with modified emmc file in attempt to unlock bootloader by force because, even after two weeks of trying, I can't get a confirmation SMS from xiaomi to confirm sending an unlock request. After doing it and flashing TWRP onto my device, I'm still unable to enter recovery. Just shows a picture of device and a disconnected usb cable. I need to flash SuperSU in order to get root access.
Because this device is getting me really confused, please answer a couple of questions for me.
If I flash a recently uploaded global stable ROM 7.2.3.0. and flash TWRP with a modified boot image from this tutorial, will I finally be able to enter recovery and install SuperSU?
Flashing will probably relock my bootloader. Is it possible for me to finally enter TWRP and flash SuperSU after flashing the new boot image?
I've thought that I could enter TWRP just by unlocking the bootloader but it seems that I've missed something. I can't remember last time a phone got me this confused.
My only goal here is being able to enter TWRP and rooting my phone, I gave up on unlocking the bootloader officially because I can't ever get that confirmation SMS.
I appreciate the help!! :fingers-crossed:

lenovo a6K 16gb variant firmware

I am using a Lenovo a6000 with 1gb ram and 16gb internal, , and I cant find a stock rom link for this variant..can anyone share a link please?
Fallen_Knight said:
I am using a Lenovo a6000 with 1gb ram and 16gb internal, , and I cant find a stock rom link for this variant..can anyone share a link please?
Click to expand...
Click to collapse
I only have the link update from s07 to s010, but dont have full stok rom.
Here the link http://phonedl.ota.lenovomm.com/dls/v6/A6000_S007_160105_16G_TO_A6000_S010_160420_16G_WCF963238D.zip
where can we find full s07 full rom?
Sorry bro i dont know , but why dont u backup your current rom?
bleedreader said:
Sorry bro i dont know , but why dont u backup your current rom?
Click to expand...
Click to collapse
how? without root and twrp
Fallen_Knight said:
how? without root and twrp
Click to expand...
Click to collapse
Yeah, you can actually do that without root. I assume you have knowledge to use fastboot tools.
Download twrp 3.0.2 and put it in fastboot folder on pc.
Now type in "fastboot boot twrpxxx.img"
Your phone will boot into twrp without actually flashing it. Then, select backup and choose "system, data, boot, recovery" and complete backup of your ROM will be created.
sasukay said:
Yeah, you can actually do that without root. I assume you have knowledge to use fastboot tools.
Download twrp 3.0.2 and put it in fastboot folder on pc.
Now type in "fastboot boot twrpxxx.img"
Your phone will boot into twrp without actually flashing it. Then, select backup and choose "system, data, boot, recovery" and complete backup of your ROM will be created.
Click to expand...
Click to collapse
will that replace my stock recovery or its just temporary?
Fallen_Knight said:
will that replace my stock recovery or its just temporary?
Click to expand...
Click to collapse
No it won't replace your stock recovery
sasukay said:
No it won't replace your stock recovery
Click to expand...
Click to collapse
one last qquestion before i sleep..should i back up all partition? or only those default selected?
Fallen_Knight said:
one last qquestion before i sleep..should i back up all partition? or only those default selected?
Click to expand...
Click to collapse
Well, that depends on you. You need to backup only system, boot and recovery, that will give you the clean backup. But, if you would like to revert back with the same settings and apps installed earlier then you might choose to backup data and cache too.

Miui flashed from OrangeFox

Hello, idk if im doing something wrong, but recently, i get enough of custom roms and just wanted to get back to miui, but, every time i flash miui from custom orange fox recovery, it does not feel smooth, feels laggy and sometimes even freeze for couple of seconds, tried several build of miui including latest official, wiped everything, formated data, nothing helped. Can someone help me to get back to working miui? thanks
meezy5 said:
Hello, idk if im doing something wrong, but recently, i get enough of custom roms and just wanted to get back to miui, but, every time i flash miui from custom orange fox recovery, it does not feel smooth, feels laggy and sometimes even freeze for couple of seconds, tried several build of miui including latest official, wiped everything, formated data, nothing helped. Can someone help me to get back to working miui? thanks
Click to expand...
Click to collapse
Why don't you use fastboot , it will work 100% .
Z750z said:
Why don't you use fastboot , it will work 100% .
Click to expand...
Click to collapse
but this method override orange fox recovery?
meezy5 said:
but this method override orange fox recovery?
Click to expand...
Click to collapse
You can flash it again after that, just make a backup in your pc, your data, because fastboot will wipe everything.
Z750z said:
You can flash it again after that, just make a backup in your pc, your data, because fastboot will wipe everything.
Click to expand...
Click to collapse
finally got time to give it a another try, im unable to flash through miflash tool always ended up with could not find file flash_bat error, and yes, i do have fast boot rom, idk
meezy5 said:
finally got time to give it a another try, im unable to flash through miflash tool always ended up with could not find file flash_bat error, and yes, i do have fast boot rom, idk
Click to expand...
Click to collapse
There is another simple way for flashing via fastboot, open the fastboot rom file copy all the files from there ,go to the file of Xiaomi drivers open and paste , than put your phone in fastboot mode and connect it via USB, find the file named " flash all " double click , done .

Wifi and sim card not working

So recently I was having some fun with magisk modules. I was on pixel experience 11 plus and all worked fine but then I found a module for some photo processing . After reboot it started to boot loop. I wasn't worried it already happened couple of times. I did my buckup and reinstalled the rom. I did all good but I lt keeps on boot looping. I installed stock miui and it worked but the second it turned on it says android setup isn't responding. I couldn't turn on the wifi, sim card wasn't reading so I tried again to install pixel experience but it's the same thing. Can't use my phone and I tried a lot of things. Is there any way to repair this manually? Like copying some files?. Plzzzz help
What did you do already?
You messed your system. Make a full wipe, partiton and install stock rom.
When I had samsung it was caused by modem - you can try to flash only some modules, but it will take some time to sort things out
yaro666 said:
What did you do already?
You messed your system. Make a full wipe, partiton and install stock rom.
When I had samsung it was caused by modem - you can try to flash only some modules, but it will take some time to sort things out
Click to expand...
Click to collapse
I did all the wipes and yet nothing worked or I did it wrong.
Ive heard about this modem or nhlos files or something like that but I don't really know where to search for this stuff.
Ive rooted my phone to install root explorer. Now I know that installing another Rom wouldn't change anything and instead I have to find a right file to flash or copy. I will do an update if anything works. Thanks for respond
Corgar39 said:
I did all the wipes and yet nothing worked or I did it wrong.
Ive heard about this modem or nhlos files or something like that but I don't really know where to search for this stuff.
Ive rooted my phone to install root explorer. Now I know that installing another Rom wouldn't change anything and instead I have to find a right file to flash or copy. I will do an update if anything works. Thanks for respond
Click to expand...
Click to collapse
When switching ROM, you should Format Data, not just wipe (not the same thing in TWRP) - you can still do it now.
And flash the tgz MIUI firmware by XiaoMiFlash, not just the zip firmware by TWRP. Or, at least flash also the vendor zip firmware
zgfg said:
When switching ROM, you should Format Data, not just wipe (not the same thing in TWRP) - you can still do it now.
And flash the tgz MIUI firmware by XiaoMiFlash, not just the zip firmware by TWRP. Or, at least flash also the vendor zip firmware
Click to expand...
Click to collapse
I already used miflash for tgz and I did format data now I'm looking for different solutions
Corgar39 said:
I already used miflash for tgz and I did format data now I'm looking for different solutions
Click to expand...
Click to collapse
In not sure is it maybe in dtbo. Search the Net and if you have backup of dtbo, try with restoring
zgfg said:
In not sure is it maybe in dtbo. Search the Net and if you have backup of dtbo, try with restoring
Click to expand...
Click to collapse
Tried it. Didn't work unfortunately://
Corgar39 said:
Tried it. Didn't work unfortunately:// I don't think it's repairable
Click to expand...
Click to collapse

Categories

Resources