Related
Using Dexter 1.3 with mioze patch, link2sd crash a lot of apps, I have an ext2 part but link2sd want to create a script as ext2 is visible. What I have to do to have link2sd like in 2.1 ?
In bugfix3 you just create a folder called link2sd in the sd-ext partition and reboot. The bugfix3 boot scripts should take care of everything else for you. I haven't used link2sd in a while, though--so I don't know if something has changed on link2sd's end. Try creating /sd-ext/link2sd and rebooting.
Mioze7Ae said:
In bugfix3 you just create a folder called link2sd in the sd-ext partition and reboot. The bugfix3 boot scripts should take care of everything else for you. I haven't used link2sd in a while, though--so I don't know if something has changed on link2sd's end. Try creating /sd-ext/link2sd and rebooting.
Click to expand...
Click to collapse
Thank you, so, if I all understand I simply create /sd-ext/link2sd and reboot so I don't install app ?
But how can I choose wich apps are linked ?
PS : I have another problem, can you explain me how to disable sound and vibrator on start and close of the phone ?
Thank you for your patch and your help.
Yes you do install the app but when link your apps they well get put into that folder.
Install link2sd, create sd-ext/link2sd folder, reboot and you should be good to go. Make sure you have ext partition and also see guide in apps forum about how and where to put ext.ko script in /system. Might have to close out of the link2sd app once or twice to get it to work, but once it does, you will be on your way.
And always remember, even a broken clock is right twice a day.
Thank you I succesfull run Link2sd but I haven't to put ext.ko Dexter's ROM see ext on it own. My problem was that Link2sd was creating a script but to fix, I just had to create sd-ext/link2sd and he don't ask anymore for creating a script.
Great good to see it works.
And always remember, even a broken clock is right twice a day.
Haha that guide on other forum for link2sd was yours.
And always remember, even a broken clock is right twice a day.
Woodrube said:
Haha that guide on other forum for link2sd was yours.
Click to expand...
Click to collapse
yes but it was for stock 2.1 not for Dexter 1.3.
Hi,
I saw that under CronosX ROM both /data/app and /sdext/app are used to store apk (/sdext/app is a copy of /data/app) so I tried to install link2sd but it fail it can't mount sdext it say device is busy.
Can someone help me to fix ?
I tried to mount with adb and same error.
So after fiew more search I finally succed. So what I did :
-Install Link2sd from market and transform it as system app
-Remove 05mountsd 07app2ext 11link2sd from /etc/init.d/
-Reboot phone
-launch Link2sd
[Be carreful : Backup your app before because I lost all my app by doing this. So you have to install all your app after that or maybe you can move from sd-ext to data/sdext. I don't know because I tried link2sd without removing script first so it lose all app.]
For know Link2sd work and I haven't to wait anymore to enter simcode at startup but I have to test to be sure.
After fiew test I confirm that I have no more need to wait to enter pincode at boot.
Zachary57 said:
So after fiew more search I finally succed. So what I did :
-Install Link2sd from market and transform it as system app
-Remove 05mountsd 07app2ext 11link2sd from /etc/init.d/
-Reboot phone
-launch Link2sd
[Be carreful : Backup your app before because I lost all my app by doing this. So you have to install all your app after that or maybe you can move from sd-ext to data/sdext. I don't know because I tried link2sd without removing script first so it lose all app.]
For know Link2sd work and I haven't to wait anymore to enter simcode at startup but I have to test to be sure.
After fiew test I confirm that I have no more need to wait to enter pincode at boot.
Click to expand...
Click to collapse
Thanks a lot.
Unable to find mentioned files 05mountsd 07app2ext 11link2sd in /etc/init.d on Bravo.
krishn said:
Thanks a lot.
Unable to find mentioned files 05mountsd 07app2ext 11link2sd in /etc/init.d on Bravo.
Click to expand...
Click to collapse
So if you try to install make a backup of your rom before because first launch can make you lose all your app. If you have a mount error saying device is busy at link2sd start it mean that there is a script in another place that make the same as those I deleted.
Sent from my Milestone XT720 using xda app.
[Solved] Link2sd on cm7 galaxy mini
Zachary57 said:
So after fiew more search I finally succed. So what I did :
-Install Link2sd from market and transform it as system app
-Remove 05mountsd 07app2ext 11link2sd from /etc/init.d/
-Reboot phone
-launch Link2sd
[Be carreful : Backup your app before because I lost all my app by doing this. So you have to install all your app after that or maybe you can move from sd-ext to data/sdext. I don't know because I tried link2sd without removing script first so it lose all app.]
For know Link2sd work and I haven't to wait anymore to enter simcode at startup but I have to test to be sure.
After fiew test I confirm that I have no more need to wait to enter pincode at boot.
Click to expand...
Click to collapse
Thanks for this work around. It was usefull for my galaxy mini. At least on first boot. We'll see how it behaves after a few boots. I was unable to link apps due to "read only" mounting. And this was the most convincing and easy way to do it. After couple of days searching everywhere.
My steps:
1. Install Link2SD, launch so it makes the mounting script.
2. Remove mount scripts from /etc/init.d using terminal in my device.
Code:
cd /etc/init.d ; rm 05mountsd ; rm 11link2sd
3. transform to system app by moving Link2SD from /data/app to /system/app
Code:
mv /data/app/com.buak.Link2SD-1.apk /system/app/com.buak.Link2SD-1.apk ;reboot
I didn't backup or anything because I was using a new SDcard and a fresh install.
Thanks Zachary57
samsung galaxy mini
cwm recovery
cyanogenMod-7.2.0-tass
Android 2.3.7
ChetingerX said:
Thanks for this work around. It was usefull for my galaxy mini. At least on first boot. We'll see how it behaves after a few boots. I was unable to link apps due to "read only" mounting. And this was the most convincing and easy way to do it. After couple of days searching everywhere.
My steps:
1. Install Link2SD, launch so it makes the mounting script.
2. Remove mount scripts from /etc/init.d using terminal in my device.
Code:
cd /etc/init.d ; rm 05mountsd ; rm 11link2sd
3. transform to system app by moving Link2SD from /data/app to /system/app
Code:
mv /data/app/com.buak.Link2SD-1.apk /system/app/com.buak.Link2SD-1.apk ;reboot
I didn't backup or anything because I was using a new SDcard and a fresh install.
Thanks Zachary57
samsung galaxy mini
cwm recovery
cyanogenMod-7.2.0-tass
Android 2.3.7
Click to expand...
Click to collapse
Mine doesn't have this "05mountsd", and then...?
g.man.7489 said:
Mine doesn't have this "05mountsd", and then...?
Click to expand...
Click to collapse
Try to do others steps. Be sure to make Link2sd a system app and it should work.
ChetingerX said:
Thanks for this work around. It was usefull for my galaxy mini. At least on first boot. We'll see how it behaves after a few boots. I was unable to link apps due to "read only" mounting. And this was the most convincing and easy way to do it. After couple of days searching everywhere.
My steps:
1. Install Link2SD, launch so it makes the mounting script.
2. Remove mount scripts from /etc/init.d using terminal in my device.
Code:
cd /etc/init.d ; rm 05mountsd ; rm 11link2sd
3. transform to system app by moving Link2SD from /data/app to /system/app
Code:
mv /data/app/com.buak.Link2SD-1.apk /system/app/com.buak.Link2SD-1.apk ;reboot
Click to expand...
Click to collapse
I removed Link2SD and after re-installing it still doesn't mount partition.
I cant remove 11link2sd and 08mountsd ( i dont have 05mountsd) because it says "can't remove 08mountsd: Read-only file system" and "can't remove 11link2sd: Read-only file system".
What should i do?
Worked
It worked fine!
Created a ext4 partition with Mini tool partition wizard Home edition, Clicked on the "Recreate mount scripts" from the Left panel of Link2sd, the application asked for a rebooting, did it, fine! It is working
Phone Samsung Galaxy y
Cannot mount 2nd partition of SD card
I am trying to setup Link2SD and have partitioned my SD card to FAT32/ext2 and when I start Link2SD I get a Mount script error that a Mount script cannot be created. Can someone tell me how to partition my SD card (what settings to use) or use Link2SD so that the 2nd partition mounts and can be used to install my apps to on my external SD card?
Rooted Galaxy S5 Active on AT&T running KitKat 4.4.2
link2sd
i had a problem with partitioning my card and then got it partitioned and then would not mount with ext2 and redid it with ext 4 partition and then went to apps and cleared data in the app and retried and bam it is working..... i hope this helps someone :laugh:
chiefpriest said:
It worked fine!
Created a ext4 partition with Mini tool partition wizard Home edition, Clicked on the "Recreate mount scripts" from the Left panel of Link2sd, the application asked for a rebooting, did it, fine! It is working
Phone Samsung Galaxy y
Click to expand...
Click to collapse
What does ROM & Kernel you use ?
I have miniROM Inspired + Jarvis Kernel 2.2 not worked on ext4 .... :crying:
zachary57 said:
so after fiew more search i finally succed. So what i did :
-install link2sd from market and transform it as system app
-remove 05mountsd 07app2ext 11link2sd from /etc/init.d/
-reboot phone
-launch link2sd
[be carreful : Backup your app before because i lost all my app by doing this. So you have to install all your app after that or maybe you can move from sd-ext to data/sdext. I don't know because i tried link2sd without removing script first so it lose all app.]
for know link2sd work and i haven't to wait anymore to enter simcode at startup but i have to test to be sure.
After fiew test i confirm that i have no more need to wait to enter pincode at boot.
Click to expand...
Click to collapse
but how do you make link2sd a system app? What do i have to use? Where do i need to go? Recovery? What do i have to download?
Facukopech said:
but how do you make link2sd a system app? What do i have to use? Where do i need to go? Recovery? What do i have to download?
Click to expand...
Click to collapse
Titanium Backup to make app system. My init.d says permission denied do you have to have a custom rom
Zachary57 said:
So after fiew more search I finally succed. So what I did :
-Install Link2sd from market and transform it as system app
-Remove 05mountsd 07app2ext 11link2sd from /etc/init.d/
-Reboot phone
-launch Link2sd
[Be carreful : Backup your app before because I lost all my app by doing this. So you have to install all your app after that or maybe you can move from sd-ext to data/sdext. I don't know because I tried link2sd without removing script first so it lose all app.]
For know Link2sd work and I haven't to wait anymore to enter simcode at startup but I have to test to be sure.
After fiew test I confirm that I have no more need to wait to enter pincode at boot.
Click to expand...
Click to collapse
Using Samsung galaxy s8 plus exynos and i dont have the init.d folder? What should I do with the same error?
Guys I m newbie.
Want to know what is the best script or app or MOD which is best for moving apps and data to external memory and will help improving performance of our phone.
I am using Gingersnap 2.3 by neko, but s2e does not work on it?
Please hepl me with this.
Is this mod is safe to use?( Interactive Data2sd )
http://forum.xda-developers.com/showthread.php?t=1042828
Search for cronmod and you can choose a2sd, d2ext or intext
imloy said:
Guys I m newbie.
Want to know what is the best script or app or MOD which is best for moving apps and data to external memory and will help improving performance of our phone.
I am using Gingersnap 2.3 by neko, but s2e does not work on it?
Please hepl me with this.
Is this mod is safe to use?( Interactive Data2sd )
http://forum.xda-developers.com/showthread.php?t=1042828
Click to expand...
Click to collapse
http://www.xda-developers.com/android/move-selected-apps-to-sd-with-link2sd-app/
Also for me Link2SD is the best solution, I've a rooted phone with stock rom, I followed the guide and I choose to put 1 GB in the second partition for APP. Now after 1 year I've more than 500 addition MB of apps!
rodem77 said:
Also for me Link2SD is the best solution, I've a rooted phone with stock rom, I followed the guide and I choose to put 1 GB in the second partition for APP. Now after 1 year I've more than 500 addition MB of apps!
Click to expand...
Click to collapse
I am a big fan of cronmod's scripts. You can put the script in the init.d folder of the rom's .zip before you flash it, or you can flash one of cronmod's .zips immediately after flashing a ROM (before first boot).
I like them because they are fully automatic. You can install tons of apps, and they get put on your sd-ext without having to link them, or do anything to them. I used link2sd for a long time before I found cronmod's scripts. After a while I still ended up running out of space, and I would have to go back into link2sd to figure out what ELSI I could link.
With cronmod's scripts your internal folders ( like /data or /data/app depending on the script) get automatically mounted to to sd-ext. This effectively adds to your internal storage. I see it as more of a fix, while link2sd is more like a band-aid.
Sent from my LG-VM670 using xda app-developers app
upconvert said:
I am a big fan of cronmod's scripts. You can put the script in the init.d folder of the rom's .zip before you flash it, or you can flash one of cronmod's .zips immediately after flashing a ROM (before first boot).
I like them because they are fully automatic. You can install tons of apps, and they get put on your sd-ext without having to link them, or do anything to them. I used link2sd for a long time before I found cronmod's scripts. After a while I still ended up running out of space, and I would have to go back into link2sd to figure out what ELSI I could link.
With cronmod's scripts your internal folders ( like /data or /data/app depending on the script) get automatically mounted to to sd-ext. This effectively adds to your internal storage. I see it as more of a fix, while link2sd is more like a band-aid.
Sent from my LG-VM670 using xda app-developers app
Click to expand...
Click to collapse
Hi, thankyou for the tips, yes link2sd will not give you infinite space, once you start to have a lot of apps, them continue to write some data (cache, etc.) on your internal memory and this will lead you to fill your internal memory. So in my opinion with a non rooted phone, simple move app to sd is like a band-aid while link2sd on rooted phone is like a powerfull band-aid.
About the script, it will move ALL and let you to install infinite apps? I've readed that these kind of script give you also some stability problem on some apps and also decrease speed of the phone while for now, with link2sd i've no problem at all, I moved also gapps.
rodem77 said:
Hi, thankyou for the tips, yes link2sd will not give you infinite space, once you start to have a lot of apps, them continue to write some data (cache, etc.) on your internal memory and this will lead you to fill your internal memory. So in my opinion with a non rooted phone, simple move app to sd is like a band-aid while link2sd on rooted phone is like a powerfull band-aid.
About the script, it will move ALL and let you to install infinite apps? I've readed that these kind of script give you also some stability problem on some apps and also decrease speed of the phone while for now, with link2sd i've no problem at all, I moved also gapps.
Click to expand...
Click to collapse
Im using cronmod (int2ext+) and I haven't experienced any problems, I guess (haven't tested) they just released a script that will work with 4.2.1 The only app that ive seen with noticeable lag was titanium backup, but other than that its been great
Ive also used link2sd and that works extremely well also.
rodem77 said:
Hi, thankyou for the tips, yes link2sd will not give you infinite space, once you start to have a lot of apps, them continue to write some data (cache, etc.) on your internal memory and this will lead you to fill your internal memory. So in my opinion with a non rooted phone, simple move app to sd is like a band-aid while link2sd on rooted phone is like a powerfull band-aid.
About the script, it will move ALL and let you to install infinite apps? I've readed that these kind of script give you also some stability problem on some apps and also decrease speed of the phone while for now, with link2sd i've no problem at all, I moved also gapps.
Click to expand...
Click to collapse
Obviously, not infinite, but on my ov I have about 180 mb for my data partition. Using the d2ext script with a 2 gb sd-ext partition means that I increase that by literally over 1000%. I have absolutely no stability problems with the scripts. Sometimes a particular rom won't boot with a particular script, but I've always been able to find at least one script that will play nice with any rom I've used.
I really liked link2sd when I started using it, but eventually running out of space again, and constantly having to link apps got old. The script will move ALL of your apps without you having to tell it what to do, and your apps will still "think" they are installed on the phone, so widgets will work fine.
thanks!!!!!
Thanks guys!!!
I m now using int2ext+ by cronmod ....works perfect!!!!
very stable and smooth...:good:
:angel:
I've been using titaniumbackup to move apps to sd but my system partition is full now and theres nothing i can do.Will a script like Link2SD or others fix this?
No If you don't have an ext partition.
Backup all your apps (almost data) and make a new fresh install of the rom. Before flashing create an ext partition from recovery.
You can use link2sd or whatever script you want. I've always used link2sd because of its full control of installed apps (link/unlink/move to system, etc.) Now I'm very happy with int2extv2+.
But as anyting on android it's all about personal tries and choices.
MikeRWK said:
I've been using titaniumbackup to move apps to sd but my system partition is full now and theres nothing i can do.Will a script like Link2SD or others fix this?
Click to expand...
Click to collapse
As we have a very meagre system space, it becomes as much as a necessity to use different '2SD' scripts like Link2SD on the phone to enjoy our favourite apps..i use Link2SD and am very happy & satisfied with it..
Hi guys
I have a little problem and maybe some of you also have it.
First i own a xt1541 8GB
On Lollipop i use link2sd (payed app) and i'm very happy.
Now on MM i cannot use it cause it cannot make mount point. allready tried with apps2sd but on reboot it wont work again.
Also on MM external sdcard is no longer sdcard1 but something like xxxx-xxxx. Tried create a symlink with name sdcard1 pointing to xxxx-xxxx but on reboot the symlink is erased.
I saw this kind of trick on Huawei honor 4c marshmallow stock rom.
With that symlink link2sd shows me sdcard space available, thing that without it it shows nothing.
Does anyone has a solution for this?
same here
Same here I can't make it to work on marshmallow.
Adaptable storage option build in the system really needs work. It still uses internal storage anyway causing problems when too much apps installed.
Probably a solution
Hey, I had the same problem as you, but I think that I solved this... at last in my phone. I don't know if it will work for you too and I'm not capable of explain details, since I'm new in this world of rooted cellphones, but I'll try my best.
First I tried another similar app called App2sd to check if it was a problem with my phone or with Link2sd only. And that app properly mounted the 2nd partition of my sd card. After that I opened Link2sd and my 2nd partition was mounted there too. But after rebooting the system, Link2sd was not working again, my sd was not mounted. I understood that Link2sd was having a problem in mounting my card at boot. Then I remembered that I read here in another forum (androidforums.com) that Link2sd need that your cellphone has init.d support to work. I donwloaded an app called Universal init.d and tested if my cell has that support, and it has. That app has an option of automatic execute scripts at each boot if you turn it ON, then I did it. Now Link2sd is working 100%. Sorry about the poor explanation, but I hope that it can help someone.
Danylyca said:
Hey, I had the same problem as you, but I think that I solved this... at last in my phone. I don't know if it will work for you too and I'm not capable of explain details, since I'm new in this world of rooted cellphones, but I'll try my best.
First I tried another similar app called App2sd to check if it was a problem with my phone or with Link2sd only. And that app properly mounted the 2nd partition of my sd card. After that I opened Link2sd and my 2nd partition was mounted there too. But after rebooting the system, Link2sd was not working again, my sd was not mounted. I understood that Link2sd was having a problem in mounting my card at boot. Then I remembered that I read here in another forum (androidforums.com) that Link2sd need that your cellphone has init.d support to work. I donwloaded an app called Universal init.d and tested if my cell has that support, and it has. That app has an option of automatic execute scripts at each boot if you turn it ON, then I did it. Now Link2sd is working 100%. Sorry about the poor explanation, but I hope that it can help someone.
Click to expand...
Click to collapse
Thanks. I will try again just like you said. I'll post results
tried with apps2sd and after link2sd works. but i keep apps2sd also installed.
Hi,
thanks lloco73.
Recently I have updated My Note4 T-Mobile to custom ROM with Maximum_OvrDriVE_MM_v2.1 (MarshMallow 6.0.1)
and I have use the "Apps2SD PRO All in One Tool v8.0.apk" file to solve All my problem like Link2SD and Folder Mount.
Thanks Again and sorry for NOTE4 Post.
THX!
anielkumar said:
Hi,
thanks lloco73.
Recently I have updated My Note4 T-Mobile to custom ROM with Maximum_OvrDriVE_MM_v2.1 (MarshMallow 6.0.1)
and I have use the "Apps2SD PRO All in One Tool v8.0.apk" file to solve All my problem like Link2SD and Folder Mount.
Thanks Again and sorry for NOTE4 Post.
Click to expand...
Click to collapse
thx dude for helping..:good::good::good::good::good::good::good::good::good::good:
anielkumar said:
Hi,
thanks lloco73.
Recently I have updated My Note4 T-Mobile to custom ROM with Maximum_OvrDriVE_MM_v2.1 (MarshMallow 6.0.1)
and I have use the "Apps2SD PRO All in One Tool v8.0.apk" file to solve All my problem like Link2SD and Folder Mount.
Thanks Again and sorry for NOTE4 Post.
Click to expand...
Click to collapse
where I find this app? in the Pro version of All-in-one?
faoineag said:
where I find this app? in the Pro version of All-in-one?
Click to expand...
Click to collapse
use Apps2SD PRO: All in One Tool - Android Apps on Google Play
https://play.google.com/store/apps/details?id=in.co.pricealert.apps2sd.pro&hl=en
use latest version.
Enjoy
Unfortunately it does not work, the 2 partition cannot be mounted
Link2sd is working with the apps2sd installed and it's partition mount script..
Where is the dev of link2sd?
I've paid to have it working and it isn't.
lloco73 said:
Hi guys
I have a little problem and maybe some of you also have it.
First i own a xt1541 8GB
On Lollipop i use link2sd (payed app) and i'm very happy.
Now on MM i cannot use it cause it cannot make mount point. allready tried with apps2sd but on reboot it wont work again.
Also on MM external sdcard is no longer sdcard1 but something like xxxx-xxxx. Tried create a symlink with name sdcard1 pointing to xxxx-xxxx but on reboot the symlink is erased.
I saw this kind of trick on Huawei honor 4c marshmallow stock rom.
With that symlink link2sd shows me sdcard space available, thing that without it it shows nothing.
Does anyone has a solution for this?
Click to expand...
Click to collapse
"Also on MM external sdcard is no longer sdcard1 but something like xxxx-xxxx. Tried create a symlink with name sdcard1 pointing to xxxx-xxxx but on reboot the symlink is erased."
Has anyone come up with a fix for this annoying problem of sdcard1 getting renamed in mm roms? I notice that not all mm roms do this like Temasek's.