[android-beginners] Compiling python interpreter

2010-07-15 Thread {n8}
Hey everyone. I know and have read about the ASE application for Android, which can be found here: http://code.google.com/p/android-scripting/ But what I am searching for, is information on compiling the Python interpreter into the actual platform. Does anyone know of anywhere with the

[android-beginners] Download A file

2010-06-13 Thread {n8}
Hello, was wondering if anyone could help with this. All I would like to know is what would be the proper method of which to download a file whenever a Button is pressed? I'm reading and reading and cannot find anything specific. And the JSONObject idea I had with downloading a javascript just

[android-beginners] Incorporate a JavaScript to download from the app that creates a list of downloads from URL's...

2010-06-11 Thread {n8}
Hello everyone, I'm working on my first real Android app. What I am trying to figure out how to do, is click on a button from the main screen, and by clicking on that button, the app downloads a JavaScript that contains a list of available downloads. It would automatically form the clickable

[android-beginners] Re: How do I compile the connectbot source code?

2010-05-31 Thread {n8}
Couldn't help but notice the url you downloaded from is read-only. Try adding read-write instead of read-only to the end of the url. I know that for example, importing the original aosp Launcher from the source into Eclipse gives a trillion errors...but compiles completely fine with make lol so

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-27 Thread {n8}
It will be for ongoing development. For anyone to fork and edit and add or modify. This is from where froyo will grow. There is also separate branches of the same branch too. For example, right now, there is eclair, which would be the ongoing development branch. Then there is also

[android-beginners] Re: Digest for android-beginners@googlegroups.com - 25 Messages in 10 Topics

2010-05-27 Thread {n8}
Why not just look at the Browser app's code for it? Look at github.com/android/platform_packages_apps_Browser.git Or install git and git clone the Browser... -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your

[android-beginners] Re: debugging the (suddenly) crippling slowness of the emulator

2010-05-27 Thread {n8}
I know that every time I've used the emulator it has been extremely slw -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at

[android-beginners] Re: Digest for android-beginners@googlegroups.com - 25 Messages in 10 Topics

2010-05-27 Thread {n8}
Sorry that Browser link is: github.com/android/platform_packages_apps_browser No public source for Market though cause that sint open source... -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread {n8}
Sorry to triple post! This is the last I promise... I was just commenting that you can in fact build Android using Java6 or Java5 completely fine. Cyanogen and his team fixed the Java6 issue. Just use his android_build source from github.com/cyanogen instead of the platform_build straight from