HTC Incredible :: Way To Change What Screen Is Displayed While DI Is Charging?

May 20, 2010

Not sure of this has been asked but is there a way to change what screen is displayed while the DI is charging?

HTC Incredible :: way to change what screen is displayed while DI is charging?


General :: Change Screen Size Displayed In 7 Inch Tablet

Dec 28, 2012

i have here a 7'' tablet that i would like to insert in a acessorie in my car. the problem is that once inserted, i cannot seed the entire screen. i have to reduce the screen displayed in the tablet to match the accesorie size. is any app or mod to do it?

View 1 Replies View Related

Android :: App To Change LED Colours When Charging And Charging Complete?

Aug 17, 2010

My HTC Wildfire shows a red LED when charging, which changes to green when fully charged. But as I have red/green colour blindness I cannot tell when it is fully charged. Anyone know of an app that will allow me to change these colours?

View 9 Replies View Related

HTC Incredible :: Keeping The Screen On While Charging

Oct 20, 2010

I love my Droid incredible. I use it to stream Pandora here at work and it works awesome over the 3g network. Even at high quality. Anyway, I was considering keeping the screen on while the phone is charging. I always keep the phone charging while it streams the music, and it would be nice to see the album art on the screen. Before I do that though, I was a little concerned about damage to the screen. Is there any danger I should worry about? There have to be people who do this all the time and never had an issue before.

View 5 Replies View Related

HTC Incredible :: How To Keep Screen Time Out / While Charging?

Jul 23, 2010

How do I keep the screen from timing out while charging...but time out when not charging?

View 2 Replies View Related

HTC Incredible :: Screen Freeze While Charging

May 10, 2010

So I have a weird issue that my Incredible home screen is unresponsive when I plug it into a wall charger. Meaning that when it is plugged in I can tap the power button to turn the screen on but I can't slide or hit the home button to unlock. I have to unplug the phone to bring it out of lock mode.It seems to only do this when I use a cheap micro USB charger I bought off of Ebay ($2.50 shipped). When I went to the Verizon store they tried to replicate the problem with their Blackberry brand micro USB charger and the problem didn't come up.

View 7 Replies View Related

HTC Incredible :: Screen Stay On When Charging / On AC Power

Aug 3, 2010

I would like the screen to stay on (on whatever brightness it's normally set at) when connected to external power. I've found the Settings/Applications/Development "Stay Awake" checkbox, but the screen still dims down after 30 seconds, though it doesn't go completely off.Is there a way to keep the screen on?All the WinMo phones I had had two separate profiles one for on battery and one for when on a charger, and you could set the screen brightness and timeout independently for each power profile.The reason for this is that I have a dashmount cradle of sorts that I use, and I generally put the phone in it and plug it in when I'm driving any sort of distance. I do things like look at the phone signal, see if new mail comes in, etc. while driving, and it's just reassuring to look down at the phone and see it doing something without having to hit the power button.

View 8 Replies View Related

HTC Incredible :: Keep Screen Awake While Charging Phone?

May 5, 2010

I have a good question (I think). Is there a way to keep the screen awake while charging the phone? For example, I keep it on the charger almost all day while I'm at work. And it would be nice just to glance over at it to see if I have an email and such. Any ideas?

View 7 Replies View Related

HTC EVO 4G :: Home Screen Weather Icon Not Displayed

Jun 18, 2010

On my home screen where the weather is suppose to display all it says is Location. How can I fix this, or link me to an article that does?

View 4 Replies View Related

Android :: Way To Get Splash Screen Displayed ASAP?

Aug 21, 2010

I have a splash screen/loading screen that has .setVisibility() to GONE right after the draw call of my large bitmap is completed. The problem is the splash screen takes a bit to popup which i believe is due to the main activity booting up and doing CPU intensive applications on first run. Is there a way to get my splash screen displayed ASAP? Would it be ok if i had it in a different thread maybe? The splash screen is just a bitmap with a progressBar right below it. My layout is xml based so i cant see myself using setContentView.

View 2 Replies View Related

Android :: Get Foreground Activity Displayed On Screen

Apr 22, 2009

Is it possible to get listed the apps or activity which are actually displayed on the screen of the android mobile. I need to display a text box on some event when no acitivity is displayed, excepting the home screen.

View 3 Replies View Related

Samsung Moment :: Way - App To Keep Dialer Displayed On Screen

Mar 15, 2010

Is there a way, app or otherwise, to keep the dialer pad on the screen.

It becomes a pain in the butt when I have to use it for choosing options in a call menu.

View 4 Replies View Related

Android :: Weather Displayed On The Main Screen?

Sep 22, 2010

Will i get charged for having the weather displayed on the main screen?

View 9 Replies View Related

Android :: Load Only Markers That Would Be Displayed On Current Screen?

Aug 5, 2010

Using Google Maps on Android does anyone have any ideas on how to load only markers that would be displayed on the current screen? I'm thinking about sending a request to a web service that returns the lat/lng for the relevant markers. But what would the parameters be that I could use to calculate if a given lat/lng is within the screen?

View 1 Replies View Related

Android :: Toast To Be Displayed At Specific Points On The Screen?

Jul 15, 2009

I want my Toast to be displayed at specific points on the screen. How do i do that?

View 3 Replies View Related

Android :: Geocoder - Nothing Is Displayed On Screen Whenn Run Application

Oct 26, 2010

I have written the code for geocoding..but unfortunately it does not work ie nothing is displayed on screen...i am attaching the code...is the fault in the code..

CODE:.............

View 1 Replies View Related

Android :: Blank Screen Displayed After Downloading From Browser

Dec 16, 2009

We are developing an application that requires a download of a music file (mp3). We are using the Browser Activity for the same.

The Browser Activity is invoked from the application and the download url is passed to it, like: startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(downloadurl)));

However, after downloading, on the download list page, if we press the Back button, a blank white screen is displayed. Only after we press the Back button a second time on this white screen, the application screen is displayed. This happens because the Browser Activity view is displayed before the actual downloading starts.

This is an issue in the application flow. We need to manage the flow in such a way that the 'Back' key press on the download list view will take the control to the application screen instead of the white screen.

View 3 Replies View Related

Android :: How To Access Programmatically What Is Displayed In Lock Screen

Feb 15, 2010

Today I am looking for a way to mimic the behavior I know from my HTC Hero's lock screen: the calendar and alarm clock can put text & drawables there to inform about an upcoming event or an expired alarm. The lock screen remains there in that it must be dragged down to dismiss the shown event and there might also be a Snooze button.

But, first question: is this default Android stuff or HTC Sense specific only??
Second question: If it is a common Android thing, why can't I find anything in Google's Android documentation for the topics "lockscreen" or "lock screen" that comes close to my question? Where's the API for it?

My problem is: I want to inform the user immediately - even if I try a standard notification, the user with a locked screen will have to unlock it and drag down the notifications list to see & clear what's going on. sigh Putting an endlessly playing notification sound there is a hassle as it takes at least two swipes down to stop the sound playing!

View 2 Replies View Related

Android :: Activity Is Displayed After User Unlocks The Screen

Mar 31, 2010

I was wondering if anyone understood how to make your application be displayed when you unlock the screen. I have an application where the user turns on a Bluetooth device, it connects to the phone, and the user should be presented with a UI. Having them hunt for the app or using the notification menu is not a workable option (too much work and not the obvious behavior).

The problem is that:
When the screen is unlocked:
- you can popup the activity from the background service when Bluetooth connects to a device
- User is happy because the UI is right there

When the screen is locked:
- The application gets started but is destroyed
- User unlocks the phone and nothing is there but the homescreen

One work around would be to disable the keyguard when the application gets woken up but the nuclear option is a pretty bad option. I know the standard Android assumption is that you shouldn't do this. In the normal case this behavior is fine, but in this case I explicitly did something I want the phone to respond without adding more work for the user to do. As per Google's guidelines if you don't like this behavior there can be an option for you to turn this off or you can not use the application.

A few more details, so after looking at this a bit more the problem isn't necessarily that you can't have an activity running when the screen is locked, unlock and expect it to be waiting. That does work if you do something like the following: lock your device run an app through Eclipse while the phone is locked/off unlock and it will be waiting for you.

But in the case the Activity is already running and I'm brining up a new window (which happens to be a transparent one, saying you're connected and asking what they want to do).

The problem is that it gets killed

CODE:..................

The setup here is as follows:

MyBackgroundService is a serivce that handles Bluetooth state (waits for connections, turns on Bluetooth if the user starts the app, etc.). It triggers a popup BackgroundPOPUP activity that runs a ViewFlipper.

MyBackgroundService starts BackgroundPOPUP through an intent.

BackgroundPOPUP is an activity with a Translucent theme (Theme.Translucent to be precise), it shows a ViewFlipper with some instructions and presents some options.

View 1 Replies View Related

Android : Receive Event When View Is Actually Displayed On Screen?

Jan 19, 2010

As known, when using the setContentView() method, a view can be displayed on screen.

My question is whether there is a way to receive an event when the view is actually displayed on screen (since it takes some time for the view actually being displayed after the setContentView() method has been called).

View 2 Replies View Related

Creating Custom Layout - Black Screen Displayed?

Jul 14, 2012

I am using:

Android 4.0.3
OpenCV 2.4.2
Samsung Galaxy S2

The face-detection example (from the opencv 2.4.2) is working perfectly. But now, I would like to create a custom layout and actually work with just the data extracted from face detection and build a game on it. Not necessarily having the FdView surface taking the entire screen.

I have done these modifications below, but just a black screen is displayed. Nothing appears on the screen.

Changed the BaseLoaderCallback in FdActivity.java

Code:
//EXPERIMENT
setContentView(R.layout.fd);
FdView surface = (FdView) (findViewById(R.id.FdView));[code]....

View 2 Replies View Related

HTC Incredible :: Change Which Screen You See After End A Call?

May 16, 2010

Is there any way to change which screen you see after you end a call? Mine takes me back to the dialer with my contacts. I want it to just go back to the home screen.

View 3 Replies View Related

HTC Incredible :: How To Change Around Boot Screen

Aug 28, 2010

I have Skyraider 2.5.2. I want to be able to remove the first part of the boot screen where it says skyraider and has the android waving around for a bit. I tried to delete it from the it's directory /system/media/ but it says it is root only. What do I do? I cannot find anything that shows how to change around the boot screen...

View 3 Replies View Related

Android : WebView - Not Able To Go Back To My Activity Screen Once The Content Is Displayed

Apr 9, 2009

Step 1: I am subclassing WebView and rendering html content properly. The intial content is very small with a div and image /link This is displayed in a LInear Layout along with a TextView and ListView. That is my first screen/activity of the application.

Step 2: When I click on a link on this webview, it goes through the webViewclient and expands to full screen to fit the content of the requested page.

After Step 2, I am not able to go back to my activity screen once the content is displayed. When I click on the back button to getback to my activity screen close my activity and goes to the phone's applications desktop. (i.e goes out of my application).

Step 3: In order to fix this issue, I stopped setting my own subclasssed WebViewClient. After doing this, the it seems to render the clicked page in a webView as subactivity. Now When I click on backbutton, it goes back to the activity screen. But, the issue now is, I am not catch event when a link is clicked. How can I catch click events in this case.

View 2 Replies View Related

General :: Haier W910 - Screen Displayed With White Snow?

Mar 22, 2014

I've a two month old Haier W910 with stock ROM. The other day, when switching on the phone, the device displayed white snow. The device function normally - touch screen, audio, wireless and cellular (accept calls) but the screen continue to show white snow (like old analog TV).

I found a youtube video showing the same symptom and one of the comments suggested that the phone need to re-flash ROM and it will solve the problem. The youtube video posted confirmed that it did. Since then and for the past 3-4 days I've been trying to flash my phone but it doesn't work. I'm able to put the phone in "Download mode" and use fastboot to flash a recovery boot, oem unlock works but I can't seems to reflash full ROM: I can't use the "update.zip" method as a I can't see the screen and when I try to flash different ROMs under www.needrom.dom using 'fastboot update' it keep saying:

archive does not contain 'android-info.txt'

archive does not contain 'android-product.txt'

error: update package has no android-info.txt or android-product.txt

I can't flash the rom in "recovery mode" as I can't see the menu and select the proper option.

I guess I also need to replace the bootloader as the screen is white snow from the very beginning..

So the question is: how can I do a device full reflash WITHOUT using the screen (preferably in fastboot)

View 1 Replies View Related

HTC Incredible :: Change Lock Screen Wallpaper

Apr 30, 2010

Just got the incredible but can't figure out how to change the lock screen wallpaper.

View 7 Replies View Related

HTC Incredible :: Way To Change Home Screen Position?

Sep 18, 2010

So I have had the Incredible for a while now and I absolutely love the phone. The only thing that has really bugged me from day one is the positioning of the home screen. The phone is suppose to be fully customizable but it seems that the one thing I have yet to figure out is how to change where my home screen is located. I would much rather have my home screen set as the left most screen instead of having it directly in the middle of my seven available screens. You know, sort of like how the iphone is and what not. Does anyone know if something like this is possible?

View 1 Replies View Related

HTC Incredible : How Can I Change Lock Screen Background?

Apr 29, 2010

Ok so this seems like it would be easy, but I can't find the option anywhere. Anyone??

View 3 Replies View Related

HTC Incredible : Way To Change A Home Screen Panel?

Aug 10, 2010

I don't text and actually have this feature disabled (I was receiving all kinds of spam and was told I'd either have to disable or pay for the spam texts).

Because of this, the text home screen (second from left when scrolling through the home screens) is useless to me. Is there a way to change the screen so that it's not a "text" screen? I tried adding a different widget and was told there was no space.

View 1 Replies View Related

Android :: Open Soft Keyboard And Associate It With Textview Already Displayed On Screen?

Jun 9, 2009

I want to open the virtual keypad without touching a text view . Can someone help me how to open a soft keyboard and associate it with a textview already displayed on the screen?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved