Hi All,
Looking for some help after searching around on the error message of "unfortunately, com.sonyericsson.usbux has stopped" when ever I try and connect my Sony Xperia E via usb nor does it recognise my SD card (which works on other devices)
A quick bit of background info on how I ended up with this error. I have rooted my Xperia E and its been working perfectly well so I could use Link2SD to move apps to my SD card due to the phone memory being miminal on an Xperia E.
It looked like I had partitioned the SD card incorrectly (by that I mean what I wanted to use as my primary was actually my secondary with the least space) so it resulted in the card filling up very quickly.
So I moved all the apps back to the internal memory and formatted the SD card and then partitioned it again using Mini Tool Partition.
The next step is where it all went wrong. When I launched Link2SD I assumed it would pick up the fact that the card had been reformated/partiontied again and run set up as such from scratch but it didnt.
So I went into the Link2SD menu > settings > more > then quick reboot. The device rebooted but then just hung on the coloured Sony splash screen and sat like that for about 10 mins before I turned it off and back on again.
Since then I get the error of "unfortunately, com.sonyericsson.usbux has stopped" when ever I connect the phone via USB and that no SD card is found (its formatted and working on other phones)
So two things are I cannot connect the phone by USB to repair it for example with Sonys software nor can I write anything to the SD card.
I have started it in safe mode, factory reset it and also found it under Apps > All and cleared cache , forced stop and rebooted in the hope it starts back up again correctly.
Is something like this most likely going to require a reinstall of the Android OS? Its first my Android
I noticed another user posted the same issue with an Xperia J of that message and being unable to connect via USB or his phone recognizing the SD card but after reading the responses it all went above my head on what was needed to fix it!
Thank you all, the other post is here http://forum.xda-developers.com/showthread.php?p=34576872
fabiocaponi said:
Hi All,
Looking for some help after searching around on the error message of "unfortunately, com.sonyericsson.usbux has stopped" when ever I try and connect my Sony Xperia E via usb nor does it recognise my SD card (which works on other devices)
A quick bit of background info on how I ended up with this error. I have rooted my Xperia E and its been working perfectly well so I could use Link2SD to move apps to my SD card due to the phone memory being miminal on an Xperia E.
It looked like I had partitioned the SD card incorrectly (by that I mean what I wanted to use as my primary was actually my secondary with the least space) so it resulted in the card filling up very quickly.
So I moved all the apps back to the internal memory and formatted the SD card and then partitioned it again using Mini Tool Partition.
The next step is where it all went wrong. When I launched Link2SD I assumed it would pick up the fact that the card had been reformated/partiontied again and run set up as such from scratch but it didnt.
So I went into the Link2SD menu > settings > more > then quick reboot. The device rebooted but then just hung on the coloured Sony splash screen and sat like that for about 10 mins before I turned it off and back on again.
Since then I get the error of "unfortunately, com.sonyericsson.usbux has stopped" when ever I connect the phone via USB and that no SD card is found (its formatted and working on other phones)
So two things are I cannot connect the phone by USB to repair it for example with Sonys software nor can I write anything to the SD card.
I have started it in safe mode, factory reset it and also found it under Apps > All and cleared cache , forced stop and rebooted in the hope it starts back up again correctly.
Is something like this most likely going to require a reinstall of the Android OS? Its first my Android
I noticed another user posted the same issue with an Xperia J of that message and being unable to connect via USB or his phone recognizing the SD card but after reading the responses it all went above my head on what was needed to fix it!
Thank you all, the other post is here http://forum.xda-developers.com/showthread.php?p=34576872
Click to expand...
Click to collapse
can u get a logcat of the prob?..
neo45215 said:
can u get a logcat of the prob?..
Click to expand...
Click to collapse
I can if I have instructions on how to get this? Please bear with me, first android as Id been an IPhone user for past 6 years!
fabiocaponi said:
I can if I have instructions on how to get this? Please bear with me, first android as Id been an IPhone user for past 6 years!
Click to expand...
Click to collapse
u said ur phone was rooted ryt?...on your device check if usb debugging is enabled.if not do it. connect ur device to ur pc using usb. install the adb drivers and get the android sdk on ur pc....after that go to
where u have put ur sdk/platform-tools/adb .
then 'adb devices' in the terminal .if your device comes up then,the drivers are ok,if not install the drivers again properly
then 'adb logcat'
then while connected try to reproduce the problem. go to /dev/null on your device and post the stdout file here.
or you if all this is too much for you,search for a logcatting app,and post the logfile here
neo45215 said:
u said ur phone was rooted ryt?...on your device check if usb debugging is enabled.if not do it. connect ur device to ur pc using usb. install the adb drivers and get the android sdk on ur pc....after that go to
where u have put ur sdk/platform-tools/adb .
then 'adb devices' in the terminal .if your device comes up then,the drivers are ok,if not install the drivers again properly
then 'adb logcat'
then while connected try to reproduce the problem. go to /dev/null on your device and post the stdout file here.
or you if all this is too much for you,search for a logcatting app,and post the logfile here
Click to expand...
Click to collapse
Sorry been on holiday. ok so I got as far as running adb devices (I simply double clicked "adb devices" which seemed to just launch a cmd prompt that ran through a whole load of text before dissapearing and doing nothing.
I tried the app aLogcat and when I launch it and it starts to read the logs it comes up with the error of " E/Trace (2824) error opening trace log file: no such file or directory (2)
I also get a similar message when trying it with the app Log Viewer error when running Read Logs of " 22:44:00.609 Trace error opening trace file no such file or directory (2)
fabiocaponi said:
Sorry been on holiday. ok so I got as far as running adb devices (I simply double clicked "adb devices" which seemed to just launch a cmd prompt that ran through a whole load of text before dissapearing and doing nothing.
I tried the app aLogcat and when I launch it and it starts to read the logs it comes up with the error of " E/Trace (2824) error opening trace log file: no such file or directory (2)
I also get a similar message when trying it with the app Log Viewer error when running Read Logs of " 22:44:00.609 Trace error opening trace file no such file or directory (2)
Click to expand...
Click to collapse
those errors are because there are no logs now to read...u have to create one first.ur specific app is unfamiliar to me, but u should be able to configure it to take logs and save them at a specific place easily. Keep in mind though that,u have to reproduce ur prob while taking the log for it to be of use.
neo45215 said:
those errors are because there are no logs now to read...u have to create one first.ur specific app is unfamiliar to me, but u should be able to configure it to take logs and save them at a specific place easily. Keep in mind though that,u have to reproduce ur prob while taking the log for it to be of use.
Click to expand...
Click to collapse
ok here you go hoping this makes some sense? I used LogCat which reads the logs and you can type in the error or app thats has the issue. I found this under usbux
build.board: 7x27
build.bootloader: unknown
build.brand: Sony
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: C1504
build.display: 11.3.A.0.56
build.fingerprint: Sony/C1504_1273-2756/C1504:4.1.1/11.3.A.0.56/20130306.185102:user/release-keys
build.hardware: Sony
build.host: ubuntu-scm07.arimacomm.com.tw
build.id: 11.3.A.0.56
build.manufacturer: Sony
build.model: C1504
build.product: C1504_1273-2756
build.radio: unknown
build.serial: 820b7e48
build.tags: release-keys
build.time: 1362567148000
build.type: user
build.user: administrator
version.codename: REL
version.incremental: 20130306.185102
version.release: 4.1.1
version.sdk_int: 16
09-06 22:29:57.160 W/BroadcastQueue(440): Unable to launch app com.sonyericsson.usbux/1000 for broadcast Intent { act=android.hardware.usb.action.USB_STATE flg=0x20000010 (has extras) }: process is bad
09-06 22:29:57.320 W/BroadcastQueue(440): Unable to launch app com.sonyericsson.usbux/1000 for broadcast Intent { act=android.intent.action.ACTION_POWER_DISCONNECTED flg=0x8000010 }: process is bad
I managed to fix this in the end.
Loaded a new ROM on the device, worked all ok via USB until I put the SD card back in and got same error each time when connecting with USB.
Tried with another SD card and all worked ok via USB etc no error.
Re formatted the faulty SD card using SD Formatter and phone now working and recognizing that original SD card and connecting with USB
Thanks for your help anyway
Facing Exactly Same Problem
fabiocaponi said:
I managed to fix this in the end.
Loaded a new ROM on the device, worked all ok via USB until I put the SD card back in and got same error each time when connecting with USB.
Tried with another SD card and all worked ok via USB etc no error.
Re formatted the faulty SD card using SD Formatter and phone now working and recognizing that original SD card and connecting with USB
Thanks for your help anyway
Click to expand...
Click to collapse
Hello,
I am facing exactly the same problem please help me how did you fix it. It would be easy if you guide me step by step. Thanks
Related
Okay, I did search multiple threads that indicated "Application not installed", but none of them appear to have anything to do with gingerbreak, nor this particular phone.
I've followed the steps (at least the very few at the beginning) according to this thread: http://forum.xda-developers.com/showthread.php?t=1197991
GingerBreak-v1.20.apk is on the phone's micro SD card.
Using the file manager app, I navigate to the SD card, see the Gingerbread apk and click on it...I get the message:
"Do you want to install this application?
Allow this application to:
(yellow triangle with exclamation point) System tools
read system log files"
So I click "Install".
It goes to the installing screen with the progress bar for all of about 1 second and then immediately I get a screen that says "Application not installed" and the only thing I can do from there is click Done.
I've rebooted the phone at least 15 times. Same result every time.
Phone info: Virgin Mobile, model number VM670.
Android Version 2.2.1
Kernel Version 2.6.32.9
Build Number FRG83
SW Version VM670ZV4
HW Version 1.2
So that's where I'm stuck. Any assistance would be greatly appreciated.
Thanks in advance!
Dave
Try downloading a different version of ginger break, I used it on my optimus v and it installed fine, look on fourshared there is a lot of different versions of ginger break
NookColor ICS 9 Nightly "Overclocked"
I assume that you mean try using Gingerbreak v1.1 or 1.0, yes? didn't those have bugs to fix or something like that?
So I downloaded v1.1 and that appears to have installed properly. Superuser now appears in my applications. Now to move on to the rest of the process...I'm sure there will be more questions to come!
Sorry for late reply but yes that's
Wat I meant for version, seem like u got it working
Sent from my HTC_A510c using XDA App
Thanks, believe me I appreciate any reply at all. Of course, as I mentioned, I figured there would be other "issues". Now that I have installed gingerbreak, I'm trying to move on to the next step, that being I'm trying to copy the recovery image and flash image GUI app to the sd card from my computer. Unfortunately, ever since gingerbreak got installed, now my computer doesn't seem to recognize something with the phone. When I connect it to the computer via usb I get the little pop-ups that say Found New Hardware, Mass Storage USB Device, blah blah blah. But then when I click on my computer it's not listed...I just see "Removable Disk (E)". I double click on that and it tells me to insert a disk into drive E. I've reinstalled the LG driver, restarted the computer, rebooted the phone...same thing every time.
GRRRR! Frustrated.
I also tried downloading the cyanogen7 and gapps .zip files directly from the phone's browser but they both gave me a message indicating the download failed because the content is not supported on this phone.
I wish I could help you but i don't have an answer to that, if I were you I would ask that question in the lg optimus v forum, people there no that phone like they made it, good luck to you
NookColor ICS 9 Nightly "Overclocked"
no worries, thanks again for even replying...fortunately I used my brain for once and remembered I could just use a microSD to SD adapter...then put that in my regular USB card reader and copied the files directly onto the microSD card.
Continuing on...we'll see how it goes.....
Hi to all here. i just want to ask anyone what to do with my phone. well first of all, my phone is a sky pantech vega racer im-a760s, not really a match for samsungs popularity but budget wise this is the model for me. it has a dual core. now my problem starts when i started editing the build.prop in its system (tweaked for some texting problem of limited character sending). of course i know what im doing on that part, but the only thing i didn't think that would happen was, i copied it in my computer, i edited it there, then i saved it as "all" in file type so it wont become a ".txt" format. but when i placed it in my phone. the file instantly disappeared, i think it was only hidden and the phone just cant identify it nor read it like something. now i restarted the phone, it booted up to its logo then it just went blank and it just stops there. i tried pushing recovery with adb in my pc cmd. but it cannot detect my device(no problem with my adb installation to eliminate this from the question), i also tried putting an sd card with a recovery file but there was no option for sd card path. but the phone can still function well, i know because it can still be loaded under flashboot, download screen and S / W upgrade menu and it can still perform wipes for all partition and caches and can reset for factory settings etc. but whenever i will reboot, its not going to complete. anyone please help me how to make my phone be detected by my pc. The usb drivers are just fine, updated it many times, read all procedure for making the driver connect perfectly. i reformatted the sd so it wont be a problem when i put it in. but in the recovery menu i just cant see my sd card, theres just the option for "update from external storage" but it doesn't have anything inside. what a mess. i cant make my phone reflashed cause its not responding with the connection with my pc. but when i am opening an odin (just used for connection monitoring) there are two yellow boxes with com port like these: 0:[com7] and 0:[com9], so i know it is still somehow communicating with my pc. please help any advice, i dont want to resort to jtag for im not sure if it will support my phone and it's already avialable for the model but definitely not going to send my phone for repair cause it will be costly. thanks to all who will respond. Please help thank you. additionally: OS was ics version 4.0.4 and rooted. already gone through rooting several times with no problem. just the editing part.
to edit Android files on Windows use only Notepad++ anyway do not use Windows notepad this is for Windows files formatting only
well, you have to get build.prop from your phone edit on PC then copy back
so enter recovery connect phone to PC create a folder say C:\tmp
to get build.prop from phone
Code:
adb devices
adb shell
mount system
exit
that's to mount system partition then
Code:
adb pull /system/build.prop C:\tmp\build.prop
edit it and copy back to phone
Code:
adb push C:\tmp\build.prop /system/build.prop
maybe is not your case ? but I wanted to give you an idea
@ruscan.calin
Thanks, great. i will try this one once i get my phone recognized by my pc, adb seems not able to find my devcie have this message like this one:
"
c:\>adb devices
adb server is out of date. killing...
*daemon started successfully *
list of devices attached "
and that's it nothing happens.
thanks for the advice i will definitely use this once i get my phone connected with my system. thanks a lot
cruelink said:
@ruscan.calin
Thanks, great. i will try this one once i get my phone recognized by my pc, adb seems not able to find my devcie have this message like this one:
"
c:\>adb devices
adb server is out of date. killing...
*daemon started successfully *
list of devices attached "
and that's it nothing happens.
thanks for the advice i will definitely use this once i get my phone connected with my system. thanks a lot
Click to expand...
Click to collapse
start phone in recovery mode do not connect to PC at this time
open Device Manager now connect phone to PC
if you see ADB Interface connecting in Dev Manager it's ok if not you have a problem with phone drivers so install it again
ruscan.calin said:
start phone in recovery mode do not connect to PC at this time
open Device Manager now connect phone to PC
if you see ADB Interface connecting in Dev Manager it's ok if not you have a problem with phone drivers so install it again
Click to expand...
Click to collapse
Hi, cant still afford to make the adb component in my device manager to appear, but it's good to inform you that it helped me a bit because i was able to see the storage of my phone and i was also able to put some files in there without any hassle that alone was satisfying me that my phone is not really dead. sad to say i did everything i could to have my pc detect my phone via recovery menu, but still no devices found. it's really weird that some links are saying that i should make my phone's "usb debugging" enabled, wherein fact i cant even go beyond my original problem(bricked phone), i can't even see the inside of my phones directory, only the storage one that was activated just recently. i even did a reinstallation of my usb, uninstalled every other phone related usb installation to avoid conflicts reinstalled my phones proper usb installer then restart. no progress still to be called. it makes me feel that the phone was just trap in the state of booting and not knowing what to do because it cant see any command inside its system. i cant go into the systems directory as well. and that's the only way i think i could revive my phone in replacing a new build.prop, as you advised to be edited in a notepad++ which i recently acquired and installed. by the way how do i save the build.prop to its original file format, and what is the extension. thanks alot for helping out. im getting a little brighter each step of the way, im not loosing it to come to smashing my phone to pieces instead of keeping a very expensive paper weight.
usb debugging enabled is not useful in this case (you can't set it )
build.prop is a file with .prop extension save file with notepad++ name it build.prop then check location of file it should be build.prop notepad from Windows saves it as build.prop.txt that's not good also notepad adds some formatting characters inside file that's wrong so use only Notepad++ when working on Android files (or VIM for Windows editor etc anyway do not use Windows editors they are good for Windows files only)
-try these things on another computer (to install drivers etc)
-I advised somebody to send a mail to manufacturer and he got a reply with a link to stock rom... that's great !
-if you link me your build.prop file I can tell you if it's ok
-pc link - that's to be solved firstly check manufacturer site for sync software/ drivers even send mail
isa. rgiespea
ruscan.calin said:
usb debugging enabled is not useful in this case (you can't set it )
build.prop is a file with .prop extension save file with notepad++ name it build.prop then check location of file it should be build.prop notepad from Windows saves it as build.prop.txt that's not good also notepad adds some formatting characters inside file that's wrong so use only Notepad++ when working on Android files (or VIM for Windows editor etc anyway do not use Windows editors they are good for Windows files only)
-try these things on another computer (to install drivers etc)
-I advised somebody to send a mail to manufacturer and he got a reply with a link to stock rom... that's great !
-if you link me your build.prop file I can tell you if it's ok
-pc link - that's to be solved firstly check manufacturer site for sync software/ drivers even send mail
Click to expand...
Click to collapse
that's great news, you actually come to emailing the phones manufacturer? wow, im flattered. well you're a very nice guy to help me out on this. and i have good news too. i found out that i have a little conflicting usb drivers, as i have installed samsung for my previous phone(samsung galaxy 1) i had it liquidated for this new one. but a little hard on the support. you gave me a new idea about the usb. so i uninstalled all the related usb drivers and have it reinstalled. now i am able to communicate with OTA firmware server, and i got a reading that was not happening before(stucked in just detecting the phone) now i have a percentage reading of downloading or so. but i still have to wait if it will complete and have it repaired. so by now you can give me a little more help cause im still not at it in pushing through the use of adb programming. and the link you mentioned, i'll wait for the progress about it and see what really was it. and thanks a lot. really appreciate it.
fixed bricked phone via OTA by fixing link to pc.
Hi, i thank you for your help. i managed to fix the phone myself. i just missed the simple step that you advised me. fix the link first to pc. i have installed another model of the phone for the same manufacturer with different type so that was causing the mixed up for updating and recovering via the OTA site of the phone. so yey. you helped a lot. i thank you. i am now running at ics version 4.0.4 and now rooted. i will not commit the same mistake of saving the build.prop with another format. that was bad. so then i'll be very careful in editing the build.prop and first of all, i will keep a backup inside where i can access it even if it will be hard bricked. never forget that one from now on. so this is it. i thank you. of all the place ive been circling around for answer. here is where i found it. and just one person. hooray. thank you very much.
cruelink said:
Hi, i thank you for your help. i managed to fix the phone myself. i just missed the simple step that you advised me. fix the link first to pc. i have installed another model of the phone for the same manufacturer with different type so that was causing the mixed up for updating and recovering via the OTA site of the phone. so yey. you helped a lot. i thank you. i am now running at ics version 4.0.4 and now rooted. i will not commit the same mistake of saving the build.prop with another format. that was bad. so then i'll be very careful in editing the build.prop and first of all, i will keep a backup inside where i can access it even if it will be hard bricked. never forget that one from now on. so this is it. i thank you. of all the place ive been circling around for answer. here is where i found it. and just one person. hooray. thank you very much.
Click to expand...
Click to collapse
that's good news ! and thanks for feedback
feedback is an invaluable resource ! (some just forget about that from my experience :laugh: NOT your case ! )
Hello everyone and thanks in advance for anyone replying to my dumb question.
Today I was preparing to use the Aroma Toolkit to restore my phone to a basic stock. I placed it in a folder called ".rom" on the internal sdcard so it would appear at the top. (can you believe it?) I have CWM Red and it doesn't see ".rom" as it is now hidden. (I guess) Unfortunately, I already wiped AND formatted "system" so I can't boot the phone up to change the folder to something more sensible. I cannot restore from Odin OR Heimdall because my phone won't show up on ANY PC and it only shows "Unknown USB Device." I've been up and down with that one too. Also, I tried to put the toolkit on the external sdcard both as is and as update.zip but it says there are no files. I think my only way(s) out of this would be to Odin or Heimdall, if I can get either working again, or if there is a way to get the CWM Red to see that hidden ".rom" folder.
ANY help at all would be greatly appreciated.
Thanks for reading this.
folders and files that begin with a dot are hidden in linux systems like android. you are seeing an unknown device because you dont have samsung drivers installed. you should be able to go into mounts and storage and select usb mass storage or something like that and it will mount as a mass storage device where you can rename the file in windows where that doesnt show as a hidden file.
if you wiped system, if you turn off your device, you might not be able to get back into recovery and youll have to use odin or heimdall. you can download the samsung drivers from http://d-h.st/xEG and when you are in recovery mode, go to device manager and select from the list of device and choose samsung composite device or something like that i dont remember.
next time you want a folder to show at the top of the list, i think you can start it with an underscore. i could be wrong about that though. you can try it out and see.
I don't recall if red CWM has the mount as usb storage option. If not...
Next step is getting the drivers on your PC. Easiest option from there is Odin or Heimdall - unless you want to download the android SDK and use adb shell to rename the directory.
Underscore should work for sorting...
fwiw I use exclamation points.
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
Thanks for the reply! Although I did have the Samsung drivers installed with Kies mini, I removed Kies and installed the drivers in the link you gave me but no luck. USB used to work fine in Win as well as Lin but it stopped suddenly. I am able to get into both recovery and download mode fine but I can't go anywhere from there. I tried to "mount sd_ext" under mounts and storage in recovery, hoping to access the aroma toolkit file from there, but I get a can't mount error that says /dev/block/mmcblklb1p2 (file exists). "mount USB" doesn't help either. I really did it this time....
Thanks again for the input
well, if youre not going to download mode to run odin, and you cant do usb mass storage in red cwm, and you want to do it from recovery, you need to choose samsung adb device in device manager. then you need adb and can do adb shell and run "mv /sdcard/.rom /sdcard/_rom"
mrpectate said:
Thanks for the reply! Although I did have the Samsung drivers installed with Kies mini, I removed Kies and installed the drivers in the link you gave me but no luck. USB used to work fine in Win as well as Lin but it stopped suddenly. I am able to get into both recovery and download mode fine but I can't go anywhere from there. I tried to "mount sd_ext" under mounts and storage in recovery, hoping to access the aroma toolkit file from there, but I get a can't mount error that says /dev/block/mmcblklb1p2 (file exists). "mount USB" doesn't help either. I really did it this time....
Thanks again for the input
Click to expand...
Click to collapse
sd_ext in red recovery does not refer to the external sd card (even though you would think it does from the name)
For compatible drivers, remove all Samsung phone related drivers from your system and install the first driver package located here (not the mini-kies one):
http://www.samsung.com/us/support/owners/product/SGH-I997ZKAATT
Some things that may help:
http://forum.xda-developers.com/showthread.php?t=1982306&page=2
Also, turn off auto driver install in Windows 7 - could be your PC is deciding what is best for you before you can install working drivers:
Go to Control Panel > System > Advanced System Settings > Hardware > Device Installation Settings > "No / Never"
Then install the driver, then connect your phone. Once the driver and devices are fully installed you can change the above setting back to what it was or to "No / Install" (that's where I usually leave it)
Good luck
Well I sincerely appreciate all the help from you guys, and Zen Arcade, thanks for the toolkit that brought me back from disaster quite a few times. I tried all of your suggestions, but it seems like I might have a hardware failure which occured before all this. I was able to connect to USB fine and out of nowhere it just wouldn't anymore. That was OK. I still rom-hopped along with straight to phone rom aquisition, but then I made a mistake. One I have learned from. I'm not able to get the phone to show up AT ALL. I even tried a clean install of WinXP then the drivers from Zen's post, and Nicky's Win7 laptop. I also tried several versions of Linux. Only Mint's Gparted could see it as /sdb/ with a corrupted partition. I even gave Haiku's Drive Probe a shot. Jack of Clubs, I tried the SDK shell but it just scans and sees nothing. I just think that the USB thing is roadblocking any hope of saving this heap. Recovery is there, download mode is there, but the connection required to utilize either of those is gone.
Again, I truly appreciate the help.
Well I've been trying to get CWM to see the Infuse Toolkit (and various roms) on external_sd but it keeps saying:
E:Can't mount /dev/block/mmcblk0p1 (or /dev/block/mmcblk0)
(Invalid argument)
E:Can't mount /sdcard
I've tried 4 different microSD's formatted as FAT, FAT32, and I used SDFormatter (I saw someone recommend that somewhere). I really see this as the very last ember of hope for this phone before I let it go.
Any ideas?
BTW, my CWM is v2.5.1.3 - Voodoo lagfix
Thanks again and in advance.
Infuse GB recovery menu will not see external SD card.
If you can get adb working - connection to your PC - you have some options. From adb there are commands that will allow copying files from PC to phone ... also from external to internal sd card depending on which kernel you are running. You could also rename your hidden folder too.
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
Thanks again for your continued help Zen. I just can't get it recognized (in a constructive way) by anything. I tried Santoku linux today and nothing. I've just been beating my head with this thing. Well here it is: CWM is accessible, as is download mode, and it charges fine, but no PC connection. When it was given to me, the glass was cracked, but it always worked fine for me. It's in a Ballistic case. If your interested in it, I'll be happy to send it to you, even if it's just for parts. I loved this phone, and had a lot of fun with it. (thanks to this community and all of its' contributors) I think it's time to move on.
I'm gonna start looking at a phone with a good selection of custom roms cuz I just love flashin' 'em
Let me know if your interested in this phone Zen.
I was messing with my galaxy core prime (android 4.4.4) using a app to remove system apps that you can't with the stock app manager.. (no reason for crap like smartcard manager, bluetooth, wifi sharing..etc to be running when i haven't authorized such things, seems like security risk imo)
Was also editing the autorun list and messing with Norton applock and phone encryption settings to try to further secure it.
Welp, I f'ed things up because phone crashed and now can't do anything.. can't access home screen, settings, call/txt, nothing. So I booted into the stock bootloader and tried formatting the entire thing including cache..
Didn't fix the problem, can't finish the setup wizard without it crashing, get message saying setup, hangouts, and keyguard stopped working and then my phone bricks and can't do absolutely anything. No backup either.
I have been googling and googling for solutions but everything I read says to either:
-Reformat from bootloader (tried a 100 times)
-Wipe with TWRP or CWM (don't have either and can't access play store)
-Use Kies (won't detect my device since I can't enable MTP)
-ADB sideload twrp or cyanogen (cant, usb debugging probably not enabled since I formatted and no way to enable it since setup of android fails)
Odin can't detect anything either.. probably due to same reason. (Cant enable MTP or usb debugging)
So am I totally screwed? What are my options here?
I noticed the stock bootloader has a option to install from external storage.. can I put my sd card in a phone that does work and download twrp, cyanogenmod, (or ANYTHING else to fix this) to that, then put it back in my bricked phone and re flash it that way? That way I wouldn't need mtp or usb debugging... or won't that work?
Wasted so much time trying to fix this guys, googling and even formatted my pc removing Linux and reinstalling Windows hoping suddenly my pc would detect it.. atleast on linux when I used "adb devices" command it detected my device (trying to sideload anything didn't appear to work though, phone says error about verifying it and tries again and says completed and reboots but no sign of the rom I just supposedly sideloaded anywhere)
removing Linux and installing Window seems to have been a mistake because on windows using "adb devices" returns a blank list.. Tried different cords, ports, kies 2 and 3, reinstalling drivers, disabling firewall..etc but like I said even if I do get adb to detect it, what can I do from there without mtp or debugging?
Sorry for wall of txt, just want to be descriptive as possible so I don't get all replies telling me to try stuff that I've tried 100 times or just flat out won't work for my particular problem because of the above reasons..
will be sincerely grateful to anyone that took the time to read this and try to help me.
Hi,
I have my LG-D325 bricked, it boots but the problem is it's not responsive at all and keeps displaying "Unfortunately, the process com.android.systemui has stopped".
I got in the download mode by turning off the phone then press the volume up key and connect the USB cable. I got the mobile recognized by the laptop and have been able to get the internal memory using the tool HXD, the memory is about 3.64GB. My problem is I couldn't find a tool that can parse and browse the internal memory although I believe it's something should be trivial to be done and I'm missing something.
What is I'm trying to achieve is getting all the contact details by grabbing the contacts2.db file.
Any ideas how I can achieve that?
N.B: USB Debugging isn't enabled and I can't enable it as it's not responsive.
Hi !
Does it gets recognised by the PC ? What do you see in the My Computer ?
Search on google for the LG D325 drivers , download and install the LG suite app
Good luck !