Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Zachary57
Old
(Last edited by Zachary57; 29th January 2013 at 01:49 PM.)
#1  
Senior Member - OP
Thanks Meter 125
Posts: 575
Join Date: Feb 2011
Default [GUIDE] Link2SD on milestone XT 720

Warning, you are the only responsable if your phone is inusable because of applying this tutorial. Don't do that if you don't know what's you do !!

So, if you accept the risk, here is what I did on my milestone XT720 (European) running android 2.1-update1 to have Link2SD :

What's you need :

Into your phone

Application AppInstaller (on market)
Application Universal Androot ( here : http://forum.xda-developers.com/atta...9&d=1281616832)
File ext2.ko (in sd card : http://forum.xda-developers.com/show...98&postcount=8)

Into your computer :

Programm MiniTool Partition Wizard Home Edition

When you have that, you can start

1) Install all previous app and put file ext2.ko into your sd card
2) Connect your phone in pc on sd card access mode ---> Notice : it's better to use a computer card reader
3) Partition your sd card into 2 partitions with MiniTool Partition Wizard Home Edition : 1 in fat32 and other in ext2 (partition in ext2 is used for your apps)
4) Disconnect your phone of your computer
5) Install Universal Androot with AppInstaller
6) Launch Universal Androot and root your phone by clicking root button
7) Install Application Root Explorer (from market) or another file explorer or you can use adb too
8) Launch Root Explorer, click on R/W button and paste the ext2.ko in /system/lib/modules/
9) Install Application Terminal Emulator (on market)
10) Launch Terminal Emulator
11) Type /system/bin/su
12) Accept superuser request
13) Type insmod /system/lib/modules/ext2.ko
14) Install Link2SD : http://forum.xda-developers.com/showthread.php?t=919326 (UPDATE : Now available on PlayStore)
15) Launch it and it will work

Release of link2sd on my install was 1.2.1.
Upgrade to 1.4.1 added option to move dalvik-cache
Upgrade to 1.5.0 added option to have a second partition in fat 32, so step 7 to 13 no more needed in case of you format in fat 32.

Post if you find any mistake on this tutorial.

UPDATE : In most 2.2 customs ROM you simply have to make 2 partition and to create a link2sd folder on your second partition.
For that, open root explorer, go to /sd-ext and create folder link2sd.

UPDATE 2 : For CronosX 2.3.7 ROM :
-Make 2 part into your sdcard
-Install Link2sd from market and transform it as system app (Simply move apk to /system/app and reboot)

NOTICE : You will probably lost all installed app : to avoid that you can PROBABLY copy all your old ext part in first sd part and then move that to /data/sdext after you will achieve last step.

-Remove 05mountsd 07app2ext 11link2sd from /etc/init.d/
-Reboot
-launch Link2sd
The Following User Says Thank You to Zachary57 For This Useful Post: [ Click to Expand ]
 
aleksandar0475
Old
#2  
aleksandar0475's Avatar
Senior Member
Thanks Meter 2
Posts: 109
Join Date: Oct 2008
Location: Republic of Serbia
Thank you very much,I will try to do this. I think this is the only application missing on this wonderful phone. Thanks again for your efforts.
Samsung Galaxy S III 4G stock 4.1.2,unbranded,black + Micro SD SanDisk Ultra 64Gb class 10
 
pspdancer
Old
#3  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Feb 2011
i want to have a try
 
pspdancer
Old
#4  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Feb 2011
It seems that i have to download ext2.ko first
 
polda78
Old
#5  
Member
Thanks Meter 7
Posts: 40
Join Date: Oct 2010
hi..

i've made it! but i'm using FAT32 Format as my 2nd partition.
Would it make any different in performance or anything if i'm using Fat32 as my 2nd partition instead of Ext2 format?

thank you,
 
Zachary57
Old
(Last edited by Zachary57; 2nd June 2011 at 09:47 AM.)
#6  
Senior Member - OP
Thanks Meter 125
Posts: 575
Join Date: Feb 2011
Quote:
Originally Posted by polda78 View Post
hi..

i've made it! but i'm using FAT32 Format as my 2nd partition.
Would it make any different in performance or anything if i'm using Fat32 as my 2nd partition instead of Ext2 format?

thank you,
I never tryed but I think that you will not see any difference because in stock 2.2 (on other phones) I mean that apps are moved to sd that is usually in FAT32. More, use a FAT partition is more easy because you don't need to insert ext2.ko.

Tutorial was for ext2.ko because it was the only way to use link2sd with link2sd 1.2
 
dead_e1
Old
#7  
dead_e1's Avatar
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Jul 2011
Location: Indonesia
Thanks in advice bro...
newbie will try soon...
 
dead_e1
Old
#8  
dead_e1's Avatar
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Jul 2011
Location: Indonesia
Quote:
Originally Posted by Zachary57 View Post
Warning, you are the only responsable if your phone is inusable because of applying this tutorial. Don't do that if you don't know what's you do !!

So, if you accept the risk, here is what I did on my milestone XT720 (European) running android 2.1-update1 to have Link2SD :

What's you need :

Into your phone

Application AppInstaller (on market)
Application Universal Androot ( here : http://forum.xda-developers.com/atta...9&d=1281616832)
File ext2.ko (in sd card : http://forum.xda-developers.com/show...98&postcount=8)

Into your computer :

Programm MiniTool Partition Wizard Home Edition

When you have that, you can start

1) Install all previous app and put file ext2.ko into your sd card
2) Connect your phone in pc on sd card access mode
3) Partition your sd card into 2 partitions with MiniTool Partition Wizard Home Edition : 1 in fat32 and other in ext2 (partition in ext2 is used for your apps)
4) Disconnect your phone of your computer
5) Install Universal Androot with AppInstaller
6) Launch Universal Androot and root your phone by clicking root button
7) Install Application Root Explorer (from market)
8) Launch Root Explorer, click on R/W button and paste the ext2.ko in /system/lib/modules/
9) Install Application Terminal Emulator (on market)
10) Launch Terminal Emulator
11) Type /system/bin/su
12) Accept superuser request
13) Type insmod /system/lib/modules/ext2.ko
14) Install Link2SD : http://forum.xda-developers.com/showthread.php?t=919326
15) Launch it and it will work

Release of link2sd on my install was 1.2.1.
Upgrade to 1.4.1 added option to move dalvik-cache
Upgrade to 1.5.0 added option to have a second partition in fat 32, so step 7 to 13 no more needed in case of you format in fat 32.

Post if you find any mistake on this tutorial.
work perfect in my xt bro....
thanks a lot
 
jo1968
Old
#9  
Junior Member
Thanks Meter 5
Posts: 13
Join Date: Jan 2009
I use it with 2nd partation fat 32 and it work very good ........ thanks
 
mostafiztuhin
Old
#10  
Junior Member
Thanks Meter 0
Posts: 14
Join Date: Jul 2011
Quote:
Originally Posted by Zachary57 View Post
Warning, you are the only responsable if your phone is inusable because of applying this tutorial. Don't do that if you don't know what's you do !!

So, if you accept the risk, here is what I did on my milestone XT720 (European) running android 2.1-update1 to have Link2SD :

What's you need :

Into your phone

Application AppInstaller (on market)
Application Universal Androot ( here : http://forum.xda-developers.com/atta...9&d=1281616832)
File ext2.ko (in sd card : http://forum.xda-developers.com/show...98&postcount=8)

Into your computer :

Programm MiniTool Partition Wizard Home Edition

When you have that, you can start

1) Install all previous app and put file ext2.ko into your sd card
2) Connect your phone in pc on sd card access mode
3) Partition your sd card into 2 partitions with MiniTool Partition Wizard Home Edition : 1 in fat32 and other in ext2 (partition in ext2 is used for your apps)
4) Disconnect your phone of your computer
5) Install Universal Androot with AppInstaller
6) Launch Universal Androot and root your phone by clicking root button
7) Install Application Root Explorer (from market) or another file explorer or you can use adb too
8) Launch Root Explorer, click on R/W button and paste the ext2.ko in /system/lib/modules/
9) Install Application Terminal Emulator (on market)
10) Launch Terminal Emulator
11) Type /system/bin/su
12) Accept superuser request
13) Type insmod /system/lib/modules/ext2.ko
14) Install Link2SD : http://forum.xda-developers.com/showthread.php?t=919326
15) Launch it and it will work

Release of link2sd on my install was 1.2.1.
Upgrade to 1.4.1 added option to move dalvik-cache
Upgrade to 1.5.0 added option to have a second partition in fat 32, so step 7 to 13 no more needed in case of you format in fat 32.

Post if you find any mistake on this tutorial.
2nd partition could not mount in my huwaie u8500 (branded as grameenphone crystal in Bangladesh), 2.1. partition is fat 32,primary, done by minitool.always says restart then automatically mount but never mount after restart . in link2sd storage info it shows partition but not mounted.Pl help me.

 
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...