Moving Files and folders??? - G1 General

Does anyone know how to move files around on the G1? I have android file manger but you cant do anything with it. And to add how can i add apps to my SD card instead of the main memory.

I think you need to search the forums as there are many threads about such things.
In short you can't add apps to the SD card.

Related

i see all these posts saying you can dl stuff from internet and put onto the phone?

Hi, Sorry to bother everyone.....but i am new to this and i just got this htc hd2 phone and i been TRYING to read up on stuff but not really understanding much....*i know most of yall are prob laughing right now* but i was just wondering how do you dl apps from the comp and put it into your phone? do you just put it in the sd card under a certain folder? or do i dl it from my phone? Thanks for everyones time!
Hello friend, I understand what it's like coming into a tech heavy phone like the HD2 and then trying to comprehend stuff on this site. It get easier over time, just keep reading.
Anyway in answer to your question downloading apps is easy. For your computer you just have to find the apps you want, whether it be here or other sites. Select the app you want and download it. The majority of winmo apps are .cab files. If you download a .zip then extract the .cab from inside it.
Copy the .cab file to your sdcard or phone memory whichever you prefer, then using file explorer just navigate to the app, select it and install. Most apps ask if you want to install to phone memory or sdcard, whichever you prefer. All done!
For downloading on your phone it's the same concept, find the app, download it to your sdcard or internal memory and then use file explorer to install.
Good luck
thanks alot chris! I will defiantly try this out........one more quick question if you dont mind....is that when i put the .cab file onto my sd card or phone does it need to be in a certain folder?........thanks again!
just place it anywhere on your sd card mate and navigate to it using file explorer, i have a folder on my sd card called general crap, and anything i want to install goes in there so i no where i left it

keeping sd card tidy

hi
one thing that frustrates me with my android is the amount of folders and files that are created when you install apps and system files. my internal memory is literally full of unwanted folders. folders for old apps etc which no longer exist.
I want to now move some apps to my newly inserted sd card but I expect random folders will be created on there .
my phone is rooted and runs a custom ROM. is there any tools I can use out there which will allow me to specify where I want certain folders to go to? to ensure my SD card is kept tidy. For example if I create an apps folder could I route apps to this location?
I also use titanium backup and wanted to use that to move apps to sd card. would this be recommended?
any guidence on this would be most appreciated
thanks
Sent from my GT-I9505 using Tapatalk

obb files to external

I did search and with the google searches I've done, can't really figure it out so thought might ask here.
When I moved applications to external sd card, i didn't realize it didn't move the application data itself (inside obb folder), which is in the android device's internal memory. So basically, I have the application (i guess equivalent to .exe for windows) on the external sd card, but the beef of it (the applicatin's data) is still on the internal memory and using up the device's memory....how can I move the data (obb folder) to external, remove it from interernal to free up space, and have it boot up / work on the android device?
i'm not advance geek so need a dummy explination
You didn't provide details of how you moved the app or even what app we are talking about. So it's impossible to give targeted advice. Which is unfortunate since you want a dumbed down, simple answer. Which can't be done without knowing those crucial details.
You can use one of the Play store apps to move the app. I'm sure that some of them would move the app data as well. Or change the app data path (folder) in the app's settings. Or reinstall the app. Or alias the current internal data location to the external card with a symbolic link. Or any number of other ways.
The simplest options there would be trying some of the Play store apps that assist in moving programs to the external data card. And if that doesn't work for some reason, then reinstall your app.
Good luck.
.
fffft said:
You didn't provide details of how you moved the app or even what app we are talking about. So it's impossible to give targeted advice. Which is unfortunate since you want a dumbed down, simple answer. Which can't be done without knowing those crucial details.
You can use one of the Play store apps to move the app. I'm sure that some of them would move the app data as well. Or change the app data path (folder) in the app's settings. Or reinstall the app. Or alias the current internal data location to the external card with a symbolic link. Or any number of other ways.
The simplest options there would be trying some of the Play store apps that assist in moving programs to the external data card. And if that doesn't work for some reason, then reinstall your app.
Good luck.
.
Click to expand...
Click to collapse
Only thing I've done was root it then moved the application (move to sd card) via settings >> Application Manager. i want to do it for all apps but it's mainly due to games taking up lots of space. Reinstallng won't help cause everything that's obb just direct itsself to the internal storage, nothing i installed even gives me the option to install data into external, just only has a install button and it installs to internal memory
I'm not going to sort all of that out. It can be done if you look into the details.
The best advice that I can offer is to consider installing a custom S5 ROM like Phoenix. It has a setup option to swap the SD cards. That would mean that all of your apps that automatically install and live on the internal memory.. would actually end up on the external card. And it works perfectly.. because the apps think that they are on the internal card even though they aren't.
The source script could also be applied to your existing configuration, but doing so would not fit inside your stipulation for a simple answer.
.
by the way...
fffft said:
I'm not going to sort all of that out. It can be done if you look into the details.
The best advice that I can offer is to consider installing a custom S5 ROM like Phoenix. It has a setup option to swap the SD cards. That would mean that all of your apps that automatically install and live on the internal memory.. would actually end up on the external card. And it works perfectly.. because the apps think that they are on the internal card even though they aren't.
The source script could also be applied to your existing configuration, but doing so would not fit inside your stipulation for a simple answer.
.
Click to expand...
Click to collapse
fffft, one question here: Would it be possible to format the whole external SD card with ext4? So it would be quite simple to copy such files manually within a shell and set a softlink to the moved files? I don't understand why android stays with that fat drived file systems were softlinks are not working. Is there any reason for? So all data2SD apps have to work with specific *mounts*. I can't believe that this is fast and stable.
brachypelma said:
fffft, one question here: Would it be possible to format the whole external SD card with ext4? So it would be quite simple to copy such files manually within a shell and set a softlink to the moved files?
Click to expand...
Click to collapse
That won't work unless you do a lot more prep work. The file system isn't invisible, the OS would have to interact differently with ext4 than ExFAT. The OS would balk the first time it tried to follow a symbolic link and didn't find the ExFAT structure it expects.
To make that work, you'd need to mount the card yourself, manage permissions and hide the file attributes i.e. permissions from the void manager and other housekeeping tasks. Android expects to find a case insensitive and permissionless FS. Otherwise, void will report errors to the volume manager and the OS won't recognize your card. All of which is to say that this is a more distant outlier to the requirement for a simple solution. So you'd be generating fatal errors the first time the OS tried to follow a symbolic link to your ext4 files.
So yeah you can shoehorn an ext4 card into the system with enough work. But it isn't as simple as you believe. So back to my suggestions that the OP either install a custom ROM that does what he wants or that he looks at the script that I linked him to. Or perhaps migrate to CM 11, where native support for ext4 and NTFS have been added.
.

Large games on sd card

Hello,
I was searching for a way to put large games like (asphalt 8, nova3, and any other games) on sd card on my rooted samsung galaxy s4 because the internal storage is very low and about to be full.
First i tried to use the file manager i have sent the odd file and the apk(which in the data folder) but the game didn't work, it was searching for required files and asked to download them.
Then i tried many apps which need root acces on my device to send the games on sd card but i got the same problem...
Is there are any way to send the game on sd card and make it work there?
Thanks.
try app2sd...it is on play store ?
I have already tried it but it send the apk file only i want app or any way to send the apk and the odd to the sd card and make it work there.
This depends on what rom you're using.
You could try Folder Mount
Actually all these apps aren't useful i can already use any file manager to send the game files to the sd card but the problem is when i add the game to sd card when i open the game it dont find the game's files.
And about which rom am i using i didn't get it and how to know my rom?
I use the xposed module Obb2SD, so all my games are moved to SD card then the Obb files are also moved onto the SD card.
I am using a custom Rom.
mahmoudgamal1 said:
Actually all these apps aren't useful i can already use any file manager to send the game files to the sd card but the problem is when i add the game to sd card when i open the game it dont find the game's files.
And about which rom am i using i didn't get it and how to know my rom?
Click to expand...
Click to collapse
If you are using the stock samsung rom then you just have to go to Manage apps and find the game you want to move and the press "Move to sd card".
Moving the apps manually will not work.
Folder Mount will move the app data to the sd card and trick the system into thinking it's on the internal storage.
I have just used folder mount by sending the game files (the folder in the data and its folder in the odd) but the game won't find their files
Did you get the phone new? Did you flash any custom rom on it or is it the stock samsung firmware that comes with the phone?
The only thing i have done with my phoned is rooting it with a custom recovery, there is no any custom roms im just using just the stock rom.
Then the rom should have the option to move apps to sd.
I know that my stock 4.4.2 samsung firmware had that option.
Go to settings > apps > downloaded, and tap any app you want to move. There should be an option "move to sd card" or something like that.

SD Card permissions

Hi Everyone,
Back with an android phone after quite a while.
Just added a sd card to my SGS7E and realised I can't do anything with it.
All I want is to be able to use the sd card as you would normally, create and move files, folders etc.
Is this possible without rooting?
If so could someone provide any advice or point me to a relevant resource.
If i need to root what would you good people recommend? I don't want to do anything fancy at the moment (I'm sure that'll change) just use the card as normal storage.
Thank you for your help, advice and time.
The SD issues are my biggest let down. My camera won't save to it... people tell me to factory reset but I don't feel like loosing all my work I put into it.
Other apps see it as having storage in mb I think instead of GB. issues and nobody talks about it
Hi,
The sdcard is working okay for me. If system apps can't read or modify the content inside the sdcard, then reinsert the card or reformat it because it's very likely that the phone isn't seeing it.
If you want user installed apps to access the sdcard, it's a bit more annoying. Open the app that you want to access the card, then try to make a modification in it (like creating a new file if a file manager, saving a picture if a camera, downloading a file if a torrent client, etc), it will say it can't access the sdcard and will ask you to point where to root of the sdcard is, just select your sdcard folder on the prompt and it will work fine.
Keep in mind some stuff like app data can't be moved to the sdcard, so try to keep all media on your sdcard and all apps in your internal memory, that's what I found to be a pretty easy and good memory management. If you want however to install apps on your sdcard, you can enable adoptable storage using a terminal window (formatting your card), or root your device to use some third party app that will do that for you.
All the best,
~Lord
Sent from my Samsung Galaxy S7 Edge using XDA Labs

Categories

Resources