[android-developers] Account removed in Safe Mode

2016-02-29 Thread greg . bacchus
Hi, I am having a problem where my app creates and account using the account manager and this account gets removed if the device is booted into safe mode. The account does not re-appear when the device is booted again in standard mode. Is there any way to make my account so that it is not

[android-developers] Re: JNI Call Bridge

2009-12-10 Thread bacchus
Hi fadden, Thank you very much for your answer. It cleared my thoughts on this subject. P.S. Sorry for the late reply but it took me some time to analyze your answer. Cheers, On Dec 2, 9:47 pm, fadden fad...@android.com wrote: On Dec 2, 4:06 am, bacchus aeternal.de...@gmail.com wrote

[android-developers] Re: JNI Call Bridge

2009-12-02 Thread bacchus
strings and arrays is different. If you use a jstring in where a char * would be, your code could crash the JVM. Cheers... BR, Chand On Tue, Dec 1, 2009 at 2:14 AM, fadden fad...@android.com wrote: On Nov 30, 9:08 am, bacchus aeternal.de...@gmail.com wrote: I'm looking for specific

[android-developers] Re: JNI Call Bridge

2009-12-02 Thread bacchus
question. How/Where is this object mapped to native code? Sorry for the long reply. If I was not clear enough please tell me and then, I will try to figure out a simple way to explain my problem. Cheers, On Nov 30, 8:44 pm, fadden fad...@android.com wrote: On Nov 30, 9:08 am, bacchus aeternal.de

[android-developers] Re: setting ANDROID ENVIRONMENT IN UBUNTU8.0 operating system

2009-12-02 Thread bacchus
Hi, Have you tried to update eclipse through Help - Check For Updates, before installing ADT? Cheers, On Dec 2, 12:59 pm, sathya subbiah sathya.subbia...@gmail.com wrote: Hi Ram, I tried the following steps in installing Eclipse in Ubuntu 1) Downloaded classic version of Eclipse 2) Then

[android-developers] JNI Call Bridge

2009-11-30 Thread bacchus
Hi everyone, I'm looking for specific information about Android JNI Call Bridge. The one that exists does not suffices my needs. I would like to understand the mappings performed between C/C++ data types and Java data types. As an example, I would like to understand where and how the VMRuntime