HTC Incredible :: No Data Access During Call
Nov 11, 2010Received my OTA update today and noticed now that I no longer have data access during a phone call. Anyone else experience this?
View 5 RepliesReceived my OTA update today and noticed now that I no longer have data access during a phone call. Anyone else experience this?
View 5 RepliesDear Android geeks, I am new to android development, and i want to develop an app in which u can set some data and location in google map and at a later time we can retrieve it also. Please help me out with it I am not able to set data in maps.
View 20 Replies View RelatedThere is probably a simple setting that I am totally missing, but it is starting to frustrate me that I can't access my phone whilst I am on a call. The only way I can see to activate my blank screen is to press the power button which ends my call. Is there a setting somewhere that I can change?
View 4 Replies View RelatedI dearly dearly miss the the separate call button in my prior phone, that I could access no matter what app or screen I was in. With android, it is huge step backward, where you have to first click the home screen to get to the call button. Please tell me I am overlooking something very simple because I cannot imagine Android missing out such a big part. Or please tell me if there is a better home screen replacement that does exactly what I mentioned above. Will really appreciate any responses.
View 4 Replies View RelatedI'm in the process of developing Lua/Python based Test harness automation test suite for testing IBinder based message interaction. How to achieve this? Is there any Lua/Python or any scripting sample or examples provided?
View 2 Replies View RelatedI would like to access the audio that my call manager captures while a call is active.
I would like to access it before it is transmitted to the other party.
I want to access the Android call list, so I can see the contact name, the hour of the calling, the duration, the hour of the calling and the date. Where is it, and how can I access it?
View 2 Replies View Relatedhow to access call forwarding settings on the droid? I'm looking to do this if possible.Hack: use Google Voice to add visual voicemail to your G1, Dream, or Magic
View 5 Replies View RelatedI don't know if this has been posted before and if it has, please direct me to the thread but I have an issue with my HTC Incredible. Everytime I make a phone call or receive a phone call, the name and picture of one of my friends shows up as the last call. For instance, my dad could call me and in the phone log, it will show my dads number but my friend's name and picture. I deleted my friend's name and number from my phone and the issue still persists. If anyone has had this issue before or know how to solve this issue, please help me out!
View 1 Replies View RelatedDo you have any problems with call quality and/or calls dropping? I personally have never had a problem. I am in a major city and not the country or rural area. I'm just trying to see what percentage of users have these issues.
View 34 Replies View RelatedI have a Windows web server already set up with a website (unlimited application pools) and I want to be able to access a database on that server via the Android app I'm developing. How can I do this? Can someone point me to a tutorial or give code example of how this cross-platform (Android/Java to ASP.NET/C#) communication can be done? (I'm trying to create a leader board or global scoreboard for my Android game on my server.)
View 3 Replies View RelatedI juts want to know how can I access a certain data from my SD card. How can I browse SD card contents? For example, from my application, I want to open a pdf file from SD card, how am I going to do this? I tried to write this code but it doesn't seem to work.
Uri uri = Uri.parse("file:///sdcard/"); Intent intent = new Intent(Intent.ACTION_PICK, uri); startActivity(intent);
I have a problem using adb shell on my Google IO phone. I get shell access, I can type cd /data/data, but then when I type "ls" it says "opendir failed, Permission denied". Same when I type "sqlite3". I didn't think I'd need to root my phone, but what setting did I miss to get access to data on the phone?
View 3 Replies View RelatedI've unlocked the Telus version of the Desire and I'm now using a SIM card on the Bell network. However, the only way that I can access data is through WiFi. When it is turned off I can't access emails or the internet yet my data plan is working and Bell has input my IMEI into their system.
View 2 Replies View RelatedI am developing an application with TripIt integration and I make a call to their API and I get all my data in JSON format and save it in an object ListTripResponse. This object contains all the data I need over all the application. What I do now, I write this object to a text file (i serialize my object and save it as a file with ObjectOutputStream) and in every activity I read this file. But this file is pretty long and it takes a while to read it. And i have to use and read this object in every activity! Isn't there a better way to do this? I cannot save this file in a database because the structure is to complex.
View 3 Replies View RelatedI am just digging into Android, and want to build a simple application that gets data from wifi/3g from a website, like a classic RSS feed, and/or a post-back to a remote database. A tutorial that does a good job explaining it to a "busy developer". Can anyone reference a good tutorial site, or a book that covers this topic well ?
View 2 Replies View RelatedHow to access existing data from sqlite and how to implement the data in list view in android.
View 1 Replies View RelatedCode...
View 3 Replies View RelatedAlas I have about 500 contacts in my phone book and for some reason after synch'ing them with thunderbird the display name is random last, first...first last. So I thought I would put a quick widget together to just re-do al my display names to last, first. The code I use is below, however I am not getting last / first values. The keys in the cursor exist (data1, data2), but the values were "1" and null respectively. Code...
View 1 Replies View RelatedI would like to access xml data which contains Questions ans there 4 objective type answers and I want to access them in 5 textViews which access each question and there related answer on every next button click. Its like an online examination.
View 1 Replies View RelatedHow do I access my sd card from my evo to see what is saved on there? Or must I connect it to the computer to view what's on the sd card?
View 1 Replies View RelatedI want to try some fade/blur effect like in winamp visualization plug- ins. getPixel/setPixel way is very slow and do not allow to achieve decent frame rate. Direct access to pixels array could speed up processing.
View 4 Replies View RelatedI have created a application like Online Test App, when it installed for the first time, need to load some data from web services or web site. How i implement this in my App.
View 1 Replies View RelatedI am developing an android app for my minor project. i found a similar app on the play store and i want to copy that well-organised data in to my app... how can i do that....
View 1 Replies View RelatedI need to encrypt the outgoing voice stream and decrypt the incoming phone voice stream in real time. Please guide me if this project is possible with the android sdk
View 2 Replies View RelatedI'm looking for free spy apps which let you access call logs, sms, gps locations.Remotely and secretly.
View 1 Replies View RelatedI connected to my live device using the adb and the following commands:C:>adb -s HT829GZ52000 shell
$ ls
ls
sqlite_stmt_journals
cache
sdcard
etc
system
sys
sbin
proc
logo.rle
init.trout.rc
init.rc
init.goldfish.rc
init
default.prop
data
root
dev
$ cd data
cd data
$ ls
ls
opendir failed, Permission denied
$ I was surprised to see that I have access denied. How come I can't browse around the directories using the commandline like this? How do I get root access on my phone?
I am looking for a way to get sensors' data ( especially Accelerometer) directly without using Listener approach. Actually I need to have the data really fast! I can not find any way to read sensor data by myself. Anybody knows anything about it? Is it possible to read data with more than 50Hz?
View 9 Replies View RelatedI am experiencing a problem where when the android device wake up from sleep, the Activity would take forever to get redrawn(and have to terminate it most of the time). I am not sure why, but when I comment out the code below where it retrieves an object from the database based on id stored in the bundle, the problem goes away.
Not sure why the db transaction is causing an issue.
secondly, is it better to store the object in bundle instead of storing its id and retrieving it from db in onCreate?
CODE:...............
I have an idea about using an old phone to tell me the temperature at a remote location. I need to know when a greenhouse or any remote location approaches freezing by sending an alarm to my computer or another Android phone. I thought about something similar to remote GPS locating but getting the temperature data instead of the GPS data. I could just leave my old Android phone in the Greenhouse. I know absolutely nothing about App development, I started to look at the SDK but first I needed to know Java, BASIC is as far as I ever got on a BBC.
View 5 Replies View Related