<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xml:lang="en">
<channel rdf:about="http://www.oesf.jp/en/">
  <title>Open Embedded Software Foundation</title>
  <link>http://www.oesf.jp/en/</link>
        <dc:date>2010-09-09T06:37:35+00:00</dc:date>
        <dc:language>en</dc:language>
    <items>
  <rdf:Seq>
      <rdf:li rdf:resource="http://groups.google.com/group/android-security-discuss/browse_thread/thread/18133a3e6a48bcde/6d6242ccfbc42f6b?show_docid=6d6242ccfbc42f6b" />
      <rdf:li rdf:resource="http://groups.google.com/group/android-ndk/browse_thread/thread/7baa31039fe7ac3b/aab5bcfdd897700f?show_docid=aab5bcfdd897700f" />
      <rdf:li rdf:resource="http://groups.google.com/group/android-ndk/browse_thread/thread/1e64a06f8ae064ef/2b4ff3df0ff949a4?show_docid=2b4ff3df0ff949a4" />
      <rdf:li rdf:resource="http://groups.google.com/group/android-ndk/browse_thread/thread/77616a81d744fcd9/a1ad239b3f7673c7?show_docid=a1ad239b3f7673c7" />
      <rdf:li rdf:resource="http://groups.google.com/group/android-ndk/browse_thread/thread/fc989d1f35561ccf/d686ec590151b061?show_docid=d686ec590151b061" />
      <rdf:li rdf:resource="http://groups.google.com/group/android-ndk/browse_thread/thread/d36e7653918c6517/294039249da7a1ed?show_docid=294039249da7a1ed" />
      <rdf:li rdf:resource="http://groups.google.com/group/android-ndk/browse_thread/thread/bfceac612dceae8c/7f2b8b48a87c2a52?show_docid=7f2b8b48a87c2a52" />
      <rdf:li rdf:resource="http://groups.google.com/group/android-ndk/browse_thread/thread/d61c31836509cfb4/2881b4371c046b61?show_docid=2881b4371c046b61" />
      <rdf:li rdf:resource="http://groups.google.com/group/android-ndk/browse_thread/thread/4ee24939c12339f1/33e552094f4610d6?show_docid=33e552094f4610d6" />
      <rdf:li rdf:resource="http://groups.google.com/group/android-ndk/browse_thread/thread/a48cd8a69d9c61ae/f12542f2459a2877?show_docid=f12542f2459a2877" />
    </rdf:Seq>
  </items>
</channel>
  <item rdf:about="http://groups.google.com/group/android-security-discuss/browse_thread/thread/18133a3e6a48bcde/6d6242ccfbc42f6b?show_docid=6d6242ccfbc42f6b">
  <title>Intercepting outgoing data sms?</title>
  <link>http://groups.google.com/group/android-security-discuss/browse_thread/thread/18133a3e6a48bcde/6d6242ccfbc42f6b?show_docid=6d6242ccfbc42f6b</link>
      <description> I&apos;m trying to figure out if it&apos;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 _private_ api? I&apos;m trying to share a secret key with the service on the other side so </description>
        <content:encoded> <![CDATA[
    
  I'm trying to figure out if it's possible for some third party <br> application to read the content of an outgoing data sms. <br> I send a data sms by calling SmsManager.sendDataMessage(... ). <br> Is there a way to intercept this by using either public or _private_ api? <br> I'm trying to share a secret key with the service on the other side so
  
    ]]> </content:encoded>
        <dc:date>2009-09-08T03:26:46+00:00</dc:date>
        </item>
  <item rdf:about="http://groups.google.com/group/android-ndk/browse_thread/thread/7baa31039fe7ac3b/aab5bcfdd897700f?show_docid=aab5bcfdd897700f">
  <title>Where is javah tool?</title>
  <link>http://groups.google.com/group/android-ndk/browse_thread/thread/7baa31039fe7ac3b/aab5bcfdd897700f?show_docid=aab5bcfdd897700f</link>
      <description> 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! </description>
        <content:encoded> <![CDATA[
    
  This may be a really silly question, but where is the javah tool? Did <br> it come down when I loaded Android SDK 1.5, NDK 1.5 and Eclipse? Or <br> did it come with Cygwin. Or maybe is ther yet another SDK that needs <br> to be downloaded? <br> <p>Am on Windows. <br> <p>Thank you!
  
    ]]> </content:encoded>
        <dc:date>2009-09-08T03:26:26+00:00</dc:date>
        </item>
  <item rdf:about="http://groups.google.com/group/android-ndk/browse_thread/thread/1e64a06f8ae064ef/2b4ff3df0ff949a4?show_docid=2b4ff3df0ff949a4">
  <title>How to port a library into andoid platform?</title>
  <link>http://groups.google.com/group/android-ndk/browse_thread/thread/1e64a06f8ae064ef/2b4ff3df0ff949a4?show_docid=2b4ff3df0ff949a4</link>
      <description> 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 </description>
        <content:encoded> <![CDATA[
    
  Hi guys, <br> I want to know if it is possible to port a library (for ex: glib) into the <br> android platform by using NDK. <br> Please tell me if you know anything. <br> Regards, <br> Nagendra
  
    ]]> </content:encoded>
        <dc:date>2009-09-08T03:26:26+00:00</dc:date>
        </item>
  <item rdf:about="http://groups.google.com/group/android-ndk/browse_thread/thread/77616a81d744fcd9/a1ad239b3f7673c7?show_docid=a1ad239b3f7673c7">
  <title>How to cache SIGBUS signal in my native library?</title>
  <link>http://groups.google.com/group/android-ndk/browse_thread/thread/77616a81d744fcd9/a1ad239b3f7673c7?show_docid=a1ad239b3f7673c7</link>
      <description> 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&apos;t catch the SIGBUS signal(vm was crashed) in my code when it was delivered to process, but the debuggerd process work. If a </description>
        <content:encoded> <![CDATA[
    
  Hi all, <br> <p> I wrote some code to cache some signal in my native share library , <br> like this: <br> <p> signal(SIGSEGV, handler); <br> signal(SIGBUS, handler); <br> ... <br> <p> I found i can't catch the SIGBUS signal(vm was crashed) in my code <br> when it was delivered to process, but the debuggerd process work. If a
  
    ]]> </content:encoded>
        <dc:date>2009-09-08T03:26:26+00:00</dc:date>
        </item>
  <item rdf:about="http://groups.google.com/group/android-ndk/browse_thread/thread/fc989d1f35561ccf/d686ec590151b061?show_docid=d686ec590151b061">
  <title>Execute Java from native code</title>
  <link>http://groups.google.com/group/android-ndk/browse_thread/thread/fc989d1f35561ccf/d686ec590151b061?show_docid=d686ec590151b061</link>
      <description> Is there any way to display a AlertDialog ui message to user from native code? </description>
        <content:encoded> <![CDATA[
    
  Is there any way to display a AlertDialog ui message to user from <br> native code?
  
    ]]> </content:encoded>
        <dc:date>2009-09-08T03:26:26+00:00</dc:date>
        </item>
  <item rdf:about="http://groups.google.com/group/android-ndk/browse_thread/thread/d36e7653918c6517/294039249da7a1ed?show_docid=294039249da7a1ed">
  <title>libc crashes after using NDK</title>
  <link>http://groups.google.com/group/android-ndk/browse_thread/thread/d36e7653918c6517/294039249da7a1ed?show_docid=294039249da7a1ed</link>
      <description> I just started to use the NDK build system. After the make file conversion, I have crashes everytime I close my DBs. I didn&apos;t have this problem before the conversion. Any suggestions? Thank you. Here is code snip: private SQLiteDatabase mDb=null; .... public void close() { </description>
        <content:encoded> <![CDATA[
    
  I just started to use the NDK build system. After the make file <br> conversion, I have crashes everytime I close my DBs. I didn't have <br> this problem before the conversion. Any suggestions? Thank you. <br> <p>Here is code snip: <br> <p> private SQLiteDatabase mDb=null; <br> .... <br> public void close() {
  
    ]]> </content:encoded>
        <dc:date>2009-09-08T03:26:26+00:00</dc:date>
        </item>
  <item rdf:about="http://groups.google.com/group/android-ndk/browse_thread/thread/bfceac612dceae8c/7f2b8b48a87c2a52?show_docid=7f2b8b48a87c2a52">
  <title>A problem of making the &quot;HelloJni&quot; app be a system application...</title>
  <link>http://groups.google.com/group/android-ndk/browse_thread/thread/bfceac612dceae8c/7f2b8b48a87c2a52?show_docid=7f2b8b48a87c2a52</link>
      <description> I have tried to make the NDK-example application &quot;HelloJni&quot; 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. cd /mydroid/; make snod 4. I get the &quot;system.img&quot; from /mydroid/out/target/product/ge neric/ </description>
        <content:encoded> <![CDATA[
    
  I have tried to make the NDK-example application "HelloJni" be a <br> system application by the following steps: <br> <p>1. generate the HelloJni.apk by Eclipse. <br> 2. put HelloJni.apk into the directory /mydroid/out/target/product/ <br> generic/system/app <br> 3. cd /mydroid/; make snod <br> 4. I get the "system.img" from /mydroid/out/target/product/ge neric/
  
    ]]> </content:encoded>
        <dc:date>2009-09-08T03:26:26+00:00</dc:date>
        </item>
  <item rdf:about="http://groups.google.com/group/android-ndk/browse_thread/thread/d61c31836509cfb4/2881b4371c046b61?show_docid=2881b4371c046b61">
  <title>How can I use execv in NDK</title>
  <link>http://groups.google.com/group/android-ndk/browse_thread/thread/d61c31836509cfb4/2881b4371c046b61?show_docid=2881b4371c046b61</link>
      <description> I use it like this: char *exec_args[] = {&quot;echo + &gt;&gt;/sdcard/t&quot;, (char *)0}; int ret; ret = execv(&quot;/system/bin/sh&quot;, exec_args); But all the time it fails and make app died....... </description>
        <content:encoded> <![CDATA[
    
  I use it like this: <br> <p> char *exec_args[] = {"echo + >>/sdcard/t", (char *)0}; <br> int ret; <br> ret = execv("/system/bin/sh", exec_args); <br> <p>But all the time it fails and make app died.......
  
    ]]> </content:encoded>
        <dc:date>2009-09-08T03:26:26+00:00</dc:date>
        </item>
  <item rdf:about="http://groups.google.com/group/android-ndk/browse_thread/thread/4ee24939c12339f1/33e552094f4610d6?show_docid=33e552094f4610d6">
  <title>I want to solve the bus error.</title>
  <link>http://groups.google.com/group/android-ndk/browse_thread/thread/4ee24939c12339f1/33e552094f4610d6?show_docid=33e552094f4610d6</link>
      <description> 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 addr2line to check function name form address ( pc </description>
        <content:encoded> <![CDATA[
    
  Hello <br> <p>I cannot solve the problem about bus error. <br> My Native C source process is normally completed. <br> But when Native C return. stack error is output. <br> <p>I examined this is because bus error (non-existent address or <br> unaligned access ). <br> <p>and I want to use addr2line to check function name form address ( pc
  
    ]]> </content:encoded>
        <dc:date>2009-09-08T03:26:26+00:00</dc:date>
        </item>
  <item rdf:about="http://groups.google.com/group/android-ndk/browse_thread/thread/a48cd8a69d9c61ae/f12542f2459a2877?show_docid=f12542f2459a2877">
  <title>debug android with gdb on remote Linux</title>
  <link>http://groups.google.com/group/android-ndk/browse_thread/thread/a48cd8a69d9c61ae/f12542f2459a2877?show_docid=f12542f2459a2877</link>
      <description> 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, ./gdbserver :3050 ./hello run adb forward tcp:1234 tcp:3050 on windows, then check the forward </description>
        <content:encoded> <![CDATA[
    
  Hi, <br> <p>I have the emulator running on my windows, and a Linux is used to <br> build the entire Android platform code. Here is what I tried to debug <br> the native code with my emulator, please help verify what is wrong <br> <p>launch the gdbserver on emulator like, <br> <p> ./gdbserver :3050 ./hello <br> <p>run adb forward tcp:1234 tcp:3050 on windows, then check the forward
  
    ]]> </content:encoded>
        <dc:date>2009-09-08T03:26:26+00:00</dc:date>
        </item>
</rdf:RDF>