General :: How To Move OBB Data From Internal SD To Internal Storage
Jan 5, 2014
I have a xperia u, which has not external SD card slot..
Data partition is MUCH bigger than what I need (I'm using 500mb of 2gb) and I want to move obb files to data partition to free some space in SD partition..
View 9 Replies
May 14, 2010
My wife has a completely stock 1.5 Eris. She's getting a low storage notification. I looked at the system setting and her internal storage is completely maxed out, but the SD card is 90% available. I've mounted her phone to my laptop and tried moving files around, but nothing is moving. She only has pictures on her phone, not a single song, movie, video, etc. How do I get the data moved to the SD card?
View 1 Replies
View Related
Aug 9, 2013
I use Samsung Galaxy S2 with Ice Scream Sandwich 4.0.3. WITHOUT EXTERNAL SD CARD ,rooted with SuperSu,oh and I rooted my phone specifically to be able to move apps to internal mass storage.
Firstly,before I tried rooting my phone,I tried moving my apps to internal mass storage via the basic application manager in settings,but it only showed the "move to SD" option.
Then I rooted my phone and downloaded x-plore.With x-plore ( file manager app with root browsing ) I found out that there were two parts of any app on the internal memory.First part ( located in /root/data/app ) contains .apk of an app which is oftenly same size as the installation of an app.Second part ( located in /root/data/user/data/data ) and it contains ".com.android." files of an app,which I believe are downloaded folders by that app.So for an example ,if I have Angry Birds installed, angrybirds.apk will be available in /root/data/app and ".com.android.rovio.angrybirds" will be available in /root/data/user/data/data.Since I couldn't find ANY app that is specifically made to move app to INTERNAL mass storage,I tried moving these two parts of an app (.apk and ".com.android..") to internal mass storage ( named as "sd" on x-plore ).But,as expected the app I moved tho the mass storage was "installed on sd card" as android would specify when I'd try to run it.Note:I moved it to a random directory on internal mass storage.When I moved the files back to their original paths,since they wouldn't work on mass storage,they worked properly again.
So any way I count kind of mount those two parts I mentioned of an app as one,so Android would recognize it as a whole app when I move those files on internal mass storage.Or is there some other way to move them to mass storage?Or to make apps automatically install on internal mass storage?
I really don't want to buy a SD card since I've read multiple articles that apps don't run best from SD cards.Once again,I repeat , I wan't to move them to INTERNAL mass storage which is around 11.50 GB of space,because my internal(system) memory is like 1/1,97 GB used.
View 1 Replies
View Related
Mar 19, 2012
Recently got my first smartphone and having trouble figuring things out. Im using a Droid Razr. How do I move the pictures from the internal storage to the sd card? And how do I make them save to the card when I take pics instead of to the internal storage?
View 1 Replies
View Related
Aug 14, 2013
Can move apps from phone to internal storage usb???when im using CM10.1, Apps2SD and Link2SD are working without any problem, apps can move to internal usb storage, but when i flash stock rom (JB 4.1.2) apps cannot move to internal usb storage... when click "Move to SD card", UNABLE TO MOVE APP. NOT ENOUGH STORAGE SPACE" message pop up... can make apps can move in stock rom???
View 3 Replies
View Related
May 7, 2013
since my bionic upgraded to jelly bean it has been storing pictures internally. How do I set the unit to write picture to the SD card only and how do I move the pictures from internal to the SD Card?
View 1 Replies
View Related
Mar 12, 2012
how can i delete data stored in the internal storage , i am using HTC wildfire cm7
View 1 Replies
View Related
Nov 30, 2011
I have a UnRooted Desire HD running 2.3.3, and recently I got the "Low on Space" icon. Upon checking my apps and there size I only have 240ish MB of apps. So I deleted some apps and got 144MB of free space. Then over night my phone went from 144MB down to 8MB of free space (phone was on the charger and wasn't touched all night).
I did download an app called DiskUsage and it shows a very detailed view of whats taking up what space on either the SD or internal storage, and is showing me that my System Data is using 885MB of internal storage space. A friend has the same phone and he got the same app to compare and he only has 90MB of system data. I Hard Reset the phone and hope it doesn't come back, but I would like to know how to correct this issue if it was to happen again.
View 7 Replies
View Related
Jan 14, 2012
wiping my contacts and SMS. How do I go about recovering deleted files from internal storage (NAND)? And which files do I need if I only want to recover my contacts and sms?
attempting to recover them by following different tutorials, but no dice. Ive read an article where people were saying that if I take too long, I will not be able to recover my data.
View 8 Replies
View Related
May 26, 2013
This phone was my dads until he got a new one, but he only has a limited amount of time to retrieve the data before it goes back to T-mobile or else he has to pay money for the broken phone core. It was dropped, and broke the digitizer but not the screen. As of now, the display doesn't work at all, but I can hear the phone turn on just fine. I have been trying to think of how I can access the internal storage without tearing the phone apart and getting to the storage directly(not sure if that would work either).
- Model Number SGH - T989
- Not rooted
- USB debugging not enabled. I thought I might be able to get to the storage via adb, but that will be useless without usb debugging activated.
View 3 Replies
View Related
Oct 30, 2010
Is anyone else experiencing problems downloading and running apps from the market due to low memory issues? Why did they only put 512MB of internal memory for app storage on this Epic when the AT&T galaxy version got 8GB of internal memory in addition to the 16GB micro Sd card???
My memory is full now, and without android 2.2 I can't move apps to the SD card. They should have provided all of their galaxy class phones with the 8GB internal memory.
View 3 Replies
View Related
Oct 18, 2010
I have a service that needs to write some data to the internal storage using RandomAccessFile. Do I need to use a WakeLock to make sure the data won't get corrupted if the service process gets killed?
View 14 Replies
View Related
Oct 3, 2010
I have a question about where people expect me to store my application data. I have an application where the user will enter information via the keypad, and download information (including images) from a website. Where is the proper place to save this? Internal or External Storage?
View 5 Replies
View Related
Aug 31, 2009
I tried to copy my wiped data from my phone, so i have to read raw data with dd command. I have root and BusyBox v1.14.2 installed, but when i type: dd if=/dev/block/mtdblock5 of=/sdcard/testfile or even just dd if=/dev/block/mtdblock5 I get: dd: /dev/block/mtdblock5: Input/output error Why can't I copy the data?
View 3 Replies
View Related
Jun 25, 2010
How to read and display the data stored in the Internal Storage-private data on the device memory.
String input=(inputBox.getText().toString());
String FILENAME = "hello_file"; //this is my file name
FileOutputStream fos; try {
fos = openFileOutput(FILENAME, Context.MODE_PRIVATE);
fos.write(input.getBytes()); //input is got from on click button
fos.close(); } catch (FileNotFoundException e) {
e.printStackTrace(); } catch (IOException e) {
e.printStackTrace();
} try { fos1= openFileInput (FILENAME);
} catch (FileNotFoundException e) {}
outputView.setText(fos1./*I don't know what goes here*/);
View 2 Replies
View Related
Aug 23, 2013
I've bought this chinese clone of the SIII, it's a MT6575. It's great except for the internal storage, which supposedly is 500MB but there seems to be an invisible SD storage which is 2GB. It's really confusing... When I go to Settings -> Storage there are 3 memories: "Internal Storage" (claims to be 4GB but it's fake, it's actually 500MB), "Phone Storage" (claims to be 16.5GB but it's probably 2GB), and finally my SD, "SD Card" (32GB).
The thing is, I'm having problems downloading big apps because apps go to "Internal Storage" which is 500MB only, and which files are stored in the "Phone Storage" (maybe internal & phone are actually the same?). However when I go to Settings -> Apps, on the "Downloaded" tab, the apps are in "Internal Storage" (500MB), and on the "On SD Card" tab, it shows that apps are in "Phone Storage" (the ones I moved to SD). This means my 32GB SD isn't being used by the system when I send apps to SD probably.
Also, my 32GB SD card is found in /mnt/sdcard2, and the /mnt/sdcard... I don't know which storage is that.
So basically all this is happening because I tried to Link2SD with my 32GB SD doing all the 2 partitions stuff and so, but Link2SD never detects the "secondary SD" which is the 32GB SD, as this fake SD card, "Phone Storage", is probably what the programs thinks to be the SD card.
View 4 Replies
View Related
Aug 4, 2010
I have an application with a lot of media data (images and videos) that were previously stored on the sdcard. With that, images and videos are displayed fine in my app.
Now, in order to secure the content more, I wanted to move the content to the internal storage / data dir of the app, which I did. I copied all media with a routine within my app to the data folder (/data/data/com.myapp/some/folders/video.mp4) and adjusted the path in my app so that it would look for the media in the internal storage data directory and not the sdcard anymore.
Everything works fine, images are being displayed (decoded) properly, but videos don't play. They files do exist though - I do not get a FileNotFound exception. But an IOException: java.io.IOException: Prepare failed.: status=0xFFFFFFFC
Why is that? Everything is handled within my one app and the videos have been copied with the same routine as the images, thus having the same permission settings. Looking at the stack trace, it all runs in process id 18060).
Why I cannot playback the video from internal storage? Or how can I?
CODE:......................
View 2 Replies
View Related
Jun 7, 2013
I have an HTC Vivid which has a total of 16 GB internal space. Or at least it did. I had been running a JB custom ROM, but was bored today so I decided to flash a custom ICS one.
I backed up all my personal stuff to my PC, and wiped everything from recovery -- both caches, factory/data, system, and for good measure the internal sdcard (so there wouldn't be any potential conflict with the JB installation.
After I booted up, I checked the storage stats, and I now have around 6 GB total. Where's the rest, and what should I have done differently? It seems as if a partition isn't mounted or something. Is this space retrievable?
HTC PH39100 using Tapatalk 2
View 4 Replies
View Related
Aug 11, 2013
I'm using an EVO LTE, but this question should apply on using Android device that has internal storage and an external card slot.
I'm trying to use my EVO LTE as my sole media player (specifically, the internal storage). Connecting it to the PC and getting the files onto it are no big deal (of course I do need to use MTP, which I hate). Now on to the problem:
I'd like to be able to use the device connected to my car's USB port. Being able to pick through my media using the car stereo controls is a big plus for me, and worked great when I had an iPod (which I don't anymore, not getting into that).
Of course, the car stereo's USB connection doesn't support MTP, only Mass Storage, at least as far as I can tell (It's a stock stereo in a Fit). I get a compatibility type of error currently when I try to connect my phone using the 'HTC Sync Manager' USB option in the phone (which mounts the device using MTP). The 'Disk Drive' option of course only mounts the external card.
what I'd love to be able to do is mount the internal storage via USB Mass Storage. I'm not sure if this is currently doable, but my forum-scouring to date leads me to believe that it is not.
View 1 Replies
View Related
Jun 4, 2013
My's friend's phone is an Alcatel 918 Mix. It has 170Mb storage for apps. But when he want install ex:. Angry Birds, he got an error don't have enough space for it. His device's rooted.. and also have 16gb sd card.. can we increase with it his storage to could be able to instal more apps..
View 2 Replies
View Related
Feb 25, 2014
Been getting a message that my storage is low and need to move my apps to an sd card. i just purchased an sd card and moved my apps. but they have vanished, though from my available storage i can see they are still there. How do i retrieve my apps.
View 8 Replies
View Related
Nov 9, 2013
So the other day I was trying Cyanogenmod 9 on my galaxy pocket, however I didnt realize it wasn't an official release and it was REALLY bugged and I made a huge mistake because i forgot to install CWM. Thing is installed this rom and I belive i pretty much bricked my phone because now I can't get access to any of my networks, wi-fi, bluetooth, or usb mass storage or my sd card are not being recognized either...
What I've tried so far was sending the stock rom through Quick ADB Pusher, but it tells me that even though my phone appears to be root It wont allow it to access, then I tried different ways to root and unroot because apparently SU is not giving me the permissions. So finally tried my last option with ADB and was trying an adb push but I keep getting permision denied if I send it to /root or read only file if I send it to /system also tried Asb shell $su but I keep getting a denied message.
View 2 Replies
View Related
Aug 6, 2013
I have an android tablet and I downloaded this app called Clean Master and it has an option to move some of my other installed apps to SD card (I only have the regular internal SD card) and I was wondering what benefit this would be if any?
View 2 Replies
View Related
Feb 25, 2012
i have purchased the following phone as a present for someone (but from a different shop/site): MTK6516 K600A Android 2.2 OS Smart Phone TV WiFi 3.2 Inch Touch Screen Cellphone - Black
i'm not sure you will give support for such cheep phones, but i'm having a bit of a trouble with it... everything is working fine except the camera, video, sound recording and other features which require data storage. there are such types of error messages:
"please insert an sd card before using the camera" "your phone does not have an SD card inserted"
it does not come with an SD card and i haven't installed one yet, so when i go to "settings -> sd card and phone storage" it only shows the available "internal phone storage = 50MB"
is there a way to use/enable the internal phone storage for lets say - record some audio or make a couple of photos, instead of the non-existent SD card or does it really need one installed ?
it has 256MB RAM / 256MB ROM by specification.
View 4 Replies
View Related
Dec 17, 2013
Recently, I have noticed that my android phone keeps telling me I have insufficient storage. So, I start deleting most of my apps, except for Facebook, Viber, Whatsapp and the pre-installed apps. However, in my apps section, it shows I have used up 863MB whereas in the storage section, it says I have used up 213MB. Funny thing is, Facebook, Viber and Whatsapp are all installed in my SD card. I have to force stop my Facebook app and clear the cache files in order to use my phone.
View 5 Replies
View Related
Mar 17, 2014
After rooting my phone and using an app called "GL to SD" I am unable to access internal storage, I even did a factory reset and that didn't fix it. I should reinstall that app and use some restore function however I'm unable to install/download apps unless I have .apk file, so any method to get this apk [URL] ......
View 3 Replies
View Related
Jun 25, 2013
I've got a 2nd device and was wondering if I could simply do a
Code:
dd if=/dev/block/mmcblk0 of=/extSdCard/image.img
to get a complete image of ALL partitions on the device, then on the broken one do the restore
Code:
dd if=/extSdCard of=/dev/block/mmcblk0
?
Would this keep all partition table information?
I'm assuming it'll crate an exact clone of the 2nd device?
I've already done this for the efs partition as I over wrote it by mistake....
View 1 Replies
View Related
Feb 9, 2014
Galaxy S4
CM 11, gapps installed on internal storage. I have done a recovery with cwm 6 and factory reset and formated caches, I only have 1.19gb left out of 9.59 total. There is no way that my rom and gapps bloatware is using that much space. Here is a screen shot. I have to be missing something.
View 1 Replies
View Related
Jun 5, 2013
Bricked my Maxell Maxtab C8 while trying to exchange the Internal USB storage with the SD Card. The only thing that happens when it boots is that the Android Boot logo comes up and stays there forever. I have managed to get it in some kind of recovery mode (image of cute green little android laying on it's back with with a red triangle), have also managed to install Android SDK manager and issued the command "adb devices" in shell - reporting "{serialnumber} recovery".
I need firmware to put on the device, where I can find that? Does not need to be original (4.1.1), I'm satisfied if I get it to work again.
As far as I know it's some kind of MID tabled branded Maxell, at least it said that in the settings while it still worked, and also Windows claimed that.
View 2 Replies
View Related
Apr 16, 2014
Yesterday I received my Huawei Honor 3C and I've installed MIUI ASAP instead of Emotion UI. Everything's great but I have a problem with double SD Card, I mean: I have my own external card and the phone got his own by emulating it's internal storage as SD Card (it's a symlink to /storage/emulated/0 and it's the same as /storage/emulated/legacy, so this fake sd is eating up my storage, there are also other symlinks in /storage/, /mnt/ and even in root folder there is a symlink sdcard->/storage/emulated/legacy). Phone and apps are correctly seeing external card as SD Card but in reality the internal storage is being used for everything.Because of this I have only about 5GB available instead of 64GB
Is there any way to terminate the emulation or changing it's target to sdcard2 so that I could use my card correctly? I've tried few things but nothing works. Symlinks are being recreated during boot so editing or deleting them does not work. Editing vold.fstab does nothing because ext is being mounted after boot while the emulation stars while in it - I guess that a proped ini script could do the work.
View 4 Replies
View Related