Opinions on limited internal storage - Xperia Play General

I'm very interested in the Xperia Play, but the limited internal storage memory is a bit of a turnoff. Is there a true solution to avoiding this issue (app2sd?) or will even installing apps on a SD card still leave some data on the internal storage memory.
I'm a bit out of date with Android development since I've been into WebOS. Still plan on buying a Pre 3, but it's tempting to get a Xperia Play as a secondary phone.

vaxick said:
I'm very interested in the Xperia Play, but the limited internal storage memory is a bit of a turnoff. Is there a true solution to avoiding this issue (app2sd?) or will even installing apps on a SD card still leave some data on the internal storage memory.
I'm a bit out of date with Android development since I've been into WebOS. Still plan on buying a Pre 3, but it's tempting to get a Xperia Play as a secondary phone.
Click to expand...
Click to collapse
If you use adb you can move 95% of your apps to the sd, freeing up HUGE amounts of internal memory. I was on 40mb free before using adb, now I've like an extra 5 or 10 apps since then and have over 180mb free
Sent from my R800i using XDA App

Nhialor said:
If you use adb you can move 95% of your apps to the sd, freeing up HUGE amounts of internal memory. I was on 40mb free before using adb, now I've like an extra 5 or 10 apps since then and have over 180mb free
Sent from my R800i using XDA App
Click to expand...
Click to collapse
I agree, also I'll point out that if you have the device rooted you can use Titanium Backup to do the same thing (I haven't got around to installing the Android SDK to my PC yet). All my Gameloft games etc are <1mb internal. I have loads of games & still running with 165Mb free.
Memory is only a concern if you don't have the know how
As for the Pre 3 I was tempted too cuz I loved all the old PalmOS devices, but I was put off by the fact that they went with a 3.5" screen. Even Apple will be going bigger than this on their next release.

That's not too bad. I might check the phone out soon to make a decision as to if I should get one. I always like having a spare phone just in case something goes wrong with my primary or I go somewhere where I'd like to use one phone over another.
Pre 3 screen is 3.6-inches and I actually don't mind that. I've had a Palm Pre Plus since launch and I've never really been turned off by the screen size. I kinda like the smaller profile of the phone and I'm looking forward to WebOS 3.0. I'm just hoping HP markets WebOS properly to make the platform more attractive to developers.

Trust me it wont be a problem. and like many have said all you have to do is use ADB once and then all your apps are installed on the SD card but even if you dont do that its still plentiful.

Nhialor said:
If you use adb you can move 95% of your apps to the sd, freeing up HUGE amounts of internal memory. I was on 40mb free before using adb, now I've like an extra 5 or 10 apps since then and have over 180mb free
Sent from my R800i using XDA App
Click to expand...
Click to collapse
How could you possibly have 40mb free before?
When I first got my phone last week the remaining memory was like at least 150 - 200mb? I'm running launcher pro now, have all sync and everything switched on, and my remaining RAM is 235MB, remaining INTERNAL STORAGE is 186MB now.
Can titanium backup FREE be used to do everything the paid one does?

everything except batch restore i beleve

danieljamie said:
How could you possibly have 40mb free before?
When I first got my phone last week the remaining memory was like at least 150 - 200mb? I'm running launcher pro now, have all sync and everything switched on, and my remaining RAM is 235MB, remaining INTERNAL STORAGE is 186MB now.
Can titanium backup FREE be used to do everything the paid one does?
Click to expand...
Click to collapse
dunno mate, but im not lying...?

I wasn't doubting it just seems odd lol
Sent from my R800i using XDA App

I use App 2 SD Pro and it has been working very well. That is why I paid for the pro.
I'm still in the air on the Advanced Task Manager app though. I need to get more into it. I kill the processes and it leaves 3 going. Then a minute later there is about 15 going again. I need to find a permanent stop to a bunch of those apps and figure out how to make them run as needed.
I like to pay for good useful tools.

1) Root phone
2) Install titanium backup
3) Batch move apps to sd card, including unmovable apps
4) Profit
It is as easy as that.

ncaissie said:
I use App 2 SD Pro and it has been working very well. That is why I paid for the pro.
I'm still in the air on the Advanced Task Manager app though. I need to get more into it. I kill the processes and it leaves 3 going. Then a minute later there is about 15 going again. I need to find a permanent stop to a bunch of those apps and figure out how to make them run as needed.
I like to pay for good useful tools.
Click to expand...
Click to collapse
You cannot stop the system apps or the bloat the phone starts itself unless you uninstall them. Task managers work well for apps you have installed yourself but the stuff that keep resarting will keep restarting no matter how many times to kill them (it will drain your battery and possiblale do more damage then good ).
Root and uninstall the crap from the safe apps to remove list. Also titanium backup free version lets you move the unmovable apps to sd such as ashphalt and fifa e.t.c less then 1mb instead of 30mb will help with internal storage

problem is you can't root 2.3.3
Sent from my R800i using XDA App

I have 2.3.2 still.
But I am nervous about killing my warranty.

danieljamie said:
problem is you can't root 2.3.3
Sent from my R800i using XDA App
Click to expand...
Click to collapse
You can now
Have a look in the Dev forum...

danieljamie said:
problem is you can't root 2.3.3
Click to expand...
Click to collapse
If your bootloader is unlocked you can install the rooted 2.3.3 rom which has been confirmed as being succesfully rooted http://forum.xda-developers.com/showthread.php?t=1098736. If the bootloader is locked such as mine you are right and will have to wait for a rooting method to appear.
ncaissie said:
I have 2.3.2 still.
But I am nervous about killing my warranty.
Click to expand...
Click to collapse
Rooting does void it. But if you have a locked bootloader you can use SUES to reinstall the software without the root and not even SE would be able to tell.

Thats alright but I refuse to unlock my bootloader guess I have to wait and I'm stuck with bloatware lol

I see a lot about how to root and unlock the Bootloader but don't see anything on why. I know rooting gives you access to removing the bloat. What does unlocking do? And what can I do without restricting myself to one version of gingerbread for life? Like one guy said I don't know where to start.

Use the adb command to set the install location to memory card
adb pm setInstallLocation 2
It solves most of the issue, and gives the option to move 99% of it apps to sdcard. It also installs the future apps directly to the sdcard. Provided u must be on froyo or higher. Rooting or unrooting doesn't really matter with this.
Sent from my HTC Wildfire using XDA App

ncaissie said:
I see a lot about how to root and unlock the Bootloader but don't see anything on why. I know rooting gives you access to removing the bloat. What does unlocking do? And what can I do without restricting myself to one version of gingerbread for life? Like one guy said I don't know where to start.
Click to expand...
Click to collapse
Unlocking means that, when they get round to it, you can install your own custom roms that are specially themed and other improvements like overclocking the processor.
As you rightly said, rooting lets you remove the bloat, which is great. Also, unlocking means you can flash a rooted stock firmware. However I refuse to unlock my bootloader (YET).
You can wait for more sony ericsson updates, or wait for the android devs to make some cool custom ROM that we will eventually install (with unlocked bootloader).

Related

Wtf!

I just got my droid 2 in the mail today and I'm disappointed, to say the least...first off I'm comin over from tmobile where I've had nearly every phone they have released over the last 2 years. The first thing I thought when I booted this droid 2 was how familiar evrything looked. Then I realized they put motoblur on it(boo!). So I feel like I'm using a moto cliq again...I thought that since this thing has a 1 ghz processor it would run a lot smoother than the cliq, but that has not been the case. It takes almost 10 seconds for the camera to open which is unacceptable. It hangs up doing the simplest things, such as opening and closing the app drawer. I planned on getting the droid x, but after reading several side by side comparisons, I decided on the 2. I hate to say this but I'm really thinking I made the wrong choice. I believe this to be a nice piece of hardware, just not right for me....
Anyone have any suggestions to make my experience better? I'm open to rooting but only if there is a 100% fully functional rom out there...my last tmobile phone is a vibrant and I don't know if you guys are aware of what's gone on over in those threads the last few days, but its been interesting to say the least
Sent from my DROID2 using XDA App
I would have to say....take it back and get the fascinate
Sent from my SCH-I500 using XDA App
What happened? I heard ebait8 had a hoax, no clue what of. You guys got the official 2.2 leak. Bunch of threads got closed. What happened?
From a phone on an app
boborone said:
What happened? I heard ebait8 had a hoax, no clue what of. You guys got the official 2.2 leak. Bunch of threads got closed. What happened?
From a phone on an app
Click to expand...
Click to collapse
Hoax...not sure. But there was suddenly a fully functioning 2.2 rom. Its very nice. Working everything. Takes the vibrant to the next level...I wanted to get away from tmobile for a while and as SOON as I commited to verizon, BAM!! But I have 30 days to send this phone back. I probably will. I installed launcherpro and its very smooth, but I don't like to use a 3rd party app to make my phone work the way I think it should...my vibrant is a trooper...
Sent from my DROID2 using XDA App
There are a few great ROM's floating around here that are waaaaay better than stock. I'm running Fission (I really like it!) right now but There's a new one by Matt4542 coming soon that's supposed to be AOSP so check 'em out and flash a few and see if you like it with overclock before you take it back.
newk8600 said:
There are a few great ROM's floating around here that are waaaaay better than stock. I'm running Fission (I really like it!) right now but There's a new one by Matt4542 coming soon that's supposed to be AOSP so check 'em out and flash a few and see if you like it with overclock before you take it back.
Click to expand...
Click to collapse
Sweet! I'm pretty sure that this thing would be a beast overclocked to 1.2! And I remember that its the dam blur launcher that lags, and its dumb! Does wireless tether work on this thing if you root? Without paying the 2o to verizon?...
Sent from my DROID2 using XDA App
Is the internal memory on this thing read only? When I hook up to my computer I can open the external and transfer files but only look at the internal...or am I missing something?
Sent from my DROID2 using XDA App
mikeyinid said:
Is the internal memory on this thing read only? When I hook up to my computer I can open the external and transfer files but only look at the internal...or am I missing something?
Sent from my DROID2 using XDA App
Click to expand...
Click to collapse
Um not sure I can't remember what it's like to not be rooted. lol.
I think you either need to be rooted or use ADB.
As for launcher's I've heard good things about LauncherPro but I use ADW. and Home switcher to set my choice to default (so the home soft key doesn't go back to stock.
You can wireless tether for free but as of yet the only infrastructure mode (as opposed to Ad-hoc) you can get is through the Verizon app but thankfully someone found out how to hack it. (check the Droid 2 Information Directory in Android Development for the D2)
Hey guys, so I rooted and bought one of those overclocking apps from the market. I know that quads and linpack mean nothin to some people, but I like to use them to gauge my own phones performance. I overclocked to 1.2 and my benchmark went from 865 ms to 675. My linpack is almost 17. But, my quads are down to 800! What the hell is that about? Are those overclock apps just crap?
Sent from my DROID2 using XDA App
*EDIT: I rebooted and ran a quad...1627! thats what im talkin about! and i didnt even flash a rom or a kernel. My issue now is the internal memory is still read only. How do i fix that? Can it be fixed?
mikeyinid said:
*EDIT: I rebooted and ran a quad...1627! thats what im talkin about! and i didnt even flash a rom or a kernel. My issue now is the internal memory is still read only. How do i fix that? Can it be fixed?
Click to expand...
Click to collapse
Can you at least read data with apps such as Gallery and Astro File Manager? On my Droid Incredible I can copy pictures and ringtones from my computer directly to the internal memory (emmc), but with the Droid 2 I can only mount the SD Card. This is kinda annoying...I've been searching old threads but haven't found an answer.
I can move them between internal and external sd, but that's a freakin headache. On my vibrant when I mount sd to computer, I get two windows that open and I can transfer directly to internal from pc. I can't believe they (motorola) really give you 8 gigs for apps only. Everything is saved to external by default. Except apps.
Sent from my DROID2 using XDA App
Are you serious??? Wow, I'm glad I decided to stay with the Dinc as my main phone. So do you use any particular app for moving stuff between internal and the SD card? Or you do it within an adb shell? I don't see the point of making the internal memory only available for apps...I would never need that many space for apps...I rather use it for music.
Androidnite said:
Are you serious??? Wow, I'm glad I decided to stay with the Dinc as my main phone. So do you use any particular app for moving stuff between internal and the SD card? Or you do it within an adb shell? I don't see the point of making the internal memory only available for apps...I would never need that many space for apps...I rather use it for music.
Click to expand...
Click to collapse
I use root explorer personally. Just cus it gives me access to everything. I barely use 100mb for apps so I see no reason to have 8 gigs for apps.
Sent from my DROID2 using XDA App
Cool. I guess for now I'll just forget that I have internal memory in the phone. I'm looking into building my own AOSP ROM, so this is something definitely looking into fixing
Androidnite said:
Cool. I guess for now I'll just forget that I have internal memory in the phone. I'm looking into building my own AOSP ROM, so this is something definitely looking into fixing
Click to expand...
Click to collapse
That would be awesome....so I overclocked to 1.45 this morning just to see what my battery life would be like and I notice no difference. Im not buyin this overclock app works as advertised. If my minimum is 400 mhz, there would be more battery used when the phone is sleep. That has been the case with every other phone at least.
Sent from my DROID2 using XDA App

[Q] European HD2 NANDroid = lost cause?

Truly curious here.
I flashed one of the new NAND Android builds just as soon as they came out, riding the wave of jubilation and unbridled enthusiasm over ditching Windows Mobile. But I live in Germany, meaning my HD2 contains half of the internal storage of its American counterparts.
After flashing a NAND Android Rom, the phone is left with a paltry 100 MB or so of free space. When it comes to installing apps, some of them CANNOT be prevented from finding their way to the internal memory, try as you might to keep them off.
No matter what I tried, I found my internal memory depleted, immediately, with a good number of apps still to install, but no room left to install them.
Are Europeans left simply hanging in the breeze on this one?
All commentary appreciated. Enjoy your New Years celebrations.
Use a program called apps2sd and install them to SD
Sent from my HTC HD2 using Tapatalk
Not a Dev thread... Doesn't belong here. Moved to Q&A.
It's free on the market its easy to use
Sent from my HTC HD2 using Tapatalk
More than 50% of the app I have cannot be moved to SD card, even with APP2SD.
Cyanogen mod leaves 200mo.
Sent from my HTC HD2 using XDA App
The only hope is that someone will find a way to use a second ext2/ext3 partition in sd card as internal memory. It has been done in normal android phones, so i think it can be done to HD2 nand android.
whynot66 said:
Use a program called apps2sd and install them to SD
Sent from my HTC HD2 using Tapatalk
Click to expand...
Click to collapse
This suggestion ignores what was stated clearly in my initial post - that certain apps CANNOT be prevented from installing to the internal memory, regardless of 3rd party apps like app2sd.
install move2sd enabled (root only) with this you can FORCE sd install for all apps
a few months ago a bunch of kernals supported ext partitions. this is make a comeback. You will partition your sdcard with lets say 1gb ext partition and the rest will be fat. With ext partitions all app installs will work. its the same method currently employed on all low end android devices, like the htc g1.
now, nand was just released yesterday. give the devs some time, look at the they have accomplished so far. they will fix this issue along with curing cancer next week
mrassol said:
install move2sd enabled (root only) with this you can FORCE sd install for all apps
Click to expand...
Click to collapse
If you're right about this, you're going to make a lot of people happy.
Iam only left with 6o mb free, IS my NAND corrupted (cotulla) desire Rom
Sent from my HTC HD2 using XDA App
hoss_n2 said:
Iam only left with 6o mb free, IS my NAND corrupted (cotulla) desire Rom
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
No way to say for sure. I would suggest reinstalling. But, as another poster said, the NAND Cyanogen mod ROM out right now leaves 200 MB after install, which might be just enough to squeak by for the time being. It's what I'm going with, anyway.
i ever laught about the "app2sd" comments in market with my 1024mb data.img ..
but i have all my "crap" installed that i use, and i have 20mb free.. its enough for me
ByteFax said:
i ever laught about the "app2sd" comments in market with my 1024mb data.img ..
but i have all my "crap" installed that i use, and i have 20mb free.. its enough for me
Click to expand...
Click to collapse
untill you get 1 text or mms to many and it says, low memory.
even if you have just about managed to squeez it all on at the moment, as you start using the apps and caches are created and messages are sent to and fro you will soon run outta the last 20mb too.
plus you never know when you might want to install a new app.
ByteFax said:
i ever laught about the "app2sd" comments in market with my 1024mb data.img ..
but i have all my "crap" installed that i use, and i have 20mb free.. its enough for me
Click to expand...
Click to collapse
Loooooooooool, exactly the same for me, always laughing at those who were forced to uninstall apps from their nand cause lake of memory and the no possibility to install them on sdcard, and for now, I'm about to live their situation... that's why I don't want yet to pass to a nand Rom, will wait some times before, even if it's hard to resist ...
I always used to install all my apps to the nand memory (my 1024mb data.img of course !!) In order to keep as clean as possible my sdcard, indeed, all my data and apps files were stored in my data.img.
Hope devs would keep the possibility to extend the nand memory in a file as always... keep on it guys... who knows, it could.also help many others Android based phone...
fjell_strom said:
If you're right about this, you're going to make a lot of people happy.
Click to expand...
Click to collapse
move2sd is the solution.
Not completely, but much better than app2sd.
Possibly a lost cause to the Sense builds, but not these builds.
http://forum.xda-developers.com/showthread.php?t=893637
It initially leaves a massive room in the internal storage and since it's Cyanogen Mod, go to settings>CyanogenMod Settings>Application Settings and tick Allow application moving.
This essentially force moves every application to the SD while programs like App2SD cannot move all apps.
Get it now.
I've installed more than 60 apps now with over 100 megs still left.

[Q] My Xperience with PLay

Ok guys. Just got my Xperia Play 2 days ago. Mastered the iphone os and want to explore the android os. So far my main question is what is rooting and why I should root my phone, what benefits I will have for doing this. On the iphone for example i had free games that usually you have to pay for (don't mind paying) and themes.
I'm looking for users opinions not links on some google searches. that i can do myself.
Also looking forward to get psp games on the play.
mikesoftwiz said:
Ok guys. Just got my Xperia Play 2 days ago. Mastered the iphone os and want to explore the android os. So far my main question is what is rooting and why I should root my phone, what benefits I will have for doing this. On the iphone for example i had free games that usually you have to pay for (don't mind paying) and themes.
I'm looking for users opinions not links on some google searches. that i can do myself.
Also looking forward to get psp games on the play.
Click to expand...
Click to collapse
rooting is nothing like jailbreaking, and it has noting to do with warez, people root to gain read/write access to the /system/ directory on there device, this allows them to run apps that wouldnt ususally work on there device, it also lets them remove bloatware (preinstalled applications) and theme there android, rooting is usually a precursor to flashing custom roms too
I also am very new to android but am learning fast.
I've rooted my Play (Used gingerbreak, DEAD EASY!!)
I've paid for the full launcherPro, and also placed a request on their forum for the feature of locking the phone when you slide the phone closed.
However, I have NEVER used a custom ROM, and I am very skeptical. I had a Samsung Omnia HD i8910 with Symbian, and I flashed new firmwares to this because Orange just didn't update the damn thing so I unbranded it.
I have also removed some bloatware with a file manager app (plenty around) whilst having root access.
I also have app2sd to move apps to SD, but I have to admit only a handful have gone on to it. I have not yet done the adb command to default all future apps to SD.
I am keeping a close watch on this forum for any sign of updates/upgrades/custom ROMs. I like the idea of new themes and faster phone, but I would hate to lose ANY of the original functionality, I would feel robbed.
This is my first android phone too. Was unsure about rooting at first but im glad i did. After rooting with gingerbreak (took like 40 seconds) I installed titanium backup (no need for apps2sd, the phone itself can put apps on the sd and the stuff the phone cannot move, Titanium backup can e.g The preloaded games, now under 1mb instead of 30mb). Removed all the crap from the phone using the safe apps to remove thread. The phone now runs faster loads more ram.
If i was to give a reason to root. It would be adfree from the market. Best app ever. Hated ads on the free apps and i have not got a credit card to use on the market (yet lol)
Its seems though if you update to 2.3.3 you cannot root anymore. Google has fixed the exploit used by gingerbreak.
LOL
"rooting is nothing like jailbreaking"
"(Used gingerbreak, DEAD EASY!!)"
ncaissie said:
LOL
"rooting is nothing like jailbreaking"
"(Used gingerbreak, DEAD EASY!!)"
Click to expand...
Click to collapse
What you laughing at you little ****??
Sent from my R800i using Tapatalk
chill, chill.
he's got a few posts contributed nothing so far and helped nobody. Karma dude.
sorry man, long day at work init lol
AndroHero said:
sorry man, long day at work init lol
Click to expand...
Click to collapse
I had that AND im giving up smoking! on champix none the less im like stressed eric lol
mikesoftwiz said:
Ok guys. Just got my Xperia Play 2 days ago. Mastered the iphone os and want to explore the android os. So far my main question is what is rooting and why I should root my phone, what benefits I will have for doing this. On the iphone for example i had free games that usually you have to pay for (don't mind paying) and themes.
I'm looking for users opinions not links on some google searches. that i can do myself.
Also looking forward to get psp games on the play.
Click to expand...
Click to collapse
iPhone jailbreaking allows you to run custom software (kinda like homebrew emulators and such) not originally designed to work on the iphone.
Rooting as mentioned above is not this.
Custom software can run on Android phones without the need to root. All those emulators etc will work on any Stock Android phone.
Android phones give you read/write access to sd card directories. Rooting basically gives you root (phone memory) read/write access.
This is useful because it allows you to install custom roms on your phone (sort of like customised versions of the operating system), get rid of bloatware (for example, i deleted all my vodafone pre-installed software which was basically crap) and more excitingly overclock your phone.
Installing new roms and overclocking will require extensive programming knowledge, but luckily the guru's on xda normally produce their own versions which us mere mortals can download and use.
No custom Roms or the ability to overclock the Xperia Play has to my knowledge been released to us yet. YET.
For now, root your phone, install titanium, get rid of bloatware, partition your sd card, and move all your games to your sd card to free up as much phone memory as possible.
Change your sd card cache size to 1024 to improve phone speed.
And wait for the custom rom and overclocking goodness that im sure will be available within the next few months.
Hope this post helped, i too was a complete noob and just picked a few things up along the way from reading here and there
edit - Rooting is safe for a noob to do. Other stuff such as installing roms can brick your phone rendering it useless if you do not know what you are doing. READ THOROUGHLY before you do anythingslightly advanced. And sorry to say, but there are no psp emulators that i know of. You will not be able to play PsP games. Sucks, i know
do i need to partition to move stuff to SD? i already did without partitioning....
AriStar said:
do i need to partition to move stuff to SD? i already did without partitioning....
Click to expand...
Click to collapse
You can move unmovable apps to the sd card by using link2sd, which will only work if you partition your sd card.
There might be other ways, such as manual commands, but i've never tried that way.
dsswoosh said:
partition your sd card, and move all your games to your sd card to free up as much phone memory as possible.
Click to expand...
Click to collapse
How do you partition the sd card? i'm rooted and using app2sd, just not sure on the partition part?
FK1983 said:
How do you partition the sd card? i'm rooted and using app2sd, just not sure on the partition part?
Click to expand...
Click to collapse
Link2sd is diffrent, it moves the .apk's to an sd-ext, then creates a symlink.
Sent from my R800i using Tapatalk
AndroHero said:
Link2sd is diffrent, it moves the .apk's to an sd-ext, then creates a symlink.
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
Sorry, thats what I meant, If I want to use link2sd how do I partition my sd card for a 2nd partition?
FK1983 said:
Sorry, thats what I meant, If I want to use link2sd how do I partition my sd card for a 2nd partition?
Click to expand...
Click to collapse
Just make a 2nd partition using gpated, i think it has to be ext2 or ext3
Sent from my R800i using Tapatalk
i used titanium backup to do it, no partition done... all games seem to be working fine.
waz000000 said:
chill, chill.
he's got a few posts contributed nothing so far and helped nobody. Karma dude.
Click to expand...
Click to collapse
What are you talking about? I just thought it was funny how they call it gingerbrake but it is not jailbrake. You people have no sense of humor at all.
I do contribute here and androidforums. Gee you people need a valium or something.
AriStar said:
i used titanium backup to do it, no partition done... all games seem to be working fine.
Click to expand...
Click to collapse
Thanks for saying this. I have been using titanium for a while but never knew it could move un-movable apps to the sd card.
The way i found out how to do it was batch moving in the menu you bring up with the menu button.
Appswap (paid version only) claims that it is the only program on the market that can do this. But know i know different !
Thanks
i just long hold the app and click "move to sd"

How to enable more Ram

I need more ram for the phone because it is sooooo slow I only have just 4 apps aside frim the original apps
Sent from my SPH-M910 using xda app-developers app
Unfortunately there is no way to get more RAM for your phone, as it is a piece of the phone's hardware. I have this phone as well, and yes, it is very slow. All you can do is try to make sure you have as few apps running in the background as possible.
iNTRCPT4lyfe said:
Unfortunately there is no way to get more RAM for your phone, as it is a piece of the phone's hardware. I have this phone as well, and yes, it is very slow. All you can do is try to make sure you have as few apps running in the background as possible.
Click to expand...
Click to collapse
The intercept is a piece of trash. I cant believe people still have this phone. The intercept was my first smartphone. I hated it! But that was 3 + years ago. I have a Nexus 4 now.
I had the transform. The sexier version, try a different ROM/kernel. Mine got to an acceptabal speed with my personal ROM. I took out a lot of stuff, kept data and WiFi off. It was usable. Didn't play any games and I never did anything crazy.
Sent from my SPH-L710 using xda app-developers app
Weekly citvehb
Yep, might tight behind, has kept it. I pay less than half of any other plan in my area, so, for now, i will keep it, and smile every month when i have to pay the bill !!!!!!
In short, I would recommend the App " Link2SD". partition your SD card with and Extension. In Recovery, format system to the same as your Extension. Boot. Run the app.
In short, this takes your apps, only placeing a fragemnt in th esytem, as to where it can find the App, and Places them on the SD card Extension, even Widgets, but it tricks the system, into thinking it has more space than it does. Widgets, they still work as they should, if they were in the phone it self, as a posed to just putting them onto the SD card, cause ya know they won't work that way.
FYI > get Titanium Back Up app, keep it on the SD card. move everything through Links2SD, and you should be fine. If something happens to you card, you really cant get the info back out of the extention...just an FYI.......LMAO

[Q] How Much Space Recovered After Rooting & Uninstalling Bloatware?

For those of you that have the 16GB AND have ROOTED stock, how much more space did you regain by "debloating" the phone and uninstalling all the 3rd party unnecessary apps?
Not that I'm out of space, but after I installed everything I needed, I'm down to 7.15GB (from 9 GB).
Faluzure said:
For those of you that have the 16GB AND have ROOTED stock, how much more space did you regain by "debloating" the phone and uninstalling all the 3rd party unnecessary apps?
Not that I'm out of space, but after I installed everything I needed, I'm down to 7.15GB (from 9 GB).
Click to expand...
Click to collapse
If you're on AT&T I would strongly recommend just freezing them. Until we have a recovery, finding out you debloated something you need will mean doing a factory reset (if you're lucky).
Debloating does not give you any space
All system apps are in the system partition...so whether the apps are installed or not the system partition doesn't change and remains unusable
You will have to wait for a dev to change the partition size
Sent from my HTC PH39100 using Tapatalk 2
Ah I see. Thanks guys. I was just asking to figure out whether I should swap my 16GB for the 32GB. Not sure if the near $85 cost is worth it.
Faluzure said:
Ah I see. Thanks guys. I was just asking to figure out whether I should swap my 16GB for the 32GB. Not sure if the near $85 cost is worth it.
Click to expand...
Click to collapse
Dude, you could get a 64GB sdcard and throw it in your s4 16gig for less than the $85 AND not have to go through the hassle of exchange...That is 80 GB obvious not all usable, but still that's a lot on a phone....
rb420 said:
Dude, you could get a 64GB sdcard and throw it in your s4 16gig for less than the $85 AND not have to go through the hassle of exchange...That is 80 GB obvious not all usable, but still that's a lot on a phone....
Click to expand...
Click to collapse
Oh I do have the 64GB SDcard. According to this post, App2SD isn't officially supported in JB: [ http://forum.xda-developers.com/showpost.php?p=40740150&postcount=6 ]. I know there are some apps that let you do it after you root (such as FolderMount & TiBackup). But if it's going away per Google design, I would just rather not relying on App2SD.
I was just curious.
Faluzure said:
Oh I do have the 64GB SDcard. According to this post, App2SD isn't officially supported in JB: [ http://forum.xda-developers.com/showpost.php?p=40740150&postcount=6 ]. I know there are some apps that let you do it after you root (such as FolderMount & TiBackup). But if it's going away per Google design, I would just assume to keep doing it.
I was just curious.
Click to expand...
Click to collapse
Cool. I get where you are coming from. I just picked up the 16GB version today. Seems like 16 GB should be enough for all the apps etc, then I'm just going to put all of my Media on my SD card.
That being said, I think I am going to take the plunge and root it today and try flashing the custom recovery. (fingers crossed)
Google really is become less and less open as time passes eh?
rb420 said:
Cool. I get where you are coming from. I just picked up the 16GB version today. Seems like 16 GB should be enough for all the apps etc, then I'm just going to put all of my Media on my SD card.
That being said, I think I am going to take the plunge and root it today and try flashing the custom recovery. (fingers crossed)
Google really is become less and less open as time passes eh?
Click to expand...
Click to collapse
Yeah. I'm not the kind of phone user who has apps that uses gigs and gigs of data (AKA games). However one of the things I really liked about Android was the App2SD option, as there are some apps that I rarely use (but still use) that I'd rather put on SD. I never really cared how fast they loaded as long as I had them installed.
I'm still going to root but I wanted to ask around. Still, 16GB was much larger than on my previous phone (which had 1 Gig free) but wouldn't install anything after you got down to 200MB free.
I'm very happy with this phone.
rb420 said:
Cool. I get where you are coming from. I just picked up the 16GB version today. Seems like 16 GB should be enough for all the apps etc, then I'm just going to put all of my Media on my SD card.
That being said, I think I am going to take the plunge and root it today and try flashing the custom recovery. (fingers crossed)
Google really is become less and less open as time passes eh?
Click to expand...
Click to collapse
I hope you have a Canadian model because if you try flashing on an AT&T model with a locked bootloader you will have a nice brick. Or it wont let you flash. Either way, I hope you have a canadian model or one with an unlocked bootloader.
geoldr said:
I hope you have a Canadian model because if you try flashing on an AT&T model with a locked bootloader you will have a nice brick. Or it wont let you flash. Either way, I hope you have a canadian model or one with an unlocked bootloader.
Click to expand...
Click to collapse
I do, thank you. With Bell mobility.

Categories

Resources