I've installed CM13, mostly so i can install the apps on the SDCARD and not my 8GB internal flash
The sdcard is formatted as needed, but it won't install the apps there even when the device complains about low internal storage.
I've tried to do that transfer thing but it won't transfer most of the apps without giving any reason.
Am i missing something?
Thanks!
Bnaya
{
"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"
}
check the sc
open android terminal and write
- su
- pm set-install-location 2
or in cmd use adb
-adb shell
-su
-pm set-install-location 2
for check just
-pm get-install-location
and u see a mss saying
2 external
chacks1 said:
check the sc
open android terminal and write
- su
- pm set-install-location 2
or in cmd use adb
-adb shell
-su
-pm set-install-location 2
for check just
-pm get-install-location
and u see a mss saying
2 external
Click to expand...
Click to collapse
Note:
0 auto
1 internal
2 external
Sent from my LG G2 Mini using XDA Labs
Thanks, i will try it.
What will happen for apps that already installed? they might be broken from this?
Bnaya said:
Thanks, i will try it.
What will happen for apps that already installed? they might be broken from this?
Click to expand...
Click to collapse
They won't be affected at all.
In fact, you will have to move them yourself.
Newly installed or updated apps will be installed to the SD automatically.
Sent from my LG G2 Mini using XDA Labs
Vagelis1608 said:
They won't be affected at all.
In fact, you will have to move them yourself.
Newly installed or updated apps will be installed to the SD automatically.
Sent from my LG G2 Mini using XDA Labs
Click to expand...
Click to collapse
Ok i think its working, but only for some of the apps.
for example, temple run installed on the sd card, but 'chrome dev' is installed on the internal memory
is there something i can do about it?
Thanks!
can i ask you question . those apps you installed in the sd card , are they run normally (i mean fast) or they work slowly , try facebook app for example .
i get, "no install location specified" o.0 I´m running 6.0.1
chacks1 said:
View attachment 3751855
check the sc
open android terminal and write
- su
- pm set-install-location 2
or in cmd use adb
-adb shell
-su
-pm set-install-location 2
for check just
-pm get-install-location
and u see a mss saying
2 external
Click to expand...
Click to collapse
Man im just looking for this only from long back. Fixes storage issue on samsung sm-t231 tab 4.
Sent from my SM-T231 using XDA-Developers mobile app
---------- Post added at 06:52 AM ---------- Previous post was at 06:47 AM ----------
jonasess said:
can i ask you question . those apps you installed in the sd card , are they run normally (i mean fast) or they work slowly , try facebook app for example .
Click to expand...
Click to collapse
That depends on external memory cards speed. If you use high speed memory card then you will not notice any lag.
Sent from my SM-T231 using XDA-Developers mobile app
jonasess said:
can i ask you question . those apps you installed in the sd card , are they run normally (i mean fast) or they work slowly , try facebook app for example .
Click to expand...
Click to collapse
If your memory card is not class 10 then don't move your app like FB,instagram, skype in your external partition because it becomes laggy ! FB take 3 minutes to boot ! If you have class 10 memory card then I don't think there will be any problem.
Ivan.
Have you tried formatting the SD card as an internal storage? I mean the original marshmallow feature
chacks1 said:
View attachment 3751855
check the sc
open android terminal and write
- su
- pm set-install-location 2
or in cmd use adb
-adb shell
-su
-pm set-install-location 2
for check just
-pm get-install-location
and u see a mss saying
2 external
Click to expand...
Click to collapse
Hey, I tried this method, but when I try to set the SD card as installation location I get this error message:
Error: java.lang.SecurityExeption: Neither user 10119 nor current process has android.permission.WRITE_SECURE_SETTINGS
what's the problem?
Ciro90 said:
Hey, I tried this method, but when I try to set the SD card as installation location I get this error message:
Error: java.lang.SecurityExeption: Neither user 10119 nor current process has android.permission.WRITE_SECURE_SETTINGS
what's the problem?
Click to expand...
Click to collapse
Did you grant it superuser rights?
Sent from my LG G2 Mini using XDA Labs
Can someone explain in more detail
Help how to mount sdcard when using twrp for lg g2 mini
Related
Hey guys!
Just thought this would be handy for anybody with higher-class SD cards.
Keep in mind that I did NOT create the data2ext script, and BlaY0 from Legend forum was the one who came up with it in his roms, so kudos to him for making it
NOTE: a2ext and data2ext, choose ONE. You cannot run them together.
What is data2ext?
Similar to a2ext, where data/app were stored inside your ext partition of the SD card, data2ext stores the whole /data inside your ext partition.
What does that mean?
That means your internal storage will barely be used, and because nowadays higher-class SD cards runs faster than your internal memory, your phone will be able to crank out some insane benchmarks.
Requirements?
1. A good sd card with ext2/ext3 partition. suggested with at least 512MB of it (but not over 2GB, otherwise trouble will arise)
2. For now I think this will only work on the CM7 nightlies. I'll make one for CM6 if it is ever needed.
Instructions?
1. Flash it
2. Make your ext2 block size 4kb (done so by doing adb shell mke2fs -m0 -b4096 /dev/block/mmcblk0p2)
3. Go to your terminal emulator/adb shell to type data2ext --enable
4. Reboot
5. Wait some time. Files will be copied over, so the reboot will be slow.
6. Go check your storage and see how much you got
Since I was unable to run quadrant from cm7, here's the bench results done w/ 3rdsense:
{
"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"
}
I bare no responsibility for your phone breaking if you do decide to do this and something went wrong!
Enjoy.
Ha, nice. I was waiting for something like this. Now I have a new ROM, new kernel, and new extension to play with. Gonna be a fun night. Thanks ^_^
I must say, this was the thing I was waiting for the first time I rooted my phone so long ago.
I thank you good sir, assuming this works
It works just fine, I scored a 1641 on CM7 with miguel's new kernel OCed at 864.
Can't enable data2ext. Although I type just like it wants.
What's the exact error it gives you?
Can I use an 8gig memory card?
Sent from my T-Mobile myTouch 3G Slide using XDA App
purple1 said:
Can I use an 8gig memory card?
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
What matters is your sd card class, and the ext partition.
if i have s-off (if its needed) how can I put that command into terminal emulator??
You type it? you open terminal emulator and type it in?
dbzfanatic said:
You type it? you open terminal emulator and type it in?
Click to expand...
Click to collapse
haha alright didnt know if it would be same command. Im very tired, dont laugh
didnt work in terminal emu. "/dev/block/mmcblk0p2 is apparently in use by the system, will not make a filesystem here!"
also: just confirming that a wipe from recov wont mess with the data on our SD's right?
No it won't wipe SD data, you could try just a normal reboot, make sure nothing's using it. You could also go into recovery and enable data2ext from adb.
dbzfanatic said:
No it won't wipe SD data, you could try just a normal reboot, make sure nothing's using it. You could also go into recovery and enable data2ext from adb.
Click to expand...
Click to collapse
thanks but that doesnt help me. that error prevents me from doing anything with this. also, i said i dont want to set up adb. never use it and dont have time now.
also, obviously its being used by having a2sd?
Yes a2sd is the reason, disable it, enable data2ext and you'll still have a2sd since apps are stored in /data, which will be on your sdcard.
dbzfanatic said:
Yes a2sd is the reason, disable it, enable data2ext and you'll still have a2sd since apps are stored in /data, which will be on your sdcard.
Click to expand...
Click to collapse
wait, how do i disable a2sd?
Should just be a2sd --disable or a2ext --disable, whichever you're using
Sent from my T-Mobile myTouch 3G Slide using XDA App
download a wrong file
why?
i downloaded a 59k file
dbzfanatic said:
Should just be a2sd --disable or a2ext --disable, whichever you're using
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
I use a2sd and already tried that. run the a2sd script then says command not found
Then you're going to have to reflash your rom to disable a2sd
Sent from my T-Mobile myTouch 3G Slide using XDA App
dbzfanatic said:
Then you're going to have to reflash your rom to disable a2sd
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
alright, thanks for all of your help with this
edit: it worked
edit2: nevermind, didnt work. the data2ext part worked, but when i rebooted and flash dtapps2sd, wouldnt go past splash... no data2ext for me.
The very first Smart Actions Port v0.1.2(12/13/12)
Ported from Droid Razr MAXX VRZ_XT912_6.7.2-180_DHD-16_M4-31_1FF
Requires ICS
Has not been tested on JB. (Should work)
All rooted devices should work.
Miui doesn't seem to work, you can try it
{
"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"
}
Install:
1. Download Here
2. Do a nandroid backup
3. Extract and run bat file in windows
4. Enjoy
Alternate method:
1. Open command prompt
2. Do a Nandroid backup
3. Extract zip
4. In Command Prompt explore to adb location and type:
Code:
adb remount
5. Then:
Code:
adb push [drag and drop system folder from extraction location] /system
ex.: adb push C:\Users\Joe-Acer\Desktop\SmartActions\bin\system /system
6. Reboot
Code:
adb reboot
Do not update from market, WILL BREAK IT
Known Bugs, Not working:
1. Location conditions
Code:
Change log:
v0.1.0:
Initial Release
v0.2.3
Released to Public
v0.2.4:
Fixed wallpaper (Only limited to RAZR wallpapers)
Added:
homescreen
LiveWallpapers.apk
MagicSmokeWallpapers.apk
NetworkLocation.apk
SocialShare.apk (not tested, more like public test)
How to use SmartActions:
PM me questions
If you want to integrate this into your rom be sure to PM and credit me.
Hmm what's this?
(First...)
from my E3D
tatnai said:
Hmm what's this?
(First...)
from my E3D
Click to expand...
Click to collapse
Heard of tasker, like that but more reliable, in my opinion anyway
How do I install this from my phone...
donbudafuko said:
How do I install this from my phone...
Click to expand...
Click to collapse
copy the files from bin/system to /system... need a root file explorer to copy the files... then reboot
Would it be possible to get some screenies?
Sent from my PG86100 using Tapatalk 2
Many people don't understand this.
Would be great if you do a "How To" w/Review video.
That would be great.
Looks very interesting thanks for this
Sent from my PG86100 using Tapatalk 2
joekp said:
copy the files from bin/system to /system... need a root file explorer to copy the files... then reboot
Click to expand...
Click to collapse
What root explorer do you use? I tried Astro and it did not let me write the files to the directories, gave me errors every time, and when I tried individually it said could not write also.... Going to look for another root explorer
Redneckhightech said:
What root explorer do you use? I tried Astro and it did not let me write the files to the directories, gave me errors every time, and when I tried individually it said could not write also.... Going to look for another root explorer
Click to expand...
Click to collapse
Esfilexplorer and go to settings and check all three checkmarks under root
joekp said:
Esfilexplorer and go to settings and check all three checkmarks under root
Click to expand...
Click to collapse
You may need to make sure that the permissions are set right. ES will change them. Just long press the files, go to properties, then change the permissions.
So we copy each of the files in the /system directory of the smartactions folders into their respective folders in the phones /system?
for instance there is a folder for the app, all of those files go into the /system/app folder of our phones?? etc...
Roxxas049 said:
So we copy each of the files in the /system directory of the smartactions folders into their respective folders in the phones /system?
for instance there is a folder for the app, all of those files go into the /system/app folder of our phones?? etc...
Click to expand...
Click to collapse
Yes
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Roxxas049 said:
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Click to expand...
Click to collapse
OP clearly states "requires ICS".
ZWYATT said:
OP clearly states "requires ICS".
Click to expand...
Click to collapse
To be fair, it also says "Has not been tested on JB. (Should work)".
ramjet73
ZWYATT said:
OP clearly states "requires ICS".
Click to expand...
Click to collapse
Check the play store for update
Roxxas049 said:
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Click to expand...
Click to collapse
Check the play store for update might fix it
Update worked for me... No fc so far
there is another app in the play store that basically operates the same way. https://play.google.com/store/apps/details?id=AutomateIt.mainPackage&feature=search_result#?t=W251bGwsMSwxLDEsIkF1dG9tYXRlSXQubWFpblBhY2thZ2UiXQ.. its called automateit. Good job with the port.
Hello gentleman's
Today we have learn of move data directory to External SD Card in LG phones
First we need device rooted! Follow This Topic >>> Root LG L5II E450/55/60
Then Install busybox (download from attached file) boot.txt file inside
Then some coding and so ...
Any Question?
Do this step by step
{
"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"
}
Now Copy Data files of games to external_SD/Android/data and Enjoy (sdcard data and external_SD data's now merged and located in external_SD)
Copyright >> xxkamixx , Hadi™ (Urmia , Iran)
Not working
I did all step but still not working. Tried run the scrip but exited with error..
nowya said:
I did all step but still not working. Tried run the scrip but exited with error..
Click to expand...
Click to collapse
without busybox and without script you can create the same directorybind from external to internal memory using LUCKYPATCHER
you need root
install luckypatcher and open it
press tools>directorybind and put the same directories as this thread
work great i use it for gameloft data games or ea and for obb files...
nowya said:
I did all step but still not working. Tried run the scrip but exited with error..
Click to expand...
Click to collapse
What error please note here ...
error
Same error here.
Install busybox by advanced install. Find mount. On mount choose symlink applet. Press install. Try it.
Worked for me tnx
is this was successful?
Sent from my LG-P710 using XDA Premium 4 mobile app
not working
its not working on lg optimus l5 dual ii e455 ... i tried twice it successfully worked (setup) but cant move apps ... please upload a video for more feedback.
Problem with script
FredCord said:
is this was successful?
Sent from my LG-P710 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I had the same problem 'cause on the script I was writing a Zero "-0" and the correct was the letter O "-O".
Found Easier Way
1. Install busybox
2.Install Lucky Patcher
3. Open Lucky Patcher and go to Toolbox>Directory Binder
4.Click "Add new Directory Bind"
5.Set "Directory with Data" as /storage/external_SD/Android
6. Set "Mount Data to" as /sdcard/Android
7. Click "Bind Directory"
Now you can download any large games
I already played the gta vice city in my phone
Muhammad Afzal Sharukh said:
1. Install busybox
2.Install Lucky Patcher
3. Open Lucky Patcher and go to Toolbox>Directory Binder
4.Click "Add new Directory Bind"
5.Set "Directory with Data" as /storage/external_SD/Android
6. Set "Mount Data to" as /sdcard/Android
7. Click "Bind Directory"
Now you can download any large games
I already played the gta vice city in my phone
Click to expand...
Click to collapse
Is this really working? Can i have an screen shot?
razorblue said:
Is this really working? Can i have an screen shot?
Click to expand...
Click to collapse
Ofcourse it will work I'm sure of it.
Please note :
Bsybox is not compulsory.
You can`t move any app through settings you can only move obb files to this folder also datas of app
Limitations:
Installing apps having more than 800 MB can lead you to "Out of Space Errors" which u want to restore your phone.Thats what I did
I think I helped you If this works click on thanks button
Muhammad Afzal Sharukh said:
Ofcourse it will work I'm sure of it.
Please note :
Bsybox is not compulsory.
You can`t move any app through settings you can only move obb files to this folder also datas of app
Limitations:
Installing apps having more than 800 MB can lead you to "Out of Space Errors" which u want to restore your phone.Thats what I did
I think I helped you If this works click on thanks button
Click to expand...
Click to collapse
I installed NFS Most Wanted and It always keep on saying, UNFORTUNATELY STOP? WHY?
razorblue said:
I installed NFS Most Wanted and It always keep on saying, UNFORTUNATELY STOP? WHY?
Click to expand...
Click to collapse
May be your app data has been corrupted or that app may not support our device. Try clear Data and Force stop the app and try to re enter the game. Best wishes
Click thanks button if I helped.
Anyone please link to a working Internal External sdcard swap MOD on Moto E
Solution
Junior Einstein said:
Anyone please link to a working Internal External sdcard swap MOD on Moto E
Click to expand...
Click to collapse
This is not possible on kitkat but one thing u can #change default installation path to sd card is possible_
some big apps not worked by this method [No Root Required]
How To Install Apps Onto Your SD Card (No Root)
Have you ever ran low on memory space on your android and had to delete some apps? With a computer and a micro SD card you don't have to worry about running out of space on your phone any more! You don't even need to root your phone! After this, your phone will automatically install apps to your external memory.
note - this works on both Windows and Mac OS
Step 1: Getting Ready to Change Installation Location
{
"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"
}
1. Get the Google Android SDK
- Unzip the file and place the folder onto your desktop or anywhere that can be easily accessed.
- find the platform tools folder (default, it should be : adt-bundle/sdk)
2. Find cmd/terminal (for mac)
- (for mac users) go to [System Preferences > Keyboard > Keyboard Shortcuts > Services]
and then check the box [New Terminal At Folder]
3. Go onto your Android phone and select USB debugging
- Go to [System settings > Developer Options] and select USB Debugging (if the option is grayed out, unplug your phone first)
Step 2: Using adb
1. Windows
- Open the folder called " platform-tools"
- shift+right-click anywhere inside the folder and choose [Open Command Window Here]
Mac
- right-click the folder called "platform-tools" and choose [New Terminal At Folder]
2. Enter in the following
For Windows :
Code:
adb devices
adb shell pm set-install-location 2
adb shell pm get-install-location
For Mac : (note - there is a period before the slashes)
Code:
./adb devices
./adb shell pm set-install-location 2
./adb shell pm get-install-location
3. Check if you did it right
- if you did it right, the last output should say: 2 [external]
If you did it right, CONGRATS! Your phone will now install your apps to your SD Card by default! Have fun now!Step 3: More Info
PHP:
CAUTION
Some apps will not continue to function properly if located on your SD Card.
Moving Apps
[System Settings > Applications > Manage Applications] and select the app your want to move and press move. :good:
jitz_ are you sure your method work with moto e ?
demoakka said:
jitz_ are you sure your method work with moto e ?
Click to expand...
Click to collapse
Yes I tried it.. It works great!!
demoakka said:
jitz_ are you sure your method work with moto e ?
Click to expand...
Click to collapse
U can Try this if u don't wanna root ur device otherwise it's better to get root_
in this method most of app doesn't work such as when i tried to play asphalt 8 using SD Card it's start and get crashed each time _
If Already Rooted Check This_ Click Here
U mean afta doing dis my "sdcard1" will become default storage.. and game data and obb will be stored there??
Sent from my XT1022 using XDA Free mobile app
itsmymotoe said:
U mean afta doing dis my "sdcard1" will become default storage.. and game data and obb will be stored there??
Sent from my XT1022 using XDA Free mobile app
Click to expand...
Click to collapse
not exactly u have to move apps to sd card from @settings/apps/ [but remember big games will not works using this method but still u can use this method for keep internal storage free after installing app]
I have a rooted Xperia Ultra with 4.4.4 and I can't move any app to the sd card,. Running out of memory, please help!
With this
http://repo.xposed.info/module/kz.virtex.android.sdcardfix
And this
http://repo.xposed.info/module/com.pyler.xinternalsd
I use this to download Spotify offline to sdcard instead of filling up internal memory :silly::good:
You can also after installing the module to get full sd card permissions install link2d and try to experiment some
http://forum.xda-developers.com/son...pp2sd-kitkat-4-4-4-xperia-z1-compact-t2849053
I downloaded, and instaled the kz.virtex.android.sdcardfix
after reboot, same thing, i don't see any option to copy apps. Do i have to download the other one as well?
atti_mac said:
I downloaded, and instaled the kz.virtex.android.sdcardfix
after reboot, same thing, i don't see any option to copy apps. Do i have to download the other one as well?
Click to expand...
Click to collapse
Try exposed module OBB to sd. But the apps obb file had to be move manually and I have not try this on stock rom. It does work on unofficial carbon ROM for togari
I tried exposed module OBB to sd. I moved manualy the apk , but I only found 2 games in the OBB folder on the device. I moved them to the card and a games are working. But what about all my other apps? Nothing else in that obb folder!
SÜPERUSER said:
With this
http://repo.xposed.info/module/kz.virtex.android.sdcardfix
And this
http://repo.xposed.info/module/com.pyler.xinternalsd
I use this to download Spotify offline to sdcard instead of filling up internal memory :silly::good:
You can also after installing the module to get full sd card permissions install link2d and try to experiment some
http://forum.xda-developers.com/son...pp2sd-kitkat-4-4-4-xperia-z1-compact-t2849053
Click to expand...
Click to collapse
"Fun" fact: The Spotify app will automatically choose to save your music on the partition with the most available space, so if you have an SD card over 16GB (free space, that is), it'll save your music there.
H. E. Pennypacker said:
"Fun" fact: The Spotify app will automatically choose to save your music on the partition with the most available space, so if you have an SD card over 16GB (free space, that is), it'll save your music there.
Click to expand...
Click to collapse
nope
atti_mac said:
I have a rooted Xperia Ultra with 4.4.4 and I can't move any app to the sd card,. Running out of memory, please help!
Click to expand...
Click to collapse
A utility that do it easily is FolderMount (you need root, but you don't need xposed, neither formating/partitioning the SD Card):
https://play.google.com/store/apps/details?id=com.devasque.fmount
SÜPERUSER said:
nope
Click to expand...
Click to collapse
Nope? Go ahead and google "Spotify Android app save location".
Fail.
H. E. Pennypacker said:
Nope? Go ahead and google "Spotify Android app save location".
Fail.
Click to expand...
Click to collapse
{
"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"
}
Sure, I'm the troll.
ok, I got up and running the folder mount. So How can I do this? What folder I have to transfer to sd card, if I want the apps to be saved there?
hahaha
SÜPERUSER said:
Click to expand...
Click to collapse
LOL you are the troll man. i did nothing and it saves all music to sd card...
atti_mac said:
ok, I got up and running the folder mount. So How can I do this? What folder I have to transfer to sd card, if I want the apps to be saved there?
Click to expand...
Click to collapse
Just use the app analyzer and select the app that uses up most space.
atti_mac said:
ok, I got up and running the folder mount. So How can I do this? What folder I have to transfer to sd card, if I want the apps to be saved there?
Click to expand...
Click to collapse
Here this works great. Did it also work for you?
Some people will perhaps find useful read some information on Google about how to use the Folder Mount.
If you use Kitkat perhaps you'll also need the JRummy "SD Kitkat Fixer", available on the Google Play.
What I was looking for to able to go to the settings; apps; and chose what apps I want to move to the sd card. I still don't know how to move the app. Somebody please tell me?
---------- Post added at 01:49 AM ---------- Previous post was at 01:15 AM ----------
atti_clearw said:
What I was looking for to able to go to the settings; apps; and chose what apps I want to move to the sd card. I still don't know how to move the app. Somebody please tell me?
Click to expand...
Click to collapse
I am using a Sony Xperia Ultra with 4.4.4. I forgot how I rooted it, I am not an expert followed somebody instructions step by step
So I saw photos when they showing on 4.4.4 Sony has an option to send to sd card next to the app name in the settings.
I tried to follow this thread and I only able to move what in the Android/OBB folder. But I had only 2 games there. So where are the apps located? Why is my Sony doesn't have an option for moving apps to Sd?
hello
search google for whitepaper_EN_c6802_c6806_c6833_c6843_xl39h_8.pdf
page 40 and the apps (data) are in /storage/emulated/0/Android/data or sdcard/Android/data
folder mount will move it to /storage/sdcard1/Android/data it exists in both when folder is mounted in foldermount unmounted magically disappears from the internal sd
freeing the space your after