[android-beginners] Re: How to create AVD ?

2009-06-06 Thread siva prasad
better u try like this
D:\android-sdk-windows-1.0_r2\android-sdk-windows-1.0_r2.
i will work fine.

On Fri, Jun 5, 2009 at 3:09 AM, jbrohan  wrote:

>
> In teh command prompt window you need to get into the right directory
> (folder) to issue the command. you need to  get to
> C:
> C: cd C:\android-sdk-windows-1.5_r2
> C:\android-sdk-windows-1.5_r2 cd tools
> C:\android-sdk-windows-1.5_r2\tools android crea...
>
> look up dos cd in google.
> John
>
> On Jun 4, 9:21 am, "muhammadaliqa...@gmail.com"
>  wrote:
> > Hi,
> >
> > I am using Vista. I have installed android-sdk-windows-1.5_r2,
> > inserted the path of sdk in system variables and installed Eclipse
> > IDE. I have also intstalled the android plug in for Eclipse. How ever
> > I am facing difficulties in creating an AVD. Though I tried the
> > following command on command prompt but it didn't work :(
> >
> > android create avd --target 2 --name my_avd
> > (http://developer.android.com/guide/developing/tools/avd.html#options)
> >
> > The location of my sdk is:
> > C:\android-sdk-windows-1.5_r2
> >
> > I am not familiar with the cmd prompt instructions.  So, kindly help
> > me out!
> > Thanks...
>
> >
>


-- 



Thanks&&Regards
Siva.

--~--~-~--~~~---~--~~
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
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 to solve "G1/HTC Magic not recognized by ADB under Windows"

2009-06-06 Thread Raphael

 I suggest you look at the replies on the original thread. Some people
had the same issue and indicated how they solved it (sorry I don't
quite remember the exact solution).

This might help:

http://groups.google.com/group/android-beginners/search?group=android-beginners&q=regedit&qt_g=Search+this+group
and
http://groups.google.com/group/android-developers/browse_thread/thread/48e92dcc0a8a9a23/bbff8436bfd23ce0?lnk=gst&q=G1%2FHTC+Magic+not+recognized+by+ADB+under+Windows#bbff8436bfd23ce0

Instead of replying directly to me, please make sure to reply to the
group. Someone else than me might be able to help you.

Hope this helps,
R/

On Sat, Jun 6, 2009 at 12:06 AM, siegelini wrote:
> Thank you for this most useful post.  While in regedit I can't seem to
> add everyone full control in permissions. It tells me its unable to
> save the permissions and access is denied.  Is there something other
> than just checking the box by full control? I wonder if you could help
> me in this area and let me know what I might do that I'm missing.
> Thanks in advance,
> Adam
>
> On May 19, 2:57 pm, Raphael  wrote:
>> If you don't use Windows or adb has no problem with your device,
>> please skip this.
>> If your G1 or HTC Magic is not properly recognized by ADB under
>> Windows, please read this.
>>
>> The bottom line: Please make sure to enable Home > Settings >
>> Applications > Development > USB debugging on your G1 or HTC Magic
>> *before* you plug it in Windows the very first time.
>>
>> If you read this after the fact, googling why "adb doesn't recognize
>> my device under Windows", here are the steps to fix it:
>>
>> This concerns both the G1 and HTC Magic and all flavors of Windows.
>>
>> 1- Remove existing drivers:
>> 1a- Plug your phone
>> 1b- Open the Device Manager
>> 1c- Remove any driver for [ADB Interface > HTC Composite ADB
>> Interface] and [Disk Drives > HTC Android Phone USB Device] if you see
>> them
>> 1d- Unplug phone
>>
>> 2- Edit the registry
>> 2a- Disclaimer: be careful what you do in regedit. If you're not sure,
>> don't use it :-)
>> 2b- Open the Registry Editor (Start > search/run > regedit)
>> 2c- You *may* need to be administrator to do that
>> 2d- Search for "vid_0bb4&pid_0c02" in keys or values. It makes take a
>> while. If you find in a value, delete the whole key folder.
>> 2e- Some keys might be "locked": right-click them and add "everyone:
>> full control" to the permissions. Then delete the key folder.
>> 2f- Repeat the search till no more instances are found.
>> 2g- Close regedit.
>>
>> 3- Before your plug in your phone:
>> 3a- Make sure to enable Home > Settings > Applications > Development >
>> USB debugging on your G1 or HTC Magic
>> 3b- Plug the phone in. Windows should now ask you for a driver
>> 3c- Do NOT selected to search the Windows Update. Instead select "I
>> will choose a driver" or the equivalent.
>> 3d- Make sure to give the *full* path to the x86 or x86_64 driver, e.g:
>>      SDK/usb_driver/x86/
>> or  SDK/usb_driver/x86_64/
>> If you just select "SDK/usb_driver", Windows might take the wrong
>> architecture and complain the driver can't be installed.
>>
>> Thanks for those who reported the issue and helped me solve it.
>>
>> Relevant 
>> threads:http://groups.google.com/group/android-beginners/browse_thread/thread...http://groups.google.com/group/android-developers/browse_thread/threa...
>>
>> R/
>

--~--~-~--~~~---~--~~
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
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 to create AVD ?

2009-06-06 Thread Raphael

If you have the ADT 0.9.1 plugin for Eclipse, you can also create a
new AVD using Window > AVD Manager.
R/

On Thu, Jun 4, 2009 at 6:21 AM,
muhammadaliqa...@gmail.com wrote:
>
> Hi,
>
> I am using Vista. I have installed android-sdk-windows-1.5_r2,
> inserted the path of sdk in system variables and installed Eclipse
> IDE. I have also intstalled the android plug in for Eclipse. How ever
> I am facing difficulties in creating an AVD. Though I tried the
> following command on command prompt but it didn't work :(
>
> android create avd --target 2 --name my_avd
> (http://developer.android.com/guide/developing/tools/avd.html#options)
>
> The location of my sdk is:
> C:\android-sdk-windows-1.5_r2
>
> I am not familiar with the cmd prompt instructions.  So, kindly help
> me out!
> Thanks...
>
>
>
>
>
>
> >
>

--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Rado's Colorthon Tutorial Now Available on YouTube

2009-06-06 Thread radiolistener

Hi All,

The source code is now up on my web site.  Tutorials->Colorthon  Also,
the compiled version is on the MarketPlace, Applications-
>SoftwareLibraries ( Compiled under Android 1.5)

On Jun 2, 8:47 pm, radiolistener  wrote:
> Hi All,
>
> I just finished my fourth video, of the Colorthon Video Tutorial.
> It's a basic tutorial that explains how you can set shared preferences
> and layout manipulation.  This will enable you to allow the users of
> your application to customize the look and feel  of the application.
> In this instance it's the colors.  It allows users to pick from 64
> different collors on six different settings.
>
> There are 4, 10 minute video in the series.  The source code I will be
> putting on my web site, radiolistenersElectricEasel.com, as soon as I
> get a chance to.  This is my way of giving back to the community.
>
> Feedback is always appreciated,
> radioliste...@radiolistenerselectriceasel.com
>
> The YouTube link is:http://www.youtube.com/view_play_list?p=A4FF04A11E7C4FE5
> And they will also be embedded into my web site where I'll put the
> source code, under Apache License.
>
> Thanks,
>
> John Leone
> AKA Radiolistener
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Hello, Android the book

2009-06-06 Thread Mark Murphy

ayush wrote:
> the "Busy Coders Guide" has been the single most useful resource
> during my brief stint with android. for a newcomer, it does a great
> job of explaining the concepts in a concise step-by-step manner. even
> though i have a J2ME background, the concept of using XML to define
> elements, layouts etc was new to me. it was only after reading this
> book that i became comfortable with this aspect and understood the
> huge benefits of the XML approach.
> positives of this book -
> 1) crisp, clear and systematic explanation of all concepts
> 2) covers almost all aspects of android ... i.e. pretty much a one-
> stop solution and reference. its second only to the actual Android
> Documentation
> 3) written in a style that even newbies can follow - very very
> important aspect INMO

Thanks!

> negatives (if at all u consider them as negatives): does not deal much
> with the topic of improving the "look and graphics" of ur application.
> theres hardly any discussion on using elements such as Custom Views,
> Gradients, AnimationDrawables etc ... though i guess these things
> matter only to budding game programmers like me.
> overall still a great book to have.

Mostly, I suck at those topics. I can only write what I have talent for. :-(

That being said, there is some basic coverage of gradients, custom
views, and animations in the companion book, _The Busy Coder's Guide to
*Advanced* Android Development_, available presently via the
Warescription, and to appear in print in ~7 weeks.

Android could definitely use a book aimed at game development (2D/3D),
though that'll have to be written by somebody other than me.

Thanks for the feedback!

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Development Wiki: http://wiki.andmob.org

--~--~-~--~~~---~--~~
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
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 to solve "G1/HTC Magic not recognized by ADB under Windows"

2009-06-06 Thread Logik

good info. Will be useful for those who have that issue

On Jun 6, 2:42 am, Raphael  wrote:
>  I suggest you look at the replies on the original thread. Some people
> had the same issue and indicated how they solved it (sorry I don't
> quite remember the exact solution).
>
> This might help:
>
> http://groups.google.com/group/android-beginners/search?group=android...
> andhttp://groups.google.com/group/android-developers/browse_thread/threa...
>
> Instead of replying directly to me, please make sure to reply to the
> group. Someone else than me might be able to help you.
>
> Hope this helps,
> R/
>
> On Sat, Jun 6, 2009 at 12:06 AM, siegelini wrote:
> > Thank you for this most useful post.  While in regedit I can't seem to
> > add everyone full control in permissions. It tells me its unable to
> > save the permissions and access is denied.  Is there something other
> > than just checking the box by full control? I wonder if you could help
> > me in this area and let me know what I might do that I'm missing.
> > Thanks in advance,
> > Adam
>
> > On May 19, 2:57 pm, Raphael  wrote:
> >> If you don't use Windows or adb has no problem with your device,
> >> please skip this.
> >> If your G1 or HTC Magic is not properly recognized by ADB under
> >> Windows, please read this.
>
> >> The bottom line: Please make sure to enable Home > Settings >
> >> Applications > Development > USB debugging on your G1 or HTC Magic
> >> *before* you plug it in Windows the very first time.
>
> >> If you read this after the fact, googling why "adb doesn't recognize
> >> my device under Windows", here are the steps to fix it:
>
> >> This concerns both the G1 and HTC Magic and all flavors of Windows.
>
> >> 1- Remove existing drivers:
> >> 1a- Plug your phone
> >> 1b- Open the Device Manager
> >> 1c- Remove any driver for [ADB Interface > HTC Composite ADB
> >> Interface] and [Disk Drives > HTC Android Phone USB Device] if you see
> >> them
> >> 1d- Unplug phone
>
> >> 2- Edit the registry
> >> 2a- Disclaimer: be careful what you do in regedit. If you're not sure,
> >> don't use it :-)
> >> 2b- Open the Registry Editor (Start > search/run > regedit)
> >> 2c- You *may* need to be administrator to do that
> >> 2d- Search for "vid_0bb4&pid_0c02" in keys or values. It makes take a
> >> while. If you find in a value, delete the whole key folder.
> >> 2e- Some keys might be "locked": right-click them and add "everyone:
> >> full control" to the permissions. Then delete the key folder.
> >> 2f- Repeat the search till no more instances are found.
> >> 2g- Close regedit.
>
> >> 3- Before your plug in your phone:
> >> 3a- Make sure to enable Home > Settings > Applications > Development >
> >> USB debugging on your G1 or HTC Magic
> >> 3b- Plug the phone in. Windows should now ask you for a driver
> >> 3c- Do NOT selected to search the Windows Update. Instead select "I
> >> will choose a driver" or the equivalent.
> >> 3d- Make sure to give the *full* path to the x86 or x86_64 driver, e.g:
> >>      SDK/usb_driver/x86/
> >> or  SDK/usb_driver/x86_64/
> >> If you just select "SDK/usb_driver", Windows might take the wrong
> >> architecture and complain the driver can't be installed.
>
> >> Thanks for those who reported the issue and helped me solve it.
>
> >> Relevant 
> >> threads:http://groups.google.com/group/android-beginners/browse_thread/thread..
>
> >> R/
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Screen pointer

2009-06-06 Thread deepdr...@googlemail.com

There is a video explaining how to build a DIY stylus that works with
capacitive touch screens over at

http://www.metacafe.com/watch/1322617/make_your_own_stylus_for_your_ipod_touch_iphone/

(should work for the G1 equally well as for the i-products)

--

http://www.deepdroid.com



On May 28, 12:58 pm, Rafa Perfeito  wrote:
> Hey,
> Nobody likes the finger usability of Android more than me... But what if
> want some precisioning pointing? Some drawing in small areas, for example?
> Do you guys know any pointer or pen that works with android? Does it matter
> what we use to touch the screen?
>
> Give me your thoughts on this, please.
> Thanks
> Cheers
>
> --
> Cumprimentos,
>
> Hugo Rafael Augusto
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Opening an old project in Eclipse

2009-06-06 Thread Mauricio

On Jun 5, 10:51 am, "Balwinder Kaur (T-Mobile)"  wrote:
> You need a project created (or imported) in your Eclipse IDE and you
> need to select that project to use the "Open Project" menu. If not, it
> will be grayed out.
>
> I'm assuming you mean to ask how to import your existing android
> project into Eclipse.
> If that is your question then there are two ways to do it.
>
> (1) File->Import->General->Existing Project into Workspace
> (2) File->New->Android Project->Create Project From Existing Source.
>
> In either case, you need to point to the folder when your existing
> android project lives.
>
> Hope this helps,

Thanks. That helps. Now all I need to find out is why It is marking
R.java with a red X but does not give any error message. Out of the
blue, I deleted the R file as suggested by
http://developer.android.com/sdk/1.5_r2/upgrading.html#UpdateYourProjects.
Immediately after it came back still being marked as before. Anything
I could be missing here?
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Hello, Android the book

2009-06-06 Thread grakhul

I will be buying the busy coders... As soon as I finish this one.
Thanks for the feedback guys.



On Jun 6, 10:54 am, Mark Murphy  wrote:
> ayush wrote:
> > the "Busy Coders Guide" has been the single most useful resource
> > during my brief stint with android. for a newcomer, it does a great
> > job of explaining the concepts in a concise step-by-step manner. even
> > though i have a J2ME background, the concept of using XML to define
> > elements, layouts etc was new to me. it was only after reading this
> > book that i became comfortable with this aspect and understood the
> > huge benefits of the XML approach.
> > positives of this book -
> > 1) crisp, clear and systematic explanation of all concepts
> > 2) covers almost all aspects of android ... i.e. pretty much a one-
> > stop solution and reference. its second only to the actual Android
> > Documentation
> > 3) written in a style that even newbies can follow - very very
> > important aspect INMO
>
> Thanks!
>
> > negatives (if at all u consider them as negatives): does not deal much
> > with the topic of improving the "look and graphics" of ur application.
> > theres hardly any discussion on using elements such as Custom Views,
> > Gradients, AnimationDrawables etc ... though i guess these things
> > matter only to budding game programmers like me.
> > overall still a great book to have.
>
> Mostly, I suck at those topics. I can only write what I have talent for. :-(
>
> That being said, there is some basic coverage of gradients, custom
> views, and animations in the companion book, _The Busy Coder's Guide to
> *Advanced* Android Development_, available presently via the
> Warescription, and to appear in print in ~7 weeks.
>
> Android could definitely use a book aimed at game development (2D/3D),
> though that'll have to be written by somebody other than me.
>
> Thanks for the feedback!
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> Android Development Wiki:http://wiki.andmob.org
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---