Re: [android-developers] Exclude asset-folder at compiletime in Eclipse

2012-07-17 Thread Zohob
Thank you, it worked! It's not that comfortable (it's similar to move the asset-folder to the recycling bin and back) but it solves my problem! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

Re: [android-developers] Exclude asset-folder at compiletime in Eclipse

2012-07-17 Thread Zohob
No, since I'm under Windows the link is displayed as file *.lnk by Eclipse and not as a folder. Thus the compiler should interprete as file as well. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Exclude asset-folder at compiletime in Eclipse

2012-07-10 Thread Zohob
e two compile modes quickly. Greetings, Zohob -- 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 email to android-deve

[android-developers] Re: Android code to switch to vibrate

2012-07-02 Thread Zohob
This may help you: http://android.konreu.com/developer-how-to/vibration-examples-for-android-phone-development/ Third passage "Example: Vibrate in a Given Pattern" and the fourth one: Vibrator v = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE); long[] pattern = { 0, 200, 500 }; v.vibrate(p

[android-developers] Re: Eclipse Logcat: Jump into native code after doubleclick

2012-05-02 Thread Zohob
I added the /jni folder to the Java Build Path (Richtclick on project->Properties->Java Build Path -> Source) because I thought Eclipse would look there, but it did not work. Does anybody have an idea regarding this issue? Am Donnerstag, 26. April 2012 11:14:41 UTC+2 schrieb Zohob:

[android-developers] Eclipse Logcat: Jump into native code after doubleclick

2012-04-26 Thread Zohob
t; "at (jni/SomeName.h:44)" "at (../jni/SomeName.h:44)" Do you have any ideas how to achieve this? Greetings, Zohob -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Re: how to use setPreviewCallbackWithBuffer() for real-time camera processing

2011-08-02 Thread Zohob
I am experiencing the same problem: the callback is only called once. Did you find a solution for this? My current hypothesis is that it is the emulator's fault but I couldn't try it with a real phone yet. -- You received this message because you are subscribed to the Google Groups "Android Deve