Android :: Switching Service Provider / From T Mobile To Verizon
Aug 17, 2010
Maybe this is a dumb question, but if Android is so cool and open source and whatnot, shouldn't it be possible to break off of one service provider and go to another with the same phone? Ex: From T-Mobile to Verizon? By just modifying the source code a bit?
View 2 Replies
Oct 13, 2010
I purchased an unlocked new Sony Xperia X10 from overseas because I was told it wasn't going to be released in the US. I had been waiting for the release since I had heard about the production of the phone and so I didn't care so much about the price. However, I recently went to an AT&T store and inadvertently saw my phone there and almost punched the first AT&T rep I saw for lying to me. I remained calm and asked if it was possible to get the AT&T software on my phone instead of the Telstra software applications that are non-functional and cannot be removed. They told me, "no, we dont do that, ask sony." Please, someone tell me I can somehow load the AT&T software to my phone, so I can use the applications that came with the phone, like MySync, Downloads, PlayNow, etc.. I spent so much money on this phone, and now it's available through AT&T for $150 with a 2 year contract; I wouldn't feel as terrible if mine could at least DO everything the AT&T one could.
View 8 Replies
View Related
Oct 31, 2009
I am currently a Blackberry Storm owner. I have pre-ordered a Droid at Best Buy and very much look forward to picking it up on Friday.My current Storm does not have WiFi capabilities so I have not had an opportunity to play with WiFi on a device like this.My question is how do you go about switching between WiFi (where available) and Verizon's network? After you have configured the Droid to user your home wireless network, is it a manual operation where you select the connection you want or will it automatically use a WiFi connection when available?
View 9 Replies
View Related
Jul 20, 2010
The wife and I have both been on AT&T for 12 years. I've had the 3G and 3GS and she has a P.O.S. Samsung Epix WinMo phone. She actually ordered an iPhone 4 but we were both unhappy with the Apple press conference and said screw it and returned it. The people at AT&T couldn't believe we were returning it. They asked why and my wife pretty much told them it's because Steve Jobs is a douche. She wouldn't even look at the Samsung Captivate on AT&T because she loathes Samsung phones now.So we went to Verizon and both fell in love with the Droid X. We went in to sign up tonight and ran into a little issue. Apparently some putz named Ernesto had used my wife's social security number some years ago to sign up for Verizon and then didn't pay his bill. So we had to go through this drawn out process dealing with Verizon's fraud department and prove that my wife is who she says she is. We're pretty laid back so we weren't stressing. The Verizon store rep was so apologetic and cool. We eventually got it straightened out.We got the phones for $199.99 each with no mail in rebate, no activation fees, free overnight shipping (when they are in stock ), and they paid the $120 ETF for my 3GS (coming to Craigslist soon). Pretty happy so far and looking forward to my Droid X!I just got bored with the iPhone. Not much of a difference to me between the 3GS and the 4. Good phone, just not for me anymore. Can't wait to dive into Android!
View 48 Replies
View Related
Jul 12, 2010
I was having some issues with Google Voice (people saying that they didn't always get my voicemail or sometimes it was some automated thing instead of my Google Voice message). I can't afford not getting my voice messages so I want to switch back. However, now whenever I get a voicemail it shows up in my notification bar and I click on the notification and it automatically calls a google voice number. However, when I enter my pin it says I have no messages. So I'm assuming they are on my Verizon Voicemail. But I can't get to them. I finally figured out that in settings you have to then go to the Call menu and change the Voicemail Service back to "My carrier" from Google Voice. But then the Voicemail Number stills shows as the google voice number.What is the number to change it to for Verizon Voicemail? Will that take care of it and allow me to check the 3 unheard messages and then get all of my messages from here on out?
View 8 Replies
View Related
Oct 24, 2010
I am creating a service client and the following lines give me error. I was wondering how to fix these... // I have put in the service client stuff below...
private CheckZone mBoundService; private ServiceConnection mConnection = new ServiceConnection() { public void onServiceConnected(ComponentName CheckZone, IBinder service) { // This is called when the connection with the service has been // established, giving us the service object we can use to // interact with the service. Because we have bound to a explicit // service that we know is running in our own process, we can // cast its IBinder to a concrete class and directly access it. mBoundService = ((CheckZone.LocalBinder)service).getService();
//This line complians about binding, and states that it can not be resolved. How do I fix this please? Toast.makeText(binding.this, "Connected to CheckZone", Toast.LENGTH_SHORT).show(); }
View 2 Replies
View Related
Dec 4, 2009
I bought the eris almost a month ago so my 30 day return policy is getting close. I like the eris a lot, mostly because of it's size and the senseUI, but a part of me yearns for the larger, sharper display of the moto droid. Now, I've noticed my eris is starting to chug slowly to do things like typing, changing apps and I'm not sure if it's just because I'm running a bunch of stuff at once or what, but its making me feel like I'd rather have the powerful processor of the droid as well.But, what if I get the droid and decide that I liked the eris better. Will I be stuck with the droid or can I return it and go back to the eris? I guess what I'm really looking for is an explanation of verizon's return policy and perhaps some feedback from those of you who switched from eris to droid.
View 13 Replies
View Related
Oct 23, 2009
How to transfer Messages from Android phone to another android phone without Service Provider. Is this Possible or Not. if Yes Means pls let me know the Concept.
View 4 Replies
View Related
Aug 19, 2010
I am developing an app and get confused about the idea of Service and Content Provider in Android. In practice, what will be the difference between them? Content Provider is a facade and it defines a way to share data among applications. You many attach a local database to your app or create Content Provider mapped to a universal database so that all the application on the same device can share it. Service is long running processes that need to be decoupled from main activity. It has local and remote service. local service is like the local database, and remote service is like Content Provider sharing the database info.
What My App is doing? downloads info. from multiple internet resource in the background (I suppose this will be Service) and store the info. into database, and multiple applications will need to retrieve the data, format them and output them to user (I guess it will be a Content Provider). What will be the fine line between Service and Content Provider? Newbie in Android
View 3 Replies
View Related
Oct 29, 2010
I have been trying to find a way of quickly switching off/on the Mobile Network setting from the home screen. When searching Google there's loads of pages stating that it is an HTC Widget that can be added. I have checked all the widgets on the Desire HD and cannot seem to find it anywhere. I am using an unbranded handset.
The Desire HD manual even states "You can also add widgets that allow you to quickly switch on or off certain settings of your phone, such as Wi-Fi, Mobile Network...".
Does anyone else with an HD handset have this widget ?
View 1 Replies
View Related
Mar 16, 2009
I am trying to make the use of Network location provider to get the location updates, But it seems to be that Network location provider makes use of MASF client . From the debug statements we found that Network provider does seems to launch MASF client , Would some one explain me the basic sequence of initialization of Network service provider ? and if MASF client is not getting initialized do we need to do some settings. What do i need to check .Any information on this is Highly appreciated.
View 2 Replies
View Related
Sep 9, 2010
I am facing problem in Froyo (Android 2.2), Network Time is not auto updating in date and time setting (using NITZ when Automatic option is enable) with some Service provider (Like BSNL and Reliance). but it's working fine with Vodaphone and Airtel. And i observe based on LOG statement that Unsoliciated Command UNSOL_NITZ_TIME_RECEIVED is not getting called at the time of Android system boot-up time with some Service Provider (like BSNL, Reliance) but it's getting called when i insert the Vodaphone and Airtel SIM card. but not able to figure out that How this UNSOL_NITZ_TIME_RECEIVED command has been triggered? If anybody have any idea please help me? Also i willing like to know where i have to made change, is it in Kernel level or Framework level?
View 3 Replies
View Related
Jun 21, 2010
I'm looking for a widget that switches mobile network on and off. but i cant use the htc widget because m using launcherpro.
View 2 Replies
View Related
May 17, 2010
When I buy the Evo at Best Buy (pre-ordered), will they activate it in-store, or must I call Sprint and wait while they do something? I am already a Sprint customer and merely upgrading my line.
View 8 Replies
View Related
Nov 25, 2010
I like both phones a lot. Each has something that it can do better than the other. Now I'm just kinda picking by the carrier. With Verizon, I will most likely have better coverage everywhere I go, which is important because my dad is a truck driver. I will be paying $180 for for 2 lines with 1500 mins, web on both phones, and unlimited texts I will be stuck on 3G, not 4g. i heard that verizon's 3G is still pretty fast though. With T-mobile I will prob have worse coverage everywhere I go. Paying for 3000 mins, unlimited texts, web on both phones, and will be getting DOUBLE the amount of minutes from Verizon AND 30 BUCKS CHEAPER. I will also have access to t-Mobile's "4g", which isn't too good, but will get better over time. So at first glance, it's obvious I should go with tmobile, but because my dad travels all over the place, I don't think he'll always have coverage compared to Verizon. I am located in North New Jersey and my dad usually goes to PA, NY, VA, ML, and CT. So which carrier is best for coverage in the North East?
View 18 Replies
View Related
Aug 23, 2010
how i can find out my service provider, as i got x10 from a second hand shop, it was supposed to be unlocked but tried o2 sim and comes up wanting a pin number
View 21 Replies
View Related
Jan 4, 2013
From the last 2 weeks i have been facing a weird problem with my A57. When ever i am trying to select Wifi, my mobile switch offs. I have to remove the battery and reinsert the battery then again switch on the phone.
It is working fine with DATA Mode, but the only problem is with the Wifi. I have done factory reset but no use.
View 2 Replies
View Related
Jul 25, 2010
Works great the 5 percent of the time it does.Does anyone else get the "Cannot Process your request at this time" or just a grey screen with a picture of a phone, envelope, and data symbol at the top?How do I get it to show me my data all the time?
View 15 Replies
View Related
Nov 28, 2010
I am from Italy and own a samsung i9000 s.bought from a wind shop ( but unlocked to all networks ). When I enter Kies and try to do an update it says that I already have the latest version. I checked and mine is Eclair 2.1 . was wondering if anybody know if WIND have the release of froyo 2.2 available on their network. I am moving my number to TIM mobile operator tomorrow anyway. Maybe some ideeas on that? I would really really like to upgrade as I have heard that Froyo really works alot better on sgs . Really now but for a phone that I have paied 550 euros I expect no lag and better start time of apps...and well alot of stuff. If that doesn't happent I'll just ask for my money back and go for the Iphone 4. not really what I want but my Iphone 3gs was performing better than this newer faster ( 1ghz..and 512 ram ) Samsung Galaxy S. SO PLEASE do cooment and let me know about what you think.
View 2 Replies
View Related
Jun 30, 2010
I tried to install the NFL mobile app from verizon but I'm not able to do it , has anyone installed it yet?
View 10 Replies
View Related
Oct 21, 2010
Does anyone have/use this app on their DroidX? how is it? opinions?
View 11 Replies
View Related
Apr 27, 2010
I am building and designing a (mostly) read-only interface to some data. I'll be uing ASP.NET MVC to build a psudo-restful API. I'm wondering if anyone can provide some resources for building full-client applications for various mobile platforms, iPhone, Android, Blackberry, Windows Mobile, etc. I'm thinking that serving up XML data is going to be the most simple and universal, but parsing XML in objective-C for example doesn't sound like fun to me, but maybe there are some good libaries out there to help ease this task?
In other words, what formt will be the quickest to implement on the client side? Are there any JSON parsrs for iPhone or Android? I know there are .NET JSON parsers, but not sure about other platforms -- is ther another format that might better? Or should I stick with pure XML and deal with it on each platform differently?
View 5 Replies
View Related
Jun 30, 2009
I'm looking for a protocol to secure a connection between a mobile device and a web service. I want to ensure that only the mobile device can perform actions on the web service and vice versa. Data doesn't need to be encrypted. I know Oauth, but it seems that it's more used to secure connections when you got 3 different entities (Server, Consumer and Auth). Here, the Consumer and the User would be the same person. Is there a simple protocol to do that (without requiring the user to login and then authorize the access token like it is the case for Oauth)? I need to use it on different plateforms, so the protocol needs to be available at least on iPhone and PHP.
View 3 Replies
View Related
Mar 1, 2010
I am having a hard time understanding content providers. In the notepad example and others, the content provider never even declares its CONTENT_URI anywhere inside itself, yet the docs say to publicly declare this. It's declared in a different class. So when an activity queries a content provider with a CONTENT_URI, how does Android know which one I want. I see no link between a content provider and its CONTENT_URI declared in another class.
I also don't how to think about intents and content providers. I know that you don't call an intent on a content provider. But an activity queries a content provider without an intent, and an activity has a mimetype attribute in the manifest that would seem to tie it to a content provider.
View 2 Replies
View Related
Aug 26, 2010
Does anyone know how I can turn that "Verizon Loss of Service" voice off on my Ally?
View 1 Replies
View Related
Jan 7, 2010
This is news to me and I figured i would share it with my fellow Droiders. I just switched from the Eris to the Moto Droid. I figured switching would render my Eris usless because when starting up the Moto Droid, I had to go through an update orientation and had to connect the phone to a number before getting a chance to view the hoem screen. However, my Eris still works. I can not make phone calls, but I can still use it with the Wifi in my house and can play the music that is stored on the memory card. It is like an Eris Touch. I can also still get apps from the Market and update existing apps.
View 29 Replies
View Related
Jul 31, 2010
I'm using opendesire 3.02 on o2 and I am having trouble connecting to the internet. I've tried many different APN settings, reflashed the rom (+ Radio) with full wipes and even over a few versions of opendesire still had no mobile internet. After typing *#*#4636#*#* it says GPRS Service: disconnected. Anyone no what type of preferred network I should use?
View 2 Replies
View Related
Dec 1, 2009
My Orange UK Hero is unable to make/send calls or send/receive sms. It displays "No Service" on the lock screen but mobile data seems to work perfectly.
If I go to...
Settings->Wireless Controls->Mobile Network Settings->Network Operators->Search Networks
then select Orange, it says "Your SIM card does not allow a connection to this network"
If mobile data wasnt working then I would guess that its a SIM issue but I'm clearly connected to the network as im using their internet!
Just swapped SIM with a friends phone.
My SIM works in his phone and his SIM has the same issues in my phone.
Booting up, it was connected to the network for enough time for it to get a voicemail notification but showed "No Service" straight away.
Im guessing the best bet is to re-flash with the latest Hero Orange firmware. Any tips for backing up numbers/sms/cal etc?
View 3 Replies
View Related
Jul 1, 2013
I just got my Galaxy S4 today, and decided to turn off Wi-Fi so I can see if 3G works. I have a bunch of bars, but every time i try to use something that requires an internet connection, the phone says im not connected. I dont even see a menu to turn on 4g and 3g like my Evo 3D had.
View 4 Replies
View Related
Sep 4, 2010
so I ending up having to do a Factory Reset (after only 3-days), and now I am having to input ALL my contacts again manually - After much searching on Google, I found that Sprint does offer a FREE backup service, however, it's NOT available on the Epic yet - I mean really?!? *rolls eyes* So, are there any other safe + free services out there to backup my contacts? I'd much rather use Sprint's Mobile Sync service, but that may be a ways off yet.
View 7 Replies
View Related