[Q] moto g 014 soft bricked - G 2014 Q&A, Help & Troubleshooting

iam very sad to say you that my phone is bricked.i will change roms in my phone frequently.u always very careful but today when i was out for a work my brother tried to install the new hyperdrive rom but he had not taken any backup and he wiped all the memory including rom zip files so he stucked the phone in recovery(he dont know about ADB side load) then he ( he observed me when updating from kk to lp) searched the files in my computer then just tried to instal stock kitkat using command prompt Nd succced but when he found lollipop update file in the computer and he placed it in phone but when the phone is updating into lollipop the low battery in the phone made the phone dead.
when i came back home i saw all the mess he does now the phone whn switched on only shows android logo with error frequently but when i went into recovery mode to sideload the rom the the fastbot devices command shows device connected but msg displays error msg showing device not found when i tried to sideload the rom.
in TWRP it displays unable to mount data :crying:
unable to mount cache
when i tired to install using external sd card the installation completes but when rebbot the phone stucks on android exclamation logo showing errror msg
please help i dont my phone to be bricked:crying::crying:

Have you tried mounting from a usb otg ?

the problem is solved partially
oisink2014 said:
Have you tried mounting from a usb otg ?
Click to expand...
Click to collapse
i used TWRP and repaired the filesystems and installed the custom rom microkatv1.zip but the rom is installed succcessfully and i wipe cache/dalvik cache and reboot the phone it will shows motorola logo and automatically moves into TWRP.can anyone help me how to boot the phone normally is there any software or any commands to solve this please lead me to solution:crying:

i saved my phone
at last i had done some file repairs in TWRP and i got installed stock kk rom by ADB then i got my moto g back

sagaremperor said:
at last i had done some file repairs in TWRP and i got installed stock kk rom by ADB then i got my moto g back
Click to expand...
Click to collapse
I'm having a similar problem. Can you elaborate on what you mean by file repairs?

solution may work for you
Eogram said:
I'm having a similar problem. Can you elaborate on what you mean by file repairs?
Click to expand...
Click to collapse
Weird, even though for me it wasn't mountable either, reformatting worked.
I don't think adb will be able to mount it if it doesn't work in CWM. I guess one thing you could try is flash TWRP via sideload and then go to wipe, check all of the partitions, and then hit "repair filesystem". Might work, :fingers-crossed:
if not worked can you tell me whats actual is your problem:silly:

Related

[Q] Soft brick(?)/usb drivers issue

Hey all! I'm having some big problems getting my phone working. I was running Venom One rom for a while but then decided to try out something else and installed the CM 11S. Again phone worked perfectly but I got used to using Venom so I wanted to go back to it. And that's where I fu**ed it I think... I've installed the rom (I'm using T.W.R.P 2.7.1.1, standard cache and data format) like previously and again everything went smoothly with no errors. However, when I restarted the phone it got stuck on HTC logo. But it wasn't stuck like you couldn't do anything, I could lock the screen and when I unlocked it it would present me with the usual lock screen, time, taskbar etc. but when you unlocked it it went back to the HTC logo after a while an error popped up saying that the htc dialler was not responding. I haven't came across something like that ever before... So I went back to recovery and flashed the system again and again I had the exact same issue. So then I went and formatted everything including my internal storage, and that's where I made the biggest mistake. I forgot that I had the rom zip on internal storage and I'd lose it if I format the partition. No problem you'd say BUT I can't copy anything onto the phone.
When I connect the phone to my PC in recovery mode it just refuses to mount!! No matter which partition I want to mount, nothing comes up in my computer. I went on to the device manager and surely enough the HTC One is an unknown device... I tried side-loading the rom but the adb can't connect to the phone. I tried re-installing the HTC sync just to make sure I definitely have the usb drivers but still no luck. ADB devices command shows no devices connected. I've run out of ideas and I'm regretting my decision to try different roms...
I really don't want to buy a new phone so if anyone has ANY ideas please right it down. Thanks in advance!
bboybtek said:
Hey all! I'm having some big problems getting my phone working. I was running Venom One rom for a while but then decided to try out something else and installed the CM 11S. Again phone worked perfectly but I got used to using Venom so I wanted to go back to it. And that's where I fu**ed it I think... I've installed the rom (I'm using T.W.R.P 2.7.1.1, standard cache and data format) like previously and again everything went smoothly with no errors. However, when I restarted the phone it got stuck on HTC logo. But it wasn't stuck like you couldn't do anything, I could lock the screen and when I unlocked it it would present me with the usual lock screen, time, taskbar etc. but when you unlocked it it went back to the HTC logo after a while an error popped up saying that the htc dialler was not responding. I haven't came across something like that ever before... So I went back to recovery and flashed the system again and again I had the exact same issue. So then I went and formatted everything including my internal storage, and that's where I made the biggest mistake. I forgot that I had the rom zip on internal storage and I'd lose it if I format the partition. No problem you'd say BUT I can't copy anything onto the phone.
When I connect the phone to my PC in recovery mode it just refuses to mount!! No matter which partition I want to mount, nothing comes up in my computer. I went on to the device manager and surely enough the HTC One is an unknown device... I tried side-loading the rom but the adb can't connect to the phone. I tried re-installing the HTC sync just to make sure I definitely have the usb drivers but still no luck. ADB devices command shows no devices connected. I've run out of ideas and I'm regretting my decision to try different roms...
I really don't want to buy a new phone so if anyone has ANY ideas please right it down. Thanks in advance!
Click to expand...
Click to collapse
don't worry, you'll not have to buy another phone. Your issue is one of the most common issue we see here. First I will recommend you to use twrp 2.7.1.1 only to flash CM11 based roms and use twrp 2.6.3.3 or 2.6.3.4 for any Sense based roms.
You will first need to fix your drivers issue so you can adb push or adb sideload the rom to your phone again. there is a guide linked in my signature (nkk71's guide). In this thread, there is instruction (in the FAQ #2) about how to solve drivers issues.
When your drivers issue are solved, flash twrp 2.6.3.3:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
then boot in twrp 2.6.3.3 and adb push or sideload venom and hopefully it will be able to boot and it will be stable.
alray said:
don't worry, you'll not have to buy another phone. Your issue is one of the most common issue we see here. First I will recommend you to use twrp 2.7.1.1 only to flash CM11 based roms and use twrp 2.6.3.3 or 2.6.3.4 for any Sense based roms.
You will first need to fix your drivers issue so you can adb push or adb sideload the rom to your phone again. there is a guide linked in my signature (nkk71's guide). In this thread, there is instruction (in the FAQ #2) about how to solve drivers issues.
When your drivers issue are solved, flash twrp 2.6.3.3:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
then boot in twrp 2.6.3.3 and adb push or sideload venom and hopefully it will be able to boot and it will be stable.
Click to expand...
Click to collapse
The only weird thing is, I used the 2.7.1.1 to flash the sense rom in first place and everything worked fine :/ . Anyway, thanks for the shout! :good: I'll give it a try right now and see how it goes.
Right, I'm having problems installing the drivers for some reason. The ones downloaded from this thread don't seem to be doing anything at all. When click on them they show up for a split second in task manager and then they disappear. No install wizard no nothing. So i downloaded the ones for Windows 7 from here but this just gives me a message that "Windows could not find driver software for your device." . I mean, what the hell?
Edit: Right, after a lot of struggle I've managed to successfully bring my phone back to life! I have no idea what caused the issues with installing the drivers. I've spent ages deleting every trace of HTC drivers, then installed Windows 7 ones and somehow it worked. Then flashed t.w.r.p 2.6.3.3 and venom and it seems to be working smoothly! Hopefully no more problems . Thanks a lot for helping out man!

HELP!!! Please! BRICKED!!!

Hey so I have the L90 D415 and I flashed the partition tool to get more data but i didn't realize that it was broken for my device and now im having issues.... This is how it went. I used the tool and it got to 70% and rebooted back into twrp so i knew that wasnt right so i flashed the next one that was supposed to be fixed and it did flash completely but for some reason it erased twrp, installed cwm and now i cant get into either. I had flashed stock using cwm before i chose to reboot but im still not able to boot up(stuck on LG logo). So to recap I can't get into recovery at all. I have fastboot. flashtool wont work(wont read phone in usb mode cuz im not booted) and im stuck on the LG boot screen. Please help me.
JamesB3 said:
Hey so I have the L90 D415 and I flashed the partition tool to get more data but i didn't realize that it was broken for my device and now im having issues.... This is how it went. I used the tool and it got to 70% and rebooted back into twrp so i knew that wasnt right so i flashed the next one that was supposed to be fixed and it did flash completely but for some reason it erased twrp, installed cwm and now i cant get into either. I had flashed stock using cwm before i chose to reboot but im still not able to boot up(stuck on LG logo). So to recap I can't get into recovery at all. I have fastboot. flashtool wont work(wont read phone in usb mode cuz im not booted) and im stuck on the LG boot screen. Please help me.
Click to expand...
Click to collapse
Well duh you didnt wipe the data of the rom before you flashed so of couse you are gonna be boot. Flash with the kdz offline flash then when you are done flashing pull out battery and use special button combo to factory reset it so that you can boot in to phone but you will lose all data excluding the ones on your EXTERNAL sd card.
krchi said:
Well duh you didnt wipe the data of the rom before you flashed so of couse you are gonna be boot. Flash with the kdz offline flash then when you are done flashing pull out battery and use special button combo to factory reset it so that you can boot in to phone but you will lose all data excluding the ones on your EXTERNAL sd card.
Click to expand...
Click to collapse
I did though. I wiped system, data, cache, dalvik and internal.
What do you mean by offline flash?(sorry first LG. I had a Huawei before this)
JamesB3 said:
I did though. I wiped system, data, cache, dalvik and internal.
What do you mean by offline flash?(sorry first LG. I had a Huawei before this)
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2625044 follow the same steps but use our kdz for lg l90
4. go to C:\ProgramData\LGMOBILEAX
remove all files and folder
5. copy all files and folders from LGMOBILEAX that you unzip from step2 to C:\ProgramData\LGMOBILEAX
I ran into a problem. I cannot find the directory mentioned in #4.
JamesB3 said:
4. go to C:\ProgramData\LGMOBILEAX
remove all files and folder
5. copy all files and folders from LGMOBILEAX that you unzip from step2 to C:\ProgramData\LGMOBILEAX
I ran into a problem. I cannot find the directory mentioned in #4.
Click to expand...
Click to collapse
You need to make sure that you have hidden files on
yeah i figured it out with google.
I have tried both methods on the guide and have came up short both times. I keep receiving this error(In screenshot).
I am desperate for any fix to this problem. I have access to fastboot and download mode. That is honestly all i got. When my phone is on the LG screen my computer reads it but the lg flash tool has connection issues. Please help me figure this out. I really need my phone back.
JamesB3 said:
I am desperate for any fix to this problem. I have access to fastboot and download mode. That is honestly all i got. When my phone is on the LG screen my computer reads it but the lg flash tool has connection issues. Please help me figure this out. I really need my phone back.
Click to expand...
Click to collapse
Go on the lg website and find lg l90 d415 drivers and install them if you got that far its most likely just driver issues.
JamesB3 said:
I am desperate for any fix to this problem. I have access to fastboot and download mode. That is honestly all i got. When my phone is on the LG screen my computer reads it but the lg flash tool has connection issues. Please help me figure this out. I really need my phone back.
Click to expand...
Click to collapse
Also check if you have your computer enabled for all drivers..
Some drivers do not boot because the certificate is not correctly assigned.
If you have a PC running Windows, on boot press F8 and select disable driver certification verify.
Try again after this.
razoract said:
Also check if you have your computer enabled for all drivers..
Some drivers do not boot because the certificate is not correctly assigned.
If you have a PC running Windows, on boot press F8 and select disable driver certification verify.
Try again after this.
Click to expand...
Click to collapse
I got my phone fixed!!! I flashed twrp through fastboot then used the partition tool for our device to get my partitions back and i flashed lollipop! Thanks for all your help you guys!!! I am trying to help my friend fix his LG Volt. Can someone post the laf.img onhere for me please? thats all I need to get his phone working.

Can't flash rom properly, and now stuck at gapps installation

Hello, I managed to unlock my bootloader and root my phone using cwm touch [http://forum.xda-developers.com/showthread.php?t=2173863]. All was going well. I decided to get cm12 nightly edition [http://forum.xda-developers.com/htc...m-cyanogenmod-12-official-nightlies-t2995218]. I followed the instructions, but i was stuck at a bootloop (my phone is S-On, so I had to follow the extra instructions).
I realized while flashing a second time that there were error messages such as "failed to mount /dev/block/platform/msm_sdcc.1" and "unmount of /system failed; no such volume". I recall uninstalling htc sync manager so as to make my phone s-off, but i didnt bother doing anything else to s-off. I later realized that my phone didnt show up as a usb device although it was detected, meaning that I can't copy roms to the internal storage. I decided to try the command prompt method of flashing the image and then installing it in cwm, but when I was installing the GApps [http://forum.xda-developers.com/android/software/gapps-updated-gapps-basic-medium-t3070193] ( the medium package), cwm is stuck at "Unmounting system partition". I'm now bat**** scared because I really do not want to mess with system stuff, so I am going to sleep and wait for help. Please help me, this is my first time doing any of this rooting business, please.
Twrp recovery,maybe?
Sent from my HTC One using XDA Free mobile app
use latest twrp recovery
shawek said:
Twrp recovery,maybe?
Sent from my HTC One using XDA Free mobile app
Click to expand...
Click to collapse
alray said:
use latest twrp recovery
Click to expand...
Click to collapse
Thank you for the replies, but what do I do now? Like the phone is literally stuck at "Unmounting system partition". Do I force shutdown?
Edit: Also, how do I flash twrp if I can't get my usb to work?
Edit 2: I managed to stop the "unmounting system partition" thing by pulling out my usb. But my phone still doesn't show up as usb so how do I get twrp? If I boot it will go to a bootloop
Edit 3: I managed to flash twrp using the adb thing, didnt have to mount usb. ( I still cant mount usb tho, how do I get that?
Edit 4: INSTALLED CM12 PROPERLY AND BOOTED!! THANKS FOR TELLING ME TO GET TWRP GUYS! My usb still doesnt mount, don't know why (mtp is enabled). Also, I keep getting an "Unfortunately google play services has stopped" notificaion.
Edit 5: When I rebooted my phone it asked me again what I wanted to do with the device then I clicked open with explorer and it worked. Then, I transferred Gapps minimal edition (to get play services again) and then flashed it with twrp. everything works! thanks

I simply cannot flash recovery

I nearly bricked my Razr i XT when downgrading from a Kitkat update to JB 4.1.2 but thanks to the great work here I am making some progress but cannot get Recovery or Root. the unlocking of bootloader via the Motorola website went fine and thanks to this post
http://forum.xda-developers.com/showthread.php?t=2239706 I got the rom I wanted, and it's fine.
I have read many other tutorials on installing a recovery and have downloaded and tried 6 or 7 CWM and TWRP images
but it never completes - fastboot says it has, but the phone stubbornly hangs at the flashing.
I have no problems getting into fastboot, but failed many times, and in desperation have tried with USB debugging on and off
and with and without sim and sdcard inserted.
attached are some photos to show where I am stuck at, and I would greatly appreciate some help
carkev said:
I nearly bricked my Razr i XT when downgrading from a Kitkat update to JB 4.1.2 but thanks to the great work here I am making some progress but cannot get Recovery or Root. the unlocking of bootloader via the Motorola website went fine and thanks to this post
http://forum.xda-developers.com/showthread.php?t=2239706 I got the rom I wanted, and it's fine.
I have read many other tutorials on installing a recovery and have downloaded and tried 6 or 7 CWM and TWRP images
but it never completes - fastboot says it has, but the phone stubbornly hangs at the flashing.
I have no problems getting into fastboot, but failed many times, and in desperation have tried with USB debugging on and off
and with and without sim and sdcard inserted.
attached are some photos to show where I am stuck at, and I would greatly appreciate some help
Click to expand...
Click to collapse
U said fastboot hangs at flashing the recovery, but on the command lines on your PC it says finished. Have u tried booting into recovery?
What recovery did u use and where did u get it?
USB debugging, simcard and sdcard don't have anything to do with fastboot. But it is likely that u didn't know that
thanks for looking at this.
I did try booting into recovery from my PC by after rebooting it and then taking the recovery option, but the phone hung at the Motorola bootloader unlocked warning screen.
this link was typical of the various tutorials I used: http://androidteen.com/motorola-razr-i-how-to-root-and-install-clockworkmod-cwm-recovery-on-android-4-1-2-jelly-bean-firmware/
to be fair I cannot recall where I got all the recovery images from - I have that many, and had to rename them recovery.img, so cannot remember the original download names
update:
I have just tried an app from the google play named Root Android, which advised trying other apps - Kingroot, Framaroot & Towelroot,
but they all failed .
what did catch my eye yesterday was the yellow text when in fastboot that says 'dismatched partition entry'
I ignored it as the img files I was trying to flash are all much smaller than the 100mb stated,
but today I am beginning to think that perhaps my recovery partition is corrupt and look for ways to repair it.
does that make any sense?
carkev said:
update:
I have just tried an app from the google play named Root Android, which advised trying other apps - Kingroot, Framaroot & Towelroot,
but they all failed .
what did catch my eye yesterday was the yellow text when in fastboot that says 'dismatched partition entry'
I ignored it as the img files I was trying to flash are all much smaller than the 100mb stated,
but today I am beginning to think that perhaps my recovery partition is corrupt and look for ways to repair it.
does that make any sense?
Click to expand...
Click to collapse
That could be it. Try flashing a rsd lite package from JB. Than go to the recovery and see if u have stock back.
Hazou said:
That could be it. Try flashing a rsd lite package from JB. Than go to the recovery and see if u have stock back.
Click to expand...
Click to collapse
thanks HazouPH, I'll give that a go
I have solved my problem with CWM:victory:
whilst I am not 100% certain I am pretty much sure it was a driver problem - for those who this may benefit, here is what I did.
1. I did not reflash my phone, but stayed with the one in my original post.
2. remember that the main problem was that Fastboot said I had succeeded in flashing a Recovery image, but that the phone 'hung'
at flash as in my photo. and then from my phone I could not get to recovery from the fastboot menu .
3. I stumbled across a posting (on XDA, but I cannot remember where) that said the Motorola drivers were not as good as they should be and that the Motohelper one's would be fine - so I downloaded them, and have attached the zip below.
4. I then decided to tidy up my PC and uninstalled all mobile phone drivers, plus any redundant USB Device drivers
5 for the USB tidying up I tend to use USBdview, which is superb and can be found here
6 when all this was done I simply tried the reflash of CWM - and got the same situation I had been having all along
but amazingly, when I selected 'recovery' it went in CWM - I nearly fainted with surprise!
from all this I can only assume it was a driver problem as I had changed nothing else.
perhaps it was Motohelper drivers- perhaps it was USBdview that did it for me - I will never really know, nor care!
I now have CWM v6.0.1.9 - it is touchscreen and permanent, plus I use the cute Reboot by app by Petrus to control my phone.
happy days!

Bootloop to recovery [solved]

Hello everyone, I have the problem, that my 3T boots to recovery every time I boot. The system is no more booting. What I did was, "updating" in the CM about/update menu (from unofficial cm14.1 13.12. to 14.12. ).
So maybe an open recovery script was created and booted to bootloader. Update failed but I did it manually.
From now on the phone does just only boot twrp recovery (or is it a boot loop ?). I tried to restore a backup and install the oxygen os via zip and wiped all partitions (except internal storage) but nothing helps. Does anyone know this and can give me advice ? Thank a lot in advance.
Edit:
For the OnePlus One if found an error report which look a little bit my error:
The problem is suspected to stem from the "persist" partition getting corrupted during the reboot, even though CyanogenMod doesn't use this particular location. The damaged area doesn't get fixed like other partitions because a filesystem integrity check isn't ran. It's left corrupted, and even though the area isn't needed for the OS to run, the OnePlus One boot loops anyway.
Click to expand...
Click to collapse
But the partition layout on the 3T seems to be different, I can see only partitions like sda etc ...
same here
Called the 1+ support and they sent me the same file like in this post http://forum.xda-developers.com/oneplus-3t/help/unbrick-unbrick-tutorial-oneplus-3t-t3515306 They offered me a telephone support slot in 2 days, but I tried myself, now the default system is booting again. If you need assistance write I can guide you as best as i can.
Good luck to you.
sniperle said:
Called the 1+ support and they sent me the same file like in this post http://forum.xda-developers.com/oneplus-3t/help/unbrick-unbrick-tutorial-oneplus-3t-t3515306 They offered me a telephone support slot in 2 days, but I tried myself, now the default system is booting again. If you need assistance write I can guide you as best as i can.
Good luck to you.
Click to expand...
Click to collapse
Thank you!
Enviado do meu ONEPLUS A3003 através de Tapatalk
Thnaks so much
sniperle said:
Called the 1+ support and they sent me the same file like in this post http://forum.xda-developers.com/oneplus-3t/help/unbrick-unbrick-tutorial-oneplus-3t-t3515306 They offered me a telephone support slot in 2 days, but I tried myself, now the default system is booting again. If you need assistance write I can guide you as best as i can.
Good luck to you.
Click to expand...
Click to collapse
:good:
I follow your recommendation thanks for your assistance I fixed my OP3T,
What a mess ... after all this I wanted to install my CM backups again, but TWRP refused to boot. I had only a black screen with a white LED when going to recovery. But now after some hours I have a solution to this. You need to update Oxygen OS before going on !!
Make a full system update or flash this update via TWRP: http://downloads.oneplus.net/oneplus-3t/oneplus_3t_oxygenos_3.5.3/
After this TWRP is booting as expected.
Now I'll enjoy a beer or two or ....
Good luck to all others. If anybody needs assistance ... contact me.
never had a issue
Please help!!!! I tried flashing the update for the latest OTA, I had the full zip. I have unlocked bootloader, twrp, phh supersu, magisk and xposed. I did a nandroid backup and then clicked Wipe- Dalvik and Cache. I then flashed the zip. For 20 mins the boot logo was spinning around, so I rebooted into twrp to see what was going on. Now I can't reboot and it shows no data, it says my device is encrypted and I can't see any files. What can I do??
Was your internal storage encrypted before ?
TWRP doesn't show your internal storage and didn't ask for a password ?
fix bootloop
Boot into your recovery [Vol+ and Power]
Connect your phone to your PC
Execute the following fastboot command on your PC (More informations on fastboot)
Code:
fastboot continue
Your phone will start right away. :good:
I solved the problem
OK what i did was when the phone was starting and vibrating I push the power bottom and volume down bottom at the same time ,then i connected the phone to the PC,from the panel in the phone there are 3 categories to erase everything on the phone I did it all(1,2,3) and then I put the phone in ADB mode from the control panel in the phone,After that I flash via fastboot the original .zip from one plus for the version 4.0.3 (1.4 GB) ,when it finished I restarted and the phone started normal again,I hope this help someone alse,I was so desesperated:silly:.
RE
TOMASITO95 said:
OK what i did was when the phone was starting and vibrating I push the power bottom and volume down bottom at the same time ,then i connected the phone to the PC,from the panel in the phone there are 3 categories to erase everything on the phone I did it all(1,2,3) and then I put the phone in ADB mode from the control panel in the phone,After that I flash via fastboot the original .zip from one plus for the version 4.0.3 (1.4 GB) ,when it finished I restarted and the phone started normal again,I hope this help someone alse,I was so desesperated:silly:.
Click to expand...
Click to collapse
how ? can you please teach me ( my op3t didn`t go to system is says " md5 checksum failed , recovery failed , boot failed , system failed , boot_aging failed , dsp failed , modem failed please help me (
Change USB port
Try a different USB port. I flashed it through a 2.0 USB port instead of the 3.0 and no checksum error!

Categories

Resources