HTC EVO 4G :: How Many People Have Not Been Able To Get Service For EVO?
Jun 4, 2010
Transfering 4 AT&T numbers to sprint and getting 4 EVOs is a pain! It's been over 2 and a half hours waiting for the AT&T service to go down so I can power up my evo. I bet most of you guys already are enjoying your EVOs?How many people have not been able to get service for their EVOs yet?
View 3 Replies
Aug 28, 2009
I have an app where I want to list all phone numbers and the associated contact name.I see that there is the Contacts.People table for the purpose of getting all phone numbers and that there is a PERSON_ID to allow me to lookup the contact in Contacts.People.Great.Now I see that all the columns I want are already joined to the Contacts.People.Phones table. But that seems lucky in this case.How could I do the equivalent of the above statement in general if the implementer of the content provider hadn't been so nice as to join for me?
View 2 Replies
View Related
Aug 7, 2010
I have all of my contacts linked to their respective facebook accounts, but the pictures that show up when I go to my People never update with the facebook pictures, they have stayed the same since the day I linked the two regardless of how many times the person has changed their default picture since then. Is there any way for me to change this so the pictures in my People update with facebook? Since they are linked I assume they should be able to do this.
View 2 Replies
View Related
Oct 11, 2010
I am finding that listings in the "people" app are different than those when I try to find them with the phone dialer. I do not understand. Suggestions?
View 1 Replies
View Related
Jun 24, 2009
I have a service running in the background.I have a background thread that gets a reference to the service from the application's main activity. But when the background thread calls a method in the service to display a toast, I get the "Looper not initialized exception".Why,if I have a valid, bound reference to a Service, does this still happen?
View 4 Replies
View Related
Aug 20, 2009
I am getting following message when i try to launch service.Also is there any specific path on file system where we need to place the .apk file which contains my serivce component only.
View 2 Replies
View Related
Jul 22, 2010
I am trying to run the sample soft keyboard included in the SDK. I am using the debugger, and the literature says that to use a breakpoint while debugging a SERVICE, I need to include:
android.os.Debug.waitForDebugger();
So here is the portion of the code I modified:
CODE:...........
I have put a couple of breakpoints, at the statements indicated by the comments.
This is what happens: the debugger first stops at the breakpoint1, for a few seconds. But then the service restarts. For the life of me I can't figure out what makes the service to restart.
View 3 Replies
View Related
Mar 1, 2009
My service works exactly the way i want as long as i use start and stop and communicate using intents. However my activity needs to change the state of my service as well as retrieving state information.So i thought it would be nice to broadcast some kind of state_changed event from my service and use a binder interface to pull information from the service or change the services state based on user input.This works fine too. The only problem is that my service gets killed when i unbind it just as the documentation says.Is there any way to keep the service alive but still get an interface to control it directly. My activity offers the user a way to stop the service and the service kills itself anyway after it's work is done but i don't want the service to stop every time the activity is destroyed.
View 3 Replies
View Related
Jan 10, 2014
I have a galaxy s2 and after I installed costom roms I dont have any signal what so ever.
I tried with like 3 roms and the same result.
I tought it was a modem problem and I tried to install some modems and see if that works. But it didnt.
My Service State says Out of service and sometimes it says Radio off.
View 1 Replies
View Related
Nov 9, 2010
I'm confused about whether I need to run my service in a separate process. What are the advantages / disadvantages of each?For reference I'm trying to create an App that uses a service to play [streaming] audio in the background. So which one is better for my use case?
View 1 Replies
View Related
Nov 20, 2010
what I'm trying to do here is implement something like a peer-to-peer client. Being that, it will start a client thread and a server thread.I know Services themselves run in the main GUI thread, so I'll have to start a couple of independent threads (or Asynctasks?) for each server and client. The only thing I'm not so sure about is if I'll better have 1 Service starting 2 threads, or maybe 2 services, each one of them starting their own thread.
View 2 Replies
View Related
Nov 30, 2009
I got an problem on getting the TelephonyManager in my personal service. The code as below: public class MyService extends Service {@Override public IBinder onBind(Intent intent) { return mBinder;}
View 4 Replies
View Related
Sep 30, 2009
i have an app that binds to a local service.I want to add a desktop widget that binds to the same service. does my service have to be a remote service or can it still be local?if it can still be local, how can I get at the local binder?
View 2 Replies
View Related
Sep 30, 2010
Please show me how to bind to a Service from another Service on Android.
If you have an image to show how to do.
View 1 Replies
View Related
Feb 17, 2010
i have a question about Services in Android.I have a application with two Services A and B.Is it possible that Service A can stop Service B?I dont want to do it through a Activity, cause the Application will be in Background. If some special Event happen in Service A, then it should tell Service B to stop. How can i do that?
View 1 Replies
View Related
Jul 16, 2010
I am developing an Android app which needs to poll a specific webpage in time intervals. I've got it to the point where it does indeed poll the page on a specific interval, and that interval is specified in a SharedPreference which can be changed by the user in the settings page of the app. But complications arise when network connectivity is flaky.For example, how do I ensure that the Service "wakes up" the network adapter and gives it ample time to connect before polling the page, in the case that the phone was sleeping to save power? This polling action can happen as little as once every 24 hours, so I don't want to miss one action just because the network was out (but turned on a few seconds, minutes, or even hours later).
Or there are times when the web service doesn't respond, or DNS doesn't respond, or what have you, and for any reason it doesn't get a response even though the phone is technically connected. What sort of rule do I put in place to make this retry later, so that I'm not retrying repeatedly when the user specifically turned off their internet but I'm retrying soon enough that if it was just a hiccup, the data can be received soon after the first try?Are there any examples for this type of situation? What is the logic to best handle this?
View 1 Replies
View Related
May 28, 2010
I'm developing a GPS tracking software on android. I need IPC to control the service from different activities. So I decide to develop a remote service with AIDL.This wasn't a big problem but now it's always running into the methods of the interface and not into those of my service class. Maybe someone could help me?If i now try to call a method from an activity for example start(trackId) nothing happens. The binding is OK. When debugging it always runs into the startTracking() in the generated ITrackingServiceRemote.java file and not into my TrackingService class. Where is the problem? I can't find anything wrong.
View 1 Replies
View Related
Oct 22, 2010
One of my contacts in the People app exhibits a strange behavior.
When I open the People app up and press the users photo, I'll get the normal icons like Call, View contact, text, email. But for this single user I also get another call icon. If I press this second call icon I get the 'Complete action using' dialog with apps listed.
Selecting random apps to use to open does nothing more than open the app.
I've tried deleting the contact and re-adding it and the second phone icon continues to appear. Sometimes it doesn't though.
There is nothing out of the ordinary with this contact either. Just a phone number, email address, and picture.
View 3 Replies
View Related
Jun 3, 2010
I hosted my service WCF (.net) using a windows service,i can access to the service from any browser but when i tried to call it from android it doesn't respond. it works fine before the hosting procedure (i used host client by default on Visual Studio).The url that i try to attempt is from android emulator, and installed my webservice in the same local machine(endpoints address http://localhost.).
View 7 Replies
View Related
Aug 1, 2010
My phone has been acting up lately...Force closing every ten minutes or so for the past couple days, and I've been able to deal with it; however, one thing that is bugging the hell out of me is that I can't edit my contacts without it force closing on me. Does anyone know where I can get the People app so that when I uninstall it, I won't lose it forever? I know I'm not supposed to uninstall it, but I don't really know what else to do.
View 2 Replies
View Related
May 24, 2010
I've got a friend with an Evo, and both the Sprint store and his home show to be in a 4G service area. Home is supposed to have the 'best' coverage, and the Sprint store is supposed to have 'good' coverage.Neither location has ANY usable 4G coverage on the Evo. It cuts in and out with barely any signal at all, confuses the phone and never gets data easily until you turn off 4G. BTW the 4G adapters for computers work in both locations, albeit with low signals. The Evo, unusable.My friend went to Evo training and asked about the non-existent 4G coverage. The trainer said that all they can say is 'we can't guarantee 4G, 3G or 2G coverage.' WOW, that sounds just like AT&T when I had the iPhone 3G.
View 30 Replies
View Related
Jun 8, 2010
On the Nexus One and I guess non-SenseUI, I could change how my contacts were sorted, "last, first" or "first last". On the EVO, I can't seem to do that. But on Favorites in the 9x grid, it sorts them "first last".
View 1 Replies
View Related
May 13, 2010
I would like to know how how to list people last name first universally.. (Not change each contact)
View 2 Replies
View Related
May 17, 2010
I recently flashed my Hero to have SenseHero 2.2. Before that, I had a stock Orange Hero on Android 1.5.
In my phonebook, by that I mean the People app, I used to only show my Phone contacts and hide the SIM contacts.
Since I've upgraded, the only options I have in the View option in People is Google or Phone. But my SIM contacts are also shown, and I want to hide them.
View 3 Replies
View Related
May 5, 2010
I use my gmail contact list on my phone. Ever since in synced up with gmail I have my contacts. If i use the "search people" icon I see all my contacts. If I use the "People" icon. I only have a fraction of my contacts in the list. What is the difference between the two sets?
View 6 Replies
View Related
Nov 22, 2010
Does anyone else find that certain contacts in Gmail do not appear on Andriod in the People app?I have some contacts which are in 'My Contacts' on gmail but try as I might I can't seem to get them to appear on the phone. One of the missing contacts only appeared after selecting 'Show auto gmail contacts' and when I unchecked this option the contact still appears on the phone.This problem also manifests itself when pulling in gmail contacts to Mozilla Thunderbird on the PC so presumably there is gmail setting I have missed - could this be 'display random contacts'
View 1 Replies
View Related
Jul 1, 2010
I searched and didn't see any topics for this, so makes me think I am missing something obvious. I cannot see a way to tag photos on FB, thru HTC Sense version of FB or actual Mobil FB Site.
View 9 Replies
View Related
Nov 23, 2010
I would like to export my SMS with certain people via email or something. how can i do so? i would much rather do it via the phone's stock application, but if there is no way to do so, I'm ready to download a good program.
View 2 Replies
View Related
Jul 30, 2010
I just saw this on another forum, and wanted to know what the widget for the people are, and the calendar.
View 10 Replies
View Related
Jul 6, 2010
Ok did a search, couldn't really find an answer for the Incredible.Can I, and if so how do I set notifications(mostly text notifications) for each person individually?
View 4 Replies
View Related