dalvik
posix setuid different process
I\'m developing an application for Android and I need to elevate the Dalvik VM to root uid, because in the alternative I need to write a lot of small applications that are started by the Java code usi[详细]
2023-03-29 04:11 分类:问答Trouble implementing partial matches with regular expression on Android
I am creating a regular expression to evaluate if an IP address is a valid multicast address. This validation is occurring in real time while you type (if you type an invalid / out of range character[详细]
2023-03-28 19:01 分类:问答Is it possible to dynamically load a library at runtime from an Android application?
Is there any way to make an Android application to download and use a Java library at runtime? Here is an example:[详细]
2023-03-23 18:04 分类:问答Are there any efforts to develop a Dalvik VM with extra/embedded security in mind?
I am looking in to adding some extra security features to the Android platform and most of them make sense at the OS level.However, I am wondering if anything could be done at the VM layer to better s[详细]
2023-03-14 22:02 分类:问答Garbage collection tool for dalvik
I am instru开发者_C百科menting the Dalvik VM and would like to know if there are any tools to analyze garbage collection in dalvik. I know about allocation tracker but I\'m looking for something more[详细]
2023-03-14 07:58 分类:问答java.lang.UnsatisfiedLinkError when running with dalvikvm
I\'m trying to run a JAR file I built using the following command line (from adb shell): dalvikvm -cp /sdcard/MyJar.jar MyJar.main.Main[详细]
2023-03-13 10:17 分类:问答How does Mono for Android work?
I am interested in how Mono for Android (by Novell) works. My biggest question is around th开发者_开发问答e actual runtime\'s that are used.Is MfA providing a Mono runtime that wraps and calls down t[详细]
2023-03-08 20:09 分类:问答My application launchs twice on Honeycomb
When I execute my application on Honeycomb it gets launched twice.. I have place a breakpoint in the launcher Activity, in the onCreate() method, and although there is only one running process, the d[详细]
2023-03-08 17:26 分类:问答Debugging my android for an issue with wifi
I am new to Android SDK.Maybe someone here can show me how to debug the following problem I have with my Android enabling and keeping the wifi switched on.[详细]
2023-03-08 01:10 分类:问答Conversion to Dalvik format failed with error 1 error. What i can do?
when i add a webservice client on my eclipse project, the console show me the bottom text. What i can do to solve this problem? thanks[详细]
2023-03-05 01:34 分类:问答