[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 cross-compiling info on this into Android?

-- 
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
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[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 isn't going
to cut it at the moment until I become more experienced.  Even though
it would make things a million times more simpler.

However, I just need to push this button, and have it download a file
over the internet.  And maybe a progress bar.  If anyone would a good
sample guide for any of this I would appreciate it.

-- 
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
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[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 list items based on what is contained in the
JavaScript.

I cannot seem to find any info in detail on this topic.  So if anyone
would have any experience with this subject it would be greatly
appreciated if you could maybe share what exactly I need to do for
this or at least point me in the correct direction :)

Thank you

-- 
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
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[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 idk


On May 31, 4:26 am, T1000 t1...@zando.dyndns.org wrote:
 Hello,

 I'm trying to import the connectbot source code and compile it.
 However, I can't get it to cooperate.http://code.google.com/p/connectbot/
 What do I have to do to import someone else's code into Android?

 I'm running the Android 2.1 SDK, and I downloaded the latest source
 using the command:
 svn checkouthttp://connectbot.googlecode.com/svn/trunk/connectbot/
 connectbot-read-only
 That downloaded it to my hard drive. Now I tried to import it into
 Eclipse, but there are a lot of errors. Help!

 Description     Resource        Path    Location        Type
 R cannot be resolved    EntropyView.java
 /ConnectBot/src/org/connectbot/util     line 90 Java Problem
 The import org.connectbot.R cannot be resolved  EntropyView.java
 /ConnectBot/src/org/connectbot/util     line 22 Java Problem
 R cannot be resolved    ExceptionHandler.java
 /ConnectBot/src/com/nullwire/trace      line 67 Java Problem
 R cannot be resolved    ExceptionHandler.java
 /ConnectBot/src/com/nullwire/trace      line 137        Java Problem
 The import org.connectbot.R cannot be resolved  ExceptionHandler.java
 /ConnectBot/src/com/nullwire/trace      line 17 Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 84 Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 86 Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 88 Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 90 Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 91 Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 93 Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 94 Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 96 Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 98 Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 100        Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 111        Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 121        Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 203        Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 204        Java Problem
 R cannot be resolved    GeneratePubkeyActivity.java
 /ConnectBot/src/org/connectbot  line 230        Java Problem
 R cannot be resolved    HelpActivity.java       /ConnectBot/src/org/connectbot
 line 45 Java Problem
 R cannot be resolved    HelpActivity.java       /ConnectBot/src/org/connectbot
 line 48 Java Problem
 R cannot be resolved    HelpActivity.java       /ConnectBot/src/org/connectbot
 line 49 Java Problem
 R cannot be resolved    HelpActivity.java       /ConnectBot/src/org/connectbot
 line 52 Java Problem
 R cannot be resolved    HelpTopicActivity.java
 /ConnectBot/src/org/connectbot  line 36 Java Problem
 R cannot be resolved    HelpTopicActivity.java
 /ConnectBot/src/org/connectbot  line 41 Java Problem
 R cannot be resolved    HelpTopicActivity.java
 /ConnectBot/src/org/connectbot  line 42 Java Problem
 R cannot be resolved    HelpTopicActivity.java
 /ConnectBot/src/org/connectbot  line 45 Java Problem
 R cannot be resolved    HostEditorActivity.java
 /ConnectBot/src/org/connectbot  line 254        Java Problem
 R cannot be resolved    HostEditorActivity.java
 /ConnectBot/src/org/connectbot  line 335        Java Problem
 R cannot be resolved    HostEditorActivity.java
 /ConnectBot/src/org/connectbot  line 337        Java Problem
 R cannot be resolved    HostListActivity.java
 /ConnectBot/src/org/connectbot  line 162        Java Problem
 R cannot be resolved    HostListActivity.java
 /ConnectBot/src/org/connectbot  line 165        Java Problem
 R cannot be resolved    HostListActivity.java
 /ConnectBot/src/org/connectbot  line 166        Java Problem
 R cannot be resolved    HostListActivity.java
 /ConnectBot/src/org/connectbot  line 204        Java Problem
 R cannot be resolved    HostListActivity.java
 /ConnectBot/src/org/connectbot  line 223        Java Problem
 R cannot be resolved    HostListActivity.java
 /ConnectBot/src/org/connectbot  line 236        Java Problem
 R cannot be 

[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 eclair-release, eclair-passion-release
(Nexus One), eclair-sholes-release (Motorola Droid), and eclair-sholes-
release2.  Which I would guess they are the branches that were
released/deployed to the specific devices.

-- 
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
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[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 question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[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
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[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 Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[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 android.git.kernel.org.

-- 
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
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en