[android-beginners] Re: Error occurs when layoutopt is run.

2009-11-11 Thread Ronald Mak
It works! Thanks. 2009/11/5, Sue wrote: > Edit tools/layoutopt.bat(line 47) as follows: > > call java %java_debug% -Djava.ext.dirs=%javaextdirs% -jar %jarpath% %* > > 2009/11/1 Ronald Mak : > > > When I runlayoutopt, the following error occurs: > &g

[android-beginners] Re: can't download ADT Eclipse plugin

2009-11-05 Thread Ronald Mak
System requirements of Android has mentioned that "Eclipse Classic IDE package is not supported.". Try other packages such as Eclipse IDE for Java EE Developers, Eclipse IDE for Java Developers, Eclipse for RCP/Plug-in Developers. -- You received this message because you are subscribed to the Go

[android-beginners] Error occurs when layoutopt is run.

2009-11-02 Thread Ronald Mak
When I run layoutopt, the following error occurs: Exception in thread "main" java.lang.NoClassDefFoundError: lib \layoutopt/jar Caused by: java.lang.ClassNotFoundException: lib\layoutopt.jar at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivil

[android-beginners] ConnectivityManager

2009-05-03 Thread Mak
What is the right use of the function int stopUsingNetworkFeature(int networkType, String feature) of the ConnectivityManager? I want to stop the use of the Type_Mobile Network, but i'm not sure about the right combination of the NetworkType and the Feature. I tried ConnectivityManager co

[android-beginners] blank item in spinner

2009-02-02 Thread Mak
Hi. I have a spinner with an array of items. Now I want to add a blank item so that the user has the choice of using an element or writes an own entry. My main.xml looks like this: . And in my array.xml i have the arrayList 555 852 65 And i

[android-beginners] Re: Return to initial activity from dialer

2009-01-30 Thread Mak
Is there a possibility of changing back in the activity during the call? Manually you can switch to other activities by pressing the home-key, the call runs in the background. but i want to do that automatic after the call is connected. --~--~-~--~~~---~--~~ You re

[android-beginners] Re: Disabling / clearing browser cache

2009-01-23 Thread Mak
Did you found a solution for your problem? I'm interested in a similar application and came to the same problem of deleting the cache. whats your way of timing? timestamp when opening the connection (or starting the intent), ok. but how do you know, that the download is finished? is it a different

[android-beginners] Re: posibility of self-acting sms/ mms an phone calls

2008-11-20 Thread Mak
that sounds good. i hope you're right, cause this is a good solution to be sure that the application can't do unexpected things. and you don't have the problem that the user must allow every automatic phone call. --~--~-~--~~~---~--~~ You received this message becau

[android-beginners] posibility of self-acting sms/ mms an phone calls

2008-11-20 Thread Mak
Hello everyone. Is there a chance for sending sms/ mms and calling a number automatic and without users authentication. In the AndroidManifest.xml the applications request the permissions like CALL_PHONE and SEND_SMS, but the developer can set this permissions by himself. Don't the application nee