[android-beginners] : Button

2008-09-23 Thread Imran


Hi All

when we use a default Button and click on it... it will
change its color( in to Orange... may be to show  onClick event)



--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] :Button

2008-09-23 Thread Imran

Hi All

when we use a default Button and click on it... it will
change its color( in to Orange... may be to show  onClick event)

   but  this is not the case when i  use
  button.setBackgroundDrawable(R.drawable.My_button);
  than button doesn't show any change on it when  i click
it...

 so is there any solution for this... so that i can use
button.setBackgroundDrawable(d) and also show some change when a
button is clicked

Thanks in advance for any replays...!

Mohd Imran
Budding Android Developer..!!!
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: First Steps: Learning Java by programming Android applications?

2008-09-23 Thread Imran



On Sep 23, 4:14 am, Ling-Ling <[EMAIL PROTECTED]> wrote:
> Hey guys,
>
> I wanted to learn java and I also want to write applications for the
> Android, so I thought I maybe could combine those two things. Would
> you recommend this, or should I learn first java?
> It would be great if you have a tutorial for learning java by
> programming android applications in english or german^^
>
> thanks
> Ling-Ling

Hey Ling-Ling

 My Advice is learn java first !!!
 u can spend 15 to 20  days on java  and than back to
Android... this will help u
  The best Book for java for u will be " Head First Java "

Mohd Imran
Budding Android Developer

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Extremely new, need help to install on Eclipse

2008-09-23 Thread Imran



On Sep 23, 12:52 am, Dev <[EMAIL PROTECTED]> wrote:
> I just got done installing java 6, eclipse 3.3 and android sdk .9 on
> Ubuntu.  I got eclipse with java working but I cannot seem to get
> Android working with Eclipse.  When I do the basic tutorial (the one
> where it just says "Hello, Android", it just pops up the Emulator
> (looks a lot like the HTC Dream) and says Android in the black
> screen.  Any help would be appreciated.

Hey Dev

 when u start the emulator for  the first time  it will take
some time to load ur application.
 so wait until the emulator loads ur application

Mohd  Imran
Budding Android Developer

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: View after ListView does not show up

2008-09-23 Thread Imran



On Sep 23, 12:14 am, elephantbug <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a problem to display the view (e.g. Button after the ListView
> which I will bind and populate from a CursorAdapter).
>
> Here is the part of the XML file:
>
> 
>  android:id="@+id/other_contact_layout"
> android:layout_width="fill_parent"
> android:layout_height="wrap_content"
> android:orientation="vertical" >
>
>  android:focusable="true"
> android:choiceMode="multipleChoice"
> android:layout_width="fill_parent"
> android:clickable="true"
> android:layout_height="wrap_content"/>
>  android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> android:text="@string/empty"/>
>
> 
> 
>
>  android:id="@+id/add_friend_layout"
> android:layout_width="fill_parent"
> android:layout_height="50px"
> android:layout_marginTop="1px"
> android:orientation="vertical" >
>
>  android:id="@+id/add_friend_button"
> android:layout_width="fill_parent"
> android:layout_height="wrap_content"
> android:gravity="center"
> android:text="bottom here" />
> 
>
> The list displays perfectly, however, the button at bottom never shows
> up.. If I put the button on top of the list, it works fine.
>
> Anyone know the reason?
>
> --elephantbug


Hi

can u post the complete xml fiile.!!!
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] .Net support

2008-09-23 Thread Krish

Is there any support for developing application on .Net platform?

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] grid instead of mapview on emulator

2008-09-23 Thread sudheer

Hello All
i am getting only a grid and not map. my ddms log has the following 3
lines and doesn't any one know how to get past this?

09-23 15:10:30.061: WARN/Maps_Persistence(605): Couldn't find
file:  /
data/data/MapAppProj.MapAppPack/files/DATA_Preferences
09-23 15:10:30.141: WARN/Maps_Persistence(605): Couldn't find
file:  /
data/data/MapAppProj.MapAppPack/files/DATA_Tiles
09-23 15:10:30.172: WARN/Maps(605): Couldn't restore map info, data
==
null


I have made manifest file and code according to the various
suggestions in this forum but am not successfull in seeing a map on
my
emulator.


Best Regards,
Sudheer



--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: database tool

2008-09-23 Thread AndreAgosto

No, no, sorry, you are right, SQLite database.
I installed firefox plugin now, thanks, but i can't find my android's
databases.. where they are? can you help me? thanks

On Sep 22, 8:51 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote:
> > is possible to explore android embedded database? already existing
> > something for that purpose?
>
> If by "Android embedded database" you mean the SQLite databases you can
> create, there are any number of SQLite clients available for use. For a
> GUI, I like the SQLite Manager plugin for Firefox. There's also SQLiteman,
> the command-line sqlite3 utility that comes with the SQLite program
> (http://www.sqlite.org), and many others.
>
> If you mean something else by "Android embedded database", write back with
> more information!
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 1.2 Published!
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: database tool

2008-09-23 Thread AndreAgosto

No, no, sorry, you are right, SQLite database.
I installed firefox plugin now, thanks, but i can't find my android's
databases.. where they are? can you help me? thanks

On Sep 22, 8:51 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote:
> > is possible to explore android embedded database? already existing
> > something for that purpose?
>
> If by "Android embedded database" you mean the SQLite databases you can
> create, there are any number of SQLite clients available for use. For a
> GUI, I like the SQLite Manager plugin for Firefox. There's also SQLiteman,
> the command-line sqlite3 utility that comes with the SQLite program
> (http://www.sqlite.org), and many others.
>
> If you mean something else by "Android embedded database", write back with
> more information!
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 1.2 Published!
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: both sdks

2008-09-23 Thread Sudha

Yes..sure

On Sep 23, 2:05 am, Greg Molnar <[EMAIL PROTECTED]> wrote:
> I have the previous version of the sdk installed.  I would like to keep that 
> and also install the new version.  I want to be able to still use code 
> created under the old version.  Is that possible?  Would it work if I 
> installed eclipse again in a separate directory and then install the new sdk.
>
>   Thanks,
>
>     Greg
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Eclipse ADT plugin Install Notice

2008-09-23 Thread hongqing huang
First ,you should install the JDK 1.6 ,then download the zip file from
www.eclipse.org,choose the right version for your OS,then unzip the zipfile
,there is a "Eclipse" directory ,open it, execute the "eclipse.exe".

2008/9/22 Joseph katende <[EMAIL PROTECTED]>

> I'm using Vista and I've already installed Android SDK. How do I start
> Eclipse 3.4 is the hurdle that i can't leap.
>
>
> On Sun, Sep 21, 2008 at 12:36 PM, hongqing huang <[EMAIL PROTECTED]>wrote:
>
>> Can you descripe the Wrong message or something else?For example ,what OS?
>>
>> 2008/9/20 Joseph katende <[EMAIL PROTECTED]>
>>
>>  hi everyone, I'm still having trouble trying to install Eclipse on my
>>> machine. Can you help?
>>>
>>>
>>>
>>> On Thu, Sep 18, 2008 at 3:48 AM, akin <[EMAIL PROTECTED]> wrote:
>>>

 hi,guys,if you got a "No repository found at
 https://dl-ssl.google.com/android/eclipse/";
 when you try to install the ADT plug-in in Eclipse 3.4,please try not
 use the url "https://dl-ssl.google.com/android/eclipse/",instead of
 "http://dl-ssl.google.com/android/eclipse/",hope  this may helpful.
 


--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: database tool

2008-09-23 Thread Mark Murphy

AndreAgosto wrote:
> No, no, sorry, you are right, SQLite database.
> I installed firefox plugin now, thanks, but i can't find my android's
> databases.. where they are? can you help me? thanks

On the device, you should be able to find them at:

/data/data/your.app.package/databases/your-db-name.db

(where your.app.package is the Java package name of your application, 
and your-db-name is the name you gave the database)

You can use adb pull (or the IDE equivalent) to download the database 
off the device and then browse it using the SQLite client.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.2 Published!

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Is it feasible....?

2008-09-23 Thread jaideep

hi,
i m new to android and i like to develop
an application on it using GPS technology and maps as my final year
project ... any suggestions or advice regarding the topic and the
duration required to develop an application using these
technologies ...and is it feasible?I like to develop a demonstrative
application so i need a real android based mobile instead of
emulator...tanx in advance
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2008-09-23 Thread patrick91

Yes I did :)
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: database tool

2008-09-23 Thread AndreAgosto

ok, Very thanks i discovered this way. So i think is not possible to
work directly on db in emulator, right? It would be very useful..

On Sep 23, 2:19 pm, Mark Murphy <[EMAIL PROTECTED]> wrote:
> AndreAgosto wrote:
> > No, no, sorry, you are right, SQLite database.
> > I installed firefox plugin now, thanks, but i can't find my android's
> > databases.. where they are? can you help me? thanks
>
> On the device, you should be able to find them at:
>
> /data/data/your.app.package/databases/your-db-name.db
>
> (where your.app.package is the Java package name of your application,
> and your-db-name is the name you gave the database)
>
> You can use adb pull (or the IDE equivalent) to download the database
> off the device and then browse it using the SQLite client.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 1.2 Published!
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: database tool

2008-09-23 Thread Mark Murphy

AndreAgosto wrote:
> ok, Very thanks i discovered this way. So i think is not possible to
> work directly on db in emulator, right? It would be very useful..

http://www.jsharkey.org/blog/2008/09/11/quick-database-row-editor-in-android-09-sdk/

I'm sure there will be a few SQLite clients available on the device in 
the future.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Warescription: All titles, revisions, & ebook formats, just $35/year

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Eclipse ADT plugin Install Notice

2008-09-23 Thread Joseph katende
Thanks so much I did figure it out and  I'm up and running.

On Tue, Sep 23, 2008 at 6:34 AM, hongqing huang <[EMAIL PROTECTED]>wrote:

>  First ,you should install the JDK 1.6 ,then download the zip file from
> www.eclipse.org,choose the right version for your OS,then unzip the
> zipfile ,there is a "Eclipse" directory ,open it, execute the "eclipse.exe".
>
> 2008/9/22 Joseph katende <[EMAIL PROTECTED]>
>
>  I'm using Vista and I've already installed Android SDK. How do I start
>> Eclipse 3.4 is the hurdle that i can't leap.
>>
>>
>> On Sun, Sep 21, 2008 at 12:36 PM, hongqing huang <[EMAIL PROTECTED]
>> > wrote:
>>
>>> Can you descripe the Wrong message or something else?For example ,what
>>> OS?
>>>
>>> 2008/9/20 Joseph katende <[EMAIL PROTECTED]>
>>>
>>>  hi everyone, I'm still having trouble trying to install Eclipse on my
 machine. Can you help?



 On Thu, Sep 18, 2008 at 3:48 AM, akin <[EMAIL PROTECTED]> wrote:

>
> hi,guys,if you got a "No repository found at
> https://dl-ssl.google.com/android/eclipse/";
> when you try to install the ADT plug-in in Eclipse 3.4,please try not
> use the url "https://dl-ssl.google.com/android/eclipse/",instead of
> "http://dl-ssl.google.com/android/eclipse/",hope  this may helpful.
> >
>

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Is it feasible....?

2008-09-23 Thread jtaylor

Developing an app on Android using GPS and maps is partially what
Android is all about. The G1 just came out today, so you can try and
get one and use that to demonstrate your app.

http://announcement.t-mobileg1.com/


- Juan T.

On Sep 23, 9:47 am, jaideep <[EMAIL PROTECTED]> wrote:
> hi,
> i m new to android and i like to develop
> an application on it using GPS technology and maps as my final year
> project ... any suggestions or advice regarding the topic and the
> duration required to develop an application using these
> technologies ...and is it feasible?I like to develop a demonstrative
> application so i need a real android based mobile instead of
> emulator...tanx in advance
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Error Message when setting SDK location in Eclipse

2008-09-23 Thread lemms



On Sep 22, 8:18 pm, lemms <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I noticed that whenever I try to set SDK location under Windows ->
> Preferences, it will show the following message in my terminal.
>
> Exception in thread "Thread-2" 
> java.lang.NoSuchMethodError:org.osgi.framework.Bundle.start(I)V at
> com.android.ide.eclipse.adt.AdtPlugin$11.run(Unknown Source)
>
> Not sure if it means anything. But so far, I can't create HelloAndroid
> or open any samples.
> Even though I had used as the tutorial HelloAndroid, the window "New
> Android Project" will keep showing me "Package name must be
> specified". (I did fill in the Package name as specified!).
>
> Anyone has any suggestion?
>
> I'm on Opensuse 10.2 and Eclipse 3.2.2.

Did a bit of research into the differences between eclipse 3.2 and
3.3.
Seems like 3.3 and above supports OSGi 4, and 3.2 does not.
>From the error message, it seems that something is trying to refer to
something related to OSGi, so this is likely the issue.
While there seems to be some ways to make 3.2 works, I think I'm just
going to just to 3.3 (or 3.4) directly.

Putting this here so that other developers can save a few days of
effort. :)
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Using Intents to Open Files

2008-09-23 Thread [EMAIL PROTECTED]

Hi All,

I don't really understand the concepts behind Intent/Context/Actions
etc, so to learn something I thought I would follow the tutorials over
@ AndDev.org to create a basic File Browser application. The code was
written for the previous SDK so I had to modify it a little to get it
to work and for the most part it does. The part I am having issues
with is getting the browser to start activities when you click on a
specific file (e.g. Open PhotoPicker when you click on a png image
etc.)

Inside my onClickedItem I have the following:

// Check to see if it is a file
// ...
// If it is a file doe the following
try {
Intent myIntent = new
Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("file://" +
aFile.getAbsolutePath().toString());
startActivity(myIntent)
} catch (Exception e) {
e.printStackTrace();
}

When I run this I get an ActivityNotFoundException

Is this how to correctly use Intents to open files? Perhaps I should
be checking the file's MIME type and trying to find the relevant
application that way. How would one achieve this?

Thanks for any help you can give me on this. I look forward to being
able to contribute back to the community in any way I can  :-)

Regards,
Timbobsteve

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Setup Intent for viewing photo

2008-09-23 Thread [EMAIL PROTECTED]

I have exactly the same issue. I want to pass a file to an Intent and
have android figure out the file-type and open it with the relevant
application.

I tried the following constructor for the intent:

Intent myIntent = new
Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("file://"+aFile.getAbsolutePath().toString()));

but again no luck here. Still the same Exception
("ActivityNotFoundException"). Does anyone know how to achieve this?

Thanks.



On Sep 18, 11:23 am, glock45 <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I try using build-in picture activities toopenimagefor viewing ...
>
> ...
> Intent photoPickerIntent = new
>
> Intent(Intent.ACTION_VIEW,Uri.fromFile(TestActivity.this.getFileStreamPath(fileame)));
>
> startActivity(photoPickerIntent);
> ...
>
> .. and get error:
>
> ERROR/AndroidRuntime(1523): android.content.ActivityNotFoundException:
> No Activity found to handle Intent { action=android.intent.action.VIEW
> data=file:///data/data/[...]/files/test_photo }
>
> any help ?

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2008-09-23 Thread 1999 crack
2008/9/23 patrick91 <[EMAIL PROTECTED]>

>
> Yes I did :)
> >
>

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] trouble installing SDK

2008-09-23 Thread Michael Potter
G'day

Having a bit of trouble installing the Android Plugin for Eclipse (ADT). I
have followed the steps as per the guide, and everything seems to work fine
up until Eclipse restarts.

When I go to 'windows\preferences' to configure the path of the SDK, I cant
see any link for Android.
When I check under 'help\software updates\manage configuration' I see two
strange things:
1) Under 'eclipse platform' I have 2 links to the exact same path
2) When I open either of the above paths, I see a list of packages
(including Android), but with red crosses (indicating disabled?)

Any advice on how to get around this problem?

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Androids mobile suite

2008-09-23 Thread [EMAIL PROTECTED]

Hi guys!!!

I want to replace the software plataform of my Mobile phone (Nokia
6300) and run the Androids´s but im not a familiar whit any web
lenguage in order to develop my own version . There´s any chanse to
download a mobile suite in my terminal whit all the google modules  ?
In the other hand if any of you want to share his work whit me im open
to run my devise whit your modules.

Tanks!!!

Jose

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Using Intents to Open Specific Files

2008-09-23 Thread David.Dyball

Hi All,

First post! Yay.

I don't really understand the concepts behind Intent/Context/Actions
etc, so to learn something I thought I would follow the tutorials over
@ AndDev.org to create a basic File Browser application. The code was
written for the previous SDK so I had to modify it a little to get it
to work and for the most part it does. The part I am having issues
with is getting the browser to start activities when you click on a
specific file (e.g. Open PhotoPicker when you click on a png image
etc.)

Inside my onClickedItem I have the following:

// Check to see if it is a file
// ...
// If it is a file doe the following
try {
Intent myIntent = new
Intent(android.content.Intent.ACTION_VIEW,
 
Uri.parse("file://" + aFile.getAbsolutePath().toString());
startActivity(myIntent)
} catch (Exception e) {
e.printStackTrace();
}

When I run this I get an ActivityNotFoundException

Is this how to correctly use Intents to open files? Perhaps I should
be checking the file's MIME type and trying to find the relevant
application that way. How would one achieve this?

Thanks for any help you can give me on this. I look forward to being
able to contribute back to the community in any way I can :-)

Regards,
David
I <3 android!

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: both sdks

2008-09-23 Thread steelerfan

Before I mess something uphave you done this or what makes you so
sure.  Its not possible that something in the Registry will be
overwritten or elsewhere.  i.e. Java libraries

  Thanks!

On Sep 23, 7:02 am, Sudha <[EMAIL PROTECTED]> wrote:
> Yes..sure
>
> On Sep 23, 2:05 am, Greg Molnar <[EMAIL PROTECTED]> wrote:
>
>
>
> > I have the previous version of the sdk installed.  I would like to keep 
> > that and also install the new version.  I want to be able to still use code 
> > created under the old version.  Is that possible?  Would it work if I 
> > installed eclipse again in a separate directory and then install the new 
> > sdk.
>
> >   Thanks,
>
> >     Greg- Hide quoted text -
>
> - Show quoted text -

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: database tool

2008-09-23 Thread Harijadi Witaria

Test

On 9/23/08, AndreAgosto <[EMAIL PROTECTED]> wrote:
>
> ok, Very thanks i discovered this way. So i think is not possible to
> work directly on db in emulator, right? It would be very useful..
>
> On Sep 23, 2:19 pm, Mark Murphy <[EMAIL PROTECTED]> wrote:
>> AndreAgosto wrote:
>> > No, no, sorry, you are right, SQLite database.
>> > I installed firefox plugin now, thanks, but i can't find my android's
>> > databases.. where they are? can you help me? thanks
>>
>> On the device, you should be able to find them at:
>>
>> /data/data/your.app.package/databases/your-db-name.db
>>
>> (where your.app.package is the Java package name of your application,
>> and your-db-name is the name you gave the database)
>>
>> You can use adb pull (or the IDE equivalent) to download the database
>> off the device and then browse it using the SQLite client.
>>
>> --
>> Mark Murphy (a Commons Guy)http://commonsware.com
>> _The Busy Coder's Guide to Android Development_ Version 1.2 Published!
> >
>

-- 
Sent from Gmail for mobile | mobile.google.com

devil ray
harijadi witaria

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: .Net support

2008-09-23 Thread David.Dyball

Not at this stage. With .NET being primarily a Windows development
platform, I don't think that it will become available on a Java-based,
Linux platform any time soon. There are Linux .Net interpreters out
there (Mono), but I doubt they would run on such embedded platforms...
though I could be wrong.

On Sep 23, 8:04 am, Krish <[EMAIL PROTECTED]> wrote:
> Is there any support for developing application on .Net platform?

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Using Intents to Open Specific Files

2008-09-23 Thread David.Dyball

Hi All,

I'm following a great tutorial from AndDev.org (http://www.anddev.org/
viewtopic.php?t=67) where it shows you how to make a simple File
Browser.

There were a lot of instances where the code needed small
modifications to run on SDK-0.9, but there is one part that I am stuck
on. Opening selected files with applications (e.g. opening a png file
in PhotoPicker).

In my ListView.onListItemClicked() funtion I have the following code:

Intent myIntent = new
Intent(android.content.Intent.ACTION_VIEW,
 
Uri.parse("file://" + aFilename.getAbsolutePath().toString());
startActivity(myIntent);

but it gives me an ActivityNotFoundException.

Perhaps I am totally misunderstanding how Intents work. To be brutally
honest the whole Intent/Context terminology is quite new to me and any
help understanding it would be appreciated (I've already read the
tutorials on the android doc pages ;-) )

If anyone can point me in the direction of a good tutorial on Intents/
Context/Opening Apps I would be grateful.

Regards,
David.
i <3 Android

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: .Net support

2008-09-23 Thread David.Dyball

The short answer would be "no":
.NET is, by default a Windows only library. Android is a Java Virtual
Machine running on top of linux. Writing .NET code and trying to do
anything with it on android is a good way to get frustrated.

The long answer: "sort of"
.NET has been ported to Linux in the form of Mono (www.mono-
project.org). Once the full code for android is released, I guess
someone could port parts of Mono to run natively on the Android
platform, but I doubt the performance would be very good.

A good way to think of it is like this: .NET is a platform for writing
programs on windows. Android is a Platform for writing mobile
applications. It would be easiest to just learn Java (easy if you
already know C/C++). It will save you a lot of headache in the long
run.

Hope that helps.

Regards,
David.

On Sep 23, 8:04 am, Krish <[EMAIL PROTECTED]> wrote:
> Is there any support for developing application on .Net platform?

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Identifying the android screen mode (landscape/portrait)

2008-09-23 Thread [EMAIL PROTECTED]

Oh, thnx Phil... It works good...

On Sep 20, 6:56 am, Phil <[EMAIL PROTECTED]> wrote:
> Hi.
>
> You could use the following to determine the screen resolution from
> within your Activity/Context...
>
> getWindow().getWindowManager().getDefaultDisplay().getHeight()
> getWindow().getWindowManager().getDefaultDisplay().getWidth()
>
> Phil
>
> On Sep 19, 11:02 pm, "[EMAIL PROTECTED]"
>
> <[EMAIL PROTECTED]> wrote:
> > Hi everybody,
>
> > Is there some way to know the android screen mode...? That is... when
> > we run the android emulator we have landscape and portrait options to
> > show the content...
>
> > But... If I have an application that needs to recognize one of this
> > screen modes in execution time...?
>
> > How can I do it?
>
> > thx
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] R cannot be resolved

2008-09-23 Thread agrawalswap

Hi,

I just d/l the Android sdk and ADT.
I created a new android project in eclipse as per documentation and
selected one of the sample project.

I also added the Android.jar as external jar file.

But I still get 'R cannot be resolved' error during my build.

Any pointers as to how I can fix this?


Thanks
Swapnil Agrawal

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: R cannot be resolved

2008-09-23 Thread Xavier Ducrohet

If you had to add the android.jar manually, then you did not create
the project properly.

Always use the Android New Project wizard to create android project.

You should be able to convert your standard java project into an
android project by doing:
- right click your project in the package explorer
- choose android tools > Convert your project to android.

Xav

On Tue, Sep 23, 2008 at 10:27 AM, agrawalswap
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I just d/l the Android sdk and ADT.
> I created a new android project in eclipse as per documentation and
> selected one of the sample project.
>
> I also added the Android.jar as external jar file.
>
> But I still get 'R cannot be resolved' error during my build.
>
> Any pointers as to how I can fix this?
>
>
> Thanks
> Swapnil Agrawal
>
> >
>

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Android 1.0 SDK Released

2008-09-23 Thread Megha Joshi
Hi everyone,

We're pleased to announce the release of the Android 1.0 SDK, release 1.

For full information, please see Dan Morrill's blog post:


http://android-developers.blogspot.com/2008/09/announcing-android-10-sdk-release-1.html

SDK Download:

http://code.google.com/android/download.html

Overview of Changes since 0.9 SDK:

 http://code.google.com/android/migrating/0.9-1.0/changes-overview.html

Android Developer Guide:

http://code.google.com/android/documentation.html

Thanks for using the Android SDK and Happy coding!

Cheers,
The Android Team.

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Problems trying to compile "Hello, Android"

2008-09-23 Thread bsnelson

I'm using Eclipse 3.4 with the Android SDK, and I'm trying to run the
"Hello, Android" sample. I made the changes to my HelloAndroid.java
(and checked it several times), but I keep getting two errors when I
try to build:

ERROR No resource identifier found for attribute 'versionCode' in
package 'android'
ERROR No resource identifier found for attribute 'versionName' in
package 'android'

I'm a twenty year veteran in software development, but I'm new to
Java, Android and Eclipse. Anyone care to help out a dummy?

Thanks,

Brad

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: R cannot be resolved

2008-09-23 Thread Kah0ona

Yes, I got the same problem. Also just downloaded the Android SDK and
ADT, working in Eclipse 3.2...

The R.java file isn't generated appearantly... Any ideas?

On Sep 23, 7:27 pm, agrawalswap <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just d/l the Android sdk and ADT.
> I created a new android project in eclipse as per documentation and
> selected one of the sample project.
>
> I also added the Android.jar as external jar file.
>
> But I still get 'R cannot be resolved' error during my build.
>
> Any pointers as to how I can fix this?
>
> Thanks
> Swapnil Agrawal

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: R cannot be resolved

2008-09-23 Thread Kah0ona

I have exactly the same problem. Also just downloaded it today, as you
did appearantly. The R.java file is not (re)generated...

On Sep 23, 7:27 pm, agrawalswap <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just d/l the Android sdk and ADT.
> I created a new android project in eclipse as per documentation and
> selected one of the sample project.
>
> I also added the Android.jar as external jar file.
>
> But I still get 'R cannot be resolved' error during my build.
>
> Any pointers as to how I can fix this?
>
> Thanks
> Swapnil Agrawal

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Emulator starts but HelloAndroid doesn't run

2008-09-23 Thread bsnelson

I resolved (?) the build error I had in my previous post, and my
HelloAndroid project seems to build now, but when I try to run it in
the emulator, it doesn't work. Specifically, the emulator boots and
goes to the "keyboard locked" screen and, in general, behaves
normally, but without running my code.

I'm sure I'm missing something stupid, but I'm not even sure what to
offer for info. Here's a bit of it:

Windows Vista Ultimate 64 bit OS
Eclipse 3.4
Android SDK 0.9
HelloAndroid project built according to the "Getting Started" pages

Output from my Eclipse console:

[2008-09-23 17:00:00 - HelloAndroid] --
[2008-09-23 17:00:00 - HelloAndroid] Android Launch!
[2008-09-23 17:00:00 - HelloAndroid] adb is running normally.
[2008-09-23 17:00:00 - HelloAndroid] Launching:
com.bsnelson.hello.HelloAndroid
[2008-09-23 17:00:00 - HelloAndroid] Automatic Target Mode: launching
new emulator.
[2008-09-23 17:00:00 - HelloAndroid] Launching a new emulator.
[2008-09-23 17:00:01 - HelloAndroid] New emulator found: emulator-5554
[2008-09-23 17:00:01 - HelloAndroid] Waiting for HOME
('android.process.acore') to be launched...

And there it sits, emulator running great, but no sign of my app.

Any ideas?

Thanks,

Brad
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Emulator starts but HelloAndroid doesn't run

2008-09-23 Thread Mark Murphy

> I resolved (?) the build error I had in my previous post, and my
> HelloAndroid project seems to build now, but when I try to run it in
> the emulator, it doesn't work. Specifically, the emulator boots and
> goes to the "keyboard locked" screen and, in general, behaves
> normally, but without running my code.

Does it get to the home screen? (wallpaper, clock, etc.) If not, wait a
bit -- the first time you run the emulator, it takes a while to create all
the appropriate user and system disk images.

Is your activity installed?

Did you start your activity from the application drawer on the home screen?

--
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.2 Published!



--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Emulator starts but HelloAndroid doesn't run

2008-09-23 Thread bsnelson

On Sep 23, 5:50 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote:
> > I resolved (?) the build error I had in my previous post, and my
> > HelloAndroid project seems to build now, but when I try to run it in
> > the emulator, it doesn't work. Specifically, the emulator boots and
> > goes to the "keyboard locked" screen and, in general, behaves
> > normally, but without running my code.
>
> Does it get to the home screen? (wallpaper, clock, etc.) If not, wait a
> bit -- the first time you run the emulator, it takes a while to create all
> the appropriate user and system disk images.
>
> Is your activity installed?
>
> Did you start your activity from the application drawer on the home screen?
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 1.2 Published!

Hi Mark, thanks for responding to my post. It does, in fact, get to
the home screen with the wallpaper, clock etc.

I'm not sure what you mean by my activity being "installed"; I didn't
see that option in the walkthrough.

As for the application drawer, is that under "dev tools" on the screen
with "Alarm Clock", "API Demos" etc? I see the com.android.* entries
in there, but there's not an entry for mine (com.bsnelson.*).

Sorry for all of the super-novice questions; I'm certain that I'll be
off and running after I get this app going.

Brad

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Emulator starts but HelloAndroid doesn't run

2008-09-23 Thread Xavier Ducrohet

You are using the Eclipse plugin version 0.8.0 that was released to be
used by the new SDK 1.0.

The problem is that the name of the HOME process changed between 0.9
and 1.0 so the Eclipse plugin never sees it being launched on the
emulator.

Please update to the new SDK, so that Eclipse properly detects the
HOME process, and finish the launch process by installing your app on
the emulator and starting it.

Xav

On Tue, Sep 23, 2008 at 3:11 PM, bsnelson <[EMAIL PROTECTED]> wrote:
>
> I resolved (?) the build error I had in my previous post, and my
> HelloAndroid project seems to build now, but when I try to run it in
> the emulator, it doesn't work. Specifically, the emulator boots and
> goes to the "keyboard locked" screen and, in general, behaves
> normally, but without running my code.
>
> I'm sure I'm missing something stupid, but I'm not even sure what to
> offer for info. Here's a bit of it:
>
> Windows Vista Ultimate 64 bit OS
> Eclipse 3.4
> Android SDK 0.9
> HelloAndroid project built according to the "Getting Started" pages
>
> Output from my Eclipse console:
>
> [2008-09-23 17:00:00 - HelloAndroid] --
> [2008-09-23 17:00:00 - HelloAndroid] Android Launch!
> [2008-09-23 17:00:00 - HelloAndroid] adb is running normally.
> [2008-09-23 17:00:00 - HelloAndroid] Launching:
> com.bsnelson.hello.HelloAndroid
> [2008-09-23 17:00:00 - HelloAndroid] Automatic Target Mode: launching
> new emulator.
> [2008-09-23 17:00:00 - HelloAndroid] Launching a new emulator.
> [2008-09-23 17:00:01 - HelloAndroid] New emulator found: emulator-5554
> [2008-09-23 17:00:01 - HelloAndroid] Waiting for HOME
> ('android.process.acore') to be launched...
>
> And there it sits, emulator running great, but no sign of my app.
>
> Any ideas?
>
> Thanks,
>
> Brad
> >
>

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Emulator starts but HelloAndroid doesn't run

2008-09-23 Thread bsnelson

On Sep 23, 8:39 pm, "Xavier Ducrohet" <[EMAIL PROTECTED]> wrote:
> You are using the Eclipse plugin version 0.8.0 that was released to be
> used by the new SDK 1.0.
>
> The problem is that the name of the HOME process changed between 0.9
> and 1.0 so the Eclipse plugin never sees it being launched on the
> emulator.
>
> Please update to the new SDK, so that Eclipse properly detects the
> HOME process, and finish the launch process by installing your app on
> the emulator and starting it.
>
> Xav
>
> On Tue, Sep 23, 2008 at 3:11 PM, bsnelson <[EMAIL PROTECTED]> wrote:
>
> > I resolved (?) the build error I had in my previous post, and my
> > HelloAndroid project seems to build now, but when I try to run it in
> > the emulator, it doesn't work. Specifically, the emulator boots and
> > goes to the "keyboard locked" screen and, in general, behaves
> > normally, but without running my code.
>
> > I'm sure I'm missing something stupid, but I'm not even sure what to
> > offer for info. Here's a bit of it:
>
> > Windows Vista Ultimate 64 bit OS
> > Eclipse 3.4
> > Android SDK 0.9
> > HelloAndroid project built according to the "Getting Started" pages
>
> > Output from my Eclipse console:
>
> > [2008-09-23 17:00:00 - HelloAndroid] --
> > [2008-09-23 17:00:00 - HelloAndroid] Android Launch!
> > [2008-09-23 17:00:00 - HelloAndroid] adb is running normally.
> > [2008-09-23 17:00:00 - HelloAndroid] Launching:
> > com.bsnelson.hello.HelloAndroid
> > [2008-09-23 17:00:00 - HelloAndroid] Automatic Target Mode: launching
> > new emulator.
> > [2008-09-23 17:00:00 - HelloAndroid] Launching a new emulator.
> > [2008-09-23 17:00:01 - HelloAndroid] New emulator found: emulator-5554
> > [2008-09-23 17:00:01 - HelloAndroid] Waiting for HOME
> > ('android.process.acore') to be launched...
>
> > And there it sits, emulator running great, but no sign of my app.
>
> > Any ideas?
>
> > Thanks,
>
> > Brad

Thank you very much, Xavier! That did the trick. Perhaps it's time for
a new FAQ entry, although I suppose the 1.0 SDK will be much more
widely installed, so it should be a fringe thing.

Brad
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: both sdks

2008-09-23 Thread Sudha

I am using eclipse 3.3 for older sdk and 3.4 for 0.9
in my case its working fine




On Sep 23, 8:56 pm, steelerfan <[EMAIL PROTECTED]> wrote:
> Before I mess something uphave you done this or what makes you so
> sure.  Its not possible that something in the Registry will be
> overwritten or elsewhere.  i.e. Java libraries
>
>   Thanks!
>
> On Sep 23, 7:02 am, Sudha <[EMAIL PROTECTED]> wrote:
>
>
>
> > Yes..sure
>
> > On Sep 23, 2:05 am, Greg Molnar <[EMAIL PROTECTED]> wrote:
>
> > > I have the previous version of the sdk installed.  I would like to keep 
> > > that and also install the new version.  I want to be able to still use 
> > > code created under the old version.  Is that possible?  Would it work if 
> > > I installed eclipse again in a separate directory and then install the 
> > > new sdk.
>
> > >   Thanks,
>
> > >     Greg- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Android Targets

2008-09-23 Thread Inam Jameel

Hi to all
i m new in mobile application development. i want to know which
mobiles can support Android.
according to my research on mobile platforms there are currently 5
major platforms including, Blackberry, Windows Mobile, Symbian, iPhone
etc.
please inform me about the target areas of Android.
will Android be install on the above mentioned platforms or not??


--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] New Tmobile G1

2008-09-23 Thread Henry

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 control everything and make it hard for
people to do anything. I was wondering if there is a place where I can
shop for these softwares already I dont get my phone till Oct. 22 and
I should get it on that day because I pre ordered it but is there a
place where I can browse softwares for it already?

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] re HelloActivity / HelloAndroid

2008-09-23 Thread jelizondo

I have a problem running the example HelloAndroid in the Getting
Started section and curiously the same problem running the
HelloActivity in the samples directory.

I have followed the instructions precisely as given to create the new
project and import the existing project.

In both cases when run the message "Launch configuration
android.content.res references non-existing project HelloWorld." is
the only thing I get.

There are no compilation or build errors and the emulator launches
properly (I can see adb.exe in TaskManager) I tried adb kill-server as
suggested somewhere else, with the same results.

I have tried all things I could think of (Project / Clean), deleting
the projects (down to deleting the directory using Windows), rebooting
and nothing seems to work.

Machine data:
   WinXP SP3,
   Android SDK 1.0 R1,
   Eclipse Ganymede Version: 3.4.1 Build id: M20080903-2000,
   SUN Java SDK (6 Update 7),
   SUN JRE 6 Update 7 (installed prior to the SDK install)

Any help is greatly appreciated.

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android Targets

2008-09-23 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 warranty you would end up with a very shiny
brick!  My advice, unless you are absolutely sure you know what you're
doing, would be to either buy the G1, or wait for another Android
device to be released.

On Tue, Sep 23, 2008 at 9:21 PM, Inam Jameel <[EMAIL PROTECTED]> wrote:
>
> Hi to all
> i m new in mobile application development. i want to know which
> mobiles can support Android.
> according to my research on mobile platforms there are currently 5
> major platforms including, Blackberry, Windows Mobile, Symbian, iPhone
> etc.
> please inform me about the target areas of Android.
> will Android be install on the above mentioned platforms or not??
>
>
> >
>

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: New Tmobile G1

2008-09-23 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 control everything and make it hard for
> people to do anything. I was wondering if there is a place where I can
> shop for these softwares already I dont get my phone till Oct. 22 and
> I should get it on that day because I pre ordered it but is there a
> place where I can browse softwares for it already?
>
> >
>

--~--~-~--~~~---~--~~
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 group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---