[android-beginners] Re: Android Targets

2008-09-24 Thread Casey Borders
Android is not meant to install on those platforms, it is meant to be a replacement for those platforms. As for putting Android on a device that didn't come with it, you will have to reflash the ROM chip, which, if done improperly, can trash the device. And seeing as how it would also void your

[android-beginners] Re: New Tmobile G1

2008-09-24 Thread Casey Borders
Check this out! http://code.google.com/android/adc_gallery/ On Tue, Sep 23, 2008 at 11:51 PM, Henry [EMAIL PROTECTED] wrote: Hey I pre-ordered the new tmobile g1 phone and I am very excited with the way the Android softwares are so open to new things unlike apples stuff where they have to

[android-beginners] Unable to install ADT

2008-09-24 Thread Hussein
Hey. I'm trying to install Android Developer Tools on Eclipse Ganymede installed on Ubuntu 7.10. I followed the instructions in http://code.google.com/android/intro/installing.html#installingplugin But upon adding the previous site I got an error indication that the previous URL isn't a

[android-beginners] [Help] About URLConnection

2008-09-24 Thread Ka
Hi, I don't know why it doesn't work, I'm using eclipse version 3.4 and android sdk0.9beta Actually, I want to get the html code from a website, and it throw to EXCEPETION , unknown error. Then I try a sample code from http://www.anddev.org/working_with_files-t115.html I found that when it runs

[android-beginners] [help] throw expection when use getInputStream()

2008-09-24 Thread Ka
Hi, I am using eclipse version 3.4 android SDK 0.9Beta. Actually, I want to get the html from a website. But it throw to exception with unknow error, I found that when it run .getInputStream(), then throw exception. I try a sample from http://www.anddev.org/working_with_files-t115.html, same

[android-beginners] Re: Unable to install ADT

2008-09-24 Thread Uwe Grauer
Hussein wrote: Hey. I'm trying to install Android Developer Tools on Eclipse Ganymede installed on Ubuntu 7.10. I followed the instructions in http://code.google.com/android/intro/installing.html#installingplugin But upon adding the previous site I got an error indication that the previous

[android-beginners] Re: Could not find HelloAndroid.apk!

2008-09-24 Thread Imran
On Sep 21, 12:17 am, patrick91 [EMAIL PROTECTED] wrote: Hi I've this error when I ran the android hello world: [2008-09-20 21:13:34 - HelloAndroid] -- [2008-09-20 21:13:34 - HelloAndroid] Android Launch! [2008-09-20 21:13:34 - HelloAndroid] adb is running

[android-beginners] T-Mobile G1 skin now available for Android Emulator!

2008-09-24 Thread Tea Vui Huang
T-Mobile G1 skin now available for Android Emulator! http://teavuihuang.com/android To install, download and unzip HVGA-P-G1.zip to the Android skin directory, e.g. C:\android-sdk-windows-1.0_r1\tools\lib\images \skins. To run the Android emulator with this T-Mobile G1 skin, enter this on the

[android-beginners] Re: Unable to install ADT

2008-09-24 Thread Hussein
Not working :( The same error. On Sep 24, 4:49 am, Uwe Grauer [EMAIL PROTECTED] wrote: Hussein wrote: Hey. I'm trying to install Android Developer Tools on Eclipse Ganymede installed on Ubuntu 7.10. I followed the instructions in

[android-beginners] netbeans + android = compile error

2008-09-24 Thread fabio.gravina
Hallo, I've installed undroid plugins for netbeans but when i run an example appl netbeans return me: ERROR: Unknown command 'compile' Android Asset Packaging Tool Usage: aapt l[ist] [-v] [-a] file.{zip,jar,apk} List contents of Zip-compatible archive. ... bla bla

[android-beginners] Re: Unable to install ADT

2008-09-24 Thread Filipe Abrantes
I had this problem once (on Linux). Removing gcj solved the issue that time... Hope it helps, Filipe Hussein wrote: Not working :( The same error. On Sep 24, 4:49 am, Uwe Grauer [EMAIL PROTECTED] wrote: Hussein wrote: Hey. I'm trying to install Android Developer Tools on

[android-beginners] Re: Could not find HelloAndroid.apk!

2008-09-24 Thread patrick91
thanks for the reply but it doesn't work :( --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this

[android-beginners] Re: Unable to install ADT

2008-09-24 Thread Hussein
How to remove it? On Sep 24, 8:21 am, Filipe Abrantes [EMAIL PROTECTED] wrote: I had this problem once (on Linux). Removing gcj solved the issue that time... Hope it helps, Filipe Hussein wrote: Not working :( The same error. On Sep 24, 4:49 am, Uwe Grauer [EMAIL PROTECTED] wrote:

[android-beginners] Download Android ?

2008-09-24 Thread moe
Hello, Sorry for the lame question well maybe not so lame. But I was wondering could I just download Android? since its open source and install it on my touch screen MDA ? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] New Free HTC Dream / T-Mobile G1 Android Emulator Skins

2008-09-24 Thread Olaf Encke
I've created four HTC Dream Skins for the Android Emulator that I would like to share with the Android community. They feature the black and the white version of the phone both in portrait and in landscape mode. You can grab them on this site: http://www.android.encke.net Happy coding.

[android-beginners] Android SDK and Eclipse Ganymede

2008-09-24 Thread JMcGarvey
Hello, I just installed the SDK and plugin for Eclipse, and I have errors that I can't decipher (Java newbie): ERROR No resource identifier found for attribute 'versionCode' in package 'android' AndroidManifest.xml ERROR No resource identifier found for attribute 'versionName' in package

[android-beginners] Re: Android Targets

2008-09-24 Thread [EMAIL PROTECTED]
Does it mean, its possible to flash any phone with android? I have a moto ming which I believe runs on MV-Linux. I wanted to know if I can flash the ROM with Android. Thank You, On Sep 24, 11:00 am, Casey Borders [EMAIL PROTECTED] wrote: Android is not meant to install on those platforms, it is

[android-beginners] Re: Android Targets

2008-09-24 Thread Casey Borders
You would need to make sure that you compile the kernel for the correct processor, but yes, you should be able to put Android on just about any device. On Wed, Sep 24, 2008 at 7:25 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does it mean, its possible to flash any phone with android? I

[android-beginners] .xml in layout didn't shown in R.java

2008-09-24 Thread Hw3699
When I created a .xml file in layout, it wasn't shown in R.java. And I have no way to fix the R.java. Can anyone point out the reason? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group.

[android-beginners] Re: .xml in layout didn't shown in R.java

2008-09-24 Thread Mark Murphy
When I created a .xml file in layout, it wasn't shown in R.java. And I have no way to fix the R.java. Can anyone point out the reason? Can you provide: -- the layout XML -- the code attempting to use IDs defined in the layout XML -- notes about where the code is failing Without that, it is

[android-beginners] Re: New Free HTC Dream / T-Mobile G1 Android Emulator Skins

2008-09-24 Thread WebX | Vinicius Dallacqua
Great Skin. Thanks o/ 2008/9/24 Olaf Encke [EMAIL PROTECTED] I've created four HTC Dream Skins for the Android Emulator that I would like to share with the Android community. They feature the black and the white version of the phone both in portrait and in landscape mode. You can grab

[android-beginners] HTML code for the browser

2008-09-24 Thread Rishi D
Hello, I have a question on the HTML code for the browser. I currently run a WAP site for mobile social networking. We are developing a version of the WAP site for the iPhone browser, and its special markup. Is there special markup for the Android browser? We would like to develop a site

[android-beginners] Android Browser

2008-09-24 Thread Rishi D
Hello, I have a question on the browser supplied with Android. I run a WAP site, and am developing a site for the iPhone, using the special coding and markup made for the iPhone site. I would like to develop a site that would fit perfectly with browser with Android. Is there a place where I

[android-beginners] Videoing

2008-09-24 Thread Mark111
Hey Will anyone be able to come up with some video capture application for the new G1 phone? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] Error While Downloading Android Development Toolkit in Eclipse

2008-09-24 Thread [EMAIL PROTECTED]
All, I'm receiving the error message Java Persistence API Tools (1.0.0.v20070625-77--CYQCCz-CoRPCCCH) requires plug-in org.eclipse.xsd. when I select the Android features to install and Finish in Eclipse. Does this plugin ring a bell to anyone? Thanks

[android-beginners] Re: Videoing

2008-09-24 Thread Mark Murphy
Will anyone be able to come up with some video capture application for the new G1 phone? In the press conference yesterday, it was suggested this was something third-parties can provide. My guess is they're envisioning using the regular camera as a video camera, assuming you can capture 30

[android-beginners] Re: HTML code for the browser

2008-09-24 Thread Mark Murphy
Is there special markup for the Android browser? It uses ordinary HTML. In fact, it uses the same HTML renderer (WebKit) that iPhone uses, though not necessarily the same version. Also, I am looking for design specs on designing for the browser, pixels, etc, so it would look good on the

[android-beginners] SMS App

2008-09-24 Thread stap324
Ok so I personally have this problem and it would make a great app for others as well... I want to make a SMS blocker app! Where you can select a name from your contacts or put in a number, and add it to a block list and then when that number comes in its instantly rejected without notification.

[android-beginners] Re: Error - Unable to create the selected preference page.

2008-09-24 Thread Vish
Hey, See this link: http://www.anddev.org/solved_unsupported_majorminor_version_490-t19.html Need to upgrade your JDK. Vish On Sep 22, 1:47 am, lemms [EMAIL PROTECTED] wrote: I have the same error. On Eclipse 3.2.2. Was working for a while until I tried to play with my .bashrc... then

[android-beginners] Re: sqlite3 command on Remote shell not working

2008-09-24 Thread Mark Murphy
Vaibhav Gathibandhe wrote: Hello all, When I open a remote shell and type sqlite3 (as per documentation), I am getting a sqlite3: not found message. Moreover, I don't see the sqlite3 command in the list, when I do ls /system/bin in the remote shell. Am I missing something? You're

[android-beginners] sqlite3 command on Remote shell not working

2008-09-24 Thread Vaibhav Gathibandhe
Hello all, When I open a remote shell and type sqlite3 (as per documentation), I am getting a sqlite3: not found message. Moreover, I don't see the sqlite3 command in the list, when I do ls /system/bin in the remote shell. Am I missing something? Thanks in advance, Vaibhav

[android-beginners] Re: Android SDK and Eclipse Ganymede

2008-09-24 Thread Cezar Augustus Signori
First, verify if you have followed all the installation steps Second, if you have (and you probably have) created an project, check your AndroidManifest file See you ^^ On Sep 24, 10:34 am, JMcGarvey [EMAIL PROTECTED] wrote: Hello, I just installed the SDK and plugin for Eclipse, and I have

[android-beginners] What is adb.exe?

2008-09-24 Thread planetshine
What is adb.exe and must it run in the background during development in Eclipse IDE? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] Re: SMS App

2008-09-24 Thread Robert
I think this would be great too, once i get the sdk up and going i'd love to help out. A lot of people could use this for any provider, Tmo right now only has 2 options 25 - Unlimited Data - 400 Messages 35 - Unlimited Data Messages So this could help a load of people that only use messaging

[android-beginners] Terminal Emulation

2008-09-24 Thread Matt
I've searched all the SDK help pages the group messages, all I find about Telnet are posts about telnetting to the phone emulator. Anyone know if it's possible to use Telnet on Android? Specifically, I'd like to be able to open a Telnet session to an IBM AS/400 (or iSeries or IBMi or whatever

[android-beginners] Interesting Project

2008-09-24 Thread Svetzy
I have a very interesting app that I would like to get created. I am not a programmer and, having just started a new job, do not have time to learn. I was wondering if anyone was looking for a good project and would be interested in taking it on. In short, it's an alarm clock add-on that uses

[android-beginners] inability to access XML resources (R.string.xxx) outside of main activity...

2008-09-24 Thread gymshoe
I am having trouble accessing my XML resources from outside my main activity. I suspect this is easy to do, but I am a novice to android/ java and this is driving me crazy. I want to declare a class so it is not nested, but rather public to all other classes in my program. However, when I

[android-beginners] Re: : Help Needed

2008-09-24 Thread sukanto
Hi Jaideep / Imran, I believe this this kind of system is not possible to build without any hardware, even that will not be legal , at least in India. (no idea about laws in other countries) Actually initially i was planning to build some sort of software similar to yours. But we can't access the