[Q] Wiped sdcard. Won't connect to computer - Samsung Infuse 4G

Hey guys,
I goofed. Big time. I accidentally wiped the sdcard in recovery mode when flashing to another rom.
I have her booted into red recovery and mounted the USB mass storage but it isn't showing up on my computer (I have a Mac that is running a dual boot of windows) on neither the windows or Mac side. Positive the drivers are installed on both.
Please help. If I can put a rom onto the card I'll be fine...but I can't get onto the card
Any suggestions?

Could use Odin or heimdall I've never tried to use mass storage while in recovery
Sent from my SGH-I997 using xda premium

Downloading Odin currently. Will post results. I hate my slow school Internet :/
ODIN Worked. Thanks

Wiped SD using CWM
So I had a problem almost the same.
I was using JellyBelly 4.2, and didn't like it. I wanted to go back to Cyan 10.0 and installed the files on my phone. I decided it was a good time to wipe everything, and started to do so. One of the files was the SD format. So I did that, and then wipe/data factory reset. Crap. So now I have no rom installed, and no files on my SD card.
I need help to place my zip files for CM 10 on my SD card (they are on my MAC now). I can't start up my phone to enable file transfer. I can only boot into CWM recovery. Is there a (step by step) way to push files from my MAC onto the SD card? Or is there a different way to tackle this?
I have a GNex (Toro) VZW
MacBook running snow leopard.
I am afraid that anything give me advice on you're gonna have to pretend that I am really dumb and need step by step directions. I tried to push via ADB but got this error, I don't know the correct commands for that. View attachment 1508775 Any suggestions?

It seems you do not have the android sdk set up along with adb.

Is this it?
andros11 said:
It seems you do not have the android sdk set up along with adb.
Click to expand...
Click to collapse
I thought I did. Here is what I have, I just don't know how to force my ROM's onto the SD card using it.View attachment 1508841

FIrst make sure you added the tools directory to your PATH.
There's a guide on how to set up the sdk on a mac: http://peter.boctor.net/2010/12/02/installing-the-android-sdk-on-mac-os-x/
you can skip the eclipse parts.
Of course, make sure you use your own path.
After that, adb should be recognized as a command.
To push, use this:
adb push "file.zip" /sdcard/file.zip
change "file.zip" for the location and name of the zip.
I often place files on my Home directory before pushing since it then only requires I specify the file name.

Problems with ADB path
So this is what I get when trying to install different commands into my path. I guess I am still doing it wrong? View attachment 1509964

You need to edit the Path to make it fit yours. Your sdk directory reads android-sdk-macosx 2.
It also depends on where you have that folder.

shooter5635 said:
Hey guys,
I goofed. Big time. I accidentally wiped the sdcard in recovery mode when flashing to another rom.
I have her booted into red recovery and mounted the USB mass storage but it isn't showing up on my computer (I have a Mac that is running a dual boot of windows) on neither the windows or Mac side. Positive the drivers are installed on both.
Please help. If I can put a rom onto the card I'll be fine...but I can't get onto the card
Any suggestions?
Click to expand...
Click to collapse
Pretty sure usbmount never worked with red cem for us...at least ot never did for me
MaxJ360 said:
So I had a problem almost the same.
I was using JellyBelly 4.2, and didn't like it. I wanted to go back to Cyan 10.0 and installed the files on my phone. I decided it was a good time to wipe everything, and started to do so. One of the files was the SD format. So I did that, and then wipe/data factory reset. Crap. So now I have no rom installed, and no files on my SD card.
I need help to place my zip files for CM 10 on my SD card (they are on my MAC now). I can't start up my phone to enable file transfer. I can only boot into CWM recovery. Is there a (step by step) way to push files from my MAC onto the SD card? Or is there a different way to tackle this?
I have a GNex (Toro) VZW
MacBook running snow leopard.
I am afraid that anything give me advice on you're gonna have to pretend that I am really dumb and need step by step directions. I tried to push via ADB but got this error, I don't know the correct commands for that. View attachment 1508775 Any suggestions?
Click to expand...
Click to collapse
Since your on jb with blue recovery you should be able to Mount USB storage from recovery...mounts and storage>mount USB>plug into computer
Sent from my SGH-I997 using Tapatalk 2

Mounts
So when I boot CWR and go to the mounts and storage menu I only see the following options.
Mount /sdcard
Mount /system
Unmount /cache
Unmount /data
Format /sdcard
Format /system
Format /cache
Format /data
I've tried them all while plugged into my Mac, and nothing happens on any of them.

Try getting your adb set up.
I'm pretty sure that if you right click on the tools folder and go to get info or anything similar to properties, it will show you the whole Path.

Related

Official CWM Recovery 5.0.2.7

As Undeads thread has been closed, I needed to start again.
Basically when flashing the new 5.0.2.7 recovery with any method, via Rom Manager or ADB Fastboot the recovery just doesn't work proper.
My sdcard can't mount, hence I can't navigate nor install any roms?
Performing backups & restores don't work for me either.
I've had to roll back to 4.0.0.9, annoying because I want to try out Blues Bulletproof.
Please someone what is the definitve solution to getting the officion CWM recovery to work as I'd expect.
I've even tried a :
fastboot erase system -w
before fastboot flash recovery 'recoveryimage'.img
Rolling back to 4.0.0.9 allows me to do everything as per usual in recovery, but not with 5.0.2.7
I'm really quite baffled with this
1 - Download the recovery via real computer.
2 - Plug in your doubleshot, transfer to sdcard main directory.
3 - Disconnect from computer, use a root file manager (root explorer preferred) to copy the image from /sdcard to /data/local
4 - Open up terminal emulator.
5 - Type:
Code:
su
6 - Then type:
Code:
dd if=/data/local/recovery-clockwork-5.0.2.7-doubleshot.img of=/dev/block/mmcblk0p21
*Make sure all letters are lowercase. You will have to juggle the hardware/software keyboard to get the first "i" after "dd" to be lowercase. Try typing a few characters past it, then using the trackpad to move the cursor back to it. Keep trying the hardware and software keyboards until it sticks as a lowercase "i"
7 - Let it transfer, then exit terminal emulator.
8 - Reboot into recovery, should be good.
**Note - pay close attention to the file name for the image. What Undeadk9 typed into his guide is wrong, what I typed here is correct.
Post if you have any further issues.
Edit:
"if" stands for "input file".
"of" stands for "output file".
dd
One thing I love about the official clockwork recovery is the ability to mount the sdcard while plugged into the computer, and drag and drop files to and from the sdcard while the doubleshot is in recovery mode.
Good luck, hope to see it working for you soon.
Thanks, but still same issues
Hi Blue,
I'm still getting the same errors dude.
I just tried your method, hence I've now tried to install the new recovery with all 3 methods (adb fastboot, rom mamanger and this dd terminal command.)
They all flash/install correct, and when rebooting into recovery each time it looks fine.
But when I try to navigate to 'sdcard' (install zip from sd card/choose zip from sd card... i get "E: Cant't mount /sdcard/"
When I go to mounts & storage/mount sdcard, again I get "Error mounting /sdcard!"
When I attempt a backup, I get this "Can't mount backup path."
I hope you can decipher my mayhem here...... very weird!
Maybe it's my sdcard - however, it works as perfect on modaco 4.0.0.9, I'm unsure on whats going on here
Blue6IX said:
1 - Download the recovery via real computer.
2 - Plug in your doubleshot, transfer to sdcard main directory.
3 - Disconnect from computer, use a root file manager (root explorer preferred) to copy the image from /sdcard to /data/local
4 - Open up terminal emulator.
5 - Type:
Code:
su
6 - Then type:
Code:
dd if=/data/local/recovery-clockwork-5.0.2.7-doubleshot.img of=/dev/block/mmcblk0p21
*Make sure all letters are lowercase. You will have to juggle the hardware/software keyboard to get the first "i" after "dd" to be lowercase. Try typing a few characters past it, then using the trackpad to move the cursor back to it. Keep trying the hardware and software keyboards until it sticks as a lowercase "i"
7 - Let it transfer, then exit terminal emulator.
8 - Reboot into recovery, should be good.
**Note - pay close attention to the file name for the image. What Undeadk9 typed into his guide is wrong, what I typed here is correct.
Post if you have any further issues.
Edit:
"if" stands for "input file".
"of" stands for "output file".
dd
One thing I love about the official clockwork recovery is the ability to mount the sdcard while plugged into the computer, and drag and drop files to and from the sdcard while the doubleshot is in recovery mode.
Good luck, hope to see it working for you soon.
Click to expand...
Click to collapse
I had similar problem, was something stupid. Think usb was still mounted or something. Not plugged into pc, right?
Sent from my RubiX CubeD MT4GS using Tapatalk
if you are using an older version of a rom you have to mount system and data.
Try mounting those and then trying to install from an sd.
If I were you I would do a full wipe /formatsystem/data/dalivk/sdcard. Backup the important things on the sd card to the computer and start fresh with an updated rom and a clean sd card.
You could always try swaping your sd card out but i dont think its the problem. The older roms make running the NEW CWM much more difficult than it should be.
I am not sure it appears you are trying to get an older ROM to run with the new CWM.
dillalade said:
Installed new recovery through rom manager, to 5.0.2.7 and rebooted into recovery.
All seems well.
BUTTTTTTTT when i tried to do a backup of my current virtuous rom i get an error: "can't mount target path"
And then when testing the restore i get an error: "can't mount path /sdcard"
And when testing the wipe & format options, instead of the traditional Yes or No.... I now have like 10 No options and 1 Yes option.
Something seems bogus, ive reinstalled the recovery twice but same effect.
Anyone??
Whats happened to my recovery guys???
Sent from my myTouch_4G_Slide using XDA App
Click to expand...
Click to collapse
dillalade said:
I went back to 4.0.0.9 and I can backup/restore again.
Something with the latest recovery doesn't allow my device to mount and see/work with my sd card..... any advice people?
Where can i get the img file so i can try to flash after a fastboot erase wype.... However i dont see how everyone else has it working and mine mashed.
Click to expand...
Click to collapse
pmcqueen said:
so am I the only one who literally can't get this recovery to work at all? perhaps I should contact koush and get him a log... basically, it won't mount my SD card. sd card is not defective as I can mount it fine through modaco recovery without any issues.
I guess I could try formatting the card and then trying the official CWM recovery again, but until then I'm just sticking with the modaco version.
Click to expand...
Click to collapse
pmcqueen said:
No one with sd mounting issues yet? I'm surprised. I think I know what the problem is though... will update shortly.
Click to expand...
Click to collapse
Conlculsion...?
I'm sure I saw it around here somewhere, hell if I know where off the top of my head. I am pretty sure it involved formatting the sd-card if memory serves right.
I have to go, will be on the road for a bit then tied up with the family of my Lady for a bit, so not sure when I can check back in.
Hopefully pmcqueen happens to see this and posts the missing info that was not updated...
I realize I quoted you from the other thread, so this issue has been hanging for you for a while? We need to figure out how to solve it - wish I could be more focused on your problem at the moment.
Try formatting your sdcard through Clockworkmod.
If you can't try powering off the phone and formatting the card directly in your computer.
It sounds like you have Clockworkmod successfully updated to the 5.0.2.7 version, but now reading the sdcard is the problem.
Can you try a different MicroSD card, do you have another one?
What ROM are you using? Becaause anything that dates before the official ROM.manager release date was unmounted. Basically there was a feature that the new ROM doesn't have. Undeadk9 confimed this in that thread. Everything you need to know is there. They go into full detail as to why it wasn't working. Even decided to open a full wiki about why. Did you even read it?
Basically you have to manually mount. Also in the rom try scrollong down and keep going until it unlocks.
Sent from my mt4gs
Not sure if you already tried this, but if you haven't, try doing:
Get the SD Formatter here and format your sd card (use a card reader if necessary).
Use quick format, but make sure "Format Size Adjustment" was off (all available under options...)
Two reminders:
1. The recommended filesystem for an android SD Card is FAT32
2. Remember to back up whatever you have in the SD card so you can put them back in once you're done formatting
Thanks for all the input guys.
Will try an sd format etc and report back soon.
Cheers
Sent from my Bulletproof_Doubleshot using XDA App
dillalade said:
Thanks for all the input guys.
Will try an sd format etc and report back soon.
Cheers
Sent from my Bulletproof_Doubleshot using XDA App
Click to expand...
Click to collapse
I can almost guarantee you formatting the sd will fix your problems with sd mounting in 5.0.2.7
You won't be able to do it via cwm recovery (it's not able to even recognize the sd, that's why you're having mounting issues) but if you put the card into an sd reader and format it for a normal fat32 partition I bet that fixes it.
So I just thought I'd chime in here...
I recently updated from Modaco to CWM and had this sd card issue however, I have like 10 different sd cards and the first thing I did was put the ROM I was trying to install on a sd card with nothing on it and BAM it worked. I'm going to try and put my 16gig back in after everything settles in the rom and I'll update with the results. tomorrow.
Hi guys,
similar issue here
I can't make a backup or restore, I can't install somethink because I always get "Can't mount sdcard"
any idea?
thanks
Oh damn I completly forgot to post my results.
Sd card needed a reformat, then the new recovery was able to mount sd etc.
Thanks to everyones 2cents in this thread, helped me out.
Enjoy
I've tried to format but without result
Did you try SD Formatter using a PC? I was able to resurrect a dead 16gb microSD using that method.
Sent from my RubiX CubeD Extreme MT4GS using XDA App
1) Download CWM recovery from the main site.
2) Connect your phone to your PC.
3) Open your PC's Terminal.
4) Type "adb shell reboot bootloader".
5) Type "fastboot flash recovery name-of-recovery.img".
6) Type "fastboot reboot".
Sent via smoke signal.
blackknightavalon said:
1) Download CWM recovery from the main site.
2) Connect your phone to your PC.
3) Open your PC's Terminal.
4) Type "adb shell reboot bootloader".
5) Type "fastboot flash recovery name-of-recovery.img".
6) Type "fastboot reboot".
Sent via smoke signal.
Click to expand...
Click to collapse
This works for me.
Boot into recovery 5.0.2.7 and make backup. All good.

CyanogenMod Woes

Hey all,
I stumbled into an issue a few days ago and I'm trying to figure out how to get it resolved with minimum headache.
I downloaded the latest CyanogenMod download from h8rift's get.cm website, but unfortunately I didn't notice that it was CM9 rather than CM10 until I had flashed it and the boot animation popped up.
I didn't have a CM10 zip saved to my SD card partition, and TWRP, for some reason, would not mount to USB on either my Mac or my PC. The phone wouldn't boot into CM9, so I couldn't download the zip from there either.
So, I hit 'factory reset'.. twice, both from the bootloader, and from TWRP. Well, no luck. Now the file browser in TWRP doesn't even show my SD card's contents, just the TWRP folder. Every time I see a command line in TWRP, it tells me the SD card couldn't be mounted.
So, crap. Are all my files gone? I didn't realize factory resetting wipes the phone. I have all my photos on the SD card partition as well as a somewhat recent Titanium backup, so I'd really, really, really not like to lose those.
I understand that running a RUU will probably fix my issue, but the thing is, on the off chance that my SD card contents are still around, I'd like to be able to keep them. Will running a RUU wipe the SD card, if it still is in there somewhere? Are there any other suggestions re: getting the phone to boot, or be recognized as a USB disk? Also, if I do end up RUUing, I assume I have to unlock the bootloader again. Sigh, that was a hassle the first time.
tl;dr I'm complaining about a lot of stuff that I'll probably have to do anyways because I did something stupid and wasn't smart enough to keep backups, but if anyone wants to give pointers that'll make this process easier I will kiss your shoes and worship you forever.
Thanks.
If you end up needing to wipe your SDCard, here are some helpful tips
[Q] E:Can't mount/SD card http://forum.xda-developers.com/show....php?t=1751803
---------- Post added at 11:52 PM ---------- Previous post was at 11:29 PM ----------
denversc said:
If you end up needing to wipe your SDCard, here are some helpful tips
[Q] E:Can't mount/SD card http://forum.xda-developers.com/show....php?t=1751803
Click to expand...
Click to collapse
Oops, here is the full url:
http://forum.xda-developers.com/showthread.php?t=1751803
So I just managed to boot into CyanogenMod 9, without actually doing anything.
So it boots but can't mount the SD card. I have no idea either. Any way to mount the SD card without relocking bootloader?
Have you tried to access your sd card with a file manager app like solid explorer to see if anything is still on the card?
Sent from my Nocturnalized One XL using Forum Runner
Factory reset from the bootloader appears to wipe the sdcard and leave it in an unformatted state. I did this yesterday and fixed it by letting the phone boot back into the sense rom I was running.
Not quite sure what you can do in CM9. Have you tried connecting to your computer and seeing if windows detects a valid drive? If it doesn't maybe let windows format it, yeah I don't like this idea either, so you can at last get some files on it.
I had a similar problem after flashing a nocturnal update...
Here's what I did to resolve:
Wipe all - SD card, factory reset (all can be done inside TWRP)...then plug your phone into your computer via usb and on your phone in TWRP main screen, navigate to Mount and select USB storage. It WILL show up on your computer as unformatted - just reformat (which will wipe it again) and then let you copy files in. Just download the latest CM10 (which is working great) and flash away...
I am using a Mac computer running win xp via parallels and it worked great - I don't remember what file structure to format the SD card as, but it was the default when it brought up the format dialogue...
Hope that helps!
Sent from my One X using xda premium

Need help!!! :(

Was doing to do a fresh installation of Omni on my Nexus 5 and i accidently done a factory reset however also wiped the internal storage so the rom is now lost.
As i cannot boot the phone, i can only get into the bootloader and recovery screen, how can i manually upload files to my phones storage?
Hope you guys can help me asap.
Thanks,
Ed
edwardtobia said:
Was doing to do a fresh installation of Omni on my Nexus 5 and i accidently done a factory reset however also wiped the internal storage so the rom is now lost.
As i cannot boot the phone, i can only get into the bootloader and recovery screen, how can i manually upload files to my phones storage?
Hope you guys can help me asap.
Thanks,
Ed
Click to expand...
Click to collapse
You should mount the sd card using recovery and then use your PC to copy the zips you need back to your sd card and then flash them. Some recoveries will automatically mount the sd card as soon as you connect the phone and the PC with the usb cable. In others you may have to go into the mounts (or Mounts and Storage) menu and select mount USB storage or sd card.
edwardtobia said:
Was doing to do a fresh installation of Omni on my Nexus 5 and i accidently done a factory reset however also wiped the internal storage so the rom is now lost.
As i cannot boot the phone, i can only get into the bootloader and recovery screen, how can i manually upload files to my phones storage?
Hope you guys can help me asap.
Thanks,
Ed
Click to expand...
Click to collapse
Try to push rom file through adb side load..
I happened to me once..
Try this..
http://forum.xda-developers.com/showthread.php?t=2575150
Plug her into computer
Make sure drivers are working for adb by mounting storage than running the command "adb devices" assuming you have set up your sdk. if your device shows up. Run this
"adb push ROM.zip*/data/media" in the prompt.
If your device is not recognized.
Update drivers manually using the device manager on your computer. You will need to install the drivers. That's easy. Just look up how to. That should fix it with minimal confusion
Sent from my Nexus 5

[Q] Can't flash from SD Card

Good evening, XDA :cyclops:
I am having issues flashing from recovery!
Some device info: Motorola Xoom WiFi, fully stock and fully updated, unrooted, bootloader unlocked today, device wiped multiple times. This is my first day trying anything custom on this device.
I decided today that i wanted to go custom on my Xoom today and update it to KitKat via this method.
I have downloaded all the required files per the mentioned guide. While in recovery i go to apply update from USB drive, but it is not finding any of the downloaded files from the guide.
What I see is
Code:
Android system recovery <3e>
Choose a package to install:
/sdcard
../
The ../ is my only option to click and it obviously returns me to the main recovery menu.
All the zip files are on the root of the SD card, not in sub folders. I have confirmed via PC and another phone that the files are indeed there. I tried with a different, fresh, formatted (fat32) SD card, but I'm getting the same results.
The Xoom is indeed reading the SD card, confirmed via settings>storage.
I've tried using adb, but it's telling me the image isn't correct, but it's certainly possible I'm missing a step with adb.
Code:
C:\Xoom bootloader unlocker2>adb reboot bootloader
C:\Xoom bootloader unlocker2>fastboot flash R.A.H._TWRPv2.6.3_BigPart_selinux.zip
unknown partition 'R.A.H._TWRPv2.6.3_BigPart_selinux.zip'
error: cannot determine image filename for 'R.A.H._TWRPv2.6.3_BigPart_selinux.zip'
Yes, the zip is in that folder. I thought maybe I'd root first, so I tried that method with the root zip, but I'm getting the same error.
Is there something I can do to repartition this device and get it rommed, or am I doomed to use it stock?
Thank you for your time!
I found some information stating that I need to enable the SD card, but since I'm running up to date SW, and I can see the SD card from settings, I'm assuming that this isn't the case, correct?
I'm still stuck. Anyone around who could give me some advice?
scubab said:
I'm still stuck. Anyone around who could give me some advice?
Click to expand...
Click to collapse
It appears the XOOM does not like SD Cards that were formatted using Windows
(or perhaps Quick Formatted using Windows).
Using a 4GB FlashDrive formatted as Fat32 using Linux (i.e. Linux Mint 17.3 Cinnamon 64 bit boot CD)
resolved the issue.

Cm10.1 with wrong gapps

Please help I am new to this stuff and yesterday I got my phone to cm 10.1 but I realized the .zip from the thread was wrong and now i have 4.2.1 running on my phone but 4.3 gapps and because of that my phones keyboard wont work. Also I cant flash new gapps because it doesn't let me install from my external sd and i haven't found a way to connect my phone to my computer.
Can someone please help me?
Tell me ways I can connect to my pc?
charminster said:
Please help I am new to this stuff and yesterday I got my phone to cm 10.1 but I realized the .zip from the thread was wrong and now i have 4.2.1 running on my phone but 4.3 gapps and because of that my phones keyboard wont work. Also I cant flash new gapps because it doesn't let me install from my external sd and i haven't found a way to connect my phone to my computer.
Can someone please help me?
Tell me ways I can connect to my pc?
Click to expand...
Click to collapse
You can't just... Plug it in to your PC? Don't you have a USB cable?
Connor Baker
No it doesn't connect to my computer. Even tried with other computers and wires
charminster said:
No it doesn't connect to my computer. Even tried with other computers and wires
Click to expand...
Click to collapse
If you cannot turn developer mode on and use ADB push, then, you should be able to in CWM.
Failing that, does Google Play work?
If so, install (from your PC via Google Play page) WiFi File Transfer Pro, fire up an FTP session and push the needed GApps over.
And if all else fails...
ODIN back to stock.
I really don't get it
Can you explain this in detail?
charminster said:
I really don't get it
Can you explain this in detail?
Click to expand...
Click to collapse
Sure thing.
ADB is the debug program for Android. You can use it specifically to push files to the device. But it is not turned on on the device by default. You will need to go into developer options under settings and turn USB debugging on (if Developer Options is not there, go into About Phone and tap Build Number 7 or 8 times tom unlock the feature).
For this to work, you will need a linux PC with an ADB binary (if using Debian/Ubuntu, can "apt-get install adb", then run adb as superuser or sudo) or a windows computer with adbsetup installed. The latter will install the program to C:\adb. So open a command prompt and (with the device plugged in and developer options turned on) type:
Code:
c:
cd \adb
adb devices
You should get a listing of your device, raring to go. If so, great! Copy the the appropriate Gapps package to C:\ADB and type:
Code:
adb push gapps-4.2.zip gapps-4.2.zip
...or whatever the filename is called (there twice as it needs the local and remote file name).
So if that works, can reboot into recovery (CWM) via the three finger salute (turn device off fully, wait a few seconds, hold down both volume buttons while pressing the power button), wipe dalvik cache, and flash the right GApps.
Another option is if you can add Google Play apps to your device. Don't imagine, but if it is possible, fire up your computer and log into your Google Play account. Search for "WiFi File Transfer Pro" and install. With a Wifi connection on the device, it should download and install. If it doesn't, try the scorched earth option below. If it does install, open Wifi File Transfer Pro, turn on FTP server, and keep note of the IP address and Port (Will be noted as IPort). Open or install an FTP client like FileZilla on your PC, and open a connection using that IP address and Port. Transfer the Gapps package over to the device, in the root folder. Then like above, reboot into recovery and wipe dalvik, flash gapps.
The last option, the scorched earth method, is to bring everything back to stock, mind you with root and CWM. Pick option D from the above link (previous post). Download and install adbsetup for the drivers. Option D download will come with a program called ODIN, and that link will have detailed instructions (download and extract the files, open ODIN, put the phone into download mode by turning the device off, hold down both volume buttons while inserting the MicroUSB cable, place the extracted files inthe right sections of ODIN, and flash away).
Hope this helps.
Ok one of my main problems is that I can't use keyboard...which means no internet because I can't type any passwords
And the other big thing is that none of my computers connect toy phone even with USB debugging on from setting and even in recovery
I was wondering if I get a connection with no password will I be update from the phone because there is an option to do so.
charminster said:
Ok one of my main problems is that I can't use keyboard...which means no internet because I can't type any passwords
And the other big thing is that none of my computers connect toy phone even with USB debugging on from setting and even in recovery
I was wondering if I get a connection with no password will I be update from the phone because there is an option to do so.
Click to expand...
Click to collapse
Because Google Play is part of Gapps, there is no guarantee that will work either to update. If you can find an unsecured network (or temporarily turn off WPA on your router), you can test this, but at this point, I would be doing the scorched earth method. You would only be going back to Gingerbread, and however you play your cards (whether you disable lagfix or flash ICS as an intermediary), you would only be one or two flashes away from a functional Jellybean.
Ok my phone doesnt connect with usb ive tried several different times.
I did the adb method everything was fine except i didnt get the device list ,it was empty.
So if it cant connect how will i connect it to my computer to use odin?
Ps. I did download the drivers
charminster said:
Ok my phone doesnt connect with usb ive tried several different times.
I did the adb method everything was fine except i didnt get the device list ,it was empty.
So if it cant connect how will i connect it to my computer to use odin?
Ps. I did download the drivers
Click to expand...
Click to collapse
True enough. Lets try this (as I just thought about it via some other weird, more convoluted way). CM 10.1 comes with a file manager right? Download the 4.2 Gapps onto your mcroSD card, insert it into your device. Fire up the file manager. Copy the Gapps file from the external SD card to the internal card, root folder (where the offending Gapps lies). Reboot into ClockworkMod and wipe Dalvik and install the appropriate zip.
If this does not work, my more convoluted way wouldn't either (search and download "wifi file transfer pro apk" to SD, open with file manager, install, follow the rest of above option 2), and would be out of options except getting your hardware fixed (as it sounds like your device not connecting via USB is a hardware issue).
Ive tried with micro sd before and it hasnt worked
The thing is that All of this stopped working after the update and the thing that i disliked the most was that when i was getting the update it said jb 4.2 gapps but proved wrong
:crying:
charminster said:
Ive tried with micro sd before and it hasnt worked
Click to expand...
Click to collapse
You tried mounting the microSD with the proper Gapps, and copying it with CM's File Manager (to the internal disk to be picked up by CWM later)? Just being clear, and making sure you are not talking about trying to install a zip directly from the MicroSD with CWM (as mentioned, and ruled out before). Because these are two completely different things. Is the MicroSD readable at all on your device? Is it formatted properly (FAT32, or even Ext2/3/4, but not NTFS)?
Can you explain the formatting stuff?
charminster said:
Can you explain the formatting stuff?
Click to expand...
Click to collapse
Sure. Insert the microSD into your computer, and open up Windows Explorer. There will be a new drive that appears. Right click on that removable drive, and select Properties. Confirm the File System. If it is FAT32, you are okay. If it is NTFS, or exFAT, you will need to format (as the Infuse will not recognize these formats). Press Cancel.
Before beginning, make a backup of the MicroSD card, as we are going to wipe and start from scratch. Then, right click on the removable drive again (and only this drive, or you will cause damage to your computer) and select Format. Change the file system to FAT32. If this is not an option, find and download a disk utility that will (I'm not familiar with them, but google "removable storage format fat32 download" for one). Press start, and wait a few minutes. When done, you can reload your files on the drive (restore your backup), and try inserting it in your Infuse again.
Hope this helps.
I followed all your steps bit the phone still doesnt read it i opened setting..storage..mount external sd
But it wasnt letting me and the same thing trying through recoveryCWM
charminster said:
I followed all your steps bit the phone still doesnt read it i opened setting..storage..mount external sd
But it wasnt letting me and the same thing trying through recoveryCWM
Click to expand...
Click to collapse
Probably not, IIRC external SD did not work in CWM for the Infuse. But re-read post #10, what I'm suggesting is getting CWM to read the proper Gapps from the internal card, but placing it there with CyanogenMod's file manager.
CM 10.1 comes with a file manager right? Download the 4.2 Gapps onto your mcroSD card, insert it into your device. Fire up the file manager. Copy the Gapps file from the external SD card to the internal card, root folder (where the offending Gapps lies). Reboot into ClockworkMod and wipe Dalvik and install the appropriate zip.
Click to expand...
Click to collapse
I cant get it there because i cant do anything with the sd card it doesnt show in file manager either
charminster said:
I cant get it there because i cant do anything with the sd card it doesnt show in file manager either
Click to expand...
Click to collapse
Sorry, I misread your previous post. Thanks for the clarification. What are the details on the microSD card? Make, model, speed, capacity? If it is a 64+ GB card, it would spell problems as the Infuse was never rated for a capacity that large.
It's a sandisk 16 gb
Sd card
Fat32
No reason why the microSD won't work in the Infuse.
If you have a Bluetooth keyboard you can borrow - or try buying (not sure if it will connect) - but if you can get your hands on one, you could use that (never had to use one so I don't know how they connect) to download the right GApps package to your phone (via the built-in browser).
I'm curious as well, if the speech-to-text works. You could use google now search to find the gapps package ("okay google, xda developers") and browse to the right page. Of course you will need a unsecured network to attempt.
Other than that, unfortunately I'm out of ideas.

Categories

Resources