500+ megabyte swap file!!! - Droid Eris Android Development

This was started under Install Linux on Eris, so I decided it needs its own thread.
Wow I almost forgot about this, I was actually wondering about xampp on my eris!!! if you get it working you should let us know. also I have a fix for the swap, because we werent getting enough swap. That is the reason I logged on was to tell you all how to get more swap so I am going to post it here first, then start a new thread.
Ok here it gos, in the market place you will need to download 2 apk's. The first apk is the swapper for root created by Eliss Kustans, the second apk is swapper for foot by Dario 'Azatoth' Lipari. Now here is what you do.
1. run swapper for root the one made by Dario Azatoth Lipari, and create a swap file how ever big you want to make it and place it on the root of your sdcard. Dario's swapper apk allows you to make swap files as alarge as you would like, so you can make a swap for 500 megs or so. This can take a while, let it run after its finished or if you get an error, you might be ok you will know after the rest of the steps are done.
2.remove Dario's Azatoth Lipari's apk you dont need it anymore, or put it in the vault or save it for later, but you dont want it installed, because it can interfere with what we are going to do.
3.now run Eliss Kustans swapper, and go to settings, make sure you uncheck remove, and recreate/reformatt swap on startup, you don't want either of these boxes checked. Find your swap file and set the location and name in the settings also.
4.now go to main menu of Eliss Kustans swapper, and choose format swap file, so that it will be formated for Eliss Kustans swapper, this can take a while let it run. Sometimes I get an error, and some times it freezes my phone, just re-start the phone, also you can probably ignore most of the erros, because I did and it still works for me. After a clean restart and the swap file installed run swapper.
5. now just choose start swap, should say swap started succefully and choose info after to see your new 500+ megabyte swap file in action.
This should help with the memory issue we were running into on linux

Related

Portable Webserver for APK files

Hi guys,
I have just been playing around with the idea of hosting a webserver on my machine that my phone could connect to to download apk files after performing a wipe.
Iv been thinking about this as everytime i wipe my phone i connect back to the market and download appmanager to install apps direct from sd. So instead of having to do that im looking at having them all in a directory on my PC/Flashdrive (as this will be portable) using XAMPP.
Before any gets any wrong ideas this is not intended for any illegal doings. Its just to make my life easier. I thought i would share what i have started to see if this will help out anyone else.
So far i have it working (very rough). But i dont know any coding so this is a bit of a hack job.
I am using XAMPP as stated aswell as a PHP script that will automaticly populate the page will all files within a particular folder.
I have attached the index file i am using.
if you wish to use this please make sure you do a few things.
Install XAMPP
From where you installed XAMPP. In the HTDOCS folder create a "APK" Folder
Place the index.php in the HTDOCS folder
Edit the index.php file to change the path of the APK folder (currently set to D:\\Dream\\xampp\\htdocs\\APK) keep the double slashes "\\"
Start the Apache webserver from the XAMPP control panel
Now connect to Localhost, any files you place in that folder should now appear
Anyone wishing to use this, edit this, whatever you feel like. Go ahead
If you would like to help and change the look and feel of the page it would be greatly appreciated. If you do post the files back up here for all to use
Hope you guys like
Can I ask why you wouldn't just backup your apps to your sdcard (use something like MyBackup) and be done with it?
You can always copy them from your sdcard to your flash drive (and back from flash drive to sdcard temporarily if you need to re-install).
I'm all for experimenting, learning and even playing around a lot. But this seems like overkill. First off, your apps will surely get outdated quickly, and you'll end up upgrading lots of apps. You'll end up spending an enormous amount of time managing your own local library.
Personally, I think you're wasting your time unless your trying to learn how to do something in the process. Maybe you are, and in that case, go for it. Otherwise, enjoy your phone and let the Market do the management for you.
Or you can just have all your .apk's in a folder and use adb to install all of em at once. But like the above post you might have to get updates for alot of em.

SD CARD apps after New rom Install

My brother is about to install a new rom. But he has HANDY SAFE installed on the SD card.
What would happen if he installed a new rom?
Would the application have to be re-installed?
Also, it is a legitimate copy of handy safe, would he be able to re-activate it.
the program files will still be there just there will not be the shortcut to run it but i dont know how to make new ones but you can look through the files and start it from there.
Just throw a shortcut in device\windows\startmenu\programs (or a custom folder under that if wanted). As long as it doesn't install anything to the actual phone, he should be fine (i'm not familiar with the app)

Pay Attention: How do we backup DATA in Apps. NOT just APPS

Title says it all. I've seen this question asked but too many times I see people saying. "Use Search Function"
The search function has been scoured and I see plenty of great apps that restore and backup apps, contacts, etc.. none restore data WITHIN the apps.
Is there an app that backs up DATA within the apps not just the apps.
Thank you,
come again.
Titanium backup backs up my apps plus all system data
I'd like to know this too, with possible Rom coming in September I'm desperate to make the change over as smooth as possible.
post in general section
Mooved
Good question. I use MyBackup (online) for saving my data - but only sms-contacts..
If you find an app that save all you need, please post its name here ^^
thx
The process is quite complex (at least the way I do it) but it can be done!
Note: YOU NEED LINUX FOR THIS (or if you're brave you can mess with the tools on this site: http://www.chrysocome.net/download. success is not guaranteed. Still post about your experiences though )
Note: Steps 1 to 3 are not always necessary, it depends on which Android build you are using.
1) Give Root Explorer (or a similar file explorer app - must be able to access system/data files) root access
2) Locate the folders containing the user data you want to backup, this is usually somewhere near /data/data. The folders have various naming conventions and dont always contain the name of the app (i'll check and edit this post if i have time)
3) Change the folder's permission settings - I usually just permit everything
4) Shut down Android and in one way or another, mount your sd card on your Linux machine, and locate your data.img or userdata.img file.
5) Open a command line window, enter the following:
Code:
sudo mount -o loop data.img /mnt/data
Note: you might need to create the folder you are mounting too
Note: sudo not always neccesary
Note: change data.img to userdata.img, you'll know if this applies to you
6) Browse to the folder containing the data you want to backup and copy it onto your computer. DONE!
You can restore these backups on a different build by using the same method, just in reverse. Also, don't forget to check if the same folder already exists, if yes, it can be extremely annoying to find you dont have permission to change/overwrite it!
I used this to copy all of my saved games, i especially didn't want to loose my Asphalt 5 progress
P.S. if this solves your problem, please change the title of this thread to simplify things for other users
Thanks Kev007, I'll try this
filou75 said:
Thanks Kev007, I'll try this
Click to expand...
Click to collapse
While it is good to know how to do this stuff, just download Titanium from the market. It backs up all apps plus data in about a minute. You can restore individually or in batches using filters. Search around there is lots of info on this app.
It is great to learn some basic Linux stuff. It will help when you are trying to do things in Android. If you have no intention of learning Linux, Titanium is the way to go.
that be good actually - on my last android reinstall I lost my paper toss high score (allbeit only 3 pmsl) but still seems like a good thought considerin the games etc with save data.
Seconded - Titanium Backup preserves all my app data.
This is one of the reasons I love Android over WinMo - backing up app data is practically a nobrainer when you have the right tool.
+1 on Titanium Backup.
Works great on all builds. Just don't try to restore native HTC apps/data from sense to vanilla Froyo.
Kev007 said:
The process is quite complex (at least the way I do it) but it can be done!
Note: YOU NEED LINUX FOR THIS (or if you're brave you can mess with the tools on this site: http://www.chrysocome.net/download. success is not guaranteed. Still post about your experiences though )
Note: Steps 1 to 3 are not always necessary, it depends on which Android build you are using.
1) Give Root Explorer (or a similar file explorer app - must be able to access system/data files) root access
2) Locate the folders containing the user data you want to backup, this is usually somewhere near /data/data. The folders have various naming conventions and dont always contain the name of the app (i'll check and edit this post if i have time)
3) Change the folder's permission settings - I usually just permit everything
4) Shut down Android and in one way or another, mount your sd card on your Linux machine, and locate your data.img or userdata.img file.
5) Open a command line window, enter the following:
Code:
sudo mount -o loop data.img /mnt/data
Note: you might need to create the folder you are mounting too
Note: sudo not always neccesary
Note: change data.img to userdata.img, you'll know if this applies to you
6) Browse to the folder containing the data you want to backup and copy it onto your computer. DONE!
You can restore these backups on a different build by using the same method, just in reverse. Also, don't forget to check if the same folder already exists, if yes, it can be extremely annoying to find you dont have permission to change/overwrite it!
I used this to copy all of my saved games, i especially didn't want to loose my Asphalt 5 progress
P.S. if this solves your problem, please change the title of this thread to simplify things for other users
Click to expand...
Click to collapse
Now THIS is an answer. I knew I wasnt the only one trying to do this. I dont need to backup the APPS because I already have them backed up oin my PC.
My buddy has a linux box ill try this with. Thanks.
PS. To the titanium suggestions. I've tried that. Doesnt seem to save game states or 3rd party app preferences...

The comprehensive guide to put a custom ROM on your X8 for NOOBS! (2.3)

Hello,
I decided to write this because I had a hell of a time finding out how to do this - all the information is here on the forums but not all in one place so you can just read and install the custom ROM.
The ROM that is available that I have successfully tested is CM7_RC1_X8_004
You will need the following programs:
SuperOneClick - to root your phone
Busybox - from the android Market
Xrecovery
Super Manager - from the Market
X10 Flashtool
and your ROM
Rooting
~~~~~
So First we want to root the phone, we will need to set the USB debugging mode to on. Go into settings - applications - Development and click on the tick next to USB debugging to turn it on. Plug the Phone into the PC via the USB Cable.
At the end of this post are files download SuperOneclick and extract it into a folder on your desktop then run the exe file called SuperOneClick.exe and click on root, it will scroll through a load of things then come up with a message that says "Root files have been installed would you like to run a test?" To which I always say Yes then it says "A su command will now be sent to your phone please hit allow in superuser" (there were no messages on my phone so I just hit OK on that message) Then a message comes up asking you to donate, so if that utility is handy for you feel free to donate to the makers of SuperOneclick!
You can now turn off USB debugging.
Installing BusyBox
~~~~~~~~~~~~
Go to settings - sound and display and set the screen timeout to 30 mins I have found it to keep locking while installing Busybox as it takes a while to do.
Go to the market and search for Busybox and install and accept permissions on it. once this part of the application has installed you need to run it as it has only been copied to the phone - now you have to actually install it.
So run the busybox app and say OK to the message from the developer (reading it first of course) then it will ask you for permission which you say yes.
Next we see a screen saying Status: Working, Your phone is Rooted, amount of free space in system is 10128kb, Busybox not found. (we haven't installed it yet.)
The first time I did this it took ages to get anywhere and ages to install so just be patient and wait for it. Choose Busybox 1.17.1 but change the location of the install to system/xbin (the drop down box at the bottom of the page.) Then Click Install. For me this time it failed so lets try v 1.18 and the default location. back up and then relaunch busybox installer.
I found I had to change the settings a couple times when I installed before to get it to install, you might not find that. Sure enough this time it installed fine using v1.18 and the default save location.
installing Super Manager and Xrecovery
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
First you need to download the new ROM files from here:
http://forum.xda-developers.com/showthread.php?t=973753
Go to the third post and download the rom: (currently
http://hotfile.com/dl/109568508/3381b40/CM7_RC1_X8_004.rar.html)
Once it's down extract the files to another folder in your desktop and you should have the files LiveWallpapers.zip, Update.zip, changelog.txt and a BASEBAND folder.
Then connect your phone and copy the three files and the folder to a new directory on your SDcard. (I called mine ROM) Now remove the cable from the PC not forgetting to unmount it first.
Then you need to download Super Manager from the market and install it then run it - choose File explorer - click on the favourite icon at the bottom(the picture of a folder and a heart) and choose SD card, navigate to your folder where you stored the files and click on all the ticks next to the files and folder and then when they are all selected click on any file and hold it till a menu appears and choose copy (This is to copy the files)
Then Click on the favourites one again and choose root path. Then go to System and then Bin and then click on one file and hold the button till the menu appears and scroll to the bottom where you see paste and click on it and this will paste the files into this folder.
X10 Flash tool
~~~~~~~~~~
Next we need to use the X10 Flastool so download it from
http://www.multiupload.com/GYL7A7XQBT
(The thread I got this from is: http://forum.xda-developers.com/showthread.php?t=920746).
Once downloaded you need to extract the files and run X10FlashTool.exe.
Then before you plug the phone back in you need to put it into USB debugging mode again. Go into settings - applications - Development and click on the tick next to USB debugging to turn it on. Plug the phone back into the PC.
In the X10Flashtool click on the button that says ask root perms and press allow on the phone when it comes up and in the FlashTool it will say "INFO - Root Access Allowed."
Then Click Optimize and it will then reboot your phone, let the phone come back up and then in x10 Flasher click ask root perms and it should say Allowed again after a short time.
Then click on xRecovery. Power the phone off and wait for 20 seconds and then power it back on. As soon as you see the words "Sony Ericsson" appear on the screen start hammering the back button. Then the phone will boot into xRecovery.
Backup your phone
Use the sound volume up and down buttons to move up and down the menus and the home button to select the option (I think the back button is back as well). Choose the backup/restore option, then backup to backup your phone to the SD card (First the system and then the data)
Then when it's finished it will say complete and you can go ahead and put the new rom on the phone. Choose install Custom Zip, then choose custom zip from SDcard. Navigate to the directory you put your ROM in and choose update.zip it will ask you if you are sure so choose yes and it will update your phone.
Once it says Install from SDcard complete hit backup then choose the top option reboot phone.
Your Phone will then reboot into Android 2.3
Good job on this
Restoring your Phone to It's previous working state
To restore you phone back to how it was before you started all this all you need to do is Boot xRecovery by hammering the back button once you see the very first Sony Ericsson which takes you into xRecovery.
Then use the volume up and down on the side of the phone and choose backup and restore and you can choose advanced restore to restore a different component or just do a restore to do the whole phone back as it was.
I have just restored back successfully!
is there a big risk that i will damage my phone in case i will do everything in #1post step by step with instruction?
I don't really think so, but there is always the possibility when flashing your phone that you might Brick it.
I didn't break mine and I will do this to test every new firmware that comes out and because I've done it once most of the hard work is done which was installing xRecovery.
In short I offer you no guarantee this won't brick your phone what you do is at your own risk, but I had no trouble.
Yeah i know this that im doing it on my own risk, im only asking of probability of breaking phone cus i want root and install custom rom but i have a little bad luck
OK,
I don't know about failures - I haven't seen anyone complaining about destroying their phone and it didn't happen to me, that's all I know sorry.
super manager isn't copying and pasting files. i follow the guide and when i click paste, nothing happens.
edit: it just says "prepare to copy" when i try to copy the files, then nothing when i paste
stef.t97 said:
super manager isn't copying and pasting files. i follow the guide and when i click paste, nothing happens.
edit: it just says "prepare to copy" when i try to copy the files, then nothing when i paste
Click to expand...
Click to collapse
In supermanager open the folder system and then select the folder Bin, you have to change the folder from read to read and write first before u can copy anything.
thanks, realized i hadn't given super manager super user permission. what do i do differently when installing Rachts Roms because they don't come with an update.zip?
stef.t97 said:
thanks, realized i hadn't given super manager super user permission. what do i do differently when installing Rachts Roms because they don't come with an update.zip?
Click to expand...
Click to collapse
When u have Xrecovery and make an backup it will create a folder in SD card "backup" after u download the Rom from racth u put the folder on the backup folder, then in XRecovery u go to backup then restore, u will see the rom there, just press ok and it will do the rest like the zip file.
to the OP thanks a Lot i appreciate this Guide!
and on the same vein as the others i am having some problems pasting the contents of the ROM. i have given Super manager root prves. but it says not enough free desc space which seems right to me cus there is only 128Mb storage on the phone.
i feel like i am missing sumthing basic please assist me, Thanks!
skowrone said:
Yeah i know this that im doing it on my own risk, im only asking of probability of breaking phone cus i want root and install custom rom but i have a little bad luck
Click to expand...
Click to collapse
Just need to be well prepared!!!!
Based on my experience.. I didn't really know what I've done that make my phone cannot boot... it's all because not really prepared... Need to do some research and reading 1st..
Luckily, when done some reading, I manage to boot the phone after flashing with SEUS..
And after that... I prepare to do checklist... Now.. Everything seems OK...
genghisk said:
to the OP thanks a Lot i appreciate this Guide!
and on the same vein as the others i am having some problems pasting the contents of the ROM. i have given Super manager root prves. but it says not enough free desc space which seems right to me cus there is only 128Mb storage on the phone.
i feel like i am missing sumthing basic please assist me, Thanks!
Click to expand...
Click to collapse
With your phone did you get a 2GB SD card? I did with mine and that's where you need to copy the ROM files to(you need to copy the files in windows to the SD card). The only thing I was copying with super manager was the xRecovery files. (and I'm not sure I needed to do that since you kinda install xrecovery on the flash tool, I just posted exactly what I did)
mss_2212, yeah using the SE repair might get you out of a few scrapes, it's good that they offer such a utility to completely flash your phone back to the latest SE update!
Well, V6.0a is now out I am downloading that as we speak.
^^ how is it running? i see BlueTooth not working.
i realize my error you were talking about copying the files for Xrecovery i thought you were referring to the ROM files.
Thanks for the help! I hope I success for the install of the last custom rom from CM 2.3! If it's good, it will be translate for the french forums! ;-)
I'm still setting it up to how I like it but so far so good - it's nie and stable for me and WI-FI works which is a dream.
Don't forget to make a backup first of your old ROM though!
Thanks
Hi!
I tried to install the last 2.3.3 CM7 with this guide, but I get a problem with the X10 flashtool... In fact, I don't understand if I have to lauch the .exe in my phone, or in the PC. Because with the phone I can "ask root perms" but I get an error (it says me to use usb debug the phone and install...) but I think that I've followed the guide And since the PC, there is no file in the "firmware" fold...
So I install the custom ROM, without that step, and it success, even if I get another problem, but I think, because of the instability of the rom (no market, and no possibility to dl by internet)
Thanks for the help!
Hello,
Not quite sure what you're getting at, I will try to help if I can (I'm still a bit of a noob really myself)
You need to run the x10 flash tool on the PC with your phone connected in usb debugging mode before it will work.
"Then before you plug the phone back in you need to put it into USB debugging mode again. Go into settings - applications - Development and click on the tick next to USB debugging to turn it on. Plug the phone back into the PC."
The Market and other applications are included in the latest version(.6a as of this writing) in a zip file called gapps-gb-20110307-signed.zip to install them you need to boot into xRecovery and choose install custom zip and then point it to that file which is next to the install.zip. Then the market will work.
v.6a is really nice but ultimately I had to revert because I needed to take some pics but a lot of stuff is working well!

[Guide][NoteII] Move data (games,etc) to external SD card [Directory Bind]

Intro
This is a summary of bala_gamer's guide for using Directory Bind on Galaxy SIII but with my own additions and tips.
I'm using Galaxy Note II (N7100) but should work on other models too.
You need ROOT and this app called Directory Bind.
All credits go to original guide author and the app creator.
What does this app do?
Directory Bind lets you move big (or small, your choice) data files/folders from games, apps, navi software to your external SD card. If you use 16GB variant of the Note 2 you can quickly use up the space with a few big games, so what is the solution?
Directory Bind will take care of this. It will move the folders containing big files you choose to the external SD card. Read on for instructions.
What you need?
- ROOT (guide here)
- Directory Bind (get the app here)
- External SD Card mounted (I used SanDisk Class 4 32GB formatted to FAT32)
1) Setting things up
When you install Directory Bind you need to set up a few things first. You only do this once but you better do it right. If you don't, things might not work as they should. These settings work best.
Open Directory Bind and give it ROOT access
Press the (softkey) Menu key -> Preferences
Check Bind on boot, Alert on unbind fail, Alternate dbase mgmt, Persistent service
Leave the rest unchecked
Select Default data path and set it to:
Code:
/mnt/extSdCard/
Select Default target path and set it to:
Code:
/sdcard/
Make sure those target paths are EXACTLY like ones I wrote. These WORK, others probobly WON'T.
This is it. You now have everything ready to move stuff from internal to external sd card.
2) Step by step guide to moving things
OK, we are ready to move things now. I will give step by step guide with pictures and an example. (click on image to view)1) First install the app/game you want, open it and download all files you need. For this example I will use the game BackStab.
Screenshot of Storage before installing the game:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2) Screenshot after the game downloaded it's data. You can see it used about 1,3 GB on internal storage:
​3) Open the game check it works and it downloaded all it needs. Now exit the game. Go to task manager and kill it if it's running (if it's not, proceed). Go to Settings -> Application Manager search for your game, select it and Force Stop (if it's greyed out, proceed).
4) Open Directory Bind (your list will be empty at first, so just ignore my list) and hit Menu softkey, select Add new entry:
5) Now hit Menu softkey again and select Data transfer Assistant (if your keboard pops up ignore it or press back):
6) Now you will select your source. Source for games is usually within Android folder and subfolders data or obb. Sometimes it's directly on /sdcard/appname. For some gameloft games it's under /gameloft/games. You must find where the game stored it's data. In my case it's under /sdcard/gameloft/games/GloftSDHM.
So I will tap on gameloft -> games -> GloftSDHM: *** DON'T hit Select just yet!!! ***
And now when we are within the folder which we want to move we tap on Select:
8) Now the mount (target) path is set to the internal sd card folder, where game stored it's files. In my case this is
Code:
/sdcard/gameloft/games/GloftSDHM
Check that you have indeed selected the correct folder!
The source (data) path is external SD card folder where files will be moved. As pictured, I created an extra, optional, folder just to make it easier identifying the game later. You don't need to do this, leaving default will be just fine.
Make sure Transfer files from target to data is checked and hit Add
8) If you see "Data directory not exist, create now?" select "Create". It will say Copying files... I recommend you leave the phone until it finishes. It usually takes a few minutes.
9) Once it's done make sure there is a checkmark on the right and tap on the grey diskette icon:
It will now turn green:
10) DONE! This is it. Exit Directory Bind and reboot the device. It's not mandatory to reboot, but I recommend you do. When the phone turns on, you will see a notification that Directory Bind is performing binding. Wait a minute or two. Now go into Settings -> Storage aaaaaaaaaaaaaaaaaand:
There you have it. Available space on internal card is back and the files are now moved to external SD card. You can now fire the game up and it should work the same as before. I didn't notice any lag or longer load times, runs just as smooth as before moving.
​3) Tips & Tricks
Use the same method as described above for each individual game/app.
I don't recommend binding the complete Android/data or Android/obb folder. For me, it broke some games, and some games that use /obb didn't work. Individually binding each game worked every time.
I can confirm that Class 4 microSDHC 32GB works perfect. No lag, no longer load times, everything the same as from internal. So Class 4 or above is recommended, can't say for Class 2. I formatted to FAT32 and works just fine.
You don't NEED to reboot after each binding, but I recommend it, just to be sure everything is working. I always install the game, play it a minute, exit, perform binding, reboot. Then try the game again for a minute, and check storage before and after. For me it worked every time.
If there is an option within the game/app to download extra data to external SD card I recommend using that option directly. Only bind those games/apps that do not support this on their own. Example would be The Bard's Tale there you can select to download that huge HD 3,5GB file straight to external SD.
Make sure you set source (data) and mount (target) as instructed. Just do it.
On last picture of storage you can also see the color graph which represents internal SD card and how full it is. Don't panic as the grey (free) space will eventually disappear when you move a lot of files. It seems the graph can't "read" what we done and thinks internal SD is full. Just ignore it, only check the Available Space number and there you will se how much free space is left on internal SD.
Also important, if you use a file explorer and navigate to the original folder on SD internal, where data was before (in my case sdcard/gameloft/games) the original folder will still exist, and also checking Properties you will see it has the same size. It will seem as this was only copied to external SD and the original folder still exist. This is not the case! On internal SD this folder is actually kind of a "shortcut" or a "link" and does NOT infact use space. So if you delete anything from there, it will actually delete stuff from external SD. This one is hard to understand, but you will get it eventually.
The End
Thanks for reading, I hope it helps some of you. Bye :victory:
In My Case.
l success for binding android/data/com.xxxx.xxx
But when im binding android/obb/com.xxx.xxx
Its still asking donlod file..
How to fix it?
I would advise that first when you install a game that has obb file, run it first and let it download data. Then go play it a few minutes.
Then exit the game, best reboot phone. Then go perform binding of the folder inside obb. Then reboot AGAIN.
Then go try game. This method has worked for me, for the following games requiring obb files:
Six Guns
Great Big War Game
Total War Battles
Also make sure your settings are EXACTLY like mine on beginning of post 1.
Could you write which game is causing you trouble? Maybe I can test it out to see if it works for me.
I was trying that too.
Game example NBA 2k13,iron fist,sonic 4,sonic cd,the avenger,
Almost game that data in android/obb cannot run well.
For Binding succes with the green disket,but when the game run,still asking donlot data.
Then i delete binding(transfer file back) it run smothly without donloding data.
Thank you for the guide. I had tried everything I could to get this to work with no success. With your guide, worked first try.
@uchox: sorry I don't have those games so I can't test. But it's weird, for me every game I tried works. I would recommend maybe unbinding everything, uninstalling directory bind, installing latest version from thread and going fresh. Follow my guide to the letter, it really should work. If it doesn't, it must be game specific, as for me every game even which use obb worked.
@serpa4: No problem. I had same issues, made the mistake of binding entire /obb and /Android subfolders. It broke my games and had me in all sorts of trouble. So with a little experimenting I found the solutions described in post 1 best to use. So I also wrote a guide, so that people new to this don't have to go through "testing phase" just follow my guide and done.
On my Note 2 should i start target path as /sdcard/ even tho on my note 2 it starts with /sdcard0??
@ruffryder281: if you open up a file manager like ES File Explorer or Root Explorer and navigate to root/mnt/ what folders do you see? Except asec, obb and those starting with Usb...
Do you see sdcard and extSdCard? Or sdcard0 and extSdCard? or all 3?
If you have sdcard and extSdCard set those.
If you have sdcard0 and extSdCard set those.
If you have all 3 check whats inside sdcard/ and what inside sdcard0/ and use the one that open internal SD.
friend could help me? will start at the part where the transfer of the file the notice that there is the directory you want to create, I put YES, but he asks again, and is in the loop, I'm putting it back to YES and ask the same thing again, checked the mnt paths in the names are right. Will I need to create the directory on my sdcardext manually.
@marvelspires: Well this is weird, I never had that problem. For me it always asks to create folder I say yes and that's that. You could try creating a folder.. Are you using the latest version of DirectoryBind? Did you set everything as I said in the settings? Paths are set as described? (triple check). Have you managed to bind anything, or does this happen with everything, or better said, have you tried to bind only one specific thing, or did you try multiple?
Thanks tipsek. I've just moved my first three games successfully and now I'm about to try my sat nav maps
Can we continue to use Titanium backup normally, or do we have to unbind first? (I don't use Titanium to backup a game's data files, just the app itself). Sorry if that's a dumb question but I thought I better plan ahead.
Sorry, I just found the answer to my question here:
http://forum.xda-developers.com/showthread.php?p=34693332&highlight=titanium#post34693332
Use Titanium as normal
nevermind, works ok now!
bu
directory bind doesnt work fine...
tatschke89 said:
directory bind doesnt work fine...
Click to expand...
Click to collapse
what phone do you have and are you rooted? i got it working now with my note 10.1 :highfive:
Okay so I did what you said and moved the data for gta 3 to my ext sd, however the files I moved still exist on my phone. Do I delete them or what?
Sent from my SGH-T889 using xda app-developers app
tatschke89 said:
directory bind doesnt work fine...
Click to expand...
Click to collapse
@tatschke89: Could you be more specific? What doesn't work? Give some details like what phone you have, ROM, are you rooted, which app/game (or everything) doesn't work and what exactly you mean by that. For me, it works for every game/app I tried and I have been using it for over a month now.
---
Note_2 said:
Okay so I did what you said and moved the data for gta 3 to my ext sd, however the files I moved still exist on my phone. Do I delete them or what?
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
@Note_2: The answer to your question is in the Tips & Tricks section of the guide, last bullet says:
Also important, if you use a file explorer and navigate to the original folder on SD internal, where data was before (in my case sdcard/gameloft/games) the original folder will still exist, and also checking Properties you will see it has the same size. It will seem as this was only copied to external SD and the original folder still exist. This is not the case! On internal SD this folder is actually kind of a "shortcut" or a "link" and does NOT infact use space. So if you delete anything from there, it will actually delete stuff from external SD. This one is hard to understand, but you will get it eventually.
Click to expand...
Click to collapse
God why did they ever remove the option to send stuff to the memory card *_____*
Sent from my GT-N7100 using xda premium
Works for AmazonPlayer too, but after all binding and moving are done, you don't see albums in device, even after reboot. You must use use "download" from cloud tab, it's very quick, AmazonPlayer won't download the entire album, but just update something, and you can now see the album in the device tab.
I ended up binding the entire /sdcard/Android directory to /exSdCard/Android after a factory reset (clean slate - there was no data on that folder). Although the OP states it causes issues it never did for me. Probably the incompatibilities are created when moving the files from one card folder to the other: I suspect permissions / ownerships are set incorrectly / not carried over? I don't know, but at least for me it's not causing any issues whatsoever. My card is a SanDisk 64GB class 10 formatted as ExFat (in Mac OS X as it wouldn't read if I formatted it on the device).
Well, I remember when moving entire Android/data and Android/obb folders that I had trouble with a few games that used Android/obb folder. They gave me errors and wanted to download their files again. Once I binded each seperately those issues were gone, that's why I recommended binding each directory seperately. If it works for you to bind entire Android directory without problems that's great. Also you started fresh maybe that's key here. I do wonder, have you tried installing for example one game that uses Android/data and Android/obb folders to store their extra files AFTER you binded the entire Android/ folder? What happens, do the files automatically download to externalSD and links are created on internal, or do the files download on internal and stay there, or do they move to externalSD?

Categories

Resources