HTC EVO 4G :: Simultaneous Talk And Data
Jun 18, 2010Is this suppose to work only with 4G or am I missing something?
View 3 RepliesIs this suppose to work only with 4G or am I missing something?
View 3 RepliesI'm wondering if on an android device there's a way to force it to keep open a wifi connection that is not used for data, for example to a Seagate Goflex Satellite (WiFi HDD) or eye-fi (WiFi SDHC) while also being simultaneously connected to 3G for data. Obviously connecting to 2 wifi connections is out of the question.
View 5 Replies View RelatedIf you don't need 3G on to do voice calls, then why would having it on not allow you to use your data connection while on a voice call?
View 9 Replies View RelatedI probably don't need it persay...But! I want it! Just to have the peace of mind that phone calls won't interupt stuff. There have been times that I could both at the same time. Anyone think it might be implementef later? This is a real dream killer for me.
View 35 Replies View RelatedJust started using my Desire last night! Feeling good.
However...
Was just on a call, tried to use the Android Marketplace. Couldn't. Got curious, and tried to use Google Maps mid call. Couldn't. Tried to use the internet during the call. Couldn't. Now, I'm on T-Mobile (UK) and have just come from a Nokia E71. With my E71 I could make a call and use Google Maps. Am I missing something or is this bit of multitasking somehow not possible?
I am using IMO for Instant Messaging and so i removed the TALK app from my Nexus one (running Oxygen Rom) using Titanium backup.Recently there was an update in TALK app and i wanted to try it (Hangouts) so i installed it from the playstore. It was very slow on my mobile so i removed it again.
Now i am getting Talk notifications (with the old TALK icon) in the notification bar. along with the IMO notifications. When i click on the Talk notifications it does not open any app. and the messages that are notified by TALK are missing in the IMO app so its very frustrating.
So i thought it must be the HANGOUTS app and re installed it from the Play Store. Now i get Hangout notification, Talk notification and IMO notification. I removed the Hangouts app from the Application Manager and i still getting the TALK notifications.
I just saw a video of a Verizon guy that got FROYO already. They were showing the changes included in 2.2 and it had the option to update all the apps at the same time or something similar. I thought that was art of 2.2.
View 2 Replies View RelatedImplementing a service to handle connection changes and downloads. The service handles a queue of AsyncTasks, each representing a "download task". This way, we can cancel/pause tasks when connection drops, and also restore them when connection is reestablished. Since the threads AsyncTasks are run are not deterministic, how many ATs should I execute() at the same time?
I've read that I shouldn't reuse tasks. How can I achieve this pause->resume functionality then? Should I tell the thread to sleep? Should I make a no-op while if connection is down? I was trusting the cancel(true) method, which I've read is not reliable either.
My main DownloadTask is a subclass of AsyncTask that returns a new AsyncTask to be called when the connection is restored.
I was wondering whether Androd can catch simultaneous Key Press. For example, a application does something when a user press HOME and MENU key simultaneously. Is it a possible scenario?
View 4 Replies View RelatedI am working on an art project with several other people that involves simultaneity and photography. We want to coordinate a series of events involving simultaneous photographs based on the Android system.
In simple terms, here is what we are proposing. Someone writes an app for Android Phone/Camera that makes the camera take a photograph at a predetermined time so that many thousands of people all take a simultaneous photograph. The art involved here is not only the synchronizing of the event to approximate simultaneity but also making "social networking" into an element of an art project.
Is there a limit on the number of simultaneous http requests of the form:
HttpResponse response = client.execute(request);
I'm interested in any official limit as well as practical ones.
(In a previous life, you had to dig deep to discover that WinMo only allowed three WebRequests to be open at a time.)
Let's say I have a list of 20 files to download on a background thread.
Should I: Download them one at a time, blocking the thread (but not the UI thread) to wait for each one? Start 20 threads each downloading one of the files?
I expect the answer may be somewhere in between, where I create C threads and work on the queue of N files, where C is a number like 3 or 4.
I suspect some of you here have already done some experimentation and know the magic number. In addition, I suspect there may be more efficient ways of doing what I'm doing than creating a new DefaultHttpClient for each request.
With reference to this discussion, does this mean that simultaneous Record and Playback with Mediarecorder and Mediaplayer is not possible at this point?
View 3 Replies View RelatedI just wanted to check, e.g. on my Hero I can run GPS Tracker and press home and it will run in the background, play some music and press home and it will run in the background and go and do something else.
Are you saying the iPhone would have to completely exit the GPS Tracker to use another app or leave the GPS Tracker open and not do anything else for it to work?
I am performing several https posts and http downloads from two different servers using AsyncTasks. The connections are fairly quick but I'm surprised to see that they are running synchronously instead of in parallel.
To be more explicit, here is pseudo-code for what's happening when I initiate a call to AsyncTask1():
CODE:..............
I'm trying to read from a file while it still opened for witing.
View 2 Replies View RelatedI just installed the latest DialerOne (1.2.7.1) from the Market and find that the new simultaneous search of the call log and contacts is annoying in that it places call log entries at the top of the list, and tapping on them brings up the call history for that contact instead of listing their numbers so you can choose one to dial. I don't see any way to turn this off.Am I missing something?It would seem natural to have the ability to limit the search to the screen presented (search only the call log when the call log is displayed, or search only the contacts when contacts are displayed), but I have Dialer One display the call log by default, so that I can quickly call a recently called contact, or just start dialing to search, so this wouldn't work for me either.I would much rather go back to the way it used to be. Of course, I figured I didn't need to backup the previous version because after all, what could change? Now I have this, and the coloring of the digits on the keypad is weird, even after adjusting it as much as possible.
View 5 Replies View RelatedI have an android app, where in a list view for each element in list, I load an image from web in a separate thread. So if there are 8 items displayed in list view, activity will try to fire 8 different threads, one for each list item to load an image. As you scroll down the list, the number of threads may increase if the previous threads haven't finished executing.
I am curious to know how many simultaneous threads can a single android app execute in parallel? Is there a limit? I wouldn't expect these threads to cause a ANR over slow internet connection as they are independent? But it seems that ANR does happen and may be it's because app/device run low on resources, so spawning a new activity in UI takes more than 5 seconds which results in an ANR?
Any clues to how I can make responsiveness better on a slow internet connection will be appreciated.
I am trying to implement a functionality when i press the VOLUME DOWN and POWER BUTTON simultaneously; i must be able to run a method code inside my Activity.
public boolean onKeyUp(int keyCode, KeyEvent event)
{
}
From my initial search; it seems that only one such key press event is acknowledged at a time in Android usng the onKeyUp method. Is it true?
In my Android phone, on simultaneously pressing POWER BUTTON as well as MENU BUTTON i am able to capture a screen shot.
Does this feature not acknowledge simultaneous key presses?
How can i improve the performance of simultaneous processes agains the time and space in androied?
View 1 Replies View RelatedI'm making an Android Java app game (although this question applies to all languages really) and hope to release the first version soon. I'm nervous about how I save data in my game. My problem is that, if in a later update, I decide to store more data or store the same data in a different way, I need to be careful I don't lose or corrupt data for users that upgrade (i.e. I want users to be able to use data created by an old version in the new version, like their high scores from before).For example, say I want to save high scores in version 1.
View 3 Replies View RelatedTiKL - Touch To Talk (PTT) v1.6 Application for Android | Communication
View 32 Replies View RelatedI am a complete neophyte when it comes to chat. Is there a tutorial somewhere that can walk me through it, from setting it up to using it?
View 1 Replies View RelatedMy boyfriend uses a BB and loves Blackberry Messenger. I'd like to be able to use Google Talk on my Hero and his BB in lieu of SMS for chatting with him while at work, so that I can turn my phone on Airplane mode with only wifi on to save my battery (signal is terrible in my office)My concern is that I'm not sure if Google Talk is always connected like his BBM seems to be. Anyone have any insight on this? I see that "Automatically Log In" is an option....but say for instance we don't chat for a few days and he decides to send me a message. Will it be pushed to my phone?
View 11 Replies View RelatedDoes anyone use either Buzz or Talk??
If so, what are people's opinions of both?
So I got my Evo replaced last Friday due to screen separation issues that led to touch screen issues. My old Evo had no issues staying connected to Gchat using the Talk app.
However, this Evo seems to keep disconnecting whenever my screen turns off, and even when i reconnect, it may take up to 15 minutes to recieve messages. I have played with some settings but nothing seems to make a difference. I know this is a know issue on a lot of Android devices, but it seems to be random. I have searched and searched, and found no solution to this issue.
Advanced app killer is not killing talk app. talk isn't even on the list to select it
View 12 Replies View RelatedI am new to this forum and the droid software. I have evo 4g and i would like to know how do you hide the talk bar on the home screen. And be able to bring it up when i need it. I don't want anything on my home screen...only i want is a live wallpaper to show on my home screen. And also how do you get the phone icon to show up while your in another app? So that you don't have to go back to the home screen just to make a call.
View 1 Replies View RelatedAfter you speak and it transcribes the message, how do you accept it? It seems to automatically add a space after the message.so if I press space to accept it, I need to go back 2 spaces to add a period.If I press '.' to accept it and add punctuation, it leaves a space between the end of the transcribed message and the punctuation.I know this sounds minor but when sending a lot of texts, it can be really annoying.
View 2 Replies View RelatedHow about we get some launch day event talk going. I live in the NYC area, and if the rumors about a BestBuy launch on 6 June are correct, then I'll be there on that day.
It'd be cool if we could all get together -- for a beer, to wait in line together, check out the phones, to upload pics, to support AndroidForums.com and Phandroid.
What does everyone think about that? Let's make this thing concrete.
Date: 6 June / 13 June (Determined by Official Release) (Perhaps confirmed here)
Location: http://stores.bestbuy.com/482/
Best Buy Store
23rd Street and 6th Avenue
Time: 10am (breakfast); 11am (store opening)
Attendees:
esone1ll
LatinP
jgangsta
UPDATE: I pre-ordered at the Radio Shack here: http://is.gd/cnord
Tell Luke Wilson's Download the Dialer@Bar app from the Marketplace and you can make/ receive calls while surfing the web using wifi,This app is sweet, mad props to the dev, its free but I will defiantly be donating! Just pull down your notification bar to access phone and contacts. FU At&t, you don't need the app to do this but it makes it much easier because you don't have to exit the web page, just pull down the notification bar.
View 8 Replies View Related