[android-developers] Re: Slow Eclipse on OS X

2010-06-13 Thread spachner
Hi, I encountered the same problems and finally solved them by installing the Carbon version of Eclipse (eclipse-SDK-3.5.2-macosx- carbon.tar.gz). regards spachner On Jun 14, 8:07 am, Al Sutton wrote: > Of Eclipse?, yup, I'm using the 64 bit Coca build. I don't know if > there

[android-developers] Re: Service stops works after 30 minutes when Android is turned off (trickles every 30 minutes for 5 minutes)

2010-05-19 Thread spachner
Hi, I found a solution by myself. At least the HTC Hero and HTC Tattoo has an option "Settings/Wireless controls/Mobile networks/Enable always-on mobile" which allows to disable this power feature. Unfortunately the HTC Magic does not have this option. regards spachner -- You rec

[android-developers] Service stops works after 30 minutes when Android is turned off (trickles every 30 minutes for 5 minutes)

2010-05-11 Thread spachner
special for Android 1.6 or just for HTC devices 4) How to turn off this feature? Thanks spachner -- 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 unsubs

[android-developers] Re: Having trouble with Handler with Bluetooth

2010-04-25 Thread spachner
ew string is starting excactly after "\n", let say the pre and post fix is combined in a single "\n". Hope this helps spachner On 23 Apr., 22:43, gomezef wrote: > Like for example, in Google's bluetoothchat, they are doing the same > thing that is the model I

[android-developers] Re: Having trouble with Handler with Bluetooth

2010-04-23 Thread spachner
m the thread the read() is done and not from thread the actvitiy runs in as you want. If so the handleMessage() could only be executed when the thread is not blocked anymore what happens when the while(true) loop is broken by the exception. Hope I am right and it helps! regards spachner -- You receive

[android-developers] Re: Set Android application dependency from custom Java library

2010-04-07 Thread spachner
On 2 Apr., 15:34, Tatyana Ulyanova wrote: > Hello, spachner! > > I have one more question to you. If my project for library uses other > jar files (in lib directory), where should I specify its in build.xml? > > Thanks)) Extending the ant script should be easy, if you would

[android-developers] Re: Set Android application dependency from custom Java library

2010-04-07 Thread spachner
On 2 Apr., 15:18, Tatyana Ulyanova wrote: > Hello, spachner! > Thanks many times for your help! It works great!!! > > But I have a question about build.xml file. Should I specify something > in "depends" properties of tag? > Could you recommend some good article abou

[android-developers] Re: In process communication

2010-04-03 Thread spachner
Hi, why not using Intents, that the natural way to communicate within Android, isn't it? With Intents you can let the service even communicate with activities in other processes without any code change then. spachner On 3 Apr., 16:38, Kumar Bibek wrote: > A shortcut method will be

[android-developers] Re: Set Android application dependency from custom Java library

2010-04-02 Thread spachner
be rebuild based on library changes. That's it. regards spachner -- 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 unsubscribe from this group, send ema

[android-developers] Re: How to choose connection type

2010-03-18 Thread spachner
Hi, when Wifi is on, GSM (which means UMTS or what mobil network you are using) is off and vice versa. If GPRS or other transmission types are used is not determined by the protocol (HTTP or whatever) you use. Bluetooth is never used by by HTTP since there is no IP used below. regards Stefan O

[android-developers] Re: Stopped unexpectedly on a real phone but not on the simulator

2010-03-08 Thread spachner
That does not matter, the logcat output can be seen from a real phone by either using the adb or Eclipse, as I adviced. Give it a try, it is easy. spachner On 9 Mrz., 04:20, CMF wrote: > Hi, my app didn't die on the simulator, it works fine. > But it crashed on a real mobile phone. &

[android-developers] Re: Stopped unexpectedly on a real phone but not on the simulator

2010-03-08 Thread spachner
Hi, the stack trace is the last output in logcat before the app dies. Use "adb -d logcat" or in the Eclipse the Logcat output to look at the traces. regards spachner -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T