HTC 4G :: Got "low Memory Warning" On My EVO
Oct 19, 2010
took me 4 months to do it. what got me there was the yahoo messenger videochat add-on which takes up around 23 megs of internal memory :O had to do some pruning of my apps. When I looked at internal storage, I had about 35 megs left.
View 14 Replies
Jun 7, 2010
Here's the proof of the madness. I deleted several space hogging applications and it hasn't gone away. I have also power cycled and messed around with a few settings and the low storage warning will not go away.
View 49 Replies
View Related
Jul 20, 2010
i guess 160 apps is pushin it, eh? i have cyanogen but i still haven't messed with reformatting my sd card for apps2sd.
View 35 Replies
View Related
Sep 12, 2010
Noob that's had the EVO just a couple weeks and used it to take pics mostly. Got the storage space warning so I offloaded all the pics to my laptop but phone still showing storage space warning and internal memory shows 24.00KB No apps have been installed yet, stock Sprint EVO phone. I'm getting 3 email accounts to the phone and the memory shows email is at 336 megs. Is that what is swamping the memory on this phone? I turned off the emails but the phone won't let me delete all the emails now, I get an error or email has stopped and have to force close the app.
View 1 Replies
View Related
Aug 10, 2010
I'm occasionally getting an alert from the app Blink that tells me i'm running low on memory. What exactly does this mean? Are too many apps running, or is too much simply installed?
How do I go about reviewing the memory being used, and then how to free some up? What amount or % of memory should be free?
View 2 Replies
View Related
Jun 3, 2010
I received a 'low memory' message last night and my first action was to dump some unneeded apps which seemed to relieve the problem, but I figure that it is just a matter of time until it comes back. I am not using the SD card for anything right now and was wondering if that could be a path to avoiding this in the future. If so, what can I move there and how do I do it? Can I run apps from the SD card? I have a couple of large 3rd party apps including Grocery iQ (9.25MB), Touchdown (7.98MB), Documents to Go (7.59MB) and Trapster (4.61MB) along with a bunch that are in the 3-4MB range.
View 8 Replies
View Related
Jun 4, 2010
All of the sudden, I am getting the low storage space icon above. This has happened 2 other times. I do a hard reset when that happens. I checked my phone this morning, I had 120 mb internal memory, and now I am down to 2.26mb of memory. My phone gets warm, battery drains. Nothing is running!
View 1 Replies
View Related
Aug 24, 2010
After 3 years of being an iphone user ive decided to go with the captivate! Ive had it for a couple days and I am loving it! I dont know what happened though. I recorded one video that was about :30 seconds and took two pictures. Now when I open my camera I get a "warning low memory" message. I checked the sd and phone storage from the settings and its showing 1.68gb available? also when i go to gallery i cannot look at pictures or watch the video I recorded.
View 15 Replies
View Related
Jul 6, 2010
make sure to right mouse click and eject before just unplugging the usb cord. i corrupted my micro sd by doing this over and over. i had to put the sd into a digi cam and format it before win7, win xp, or the evo could see it. luckily i had my sd backed-up to my laptop hard drive.
View 18 Replies
View Related
Jul 10, 2010
iv got a x10i how do i transfer photos from phone memory to my memory card as i can't find an option do do this.
View 1 Replies
View Related
Jun 24, 2010
My phone is low on memory, when I open my app manager it shows my mail app is using 59mb of memory. I have erased all mail and cleared the cache with no change. I am running android 2.1
View 3 Replies
View Related
Dec 2, 2009
How to tell the installer intent to install on memory card or on phone memory ?
View 2 Replies
View Related
Jan 21, 2010
My application is designed to support both portrait and landscape orientations. Using my HTC IO device, it survives 12 orientation changes before throwing an out of memory exception while inflating my activity.When I follow the recommended procedure of using DDMS to first force a GC and then write a heap dump, and then load it into the Eclipse Memory Analyzer, there is only one retained instance of my application, as there should be. None of the other retained objects are obvious offenders. Just for yuks, I reran the test, and did everything the same way except I didn't force a GC. In this case I see 13 instances of my application, which is more consistent with throwing an OOM exception. Is this telling me something useful? If forcing a GC with DDMS reclaims the memory used by now-defunct instances of my activity, I would have thought the VM would have garbage collected some, if not all of these defunct activities automatically. Do I need to request GC at the very beginning of my activity lifecycle to make sure?
View 7 Replies
View Related
Jun 25, 2010
I have a 4GB SD card and it thinks that it has a total of 200MB on there (Its empty). I have tried formatting it using my Mac & via the phone itself but it continues to believe that its a 200MB MiniSD card.
View 1 Replies
View Related
Sep 18, 2010
Is there anyway I can install apps onto the memory card rather then the phones memory as I keep getting the 'memory low' message on my phone esp when I install games/apps that are around 15mb in size.
View 1 Replies
View Related
Sep 9, 2010
Not had my desire long but down loaded a few apps for it they all seem to be stored on phone memory not the sd card. what is stored to the sd card seems to be unused so far. do you have to set it up to use sd card or does it know one is fitted. does it switch to sd card when phone memory full. will run out of space soon if can't get things to store to card instead of phone mem.
View 5 Replies
View Related
Jan 4, 2010
I'm getting a ServiceConnectionLeaked message that I don't understand.
There are 3 activities and a remote service, all the activities use the same remote service. The main window, activity 1, starts up, auto-starts the service and binds to it. The user then starts activity 2 to do something. The user now wants activity 3, so the code in activity 2 puts some data in an intent and starts activity 1 via startActivity (). When activity 1 is started, it reads the data in the intent and starts activity 3.
This all works as expected except that while activity 3 is starting I get the ServiceConnectionLeaked warning. This is odd because the code that unbinds from the service has never been called and the service connection continues to operate just fine. If the user backs out of the main window the service is unbound and everything shuts down correctly.
Because the UI design doesn't want activity 2 to stack on top of 3, or 3 on top of 2 I use a FLAG_ACTIVITY_CLEAR_TOP flag when starting activity 1. (I tested with this flag removed and the leak warning goes away but I wind up with extra activities/windows in the stack).
To make it even a bit weirder, if I run through the same scenario again, e.g. close activity 3 to get back to activity 1, open 2, switch to 3 there is no leakage the second and successive times, only the first time (near as I can tell).
View 4 Replies
View Related
Nov 23, 2009
We are developing an application which uses the BufferedInputStream class several times, and we are getting an annoying message in the logcat:
I/global ( 749): Default buffer size used in BufferedInputStream constructor. It would be better to be explicit if an 8k buffer is required.
We cannot meet the suggestion all the times and it's very annoying and it doesn't make much sense. Is it possible to remove that warning message? Or to change the log level to fine instead of info or warning, for example, so that it doesn't appear in the logcat messages?
View 2 Replies
View Related
Jan 3, 2010
Before you download an App it gives you the warning about what the App has access to. I had a new one today, and I'm not sure of the implications.
View 5 Replies
View Related
Jun 3, 2010
I have now called 5 different stores in my area (Anaheim, CA) and all have said they are only selling to new and upgrade eligible customers the first day. They are NOT selling any unactivated on Friday at all. If you are paying full retail and planning to go to RS, you may want to call and make sure they will sell you one.
View 1 Replies
View Related
Aug 19, 2010
Every time I download a app it installs in phone memory and not internal memory.Where is the settings for this? I am switching over from windows mobile phone to my new incredible
View 1 Replies
View Related
Sep 16, 2010
I need help to get my apps to the memory card instead of phone memory, how do I do that?
View 2 Replies
View Related
Apr 7, 2013
I'm wanting to learn more about android. Is there a way to use memory from the sd card for the phones internal memory? Is there an app that will tell me whats useing up so much memory? I'm on the ZTE warp sequent ,rooted.
View 1 Replies
View Related
Oct 3, 2010
When my phone is idling I hear a brief tone so I rush to hit power button and unlock to see the warning. It is a red exclamation in a triangle and I believe it says something about the SD card but it disappears so fast I cannot read it. Any ideas?? There is nothing in the notification area.
View 4 Replies
View Related
Jul 29, 2009
I have an app that receives and stores SMS messages. The main use is to run in the background, although it does have a full GUI when running in the foreground. I'm using a notification with the FLAG_ONGOING_EVENT flag so users can tell the application is running, even if it's in the background. However, the user could easily close the app by viewing the main screen and clicking the back button. The notification icon goes away, but I would like to be able to warn the user that closing the app would prevent it from capturing the SMS messages. Is there any way to prompt the user if they really want to exit the application when they hit the back button, and prevent the exit if they say no? Or should I take a different approach? And a bonus question: is there a way of receiving an SMS message, but prevent it from passing on to, say, the Messenging app?
View 5 Replies
View Related
Oct 23, 2010
My CLIQ died a couple of days ago. I was charging it and I think it over heated because it was in the sun. To be safe don't charge it where it can be exposed to sunlight.
View 2 Replies
View Related
Sep 4, 2010
Don't buy anything from Android Playground! They don't give you updates and because of that, you get stuck with old applications that taint your system and eventually makes your phone slower. Only buy apps through the market! Someone I met who works for Verizon informed me of this.
View 2 Replies
View Related
Sep 13, 2010
Has anyone else been getting a Low RAM Warning <15%? I am not rooted and have about 175MB of Free Memory. I am using ADW, using 3 screens with about 6 program icons on each. I am also using the Beautiful Weather App, Google Voice and the Web History. I am also using Maildroid as my yahoo mail client along side the stock email for the rest of my email clients. I am NOT running any Task Control programs as I figured it was best to let the OS handle those problems. I have Wi-Fi On, BlueTooth and GPS turned Off/.
For giggles, I reset my phone to Factory Status (Getting used to this, lol.. One way to learn your phone is by repetition, lol) and when I do I have about 58% Free RAM, but it moves up and down in pretty big jumps.......
I don't want to get in the habit of the BB, wherein you had to pull the battery everyother day or so it seemed due to memory leaks, which is what this sounds like as well..
View 5 Replies
View Related
Apr 11, 2009
Since previous releases of android SDK (I think since version 0.9), I have a warning when I run a aplication from Eclipse.
"Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz."
How I can solve this? I am running Eclipse 3.4 (Ganymede) in Mac OS X 10.5.6.
View 2 Replies
View Related
Aug 30, 2010
Don't use bgill55 themes for your UD ROM, they're bricking your phones. ATTN mods: meant to post this in "All Things Root" subforum.
View 19 Replies
View Related