Android :: SetCPU / Slow To Recognize Screen On
Nov 21, 2010
I love SetCPU but I've noticed it's slow to recognize when the screen is on. My default setting is 1100/800 (on demand) and my screen off setting is 250/250 (on demand). Whenever I turn my screen on and it's been off for a little bit it's always at 250, even a minute later.What's more surprising is I'll go into the profiles, turn off the "screen off" profile, and it'll jump up to 1100. However, when I enable the profile, it goes back to 250, all while the screen is on.Any idea if this is something I can fix? I've tried making the "screen off" profile to 550/250 to shorten the gap but it didn't do anything.
View 3 Replies
Oct 15, 2009
is there any solution how recognize screen size?
View 5 Replies
View Related
Jun 24, 2010
I have a background service and want to listen to clicks on the screen by the user. Is there any standard procedure or experience in doing this?
View 2 Replies
View Related
Sep 19, 2010
First of all the highest setting i can see is 998 max. Is this all that Virtuous 2.7 allows for? I'm on custom kernal
Next, Do i really need much processor power at all when screen is off? Why cant i just dial this way down so the battery is barely being used when screen is off? (how low can i go and still have no issues with email/messaging sync?)
Right now I have "screen off" profile set to 284/245. Is this why there is a bit of lag when unlocking? And is did i just answer my own question above? Meaning is this the reason why its not good to crank it way down during screen off?
View 11 Replies
View Related
Feb 28, 2014
I broke the screen on my droid mini. I bought a replacement digitizer/screen combo off ebay that doesn't seem to be working even though installation is correct. I can power on the phone, but it's really weird. There's no display and it just vibrates once. About every minute it vibrates 1 time again.
Secondly, my PC won't recognize the phone now. I was going to try to transfer my photos to the PC so I could call insurance as a last resort. I have around 800 photos on there that I want to get off. NOTE, MY SCREEN DOESN'T WORK so I can't change modes on the phone.
I'm temporarily using an old phone, at least need getting the photos off the phone.
View 1 Replies
View Related
Oct 18, 2009
I found that if I keep pressing the touch screen, the app will slow down very much. Both happened in my code and the sample app.
The same issue happened to me on Windows Mobile, but not happened on Symbian. Anybody have some clew to fix it?
View 5 Replies
View Related
Oct 4, 2010
With imageview and network-thread,i am making live cam-view ,bitmap size is "360 240", after parsing network-data to bitmap. Code...
All thing is good ,i can see live-cam but, to fit image in screen like " Bitmap.createScaledBitmap(orgBitmap, width, height / 2 , true)" Seeing bitmap is getting slow , the bigger bitmap is , the more speed down finally, shut-downed.
how to fit image in screen without pain?
View 2 Replies
View Related
Jul 21, 2010
My application for the most part prefers to be online, I have of course added an offline mode so that it works perfectly well when not attached and then re-syncs when connected again.I do, however, have an issue with the initial start of the main activity "black screening" on me while (i assume) it is waiting on a TCP timeout.It would be nice to query and skip the download step if the network is super slow.
View 2 Replies
View Related
Sep 16, 2009
I want to make a tile based game for android. At the moment I am drawing each tile as a separate bitmap. I have a big for loop that reads from a string and draws different tiles depending on what character it finds to draw the level. I have allowed the user to scroll the screen using scrolling gestures. However the game is too slow. It takes a long time to update the screen after the user scrolls. I presume this is because it has to draw each tile's bitmap individually. What would be a faster way to draw the level? I was thinking I could merge all the tiles into one bitmap. But I don't know how to do this.
Anyway here is my code so you can see the problem:
package org.example.tutorial2d;
import android.app.Activity;
import android.os.Bundle;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.GestureDetector.OnGestureListener;
import org.example.tutorial2d.Panel;
public class Tutorial2D extends Activity implements OnGestureListener {
GestureDetector gestureScanner; Panel main;
/** Called when the activity is first created. */
@Override public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
gestureScanner = new GestureDetector(this);
//requestWindowFeature(Window.FEATURE_NO_TITLE);
main = new Panel(this); setContentView(main); }
@Override public boolean onTouchEvent(MotionEvent me) {
return gestureScanner.onTouchEvent(me); }
@Override public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) {
main.handleScroll(distanceX,distanceY); return true; }
@Override public boolean onDown(MotionEvent e) { return true;
} @Override public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { return true;
} @Override public void onLongPress(MotionEvent e){
} @Override public void onShowPress(MotionEvent e) {
} @Override public boolean onSingleTapUp(MotionEvent e) { return true; } }
And the class that does all the work:
package org.example.tutorial2d;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.util.Log;
import android.view.View;
import org.example.tutorial2d.Point;
public class Panel extends View {
private int scrollX = 0; private int scrollY = 0;
public Panel(Context context) { super(context);
} @Override public void onDraw(Canvas canvas) {
/*Bitmap scratch; //Drawable scratch;
//scratch = getContext().getResources().getDrawable(
// R.drawable.icon); canvas.drawColor(Color.BLACK);
//scratch.draw(canvas); int origin = 0;
scratch = BitmapFactory.decodeResource(getResources(), R.drawable.horizontal5);
canvas.drawBitmap(scratch, origin, origin, null);
int width = scratch.getWidth(); int height = scratch.getHeight();
scratch = BitmapFactory.decodeResource(getResources(), R.drawable.room4entrynesw3x3);
canvas.drawBitmap(scratch, origin + width, origin - 32, null);
[Code]
View 3 Replies
View Related
Sep 14, 2010
I've noticed that sometimes it's horizontal (on my desk) and as I pick it up it to write a message, it's tilted (the screen appears horizontal). I usually tilt it a bit and then it comes back to vertical. (Maybe it's just slow and I am impatient) Has anyone else experienced this?Even when I type sometimes if I tilt it, it takes a second or two for the screen to "catch up" to my motion. Is this common? I know it's not a big deal but it's kind of annoying.Thoughts?
View 8 Replies
View Related
Nov 14, 2009
I know there are many talks of multi-touch on the Droid, and I don't doubt it's existence but does anyone else notice that the touch screen keyboard is really slow?For example, I'll try to type something really fast and it'll only catch about 60% of what I type, which makes everything gibberish. It can't keep up. Not that I type extremely fast or anything. I can also see the keys I press popping up to let me know what letter I'm pressing but it still doesn't read it at times.
View 4 Replies
View Related
Sep 7, 2010
I'm Running 2.2, CyanogenMod 6.0.0, using a Chevyno1 LV 1.0 ghz kernel with FRG22D.My home screens take forever to load after i do anything, from checking a text message, to reading the news on an app. It takes about 4 or 5 seconds to have all my widgets and icons load up. I'm OCing it to 1.0 ghz and it still loads slow. My phone performs fast overall except for this. I have five screens on my Launcher Pro home, and each one has just one widget. Is there anything I can do to speed it up? Can I clear any caches?
View 27 Replies
View Related
Dec 11, 2009
When I open up messaging on my home screen, it's pretty slow and choppy. I have about 10 threads open with about 3,000 txts total. I delete most pictures and animations I receive, to save memory, but I like to keep my text txts. It's slow when I scroll down through my threads, and it takes a second or two to open up a thread, regardless if it has 10 txts in it, or 2,000. Anyone else have this problem? I should add that it did not improve after the update. I wonder if I'm low on memory overall, but I have 87M free according to my advanced task killer app. I get what seems to be a glitch too, when I get a text message and it appears at the status bar at the top, sometimes it shows the same text three or four times, at random intervals. Sometimes it just shows it once, like it should?
View 1 Replies
View Related
Mar 18, 2010
I've noticed over the past week or so my Eris seems to be getting a little sluggish/touch screen a little slow in responding. I was wondering how can I tell what could be causing this? Are there certain programs that slow the down the phone more than others?
View 6 Replies
View Related
Jul 19, 2010
Would this be a ROM issue? Maybe an issue with Launcher Pro Beta? When I hit my home screen button, it takes a few seconds for my shortcuts and widgets to load. I really like LPB but am not liking how long it's taking to load. I set it as my only launcher in my ROM that I made so I can't go into another launcher and see if it's slow, does anyone think that could be the culprit?
View 12 Replies
View Related
Jul 31, 2010
my phone has been running really slow lately. Especially with text messages and phone calls. Sometimes it doesn't even respond to my touch on the screen nor keyboard.any similar stories or solutions?
View 1 Replies
View Related
Nov 30, 2009
I have a problem with my keyboard that only seems to have started since I installed the Hero firmware update (which has sped up the phone considerably).
When I first got the phone I was really impressed by the Keyboard and the speed at which I could type. But since the update it is really slow and keys on the right edge of the screen (especially delete) don't register at all sometimes.
I have calibrated the keyboard but it doesn't seem to make any difference.
View 22 Replies
View Related
Feb 9, 2010
I had been hearing that it may have been because of Handcent SMS but I removed it and it still moves slow. Text messaging, moving to home screen, etc. Things just move very slow. How can I fix this?
View 6 Replies
View Related
Oct 11, 2010
I have an HTC Hero, rooted, latest Cyanogen with LauncherPro Plus. But I don't know if it's a rooted issue so I posted here. Sometimes scrolling slows to a crawl, sometimes it takes a minute to go back to the home screen, LauncherPro crashes a lot, the lock screen takes a few seconds to unlock. Other times all of that zips through. It's maddening About 24 megs of free storage on phone. What could it be? And the phone reboots a lot on its own also.
View 29 Replies
View Related
Aug 26, 2010
I got my x on launch day no root no 2.2 all stock .well i've been noticing its getting slower don't have much installed only about 10 apps. The browser will start and then stop when u tell it to go somewere then after a dew sec it takes back off. Text message when u bring it up it takes about 10 sec to load then another lag to start typing and there wont be any old messages in box and when they do finally come up u can't scroll threw the old ones.
View 1 Replies
View Related
Aug 29, 2010
whats the best setting for setcpu to get longer battery life.
View 1 Replies
View Related
Jun 14, 2010
I just rooted my new Evo and installed SetCPU, i set up some profiles for when my battery reachs like <25 and i was testing this out at like <75 and noticed that even though the notification shows up as the profile is active, in systempanel app and also even in SetCPU is still shows the cpu reaching core speed of 998 instead of the speed it should be capped at...
So my question is, is setcpu actually working?
View 3 Replies
View Related
Feb 9, 2010
1) Do you have to have the SetCPU app actually running for it to overclock? Or can I just kill with my task killer when I don't need it?
2) What's all this about SetCPU only working up to 950 with the Sholes ROM? I have it set at 1000 for now and it's working perfectly
View 2 Replies
View Related
Jul 22, 2010
Been wondering this for a few days. Does setCPU raise CPU voltage when it overclocks ?
Because if it doesn't, then battery life shouldn't be affected.
View 1 Replies
View Related
Jul 8, 2010
I am trying to add my motorola milestone device into PC and debug in the device. When i put the usb cable, the device opens in data storage mode and opens the folder. But when i do a "adb devices" i dont see any device. i did the usb_driver fresh installation guide, but it returned "windows could not find a better driver than currently installed" I havd pointed to sdpath/usb_driver. what's wrong and how to resolve this?
View 6 Replies
View Related
Oct 9, 2009
I found https://groups.google.com/group/android-developers/browse_thread/thre but I cannot respond to that thread anymore (perhaps they expire?). I've tried with both the 1.5 SDK and the 1.6 SDK. I have tried all the suggestions in the aforementioned thread. I can mount the device just fine, but adb does not work whether it is mounted or not. I've tried it both as root and as myself and with it in $PATH as well as using. In the dir. Adb appears to "work" as it tells me "List of devices attached". At some point right after I installed 1.5, I remember setting something up to make the USB connection easier, but I don't remember what that was. My hypothesis at this point is that is somehow interfering, but any help you can give either way would be much appreciated.
View 4 Replies
View Related
Oct 19, 2010
I have been trying this for a week or so now.I have followed the tutorial to get hello android working but while an AVD starts the program doesn't run.I am running Windows 7 64 bit with eclipse 3.5.2 running adt 0.9.9 and SDK r7.when i run my code on manual my running avd does not appear when i run on automatic with my avd already started i get the error emulator: ERROR: the user data image is used by another emulator. aborting.
View 1 Replies
View Related
Sep 3, 2010
I got a crash with the following stack trace:
CODE:.................
Line 130 in my code is: ...........
What's wrong and what checks can I perform on gesture before sending it to recognize to avoid this crash?
View 5 Replies
View Related
Nov 7, 2009
I am having problems installing my app package onto new Driod phone. adb devices is returning the following. defined the rules file 51 - andorid. rules for motorola on my ubuntu. SUBSYSTEM=="usb_device", SYSFS{idVendor}=="22b8", MODE="0666" No recognition of the device.
View 9 Replies
View Related
Dec 7, 2009
Am trying to recognize the voice when am in a call by running the service in background. Is it possible to achieve ? If you have any idea on this please provide me ASAP.
View 2 Replies
View Related