Android :: Verizon NFL App Unlocked To All Androids?
Nov 7, 2010
I see that the NFL Mobile App, standard to Verizon customers, was unlocked to all Androids. I wondered if anyone uses this App and if it is confirmed working since updates and I also saw in the thread that you had to change the buildprop in order to get the video portion to work correctly. Can anyone confirm this app as working? I would love this app on my Captivate.
View 3 Replies
Aug 28, 2010
I am a Verizon Wireless customer, and it is time for an upgrade this coming weekend. I am really considering the HTC Incredible over the X (too big for me) and D2. Would if be worth it to wait a month or two for any future Android phones?
View 2 Replies
View Related
Apr 3, 2012
Can I use my unlocked SGS2 with Verizon?
View 7 Replies
View Related
Aug 15, 2010
I am using a custom class based off RelativeLayout but it obviously doesn't render in the Eclipse layout editor. I have found this article regarding LayoutInflater.Factory and it sounds like what I need to be doing but I can find no guides to using LayoutInflater.Factory.
http://www.macadamian.com/blog/post/android_-_custom_classes_from_xml_layout/
Could anyone help with exactly what and where I do this? I understand what is said in the article, but need specifics on where to declare, hook, whatever the Factory. In case it is helpful, here is the complete console output from when I try to view main.xml in Layout view..
java.lang.ClassCastException: android.view.View cannot be cast to android.view.ViewGroup
at android.view.LayoutInflater.rInflate(LayoutInflater.java:619)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
at android.view.LayoutInflater.inflate(LayoutInflater.java:407)
at android.view.LayoutInflater.inflate(LayoutInflater.java:296)
at com.android.layoutlib.bridge.Bridge.computeLayout(Bridge.java:396)
at com.android.ide.eclipse.adt.internal.editors.layout.gle1.GraphicalLayoutEditor.computeLayout(Unknown Source)
at com.android.ide.eclipse.adt.internal.editors.layout.gle1.GraphicalLayoutEditor.recomputeLayout(Unknown Source)
at com.android.ide.eclipse.adt.internal.editors.layout.gle1.GraphicalLayoutEditor.activated(Unknown Source)
at com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor.pageChange(Unknown Source)
at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1076)
at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:601)
at com.android.ide.eclipse.adt.internal.editors.AndroidEditor.selectDefaultPage(Unknown Source)
at com.android.ide.eclipse.adt.internal.editors.AndroidEditor.addPages(Unknown Source)
at org.eclipse.ui.forms.editor.FormEditor.createPages(FormEditor.java:138)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:357)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)
at org.eclipse.ui.internal.PartStack.presentationSelectionChanged(PartStack.java:843)
at org.eclipse.ui.internal.PartStack.access$1(PartStack.java:829)
at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:139)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:133)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:270)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:279)
at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1)
at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$2.handleEvent(DefaultTabFolder.java:87)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1200)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1185)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1025)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3256)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2045)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:323)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
View 2 Replies
View Related
Aug 4, 2010
I would like to ask you, is there any RFID-reader available for any Android smartphones in the market? If not, do you think I could use the bluetooth for a work-around? I was thinking to use bluetooth-transmitters to send out messages and receive and decode the messages from an Android phone, do you think something like that is doable and realistic?
View 1 Replies
View Related
Jul 27, 2010
Does anyone on here know how to make this game work for the droids? When i search online for the game, I get a .jar file but from what I understand, droids can only read .apk.
View 1 Replies
View Related
Oct 2, 2011
I had a Droid1, and loved how the emoticons were little androids. On my Droid3, they are just regular smileys. Is there a way I can change it so that they appear as Android emoticons? Is that due to Motoblur? I did do a search, but can't find anything that specifically addresses changing the appearance of the emoticons.
View 1 Replies
View Related
Jun 24, 2010
So this morning I had an English Language exam, and as you do, I turned my little beut of a Hero off. After my 2 and a half hour ordeal, I turned my Hero on, and the screen was white, with little green androids on skateboards. Im actually not even messing. It had also text in blue and red font but I never got the time to read it. I only glanced at it for a sec.
View 4 Replies
View Related
Mar 29, 2010
I came across this on XDA and thought I would post here. Added some stuff so that it was easier than what was said on XDA. As always, do a NAND backup before doing this. I am not responsible if this bricks your phone. I just did it and it worked fine
Things needed:ADB/Fastboot knowledge - HERE also try searching.
RGB565Converter v0.3c - Thanks to DeToX-cz!
Instructions:Find an or create an image (.png, .bmp, .jpg, or .gif -- 320x480 is preferrable)
Open RGB565 Converter
Ensure that "To RGB565 (binary)" tab is selected
Click "Open Image", select your image
Click "Convert to RGB565" (RGB565 Converter will make your image 320x480 if it is not already)
CLOSE RGB565 CONVERTER
Reboot phone into Fastboot using this command: adb reboot bootloader
OR Button combo: SEND/CALL + END/POWER
Flash image using this command: fastboot flash splash1 <your_image_name>.rgb565
Reboot phone using this command: fastboot reboot
OR fastboot oem powerdown if not then remove your battery
View the benefits of your hard work.
I didnt create this. Thanks to sickbox over at XDA for figuring this out and sharing the knowledge with all of us.
OG link: [HOW-TO] [ROOT ONLY] Change boot logo (skateboards, not boot animation) - xda-developers
I used the jpg that he put since I couldnt find any that looked as nice as his did after converting
View 1 Replies
View Related
Nov 10, 2009
For some strange reason I can't seem to set-up my personal e-mail account on this Droid phone. I click on "e-mail", I type in my e-mail address and my password, and then I click "next". And then I get a message that says my username and/or password does not match. But I am positive it does, as I have gone online to test it. I have tried retyping my username and passwrod over and over again without any success. I can't get passed that screen.
I have Verizon FiOS at my house, so my e-mail is set-up through Verizon/Yahoo.
View 6 Replies
View Related
Mar 15, 2009
i really really want Guitar Hero installed on my HTC G1, but i have unlocked one(american), i cant see paid apps what can i do for get Guitar hero? i read about Dev G1, can download the apk paid app, so? the only way to have guitar hero in my G1 is a user from DevG1 copy and share the file?
View 2 Replies
View Related
May 22, 2010
Is there any way to receive an event when the phone is unlocked? I know there is a way to query at a specific point in time for whether the screen is locked or not via:
KeyguardManager k = (KeyguardManager)this.context.getSystemService("keyguard"); if (k.inKeyguardRestrictedInputMode()) { inLockScreen = true; } else {
View 4 Replies
View Related
Mar 13, 2010
I have searched, but cannot seem to find exactly what I'm looking for. I bought the phone unlocked so I'm not held down to their plans, so what do I choose? I want 750-1000 minutes I'd think ( I use around 800 now ) , have to hve unlimited everything else. Currently I have a Tmobile Sidekick LX with 1000 minutes, and unlimited everything and its 69.99 per month.
View 1 Replies
View Related
Oct 27, 2010
Do most of the Android developers on this list use their own phone for testing? Or there are ways to obtain Android phones that are unlocked and require no contract? Any advice on that?
View 7 Replies
View Related
Jul 9, 2010
I have a weird one. If I send a text on my Motorola Cliq XT, within my preset Advance Task Killer timeout (3 minutes I believe) the phone disconnects from the network and then the SIM needs to be unlocked.
Is there an App that should be running that I need to Add to the Ignore list? It only happens after texting.
Firmware is Android Version 1.5
View 2 Replies
View Related
Aug 30, 2010
I hope this isn't too off topic for this forum, but I have been developing Android apps using an unlocked N1 with 2.2 and would like to continue with two additional unlocked Android phones. A similar question was asked in January, but much has changed since then, eg: Brightstar is out of N1 stock and there are a lot of new devices on the market. Also, I plan to target 2.2 and up since apps are not MicroSD loadable (as far as I know) on earlier OS versions.
View 2 Replies
View Related
Jul 28, 2009
I'm not sure if anyone is able to answer this confidently, maybe those that have older unlocked Android phones can give some insight. I'm looking at buying an unlocked Hero from mobile phones direct.co.uk, whenever they start selling them. I'm only hesitant about what if any support I'd lose from not buying directly from a carrier. How do Android OTA updates work on unlocked phones? Also, can anyone speculate yet how HTC is going to be handling its updates? Will it push through the carriers? If I buy unlocked and get a contract through Voda phone (who is not officially carrying the phone) will I be the last one on the block to get my updates? Or will I need to root my phone and install them all myself?
View 7 Replies
View Related
Feb 20, 2010
If I were to buy an unlocked HTC phone (e.g. Legend/Desire) on Expansys and use it in Canada, will I be able to update my phone's firmware? (it would be directly from HTC coz the phone isn't offered by the carriers in Canada).
Another question is, what if I decide not to get dataplan coz I can get free Wifi at school/work/home... will I be able to update my phone's firmware using Wifi?
View 2 Replies
View Related
Mar 7, 2010
After the animating logic implemented in powermanagerservice.java file this issue is observed.
Problem: In unlocked state(no call guard screen) press three time end key. Sceen is getting freezed i.e phone is not accepting any touch events.Screen is getting blurred and lines are getting shown.Keep the phone like that and whole screen goes for a toss.
However if you press end key again.Phone is getting back to normal state and starts taking touch events.
View 2 Replies
View Related
Jul 21, 2010
will it work online and all i just won it on ebay and i wanna know before i buy it.
View 6 Replies
View Related
Oct 7, 2009
I have been trying to upload the new ROM from htc site. It wont work the phone is a unlocked T-mobile on o2 . is there a rom i can get for this phone to update it.
View 2 Replies
View Related
Jan 3, 2010
can i get the htc hero unlocKed on at&t?
View 3 Replies
View Related
Dec 23, 2009
I unlocked my LG Eve this morning so I can use my TELUS SIM card, and it is working but there are some issues I'm having.Only the basic phone and text messaging are working.I have no internet access, and I think it may be because the phone is showing that my network connection is a Roaming connection, although I am on the TELUS UMTS network.Any ideas what's going on?
View 1 Replies
View Related
Sep 23, 2009
I just got a htc hero unlocked (t mobile) am on o2 when trying to set up Google it wont let me set up my account . It says the sim is not set up for data and wont connect to Google .I have set up Internet and wifi Settings.
View 3 Replies
View Related
Oct 1, 2009
I'm planning to buy the HERO from new-egg recently, but I am still confuse about some problems. Can unlocked HERO from new egg work on the T-MOBILE Sim card? I'm using t-mobile pre-paid card now, do I need to do something else to activate the Sim card? I don't care about 3G network. Could you give me some advices about buying HERO from new-egg?
View 3 Replies
View Related
Jun 21, 2010
HOW-TO Enabling Wireless N on Evo -
View 16 Replies
View Related
Sep 18, 2010
When you run your IMEI on this site can you tell me if your Htc Desire is compatible?Non-SaskTel Device Compatibility Check - Phones and Devices - Mobility - Personal - SaskTel
View 2 Replies
View Related
Jun 29, 2010
We have a Hero that was originally an Orange running on O2, this has now been unlocked using an unlock code but it is still running the .66 firmware (the lastest firmware that Orange have)All the updates appear to be OTA that I have found, but O2 obviously do not support the Hero.Do I need to boot the phone to a true HTC rom or can I go straight to 2.1 via the PC?If anybody can give me some basic steps to get to 2.1.
View 5 Replies
View Related
Sep 20, 2009
I am looking to buy one of these sim free handset only from the UK, anyone give me any ideas where?
View 24 Replies
View Related
May 16, 2010
My Tattoo relaods seems to reload the whole system when I unlick the screen after having had it shut off.
It happens around 80% of the times I unlock the phone. When it happens, it the screen says "loading" and it takes about 10sec before I can use the phone. It doesn't seem to matter how long the screen has been turned off.When it happens, the phone also doesn'r react to incoming messages. It receives them and shows them when the system has reloaded but it doesn't give me a notification when it recieves the message.Has anyone else experienced this problem? Maybe it just has to reaload every time but it seems strange and it is very irritating.
View 3 Replies
View Related