[android-developers] How to save the logs from the phone to a file with out eclipse

2009-06-23 Thread RTX
i want to let the users send me the logs from the device i wonder how do i extract the logs in to a file on the device ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Skype Lite Intent Mangement

2009-06-23 Thread RTX
this is from the ADB Logs Start proc com.skype.android.lite for activity com.skype.android.lite/.SkypeActivity: pid=6561 uid=10035 gids={3003} try to call this activity :SkypeActivity or this intent : activity com.skype.android.lite hope this heklps On Jun 23, 11:51 am, Mark Murphy

[android-developers] Re: Skype Lite Intent Mangement

2009-06-23 Thread RTX
new Intent(SkypeActivity .class); On Jun 23, 12:48 pm, RTX rote...@gmail.com wrote: this is from the ADB Logs  Start proc com.skype.android.lite for activity com.skype.android.lite/.SkypeActivity: pid=6561 uid=10035 gids={3003} try to call this activity :SkypeActivity or this intent

[android-developers] requestWindowFeature(Window.FEATURE_LEFT_ICON); Icon is Empty

2009-06-10 Thread RTX
Hi Im using requestWindowFeature(Window.FEATURE_LEFT_ICON); on a Theme.Dialog Activity the title do move a bit to the right but the icon is empty i did set the avtivity icon why is it happaning what did i miss --~--~-~--~~~---~--~~ You received this message

[android-developers] how to load private font to widget from a remote view or from xml declaration - HELP

2009-06-05 Thread RTX
please if anyone knows how to set an asset font from a remoteview i have a few widgets on the market that the languages in them are not suported by OS yet for now i can give the option to use those widget only to those who knows how to install the freamwork i realy want to let everybody use

[android-developers] how to change a typeFace on a textView from remoteView

2009-05-31 Thread RTX
thisWidget = new ComponentName(this, RSSWidget.class); AppWidgetManager manager = AppWidgetManager.getInstance(this); manager.updateAppWidget(thisWidget, updateViews); how do i change the view font thanks in advanced RTX --~--~-~--~~~---~--~~ You received this message