Android :: Losing Screen Object Auto Focus

Oct 11, 2010

I have a GridView displaying buttons to different screens of my app. When this grid screen, the first cell is selected. Is there a way to programmatically have no cells selected when the screen launches? Or do I have to hide the selector?

Android :: Losing screen object auto focus


Motorola Droid X :: Auto Focus - Click To Focus

Aug 29, 2010

I loved the camera on the Eris and the Incredible, not only did they have a whole lot more of a crisp high-res detail, the auto-focus absolutely rocked. With my droid x, I can be getting a little artsy and focus on an object with the crosshair but it'll take me 20 tries to get it to lock on, its insane, I know I'm not getting too close to my subject because it will definitely eventually focus on that object if I try over and over and over again. It's not just close ups that I find myself and my buddy with this issue either. macro shooting mode does not help. My buddie's droid X has the same exact behaviors. Eris and incredible just LOCKED ON first try with even very low contrast / detail subjects, on top of that, have a ton better camera GUI when it comes to "click to focus". I know this thing ain't no SLR but, blows me away of how terrible the camera performance is vs. the HTC android based devices. Ihink motorola will fix this? I know this thing ain't no SLR but it just blows me away how the HTC android devices camera performance (except for video) blows the Droid X away.

View 9 Replies View Related

Android :: Create Web Page Launcher Losing Focus

Jun 2, 2010

I have created a php webpage. I now want to create a launcher application in android phone, it simply opens the browser with the url "http://<mywebsite>/m".I use uri intent to launch the browser in onCreate function.I execute this program in my G1 phone (Cyan Mod 5). However, when I click the "Home" key, and then re-enter my application through Task list, I lose focus for my last started browser, and the screen blank.Should I need any code in onResume function to re-focus my web!?

View 1 Replies View Related

Android :: Want To Set Focus To Xyz View Object Pro Grammatically

May 7, 2009

We see API for saying which is the next focusable view.. however during the event handling we want to set the focus to xyz view object pro grammatically . Is that possible.

View 3 Replies View Related

Android :: Want To Get Current Focus View Object In Service?

Nov 18, 2010

I want to get the current focus view in my Service to check the view is a EditText and append some texts in it (for all EditTexts, not only in my application).

I found some methods to do this, like Activity.getCurrentFocus() and Windows.getCurrentFocus(). But these methods are used in a Activity.

How can I use these methods in a Service? Or is there another way to do?

View 2 Replies View Related

HTC Hero :: Clicking Noise From Camera When Focus Any Object

Nov 11, 2009

I am noticing a clicking noise whilst my camera is focusing on an object. It actually sounds like it's coming from the lens. It seems to have started since I did the software update but I did also drop the phone last night. The camera is working fine and I am not really that worried, I was just wondering if anyone else has experienced this and if it was anything to start worrying about?

View 3 Replies View Related

Android :: Camera Zoom FX - Focus Manual And Auto

Jan 3, 2010

I have a Sprint HTC Hero and just loaded CZ FX. Can someone tell me how the manual focus and auto works? I know how to turn it on and off just don't know what its doing. With the stock camera when you touch the screen it focuses on that spot, with FX I can't figure it out. Also with FX when I touch the screen it takes a photo even when that option is turned off?

View 1 Replies View Related

Android :: Remove Auto Focus / Keyboard Popup

May 23, 2010

I have a screen where the first field is an EditText, and it gains the focus at startup, also popups the numeric input type, which is very annoying. How can I make sure that when the activity is started the focus is not gained, and/or the input panel is not raised?

View 1 Replies View Related

HTC Incredible :: Auto Focus Not Working After 2.2

Sep 5, 2010

My camera doesn't seem to focus since the update. When I touch the area I want it to focus on, it sounds like the lens is moving, but the image never changes and stays blurry. Anyone else having this issue?

View 2 Replies View Related

HTC Incredible :: No Auto Focus During Video Recording

Jun 24, 2010

Is there auto focus function that can be used during the video recording, not prior to recording? I also heard camera on DInc can also shoot 720p with root access, I am just wondering if auto focus during the recording is coming with the root access.

View 1 Replies View Related

HTC Incredible :: Auto Focus Annoying And Wrong?

May 23, 2010

I love this phone, maybe because it is my first real smartphone (BB Storm wasn't a smartphone, it was a special education student), or maybe it is just that awesome. Anyway, it seems that autofocus never focuses on what I want it to. Or at all, so it seems. Am I doing it wrong? Is my phone broken?

View 13 Replies View Related

KitKat 4.4 :: Auto Focus When Recording Video

Jan 16, 2014

the nexus 5 sub forums. how in earth you can set the focus of turn it to auto when recording. Most of my videos have a very Lo fi drunken feel to them!

View 2 Replies View Related

Motorola Droid :: Camera Auto Focus Function Not Working

Nov 14, 2010

My auto focus has been really inconsistent recently, some days it will work for a little but for the most part it doesn't focus anymore. I've also been having a lot of issues with the headphone jack, what should I do? btw, my insurance on my phone is protectcell. Do you think they would consider upgrading me to a Droid 2 or a better phone? (my phones rooted, I changed roms to see if that was the issue, but the problem still occurs)

View 2 Replies View Related

Motorola Droid X :: Cannot Choose Auto Focus Area For Camera

Jul 18, 2010

In the Camera app there used to be a bracket that showed where the focus of the picture is going to be and I could move it around to choose where I want it to focus, but I no longer see that. It still autofocuses, but does not show the bracket at all. Any ideas on why this is?

View 2 Replies View Related

Motorola Droid :: Camera Malfunction - Auto Focus Works Hard?

Nov 15, 2009

I am not sure if my Droid camera is working correctly or if it is the software. I am using the app "shopsavvy that uses the camera to scan/focus on a bar code but the auto focus works hard to focus and sometimes can't. Is anyone else experiencing this or similar issues with the camera? Do I need to take it back for a replacement?

View 5 Replies View Related

Android :: Prevent Custom Views From Losing State Across Screen Orientation Changes

Aug 22, 2010

I've successfully implemented onRetainNonConfigurationInstance() for my main activity to save and restore certain critical components across screen orientation changes.

But it seems, my custom views are being re-created from scratch when the orientation changes. This makes sense, although in my case it's inconvenient because the custom view in question is an X/Y plot and the plotted points are stored in the custom view.

Is there a crafty way to implement something similar to onRetainNonConfigurationInstance() for a custom view, or do I need to just implement methods in the custom view which allow me to get and set its "state"?

View 1 Replies View Related

Android :: Drawing GL Object Proportional To Screen?

Nov 15, 2010

How to draw, say, a rectangle on the screen with it being proportional to the current device?
e.g. a rectangle, centered on the viewport, one pixel smaller than the screen on each border.

I can live with Orthogonal, but would like perspective (basically everything at Z=something should be proportional to the screen, and the upper parts of the elements being distorted by perspective)

I can calculate everything on my own if i know the relation... but i don't have a starting point.

I could experiment and get to a relation myself... i even resorted to that while coding for the Wii, but that's a really bad decision on Android and all the screen ratios/sizes out there...

View 1 Replies View Related

Android :: Blank Screen Appear When EditText Get Focus In IDPI Mode

Oct 10, 2010

I found that when EditText in placing at the bottom of screen, and the activity's android:windowSoftInputMode="adjustPan", and the apps run in ldpi(240*320) mode, then when EditText has focus, the content of the activity is panned too far to the above, thus leaving a blank screen between the content of the window and the soft input panel.

You can see the screenshot of this problem at
https://sites.google.com/site/wilderwang/android
Also, the source code to repro this problem can also be get at
https://sites.google.com/site/wilderwang/android

When I test further, if the same apps run in hdpi(480*800), when EditText got focus, the content of the window panned too small thus causing the soft input window cover the EditText view. It seems the distance of the window panned not compute the screen density.

View 2 Replies View Related

Android :: How Can I Get Current Activity Object In Instrumentation Object?

Sep 9, 2009

I want to do some automated testcase with Instrumentation . Suggest that my AUT has 2 Activity. After clicking the button in ther first Activity, the second one will be shown with new content base on what we enter in the first Activity.) Instrumentation provides us the function called startActivitySync() and return the Activity object for processing. My question is how we can get the pointer of the second Activity after the it is shown by clicking the button on the first activity.?

View 2 Replies View Related

Android :: Cast Picture Object To Bitmap Object

Jun 8, 2009

I would like to convert a Picture object to Bitmap object in memory, without writing data to disk.

View 2 Replies View Related

Android : Get Activity Object From Intent Object

Sep 21, 2009

I have an Activity that running on system. I can get the Intent that is used to start the activity. But i don't know how to get the Activity object from the Intent object or something else. Can anyone tell me how to do this??? Note that, I don't use Instrumentation object.

View 11 Replies View Related

HTC Incredible :: Disable Auto Screen Dim Upon Screen Shut Off

Jul 19, 2010

Since root has been attained, I have a feeling this app would be possible:An app that disabled the screen dim right before the screen times out.My guess is (and please correct me if I'm wrong) that the voltage outgoing to the screen changes, and therefore dims the screen. If an app could be developed that maintains this voltage, the screen could be at a constant voltage, and not dim, ever.Has anyone heard of an app like this, and, if not, is there anyone interested in developing this?I am sure a lot of people (like myself) would be willing to donate for a program like this.

View 3 Replies View Related

General :: Auto Hide Home Screen Icons App Like Auto Hide Desktop Icons For PC?

Sep 28, 2013

is there an auto hide home screen icons app like Auto hide desktop icons for PC? I found some but its not like i want. I want that the icons should stay hidden until i tap on the home screen.

View 2 Replies View Related

Android :: Auto Rotate Screen Feature

Sep 19, 2010

Sometimes the screen auto-rotates when I don't want it to if I angle the phone slightly. I am constantly toggling it on and off. To do so of course, I have to go into settings, then display. Does anyone know of an app that I can add the toggle switch as a shortcut on my desktop? It is kind of a pain to go through the settings each and every time. I would much rather just hit it easily on my homescreen.

View 6 Replies View Related

Android :: How To Disable Auto Screen Brightness?

Oct 1, 2010

I have no clue how to disable the "auto screen brightness" in settings?

View 7 Replies View Related

General :: Disable Screen Auto Wake In Android

Jan 8, 2014

I have a specific problem that has persisted through multiple android devices, through all ROMs and builds. Currently I am on a Verizon galaxy nexus with cyanogen 10.1 (background in case it's more relevant than I believe).

When a timer or alarm goes off on my device, or when I receive a call or text, my screen wakes automatically. I think this may be considered a "feature" in android. However, since my phone is nearly always in my pocket, it means that the screen turns on and often receives enough of a false signal in my pocket to disable an alarm or decline/accept a call. It is very inconvenient and would be alleviated if I could specify that I want my device to turn on the screen ONLY when I press the power button.

I know that others have the same problem from searches on xda and elsewhere, but I don't see solutions (except what looks like a registry hack on some specific devices)

How to get a cover to stop screen interactions while in my pocket, nor do I want to hear about a more elaborate lock screen to keep said interactions from interfering with alarms/calls. The problem is simply that the screen comes on at all with seemingly no way to change the behavior.

View 2 Replies View Related

Android : Convert Android.net.Uri Object To Java.net.URI Object

Feb 18, 2009

I am trying to get a FileInputStream object on an image that the user selects from the picture gallery.

This is the android URI returned by android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI content://media/external/images/media/3

When I try to construct a java URI object from this object, I get an IllegalArgumentException with the exception description Expected file scheme in URI: content://media/external/images/media/3 whereas the android URI shows the scheme as content

Never found a solution for the original question. But if you want the byte stream of an image in the pictures gallery, this piece of code will do that.

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

View 4 Replies View Related

Android :: Home Screen Widget Support Auto Rotation

Mar 9, 2010

I am working on a home screen widget. I hope this widget can support auto rotation. For example, if the phone is in portrait mode, I want this home screen widget to be 2 cell * 2 cell on the home screen; if the phone is in landscape mode, I want this home screen widget changes be 3 cell * 1 cell on the home screen.

View 2 Replies View Related

Android :: Stop Auto Screen Rotation In App When Unlocking Phone From Standby

Aug 24, 2010

I have an android application that I want to always be running in landscape mode.

I have the following code implemented to keep the app in landscape mode all the time:

inside my activity in the Application Manifest
android:screenOrientation="landscape"

This seems to launch and keep the application in landscape view for the whole duration of the application. Perfect!

However, if I have the app running on my HTC Aria (Android 2.1) and the phone locks, if I unlock the phone, I see the application for probably half a second and it's in portrait orientation and then quickly switches back to landscape mode. It is quite frustrating because all of my views are jumbled around and it looks unprofessional as you can imagine. This happens in both the emulator and on my real phone.

Does anyone know how to stop the application from temporarily rotating when the phone is unlocked?

I have tried overriding onConfigurationChanged() but with no success.

I have also tried putting setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); into the onResume() but the app still shows as the incorrect orientation for a split second when the phone is unlocked.

View 3 Replies View Related

HTC Incredible :: Anyone Else's Auto-rotate Screen Not Reliable?

Sep 18, 2010

Whenever I unlock my phone, most of the time the screen goes sideways when i'm not even facing it horizontal and I have to keep shaking the phone to get it correct.

View 11 Replies View Related







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