[android-developers] How to create a native c process from android java program

2009-02-19 Thread Chun-Kai Hwang
Hi, I write a jni so file which can be called from the android java program. This so file will use execl to create a native c process. However from adb logcat, it says execl error with Bad address(errno 14) Is it possible to create a native c process from android java program Thanks for any help

[android-developers] How to control WebView cache

2009-02-19 Thread j
I have a Webview inside my activity. I would like to cache the content for one week (purely to reduce data usage to save user money). After one week, it is considered expired and so the webview should refresh the content from network. If cached content is less than one week old, webview should

[android-developers] Re: WebView loadData and XML Parsing Question

2009-02-19 Thread for android
I am trying to show a html string such as sample3 =a href=\www.google.com\Link text/aimg src= http://www.isical.ac.in/~clia/images/google_logo.jpg; webView.loadDataWithBaseURL(www.company.com,sample3 , text/html, utf-8, www.companyfailed.com); When this webview is displayed then i am not able

[android-developers] Re: Official update for G1 Andriod developer phone (ADP) stock firmware

2009-02-19 Thread Jean-Baptiste Queru
I don't control the various sites that you mentioned, though it's true at this point that having the information out there would indeed be good, given the growing evidence that many developers are eager to find that information. I'll mention it to our web guys in case they're not already reading

[android-developers] Re: Market Copy Protection options

2009-02-19 Thread Al Sutton
You don't even need adb on an unmodded 'phone; http://groups.google.com/group/android-platform/browse_thread/thread/be1f7d3d376e4d11/96c991164328afe4#96c991164328afe4 Dan Pou wrote: I believe it is possible to extract packages from the phone with the adb, without having modded the phone.

[android-developers] Re: How to get a region which is not a standard rect area

2009-02-19 Thread David Hu
Another solution is to use int Bitmap.getPixelhttp://code.google.com/android/reference/android/graphics/Bitmap.html#getPixel(int, int)(int x, int y), if it runs normal, then the point(x, y) is in its region, otherwise, if an exception

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2009-02-19 Thread vel
Is there a simple way to do it? I installed an apk using OIFile Manager Later i uninstalled, using setting/manage application Now i am not able to install the application. Even though i uninstalled the apllication i can still find the entry in package.xml On Feb 1, 11:22 am,

[android-developers] Re: Touch *extremely* expensive performance-wise

2009-02-19 Thread Zombies and Robots
Thank you both! With those pointers, I was able to figure out and implement working versions of both techniques. Now I just have to decide which one I like better and finish writing my game... --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] App Store Listings (Pictures?)

2009-02-19 Thread themagazine
Are we not able to upload pictures of the app? I couldn't find any place to do this. If not, how is the user supposed to know anything about the app before buying? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] UK developers listing currency?

2009-02-19 Thread Al Sutton
Can anyone tell me if UK developers are still being forced to list in a currency that the only paying customers of Market aren't used to dealing with (i.e. British pounds), or can we list in the currency our potential customers use? Al. -- == Funky Android Limited is registered in

[android-developers] develop application without a data plan?

2009-02-19 Thread jonathan
I just got my g1, I only need to develop an offline application, however, It wouldn't go further without signing into google account which requires a data plan. Please advise. thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to

<    1   2   3