Installing Apps/Games directly on SD-Card? - Samsung Galaxy Player 4.0, 5.0

hi...
I'm using Samsung Galaxy Media Player 5.0 (YP-G70). The issue is that SGP has limited internal storage.
- Is there a way I can install the apps/games and the files that games download directly to sd-card and not use the internal memory.

On Jelly bean rom you can switch internal-external cards so internal would be external and versa
Sent from my YP-G70 using xda app-developers app

DZonikg said:
On Jelly bean rom you can switch internal-external cards so internal would be external and versa
Sent from my YP-G70 using xda app-developers app
Click to expand...
Click to collapse
hmm thanks but i don't think that samsung galaxy media player supports jelly bean. am i missing something here?
EDIT. Could you please give me the link to what you are referring ? Thanks.

*bump*
Please, I need some guidance on this...

http://forum.xda-developers.com/showthread.php?t=2077671
sent from my rooted Pantech Burst running ICS using xda app-developers app

nightfire37 said:
http://forum.xda-developers.com/showthread.php?t=2077671
sent from my rooted Pantech Burst running ICS using xda app-developers app
Click to expand...
Click to collapse
but that is just a ROM ?

jamaljan said:
but that is just a ROM ?
Click to expand...
Click to collapse
So you install it and then you have Jellybean on your player.

Mevordel said:
So you install it and then you have Jellybean on your player.
Click to expand...
Click to collapse
but that is not what I require. If you see the topic, I want to install Apps/ Games directly on my sd-card and not on internal memory which is quite low.

once its on jellybean you can swap internal storage with external sd card

peztoa said:
once its on jellybean you can swap internal storage with external sd card
Click to expand...
Click to collapse
how? .....

jamaljan said:
how? .....
Click to expand...
Click to collapse
Its writen how on first page of cm10 rom
Sent from my Nexus 7 using xda app-developers app

DZonikg said:
Its writen how on first page of cm10 rom
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
I've already read that but can't understand it.
you told me to change the value from zero to one on this line "ro.vold.switchexternal=0" but what I see is the following which is mentioned on cm10 main page.
# Uncomment to switch internal and external storage
# ro.vold.switchablepair=/storage/sdcard0,/storage/sdcard1

jamaljan said:
I've already read that but can't understand it.
you told me to change the value from zero to one on this line "ro.vold.switchexternal=0" but what I see is the following which is mentioned on cm10 main page.
# Uncomment to switch internal and external storage
# ro.vold.switchablepair=/storage/sdcard0,/storage/sdcard1
Click to expand...
Click to collapse
I did not told you anything ..do as it sad ..simple as that.
Sent from my Nexus 7 using xda app-developers app

DZonikg said:
I did not told you anything ..do as it sad ..simple as that.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
oops that was Mevordel http://forum.xda-developers.com/showpost.php?p=37060768&postcount=11
I don't want to screw my device and am not sure what does uncomment mean... so maybe its simple for you, not for me. i've googled and searched the forums and can't find what to do. so, the main thing for which i rooted the device, which was to install apps/games directly on sd-card is not achieved.
# Uncomment to switch internal and external storage
# ro.vold.switchablepair=/storage/sdcard0,/storage/sdcard1

If it says to uncomment then uncomment and that is it..you want screw device.
Sent from my Galaxy Nexus using xda app-developers app

jamaljan said:
oops that was Mevordel http://forum.xda-developers.com/showpost.php?p=37060768&postcount=11
I don't want to screw my device and am not sure what does uncomment mean... so maybe its simple for you, not for me. i've googled and searched the forums and can't find what to do. so, the main thing for which i rooted the device, which was to install apps/games directly on sd-card is not achieved.
# Uncomment to switch internal and external storage
# ro.vold.switchablepair=/storage/sdcard0,/storage/sdcard1
Click to expand...
Click to collapse
"uncomment" means remove the hashtag (the #) from:
# ro.vold.switchablepair=/storage/sdcard0,/storage/sdcard1
with a text editor. you'll need to be in root or r/w mode,
so that it looks like:
ro.vold.switchablepair=/storage/sdcard0,/storage/sdcard1
DO NOT REMOVE the hashtag (#) from the real comment (ie "# Uncomment to switch internal and external storage") YOU WILL MESS UP YR DEVICE IF YOU DO.
Basically, make it look like this:
# Uncomment to switch internal and external storage
ro.vold.switchablepair=/storage/sdcard0,/storage/sdcard1
Adding a hashtag before anything in a script (or whatever) makes it a comment. Linux ignores it.
Also, make a backup before you do anything =)

thanks alljokingaside
I would also like to thank codehunter2000
He explained me the following.
When programmers want to write/insert a note or other type of text that they want the compiler to ignore, we put a pound sign (#) in front of it. This is referred to as a comment. For example:
#ro.vold.switchablepair=/storage/sdcard0,/storage/sdcard1
That bit of code is being ignored because it has a # in front of it, making it a comment. Remove the #, and the text will be executed as code.
So, you need a file browser with root privileges. Find the build.prop file. Open it in a text editor (also needs root), and simply remove the pound sign. Save the file, then reboot.
Click to expand...
Click to collapse
I had used visual basic but it was like ages ago, and i knew this stuff, but not anymore.
Nevertheless thanks everyone for your support

get "gl to SD(root)" from the play store...I use jellybean but still use this app because I want a less tedious way of doing it. it works on gingerbread too
Sent from my YP-G70 using xda app-developers app

Not support CM10.1

Related

[Q] Swap internal and external sd cards on jb leak

is there any way to edit the vold.fstab on jellybean to swap the mounting points of the external sd and internal sd? there was an edit for gingerbread and ics, but i want it on the new jb leak
alkspo said:
is there any way to edit the vold.fstab on jellybean to swap the mounting points of the external sd and internal sd? there was an edit for gingerbread and ics, but i want it on the new jb leak
Click to expand...
Click to collapse
Here you go, I made this for when I tried LSJ on my phone. I have attached a CWM flashable zip and the edited vols.fstab file if you want to push it or copy it over with a root explorer. Just rename the vold.fstab.txt file to vold.fstab, XDA wouldn't let me upload an attachment with the .fstab extension
bigdyl69 said:
Here you go, I made this for when I tried LSJ on my phone. I have attached a CWM flashable zip and the edited vols.fstab file if you want to push it or copy it over with a root explorer. Just rename the vold.fstab.txt file to vold.fstab, XDA wouldn't let me upload an attachment with the .fstab extension
Click to expand...
Click to collapse
Thanks a billion this was the only thing keping me away from jellybean
Sent from my GT-I9100 using xda premium
bigdyl69 said:
Here you go, I made this for when I tried LSJ on my phone. I have attached a CWM flashable zip and the edited vols.fstab file if you want to push it or copy it over with a root explorer. Just rename the vold.fstab.txt file to vold.fstab, XDA wouldn't let me upload an attachment with the .fstab extension
Click to expand...
Click to collapse
what are you guys talking about? if i'm understanding you i think the recently leaked jelly bean 4.1.2 by samsung doesn't allow external micro sd? but this mod will alow it? fill me in please b/c i am thinking about flashing it. thansk
JoJo2211 said:
what are you guys talking about? if i'm understanding you i think the recently leaked jelly bean 4.1.2 by samsung doesn't allow external micro sd? but this mod will alow it? fill me in please b/c i am thinking about flashing it. thansk
Click to expand...
Click to collapse
Not external SD card, it allows swapping the inbuilt 16GB memory and whatever SD card you have in the MicroSD slot so the phone sees the microSD card as the first point of storage, allowing you to use up to 64GB memory for game data download etc.
JoJo2211 said:
what are you guys talking about? if i'm understanding you i think the recently leaked jelly bean 4.1.2 by samsung doesn't allow external micro sd? but this mod will alow it? fill me in please b/c i am thinking about flashing it. thansk
Click to expand...
Click to collapse
Samsung make this phone with internal storage USB storage and sd card but all the app files go to USB which is 12 gb. When playing Gameloft games which take around 2gb each it fills quickly so if you have a big sd card you can make the phone see the sdcard as usb
Sent from my GT-I9100 using xda premium
alkspo said:
Samsung make this phone with internal storage USB storage and sd card but all the app files go to USB which is 12 gb. When playing Gameloft games which take around 2gb each it fills quickly so if you have a big sd card you can make the phone see the sdcard as usb
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Haha yeah that's what I meant but couldn't word it :silly::silly:
Good explanation
Hello!
Maybe any of you can help me: I have been searching for this mod but for ICS and I can't find it... Could someone help me, please?
Thank you!:good:
bigdyl69 said:
Here you go, I made this for when I tried LSJ on my phone. I have attached a CWM flashable zip and the edited vols.fstab file if you want to push it or copy it over with a root explorer. Just rename the vold.fstab.txt file to vold.fstab, XDA wouldn't let me upload an attachment with the .fstab extension
Click to expand...
Click to collapse
So if I understand correctly you flash the zip or manually replace the vold.fstab file?
GT-I9100 powered by
NeatRom Lite 4.0
Philz kernal 3.75
Many40's battery tweaks
arroba3 said:
Hello!
Maybe any of you can help me: I have been searching for this mod but for ICS and I can't find it... Could someone help me, please?
Thank you!:good:
Click to expand...
Click to collapse
Here is mine on ics
http://www.mediafire.com/?xqofz9zddk64zgr
Sent from my GT-I9100 using xda premium
cnjax said:
So if I understand correctly you flash the zip or manually replace the vold.fstab file?
GT-I9100 powered by
NeatRom Lite 4.0
Philz kernal 3.75
Many40's battery tweaks
Click to expand...
Click to collapse
You choose the first is flash second is put manually
Sent from my GT-I9100 using xda premium
alkspo said:
You choose the first is flash second is put manually
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
I flashed the zip but it didn't change anything
GT-I9100 powered by
NeatRom Lite 4.0
Philz kernal 3.75
Many40's battery tweaks
cnjax said:
I flashed the zip but it didn't change anything
GT-I9100 powered by
NeatRom Lite 4.0
Philz kernal 3.75
Many40's battery tweaks
Click to expand...
Click to collapse
Did you flash the lsj zip? And weird i used it on lsj neat rom so its definitely working...
Download the void.stabf.txt , remove the .txt extension and put it to system/etc then replace existing vold.stb
Sent from my GT-I9100 using xda premium
alkspo said:
Did you flash the lsj zip? And weird i used it on lsj neat rom so its definitely working...
Download the void.stabf.txt , remove the .txt extension and put it to system/etc then replace existing vold.stb
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
I flashed the the lsj zip just tried to manually copy the file and overwrite the existing file with root browser. But it would not allow it.
GT-I9100 powered by
NeatRom Lite 4.0
Philz kernal 3.75
Many40's battery tweaks
What you mean don't allow it? o: did you Mount rw in root explorer?
Sent from my GT-I9100 using xda premium
alkspo said:
What you mean don't allow it? o: did you Mount rw in root explorer?
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Yeah root browser didnt work dl root explorer and was able to change it. Thanks for the help
GT-I9100 powered by
NeatRom Lite 4.0
Philz kernal 3.75
Many40's battery tweaks
alkspo said:
Here is mine on ics
http://www.mediafire.com/?xqofz9zddk64zgr
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Thank you very much, it worked perfectly with WanamLite 12.8!
Enviado desde mi Galaxia!
Not working....
I flashed the zip in cwm mode it completes but it didn't swap the memory. I'm on jb leaked v with PhilZ-cwm6. PLZ help to swap memory with my 32gb external sd.
munakk said:
I flashed the zip in cwm mode it completes but it didn't swap the memory. I'm on jb leaked v with PhilZ-cwm6. PLZ help to swap memory with my 32gb external sd.
Click to expand...
Click to collapse
Hmm seems the zip not work. You hafta do manually read my post a few posts above
Sent from my GT-I9100 using xda premium
Solved
alkspo said:
Hmm seems the zip not work. You hafta do manually read my post a few posts above
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Thanks Dear i did the manually and it worked :victory:

[Q] External/Internal SD Swap on JB?

Hi,
I've updated to JB, kept my root etc., and now the only thing that is missing for me is the ext/internal SD swap. I tried both the SManager script version and the vold.fstab version, but I don't get it to work.
It's like I can do anything (both int and ext point towards external, both int and ext point towards internal, both are acting "normally") except what I want :/
Is there anyone who can try to make this work? I'd do it myself, but looks like I'm too nooby for it.
Thanks
RobbingHood
Odp: [Q] External/Internal SD Swap on JB?
For now I'm using directory bind but I'm waiting for the script too.
Sent from my LG-P760 using xda app-developers app
RobbingHood said:
Hi,
I've updated to JB, kept my root etc., and now the only thing that is missing for me is the ext/internal SD swap. I tried both the SManager script version and the vold.fstab version, but I don't get it to work.
It's like I can do anything (both int and ext point towards external, both int and ext point towards internal, both are acting "normally") except what I want :/
Is there anyone who can try to make this work? I'd do it myself, but looks like I'm too nooby for it.
Thanks
RobbingHood
Click to expand...
Click to collapse
the script is work using script manager, void 197:61
hkfree said:
the script is work using script manager, void 197:61
Click to expand...
Click to collapse
Uhhm don't you mean voLd and 179?
Well, I tried that, but it didnt work(with "my" numbers, gonna try with yours when im on the pc) :/
https://www.box.com/shared/yfjeeg7o846as99stm20
Script I using. Use it inside script manager
Sent from my LG-P760 using xda premium
Thanks, it works great
hkfree said:
https://www.box.com/shared/yfjeeg7o846as99stm20
Script I using. Use it inside script manager
Sent from my LG-P760 using xda premium
Click to expand...
Click to collapse
OMG thank you!
Working perfectly
hkfree said:
https://www.box.com/shared/yfjeeg7o846as99stm20
Script I using. Use it inside script manager
Sent from my LG-P760 using xda premium
Click to expand...
Click to collapse
Thanks mate. It works :good:
Omg worked like a charm, but its needed to do anything else? or just run the script?
Alwein said:
Omg worked like a charm, but its needed to do anything else? or just run the script?
Click to expand...
Click to collapse
You can find more info on this thread
http://forum.xda-developers.com/showthread.php?p=36948542
Sent from my LG-P769 using xda app-developers app

Put AppData onto your SD Card

Hi guys, so i ran out of storage on my mega 6.3 and found out it was the googleplay music data, so i just looked for a solution and ran over this:
watch?v=lYFw9bEAzM8
I am not allowed to put a link it in it, just put youtube . com infront of this
It's really easy and may help to put huge appdata like games and music pinned with google play on your SD Card. :good:
With a 64GB SD-Card i can install any game and put any data onto my phone now
(Sry for my english, I am from austria)
Hopefully I helped a little bit
Looks good but ill wait for the update maybe they put it in there to move apps to ext sd.
Sent from my GT-I9205 using xda app-developers app
Beurtmans said:
Looks good but ill wait for the update maybe they put it in there to move apps to ext sd.
Sent from my GT-I9205 using xda app-developers app
Click to expand...
Click to collapse
I don't have 9205 but have 9152 mega 5.8. By default the latest 4.2.2 already has transfer app to sd. Then to transfer game data I use gl to sd. Of course root is required. Folder mount also works but I have not tried it.
I also use folder mount but there is also an thread here that switches your internal and external sd.
Only problem is that after root i can not do OTA updates anymore.
But i think kies does work.
Sent from my GT-I9205 using xda app-developers app
Flash the latest Rom, MJ2, it's built right into the Rom.
Kangburra said:
Flash the latest Rom, MJ2, it's built right into the Rom.
Click to expand...
Click to collapse
I got the latest rom but no option to move apps.
If i put it on my laptop abd use kies it says i got the latest version.
Sent from my GT-I9205 using xda app-developers app
Beurtmans said:
I got the latest rom but no option to move apps.
If i put it on my laptop abd use kies it says i got the latest version.
Sent from my GT-I9205 using xda app-developers app
Click to expand...
Click to collapse
The latest version is MJ2, so that is very old.
Sent from my GT-I9205 using Tapatalk 2
I do not see it in the original rom list on the forum, where can i get it?
Sent from my GT-I9205 using xda app-developers app
Beurtmans said:
I do not see it in the original rom list on the forum, where can i get it?
Sent from my GT-I9205 using xda app-developers app
Click to expand...
Click to collapse
http://samsung-updates.com/device/?id=GT-I9205
Sent from my GT-I9205 using Tapatalk 2
Kangburra said:
http://samsung-updates.com/device/?id=GT-I9205
Sent from my GT-I9205 using Tapatalk 2
Click to expand...
Click to collapse
There is only one mj2 file and its baltic does that matter?
Sent from my GT-I9205 using xda app-developers app
Beurtmans said:
There is only one mj2 file and its baltic does that matter?
Sent from my GT-I9205 using xda app-developers app
Click to expand...
Click to collapse
No, the CSC is only to help Samsung it doesn't do us any good. Keep away from XSA though as we (Aussie) have the bottom dock locked.
The question is app DATA you mean the latest fw can move the game data such as the obb folder? And without root?
bongski55 said:
The question is app DATA you mean the latest fw can move the game data such as the obb folder? And without root?
Click to expand...
Click to collapse
I don't know about without root, my Rom has root as well but the official one should be the same.
I am not sure about the data, would that not move with the app? If you run from SD would it not store it on SD? I am not a gamer so I don't know but you could try it, the Rom is an update anyway.
Ok so you have not tried it with game or any app data separate from the app. If the app data is on aseparate folder like "obb" folderthen itwill not move. This is also true with music files and backup files of titanium backup for example.
Gl to sd is the app to use if the app data is separate from the app itself. But the TS does not want to root so I think there is no way yet. Previously on 4.1.2 there was external to internal app but does not work anymore on 4.2.2.
I do know Titanium is movable, you set the place to do backups in the settings.
Anyway there is another thread stating what I already said here- that the MJ2 does not move the obb folder/data only the app.
bongski55 said:
Anyway there is another thread stating what I already said here- that the MJ2 does not move the obb folder/data only the app.
Click to expand...
Click to collapse
Surely where the app puts its data is down to the app not the rom?
Previously I used a phone wherein application installation can be installed on the externalsd by selection or by default. So a rom can be programmed to do so. I don't know how difficult will that be to code on the mega and similar phonesbecause of the emulated internal memory though.

move to sd in kitkat 4.4.2

hi
i just install Android 4.4.2 KitKat For Samsung Galaxy S3 Via CyanogenMod 11 and the android is rooted also
but cant move the app to sd now?
dont fine the move to sd option now in app info>? any hlep
even i use some app for the sd move ? but cant move it
!!ALL QUESTIONS GO IN THE Q&A FORUM!! OR THEY MAY BE DELETED
Please use the red report button and ask a mod to move the post.
exe95 said:
hi
i just install Android 4.4.2 KitKat For Samsung Galaxy S3 Via CyanogenMod 11 and the android is rooted also
but cant move the app to sd now?
dont fine the move to sd option now in app info>? any hlep
even i use some app for the sd move ? but cant move it
Click to expand...
Click to collapse
It's impossible to move apps to SD card in in Galaxy S3. With every rom, stock or custom.
Not sure about apps but you can move app data.
mangkqu hakina
Choristav said:
Not sure about apps but you can move app data.
Click to expand...
Click to collapse
how to move the app data
cant do that in 4.4.2
Try Folder Mount.
Choristav said:
Try Folder Mount.
Click to expand...
Click to collapse
i try Jelly Bean and all things good and i did the moved
but after i install the Kitkat 4.4.2 i cant move them
exe95 said:
i try Jelly Bean and all things good and i did the moved
but after i install the Kitkat 4.4.2 i cant move them
Click to expand...
Click to collapse
I have all my games on my SD card though.
Woav. I have seen dozens of post in this forum mentioned this action is impossible without mounting an external SD card to internal (32 GB or bigger)
Sent from my GT-I9300 using XDA Premium 4 mobile app
depecheguevara said:
Woav. I have seen dozens of post in this forum mentioned this action is impossible without mounting an external SD card to internal (32 GB or bigger)
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
i have 32 gb sd card so.. u mean i should mount it?
exe95 said:
i have 32 gb sd card so.. u mean i should mount it?
Click to expand...
Click to collapse
I was talking about this http://forum.xda-developers.com/showthread.php?t=1931500 but it seems to be updated.
Sent from my GT-I9300 using XDA Premium 4 mobile app
i too searched long...... but i gave up and bought FolderMount.
It works without problems.

increase internal memory galaxy ace (URGENT)

OK so i have searched for info on increasing the internal memory of a galaxy ace s5839i and there seems to be a lot of info regarding partitioning so i downloaded minitool partition and created a partition on the SD card then used link2sd but this isn't really doing anything, when i try and download new apps larger than the available storage which is 25mb it comes up with the insufficient storage sign and when trying to link the internal apps that came with the phone it just says failure so i would greatly appreciate any help anyone can offer me as i am doing this as a favor for someone and they are picking the phone up tomorrow
Try re-Partitioning ur Ace, This time. Use CWM.
Sent from my GT-S5830i using XDA Free mobile app
eiPeiDweP said:
Try re-Partitioning ur Ace, This time. Use CWM.
Sent from my GT-S5830i using XDA Free mobile app
Click to expand...
Click to collapse
Thats exactly what i wanted to do in the 1st place the problem is that i can not find cwm specifically for the s5839i only for the s5830 and the s5830i
Sent from my Nexus 5 using xda app-developers app
fedor12 said:
Thats exactly what i wanted to do in the 1st place the problem is that i can not find cwm specifically for the s5839i only for the s5830 and the s5830i
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
CWM for S5830i should work on S5839i as both of them have same hardware. Anything that works on S5830i should work on S5830c, S5830m and S5839i. Hope I Helped
---------- Post added at 11:23 PM ---------- Previous post was at 10:56 PM ----------
fedor12 said:
Thats exactly what i wanted to do in the 1st place the problem is that i can not find cwm specifically for the s5839i only for the s5830 and the s5830i
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Try this guide. It has all the things you need for your device. Here is the link,
Know your Device: Galaxy Ace GT-S5830i/C/M/39i | Root, Odin, CWM, ROM List & More...
Hope I Helped
Flashed cwm and made an sd partition using that and i can create links on apps now but larger apps (40mb+) still wont download on to the phone it still says insufficient storage
Sent from my Nexus 5 using xda app-developers app
Ok i have now linked most of the apps that came with the phone other than system apps and it freed up 90mb which is a big step up from 30mb i had before partitioning however when i download new apps they are not auto linking despite having checked the auto link box and when i do auto link i have to reboot the phone every time to make it take proper effect. Also downloaded apps use up less memory when i move to sd card rather than linking
Sent from my Nexus 5 using xda app-developers app
Been playing around with link2sd and i am impressed its working great the internal memory from the phone keeps changing for some reason that's why i thought it was still taking up a lot of memory but once the phone is rebooted it balances itself out however the apps are still not auto linking i am putting this down to apps automatically downloading to the sd card rather than internal memory so link2sd is unable to create a link for this, any advice on why this is happening will be greatly appreciated
Sent from my Nexus 5 using xda app-developers app
fedor12 said:
Been playing around with link2sd and i am impressed its working great the internal memory from the phone keeps changing for some reason that's why i thought it was still taking up a lot of memory but once the phone is rebooted it balances itself out however the apps are still not auto linking i am putting this down to apps automatically downloading to the sd card rather than internal memory so link2sd is unable to create a link for this, any advice on why this is happening will be greatly appreciated
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Some apps are usually installed on SD Card. Sadly Link2SD can't link the apps installed on SD Card. Hence you have to move such apps to Internal memory in order to link them. Also because you are using the stock rom which has no init.d support, you have to reboot everytime for your internal memory to stabilize. If you want to install as much apps as you want, then try CronMod Unofficial Script. But for this you need init.d support. CronMod Unofficial will not work on stock rom. All custom roms have init.d support. Just download any custom rom from the link given in my previous post. Download the CronMod Unofficial.zip from the link below. Now go to CWM, do Format data/ factory reset, Format cache partitions, Mounts & Storage> Format /system & Format /sd-ext, Advanced> Wipe Dalvik Cache. Now mount /system from Mounts & Storage and then install the rom from SD Card. Now remount /system and then install Cronmod Unofficial.zip from SD Card. Done! Just reboot and you can see that your internal memory has increased. Now you can install any number of apps as long as you have free space on the ext partition. Make sure to install only necessary apps as installing a lot of apps will ultimately slow your device. Here is the link,
Cronmod Unofficial
Hope I Helped
The person im doing it for doesn't want a custom rom so is there no way to direct apps straight to internal on stock rom? Hes taken his phone back hes happy with it for now but would be better if apps are automatically linked. Now i can go back to using my nexus 5 lol
Sent from my Nexus 5 using xda app-developers app
fedor12 said:
The person im doing it for doesn't want a custom rom so is there no way to direct apps straight to internal on stock rom? Hes taken his phone back hes happy with it for now but would be better if apps are automatically linked. Now i can go back to using my nexus 5 lol
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
You can also install a custom stock kernel to get init.d support to your stock rom. Try Rafeal Baugis Stock kernel. Here is the link,
Rafael Baugis Stock Kernel
Hope I Helped
mahithm said:
You can also install a custom stock kernel to get init.d support to your stock rom. Try Rafeal Baugis Stock kernel. Here is the link,
Rafael Baugis Stock Kernel
Hope I Helped
Click to expand...
Click to collapse
I haven't heard any complaints from him yet so seems he's happy enough with it at the moment but if that changes i will most likely install the custom kernel you linked
Sent from my Nexus 5 using xda app-developers app
fedor12 said:
I haven't heard any complaints from him yet so seems he's happy enough with it at the moment but if that changes i will most likely install the custom kernel you linked
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
:good:
mahithm said:
This method is already specified in this thread. Next time read the entire thread before you submit the answer.
Click to expand...
Click to collapse
Okay fine bro i will keep it in mind from next time, I am new in posting threads here. I got it now !
gauravcse2010 said:
Okay fine bro i will keep it in mind from next time, I am new in posting threads here. I got it now !
Click to expand...
Click to collapse
:good:

Categories

Resources