General :: Moving App Data To SD - EXT (or SDCard)

Mar 17, 2014

i want to move specific app data(/data/data/klb.android.lovelive and subdirectories) to sd-ext partition(/data/sdext2/)

Directory Bind or FolderMount are moving data in /mnt/sdcard/Android/data and obb files to external sdcard, which for devices with internal storage.

i'm not trying to move obb files or data in sdcard.

is there any way to move one app data to sd-ext? i don't want to move hole /data/data to sd-ext(data2ext)

General :: moving app data to SD - EXT (or SDCard)


General :: How To Recover SDCard Data

Sep 20, 2013

I got this 16G sdcard that from one day to another it stopped being recognized saying "blank card or has unsupported file system"

Besides the data, I had some applications installed on it.

I did tried to recover with a software, but even the software only can recognize space is occupied, but can't see it.

View 9 Replies View Related

General :: Recover SDCard Without Losing Data

Feb 22, 2014

It appears as unformatted BUT, I know that the data is still there because the CWM manages to browse files if I get into the menu "install zip from /sdcard1", but it can't see anything if I try a "restore from sdcard1"...

So I have an ubuntu build and I'd like to try to repair the "masterboot" .

I never did this before so I don't really know what I need, SDCard is 32 GB class 10.

When I plug my phone from CWM and enable the mount the SDcard on usb I got this error message :
Error mounting: mount: /dev/sdb1: can't read superblock

Here is the result of the "fdisk -l" command :

Code:
Disk /dev/sdb: 32.0 GB, 32018268160 bytes
32 heads, 63 sectors/track, 31019 cylinders, total 62535680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x4d544f4f

Device Boot Start End Blocks Id System
/dev/sdb1 2048 62535679 31266816 b W95 FAT32

Which actually looks weird, I thought that my sdcard were ext4 formated, well but I am not 100% sure about that...

Here the result of the command "fsck -y /dev/sdb1"

Code:
fsck from util-linux 2.20.1
dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN
/
Contains a free cluster (2). Assuming EOF.
FAT32 root dir starts with a bad cluster!

View 1 Replies View Related

General :: Link2SD Moving App Data?

Nov 2, 2012

Was wondering, if I partitioned my SD card, will Link2SD move my App Data, not like the game app data, but like the data stored in Applications, like Facebook.

Will this also be moved? Or will it stay hogging my Internal Memory?

View 3 Replies View Related

General :: How To Move /data To SDCard Using Extended Partition

Sep 29, 2013

I have a Mocordroid with scp6820a cpu rooted

First some objections:

1- The sdcard is used in vfat filesystem, move simplely /data folder to sdcard will be cause some problems
2- Copy /data to /mnt/sdcard/data will not work completly because we got some error of permission

Code:
adb shell

Code:
cp -r /data /mnt/sdcard
cp: can't create directory '/mnt/sdcard/data/misc/bluetoothd/FA:2B:B7:4E:90:59': Invalid argument
cp: can't create symlink '/mnt/sdcard/data/data/org.mariotaku.twidere/lib': Operation not permitted
cp: can't create '/mnt/sdcard/data/data/com.estrongs.android.pop/files/comm/tool_port': Operation not permitted
cp: can't create symlink '/mnt/sdcard/data/data/com.toss.removeappwidget/lib': Operation not permitted

[Code] .....

So first thing i change size of sdcard, decreasing the partition size, and add a second partition with 3 Gbytes using ext2. To do this

Unmount the sdcard in settings>storage>unmount sdcard. I need discover where is the partitions

Code:

fdisk /dev/block/mmcblk0

[Code] ....

For secure i reboot device, and umount card again. So format the second partition

Code:
mke2fs -t ext2 -m0 -b4096 /dev/block/mmcblk0p2

And reboot again. This was hopeful action that it would recognize the card. But not ...

Code:
# mkdir /mnt/sdext
mount -t ext2 /dev/block/mmcblk0p2 /mnt/sdext
mount: No such device
mount -t ext2 /dev/block/vold/179:2 /mnt/sdext
mount: No such device

In My Epic Fail I was not successful

BEFORE that I wrote i try several tentactivies, apps but i m thinking that use adb will be the more better.

What is the best way, my internal device have less than 200 MB internal, so is too little !!! Maybe i will need change fstab or init scripts.

View 6 Replies View Related

General :: Moving Data From SD Card To Another In Safe Way

Mar 27, 2012

I have a 4gb sd and had it for a while. yesterday i got a new phone and it came with a 16gb sd card pre installed. at first i was going to use it for something else but this phone records hd videos and in doing so may take much more memory than normal, including that this phone takes mp4 videos. So I want to know a safe way to move all my data, music photos, video etc to the 16gb. I seen some people say drag all the data, do i actually drag ALL FOLDERS, or only certain folders?

View 3 Replies View Related

General :: App For Moving And Playing Game Data Onto SD

Jul 23, 2013

I just wanna store my game data to my sd and make it playable from there. I don't wanna swap extsd with internal I don't have big enough memory card for that.

View 1 Replies View Related

General :: Nexus 7 - Moving App (and Its Data) Between Users

Jul 19, 2013

I just created a second user, and i'm wondering if there is a way to move an app (and its data) from the primary user to the secondary user. I have already tried using Titanium Backup, making a backup in the primary user, and restoring it in the secondary user, but it didn't work (it only restored the data on the primary user again). I tried to find a similar thread, but didn't find one.

I have a Nexus 7, running ParanoidAndroid 3.15, and I have root access on both users.

View 3 Replies View Related

General :: Karbonn A15 ICS V4.0.4 - Moving App Data To External SD Card

Jun 11, 2013

I have karbonn A15 android ICS(4.0.4) smartphone, its not rooted. I want to move the app Data to my external sd card, i tried to move the data folder from the internal SD (android/data) to External SD (root folder), just to check whether it releases any memory in the storage section in phone settings. but the internal storage was same, there was no change, where does the app data resides in the internal memory, its fine if i can move app data manually to the external sd card.

I also want some clarification on below questions:

1. Also i want to know whether there is any risk rooting phone like (Bricking Phone), as i have bricked my previous Galaxy Ace when i rooted and used ROM manager.
2. Also i have heard about Folder Binding app which automatically transfers App Data to External Sd Card, is there any risk of bricking phone.
3. Whats the easiest method to root Karbonn A15 phone, i am not that tech savvy, so easiest method would be grateful in rooting device.

My concern is just to move App Data to External Sd Card, because i have some app whose Data increase very frequently (E.g: FireFox app).

View 8 Replies View Related

General :: Moving Between Android Phones - Transferring Data Without Losing

Sep 27, 2013

WIth my iPhone, I have my iTunes full backup. If I upgrade my phone to a new one, I just connect my old phone to the Macbook, do a full backup, connect the new phone, do a full restore, and my new phone has everything there.

My contacts, SMS messages, Settings, Pictures, Camera Roll, Apps, App data like save games and progress on games, you get it.

How is it on android? Suppose I have a Galaxy S4 I have been using for a few months. I have it set up, I have SMS messages on it, data, emails, I have 80% of angry birds complete, I have 2000 pictures on my camera roll, i have some MP3 music...

Then I upgrade to a Note 3. Is there a way to transfer all my data to the new android without losing it? Like I can on Apple?

View 3 Replies View Related

General :: Moving Google Translate Offline Data To External SD

May 16, 2013

As translate now offers offline translation I want to move that big amount of data to external SD if this is possible. I am on 4.2.2 custom AOKP ROM .

GT-I9000 using Tapatalk 2

View 2 Replies View Related

Android :: Copy File From Sdcard To Package Filesystem - Data - Data - Packagename - Files

Apr 14, 2010

Is it possible to copy a file located on the sdcard to a package's internal filesytem located at /data/data/packagename/files/ folder?

View 3 Replies View Related

Motorola Droid X :: After Rooting Moving Rooting Files From Sdcard

Jul 29, 2010

I rooted me Droid X. I want to know if I can move the files:
busybox
su
Superuser.apk

To somewhere else other then at /sdcard? If so, where can I put them so everything till works?

View 1 Replies View Related

Android :: Remove Data From SDCard?

Apr 27, 2010

My application use the SDCard to store data (about 100 Mb of stuff). I would like to delete these file when the application is deleted through the application manager and offer a way to clear the data from there (like the Google Apps does). Any ideas ?

View 2 Replies View Related

Android :: Copy A File From /sdcard To /data ?

May 1, 2009

My question is how to copy a file from sdcard to /data/misc/wifi directory? I am working on a configuration tool for wiki supporting wpa enterprise. The configured file wpa_supplicant.conf must be put in / data/misc/wifi in order to work. So how can I move the file from sdcard to there? Is there any function calls to request a superuser access?

View 7 Replies View Related

How To Read SDCard Data From Android Mobiles Using Eclipse

Jan 5, 2012

I want to read SDCard data from android mobiles using eclipse(programmatically).

For that i want to open SDCard in binary mode,So that i can read SDCard sector by sector.

the problem is when i am debuging a programm using JNI in c++ its not going to take access in binary mode..

How to open a sdcard in binary mode using eclipse or java programming.

View 1 Replies View Related

Motorola Droid X :: Moving Data From Incredible

Oct 21, 2010

Ive had the Incredible and just got the DroidX. whats the quickest way to move ALL DATA from one phone to the new one? videos, pics, etc?

View 1 Replies View Related

HTC Incredible : Maintaining Data / Moving Droid SD To Inc

Apr 21, 2010

If I pop my droid sd into inc, will contents be usable? Ie, music, pics, apks, saved app stuff

View 5 Replies View Related

HTC Incredible :: Moving Profile Data Between Home Launchers

Sep 11, 2010

I probably should have asked this all along time ago, but i have been trying to transfer my icons from HTC Sense to Dxtop, and i have probably never done anything more needlessly wasteful.Somewhere in my system there is home screen data, which if accessible can be copied to other screen systems (I only use three screens, if if that would cause a conflict). Please help if you know if this can be done effectively,

View 1 Replies View Related

Motorola Droid :: Titanium Backup - Move Apps Data To Sdcard To Save Some Space

Sep 2, 2010

I used the option in batching Titanium Backup to move apps and data to my sdcard to save some space. I've decided I want to move it back so that it's available when I press the Launcher. I know where it's stored on the sdcard and I have root explorer, but I'm just not sure which folder to move it back to in the first place. which folder houses all the apps that are currently available via the Launcher?

View 2 Replies View Related

Sony Ericsson Xperia X10 :: Moving Data From Phone Memory To SD Card?

Aug 29, 2010

My internal phone memory is getting eaten up fast, how can I move the applications and make installations go directly to the SD card?

View 10 Replies View Related

HTC EVO 4G :: Will Formatting Sdcard Via Phone Solve Sdcard Mount Read Only Errors

Aug 16, 2010

I replaced my original sdcard with a sandisk 16gb card. Everything went well until I started getting these blasted read on errors. Earlymon suggested a fix from another board but I don't have a stand alone card reader so I couldn't do it that way.

I was wondering if I just backed up all my stuff from my sdcard to my iMac and then just reformatted my sdcard via the phone, would that solve my problems?

View 3 Replies View Related

Android :: Refreshing Sdcard From Code After Pushing File To Sdcard

Feb 22, 2009

I've got some code that downloads mp3s remotely over a streaming url connection... This all works fine but my problem is once the file is complete and I pull up the music app it's not there. A reboot of the phone and it now shows up... anyone know how to force this refresh to occur from without my code?

View 3 Replies View Related

Android :: Android Image Gallery Start Moving / Slowing Down And Stopped Moving

Jun 23, 2010

i am using android gallery is there any listener or way i can know which get fired when user start motion, stop motion, slowing down or moving?

View 1 Replies View Related

General :: How To NOT Use FAT32 On SDCard

Dec 11, 2013

I mean. I'm a Linux user and a Mac OSX user. I Do NOT need fat32. I can read linux partition with my linux machine. and linux ext format don't have 4G limitation. I can even found ext driver for windows. or Mac but I found that my android phone can't format it to ext, I want my /sdcard in ext format. Is that a solution for this?

View 1 Replies View Related

General :: Accessing External SDCard From PC (USB)

Jun 1, 2013

I'm running a custom ROM (4.2.2) on an HTC Vivid. When I connect to my PC via usb, Windows only sees the internal storage, not the external sd card, and there's no way to navigate to the System partition to access.

When I was running the stock HTC ICS, Windows would mount the external card as a separate drive. I know the file system hierarchy is different with JB. Is this why it only sees the internal storage now?

View 6 Replies View Related

General :: Installing Android On SDCard Of HTC HD2

Sep 2, 2013

I want to install android on sd-card of my HTC HD2. Where can I download Android software MCCE SE 3.4 (Zip)???????

View 1 Replies View Related

General :: New SDCard - Reboot When Installing App?

Jul 24, 2012

i've got a little problem with my new SD-Card.

Actually i'm using an ICS ROM for HTC Desire with reverse mount. With my old SD-Card the whole system got really slow and laggy although i tried several settings in the ROM. So i bought a new one (Sandisk Ultra Mobile Class 6 - 16 GB).

My old card has a FAT32 partition and a little EXT-3 partition for the reverse mount option. I've read that EXT-4 is maybe a bit better and faster and more reliable so i decided to format the new one as followed:

14 GB FAT32 primary partition
1.4 GB EXT-4 primary partition

I've formatted the new SD-Card in my PC with "Mini tools partition wizard". Everything went fine until then.

Then i made a NANDROID backup of my old system onto my old SD-Card and copied alle the files from the old to the new card (FAT32 only). Then i put the new card into the phone and tried to restore the system. It worked but the system acted really strange (i think because of the change from EXT-3 to EXT-4 file system).

So i wiped and cleaned everything and made a new install of the ROM with reverse mount activated. Everything seemed to be ok but when i started to install Titanium backup to get my apps back the phone reboots at the beginning of the installation progress (after download). I made three installs of the ROM but it's always behaving the same way. Is the new SD-Card broken or did i mess things up when formatting the card?

View 2 Replies View Related

General :: Unable To Mount SDCard

Jul 22, 2013

I followed the instruction at [URL]... to disable the internal usb drive of Lenovo A820. But now my sd-card is not mounted anymore. What can I do?

View 3 Replies View Related

General :: Installing Gapps And CWM To SDCard?

Jun 1, 2013

Background:I have a Nook Tablet (NT) that I have installed CM10 on to the emmc successfully. So I understand that process.

Details:I'm trying to install CM10 to my new Nook HD which only has an SD card install, per this thread:

[URL]

I followed the instructions exactly and CM10 installed and "worked":

InstructionsDownload the compressed image file cm10-sdcard-installer.img. Posted: 12/28 Unpack and write the image to your sdcard. For more info on how to do it, see this post.(optional) To install CM10.1 instead of CM10, replace 'CM-10-hummingbird.zip' of the SD card boot folder with any CM10.1 image file you can download here in this page (you need to rename the file exactly as above).

Insert into the device and boot (cold)/reboot (warm).

Wait for it to finish installation.

Enjoy your HD with CM10 (CM10.1)

CM10 installed properly, but it didn't install CWM or gapps. The boot menu does not have a "boot to recovery" option.

How do I install CWM and gapps to the SD card?

I assume that I'll need to make another SD card just to boot CWM. With that I should be able to install gapps, but:

QuestionsHow do I install gapps to one SD card when CWM is on a separate SD card?

Can I install CWM to the emmc on a Nook HD so it just comes up every time?

Is CWM supposed to boot from emmc or SD card?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved