Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
waqasleo17
Old
(Last edited by Andy; 9th April 2012 at 08:34 PM.)
#1  
Senior Member - OP
Thanks Meter 116
Posts: 315
Join Date: Feb 2011
Default [GUIDE]Procedure to Move Apps 2 Sd (ICS)

Hi Everyone

I am creating this thread because most of the people still asking how to move the apps 2 sd on ICS, as the app2sd dt is not working.

So here is a step by step guide to do it.

1st you need any root explorer.
I am using the File Manager (because the Root Explorer is getting FCs on ICS)

Here is the link to the File Manager
https://play.google.com/store/apps/d...=search_result

Load the File Manager
Go to setting and Tick the root explorer and Mount System Folders.
(Allow the Super User Permission)

Then download this file
http://forum.xda-developers.com/atta...5&d=1328558597

Unzip it and paste it in the sdcard.

Now open the File Manager
Copy The "S2E" from the sdcard\ICS_simple2ext\system\app
and paste it to the system\app (presented in the root folder)

Similarly copy the "20userinit" file from the sdcard\ICS_simple2ext\system\etc\init.d
And paste it to the system\etc\init.d (presented in the root folder)
It will ask to replace the file, so Just Replace it

Now open the S2E from the app drawer and configure the following :
- Menu->Settings: Check "Extended partiton info", "Mount as ext4" and "Set read buffer"
-Reboot your phone
-Start S2E again : Check "Applications" , "Private apps"
-Reboot your phone

Note: If you like you can also check the "Dalvik Cache" and the "Download cache"

You will get around 170 mb internal memory free out of 178 mb.

Special Thanks to:

Maclaw and His Team for Providing us the ICS
"Hit the Thanks Button, If u like my post"
The Following 22 Users Say Thank You to waqasleo17 For This Useful Post: [ Click to Expand ]
 
shiftyHungary
Old
#2  
shiftyHungary's Avatar
Senior Member
Thanks Meter 178
Posts: 349
Join Date: Sep 2011
Location: Budapest
Works perfectly, this is the right method. Tested and used on v6 and v7 too.
Using SEARCH and ADVANCED SEARCH will help you solving your problem. Reading the threads will help you too.

Spamming don't.
=====================================

Samsung Galaxy Gio || - Device reserved

Sony Ericsson Xperia Neo V --- Jelly Sandwich

=====================================
The Following User Says Thank You to shiftyHungary For This Useful Post: [ Click to Expand ]
 
djph4ntom
Old
#3  
Senior Member
Thanks Meter 113
Posts: 303
Join Date: Sep 2011
Location: Constanta
followed the guide exactly. move the file to the specific location. after i restarted my phone there was no s2e app installed. tried opening it manually from system/app but i got this error : There is a problem parsing the package . the script is there, the 20userinit file, i tried using a2sd DT GUI but it says there is a problem with the script
[B][I]Proud owner of GT-S5660 aka Galaxy GIO
-[ROM]-GyanogenMod9-Beta10
-Android Version- ICS 4.0.4
-If I helped you in any way plz press the Thanks button.
 
CoreWolf
Old
#4  
CoreWolf's Avatar
Senior Member
Thanks Meter 121
Posts: 264
Join Date: Oct 2010
Location: Zoetermeer

 
DONATE TO ME
But... this forum is not the place for guides

Sent from my hexacore rooted toaster with xdatoast premium
This is my boring signature, if you're reading it then you don't have a life.
 
jrusinek
Old
#5  
Member
Thanks Meter 22
Posts: 79
Join Date: Nov 2011
Maybe not, but looking after all these morons spamming CM9 dev thread, it could be sticky here, as an exception.
My device of choice? Nokia Lumia 710 with Windows Phone 7

My blog
The Following User Says Thank You to jrusinek For This Useful Post: [ Click to Expand ]
 
Andrianpurnama
Old
#6  
Andrianpurnama's Avatar
Senior Member
Thanks Meter 11
Posts: 152
Join Date: Nov 2011
Location: bandung
Work great..thanks bro.

Sent from my GT-S5660 using Tapatalk
The Following User Says Thank You to Andrianpurnama For This Useful Post: [ Click to Expand ]
 
donlecho
Old
#7  
donlecho's Avatar
Member
Thanks Meter 65
Posts: 99
Join Date: Dec 2009
Location: Białystok
This is not CWM update package?
 
voetbalremco
Old
#8  
voetbalremco's Avatar
Recognized Developer
Thanks Meter 1593
Posts: 3,918
Join Date: Jan 2012
Location: gelderland

 
DONATE TO ME
Quote:
Originally Posted by donlecho View Post
This is not CWM update package?
it is, but originally for another phone I think, but I saw the script and you should be able to install it in recovery, just make a backup, and mount system before flashing, the script doesn't do this.


buy me a beer if you like my work
 
donlecho
Old
#9  
donlecho's Avatar
Member
Thanks Meter 65
Posts: 99
Join Date: Dec 2009
Location: Białystok
Quote:
Originally Posted by voetbalremco View Post
it is, but originally for another phone I think, but I saw the script and you should be able to install it in recovery, just make a backup, and mount system before flashing, the script doesn't do this.
But I think the system partition is mounted. See this.

updater-script file from meta inf
Code:
ui_print("Custom update script for");
ui_print("Sandvold's ICS for bravo");
ui_print("Packed by tlex");
ui_print("http://e-tel.eu");
ui_print(" ");
ui_print("Mounting system");
run_program("/sbin/busybox", "mount", "/system");
ui_print("Deleting old files");
ui_print(" ");
delete("/system/etc/init.d/10apps2sd");
ui_print("Extracting new files");
package_extract_dir("system", "/system");
ui_print("Setting permissions");
set_perm(0, 0, 0644, "/system/app/s2e.apk");
set_perm(0, 0, 0755, "/system/etc/init.d/20userinit");
ui_print("Unmounting system");
run_program("/sbin/busybox", "umount", "/system");
ui_print(" ");
ui_print("All done!");
In line 7 is command to mount system.
 
waqasleo17
Old
#10  
Senior Member - OP
Thanks Meter 116
Posts: 315
Join Date: Feb 2011
Quote:
Originally Posted by donlecho View Post
This is not CWM update package?
I was unable to install it in the clock recovery mode.
Thats Why I found the alternate solution, and posted it.
Its working without any issues
"Hit the Thanks Button, If u like my post"

The Following User Says Thank You to waqasleo17 For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...