System recovery - ONE Q&A, Help & Troubleshooting

I've changed an file in the system. And it gives an error wich i cant remove
error:
AudioFX has stopped
Its popps up on the screen and by pressing OK it doesnt goes away.
How can i do a full system restore? of reflash CM 11S? Best trough adb.

Fopflugel said:
I've changed an file in the system. And it gives an error wich i cant remove
error:
AudioFX has stopped
Its popps up on the screen and by pressing OK it doesnt goes away.
How can i do a full system restore? of reflash CM 11S? Best trough adb.
Click to expand...
Click to collapse
Yeap, I think the solution is a factory reset on the recovery with reflashing the CM11S fastboot image.

Info4Geek said:
Yeap, I think the solution is a factory reset on the recovery with reflashing the CM11S fastboot image.
Click to expand...
Click to collapse
Thanks for helping me out!
I've allready did a factory reset on the recovery
So i do
Sorry but im quit noob at this
adb sideload cm-11.0-XNPH25R-bacon-signed-fastboot.zip
or with recovery
install with recovery
install update > install from internal hdd > select cm-11.0-XNPH25R-bacon-signed-fastboot.zip
--> gives error Footer is wrong
becuz of the popup i can't enable the USB debugging

Fopflugel said:
Thanks for helping me out!
I've allready did a factory reset on the recovery
So i do
Sorry but im quit noob at this
adb sideload cm-11.0-XNPH25R-bacon-signed-fastboot.zip
or with recovery
install with recovery
install update > install from internal hdd > select cm-11.0-XNPH25R-bacon-signed-fastboot.zip
becuz of the popup i can't enable the USB debugging
Click to expand...
Click to collapse
1. Download this toolkit: http://forum.xda-developers.com/oneplus-one/development/oneplus-one-toolkit-manudroid19-gui-t2807418
2. Open the software
3. Click Flash! in the Flash CM11S/Color Os part
4. Click Download CM11S
5. After the download you need to go on fastboot mode
6. Click Flash CM11S
7. Your phone is resetted

Info4Geek said:
1. Download this toolkit: http://forum.xda-developers.com/oneplus-one/development/oneplus-one-toolkit-manudroid19-gui-t2807418
2. Open the software
3. Click Flash! in the Flash CM11S/Color Os part
4. Click Download CM11S
5. After the download you need to go on fastboot mode
6. Click Flash CM11S
7. Your phone is resetted
Click to expand...
Click to collapse
Thank You Extremely much !!!!
It worked :laugh:

Fopflugel said:
Thank You Extremely much !!!!
It worked :laugh:
Click to expand...
Click to collapse
Perfect ☺
Sent from my OnePlus One

Big THUMB up!! I had the same AudioFx stopped issue and followed your post and now it's good again. THANKS!

Related

[Q]bootloop when going to new ROM

hi,
i wanted to flash a custom rom(SOKP). so first i did a factory reset, then i tried to flash the rom but it aborted. i wiped cache and tried to boot my phone up because i wanted to install a different zip(maybe something went wrong while downloading). now my phone does not boot any more. it stays in the PA bootanimation. my pc does not recognize the phone anymore. it can only go into fastboot mode and recovery mode. another factory reset doesn't work. what can i do now?
greets, jamie
chimmychenga said:
hi,
i wanted to flash a custom rom(SOKP). so first i did a factory reset, then i tried to flash the rom but it aborted. i wiped cache and tried to boot my phone up because i wanted to install a different zip(maybe something went wrong while downloading). now my phone does not boot any more. it stays in the PA bootanimation. my pc does not recognize the phone anymore. it can only go into fastboot mode and recovery mode. another factory reset doesn't work. what can i do now?
greets, jamie
Click to expand...
Click to collapse
Download the zip again on pc and transfer it to phone using adb push command in recovery.
varuntis1993 said:
Download the zip again on pc and transfer it to phone using adb push command in recovery.
Click to expand...
Click to collapse
thanks but the prompt is saying that it's a read only file system
chimmychenga said:
thanks but the prompt is saying that it's a read only file system
Click to expand...
Click to collapse
what recovery are u using? And what rom are u pushing?
And use this command
Code:
adb push /pathonpc /sdcard
varuntis1993 said:
change its owner than on pc and what recovery are u using? And what rom are u pushing?
And use this command
Code:
adb push /pathonpc /sdcard
Click to expand...
Click to collapse
i'm using CWM and i try to install 'SOKP-RC-01-20140401-hammerhead.zip' it's a stable release of Audio god.
chimmychenga said:
i'm using CWM and i try to install 'SOKP-RC-01-20140401-hammerhead.zip' it's a stable release of Audio god.
Click to expand...
Click to collapse
I think you wrote the command wrong. Can you show a screen shot of command promt?
EDIT-also type adb root to see whether it is running as root or not
now i got a prompt with the copy speed but nothing is copied:S
chimmychenga said:
now i got a prompt with the copy speed but nothing is copied:S
Click to expand...
Click to collapse
did it say successful? It would be better if u share a screenshot
Check in your sd card
tthis is what i get
chimmychenga said:
tthis is what i get
Click to expand...
Click to collapse
It has successfully copied....reboot ur recovery and go to download folder and see if the file exists or not.
EDIT- I just checked ur screenshot again...it shows around 162 MB file but the file size should be around 300 MB
Download it again or flash the stock files to go back to stock
varuntis1993 said:
It has successfully copied....reboot ur recovery and go to download folder and see if the file exists or not.
EDIT- I just checked ur screenshot again...it shows around 162 MB file but the file size should be around 300 MB
Download it again or flash the stock files to go back to stock
Click to expand...
Click to collapse
i finally got it installed. i made a stupid mistake i unmounted /system and usb storage. i did a adb sideload and it succesfully installed. thanks for the replies BTW:laugh:

[q] how to reach moto g from pc??

My process to flash stock rom after trying paranoid android back to moto g failed and since then it cannot boot, I can use th bootloader menu and the clockwork recovery only. I may be able to install a rom, but first of all how can I make my pc to detect th phone storage? I can only see the device in the control panel/devices and printers menu. HELP!
you can try CWM recovery -> mounts and storage -> mount USB storage
bernida said:
you can try CWM recovery -> mounts and storage -> mount USB storage
Click to expand...
Click to collapse
Doesnt work
danis2142 said:
My process to flash stock rom after trying paranoid android back to moto g failed and since then it cannot boot, I can use th bootloader menu and the clockwork recovery only. I may be able to install a rom, but first of all how can I make my pc to detect th phone storage? I can only see the device in the control panel/devices and printers menu. HELP!
Click to expand...
Click to collapse
use adb sideload and install from recovery :
boot to recovery > install zip > install from sideload
open a terminal in the folder where you have the rom zip and type "adb sideload nam_of_zip.zip
It cannot read it
matmutant said:
use adb sideload and install from recovery :
boot to recovery > install zip > install from sideload
open a terminal in the folder where you have the rom zip and type "adb sideload nam_of_zip.zip
Click to expand...
Click to collapse
@matmutant the cmw says it cannnot read the command, can u be more specific pls? furthermore I tested adb devices and "device not found" so I cant even start it.
danis2142 said:
@matmutant the cmw says it cannnot read the command, can u be more specific pls?
Click to expand...
Click to collapse
did you choose apply update from sideload or something like that?
you may read the following http://android-revolution-hd.blogspot.fr/2013/12/ow-to-use-adb-sideload.html
matmutant said:
did you choose apply update from sideload or something like that?
you may read the following http://android-revolution-hd.blogspot.fr/2013/12/ow-to-use-adb-sideload.html
Click to expand...
Click to collapse
@matmutant
I cant access to my device to enable usb debugging
danis2142 said:
@matmutant
I cant access to my device to enable usb debugging
Click to expand...
Click to collapse
no need of USB debug when in recovery
Adb
matmutant said:
no need of USB debug when in recovery
Click to expand...
Click to collapse
I tried it but it said: error:device not found @matmutant
danis2142 said:
I tried it but the adb doesnt even detect the device, list of devices attached is empty and due to this, sideload does not work either. @matmutant
Click to expand...
Click to collapse
are your USB drivers up2date ? and did you tried running it as administrator?
Usb
matmutant said:
are your USB drivers up2date ? and did you tried running it as administrator?
Click to expand...
Click to collapse
@matmutant I checked the driver on the controll panel but it only appears when i try to reboot (blank screen), when its in recovery the pc doesnt see it at all, and yep, they r up2date
danis2142 said:
@matmutant I checked the driver on the controll panel but it only appears when i try to reboot (blank screen), when its in recovery the pc doesnt see it at all.
Click to expand...
Click to collapse
what about trying this http://forum.xda-developers.com/showthread.php?t=2635706 by @alonsoch ?
matmutant said:
what about trying this http://forum.xda-developers.com/showthread.php?t=2635706 by @alonsoch ?
Click to expand...
Click to collapse
Even if it doesnt work I cant thank you enough times for helping me.
danis2142 said:
Even if it doesnt work I cant thank you enough times for helping me.
Click to expand...
Click to collapse
@matmutant I clicked on flash stock recovery but it said in the command windows that device not found (
danis2142 said:
Even if it doesnt work I cant thank you enough times for helping me.
Click to expand...
Click to collapse
there is a dedicated button for thanks
nevertheless, you can try booting on Linux, install ADB and set udev rules, then you shouldn't have any issues with sideloading (windows sux for android related things )
@matmutant for the 2nd time it started flashing but on the phone it appeared: hab check failed for recovery
danis2142 said:
@matmutant for the 2nd time it started flashing but on the phone it appeared: hab check failed for recovery
Click to expand...
Click to collapse
@matmutant anyway it seems the device somehow still responds for this moto tool aio, so it says its connected and I tried flashing stock recovery succeessfully, now I'll try flash clockw again back.
@matmutant I flash clockwm recovery back but now it says boot up failed so I lost even the recovery option.
danis2142 said:
@matmutant I flash clockwm recovery back but now it says boot up failed so I lost even the recovery option.
Click to expand...
Click to collapse
Did you finally succeeded or are you still at this step ?

[Q] [HELP] Stuck at twrp screen cant access to fastboot

Devices == TF700T
I wanna use f2fs , and when I finished installing a ROM I reboot my Tf700t with holding Volum Down,I selected "Wipe Data" (RCK coldboot and wipe data)and the tab gets into twrp screen , It takes very long time about 5 hours so I reboot it forcely ,reboot gets loop ,cant go to fastboot
Brick?
What can I do to solve the problem?
kuzhuhantian said:
Devices == TF700T
I wanna use f2fs , and when I finished installing a ROM I reboot my Tf700t with holding Volum Down,I selected "Wipe Data" (RCK coldboot and wipe data)and the tab gets into twrp screen , It takes very long time about 5 hours so I reboot it forcely ,reboot gets loop ,cant go to fastboot
Brick?
What can I do to solve the problem?
Click to expand...
Click to collapse
Hmm dangerous thing wiping data from the RCK menu with a custom recovery - not sure why you did that? What custom recovery and version were you on. There is a chance here that you have hard bricked it.
kuzhuhantian said:
What can I do to solve the problem?
Click to expand...
Click to collapse
Bootloader version?
TWRP version?
Which ROM (+version) did you install?
Which ROM (+version) was installed before?
Did you wipe any partitions in TWRP?
What else did you do, e.g. which partition(s) did you format as f2fs?
Can you reach your recovery using adb shell?
Here is the detail
_that said:
Bootloader version?
TWRP version?
Which ROM (+version) did you install?
Which ROM (+version) was installed before?
Did you wipe any partitions in TWRP?
What else did you do, e.g. which partition(s) did you format as f2fs?
Can you reach your recovery using adb shell?
Click to expand...
Click to collapse
TWRP V ==2.7.0.0 F2FS
ROM is CromBi--KK
Kernel == That-F2fs
what I did:
using Twrp formatting data then reboot to recovery to wipe cache (select only cache)
then flash That-F2fs kernel
reboot system
failed to start syst so I get fastboot mode
then I select wipe data(not RCK to recovery),is Bootloader wipe data
Now the tab stuck at twrp screen,and cant get in fastboot
PC can connect the tab but adb seems not working
How can I do?
sbdags said:
Hmm dangerous thing wiping data from the RCK menu with a custom recovery - not sure why you did that? What custom recovery and version were you on. There is a chance here that you have hard bricked it.
Click to expand...
Click to collapse
I followed this thread and flash your ROM kk--0617(which support f2fs so I want to use f2fs to get my tab faster)
[MOD] [All ROMS] F2FS for TF700T-- http://forum.xda-developers.com/showthread.php?t=2681775
TWRP V ==2.7.0.0 F2FS
ROM is CromBi--KK
Kernel == That-F2fs
what I did:
using Twrp formatting data then reboot to recovery to wipe cache (select only cache)
then flash That-F2fs kernel
reboot system
failed to start syst so I get fastboot mode
then I select wipe data(not RCK to recovery),is Bootloader wipe data
Now the tab stuck at twrp screen,and cant get in fastboot
PC can connect the tab but adb seems not working
kuzhuhantian said:
I followed this thread and flash your ROM kk--0617(which support f2fs so I want to use f2fs to get my tab faster)
[MOD] [All ROMS] F2FS for TF700T-- http://forum.xda-developers.com/showthread.php?t=2681775
TWRP V ==2.7.0.0 F2FS
ROM is CromBi--KK
Kernel == That-F2fs
what I did:
using Twrp formatting data then reboot to recovery to wipe cache (select only cache)
then flash That-F2fs kernel
reboot system
failed to start syst so I get fastboot mode
then I select wipe data(not RCK to recovery),is Bootloader wipe data
Now the tab stuck at twrp screen,and cant get in fastboot
PC can connect the tab but adb seems not working
Click to expand...
Click to collapse
OK You didn't need to flash the kernel and that maybe why it didn't start. The kernel was already built into the cromnbi-kk package - that was an older version.
Use my adb drivers for recovery below - unzip and install them from device manager whilst you have the device connected in TWRP.
You may need to manually wipe all partitions.
I don't have all the threads handy but look for Buster99 and his fix.
Or contact @lj50036 as he can fix you up
kuzhuhantian said:
Now the tab stuck at twrp screen,and cant get in fastboot
PC can connect the tab but adb seems not working
Click to expand...
Click to collapse
As long as we stay at this level of detail, I can't even try to help you.
What else can I provide?
_that said:
As long as we stay at this level of detail, I can't even try to help you.
Click to expand...
Click to collapse
What else can I provide?
Any thing you need I wanna give you , wish you can help
kuzhuhantian said:
What else can I provide?
Any thing you need I wanna give you , wish you can help
Click to expand...
Click to collapse
Error message? Exactly what you typed in and the response you got back.
I forgot the drivers:
http://www.androidfilehost.com/?fid=23329332407571010
Try those first.
sbdags said:
OK You didn't need to flash the kernel and that maybe why it didn't start. The kernel was already built into the cromnbi-kk package - that was an older version.
Use my adb drivers for recovery below - unzip and install them from device manager whilst you have the device connected in TWRP.
You may need to manually wipe all partitions.
I don't have all the threads handy but look for Buster99 and his fix.
Or contact @lj50036 as he can fix you up
Click to expand...
Click to collapse
I use a needle (about 2 cm down of your sdcard slot) and hold vol-down but I cant enter fastboot
sbdags said:
Error message? Exactly what you typed in and the response you got back.
I forgot the drivers:
http://www.androidfilehost.com/?fid=23329332407571010
Try those first.
Click to expand...
Click to collapse
Hard reset and and adb cant get tf700t to fastboot
ADB just no respond
That is the real problem
kuzhuhantian said:
Hard reset and and adb cant get tf700t to fastboot
ADB just no respond
That is the real problem
Click to expand...
Click to collapse
You should be able to use adb in the recovery mode. What is the feedback when you type "adb devices" at the prompt?
LetMeKnow said:
You should be able to use adb in the recovery mode. What is the feedback when you type "adb devices" at the prompt?
Click to expand...
Click to collapse
12fssdfcvx(something like this) recovery
kuzhuhantian said:
12fssdfcvx(something like this) recovery
Click to expand...
Click to collapse
It is meant that your adb is working in the recovery mode. _that is a linux guru around here. Maybe, he can help you out with adb, good luck...:fingers-crossed:

[GUIDE] Revert to EUI from JUI - Cool Changer S1

If like me you have installed JUI via Fastboot but you have realized that has several problems such as: CPU 1.6GHz, Infrared disabled, touch screen in some games laggy and Google Chrome crashes, today we're going to reinstall the EUI of GrossoShop with TWRP Recovery.
WARNING: I and the forum are not responsible for any damage that you will find in your device, as always i have tested this guide found on 4PDA (Russian forum similar to XDA) then translated into English. This guide has been tested on the 6GB RAM variant, I do not know if the 4GB version works perfectly.
NOTE: All files can be found at the bottom of the thread!
REQUIREMENTS:
Device with JUI ROM installed
PC
USB cable
Follow the guide carefully
STEP 1: TWRP 3.1.1.0 Installation
1) First of all we must install the Recovery TWRP then download the ZIP file containing the TWRP 3.1.1.0
2) Unpack the file where you want, and open the CMD in the folder
3) Check in the device if in the settings the OEM unlocking is activated, then go to Settings > device information and press 5 times on Number Build, now go in the Developer Options and check if the option is activated
4) Now turn off the device and restart it in Fastboot Mode, to start the device in Fastboot Mode press the power button + volume key down after connect the device to the PC
5) If you are on Windows 7 most likely the device will be recognized while if you are on Windows 10 the device will not be recognized so we have to install the drivers manually, so you have to hold down the power button until it shuts down and start the system normally. As you will see on the PC you will open a unit containing a setup to install, install the setup (the device must always be connected to the PC). Now restart the device in Fastboot Mode power button + volume key down and connect it to the PC. Now if you open the control panel and go to device management the device is not recognized, so we have to install manually the drivers, then right click on the unknown device - properties - driver - update driver - look for the driver software in the computer - browse ... now you have to go to C:\Program Files (x86) and choose the yulong folder. Well now the drivers are installed correctly.
6) Now we can install the TWRP Recovery, so let's go back to the previously opened CMD and type these commands in sequence
Code:
fastboot oem unlock-go
Code:
fastboot flash recovery recovery.img
Code:
fastboot boot recovery.img
Now the device will be restarted in Recovery Mode and you will see the TWRP 3.1.1.0 installed to change the language press the right button and make a swipe to confirm.
STEP 2: Revert to EUI (change Bootloader and EUI Installation)
7) At this point we have to do a conversion of the bootloader, but first we have to do a Factory Reset and then we will lose all the data like photos, music, etc., then save the important data in your PC and continue with the guide, now from Recovery go on Wipe, click on Format Data and type Yes to confirm, at the first attempt the recovery can give you some errors written in red, do not panic return to the home of the recovery go to Reboot and select Recovery. Once back in the Recovery we make Format Data again and this time it should work without problems. Once you've done this, let's go on Wipe again, go to Advanced Wipe and select: Dalvik / ART Cache, System, Data, Internal Storage, Cache and do a swipe to confirm.
8) Once the device is completely cleaned, download the conversion file (that you find at the bottom of the thread) and copy it to the device from recovery, after we go to Install, select the zip file and do a swipe to confirm, it will take a while of time do not worry. Once finished go on Reboot and select System, most likely the device will not start you will always see the Coolpad logo do not panic, force the shutdown by holding down the power button and restart it in recovery mode by holding down the power button + volume key up. Now we have to do an advanced cleaning so go to Wipe > Advanced Wipe, select Dalvik / ART Cache, System, Data, Cache and do a swipe to confirm. Now copy the GrossoShop ROM in your device, go to Install select the ZIP file and do a swipe to confirm, wait for the ROM to be installed, after go to Reboot and press on System.
Perfect! We brought our Cool Changer S1 back to original ROM!
DOWNLOAD SECTION:
Conversion Rom (bootloader): https://drive.google.com/file/d/1xqau8Rm-USvF33ioH2LKkWFf_D8m_faI/view
EUI GrossoShop ROM: https://mega.nz/#!YVdDHQTT!pCOA8P0eCoy9bPhiqrBdNF1Dg5tjL3CB_DV6ImlSBVI
TWRP 3.1.1.0: https://drive.google.com/file/d/1FgSIy2vpl9QkmndYCD9NMzLM5rHqLJkM/view
Original Thread (Russian): https://4pda.ru/forum/index.php?showtopic=822330&st=2920#entry70707812
Thanks To:
4PDA Forum
Androidiani Forum
GrossoShop Blog
@Danny_Dewet I have a problem after Step 1, TWRP ask me about a password to decrypt data...
My pin doestn work, My screen code doesnt work... and I'm sure never did or choseen a password for this....
whats happen? If I reboot to system, ask me too.
ozerec88 said:
@Danny_Dewet I have a problem after Step 1, TWRP ask me about a password to decrypt data...
My pin doestn work, My screen code doesnt work... and I'm sure never did or choseen a password for this....
whats happen? If I reboot to system, ask me too.
Click to expand...
Click to collapse
Strange, Reboot into Bootloader reinstall JUI via fastboot and try again.
Danny_Dewet said:
Strange, Reboot into Bootloader reinstall JUI via fastboot and try again.
Click to expand...
Click to collapse
Jui? How Can Install Jui via Fastboot?
but does the system start?
Danny_Dewet said:
but does the system start?
Click to expand...
Click to collapse
Yes, yes, but request me 'the code'
what do you think? maybe twrp version? I dont know..
ozerec88 said:
Yes, yes, but request me 'the code'
what do you think? maybe twrp version? I dont know..
Click to expand...
Click to collapse
Can you use the phone or always ask for the code?
Anyway to reinstall the JUI you have to download this:
https://mega.nz/#!p5N1naAR!jkGL6TSRTrk7iyp7CpOhtN6whQKg6Ti6R27hB-d5qxY
install it from bootloader (Power button + volume key down) open the file fastboot_flash.bat
Danny_Dewet said:
Can you use the phone or always ask for the code?
Anyway to reinstall the JUI you have to download this:
https://mega.nz/#!p5N1naAR!jkGL6TSRTrk7iyp7CpOhtN6whQKg6Ti6R27hB-d5qxY
And install it from bootloader (Power button + volume key down)
Click to expand...
Click to collapse
Its impossible, always ask for the code.
Do you think reinstalling JUI will work then?
What are the steps to flash JUI Trough Fastboot?
ozerec88 said:
Its impossible, always ask for the code.
Do you think reinstalling JUI will work then?
Click to expand...
Click to collapse
in theory yes, since you had the same ROM.
To flash: reboot you phone into bootloader (power button + volume key down), plug your phone on PC, unpack file ROM, open fastboot_flash.bat and wait.
Danny_Dewet said:
To flash: reboot you phone into bootloader (power button + volume key down), plug your phone on PC, unpack file ROM, open fastboot_flash.bat and wait.
Click to expand...
Click to collapse
maybe this?
http://www.coolpadforums.com/forum.php?mod=viewthread&tid=21018
ozerec88 said:
maybe this?
http://www.coolpadforums.com/forum.php?mod=viewthread&tid=21018
Click to expand...
Click to collapse
You use TWRP 3.1.1.0?
Danny_Dewet said:
You use TWRP 3.1.1.0?
Click to expand...
Click to collapse
yes, the link that you attached at the bottom of the tutorial. No?
ozerec88 said:
yes, the link that you attached at the bottom of the tutorial. No?
Click to expand...
Click to collapse
Yes you have green color?
Danny_Dewet said:
Yes you have green color?
Click to expand...
Click to collapse
What do you mean?
Uff.. finally I am in Jui, AGAIN xD
It's starting first time...
I dont know why the code in twrp..:silly::silly::crying:
ozerec88 said:
What do you mean?
Uff.. finally I am in Jui, AGAIN xD
It's starting first time...
I dont know why the code in twrp..:silly::silly::crying:
Click to expand...
Click to collapse
Nice let me know
Danny_Dewet said:
Nice let me know
Click to expand...
Click to collapse
so now, what? Have I to start again ?
ozerec88 said:
so now, what? Have I to start again ?
Click to expand...
Click to collapse
Yes but im not sure, wait have you installed the JUI or have you already found it?
Danny_Dewet said:
Yes but im not sure, wait have you installed the JUI or have you already found it?
Click to expand...
Click to collapse
I dont understand the question, I have come back to JUI 7.1 trough fastboot, I am like the beginning, again.
ozerec88 said:
I dont understand the question, I have come back to JUI 7.1 trough fastboot, I am like the beginning, again.
Click to expand...
Click to collapse
So you have installed JUI via fastboot now?

Twrp issue storage gone after formatting data

I'm really upset with this phone been all night awake changing to different version of twrp and all have the same issue, after formatting storage it shows 0mb and even if it doesn't doesn't show on pc. Any solution for this? I'm ready to sell this phone. Never had such a difficult phone.
MarcoLoves360 said:
I'm really upset with this phone been all night awake changing to different version of twrp and all have the same issue, after formatting storage it shows 0mb and even if it doesn't doesn't show on pc. Any solution for this? I'm ready to sell this phone. Never had such a difficult phone.
Click to expand...
Click to collapse
What exactly did you do?
I format data like the tutorials but then i get no storage so i can't copy the ROM to flash. Seen ther people with same issue
MarcoLoves360 said:
I format data like the tutorials but then i get no storage so i can't copy the ROM to flash. Seen ther people with same issue
Click to expand...
Click to collapse
Which rom?
NOSS8 said:
What exactly did you do?
Click to expand...
Click to collapse
NOSS8 said:
Which rom?
Click to expand...
Click to collapse
I tried one os and Xiaomi eu
MarcoLoves360 said:
I tried one os and Xiaomi eu
Click to expand...
Click to collapse
Yo I think ur twrp is the prob. Flash the latest one 3.4.2 from LR Team
https://mifirm.net/downloadtwrp/148
MarcoLoves360 said:
I tried one os and Xiaomi eu
Click to expand...
Click to collapse
On one os twrp does not work after install the rom (i use this rom).
Reflash miui rom with miflash(clean all).
fastboot twrp(chinesse).
format data only
reboot twrp
flash rom
reboot system
if reboot to twrp format data again
reboot system
kkosnuss said:
Yo I think ur twrp is the prob. Flash the latest one 3.4.2 from LR Team
https://mifirm.net/downloadtwrp/148
Click to expand...
Click to collapse
Pretty sure I tried like 3 or 4 different ones. Thanks I will give a shot after work. I feel like crap. Up all night and now 10 hour work.
Bootloader must be unlocked
I use this TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150
Unzip TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150.zip, you will have TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150.img
Copy TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150.img into your Platform Tools Folder on PC
Open cmd line by pressing Windows and R button simultaniously on yor PC
change to yor Platform tools folder
type fastboot devices
if you phone is recogniced you can continue....
1. fastboot flash recovery TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150.img
2. fastboot boot TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150.img
3. in TWRP format data, confirm by typing yes
4. in TWRP reboot to recovery
Now your PC should recognice your Phone as a MTP-Drive
5. transfer latest XIAOMI.eu beta to smartphone
6. install XIAOMI.eu in twrp
7. wipe cache and davlik in TWRP
8. Reboot phone in TWRP into system
All is working fine . No Magisk, no Root
tze_vitamin said:
Bootloader must be unlocked
I use this TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150
Unzip TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150.zip, you will have TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150.img
Copy TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150.img into your Platform Tools Folder on PC
Open cmd line by pressing Windows and R button simultaniously on yor PC
change to yor Platform tools folder
type fastboot devices
if you phone is recogniced you can continue....
1. fastboot flash recovery TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150.img
2. fastboot boot TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150.img
3. in TWRP format data, confirm by typing yes
4. in TWRP reboot to recovery
Now your PC should recognice your Phone as a MTP-Drive
5. transfer latest XIAOMI.eu beta to smartphone
6. install XIAOMI.eu in twrp
7. wipe cache and davlik in TWRP
8. Reboot phone in TWRP into system
All is working fine . No Magisk, no Root
Click to expand...
Click to collapse
Im getting this error now is it because i have a pattern unlock? I did it correctly and not sure how to remove.
MarcoLoves360 said:
Im getting this error now is it because i have a pattern unlock? I did it correctly and not sure how to remove.
Click to expand...
Click to collapse
Nope as above this twrp decrypted successfully internal storage. So nothing wrong with the Pattern ! The data which failed is the partition under /system/data so u might wipe it out :good:
MarcoLoves360 said:
Im getting this error now is it because i have a pattern unlock? I did it correctly and not sure how to remove.
Click to expand...
Click to collapse
Reboot twrp and format data again.
NOSS8 said:
Reboot twrp and format data again.
Click to expand...
Click to collapse
I tried i get the same error.. Stupid phone.
MarcoLoves360 said:
I tried i get the same error.. Stupid phone.
Click to expand...
Click to collapse
Flash whith miflash miui rom (clean all option) after the phone reboot and ask for xiaomi account reboot to fastboot flash twrp,reboot to twrp.
do not put password or other
dont use wipe just format data only
NOSS8 said:
Flash whith miflash miui rom (clean all option) after the phone reboot and ask for xiaomi account reboot to fastboot flash twrp,reboot to twrp.
do not put password or other
dont use wipe just format data only
Click to expand...
Click to collapse
Same error. Gonna try with Mauro twrp
MarcoLoves360 said:
Same error. Gonna try with Mauro twrp
Click to expand...
Click to collapse
You're probably making a mistake somewhere.
NOSS8 said:
You're probably making a mistake somewhere.
Click to expand...
Click to collapse
No mistakes o been flashing phones for over 10 years is the phone.
MarcoLoves360 said:
No mistakes o been flashing phones for over 10 years is the phone.
Click to expand...
Click to collapse
When you install miui rom and go to the end of the configuration, you can test and see if everything is working correctly including the storage.
The twrps are not 100% reliable on the poco.
MarcoLoves360 said:
No mistakes o been flashing phones for over 10 years is the phone.
Click to expand...
Click to collapse
Me to I flashed a lot of times roms or something like that. But that's not a good response. You want some help, and peoples help you!
I've got a twrp's issue and one cool man helped me!
I didn't want to hear, but I was in wrong way!
Update cant even flash stock anymore. Totally bricked any help would be appreciated

Categories

Resources