[android-developers] Re: Creating libraries for android

2008-11-05 Thread Anders Rundgren
ason) to change them to use the Android resource scheme which is more suitable for apps. In my own work, I store XML Schema files together with the Java objects that serialize and de-serialize instance documents. Please do not remove this capability! Anders On Nov 5, 8:18 pm, hackbod <[EMAIL

[android-developers] Re: Updating /system/etc/hosts has no effect

2008-11-05 Thread Anders Rundgren
Sorry but I found out that the carriage return characters left by "Notepad" is incompatible with Linux. Lessons learned: Windows != Linux :-) On Nov 4, 7:37 am, Anders Rundgren <[EMAIL PROTECTED]> wrote: > I managed through help from Google (thanks!) make /system writeab

[android-developers] Re: Android Database connectivity program

2008-11-05 Thread Anders Rundgren
do that securely but direct SQL server access is not recommendable anyway. I hope that is of some utility even if it wasn't the answer you asked for :-) Anders On Nov 5, 6:51 am, Nataraaj <[EMAIL PROTECTED]> wrote: > Hello guys, > >          I want to connect android appli

[android-developers] Re: Creating libraries for android

2008-11-05 Thread Anders Rundgren
o decipher and there are almost no illustrations either BTW, there are no problems hosting resources in libraries in Android, the Java standard getResorceAsStream works as expected. Anders On Nov 5, 9:06 am, hackbod <[EMAIL PROTECTED]> wrote: > Sorry, this isn't really support

[android-developers] Updating /system/etc/hosts has no effect

2008-11-03 Thread Anders Rundgren
What am I missing here? Since these changes are only temporary, restart of the emulator is not an option either. Any help would be very much appreciated! Anders --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Help_Appreciated: Sample code for getting data from a web server

2008-10-27 Thread Anders Rundgren
The common way is to use something like a web-service. It can be as simple as sending an HTTP get to http//example.com/mydbapp?item=45 which should return data in a shape that your local app understands which can be XML JSOn or custome good luck! Anders On Oct 24, 9:17 pm, "Armanda

[android-developers] Re: browse localhost using android emulator

2008-10-27 Thread Anders Rundgren
You must not use the name localhost but a weird NAT address 10.0.2.2 http://code.google.com/android/reference/emulator.html#emulatornetworking If you want to use hostnames you must also install a DNS server because the hosts file cannot be modiied. Anders On Oct 27, 8:34 am, mushimi <[EM

[android-developers] Re: Fastest Combination of Http Post/Get and XML parsing libs

2008-10-26 Thread Anders Rundgren
are done in native code using JNI. It sure isn't fun, but what's the alternative? The same applies to cryptography which is much too slow in pure java on an ARM processor. Anders On Oct 26, 4:32 am, Casey Link <[EMAIL PROTECTED]> wrote: > Hello, > > My Application is c

[android-developers] Re: Unable to update "hosts" and "cacerts.bks"

2008-10-25 Thread Anders Rundgren
Obviously I'm not alone... http://groups.google.com/group/android-developers/browse_thread/thread/f9278d120d773c8d/b16ff4bbce56b787 Anders On Oct 23, 7:09 pm, Anders Rundgren <[EMAIL PROTECTED]> wrote: > For those who call local servers it is convenient to be able to update >

[android-developers] HostnameVerifier for HttpsURLConnection does not work

2008-10-24 Thread Anders Rundgren
r.java:402) at org.webpki.net.HttpsWrapper $CommandLine.execute(HttpsWrapper.java:138Regards Anders Rundgren http://WebPKI.org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. T

[android-developers] Linux help command?

2008-10-23 Thread Anders Rundgren
For those who are not Linux specialists, it would be nice with a help command. A doc page would probably be even better. As I understand Android implements a subset og Linux shell commands and "man" isn't one of them. Anders --~--~-~--~~~---~--~---

[android-developers] Unable to update "hosts" and "cacerts.bks"

2008-10-23 Thread Anders Rundgren
For those who call local servers it is convenient to be able to update "hosts". When I try updating /system/etc/hosts I get the error "read-only file system" Updating cacerts.bks is not possible either since there seems to an undocumented passw

[android-developers] Re: Error using XMPP using Smack API 3.0.4

2008-10-23 Thread Anders Rundgren
I hope this can be of some help # ls /system/etc/security ls /system/etc/security otacerts.zip cacerts.bks Anders --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] BouncyCastle PKCS12 - dead?

2008-10-22 Thread Anders Rundgren
at com.example.android.lunarlander.LunarLander.main(LunarLander.java:241 ) at dalvik.system.NativeStart.main(Native Method) # Sorry for clobbering the LunarLander sample but it is really cool using command-line sometimes :-) Anders --~--~-~--~~~---~--~~ You received this messa

[android-developers] sharedUserId - What does it mean wrt to Java classes?

2008-10-21 Thread Anders Rundgren
Does sharedUserId imply that you do not need to duplicate custom class libraries between "cooperating" applications? Anders --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" gr

[android-developers] Succeeded porting Xerces DOM parser

2008-10-21 Thread Anders Rundgren
oogle to (gradually) deprecate the pull-parser for Xerces. MSFT's .NET CF has full schema validation and XML security as well. Anders --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" gr

[android-developers] Using the browser environment

2008-10-17 Thread Anders Rundgren
e existing browser environment including cookies. Is this only possible using C+ + and NSAPI? Thanx Anders --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

<    1   2