Nexus :: Camera "store Location" Not Getting Correct GPS / Fix This?
Jan 23, 2010
Anyone else have an issue with the camera "store location" not getting the correct GPS (if at all)? I just noticed that I was taking pics and saw that the GPS location was from the last place I had used the GPS some 50 miles away (time stamp too). it wasn't the only one.
just wanting to know if I'm going crazy, I don't see this being on the support forums so I'm also asking there too.
oh, and yes I was out doors, opening up maps will update gps and then camera will be accurate.
View 2 Replies
Jul 17, 2010
In the last few days the stock HTC weather widget will not change locations even in a new area and forcing a refresh.
View 18 Replies
View Related
Oct 24, 2010
So my gps location puts me close to 500 miles away from my actual location. Ive pulled battery, turned gps off n on, turned location settings off n on and I still cant get it to locate me correctly....any tips?
View 2 Replies
View Related
Jun 28, 2010
I'm not sure if this is the correct place to post a question about a problem I'm having with my htc hero. Can anyone direct me to the correct location?
View 5 Replies
View Related
Jul 21, 2010
I have a simple app which needs to display 1 of many text files (DB is no an option currently)
Where is the best place to put this collection of text files? I am guessing "Assets", but am unsure.
View 1 Replies
View Related
Mar 16, 2010
I'm using the weather widget but it keeps saying I'm in,philly but I'm in nyc. Been here for two days. Anyone know how to fix this.
View 3 Replies
View Related
Oct 13, 2010
My google maps is not finding me in the correct location
View 1 Replies
View Related
Sep 19, 2010
I don't understand this. When you hit the back button after following a link, you go back to the previous page, but not where you left off. The browser seems to just throw you somewhere near the top of the page. Is there a settings fix for this, or is it just how it works?
View 10 Replies
View Related
Nov 14, 2009
My google maps identifies me in india despite havving active network and wifi connection...anybody else have this issue and can it be fixed?
View 2 Replies
View Related
Mar 3, 2009
I am trying to take picture by G1 camera.
I have tried almost everything i was able to find on the net about this topic. It seams there should be intent with action "android.media.action.IMAGE_CAPTURE" which really starts camera application and returns captured image. But captured image is scaled to 0.25 of original size. Another possibility I have found is to pass uri where to save captured image. I went through all available sources of camera application and it should work but does not.
For illustration, I am doing following in my example activity which creates new image, but after returning from camera, image is still empty:
CODE:..................
I am ready to write my own capturing application, but it is quite hard and I would like to reuse.
Do you know correct intent action name and extra name to pass to capture image?
View 4 Replies
View Related
Jul 28, 2009
My application has buttons to launch gallery and video camera apps but the below code only seems to work on phones with the standard Cupcake build:
// For Gallery Intent intent = new Intent(); intent.setClassName("com.android.camera", "com.android.camera.GalleryPicker");
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); mContext.startActivity(intent);
// For Video Camera Intent intent = new Intent(); intent.setClassName("com.android.camera", "com.android.camera.VideoCamera"); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); mContext.startActivity(intent);
On rooted / non-cupcake phones, I get this error:
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.android.camera/com.android.camera.VideoCamera};
have you declared this activity in your AndroidManifest.xml? at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:1480) at android.app.Instrumentation.execStartActivity(Instrumentation.java: 1454) at android.app.Activity.startActivityForResult(Activity.java:2656) at android.app.Activity.startActivity(Activity.java:2700)
View 3 Replies
View Related
Feb 23, 2010
Having come from an HTC Hero I am struggling with my dialing options? Previously if I wanted to dial Martin I could just tap 627 on the keypad and the option was there.
Now with the Nexus one do I really have to scroll through all my contacts to find the correct person? Surely this is very laborious and slow.
Making a speed dial seems a bit silly as well as there are so many people in my contact list.
So any suggestions?
View 6 Replies
View Related
Dec 16, 2009
I want to store location data in sqlite. A latitude coordinate is a double, with 15 point precision. As far as I can tell this corresponds with the 'REAL' datatype which is 8 bytes. The alternative I suppose would be to store it as a String, and simply convert it back into a double later. Does it make any odds which way I go? Are there differences in storage capacity / efficiency?
View 3 Replies
View Related
Feb 19, 2012
I've been looking for an app that I can quickly launch (widget is even better!), grab my current location using GPS and save it to an existing layer in my google maps account. If I can also a label to the point that would be ideal. After googling awhile I found "My Maps Editor" but it looks like it got the ax at some point.
As far as I know, you can view "My Places" from google maps in the mobile version using layers, but can't edit them. Even if you could edit it, it'd be a hassle to load up the layer each time when I just want to mark a spot on the map quickly.
I know you can star locations, but I've been using My Maps/Places for awhile so I'm a little locked in at this point.
View 1 Replies
View Related
May 23, 2010
I received a new N1 after I swapped over by warranty but I don't remember is the camera flash was working on this new one before I put Desire and Cyanogenmod and on both the camera flash doesn't work, installed FlashApp and a couple of other apps that manipulates the flash but it still doesn't turns on.
View 1 Replies
View Related
May 20, 2010
When you start your nexus without a SD card inserted and start the camera, what does happen? Does the camera start and you can see but can't capture, or doesn't start at all and crashes?
View 5 Replies
View Related
Feb 22, 2010
I have the stock News/Weather widget on my main screen and when I try to Use my Location setting, the weather widget displays No Weather Location Available. I tried turning on my gps and wifi but it still doesn't work. The news part updates fine its just the weather that is not working. It was working for a month and then it stopped working. Anyone know a fix for this?
View 9 Replies
View Related
Feb 13, 2013
So somehow yesterday my Nexus 7 disappeared from the Google Play Store. How to reconnect it. I'm just being told I don't have any devices.
View 3 Replies
View Related
May 14, 2014
I wanted to download the following app, Eyefi Mobi But from some reason I can't find it on my phone's play store and on the website it says it is not compatible. I wanted to try if it worked if I installed the apk but I can't find it on the web. How to extract the apk?
I have a Nexus 5 as device.
View 6 Replies
View Related
May 5, 2010
I'm just looking for some insight into what would be the best way for me to store images as part of my app. I have an activity that represents a 'Job' which has a couple of edittext's and underneath was planning on using the Gallery component to show images relevant to this job. The job data is stored in a database (on the sdcard) so was also thinking of creating a table to store 'JobImages' and having each image stored as a byte array.
But I'm not sure if it would be better to store the images directly on sdcard under a folder structure specific to my application and the job. E.g. using the job ID number as a folder name. Depending on which method I use will greatly determine the code that goes into an 'adapter' that allows me to bind to the gallery component so before I begin I was wondering if anyone has had the same design problem and what option they chose.
View 1 Replies
View Related
Nov 11, 2010
I am working on a program that opens up the camera on a button click, snaps a photo and takes that photo and stores it in a new class (listview.java) that will be accessed from the main menu. My code to snap a pic is: Code...
how do I go about saving that new bmp file to that different class?
I tried to put photoResultView in my listview.java class as so: Code...
but the program crashes everytime I try and save the pic I snapped - anyone have any ideas or tutorials for doing this?
View 2 Replies
View Related
Jul 10, 2010
OK so i saw a commercial a while back that showed somone using the camera on there phone as a shop locater i can't find it anywhere for iphone or droid. Does it exist yet or was this something just for one of the phones due out. i want it on my evo.
and yes i did search but found nothing close to what i am looking for.
View 4 Replies
View Related
Oct 19, 2009
Where the photos are stored once they have been taken, etc.. I'm attempting to upload a picture on Sketch Online.
View 6 Replies
View Related
Jun 20, 2010
I've looked through the settings on my n1 but can't see any mention of parental controls like locking down the app store?
Are there any good apps for this?
View 1 Replies
View Related
Nov 28, 2013
If I try to download an app from the Play Store on a browser, my Nexus 4 says "[app name] could not be downloaded due to an error (906)". However, I can download the app directly from the Play Store on my phone. So, how would I go about resolving this?
View 1 Replies
View Related
Aug 9, 2010
I am having a problem capturing an image and storing it from the native camera app. Here is a sample of some of my code.
CODE:.............
After the picture has been taken and I'm returned back to my original Activity, When I navigate to my sd card via Android DDMS File Explorer the picture is not there. Anyone know why this is not being saved?
View 2 Replies
View Related
May 18, 2010
My friend has a HTC Hero and can send his location through text message, is there any way to do this with a Nexus one?
View 1 Replies
View Related
Dec 4, 2013
Using custom kitKat ROM on nexus 7 and it's great. The only problem I have is that the full 2nd user cannot find the location in weather apps or GPS test BUT... 2nd user can get location using Google maps???
View 1 Replies
View Related
Nov 20, 2009
I noticed when I take a photo, if you look at the details of that photo, it has the GPS location of where it was taken recorded. Are there any apps that take advantage of that? Like something that shows the images on a map or something?
View 3 Replies
View Related
Apr 29, 2010
I'm want date and lat/long to be automatically overlaid when I take a pic. Anyone heard of such an app?
View 2 Replies
View Related