Home >> Android News >> Main

Android News

  Main  |  Simple Headline  


There are 289 datas in databese

rdf rss atom

Latest RDF/RSS/ATOM Feeds

feed icon Intercepting outgoing data sms? in link Android Security Discussions Google Group (2009/9/8 12:26:46)
I'm trying to figure out if it's possible for some third party application to read the content of an outgoing data sms. I send a data sms by calling SmsManager.sendDataMessage(... ). Is there a way to intercept this by using either public or _privat ...
feed icon Where is javah tool? in link android-ndk Google Group (2009/9/8 12:26:26)
This may be a really silly question, but where is the javah tool? Did it come down when I loaded Android SDK 1.5, NDK 1.5 and Eclipse? Or did it come with Cygwin. Or maybe is ther yet another SDK that needs to be downloaded? Am on Windows. Thank you ...
feed icon How to port a library into andoid platform? in link android-ndk Google Group (2009/9/8 12:26:26)
Hi guys, I want to know if it is possible to port a library (for ex: glib) into the android platform by using NDK. Please tell me if you know anything. Regards, Nagendra
feed icon How to cache SIGBUS signal in my native library? in link android-ndk Google Group (2009/9/8 12:26:26)
Hi all, I wrote some code to cache some signal in my native share library , like this: signal(SIGSEGV, handler); signal(SIGBUS, handler); ... I found i can't catch the SIGBUS signal(vm was crashed) in my code when it was delivered to process, but th ...
feed icon Execute Java from native code in link android-ndk Google Group (2009/9/8 12:26:26)
Is there any way to display a AlertDialog ui message to user from native code?
feed icon libc crashes after using NDK in link android-ndk Google Group (2009/9/8 12:26:26)
I just started to use the NDK build system. After the make file conversion, I have crashes everytime I close my DBs. I didn't have this problem before the conversion. Any suggestions? Thank you. Here is code snip: private SQLiteDatabase mDb=null; .. ...
feed icon A problem of making the "HelloJni" app be a system application... in link android-ndk Google Group (2009/9/8 12:26:26)
I have tried to make the NDK-example application "HelloJni" be a system application by the following steps: 1. generate the HelloJni.apk by Eclipse. 2. put HelloJni.apk into the directory /mydroid/out/target/product/ generic/system/app 3. ...
feed icon How can I use execv in NDK in link android-ndk Google Group (2009/9/8 12:26:26)
I use it like this: char *exec_args[] = {"echo + >>/sdcard/t", (char *)0}; int ret; ret = execv("/system/bin/sh", exec_args); But all the time it fails and make app died.......
feed icon I want to solve the bus error. in link android-ndk Google Group (2009/9/8 12:26:26)
Hello I cannot solve the problem about bus error. My Native C source process is normally completed. But when Native C return. stack error is output. I examined this is because bus error (non-existent address or unaligned access ). and I want to use ...
feed icon debug android with gdb on remote Linux in link android-ndk Google Group (2009/9/8 12:26:26)
Hi, I have the emulator running on my windows, and a Linux is used to build the entire Android platform code. Here is what I tried to debug the native code with my emulator, please help verify what is wrong launch the gdbserver on emulator like, ./g ...
(1) 2 3 4 5 6 7 8 9 10 11 [29] » 
etc etc