Android :: Cupcake Emulator Do Not Mount SD Card Image / Restore It?
Mar 25, 2009
I just download a cupcake branch of source code and build it. I configured Eclipse for a new SDK, and appear the things is works great, EXCEPT emulator. 1. I configured a new AVD as parameter i pointed my old sdcard.img then loaded and do not see my sdcard 2. then I back and configure another AVD with a parameter to create a new sdcard.img, when the emulator loaded I still not seen sdcard in emulator. 3. then I try to something like: emulator -avd myavd -sdcard mysdcard.img and there is still no sd card.
How can I restore my sd card in emulator.
View 8 Replies
Mar 6, 2009
When we insert images or media files to sdcard, how we can see this in emulator, means in which folder, i inserted some images and checked in "pictures", but i cant see anything there, just blank only --"No Pictures found" displaying. For media i checked in "Media scanner" under 'Dev tools", there also cant see anything.Can anybody guide me in this issue.
View 5 Replies
View Related
Apr 1, 2013
When the (HTC Desire) phone is powered up it is unable to mount the SD card, and I am unable to have it mounted from the "Settings > SD card & Storage" menu. Having said that, the micro SD card can be accessed from a computer (when plugged in directly to the computer, i.e. no issue with the card), and moreover, when I am in the recovery mode, I can have it mounted and browse it. By the way, the card could be accessed from the phone until I downgraded the O/S, and managed to have it rooted.
When the phone is running normally, and connected to the USB port of a laptop, the laptop does recognize a device connected (can even do ADB), but I believe because the SD card is not mounted, the phone does not offer the option to make the card appear as a disk drive for computer access.
I am running the original (RUU, Telstra) Android 2.2 (2.26.841.2) on a HTC desire, after I had it "S-OFF'ed". After reloading the original 2.2, I had it rooted.
The micro SD card is a 2GB one, with approx 1.5GB formatted as FAT16 (contains typical file and photos), and 0.5 GB as EXT3 (contains nothing at the moment).
HBoot: 6.93.1002
S-Off ( Revolutionary)
Recovery mode: ClockworkMod v5.0.2.0 (I manually loaded it)
I have searched online for solutions, and have not been able to have it fixed. Others seem to have different issues to that of mine. Usually, they cannot mount the SD-card at all (not even from recovery), or their SD card just needed to be reformatted. I think I have indicated that these do not appear to be relevant to my issue at all. I have also tried "Fastboot oem enableqxdm 0", and it made no difference.
View 3 Replies
View Related
May 21, 2009
If iw ill do any changes in the External folder of Cupcake version i am unable to get the emulator Up.Emulator stops at Android(Booting stage) screen page itself.
View 3 Replies
View Related
Apr 13, 2010
Finally strace gave me this:
CODE:................
And several other attempts to call "link" that also fail (sshfs does not support hard links).
Is it possible to change the emulator's behavior to create lock files somewhere in /tmp (using some hash of image path as lock file name)? I am OK to try this myself: which repositories from https://android.git.kernel.org/ are necessary to rebuild the emulator alone, and where in the sources is the code responsible for image locks?
View 4 Replies
View Related
Nov 1, 2010
I am getting the following error when I try running my program in the emulator:
emulator: ERROR: the user data image is used by another emulator. aborting`
View 1 Replies
View Related
Dec 10, 2013
So after a failed attempt to upgrade from CyanogenMod 10.1.3 to 10.2, I was unable to access /data or /sdcard because both systems were encrypted. I ended up having to factory reset my phone because it refused to co-operate or let me access my files. However, before I did that, I was able to run
Code:
adb shell "dd if=/dev/block/mmcblk0p2" > data.img
and
Code:
adb shell "dd if=/dev/block/mmcblk0p3" > sdcard.img
Which appears to have copied the raw partition images from the phone (at least, they're the right sizes).
According to my reading, Android (and, I'm inferring, CyanogenMod) encrypts filesystems using dm-crypt, with a AES-CBC ESSIV:SHA256 cipher, with the key being derived from the password using PBKDF2. Knowing the precious little I do about encrypted file systems, my guess is that if I configure the image in cryptsetup to create a drive mapping, I can mount the mapped drive and recover the data from the images.
According to /fstab.herring on my ahem, fresh, install of Android, the /data partition is in ext4 format whereas the /sdcard partition is vFAT. So, once I've gotten through the encryption on the partition images, they should mount normally, right?
I know that dm-crypt accepts plain, LUKS, LoopAES and TrueCrypt device formats. I'm inferring from the PBKDF2 extension that Android goes the LUKS route for encrypting. Is this conclusion correct?
Whether it's possible to decrypt a dumped android image? I'm really hoping that the cypher information is stored on the file system and not on some key file that I nuked in the factory reset. If it can, in theory, be decrypted, am I using the right tools to approach the matter? If so, I'll continue fiddling with cryptsetup and mount, but no sense in wasting time if it's an impossible task.
View 3 Replies
View Related
Feb 6, 2009
When i added a media file to the sdcard an update in the MediaProvider database is not happening. When i bootup the emulator it happens. Is this the expected behaviour?
View 2 Replies
View Related
Dec 25, 2012
How to know the mount points using terminal emulator ??? I guess i dont have mtd partition. How to check that too ?
I really wanna know my mount points. I have karbonn a21 running ics 4.0.4
View 9 Replies
View Related
Apr 1, 2009
i get the newest code and make it .but when i mksdcard, and mount it as same as i did before. but now i can not acces sd card int the emulate. who know why?
View 3 Replies
View Related
Oct 12, 2010
Is it possible to mount/unmount the SDCard through an Android application? I am writing my own desktop application which needs to to pass some data into the Android phone which will be used by an Android application and at the same time copy some data from the phone into the desktop application. Any idea how to implement this? One idea is through SDCard. But is it possible to mount and unmount programmatically? Because data cannot be written into the SDCard while it is mounted. Is there any other method?
View 9 Replies
View Related
Sep 9, 2010
I am using Auto Mount SD Card (Auto Mount Your SD Card - Android app on App Brain) on my Incredible. It was working fine until I updated to 2.2. Now it seems broken. Anyone else experiencing this?
View 1 Replies
View Related
Sep 15, 2010
I want to mount SD card programmatic, how can I check?
View 1 Replies
View Related
Sep 27, 2009
This is with the 1.6 & 1.5 SDKs, not tried earlier ones. When you switch from portrait to landscape the onSaveInstanceState()/ onRestoreInstanceState() pair are called once, but when going back from landscape to portrait they are called twice, unless I've missed something. To test, see the log after creating a default Hello World app and change the main class like this: code...
View 4 Replies
View Related
May 14, 2012
i tried this tutorial to mount my sdcard over wifi. i like to sync my music with clementine. not only copy paste. so i need to mount the sdcard. but when i tried the following command i got this msg.
Code:
roni@roni-Aspire-5738:~$ sudo mount -t cifs //192.168.1.2/sdcard/ /media/android -o user=roni,uid=roni,gid=roni,nounix,file_mode=0770,dir_mode=0770
mount: block device //192.168.1.2/sdcard/ is write-protected, mounting read-only
mount: cannot mount block device //192.168.1.2/sdcard/ read-only
View 1 Replies
View Related
Sep 29, 2010
After powering on my phone this morning(I charge my phone off to bump charge my 2100 battery ) I tried to play a podcast on Google listen and noticed my phone said there was no SD card. I tried everything. Rebooted several times and I even booted into recovery. I got weird screen, triangle with an exclamation! So I rebooted back into current Rom(Ruby1.1). So I finally bit the bullet and decided to reformat the SD card (through the phone) and it still doesn't work! I don't have access to a computer but it looks like my SD card is toast. This card is a 8gig scan disk that came with my old BB Storm. Luckily the 2 gig SD that came with my incredible has a nandroid back-up, but its a 2.1 back-up. Not sure if it matters but I do have an extra backup. When I get a home I'll get another SD and do so backups. Just thought I le you guys know to tell everyone to make extra backups!
View 2 Replies
View Related
Oct 6, 2010
So I somehow killed my 2GB SD card last week (accidentally unplugged from the laptop while it was writing data- wasn't recognized as existing by my phone or laptop after that) and just got a 4GB card today. I formatted it (FAT32) before trying anything, then copied my files back from my laptop onto the card and ran a new Titanium Backup batch thingie. Everything was fine, and I was going to go create a new backup file through Clockwork Mod so I could flash a new ROM on there and I get this message.
View 6 Replies
View Related
Nov 18, 2012
I have not long bought my first tablet - its an ly-f1 / alldro speed etc clone. It came with android 4.0.4 and was already rooted. Play store access isn't bad for standard, i have found most things i have looked for, although some say device is not compatible - for example the speedtest.net app and itv player. There's some it cant find either like grand theft auto 3 for example.
The performance for the tablet is ok but i understand a custom rom could improve it and also give better play store access/compatibility. So i started looking at what roms were available, i found troys CM9 and CM10, so wanted to try CM9 first. This is where i started running into problems. Mainly finding everything i needed - CMW, ADB drivers etc.. oh and mounting the sdcard! as below..
I managed to find CMW 6 for the ly-f1, which i copied across onto the tablet and ran using a shell to install it. I copied across the CM9, compatibility and gapps zip files to the internal sdcard. So far so good, however.....
when i rebooted into CMW and went to "install zip from sdcard" then "choose zip from internal sdcard" it comes up saying "cant mount /emmc/"
If i try "choose zip from sdcard" rather than internal sdcard, it says "cant mount /sdcard" - to be expected as i dont have one in it! but i cant figure out why the internal one doesn't work.
When the tablet is on i can get into the internal sdcard fine and if i connect it to the pc i can see it fine. I've looked around google and the forums and tried a few various things with no joy - for example i tried copying everything off the internal sdcard and formatting it - done this through the android setttings and through windows - both fat32 and ntfs just to see, none made any difference.
I then thought i'd try find another version of CMW in case it was that, i found a version 5 which is when i required the ADB drivers as it was a different method for installing it - got it installed and it rebooted into CMW but i had the exact same problem, still cant mount it, so i am still unable to flash to a new rom.
Is there another method i can use to flash the device? I know theres livesuite but not sure if this is suitable for CM9 since theres 3 zips that need installed? i cant understand why it cant mount the internal sdcard.
View 1 Replies
View Related
Sep 16, 2010
I rooted last night, DL LFY and LFY1100 kernel. I installed the kernel and then LFY itself. After trying to reboot it only gets to the custom boot screen and will not launch. After 15 minutes I pulled the battery and tried to launch in recovery mode to load my backup. Upon trying to do that it says cannot mount to SD card. I try again and same thing. After failing to mount it goes into the same custom launch screen for LFY but no OS comes up.
View 41 Replies
View Related
Nov 9, 2009
I am not able to mount my SDCARD using NPS. My phone does not has a CSC file and I understand that updates wont work. But everyone seems to be able to mount the SD card and copy files to it. I want to update to Galexo roms but not even able to mount my phone.I disabled the mass storage settings and enabled the debugging. I was able to flash the phone using Odin and also able install the recovery image from Galexo.
View 1 Replies
View Related
Nov 7, 2010
I just got a new 16gb class 10 sdcard yesterday. I formatted it, partitioned it w/ killertonez a2sd, and flashed Velocity .3 with Turbo4 and OC kernel. When my phone reboots, I get a notification that reads "SD card removed" and it will not load my ROM or anything. I can manually re-insert the card, but none of my data will load; and every time I reboot or power cycle my phone, I get the same error message. I didn't do anything out of the ordinary and I've wiped/reflashed a few times now. I know I am doing it correctly - is this just a card or phone issue? Is there a script to permanently mount the card?
View 4 Replies
View Related
Sep 25, 2010
You know, I hate that feeling when you join a great forum, and having to ask for some sort of help in your first post. *sigh* Anyway, here goes.I just got my DX, and its pretty awesome. I love almost everything about the phone. The problem is that the SD card won't work, and I'm not sure if it's the card or the phone. On around the 5th day with the phone, I was listening to music with pandora, and decided that I wanted to play a little Super KO Boxing 2. However, the battery was really low at the time. Because of this, as soon as I opened the game and it started searching the SD card for the down loadable content, the phone ran out of battery and the screen froze. I had to turn power off. Later on when it was done charging, I turned the phone on again, only to be notified that the SD card was of an unsupported filetype. So I formatted it in the settings menu, but nothing happened. I clicked format again, and still nothing. Now, even when I click the "mount button", nothing happens. I have tried removing the card and turning the phone on an off. I don't actually own a pc card reader but would have no problems with buying one.
View 1 Replies
View Related
Jun 17, 2010
This just started today, after having worked flawlessly up to this point. When i connect the Eris to my laptop via the USB. Select ' Mount as Disk Drive'. I receive an error from windows saying 'USB Device Not Recognized'. It lists it as an unknown device and will not mount the SD card. Ive tried restarting both the phone and computer to no availer.
View 2 Replies
View Related
Jun 21, 2010
I never connect my eris to the computer. However, I cannot save images from the backgrounds app because it says "Could not save the image. Please make sure SD card is inserted and mounted." I'm positive my SD card is mounted, so how can I fix this?
View 3 Replies
View Related
Sep 19, 2010
Anyone else having major problems with their SD cards running CM6?? I cannot use my SD card or mount it on my computer!
View 3 Replies
View Related
Aug 20, 2010
How do you mount the micro sd card
View 4 Replies
View Related
Apr 7, 2013
after I failed trying to install jaggydzire/blackjack, my explorer can't mount my sd card anymore, i can get to recovery but i can't install any ROM, tried the fastboot oem enableqxdm 0 but nothing happened..my sd card is working, i formatted it using a pc, but still i can't mount it in my phone...what else should i do?
View 4 Replies
View Related
Jan 31, 2012
I decided I wanted a fresh start on my phone so I backed up my pictures and formatted my SD card. I just used the default one in settings. After I did that, every time I press mount SD card, i get a notification that the SD card is safe to remove. I booted up in CWM and tried partitioning it and it says it worked, but I still can't mount and I get "Error mounting /sdcard!".
View 2 Replies
View Related
May 25, 2010
How do you mount the sdcard with clockwork? In SPR there were various mount options.
View 4 Replies
View Related
Nov 1, 2010
I cant mount my sd card with debug on, but I can mount with debugging off. Why?
View 1 Replies
View Related