Android :: Camera As A Store Locater On Phone?
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
Aug 11, 2010
I just tried one of the phone locater apps (Lost Phone) and it did not work with texting through Google Voice. Can I assume that all such apps will not work texting with GV? I do not have a texting plan and I instructed my carrier to block any SMS. I us GV for all my text messaging. I'm assuming that texts coming through GV don't have the same system level capabilities that these apps need?
View 1 Replies
View Related
Jun 14, 2010
So, it seems logical you could use Google maps as a car locater for parking. BUT I see no way to mark the position your at. Like, drop or leave a push pin marker with a long press when you are at your location.
View 10 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
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
Nov 13, 2010
I am developing an app which uses the phone's default camera application to capture an image and then allow the user to perform some basic editing.I want the image captured to be saved in a location that is consistent with the stock camera application. Can I use the DCIM folder and assume all phones will use that location?
View 1 Replies
View Related
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
View Related
Jun 20, 2009
I have a question for those in the know. I am interested in purchasing an android-capable phone in the near future..I really like what it offers. My brother has a G1 (Mobile USA), which has piqued my interest in the Android platform. My question is: Is the app store synced with every kind of Android-capable phone, or just that specific phone? If I was to buy a HTC Magic, would it use the same app store as the G1? AFAIK, some other major platforms, such as Symbian do not sync, and it's 'every phone for itself', but I was thinking that Android was more synergic.
View 1 Replies
View Related
Dec 6, 2009
My camera stopped working. When I click my camera application I get the message "The application camera (process com.android.camera) has stopped unexpectedly. Please try again". It's just a blank screen?
View 3 Replies
View Related
Nov 2, 2010
In my Android app, each activity is filled with data from an xml file which is somewhere on the web. The website providing these files has a login mechanism, that works with cookies.
I know how to make a HTTP Request to the login page and receive a cookie. What I don't know is, how I can store it to re-use it in both other activities AND when the app is started the next time. The cookie is valid for a year, so the user of my app should log in once and then never again for a whole year.
How do I do that? I googled a lot, but either I used the wrong keywords or there are no simple solutions on the internet.
View 2 Replies
View Related
Feb 11, 2010
where does everybody store their bookmarks and access on phone? does google do this or a app?
View 2 Replies
View Related
Jul 14, 2010
I just switched from a BB to an Incredible, and am having a hard time finding an app or place to store my personal info like bank acct #'s, etc.
View 4 Replies
View Related
May 24, 2010
Using the guide at Android Developers (http://developer.android.com/guide/topics/data/data-storage.html) I've tried to store some data to the SD-Card. This is my code...
View 1 Replies
View Related
Jul 30, 2009
Is there a way to store android application data on the SDCard instead of the internal memory? I know how to transfer the application sqlite database from the internal memory to the SDCard, but what if the internal memory gets full in the first place? how does everyone handle this?
View 6 Replies
View Related
May 7, 2010
I going to want to make my own ringtones soon, and I am wondering what everyone recommends is the BEST or better way for me to get my music onto my phone and storing it. For example, is it better to put music on my phone with the music app, clip and cut my ringtone in that app and store my tones that way.
Or is it better to clip up a song on my computer using something like Audacity and then send it to my phone via Bluetooth or USB Tethered? And if I did do it that way, where would I store it on the phone, folder, some in depth storage preference? I am a new Smart phone user, so I am looking for the best way to store my ring tones on the phone without making it bogged down and the best way to make my tone and transferring it to my phone.
View 6 Replies
View Related
Jun 13, 2010
How to store and retrieve preferences in ANDROID?
View 1 Replies
View Related
Jul 25, 2010
Tonight I was setting another album to offline in Spotify when it reported I ccouldn't save any more music. Bit puzzled seeing as i've got a 16gb SD card in there. Turns out Spotify is only using the internal SD card :S totally burnt out my 8gb already! I see no option in Spotify to select where to place the offline store, anyone else in the ssame 8gb boat?
View 1 Replies
View Related
Sep 26, 2009
Does anyone know if it possible to see the Google app store without having cell phone service on the Android (like from my ADP with no SIM card)?I can see bits of it at http://market.android.com, but can you see all of it without the Android on a cell phone account?
View 3 Replies
View Related
Aug 7, 2009
Is it possible to store user defined objects in a SQLite database from Android? For example: I am creating one class and I want to store that class object in the database. Is it possible? If it is, how to proceed? On the Blackberry platform, I am able to store objects directly in persistent objects. Is it possible to do this with SQLite and Android?
View 2 Replies
View Related
May 10, 2010
I have one txt file which contains contacts in vcf format, Now I want to update my address book (insert that contacts in my address book) using this txt file. How to do that?
View 2 Replies
View Related
Jan 23, 2010
I am developing an application which requires to store and retrieve email id and password because when the user login into the application he should be directly logged in into the application.
View 3 Replies
View Related
Aug 13, 2010
I want to create a new contact list just like blacklist to store few phone numbers in android. which storage medium we need to use ??
View 1 Replies
View Related
Jul 15, 2010
I want to store a few values in the form of high scores. But since im not going to be storing more than 5 values, using SQLlite doesn't seem appropriate. Another option considering was a flat file, but not sure how to go about..
View 2 Replies
View Related
May 15, 2010
I am new to this forum. Love my new incredible, I am long time user of Win CE(Motorola Q) Oh my my Was I stone ages. What A difference.....am getting to know my new toy. One thing I can't figure out is where dose the pictures get store to.(The Actual Directory) I did download ASTRO(Great Tool) but still am unable to hunt the actual store directory that the pics gets store to. Dose anybody know where this is. I also need to find out once I connect my phone to the PC how to get it off of the phone to my PC and or server. once I connect to PC all I see is the SD card and there isn't much in there.
View 2 Replies
View Related
Aug 12, 2010
What vector graphic formats can be used to display the in a view in an android application? As I understand, PDF is not an option at the moment, so what other options are there for storage and display of complex text+graphics? Unfortunately, I cannot use embedded browser with Flash because I need this app to work on Android versions before 2.2.
View 1 Replies
View Related
Mar 11, 2010
I want to access phone internal memory to store some data, similar to that of sdcard. but the problem is that the data written by one application is not accessed by other applications. because of uid mismatches.
View 2 Replies
View Related
Jul 24, 2010
I need to store data to use in my android program. Here are the details about the data: There will be one table. Each "row" of data will have a unique INT identifier. Other then that field, there will be four other INT fields and a text field. The string field will probably be a 2 or 3 sentences long. Each of the 4 INT fields will correspond to the ID of other rows.
View 2 Replies
View Related
Aug 18, 2010
I am trying to find a Sprint store that actually has EVOs in stock? Has anyone purchased one recently in the NJ/NY metro area?
View 7 Replies
View Related
Oct 28, 2010
Im new here and i have some questions about my new phone, htc desire.How can acces my SD card?How can i choose where to store my apps, photos and videos? Any tricks so my battery last longer? Why does my battery lasts les than 1 day? Can it be because i have running apps that i cant see? How can i see running apps? tnx very much to all help!and i hope this thread helps other people to!
View 2 Replies
View Related