[android-developers] Write an app to delete messages on the SIM card?

2013-12-06 Thread BTJ
How can I write an app to delete messages from the SIM card? (Since Google in it's wisdom decided to throw out the Messaging app, I now longer have a way to delete SMS messages saved on my SIM card!! I have an alarm system that respond with SMS messages that saves itself to the SIM card and

[android-developers] Android problem to use uiautomator.jar

2013-12-06 Thread 12169
Hi, I have run the sample code that uses the uiautomator.jar but when i run the code on the button click. i get exception java.lang.RuntimeException: Stub! but i fail to find the reason for it. any help will be appreciated -- You received this message because you are subscribed to the

Re: [android-developers] Google banned AdSense account, and will not pay money earned with Paid App

2013-12-06 Thread Paulo Cesar
That it's what I thought! But apparently there was a bug in the system who prevented it. Understand this, in the past, Google didn't had an infrastructure to pay Android sales for developers outside US. So they transferred the money to AdSense. But AdSense would only send the PIN if you have

[android-developers] How to access the call history to delete based on variable

2013-12-06 Thread Dan Cha
Im sure there are plenty of apps out there that you can install to manage your calls and that's great. Im just looking to create my own app catered to my needs (wants) without all the extra stuff. And being a developer, I rather attempt it myself. So what im trying to do is the following:

Re: [android-developers] How to access the call history to delete based on variable

2013-12-06 Thread Justin Anderson
These links will likely help you... Please note that I found these links by doing simple Google searches. Did you do any research prior to asking this question? http://stackoverflow.com/questions/678/how-do-i-access-call-log-for-android

Re: [android-developers] Android problem to use uiautomator.jar

2013-12-06 Thread Justin Anderson
http://lmgtfy.com/?q=android+java.lang.runtimeexception+stub Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Dec 6, 2013 at 4:34 AM, 12169 ashish.a...@gmail.com wrote: Hi, I have run the sample code that uses the uiautomator.jar but when i

Re: [android-developers] refactoring activities into drawerlayout?

2013-12-06 Thread Justin Anderson
Change your activities to Fragments. When you select an item in the listview in your drawer layout use the fragment manager to show the appropriate fragment. Since Activity and Fragment lifecycles are so close to each other the conversion process shouldn't be too bad. Thanks, Justin Anderson

Re: [android-developers] Integrate BBM in Android Apps

2013-12-06 Thread Justin Anderson
I would suggest checking on a BlackBerry forum... According to http://crackberry.com/bbm: *BBM (formerly BlackBerry Messenger) is a data-based instant messaging network that is exclusive to BlackBerry devices. Messages are sent over BlackBerry’s private network, ensuring security and privacy.*

Re: [android-developers] How to get Twitter authorization without WebView interface?

2013-12-06 Thread Justin Anderson
I would check on a Twitter API forum... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Nov 3, 2013 at 1:53 PM, Jonathan Chacón Barbero tyflos2...@gmail.com wrote: Hello, I'm developing a Twitter client and I get the Twitter authorization

Re: [android-developers] Re: Removing a Fragment from FragmentPagerAdapter

2013-12-06 Thread Justin Anderson
Does this apply? http://stackoverflow.com/questions/9758799/how-to-remove-fragment-from-fragmentpageradapter If not, there were numerous other links on Google by searching for android fragmentpageradapter remove fragment Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] How to access the call history to delete based on variable

2013-12-06 Thread Daniel Chacon
I have searched, but I guess what I was looking for is the second link you provided. I hadn't run across that one and that has other links.. thank you On Fri, Dec 6, 2013 at 9:41 AM, Justin Anderson magouyaw...@gmail.comwrote: These links will likely help you... Please note that I found these

Re: [android-developers] How to get Twitter authorization without WebView interface?

2013-12-06 Thread Jonathan Chacón Barbero
Hello I developed a solution using javascript Thanks in any case Saludos desde mi iPhone | Regards from my iPhone Jonathan Chacón Consultor en accesibilidad, usabilidad y nuevas tecnologías Accessibility, usability and new technologies consultant La accesibilidad es una base del proyecto no

[android-developers] Re: Paint getTextPath not working as expected

2013-12-06 Thread pltxtra
after the call to getTextPath() call path.close(); to properly close the path. It works for me.. :) On Sunday, July 22, 2012 9:57:55 PM UTC+2, David Stolze wrote: Hi there! The following has been tested on a *Galaxy S3 with Android 4.0.4* and on an LG Optimus Speed 2X with Cyanogenmod 9 (i

[android-developers] Notification with TaskStackBuilder.getPendingIntent() is not open the Activity on Nexus7 2012 with KitKat

2013-12-06 Thread Ralph Bergmann | the4thFloor.eu
Hello, I have a problem to open a activity from a notification with a PendingIntent from a TaskStackBuilder. See this bug report: https://code.google.com/p/android/issues/detail?id=63236 Has anyone run into the same problem? Ralph signature.asc Description: OpenPGP digital signature