MTP Problems - Xiaomi Poco F1 Questions & Answers

My Poco F1 does not get detected when i connect USB in TWRP Recovery Mode
I can't flash MIUI 10 because of that.
Windows 10 user
Any Solutions?

If MTP is not detected, you can try pushing the zip using ADB like this:
Code:
adb push Source.zip /sdcard/Destination.zip
If ADB is also not working, you'll have to flash MIUI 10 through fastboot.

doomed151 said:
If MTP is not detected, you can try pushing the zip using ADB like this:
Code:
adb push Source.zip /sdcard/Destination.zip
If ADB is also not working, you'll have to flash MIUI 10 through fastboot.
Click to expand...
Click to collapse
Thanks for reply. What's fastboot command?

Related

[Q] my HTC fails to switch on... How to install a new rom?

Hi guys. I have an HTC OX+... I tried to flash a rom but something went wrong and I erased everything... Now I managed to switch my phone on in fastboot and in recovery mode. How can I sort the problem out?
My recovery is TWRP 2.7.1.0
lorenk93 said:
Hi guys. I have an HTC OX+... I tried to flash a rom but something went wrong and I erased everything... Now I managed to switch my phone on in fastboot and in recovery mode. How can I sort the problem out?
My recovery is TWRP 2.7.1.0
Click to expand...
Click to collapse
I assume your PC has all drivers installed so go to command prompt, there go to your folder where adb and fastboot are.
It should be like this, cd C:\folder_where_adb_is
Now go to recovery mode on the phone and search for Sideload, it can be in install zip from your recovery, click it when you found it.
Go to your Pc and put the ROM to the folder where adb and fastboot are.
Then make sure your phone says it's in adb sideload mode,
On the PC write
Code:
adb sideload file_name.zip
And wait until it's finished
Let's say that's done, but you can't boot, it keeps restarting forever.
In this case, go to your rom.zip open it on the PC and there will be a file called boot.img
Extract boot.img to your folder where fastboot and adb are.
Now on your phone, force it to close by holding power, open fastboot
Again open cmd on the PC and point it to your folder where fastboot and adb are.
Then write
Code:
fastboot flash boot boot.img
oziboy said:
I assume your PC has all drivers installed so go to command prompt, there go to your folder where adb and fastboot are.
It should be like this, cd C:\folder_where_adb_is
Now go to recovery mode on the phone and search for Sideload, it can be in install zip from your recovery, click it when you found it.
Go to your Pc and put the ROM to the folder where adb and fastboot are.
Then make sure your phone says it's in adb sideload mode,
On the PC write
Code:
adb sideload file_name.zip
And wait until it's finished
Let's say that's done, but you can't boot, it keeps restarting forever.
In this case, go to your rom.zip open it on the PC and there will be a file called boot.img
Extract boot.img to your folder where fastboot and adb are.
Now on your phone, force it to close by holding power, open fastboot
Again open cmd on the PC and point it to your folder where fastboot and adb are.
Then write
Code:
fastboot flash boot boot.img
Click to expand...
Click to collapse
When I write adb sideload file_name.zip, it
returns "error: closed". why?
lorenk93 said:
When I write adb sideload file_name.zip, it
returns "error: closed". why?
Click to expand...
Click to collapse
file_name.zip is your ROM name, for example if you have arhd it can be ARHD_V8.zip or something, just see what name the zip file of your rom has
if this is not the case try
ADB usb before trying adb sideload
oziboy said:
file_name.zip is your ROM name, for example if you have arhd it can be ARHD_V8.zip or something, just see what name the zip file of your rom has
if this is not the case try
ADB usb before trying adb sideload
Click to expand...
Click to collapse
so... I have to write "ADB usb file_name.zip". tath's right?
lorenk93 said:
so... I have to write "ADB usb file_name.zip". tath's right?
Click to expand...
Click to collapse
No, you have to write only "adb usb".
Then try "adb sideload yourrom.zip" again.
if that didn't work, then reboot into recovery and go to command prompt, and write
Code:
adb kill-server
adb usb
adb push yourromname.zip /sdcard
that should work if nothing else works. im having kinda the same issue right now :/
oziboy said:
No, you have to write only "adb usb".
Then try "adb sideload yourrom.zip" again.
if that didn't work, then reboot into recovery and go to command prompt, and write
Code:
adb kill-server
adb usb
adb push yourromname.zip /sdcard
that should work if nothing else works. im having kinda the same issue right now :/
Click to expand...
Click to collapse
I don't know why, but when I write adb usb it returns "error: device not found"
lorenk93 said:
I don't know why, but when I write adb usb it returns "error: device not found"
Click to expand...
Click to collapse
I just fixed this on my phone, now to to control panel - uninstall a program and delete htc sync manager (only sync manager, not the drivers)
Then try again, if nothing, go to here and install that.
If installed, go to fastboot mode, plug in your phone and in that program, when you open it, it says install drivers, flash rom and such...
Now on the right there is flash TWRP recovery, flash that, if your device is an LTE variant (ATT, Telus) install the ones for that and international for international version, make sure you got the correct one.
Then go to recovery, on the lower-right side there is an "advanced" button, hit that and there should be adb sideload somewhere, click that and swipe left to right to enable.
Go to your PC and repeat the sideloading steps as I said before.
oziboy said:
I just fixed this on my phone, now to to control panel - uninstall a program and delete htc sync manager (only sync manager, not the drivers)
Then try again, if nothing, go to here and install that.
If installed, go to fastboot mode, plug in your phone and in that program, when you open it, it says install drivers, flash rom and such...
Now on the right there is flash TWRP recovery, flash that, if your device is an LTE variant (ATT, Telus) install the ones for that and international for international version, make sure you got the correct one.
Then go to recovery, on the lower-right side there is an "advanced" button, hit that and there should be adb sideload somewhere, click that and swipe left to right to enable.
Go to your PC and repeat the sideloading steps as I said before.
Click to expand...
Click to collapse
I did it... Thanks to you... So thank you so much...
lorenk93 said:
I did it... Thanks to you... So thank you so much...
Click to expand...
Click to collapse
No problem, I had almost the same problem and just told what I did xD

Can't use ADB Push, always getting -> error: device '(null)' not found

I am trying to put a custom Rom on my phone but can't at the moment.
I have used adb-setup-1.4.3 for adb and fastboot.
Whenever in using "adb devices" command, it shows my device name and when I boot into bootloader it does show my device name as well when I use "fastboot devices". It lets me flash recovery but whenever I try to use adb push I get error: device '(null)' not found.
I have tried to enter recovery and to use MTP or adb sideload but my phone is not recognized there i.e. no device shown when I use "adb devices".
After many tries and and installing/ reinstalling drivers, I did a clean install on my laptop (Win 10).
Installed adb 1.4.3 <Only adb and fastboot>
Installed Xiaomi drivers using Mi Flash Tool.
Still facing the same issue.
Strangely I have Mi Mix 2 as well and it shows up in recovery under adb devices.
What am I doing wrong?
Have you tried with another cable or diffrent USB port?
I did but same result. Any other advice I can follow?
TSKXDA said:
I am trying to put a custom Rom on my phone but can't at the moment.
I have used adb-setup-1.4.3 for adb and fastboot.
Whenever in using "adb devices" command, it shows my device name and when I boot into bootloader it does show my device name as well when I use "fastboot devices". It lets me flash recovery but whenever I try to use adb push I get error: device '(null)' not found.
I have tried to enter recovery and to use MTP or adb sideload but my phone is not recognized there i.e. no device shown when I use "adb devices".
After many tries and and installing/ reinstalling drivers, I did a clean install on my laptop (Win 10).
Installed adb 1.4.3 <Only adb and fastboot>
Installed Xiaomi drivers using Mi Flash Tool.
Still facing the same issue.
Strangely I have Mi Mix 2 as well and it shows up in recovery under adb devices.
What am I doing wrong?
Click to expand...
Click to collapse
You don't need to use asb push
After u flash the recovery
Boot Into the recovery using "fastboot boot "recovery file"" and then flash the zip file from the recovery
You can flash from internal storage or sd card so it's best to put the files in the SD card and flash from there
MobyDuhFreak said:
You don't need to use asb push
After u flash the recovery
Boot Into the recovery using "fastboot boot "recovery file"" and then flash the zip file from the recovery
You can flash from internal storage or sd card so it's best to put the files in the SD card and flash from there
Click to expand...
Click to collapse
If I try to fastboot into recovery I still get the same error.
TSKXDA said:
If I try to fastboot into recovery I still get the same error.
Click to expand...
Click to collapse
Is your phone a redmi 5(codename Rosy) or a redmi 5 plus or a redmi note 5 in India (codename Vince)?

Can't connect to my phone

I tried to much with installing diffent ROMs and now nothing's working anymore.
My poco starts only to fastboot but I can't connect with adb. Any other possibilities?
Drivers are all ok on the PC, because my second poco is normaly recognised.
Thanks for help.
Given unlocked bootloader, If you can only boot to fastboot maybe your recovery was deleted. You probably need to install twrp:
1.get twrp here:
https://forum.xda-developers.com/poco-f1/how-to/recovery-official-twrp-t3883736
2. If fastboot is working then:
https://www.xda-developers.com/how-to-install-twrp/
If you can boot to twrp then flash a custom rom
Note that I'm unsure if above will work, only guessed
Can't flash twrp because in adb mode it shows < waiting for any device >
gartmann said:
Can't flash twrp because in adb mode it shows < waiting for any device >
Click to expand...
Click to collapse
What happens if you type fastboot devices

android 10 or 11 for wiko wim lite

I would like to install Android 11 or 10 on wiko wim lite, can you show me how to do it please?
notsmartphone said:
I would like to install Android 11 or 10 on wiko wim lite, can you show me how to do it please?
Click to expand...
Click to collapse
If
OEM unlock
Bootloader unlock
are sucessfully performed, then you flash an update/upgrade of Android OS via ADB
Code:
adb reboot recovery
adb sideload <FIRMWARE.ZIP>
jwoegerbauer said:
If
OEM unlock
Bootloader unlock
are sucessfully performed, then you flash an update/upgrade of Android OS via ADB
Code:
adb reboot recovery
adb sideload <FIRMWARE.ZIP>
Click to expand...
Click to collapse
KarlaPatton said:
I only prefer to use android 10 because of the great features it offers.
Click to expand...
Click to collapse
Thank you Karla and jwoegerbauer
now i can try upgrade to android 10 ,
then I'll try to update it tonight, because this phone need a change ,
if I understand correctly through the developer options I can unlock it , not software need , and then download adb for computer and connect the phone , but I don't have to download anything ? no rom ? does it update automatically ? if you have to upload some files, can you give me the link please there are too many files around the net ? thank you
@notsmartphone
Those are the steps
Find in Internet Android version that's suitable to your phone - FYI: I do NOT search for it - and download it onto PC
In phone's Developer options turn on OEM unlock and USB debugging and re-boot phone
On PC download and install ADB & Fastboot driver matching your phone from OEM's/Carrier's website.
Connect phone and computer by USB-cable what you got with phone.
Check connection
Code:
adb devices
Reboot phone into the bootloader
Code:
adb reboot bootloader
Check you can connect
Code:
fastboot devices
Unlock Android's bootloader
Code:
fastboot oem unlock
Reboot phone
Code:
fastboot reboot
Check unlock status
Code:
fastboot unlock-info
Reboot phone
Code:
fastboot reboot
Check connection
Code:
adb devices
Flash the downloaded Android firmware
Code:
adb sideload <FIRMWARE.ZIP>
Reboot phone
Code:
adb reboot
Happy flashing!
jwoegerbauer said:
If
OEM unlock
Bootloader unlock
are sucessfully performed, then you flash an update/upgrade of Android OS via ADB
Code:
adb reboot recovery
adb sideload <FIRMWARE.ZIP>
Click to expand...
Click to collapse
jwoegerbauer said:
@notsmartphone
Those are the steps
Find in Internet Android version that's suitable to your phone - FYI: I do NOT search for it - and download it onto PC
In phone's Developer options turn on OEM unlock and USB debugging and re-boot phone
On PC download and install ADB & Fastboot driver matching your phone from OEM's/Carrier's website.
Connect phone and computer by USB-cable what you got with phone.
Check connection
Code:
adb devices
Reboot phone into the bootloader
Code:
adb reboot bootloader
Check you can connect
Code:
fastboot devices
Unlock Android's bootloader
Code:
fastboot oem unlock
Reboot phone
Code:
fastboot reboot
Check unlock status
Code:
fastboot unlock-info
Reboot phone
Code:
fastboot reboot
Check connection
Code:
adb devices
Flash the downloaded Android firmware
Code:
adb sideload <FIRMWARE.ZIP>
Reboot phone
Code:
adb reboot
Happy flashing!
Click to expand...
Click to collapse
ok ) thanks
thanks for taking your time ,
the only thing guys, the reason why I contacted you is that I'm not in a position to find a version for the wiko wim lite, I don't really know which version to install and where to find it. I can't find anything, the only site that promised to download a version for this phone was fraudulent and installed dozens of programs on the computer, I had to do a system restore.
the alternative is to leave it as it is, but it doesn't work well with this software . android nougat 7.1
Non esiste rom per questo smartphone!
Just added some interesting device-related resources for this build request...

Fastboot Not Working - G90 Pro

Hey all, I just got a G90 Pro that I want to put a ROM on, but something is up with the fastboot. I have the drivers installed according to what I found online, but when I go to fastboot there is no response from the cmd inputs. Nothing even shows up when I check fastboot devices. Has anyone had luck with these phones? I can't even unlock the bootloader!
If not already done yet, install the suitable BLUE USB Driver for Android:
Download BLU USB Driver for Windows (Latest Driver)
Download the latest and original BLU USB Driver to connect any BLU Smartphone and Tablets to the Windows Computer quickly.
androidmtk.com
jwoegerbauer said:
If not already done yet, install the suitable BLUE USB Driver for Android:
Download BLU USB Driver for Windows (Latest Driver)
Download the latest and original BLU USB Driver to connect any BLU Smartphone and Tablets to the Windows Computer quickly.
androidmtk.com
Click to expand...
Click to collapse
I have done this, but did it again just to be sure, and device manager recognizes the G90 Pro under USB devices, and ADB finds it, but when I do the 'adb reboot bootloader' the fastboot mode text is on the bottom, yet fastboot commands don't do anything, not even 'fastboot devices'.
Edit: Fastboot devices is recognized in fastbootd, but not regular fastboot, yet the other commands don't work.
In your case fastboot is located in Android's user-space, hence you run this command sequence
Code:
adb devices
adb reboot fastboot
fastboot reboot fastboot
fastboot <YOUR-COMMAND-HERE>
fastboot reboot
jwoegerbauer said:
In your case fastboot is located in Android's user-space, hence you run this command sequence
Code:
adb devices
adb reboot fastboot
fastboot reboot fastboot
fastboot <YOUR-COMMAND-HERE>
fastboot reboot
Click to expand...
Click to collapse
Fastboot reboot fastboot just brings up the fastboot command list. Assuming it's expecting me to try reboot bootloader.
That's really weird because your phone is running Android 10.
My info in settings definitely confirms that. Nothing seems to be working as expected though.
jwoegerbauer said:
That's really weird because your phone is running Android 10.
Click to expand...
Click to collapse
Is there any other possible solution? I still can't get fastboot commands to work after rebooting to fastboot mode from fastbootd.

Categories

Resources