HTC 4G :: Advanced Camera Functions For EVO
Jul 4, 2010
Looking for a way to do sports mode and the many other camera modes that cell phones offer. I upgraded from an htc touch pro 2, although it did not come with sports mode initially enabled, there were registry fixes that allowed this to happen. Is there such a 'easy' fix for the android platform (EVO)?
View 23 Replies
Sep 1, 2010
I'm fed up with the stock player on my Samsung Captivate, and I have tried both doubleTwist and Cubed (now called Rockon?) and neither has impressed me much. Thus, I am looking for something with more functionality.I have two main requirements (requests?):
1. Need some way to rescan my library without restarting my phone.
If I add music from somewhere on the internet or from an app, I want the app to be able to see that something has changed, scan my music again, and update my library.Now, all I can do is either restart my phone (sometimes works) or connect it to my computer and do it manually.
2. ID3 tag editor
Sometimes you notice an error and want to change it. I have a separate program to do this as of now, and I would love to do it within my music app. It just makes sense.Now I've read about MixZing, as it satisfies #2 and everyone seems to like it, but I'm worried about #1.Anyone have any personal experience with MixZing or another player that would implement these two things?
View 4 Replies
View Related
Nov 6, 2008
I would Like to see more camera functions like Zoom and brightness etc. Missing alot from a basic camera phone.
View 5 Replies
View Related
Nov 8, 2009
I thought something was wrong with my specific phone. But, once I spoke to some buddies they explained they were having same issues. Inside, and night photos are horrible. Outside shots with no movement are ok. 5 Megapixels,, quality seems more like 2 megapixels.
View 4 Replies
View Related
Nov 12, 2009
Does anyone know if there is built in support for more advanced camera functionality within the Android API? I am speaking specifically about settings such as: Pseudo ISO Shutter Speed Aperture
Since the image is raw I have been planning on doing it in a post processing step as that is the common approach with digital imaging, yet I do not want to waste time recreating something which already exists. If anyone knows of a built in functionality in the Android 2 API.
View 3 Replies
View Related
Sep 9, 2010
Is there a zoom function for either of the apps? I just tried the free versions in case that matters.
View 4 Replies
View Related
Aug 3, 2012
I have a Motorola Defy and just installed Instagram.
There's supposed to a Camera Settings button in the profile menu, but I can't find it to enable the advanced camera feature.
I have the latest version of Instagram from July 26 installed.
I feel like part of the problem is the auto-crop in the app. I want to use the advanced camera so that the pictures will already be formatted for the Instagram app.
View 2 Replies
View Related
Sep 26, 2010
Can someone explain the diiference in these two apps. It looks to me that the App Killer is included in the Advanced Task Cleaner.
View 17 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
Jun 18, 2010
I have looked all over the place. Here in the forums, online, user manuals, etc. What I am looking for: When I am texting, I see above the "A" key is an alt symbol that looks like an arrow pointing to the right with a verticle line. It appears to be an ALT-function of some sort. What is it? What does it do?
View 1 Replies
View Related
Apr 1, 2009
I read in the documentation for SQLite that there should be some core functions and aggregate functions available, but I can't seem to use them in my code.. Can anyone help? Here's the documentation ad: http://www.sqlite.org/lang_aggfunc.html http://www.sqlite.org/lang_corefunc.html There is for example the function count() but how do I use it? I have tried to use it as stated below, but none of the functions in the documentation is available that way (i.e when I type "db." the list that shows in Eclipse documentation doesn't include any of the functions from the SQLite doc except from execSQL):
Code...
View 7 Replies
View Related
Aug 28, 2010
Can someone tell me what busybox actually does and why it's required or necessary? I'm using a rooted captivate if it matters.
View 1 Replies
View Related
Sep 1, 2010
So I just did the OTA Froyo update (I think that maybe I should have done the RUU that I've been reading about. Anyway, since I've done the update things that no longer work properly on my phone: Pressing "Menu" button to unlock the phone Swype will no longer work when swyping letters, only when pressing like a typical keyboard Browser constantly shutting down...I cannot get 20 seconds into using the browser without it shutting down.
View 7 Replies
View Related
Oct 7, 2010
New to android..been using WM 6.1 sync with outlook obviously seemless. Need the same type of functionality but it doesn't have to be with outlook. Looking for options to use for business. Being a small company I can go anyway I want, don't have any restrictions other than need to sync all with phone, laptop and desktop. Beginning to travel more so contact, calendar and task must sync (notes and a Today front end would be nice). I have tried Dejaoffice but I end up with 2 sets of contacts and calendars (Samsung and Dejaoffice) not to mention that the UI is lame (had just as good 15 years ago with Instant Recall). Don't mind rooting the phone if needed. So what options exist in the open source world? Love my captivate phone but need to be able to do business to keep it. Anxious to hear how the rest of the Android world does it.
View 10 Replies
View Related
Apr 23, 2010
Are there any USB functions for Android devices (all user devices, not rooted)? I'm curious because I might want to make an app that puts things through USB
View 1 Replies
View Related
Jul 22, 2010
How does one go about adding a custom SQLite function from within the Android sqlite API? I have a function (written in C) that I'm able to add using the C API outside of Android as described here: http://www.sqlite.org/c3ref/create_function.html.
View 4 Replies
View Related
Jul 12, 2010
I've searched through the forums and tried a lot of notes apps, but I am yet to find one to my requirements:
- Should have widget support (I need to put some notes on my homescreen, not the note creation widget like 3bananas)
- Bluetooth sharing (or it stores the notes as .txt files on the SD card). Alternatively, it could sync with google in some way. If you know one that does these, please tell me. Else please tell me what app you're using, so that I can try it if I haven't already.
View 2 Replies
View Related
Sep 13, 2010
Hope someone can help, is it possible to allocate a ring tone to a particular function? I wish to have install a mp3 'tune' I have to be used when a text message is delivered.
View 1 Replies
View Related
Aug 29, 2010
I have a static library that contains some JNICALL functions, i.e. they are expected to be called from the JVM and are never referenced by the shared library that links the static library. However, it seems like function stripping is exterminating the JNICALL function (it's not visible in arm-eabi-objdump -t). I'm working around it by adding a dummy function with an impossible condition that calls the JNICALL function, but that's dirty. I know that there is a link option to prevent certain modules from getting their unused data stripped, but what is it? And how do I specify that option in the .mk file? I didn't see anything immediately obvious in arm-eabi-ld. Incidentally, the function stripping doesn't strip out JNICALL functions in the shared library itself, but it will remove those from the static library that the shared library is linking. What's the reason for that?
View 2 Replies
View Related
Sep 2, 2010
Alright, this might be kinda simple, but I cannot figure out how to do this. How can I change this function to return the String class_name? I know that I need to change the function from void to String, but what else do I need to do? Code...
View 4 Replies
View Related
Oct 3, 2010
I have an HTC Evo with 2.2 on it.
I installed the usb drivers and ran Unrevoked on it last night. Unrevoked ran ok on it and said 'Done' at the end. When I hold the volume down and power button, the top of the screen says: "SUPERSONIC EVT2-3 SHIP S-OFF".
Since it shows "S-OFF" and unrevoked seemed to run successfully, I think I'm rooted, but I'm not really sure. I have the Superuser icon in my programs list, and I am able to run a 'root only' screenshot program.
So here's the problem. The reason I tried to root is to delete some of the bloatware from Sprint and for wireless tethering. I tried running Titanium Backup and got the following error: "Error: Sorry, I could not acquire root privileges. This application will not work! Please verify that your ROM is rooted and try again".
Wireless tethering will run and I can connect to it with my laptop, but after I'm connected, I can't access any web pages. Have I downloaded the wrong wireless tethering program? (I downloaded the latest one listed at this page: wireless_tether_2_0_5-pre9.apk - android-wifi-tether - Wireless Tether for Root Users 2.0.5-pre9 *** EXPERIMENTAL *** - Project Hosting on Google Code).
So, am I rooted or not? Am I "partially" rooted, since the screenshot program will run? What do I need to do to get the wireless tethering to work?
View 2 Replies
View Related
Oct 30, 2009
It seems like the convenience functions (onUpdate, onEnabled, etc.) aren't being called in the emulator on Android 2.0. Is this a bug, or are these functions just being eliminated? It would have been nice to see this documented somewhere.
View 4 Replies
View Related
Sep 30, 2010
I use in the getView()-Method of this example a static function to download the source of an ImageView. Later there will be threading included. However, I like to know in general how save the use of static function is in this case.
Because I experienced, that in some cases (when I scroll really fast) the Images get mixed up.code...
View 3 Replies
View Related
Sep 12, 2009
Im having trouble with button functions i have a menu created but how do i give them functions so when there pressed they can actually do something?
View 3 Replies
View Related
Oct 15, 2011
I want to perform various image processing functions such as threshold,equalize etc on the image i capture from the camera...What should i use in order to do that?
Also,when i installed the app in my phone, after clicking the pic, the next screen appears, and after clicking the button for performing other functions, force close comes up...what could be the reason,because my code works fine without the camera portion...
View 2 Replies
View Related
May 20, 2014
Is it possible to decompile an apk and change some function? For example: A game give you always 50 gems for an exercise. Is it possible to change the function so you will get 100 gems?
View 1 Replies
View Related
Jan 22, 2013
I have a PCD Chaser with Android 2.3 on it. I'd like to disable the 3G and cell connection. Airplane mode will do both (3G can be disabled manually anyway), but also kills the Wi-Fi.
So here's my question. Is there a ROM out there, or a guide to making a custom one, for removing the cell and 3G functionality? I haven't even found anything for a bootloader or recovery for it, so I don't have high expectations.
View 4 Replies
View Related
Feb 5, 2010
Any way to get at the Send and Receive Text functions of a phone? In other words, is there a way to transmit a text such that another phone, within range and using my app, could receive that text? Proposed app: The_Haiti_Phone: All cell towers and land lines are down. I would create a text msg to my wife's phone and my special app would send it. All cell phones in range would pass it on. When the packet's receiver's ID matches a cell phone's ID, the msg displays to the user. In summary, in a catastrophe, all cell phones with my app act as cell towers.
View 1 Replies
View Related
Jul 22, 2010
I'm not sure whether I'm badly misusing InstructionCount or there is a bug, but let's assume the first one for now. The simplified situation is like that: I have a function (say, foo()) for which I want to track the number of instructions executed and the function itself calls another function (say, bar()), for which I also want to keep track of the number of instructions executed, something like: Code...
View 4 Replies
View Related
Aug 3, 2010
I realize that this is a totally newbie question but here goes. I've rooted my Hero and now I want to try out a custom rom. My question is this, once I flash the custom rom and it boots up, does the phone work automatically just as when I updated from 1.5 to 2.1? I mean the phone functions, not the android operating system. As I said, this may be a silly question but I haven't seen it actually addressed in the forums.
View 1 Replies
View Related