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
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
Is there any way to make an Android application to download and use a Java library at runtime? Here is an example:
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
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
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
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
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
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.
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