[android-developers] Re: Unable to send text messages on some Android Phones using SmsManager

2012-06-19 Thread Mafian911
Hello, my client is reporting that my software (which sends text messages) does not work on the Vivid. Have you guys found a resolution for this issue? Thanks, John On Saturday, January 21, 2012 1:40:45 PM UTC-6, voicely wrote: Hello, My mobile app occasionally is sending text messages,

[android-developers] Re: Unable to send text messages on some Android Phones using SmsManager

2012-06-19 Thread Mafian911
Sorry, just read your last update. I will try this as well! Thank you! On Saturday, January 21, 2012 1:40:45 PM UTC-6, voicely wrote: Hello, My mobile app occasionally is sending text messages, everything works great on most phones but i am starting to receive emails from some users

[android-developers] Re: Is it possible to update a widget from an Activity?

2009-09-29 Thread Mafian911
Thank you all, I have gotten this to work. Mark, I apologize, I didn't quite understand what you were saying, but now I do. I was able to get it working easily once I understood this. You can also update the app widget from any class in your application, like so: AppWidgetManager

[android-developers] Re: Is it possible to update a widget from an Activity?

2009-09-27 Thread Mafian911
Hi Mark, Thanks for your reply. I do know how to update a widget when the user interacts with it, for example, when a user presses a button on the widget itself. I wanted to know if it is possible to update a widget from *outside* the AppWidgetProvider class, say, from a broadcast receiver that

[android-developers] Is it possible to update a widget from an Activity?

2009-09-21 Thread Mafian911
Hello all, I have been looking for a way to update a widget asynchronously, for example, when the phone receives a text message. I have a broadcast receiver set up with code that runs upon receiving a message. I also have an AppWidgetProvider that is set up and running. It seems like the *only*

[android-developers] Still no solution

2009-01-27 Thread Mafian911
I too am experiencing this problem. Anyone get anywhere? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Eclipse Plug-in Site down?

2009-01-27 Thread Mafian911
Anyone get anywhere on this? I am still having this problem. On Jan 7, 1:27 pm, PeeWee Sperman cba...@gmail.com wrote: Did you ever get this fixed. I'm having the same problem after researching this thread entirely. The repository is still down and I have instaalled all the proper software

[android-developers] Viewing an HTTPS page in a WebView

2009-01-19 Thread Mafian911
Hey guys, I am using a WebView control to browse an ecommerce site. I have rigged the control to stay in the application when other links are clicked by overriding Url clicks and simply telling the WebView to load that URL. Here is the code: _webView = (WebView) findViewById(R.id.cart_webview);