[Q] Can't move apps to SD card - says it is full - HTC Inspire 4G

I have about 350MB free on my rooted Inspire and would love to move some more apps to the SD card, where I have about 4GB free. Only problem is that when I try to do this (using multiple apps and utilities), it says there is no room. When I look at the SD card, I don't see where any of the apps are that I've already moved there. Are they perhaps in a hidden partition that is out of space? If so, is there some way to use some partitioning software to increase its size by about 500MB or so?

App2SD has a step in it's faq 2 solve the problem about not being able 2 move apps. Open up the app2sd, select menu then settings then select about and finally select faq. I think it was the 3rd one down. It entails deleting a single file in the Android secure folder through windows or MAC. Hope that helps.
Sent from my Desire HD using XDA Premium App

I'd searched on this issue before posting and I've already looked for that smdl2tmp1 file in both sdcard/.android_secure and /mnt/secure/asec and it doesn't exist in either location. Makes me think that is a different problem. It isn't that I can't install apps or can't upgrade apps. It's just that I can't move any more apps to my SD card. App2SD tells me "there is not enough storage left". That is why I was curious if it was a partition thing.

djeaton said:
I'd searched on this issue before posting and I've already looked for that smdl2tmp1 file in both sdcard/.android_secure and /mnt/secure/asec and it doesn't exist in either location. Makes me think that is a different problem. It isn't that I can't install apps or can't upgrade apps. It's just that I can't move any more apps to my SD card. App2SD tells me "there is not enough storage left". That is why I was curious if it was a partition thing.
Click to expand...
Click to collapse
Exactely. This is what happen to me. But, then, no one has solved this before?

Related

[Q] Missing Internal SD

Hey sorry if this is posted somewhere else but I dont know where to look and I looked on google for you guys who want to post that google thing.
Anyways, after installing roms from CM7 or even eagle, my internal sd card does not show up in file or root explorer. Its shown in the storage sections but not where i can access the information on there from the phone's file system.
When i restore back to stock (but rooted) rom its back to normal!
Its there, just hidden and named emmc. This is why root explorer is a must own app, it allows to see tons of hidden files you would otherwise not see. I'm sure there's other free apps that can do the same but root explorer has saved me from so many headaches it was an instant buy in market.
The 1 major gripe I ever had with this phone was the way they partitioned the internal storage, whoever decided that was a complete moron!
Edit:
Look under mnt/emmc with root explorer
Sent from my LG-P999 using xda premium
Thanks but how do I use it for normal everyday stuff? I guess i cant with CM7?
Sure you can, just move stuff from sdcard to mnt/emmc with root explorer. I know its a pain and one of the reasons I started a request thread to see if there was a way to bind/combine both partitions into 1 so we'd all have more internal space for installing apps/games.
Sent from my LG-P999 using xda premium
Hey thanks for the insight, I will just keep my reg ota with root until a much better version comes out.
jetbruceli said:
Hey thanks for the insight, I will just keep my reg ota with root until a much better version comes out.
Click to expand...
Click to collapse
Do you use an external sdcard with your g2x, or do you use only the internal? There is a potentially easy solution if you want to use CM7 and keep the internal card as your primary. I'll tell you how step by step, but depending on if you use an external card and what you use it for, more or less steps will be involved. So I'll wait for your answer so I can give you the right response.
Sent from my LG-P999 using XDA App
Well I have a 32 gb SD installed but like having the internal for apps and clockwork roms
sent from my anti IPhone device
jetbruceli said:
Well I have a 32 gb SD installed but like having the internal for apps and clockwork roms
sent from my anti IPhone device
Click to expand...
Click to collapse
I personally prefer to keep my backups and personal data on an external/removable sdcard. Its safer that way in case anything happens to the phones internal memory, all my documents and backups are safe and I can put my sdcard into my computer or another phone to retrieve it. Also, I'd much rather have 32gb of storage for all that rather than the 5gb you'll have with the internal card.
That said, its personal preference and always good to have options. Here's how I have mine setup with CM7 (I'll explain how to achieve the setup you want in a moment):
- My external removable card is mounted at /mnt/sdcard. This is the default setup of CM7.
- My internal sdcard (emmc) is mounted at /mnt/sdcard/_OtherSD. CM7 default is to mount it at /mnt/emmc, which means if I have photos, music and movies stored there they wont show up in some of my apps. By having it mounted to a directory inside my /mnt/sdcard directory, any app that looks at my external sdcard will also see what's stored on the internal sdcard. This is similar to the stock setup, except that with stock the external card is mounted as /mnt/sdcard/_ExternalSD.
But if you want the internal to be your primary sdcard then here are a couple of fixes for you. The quickest fix is this:
- Go to Settings > Cyanogenmod settings > Application
- Select "Use internal storage"
- Reboot phone
- Now your internal card will be mounted at /mnt/sdcard and your external card at /mnt/emmc
- This makes your internal card your main sdcard but leaves you external card mostly unusable because of its mount point.
So if you are like me and you like for things to be labeled properly and usable then continue reading. This works with CM7 (it wont work with stock), and I also recommend having root explorer (from the Market). My instructions will be specific to root explorer, although you can use any root text editor you want. You will need to edit 2 files (/system/build.prop and /system/etc/vold.fstab):
- Using root explorer navigate to your /system directory.
- At the top of the screen select "Mount R/W"
- Scroll down and find the /system/build.prop file. Long-press on it and select to open in text editor.
- Scroll about halfway down the file and find the section that says "
# Mount the internal SD card, too
- Where it says "ro.additionalmounts=" specify a directory by typing its full path. I use /mnt/sdcard/_OtherSD. This is the mount point you will use in the vold.fstab file (which you'll edit in a moment)
- The very next line says "ro.vold.switchablepair=" .. These are the mount points that get swapped when you enable that setting in CM7. Change the options to match the mount points you will want to use. So for me it says "/mnt/sdcard,/mnt/sdcard/_OtherSD" ... of course no quotation marks.
- Select Menu > Save & Exit. One nice feature of root explorer is that it automatically saves your original file as a backup in case there are any problems.
- Now navigate to /system/etc
- Make sure the directory is still mounted as R/W, scroll down and open the file /system/etc/vold.fstab. This file specifies where both the external and internal sdcards are actually mounted. Each drive/device has its own entry.
- Find the line that starts with dev_mount emmc /mnt/emmc" and change it to match the mount point you created in the build.prop file. So for me I change it to "dev_mount emmc /mnt/sdcard/_OtherSD"
- Select Menu > Save & Exit
- Reboot phone
Now when you use the CM7 settings option to use internal storage, it will swap them but still keep one mounted within the other so any music, pics, videos you have will be usable by all your apps.
****PLEASE NOTE**** -- These changes will be overwritten if you flash a new nightly.
Sent from my LG-P999 using XDA App
Thanks a million! I will try just having access is good.
I have root explorer and I use file expert.
You said ur on cm7? Or are u on a custom version like eagle? I keep flipping between reg stock, cm7, miui and eagle. Just can't tell which is the best for everyday use.
But really thanks for all the info!
sent from my anti IPhone device
jetbruceli said:
Thanks a million! I will try just having access is good.
I have root explorer and I use file expert.
You said ur on cm7? Or are u on a custom version like eagle? I keep flipping between reg stock, cm7, miui and eagle. Just can't tell which is the best for everyday use.
But really thanks for all the info!
sent from my anti IPhone device
Click to expand...
Click to collapse
Just plain CM7. I think I'm using nightly 144. The method should be the same or similar on other cm7-based roms. It just won't work on stock-based roms because the changes to the files get overwritten when you reboot.
Sent from my LG-P999 using XDA App
d12unk13astard said:
Its there, just hidden and named emmc. This is why root explorer is a must own app, it allows to see tons of hidden files you would otherwise not see. I'm sure there's other free apps that can do the same but root explorer has saved me from so many headaches it was an instant buy in market.
The 1 major gripe I ever had with this phone was the way they partitioned the internal storage, whoever decided that was a complete moron!
Edit:
Look under mnt/emmc with root explorer
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
I've been trying to edit the vold.stab etc on my phone forever trying to get that to work and I haven't gotten it figured out (still a Linux noob, probably always will be). I realize most people seem to prefer the already available options to remount it inside the external SD card or vice versa, but honestly I really just want it combined with the internal memory. Others say that is pointless because 1.5GB should be plenty of space, but honestly if I were to install all the apps on my Transformer onto my phone, my phone would almost immediately run out of internal space.
JaiaV said:
I've been trying to edit the vold.stab etc on my phone forever trying to get that to work and I haven't gotten it figured out (still a Linux noob, probably always will be). I realize most people seem to prefer the already available options to remount it inside the external SD card or vice versa, but honestly I really just want it combined with the internal memory. Others say that is pointless because 1.5GB should be plenty of space, but honestly if I were to install all the apps on my Transformer onto my phone, my phone would almost immediately run out of internal space.
Click to expand...
Click to collapse
I wonder what would happen if the phone was physically repartitioned ... I don't know enough of how Android works to know what effects that would have. Obviously the disk is just a disk and you can create whatever partition sizes you want. Is the OS designed to look for a certain number of partitions and partition sizes on each phone? Or will it just use what's there?
Sent from my LG-P999 using XDA App
JaiaV said:
I've been trying to edit the vold.stab etc on my phone forever trying to get that to work and I haven't gotten it figured out (still a Linux noob, probably always will be). I realize most people seem to prefer the already available options to remount it inside the external SD card or vice versa, but honestly I really just want it combined with the internal memory. Others say that is pointless because 1.5GB should be plenty of space, but honestly if I were to install all the apps on my Transformer onto my phone, my phone would almost immediately run out of internal space.
Click to expand...
Click to collapse
I found an app that has made the 1.5gb internal storage manageable, look in the market for link2sd. Basicly it allows you to move any app/game to the extra partition on your sdcard(I made a 4gb partition) I'm amazed how stable it runs! After trying numerous apps2sd programs and them being unstable plus running out of internal space too quickly, link2sd is a godsend! It allows even dalvik cache moving to SD extra and batch selecting/deselecting for ultra quick installs. I can't reccommend this app enough for people having internal storage space problems.
As for the internal SD card being combined with the 1.5gb storage I put up a request thread on it hoping a Dev would know how to.. until that happens tho link2sd has made me proud.
http://forum.xda-developers.com/showthread.php?t=1265540
Internal storage partition
Some of the asshats on that thread made me laugh with their ignorance.
Sent from my LG-P999 using xda premium
d12unk13astard said:
I found an app that has made the 1.5gb internal storage manageable, look in the market for link2sd. Basicly it allows you to move any app/game to the extra partition on your sdcard(I made a 4gb partition) I'm amazed how stable it runs! After trying numerous apps2sd programs and them being unstable plus running out of internal space too quickly, link2sd is a godsend! It allows even dalvik cache moving to SD extra and batch selecting/deselecting for ultra quick installs. I can't reccommend this app enough for people having internal storage space problems.
As for the internal SD card being combined with the 1.5gb storage I put up a request thread on it hoping a Dev would know how to.. until that happens tho link2sd has made me proud.
http://forum.xda-developers.com/showthread.php?t=1265540
Internal storage partition
Some of the asshats on that thread made me laugh with their ignorance.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
I can move apps to external storage by default with CM7. This is not the solution I am looking for , but thank you for trying.
JaiaV said:
I can move apps to external storage by default with CM7. This is not the solution I am looking for , but thank you for trying.
Click to expand...
Click to collapse
The difference between apps2sd which your using and link2sd which i'm using is that with apps2sd your internal memory will run out much faster then if using link2sd which can also move dalvikcache to sd ext. I've already moved 300 apps/games to sd ext with link2sd and still have over 1gb of internal storage, try doing that with apps2sd
Edit: forgot to mention link2sd is a free app in market.

[Q] G2X, cant mount sdcard on cm7

Hi,
I have a g2x and i recently rooted it using superoneclick and i tried to back up using nvflash
however when i boot into recovery and try to install a zip or do anything with an sdcard, it says cant mount sdcard.
i ended up installing cyanogenmod 7 using rom manager.
but at the moment i cant do anything that involves using the sdcard because it cant mount.
any ideas on how to fix this?
thanks in advance
When you're in recovery, have you simply tried taking out the memory card then putting it back in?
Sometimes the simplest solutions work. It used to not mount my sd card too and just popping it out and back in made it read it.
buru898 said:
When you're in recovery, have you simply tried taking out the memory card then putting it back in?
Sometimes the simplest solutions work. It used to not mount my sd card too and just popping it out and back in made it read it.
Click to expand...
Click to collapse
Thanks ill try it and let you know but how come nothing ever gets loaded onto the phones internal sdcard I still have the 5 gigs that I initially had and nothing is ever loaded onto it including the apps I download, any way I can change this?
EgyptianBoi said:
Thanks ill try it and let you know but how come nothing ever gets loaded onto the phones internal sdcard I still have the 5 gigs that I initially had and nothing is ever loaded onto it including the apps I download, any way I can change this?
Click to expand...
Click to collapse
It's the way they memory is partitioned. ~3 GB for the System and Apps, 5GB for other stuff. There's a workaround/fix for CM7 in the development forum (atleast I think there was) but I don't know if it works anymore.
Jufjufjuf said:
It's the way they memory is partitioned. ~3 GB for the System and Apps, 5GB for other stuff. There's a workaround/fix for CM7 in the development forum (atleast I think there was) but I don't know if it works anymore.
Click to expand...
Click to collapse
Right now if I go to storage in settings I have my SD card then I have internal storage with 1.48 gigs and then I have additional storage /mnt/emmc which has 5.21 gigs. At the moment apps installed from the android market go to the internal storage and apps online go to the SD card but I can move them to the internal memory. It seems that at the moment the one place with the most memory can't be used so I'm guessing thats the partition your talking about
o there's no way of changing this partition?
And can you give me the link to that? Thanks
Yaay got the SD card working in recovery it worked taking it out and putting it in again
EgyptianBoi said:
Right now if I go to storage in settings I have my SD card then I have internal storage with 1.48 gigs and then I have additional storage /mnt/emmc which has 5.21 gigs. At the moment apps installed from the android market go to the internal storage and apps online go to the SD card but I can move them to the internal memory. It seems that at the moment the one place with the most memory can't be used so I'm guessing thats the partition your talking about
o there's no way of changing this partition?
And can you give me the link to that? Thanks
Click to expand...
Click to collapse
You're right, I don't believe it can be used (natively for apps atleast, you can always move media and files there). Unless you mount that internal partition to be the external SD card and do a Move to SD on the apps (both are settings in Android/CM7 somewhere) there's not much else you can do. The problem is that some apps don't work on the SD, of course you could keep those on the system partition.
Sorry if my replies are starting to get confusing, it's late here.
I use link2sd which creates a mount point script that uses the extra partition on external sdcard. I used minitool partitioned to create a 10gb ext4 on my 32gb class 10( I'm an app junkie lol). Most if not all apps/games moved with link2sd work flawlessly, I'm happy with it
Sent from my LG-P999 using xda premium
Jufjufjuf said:
You're right, I don't believe it can be used (natively for apps atleast, you can always move media and files there). Unless you mount that internal partition to be the external SD card and do a Move to SD on the apps (both are settings in Android/CM7 somewhere) there's not much else you can do. The problem is that some apps don't work on the SD, of course you could keep those on the system partition.
Sorry if my replies are starting to get confusing, it's late here.
Click to expand...
Click to collapse
thanks i think i managed to get it! i found the settings i think you're talking about in the cyanogenmod settings and managed to switch the sdcard and additional storage. now the 5 gigs appears as the sdcard and the actual external microsd appears as the additional storage
i guess thats the best im gonna get
thanks a lot!!
d12unk13astard said:
I use link2sd which creates a mount point script that uses the extra partition on external sdcard. I used minitool partitioned to create a 10gb ext4 on my 32gb class 10( I'm an app junkie lol). Most if not all apps/games moved with link2sd work flawlessly, I'm happy with it
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
thanks ill try it and see how it workds
d12unk13astard said:
I use link2sd which creates a mount point script that uses the extra partition on external sdcard. I used minitool partitioned to create a 10gb ext4 on my 32gb class 10( I'm an app junkie lol). Most if not all apps/games moved with link2sd work flawlessly, I'm happy with it
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Jufjufjuf said:
You're right, I don't believe it can be used (natively for apps atleast, you can always move media and files there). Unless you mount that internal partition to be the external SD card and do a Move to SD on the apps (both are settings in Android/CM7 somewhere) there's not much else you can do. The problem is that some apps don't work on the SD, of course you could keep those on the system partition.
Sorry if my replies are starting to get confusing, it's late here.
Click to expand...
Click to collapse
ya i thought i had everything working but now for some reason, my phone says it cant mount the system. any ideas why?

[Q&A] CM7 SD / EMMC issues and question?

Question: I have been trying to figure this out. When I first went to CM7 I didn't know about the SD and EMMC memory ordeal and just continued as normal. So after a while my SD was showing full and EMMC was barely used.
However... I shortly noticed that I was running low on SD space. NOTE: I swapped the 2GB microSD card for a 32GB microSD. Which prompted me to look deeper at what storage was what? I then found out about the switch in CM7 to use microSD as SD and internal as EMMC. Thus allowing me to use the 32GB microSD as the SD in CM7. Now here is the problem some apps had been moved to prior swapping EMMC/SD (now EMMC), now show up on EMMC but the icon is not correct and when I try to run it says it is not installed.
So if one can move apps from phone to SD, has anyone made an app to move from EMMC to SD? If not I could see people being interested in it. Unless there is an easy way to fix it I may have to get a list of bad app icons and re-install. Then figure out what to do with the EMMC stranded app files. My guess is if the system does not know its installed but the files are there it would just be wasting storage.
How should this EMMC be used?
Thanks for your help!
Ok here is how I fixed it. I changed setting back to us internal as SD. Moved missing apps (the ones that gave an error "Application is not installed on your phone." prior to me changing the setting) from internal SD to phone. Then I changed the setting back rebooted and moved apps back to the SD card.
Sent from my SGH-I997 using xda premium

[Q] Rooted Note 10.1, Titanium and moving apps to SD

Hi
I have a Galaxy Note 10.1 which is rooted.
I installed Titanium hoping that I could move apps to my SD card but the option is not available.
I initially tried re-partitioning my card so I not have a fat32 partition and an Ext4 partition - still no joy.
I put an app folder on the Ext4 partition - still no joy.
I've tried App2SD and Link2SD - still no joy.
What is the easiest way to move an app onto the external sd card when using a rooted Note 10.1?
Many thanks
Note101Beginner said:
Hi
I have a Galaxy Note 10.1 which is rooted.
I installed Titanium hoping that I could move apps to my SD card but the option is not available.
I initially tried re-partitioning my card so I not have a fat32 partition and an Ext4 partition - still no joy.
I put an app folder on the Ext4 partition - still no joy.
I've tried App2SD and Link2SD - still no joy.
What is the easiest way to move an app onto the external sd card when using a rooted Note 10.1?
Many thanks
Click to expand...
Click to collapse
Might this do the trick for you?
http://forum.xda-developers.com/showthread.php?t=1888986
schnurrbidurr said:
Might this do the trick for you?
http://forum.xda-developers.com/showthread.php?t=1888986
Click to expand...
Click to collapse
It looks interesting but the main downside is that you have to move everything from internal to external storage.
In an ideal world, I only want to move 4 or 5 of the big apps/games as most are really tiny.
Note101Beginner said:
It looks interesting but the main downside is that you have to move everything from internal to external storage.
In an ideal world, I only want to move 4 or 5 of the big apps/games as most are really tiny.
Click to expand...
Click to collapse
Just use: http://forum.xda-developers.com/showthread.php?t=1410262
I'm currently using it myself, pretty easy. The only thing is:
You basically got 3 partitions on your note (i.e. 16GB version). 1. system (~4GB) 2. sdcard (internal) (~11,5GB) 3. sdcard (exernal)
If you look at an app in (I hope the following are the correct translations, I only got german) systemsettings/storage and tap on apps and then on a specific app, you'll have the sizes "total", "app", "USB-Storage for App", "Data" and "SD-Card". Everything in "App" is in the 2. partition,but you can't locate the data under /storage/sdcard0/, nevertheless it's on the internal sdcard partition, cause it can't be in the system partition. I have no clue where the data is, my guess is, that sdcard (internal) is just a part of the second partition. Anyway, the data under "App" can't be moved with DirectoryBind, cause you (or let's say I) don't know where exactly it is. The data under "USB-Storage for App" should be in /storage/sdcard0/Android/obb/<package name>, and that's the data you can move. Most of the big games, have their data in these directories (ie. GTA Vice City). So what you want to do with DirectoryBind is: Set target to the above mentioned path, and the location to a exact replica of folders on your sd card and select "move data". What directory bind does is the following: It sets up a pseudo file in the original location, which is just a reference to where the file really is.
I hope that wasn't to confusing.
Have fun.

[Q] Internal storage becomes unavailable after trying to switch it with external SD

Hello,
I followed this thread to try and switch my SD card (32 gb) with my internal storage.
After doing what the above guide said, I managed to get from >>INTERNAL STORAGE being 3,98gb, APP storage being 4,15gb and SD card being 29,90gb<< to >>INTERNAL STORAGE being UNAVAILABLE, APP storage being 29,90gb and SD card being 4,15gb<<, whereas the poster of the guide got it so his SD card is now internal storage.
I have done some tinkering before trying out this method, I mainly used internal2external app i got on the play store, but with no success either.
Any help would be greatly appreciated!
try this instead.. its to another post of mine in another topic where they were binding the internal partition with data partition.. the method you linked to is swapping the internal partition with your external sd card.. the method i linked you to is better than binding or swapping since it just extends your internal partition to your external.. i have 10mb of used space on my internal partition and can install any and all apps i can find.. if you decide after getting it set up that you want to be even more extreme.. you can pair foldermount with link2sd and probably have less than a mb of used space lol.. good luck
Since the 2nd partition..
BHoller said:
try this instead.. its to another post of mine in another topic where they were binding the internal partition with data partition.. the method you linked to is swapping the internal partition with your external sd card.. the method i linked you to is better than binding or swapping since it just extends your internal partition to your external.. i have 10mb of used space on my internal partition and can install any and all apps i can find.. if you decide after getting it set up that you want to be even more extreme.. you can pair foldermount with link2sd and probably have less than a mb of used space lol.. good luck
Click to expand...
Click to collapse
Thank you for this, I have tried it and, even though I do get the error that the 2nd partition can't be mounted (?) it still links the applications to SD. But, after I linked my apps to SD, I tried installing a big file (i had 3.03gb out of 3.98 free (INTERNAL), after installing i have 3.79gb out of 3.98gb), and I got the storage low again, I couldn't seem to move it to SD :/
After restarting the phone, i got the "Mount warning" again, and all my apps that I linked 2 SD are shown as grey icons saying SD which I presume means they cannot be launched as they aren't even installed. After uninstalling the app that filled up my internal storage, I restarted phone to find out all my linked apps were deleted, any idea what I did wrong?
Stuntsu said:
Thank you for this, I have tried it and, even though I do get the error that the 2nd partition can't be mounted (?) it still links the applications to SD. But, after I linked my apps to SD, I tried installing a big file (i had 3.03gb out of 3.98 free (INTERNAL), after installing i have 3.79gb out of 3.98gb), and I got the storage low again, I couldn't seem to move it to SD :/
After restarting the phone, i got the "Mount warning" again, and all my apps that I linked 2 SD are shown as grey icons saying SD which I presume means they cannot be launched as they aren't even installed. After uninstalling the app that filled up my internal storage, I restarted phone to find out all my linked apps were deleted, any idea what I did wrong?
Click to expand...
Click to collapse
I was have the same problem. There is only one way. Gain s-off with rumrunner. Look rumrunner thread and follow the instructions. Its really easy. After s-off you can do everything. You can delete google apps, link all apps to sd without any problem. I have installed many apps i still have 3.00 gb full of 3.85 gb. I created sd partition 2 gb and linked all apps there. Good luck
Sent from my HTC One SV using XDA Free mobile app
Stuntsu said:
Thank you for this, I have tried it and, even though I do get the error that the 2nd partition can't be mounted (?) it still links the applications to SD. But, after I linked my apps to SD, I tried installing a big file (i had 3.03gb out of 3.98 free (INTERNAL), after installing i have 3.79gb out of 3.98gb), and I got the storage low again, I couldn't seem to move it to SD :/
After restarting the phone, i got the "Mount warning" again, and all my apps that I linked 2 SD are shown as grey icons saying SD which I presume means they cannot be launched as they aren't even installed. After uninstalling the app that filled up my internal storage, I restarted phone to find out all my linked apps were deleted, any idea what I did wrong?
Click to expand...
Click to collapse
i use Rom Cleaner for the One X and it removes 95% bloatware(i had to add ~35 boost online apps to the list).. link2sd cant move everything and for that you can use FolderMount.. together these apps reduce internal used space to nearly nothing
thank you
degerli43 said:
I was have the same problem. There is only one way. Gain s-off with rumrunner. Look rumrunner thread and follow the instructions. Its really easy. After s-off you can do everything. You can delete google apps, link all apps to sd without any problem. I have installed many apps i still have 3.00 gb full of 3.85 gb. I created sd partition 2 gb and linked all apps there. Good luck
Sent from my HTC One SV using XDA Free mobile app
Click to expand...
Click to collapse
Hey man, does it have to be rumrunner or can it also be moonshine? ( this thread )
EDIT: Tried the rumrunner way, first time it just closed itself after a minute or two, 2nd time it just promped me to press ENTER and I did, closing the command promp, both times I check my s is still S-ON
Stuntsu said:
Hey man, does it have to be rumrunner or can it also be moonshine? ( this thread )
EDIT: Tried the rumrunner way, first time it just closed itself after a minute or two, 2nd time it just promped me to press ENTER and I did, closing the command promp, both times I check my s is still S-ON
Click to expand...
Click to collapse
I dont know moonshine. But before running rumrunner, disable your antivirus on PC. Than check your root is done. It want root access you have to allow it. Check your phone while rumrunner running
Sent from my HTC One SV using XDA Free mobile app

Categories

Resources