[APP] Root All to SD - Galaxy 3 Themes and Apps

Has anyone tried this app for Data2SD?
I stumbled upon this app while taking a stroll in the Market. And wanted to share it with y'all.
And, NO, I am not the dev of the app.
☞ The Dev is WindowsNT. ★
I would've tried it myself, but I already have Data2SD on my phone. It might help those who need Data2SD.
Root All to SD -
http://market.android.com/details?id=rappsd.v1
Sent From My Galaxy 3.

I 'm the dev.
I 'd be happy to answer any questions. The app simply creates and formats a storage in the SD, then links data from apps to that partition.

WindowsNT said:
I 'm the dev.
I 'd be happy to answer any questions. The app simply creates and formats a storage in the SD, then links data from apps to that partition.
Click to expand...
Click to collapse
Does it do all this automatically.. I mean is there any special script or kernel required..?
Sent from my GT-I5800 using XDA Premium App

1. You first use the "storage" menu to create a storage file (default 500MB) to be used as a partition. This partition is then automatically formatted to ext2 and mounted on the device startup.
2. From the "apps" menu you select an application and you have a list of the movable files.
3. You move/restore the files you wish.
Of course, don't do it for applications that start on boot, because the storage won't be mounted until the sd card is visible.

WindowsNT said:
1. You first use the "storage" menu to create a storage file (default 500MB) to be used as a partition. This partition is then automatically formatted to ext2 and mounted on the device startup.
2. From the "apps" menu you select an application and you have a list of the movable files.
3. You move/restore the files you wish.
Of course, don't do it for applications that start on boot, because the storage won't be mounted until the sd card is visible.
Click to expand...
Click to collapse
Is this only for 2.2 or can it be used for 2.1?

It can be used with 2.1 as it doesn't move the app itself (as the 2.2 system does), it moves the internal data in /data/data/<package>.
(requires root).

Glad to see the Dev himself here.
Hope many people benefit from this App.
Sent From My Galaxy 3.

Hell mate. I tried this with 500mb.
It stuck at 25mb which is like 5%
Then i formatted my sd card and tried with 50mb and again it stuck at 25mb.
Why is this problem occuring ? Also i have a 16gb sdhc which is class2

Hm, perhaps a problem with your SD card ?
Try this from shell:
dd if=/dev/zero of=/mnt/sdcard/rallsd/storage bs=1024 count=102400 (for 100MB).
this is similar to the command used by my app. If it also stucks, then it seems that there's an error with your SD card (chkdsk ?)
If it works, notify me and I 'll take a look.

WindowsNT said:
Hm, perhaps a problem with your SD card ?
Try this from shell:
dd if=/dev/zero of=/mnt/sdcard/rallsd/storage bs=1024 count=102400 (for 100MB).
this is similar to the command used by my app. If it also stucks, then it seems that there's an error with your SD card (chkdsk ?)
If it works, notify me and I 'll take a look.
Click to expand...
Click to collapse
This dint work too

Then, a storage card issue.
Perhaps a chkdsk would help.

hi,
i installed the app n also created the storage file of (1024) n it successfully finished,but it says that storage is not mounted n when i try to mount it, it says mount attempt n nothin happens.
please help.

sinahidden said:
hi,
i installed the app n also created the storage file of (1024) n it successfully finished,but it says that storage is not mounted n when i try to mount it, it says mount attempt n nothin happens.
please help.
Click to expand...
Click to collapse
I got the same issue also, thought it would be nice if the app was more transparent

SmallWalrus said:
I got the same issue also, thought it would be nice if the app was more transparent
Click to expand...
Click to collapse
Heh, reply to self, but I managed to work around the initial problem by simply deleting off the storage file, and creating a smaller (128mb) one

hi, i have 2 questions before ill give it a try.
is the app able to allocate free space from the sd card to create the partition
or do i have to wipe the sd completely before ?
will the app interfere in any way with already installed and normal moved apps ?
thanx in advanced, stavro

Doesn't work on my Archos 7ob eReader (Eclair 2.1). Once the second part created by Root All to SD, it doesn't recognize its job ! Worse, Windows can't at all read the SD Card.

WindowsNT said:
I 'm the dev.
I 'd be happy to answer any questions. The app simply creates and formats a storage in the SD, then links data from apps to that partition.
Click to expand...
Click to collapse
no answeres on my question ???
Sent from my HTC Wildfire using Tapatalk

in the meantime i am using link2sd on my rooted stock rom.
works perfect. i just had to create a second partition on my sd card
(no need to wipe the sd) and start the application. no "not enough memory" problems anymore

SmallWalrus said:
Heh, reply to self, but I managed to work around the initial problem by simply deleting off the storage file, and creating a smaller (128mb) one
Click to expand...
Click to collapse
i used 340mb and it work perfect!

Three questions
I have three questions:
1) How can I reduce size of allocated memory space (I have mount 2 GB but now I see that is to much for my needs)
2) What happens with files that are on mounted partition if I uninstall Root all to SD app? How can I move it back to the original place?
Thanks in advance!

Related

App2SD Mod (Moves dalvik cache to SD) Instructions

Now after we have root for 2.1 most of you will want to have app2sd also. The script posted in x10 mini pro android development forum (http://forum.xda-developers.com/showthread.php?t=804574) works ok but it has one limitation. It moves only the /data/app folder to your ext2 partition on the SD card. The /data/dalvik-cache folder remains in the internal memory and this is why you still see your internal memory free space decreasing when installing applications.
I have modified the script so it also moves the dalvik cache to your SD card. I recommend to use at least class 4 SD card for this. I have attached the modified script. Follow the instructions from the original thread but use the files from my attachment. For me it works fine.If you have any problems please share so we can try to fix them together.
And finally using both the original and modified app2sd you CAN normally use your sd card as mass storage device.
u said WE HAVE ROOT FOR 2.1?? where is it ???????
neptun2 said:
Now after we have root for 2.1 most of you will want to have app2sd also. The script posted in x10 mini pro android development forum (http://forum.xda-developers.com/showthread.php?t=804574) works ok but it has one limitation. It moves only the /data/app folder to your ext2 partition on the SD card. The /data/dalvik-cache folder remains in the internal memory and this is why you still see your internal memory free space decreasing when installing applications.
I have modified the script so it also moves the dalvik cache to your SD card. I recommend to use at least class 4 SD card for this. I have attached the modified script. Follow the instructions from the original thread but use the files from my attachment. For me it works fine.If you have any problems please share so we can try to fix them together.
And finally using both the original and modified app2sd you CAN normally use your sd card as mass storage device.
Click to expand...
Click to collapse
I've read somewhre that if you already have & try to again use the app2sd script
than the phone starts looping endlessly..
is it true?
BehradGH said:
u said WE HAVE ROOT FOR 2.1?? where is it ???????
Click to expand...
Click to collapse
the x8 custom rom topic
I first installed the original app2sd, uninstalled it using the script, reboot and installed using the modified script. No problem at all.
neptun2 said:
I first installed the original app2sd, uninstalled it using the script, reboot and installed using the modified script. No problem at all.
Click to expand...
Click to collapse
new chargemon in the attachment. you can use data.img from the x8 custom rom and resized it. app2sd ready.
I prefer my way because this way i can still use my sd card as mass storage in windows while using the chargemon and data.img it is not possible.
neptun2 said:
I prefer my way because this way i can still use my sd card as mass storage in windows while using the chargemon and data.img it is not possible.
Click to expand...
Click to collapse
it's the new chargemon. I can mount my sdcard as storage.
So far working perfect thanks
Sent from my E15i using XDA App
its working??? any one test/?? screenshoot pls
hmm where must I put the app2sd.sh?? in the sdcard or...
/sdcard/app2sd2.1 mod (dalvik-cache to sd)/app2sd.sh?
thx
Hmm, something went wrong...
At night I tried your method. After App2SD setup I got 192mb free (internal memory) instead of 154, as it was before. I installed 3 applications adn the phone showed, that I still have 192mb free. In the morning I installed Skyfire and used iGO Amigo and after that I noticed, that amount of free memory is 166mb.
As I understand, the phone with App2SD mod don't use internal phone memory at all... However, mine phone still prefer internal one.
Edit: If I want to revert changes made by App2SD, I must choose "keep files from sdcard" or "load from backup"?
propc said:
new chargemon in the attachment. you can use data.img from the x8 custom rom and resized it. app2sd ready.
Click to expand...
Click to collapse
Can you tell me how to create a data.img from my "data" folder?
If I'll create such data.img, will it work with your chargemon?
Network Internet doesnt work..
it just doesnt detect the network gprs...
Suhel28 said:
Network Internet doesnt work..
it just doesnt detect the network gprs...
Click to expand...
Click to collapse
Same for me
Well in fact using my App2SD solution not the whole /data is moved to the ext2 partition. Only the dalvik-cache and app folders in /data are moved so some applications may still consume space in the internal memory. If you uninstall use the option to use teh fiels from the SD card. About the GPRS problems - i don't see how they can be related with app2sd. I do not see this problem with my phone. Are you trying my method or the new chargemon method?
Hey dudes,
Question: How can I get better performance?
1.) Chargemon mount app2sd http://forum.xda-developers.com/showthread.php?t=876868 or
2.) Dalvik cache app2sd http://forum.xda-developers.com/showthread.php?t=880387 (this thread)
Now I'm using 1.) what about you?
I'm waiting the oppinions here or my own Laggy topic: http://forum.xda-developers.com/showthread.php?p=9987897
XoGo
I reflashed to 2.1 rooted put xrecovery on my phone backed up everything enabled jit replaced the backup after jit was working then enabled this app2sd script all works fine except wifi won't connect but if I restore back before I enabled this script wifi works fine......
I don't see how its affecting network connections but it somehow is....
Sent from my E15i using XDA App
I reflashed my phone using the clean rom this time.Installed xrecovery, jit and finally app2sd and my wifi is working fine. I am really surprised why it can affect the wireless.
Me too as last night before I put xrecovery and jit on I had no problems....
Gonna try again this time app2sd first...
Sent from my E15i using XDA App
neptun2 said:
Well in fact using my App2SD solution not the whole /data is moved to the ext2 partition. Only the dalvik-cache and app folders in /data are moved so some applications may still consume space in the internal memory. If you uninstall use the option to use teh fiels from the SD card. About the GPRS problems - i don't see how they can be related with app2sd. I do not see this problem with my phone. Are you trying my method or the new chargemon method?
Click to expand...
Click to collapse
Thanks... Just cleaned all apps cached files and now I have 190mb int. memory again. App2sd works!

[Q] How to create a swap partion

heyguys, most of the time i dont have enough ram when using facebook and messenger or browser, so the launcher closes (although i have ticked keep in memory)
so i want to create a swap partion to have more ram (is that statement correct) ?
pls help me, thx for reply
im using nAa kernel and ROM
OK i already found a tutorial which is working.
http://forum.xda-developers.com/showthread.php?t=1457635
This methos work better than simply use swapper from market?
Sent from my U20i using Tapatalk
cwm based recovery can make swap ext easy
anyone can explain easier ways to make partition and swap than the one explained in the tutorials abovee??
as described above, the easy-way is with cwm... just a bit of buttons pushed
blackkzero said:
as described above, the easy-way is with cwm... just a bit of buttons pushed
Click to expand...
Click to collapse
but you mean for both... swap and partition? with cwm?
in that case, could you explain briefely how to do it and what should i do first? I mean, with my sd card (format it, reflash the new rom after that...)
sorry I'm a bit lost in this things...
And if i did the partitions and i wouldn't be satisfied how may I undo all that?
If its too much to explain here if you knew any page to send me I would apreciate it
thanks!!
yomiguy said:
but you mean for both... swap and partition? with cwm?
in that case, could you explain briefely how to do it and what should i do first? I mean, with my sd card (format it, reflash the new rom after that...)
sorry I'm a bit lost in this things...
And if i did the partitions and i wouldn't be satisfied how may I undo all that?
If its too much to explain here if you knew any page to send me I would apreciate it
thanks!!
Click to expand...
Click to collapse
First and always and most importantly. Prepare. That means making backups and preparing yourself for the possibility of losing your sd card or phone .
Steps:
1. copy contents of sd card to computer. you will lose the data stored on your sd card by doing this.
2. reboot to recovery
3. go to advanced
4. go to patition sd card
5. choose how much for the sd-ext size
6. choose how much will go to swap size(usually half of the ext size)
7. reboot phone
8. wait for a while
9. copy contents from pc to sd card
10. enjoy
demoniacs said:
First and always and most importantly. Prepare. That means making backups and preparing yourself for the possibility of losing your sd card or phone .
Steps:
1. copy contents of sd card to computer. you will lose the data stored on your sd card by doing this.
2. reboot to recovery
3. go to advanced
4. go to patition sd card
5. choose how much for the sd-ext size
6. choose how much will go to swap size(usually half of the ext size)
7. reboot phone
8. wait for a while
9. copy contents from pc to sd card
10. enjoy
Click to expand...
Click to collapse
thx for ur explanation!! but how much is recommended for each one ext and swap? and where do i recopy in sd card all the things i copied before in computer because i guess i would see my sd card with different parts when getting it into computer... and last one i promise may i go back to my sd card original way without partitions? in that case how?
thx!!
depends really on your sd card. for swap i took about a third of my ext size. recopy it to your sd card. your computer wont show you the ext and swap size anyway. to go back it will be the same way.
demoniacs said:
depends really on your sd card. for swap i took about a third of my ext size. recopy it to your sd card. your computer wont show you the ext and swap size anyway. to go back it will be the same way.
Click to expand...
Click to collapse
ohh! i feel so noob at this... i have 8gb sd card class 6... how much would u assign to partition and how much to swap?
sorry i hope to stop boring u soon!
yomiguy said:
ohh! i feel so noob at this... i have 8gb sd card class 6... how much would u assign to partition and how much to swap?
sorry i hope to stop boring u soon!
Click to expand...
Click to collapse
512mb to ext3
256 to swap.
thats my configuration, you can alter it, but dont use ext3 partition more than 1gb. causes instability.
th3discodancer said:
512mb to ext3
256 to swap.
thats my configuration, you can alter it, but dont use ext3 partition more than 1gb. causes instability.
Click to expand...
Click to collapse
thx! i will try as soon as i have a moment and will tell about
ohhh!! one last thing!!! when I do everything you people say... I install my apps like I usually do without moving anything to sd card because they will be installed in my partitions? or do I have to move anything to those ext3 or swap partitions? thx!!
yomiguy said:
ohhh!! one last thing!!! when I do everything you people say... I install my apps like I usually do without moving anything to sd card because they will be installed in my partitions? or do I have to move anything to those ext3 or swap partitions? thx!!
Click to expand...
Click to collapse
depends on your settings.
1. CM settings
2. Application
3. Check allow app moving
4. Install location
5. Choose external so it automatically sends it to sd card
demoniacs said:
depends on your settings.
1. CM settings
2. Application
3. Check allow app moving
4. Install location
5. Choose external so it automatically sends it to sd card
Click to expand...
Click to collapse
once more thanks!! Ive done it and now ill recopy all my apps!! lets see my incoming to partitions world!!
demoniacs said:
depends on your settings.
1. CM settings
2. Application
3. Check allow app moving
4. Install location
5. Choose external so it automatically sends it to sd card
Click to expand...
Click to collapse
Hi demoniacs!! I wanted to tell you it defenitely worked!! I'm astonished how wonderful my phone is now!!
But I must tell you forgot to tell me to activate a2sd so when I did it as you told me, I didnt see any difference with native moving...
Finally I found the way to activate a2sd in minicm7 development thread, by Ferotakis, going to Cm settings, performance...and when I restored my apps with titanium backup I could see that everything was moved to sdext!!! thx gooddd!!! I could do it!!!
Now my phone has full of space for more apps, more free mb of RAM, and I'm very happy!!!
so thanks for your help!!
if anyone keeps wanting to do this partition and swap this thread is awsome!!
ohh!! to complete demoniacs instructions I want to put here Ferotakis instructions too, to activate our ext and swap partition to let our apps to move to sd card enjoy your phone people!!
1. Format SD and partiton it with CWM on phone make yor ext part and swap (I must say I put demoniacs advice:512mb for ext, 256 for swap) if yo want swap ig not live it 0
2. Install this lovely rom
3. Go to CM seting under performance put the a2sd (first show none till reboot)
4. Go to CM then hit apps and tick the "allow app moving to external "
5. Open terminal and type free
6. Go to CM again then performance again then to a2sd and chek there must no say NONE and must be a2sd
7. Install some apps then rootexplorer and browse in root dir on your phone you will saw ext folder open it and look your apps will be there
8. Thanks again if you missed to NAa
9. Learn some Linux
10. Go outside and show your fr and bbf your amazing phone

[Q] [HELP] How to use external memory for app instalation??

Hi,
how to use the external memory for instalation of app and games?
I have Micro SD 64GB, and my Galaxy S III don't install nothing in there.
I try app2SD, Link2SD, and the ADB "setInstallLocation"...
Please help me!
Sorry my english. Thank you for help.
S3 is designed to treat the memory as one unit, when internal is full it will start to use external.
Sent from my GT-I9300 using Tapatalk 2
I tried as many methods as i could find and the only thing i succeeded in was breaking the Play Store through something i did, so be careful.
Lennyuk said:
S3 is designed to treat the memory as one unit, when internal is full it will start to use external.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
I try this... but this message "Memory is full" for me...
...i try again...
Lennyuk said:
S3 is designed to treat the memory as one unit, when internal is full it will start to use external.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Are you sure? The last time my internal SD card was full and the phone was not installing the apps stating that the device is low on the memory. If it is designed to be able to use internal first and external afterwards then why it did not use it in may case. Is there any setting or anything to turn on this feature?
It's how the nexus works and how the s3 works.
Sent from my GT-I9300 using Tapatalk 2
masterbr said:
Hi,
how to use the external memory for instalation of app and games?
I have Micro SD 64GB, and my Galaxy S III don't install nothing in there.
I try app2SD, Link2SD, and the ADB "setInstallLocation"...
Please help me!
Sorry my english. Thank you for help.
Click to expand...
Click to collapse
Root and use DirectoryBind.
It's more technical, but it gets most of the job done, especially those huge games from Gameloft.
So before I try another method and possibly break something else does anyone know if Directory Bind actually works?
You have 16 of storage on the phone itself. Why would you need to move apps to the SD card anymore? I could see back in the days when you only had 1GB or less, but now there really is no need for it.
Baldilocks said:
You have 16 of storage on the phone itself. Why would you need to move apps to the SD card anymore? I could see back in the days when you only had 1GB or less, but now there really is no need for it.
Click to expand...
Click to collapse
Nova 3: 1.9gb
Modern Combat 3: 1.4gb
That's just 2 games taking up nearly a third of the space and it is impossible without Rooting and tricking the phone to install the game or SD data.
Baldilocks said:
You have 16 of storage on the phone itself. Why would you need to move apps to the SD card anymore? I could see back in the days when you only had 1GB or less, but now there really is no need for it.
Click to expand...
Click to collapse
OK so you dont play many games on your phone & the internal memory is obviously enough for you But thats not the case for everyone!
Most decent 3d games these days are over 1gb each so surely you can see why people want to install to extsd i certainly want this feature
Directory Bind dont Install im my SGS3...
Memory is full error in install , but i have 2GB free memory...
masterbr said:
Directory Bind dont Install im my SGS3...
Memory is full error in install , but i have 2GB free memory...
Click to expand...
Click to collapse
Help please!
HELP! UP!
Free up some space (move a Gameloft game folder from /sdcard/Android/data/ to /mnt/extSdCard/Android/data), install Directory Bind, then use it to bind both folders.
Baldilocks said:
You have 16 of storage on the phone itself. Why would you need to move apps to the SD card anymore? I could see back in the days when you only had 1GB or less, but now there really is no need for it.
Click to expand...
Click to collapse
Can't believe you asked this man...
If you're rooted, run the following on Terminal Emulator
(you may want to reate a GScript link and e.g. an autostart entry so that it's easier to use)
Preparation:
* Terminate the app
* Copy/move the folder you want to transfer from the internal to the external SD
* Create a new folder on the internal SD with exactly the same name
Execution (run in Terminal Emulator / GScript)
Code:
mount -o bind /mnt/extSdCard/YOURFOLDER /mnt/sdcard/YOURFOLDER
Note: This does not survive reboots, you'll need to execute or automatically execute the 'Execution' part on each boot.
This setup can be repeated endlessly for all folders you want.
Michael_P said:
Nova 3: 1.9gb
Modern Combat 3: 1.4gb
That's just 2 games taking up nearly a third of the space and it is impossible without Rooting and tricking the phone to install the game or SD data.
Click to expand...
Click to collapse
I second this..
d4fseeker said:
If you're rooted, run the following on Terminal Emulator
(you may want to reate a GScript link and e.g. an autostart entry so that it's easier to use)
Preparation:
* Terminate the app
* Copy/move the folder you want to transfer from the internal to the external SD
* Create a new folder on the internal SD with exactly the same name
Execution (run in Terminal Emulator / GScript)
Code:
mount -o bind /mnt/extSdCard/YOURFOLDER /mnt/sdcard/YOURFOLDER
Note: This does not survive reboots, you'll need to execute or automatically execute the 'Execution' part on each boot.
This setup can be repeated endlessly for all folders you want.
Click to expand...
Click to collapse
The code is in one line?
Thank you. Sorry my english.

Best App2SD method ?

So we all know the Xperia 2011 internl storage is very low. On my Xperia Mini Pro, with CM9 installed (normally, the smallest rom out there), I'm struggling to install apps and keep my storage with at least 50mb free. I use the ZDBox app that has an APP2SD option for moving apps to the SD Card but that's still not enough.
Is there a way I overlooked ? In my old HD2 days, Apps2Ext was working very well. With a 1gb ext partition on your sd-card, you were good to go. However, "ext" doesn't seem to be a popular option around here.
Any idea ?
Thanks !
Link2SD
best for me
guide: http://www.xperiablog.net/2011/12/12/link2sd-guide-never-worry-about-internal-memory-limits-again/
Hi
I confirm, link2sd is a life saver.
Link2sd FTW!
But ull lose ur apps if u format ur fone even though apps are in the sd card
Sent from my SK17i using xda app-developers app
Link2SD is the best method.
Format your sdcard:
2 partitions (primary) - 1 FAT32 (the main one), 2 EXT2 (for moving apps to 500-1000MB).
In my system I have 100-200 apps (internel storage -150mb free/ system-40 mb free).
All apps are linked to second partition on the sd card.
Important LEAVE launchers, widgets and root apps in internal storage!
Thanks guys! Will look into it this week-end...
DannyBiker said:
Thanks guys! Will look into it this week-end...
Click to expand...
Click to collapse
link2sd is the best for me, its has many options, move app to system, unistall system app, clear cache, clear dalvik cache, and you can choose 1 by 1 were to install the app, sometimes i use it just to unistall some system app and clear dalvik ( when i flash a new rom) because you can use it without mount ext for that
Same here. The first app I install after a flash, is Link2SD and Root Explorer. Can't live without them.
Hi
As said, link2sd all the life.:good:
why do i selec install location failure " segmentation fault"
file system type of formated partition
Hi Everyone,
I would like to ask if You know with file system is used during preparing of sd card?
I'm using to create partitions on card CWM (6.0.2.7) from stock CM10 FXP203 kernel.
Created partition has 1GB but App2SD at first run not accepted ext2 saying that that file system might be unsuported.
My phone is Sony LwW with 32GB SD card. What I should select or do to order to work.
Thanks
Thom
Thom75 said:
Hi Everyone,
I would like to ask if You know with file system is used during preparing of sd card?
I'm using to create partitions on card CWM (6.0.2.7) from stock CM10 FXP203 kernel.
Created partition has 1GB but App2SD at first run not accepted ext2 saying that that file system might be unsuported.
My phone is Sony LwW with 32GB SD card. What I should select or do to order to work.
Thanks
Thom
Click to expand...
Click to collapse
try to restart phone
or try to choose other ext partition on link2sd or something sholud work if not try to create it on computer with mini-tool partition wizard. it won't format you sd card data so don't worry i have ext 4 and no problems with link2sd
Thom75 said:
Hi Everyone,
I would like to ask if You know with file system is used during preparing of sd card?
I'm using to create partitions on card CWM (6.0.2.7) from stock CM10 FXP203 kernel.
Created partition has 1GB but App2SD at first run not accepted ext2 saying that that file system might be unsuported.
My phone is Sony LwW with 32GB SD card. What I should select or do to order to work.
Thanks
Thom
Click to expand...
Click to collapse
An ext3 partition is created when u partition through cwm. So select ext3 option in link2sd.
Link2sd best app for moving,freezing,converting user app to system app,
Sent from my WT19i using xda app-developers app
skull47 said:
An ext3 partition is created when u partition through cwm. So select ext3 option in link2sd.
Click to expand...
Click to collapse
Now is working but I had one strange issue where after moving programs to sd card they still exist in phone so I've two copies.
To be certain how to do it: first I've to move to sdcard and then I've to create link right?
EDIT: Seems to be first time use issue problem, I didn't saw arrow (link)
Thanks
Thom

[Q] Samsung Galaxy GT-S5830i help needed plz

I purchased my first smartphone just two months ago so I am very new to this. When I recieved my new phone I found that there was a lot of apps that I did not realy want but can't uninstall nor move to the SD card. I have read so much here and on other sites that "rooting" the device will give me better control over storage I would like to do this but not sure exactly what software I should use to do this.
Can anyone help plz,
My smartphone info is:
Samsung Galaxy Ace GT5830i
Android Version 2.3.6
Baseband Version S5830iXXLD2
Kernel Version 2.6.35.7 [email protected] #1
Build Number GINGERBREAD.XXLD3
PC/ Running Windows XP Home edition with Samsung Kies installed.
well 1st u have to root ur phone..u can find it in this forum...i got d same phone...wekk i still cnt find a good custom rom...n yeah...aftr rooting ur can download link2sd app from google play...dis app can move apps to sd card...including whatsapp like app...:good:
Hello, you can follow these instructions
http://forum.xda-developers.com/showthread.php?t=1552792
How to root Galaxy Ace s5830i.
1.Put update.zip in your main directory in the SD card.
2.Turn off your phone.
3.Boot in Recovery by pressingOWER+VOLUME UP+HOME buttons.
4.In Recovery select Install zip from sd
5.Choose update.zip
6.Reboot your phone and it's ready.There must be a Superuser icon in your Apps menu.
Click to expand...
Click to collapse
ZakooZ said:
Hello, you can follow these instructions
http://forum.xda-developers.com/showthread.php?t=1552792
Click to expand...
Click to collapse
Thanks guys for the above info, my next question is whats the best way to put "update.zip" file on to pnone SD card after downloading on to PC:
Is it best to:
Copy and paste file from PC to SD card with phone attached to PC using USB cable.
or
Move file to SD card using same set up as above.
or
Use a SD card adaptor fitted to PC USB and move or copy file to phone SD card fitted to adaptor.
Sorry for the above silly questions.
soundacer said:
Thanks guys for the above info, my next question is whats the best way to put "update.zip" file on to pnone SD card after downloading on to PC:
Is it best to:
Copy and paste file from PC to SD card with phone attached to PC using USB cable.
or
Move file to SD card using same set up as above.
or
Use a SD card adaptor fitted to PC USB and move or copy file to phone SD card fitted to adaptor.
Sorry for the above silly questions.
Click to expand...
Click to collapse
Ys its a silly question
As long as u r able to move the file....u cn use any f the methods...
limaakum said:
Ys its a silly question
As long as u r able to move the file....u cn use any f the methods...
Click to expand...
Click to collapse
Sorry for last silly questions, this is what I have done so far.
Fitted cable from phone to PC USB
SD files seen ok on pc, moved "update.zip" file from PC to phone SD card and disconnected phone from PC.
Powered up phone using: volume+home+power buttons.
Used volume up/down to select .zip file pressed home to install.
Rebooted phone and checked for "superuser icon" it was there so looks like my phone is rooted.
Downloaded and installed on phone "Link2SD" and it worked ok I could open all options, but still to partition my SD card, thats my next task.
I have downloaded "MiniTool Partition Wizard Home Edition v7.6" and installed on my PC ready to partition my SD card I have read a few posts here and other web sites to try and understand what format is best for my Phones SD card.
What is the best format to use: ext2 or ext3 ??
What is the best way to backup/reinstall apps that are on my SD card at the moment ??
soundacer said:
Sorry for last silly questions, this is what I have done so far.
Fitted cable from phone to PC USB
SD files seen ok on pc, moved "update.zip" file from PC to phone SD card and disconnected phone from PC.
Powered up phone using: volume+home+power buttons.
Used volume up/down to select .zip file pressed home to install.
Rebooted phone and checked for "superuser icon" it was there so looks like my phone is rooted.
Downloaded and installed on phone "Link2SD" and it worked ok I could open all options, but still to partition my SD card, thats my next task.
I have downloaded "MiniTool Partition Wizard Home Edition v7.6" and installed on my PC ready to partition my SD card I have read a few posts here and other web sites to try and understand what format is best for my Phones SD card.
What is the best format to use: ext2 or ext3 ??
What is the best way to backup/reinstall apps that are on my SD card at the moment ??
Click to expand...
Click to collapse
1. Use ext3 for sd-ext (2nd Partition)
2. Use Titanium Backup for backup & restore system/user apps along with many other useful options as well
saeed14i said:
1. Use ext3 for sd-ext (2nd Partition)
2. Use Titanium Backup for backup & restore system/user apps along with many other useful options as well
Click to expand...
Click to collapse
Thanks for that saeed14i
This is where I get a wee bit confused regarding formating you suggested ext3 but when you read the information for link2sd it says to format both partitions as FAT32 they say that ext2/ext3 may not work on all phones but FAT32 works on all, have I read this correctly ?
I downloaded "Titanium app" free edition and installed on my phone it runs fine after install but can you use this app to backup apps thats on the SD card to PC ?
At the moment I can't see an option to do this, have I missed somthing?
soundacer said:
Thanks for that saeed14i
This is where I get a wee bit confused regarding formating you suggested ext3 but when you read the information for link2sd it says to format both partitions as FAT32 they say that ext2/ext3 may not work on all phones but FAT32 works on all, have I read this correctly ?
I downloaded "Titanium app" free edition and installed on my phone it runs fine after install but can you use this app to backup apps thats on the SD card to PC ?
At the moment I can't see an option to do this, have I missed somthing?
Click to expand...
Click to collapse
1. Detecting ext3/4 depends on your kernel. But even if you are on stock 5830i firmware & kernel, link2sd will detect sd-ext even if it is ext2 format. If you are on Rafael Kernel, you can format sd-ext on ext3 or ext4. I recommended ext3, coz most people do that, and so far ext3 is reported to perform best without stressing much life out of your SD Card. I haven't ever tried formating sd-ext in fat32 or heard of someone doing that. So can't say if Fat32 is better than the ext file system or the other way around
2. You'll have to manually copy the backup you made in the "sdcard/titaniumbackup" folder in your SD card to Your PC. Whenever you want to restore that backup, simply put it back in same directory in SD card and run titanium restore process
saeed14i said:
1. Detecting ext3/4 depends on your kernel. But even if you are on stock 5830i firmware & kernel, link2sd will detect sd-ext even if it is ext2 format. If you are on Rafael Kernel, you can format sd-ext on ext3 or ext4. I recommended ext3, coz most people do that, and so far ext3 is reported to perform best without stressing much life out of your SD Card. I haven't ever tried formating sd-ext in fat32 or heard of someone doing that. So can't say if Fat32 is better than the ext file system or the other way around
2. You'll have to manually copy the backup you made in the "sdcard/titaniumbackup" folder in your SD card to Your PC. Whenever you want to restore that backup, simply put it back in same directory in SD card and run titanium restore process
Click to expand...
Click to collapse
Thanks for the pointers saeed14i
I have stock kernel, well its never been changed since I purchased the phone, the info on my phone tells me its Kernel version 2.6.35.7 dpl[email protected] #1. I will use as you sugested ext3.
I will follow yor instructions as regards backup method.
The phone I have has the original SD card (2gb) I have now purchased a new SD card (16gb) so I plan is to start backup of original SD and partition the new SD and start moving apps and hope all goes well.
Will post here as soon as I have completed or for further help, I hope all goes to plan lol.
Thanks again saeed14i
soundacer said:
Thanks for the pointers saeed14i
I have stock kernel, well its never been changed since I purchased the phone, the info on my phone tells me its Kernel version 2.6.35.7 [email protected] #1. I will use as you sugested ext3.
I will follow yor instructions as regards backup method.
The phone I have has the original SD card (2gb) I have now purchased a new SD card (16gb) so I plan is to start backup of original SD and partition the new SD and start moving apps and hope all goes well.
Will post here as soon as I have completed or for further help, I hope all goes to plan lol.
Thanks again saeed14i
Click to expand...
Click to collapse
You are welcome and good luck with ur plans ... One little correction in your post. As i explained earlier that default kernel will only recognize ext2. so format sd-ext in ext2 format to get it detected in link2sd on default firmware. ext3/ext4 is only detectable in custom kernel
saeed14i said:
You are welcome and good luck with ur plans ... One little correction in your post. As i explained earlier that default kernel will only recognize ext2. so format sd-ext in ext2 format to get it detected in link2sd on default firmware. ext3/ext4 is only detectable in custom kernel
Click to expand...
Click to collapse
Must have misunderstood, I shall use ext2 to format sd-ext.
I may not bother just now doing a backup of old 2gb SD card because the apps I have on there I can re-download when I have set up the new card so I may just delete these apps to get them of the system and start fresh, there not important apps anyway.
Sorry but I meant to ask what would be the best sizes for each partition when I format the 16gb SD card ?
Let me know what you think.
soundacer said:
I purchased my first smartphone just two months ago so I am very new to this. When I recieved my new phone I found that there was a lot of apps that I did not realy want but can't uninstall nor move to the SD card. I have read so much here and on other sites that "rooting" the device will give me better control over storage I would like to do this but not sure exactly what software I should use to do this.
Can anyone help plz,
My smartphone info is:
Samsung Galaxy Ace GT5830i
Android Version 2.3.6
Baseband Version S5830iXXLD2
Kernel Version 2.6.35.7 [email protected] #1
Build Number GINGERBREAD.XXLD3
PC/ Running Windows XP Home edition with Samsung Kies installed.
Click to expand...
Click to collapse
Presuming that you've managed to root and everything else ran smoothly, if you're still looking to remove some of that bloatware permanently, you can install es explorer and do that.
Sywped from my GT-I9300 running Omega v27.2 & franco.Kernel r19
soundacer said:
Must have misunderstood, I shall use ext2 to format sd-ext.
I may not bother just now doing a backup of old 2gb SD card because the apps I have on there I can re-download when I have set up the new card so I may just delete these apps to get them of the system and start fresh, there not important apps anyway.
Sorry but I meant to ask what would be the best sizes for each partition when I format the 16gb SD card ?
Let me know what you think.
Click to expand...
Click to collapse
1.5 - 2 gb i guess would b enough for sd-ext.
Sent from my GT-S5660 using xda app-developers app
saeed14i said:
1.5 - 2 gb i guess would b enough for sd-ext.
Sent from my GT-S5660 using xda app-developers app
Click to expand...
Click to collapse
Ooops!! I was too eager I made my sd-ext 4gb using minitool, will this cause a problem when I mount sd card and install apps ???
soundacer said:
Ooops!! I was too eager I made my sd-ext 4gb using minitool, will this cause a problem when I mount sd card and install apps ???
Click to expand...
Click to collapse
No problems except may b eventually low space issue on ur primary partition. Because sd-ext will not ever take 4gb space i guess so extra storage space may be wasted
Sent from my GT-S5660 using xda app-developers app
saeed14i said:
No problems except may b eventually low space issue on ur primary partition. Because sd-ext will not ever take 4gb space i guess so extra storage space may be wasted
Sent from my GT-S5660 using xda app-developers app
Click to expand...
Click to collapse
Yes saeed14i Understand what your saying but having 10gb or so on first partition will be ok in my situation as I will only be using for pictures etc and I am one of these guys that uploads pics to PC and does a clean up on a regular basis.
So this is how it stands now, Backed up my apps on the old SD card using "Wondershare MobileGo for Android" ready to reinstall on to 2nd partition of new SD card, formated and created partitions on new SD card using "MiniTool Partition Wizard home edition", I then used "Link2sd" to link apps that were on internal storage, reinstalled backed up apps using "Wondershare" they went straight to internal storage but linked to 2nd partition with no problems.
Note/ I did not link any system apps.
Was a bit confused at first when trying to link apps to 2nd partition as when you open an app in Link2sd it shows a window with info of app and some buttons and I thought you had to use the "move to SD card" but I realised you only use the "create link button", silly me.
As I said above I used "Wondershare MobileGo for Android" to do backup and found it worked well I liked the fact that you dont require your USB cable to attach your phone to PC you can use WiFi and that is what I used and it worked great.
Phone Internal storage before starting was 3.5mb free
After doing all of the above my internal storage is now 118mb free (well worth doing)
I will try and post some pictures at a later date once I get them sortd out.
The whole process of rooting, creating 2nd partition, backing up apps and linking apps to 2nd partition has went well, a big thanks to you saeed14i and other members who posted on this thread. I was very aprehensive before I satarted but being on xda has helped a lot.
Back soon.
soundacer said:
Yes saeed14i Understand what your saying but having 10gb or so on first partition will be ok in my situation as I will only be using for pictures etc and I am one of these guys that uploads pics to PC and does a clean up on a regular basis.
So this is how it stands now, Backed up my apps on the old SD card using "Wondershare MobileGo for Android" ready to reinstall on to 2nd partition of new SD card, formated and created partitions on new SD card using "MiniTool Partition Wizard home edition", I then used "Link2sd" to link apps that were on internal storage, reinstalled backed up apps using "Wondershare" they went straight to internal storage but linked to 2nd partition with no problems.
Note/ I did not link any system apps.
Was a bit confused at first when trying to link apps to 2nd partition as when you open an app in Link2sd it shows a window with info of app and some buttons and I thought you had to use the "move to SD card" but I realised you only use the "create link button", silly me.
As I said above I used "Wondershare MobileGo for Android" to do backup and found it worked well I liked the fact that you dont require your USB cable to attach your phone to PC you can use WiFi and that is what I used and it worked great.
Phone Internal storage before starting was 3.5mb free
After doing all of the above my internal storage is now 118mb free (well worth doing)
I will try and post some pictures at a later date once I get them sortd out.
The whole process of rooting, creating 2nd partition, backing up apps and linking apps to 2nd partition has went well, a big thanks to you saeed14i and other members who posted on this thread. I was very aprehensive before I satarted but being on xda has helped a lot.
Back soon.
Click to expand...
Click to collapse
However, even if you install link2sd
Some memory is consumed in internal storage
Whatever you do, you can't help it
iamareebjamal said:
However, even if you install link2sd
Some memory is consumed in internal storage
Whatever you do, you can't help it
Click to expand...
Click to collapse
With link2sd, U can uninstall useless system apps eg office viewer native email client etc to free internal storage. Complete list is provided by shankay in a. Seperate thread.u can also free space from data partion by moving apps like Facebook etc to SD card. And don't forget to clean app cache regularly
Sent from my GT-S5660 using xda app-developers app
saeed14i said:
With link2sd, U can uninstall useless system apps eg office viewer native email client etc to free internal storage. Complete list is provided by shankay in a. Seperate thread.u can also free space from data partion by moving apps like Facebook etc to SD card. And don't forget to clean app cache regularly
Sent from my GT-S5660 using xda app-developers app
Click to expand...
Click to collapse
Totaly agree iamareebjamal and good point.
Yes saeed14i I will have a look for "shankay" post regards clean up of apps and yes I have been cleaning out cache on a regular basis :good:
I have put together some pictures of Rooting and Link2sd to poss help others.
The pic below is installing "update.zip"
{
"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"
}
Below is picture of Lnk2sd storage info (had to do a bit of cut/paste to get all in picture)
*****Is it possable to increase system space, at 3% just now, and how would that be done ???*****
View attachment 1416511
Below is a picture of Link2sd apps info showing linked files:
View attachment 1416516
There has been no marked difference in battery use and I feel my phone is responding well with no hickups :good:
Will post other pictures soon with regards to other stuff I have done.

Categories

Resources