[android-developers] Re: About "adb install"

2008-07-10 Thread Raj
If u want to install the .apk file follow the folling procedure 1. run the emulator of android from the eclipse 2. start - > run -> cmd in window 3. type command in console adb kill-server 4.type command in console adb start-server 5 type command in console adb install <.apk file with its

[android-developers] Re: About "adb install"

2008-07-10 Thread gunaaa
Hi Analdyn, From where you want to install .apk? From folder or from terminal or from eclipse? Anywhere its possible.Better install from eclipse. Its easy. in DDMS go to data-->app-->then push file Regards, Guna --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Audio Playback Not Smooth When Running Emulator On Vista

2008-07-10 Thread [EMAIL PROTECTED]
Thank you, thank you! ... "PS: note that increasing the buffer size also increases the latency of the audio input/output.. " Ack! :-) On Jul 10, 8:25 pm, Digit <[EMAIL PROTECTED]> wrote: > Hello everyone, > > we finally diagnosed the problem that causes the emulator's audio output to > be cho

[android-developers] Re: [android-beginners] Re: Audio Playback Not Smooth When Running Emulator On Vista

2008-07-10 Thread Digit
Hello everyone, we finally diagnosed the problem that causes the emulator's audio output to be choppy on Windows Vista. it turns out that you can work-around this emulator problem with increasing the size of the audio buffer by changing an environment variable. for example, open a command-line co

[android-developers] Re: Wrong UDP checksum

2008-07-10 Thread Digit
what you describe is very strange, because the Android emulator is not sending UDP packets itself, it's just using standard BSD sockets instead to send datagrams. what happens in this case is the following: a/ the program running in the emulator uses a socket interface to send datagrams to a serve

[android-developers] Re: A discussion about the ProGuard's "dontoptimize" option when obfuscating Android code with ProGuard

2008-07-10 Thread Digit
what exact exceptions do you have ? without this information we can't answer. apart from that, our goal as always been to be able to convert all valid .class files into .dex files. note that some obfuscation programs do things like injecting dynamic class-loading method lookups of bytecode program

[android-developers] Re: How to access content of a package in the other packages?

2008-07-10 Thread hackbod
We aren't supporting shared libraries for 1.0, sorry. We do have support for loading a .apk into the process of another, as long as those two .apks are signed with the same certificate. You use the Context.createPackageContext() to do this: http://code.google.com/android/reference/android/conte

[android-developers] How to use a WindowAnimation?

2008-07-10 Thread Cheryl Sedota
This seems like a necessary feature to use in order to transition from one activity to another in such a way that they animate synchronously (one slides out while the other slides in, etc). http://code.google.com/android/reference/android/R.styleable.html#WindowAnimation --~--~-~--~~

[android-developers] Re: invalid resource directory name error

2008-07-10 Thread Casey Borders
It could be that you have a capital letter in the name? On Wed, Jul 9, 2008 at 6:08 PM, himanshu <[EMAIL PROTECTED]> wrote: > > Hello, > I`m a beginner in eclipse and android so this could be trivial. > I just added a new layout to my hello world app ( example here > http://code.google.com/androi

[android-developers] Cursor

2008-07-10 Thread stellaphone
hi I am a new member in this groupe. I want to develop an application on this platform so I read the documentation and I do the Tutorial but I can't understand "Cursor" So I want to know exactely what a Cursor means? what is it important for?... thank you for your help --~--~-~--~~---

[android-developers] Re: Flash on Android...??

2008-07-10 Thread Mark Doherty
Hi Gerard, It's great to hear that you're learning how to produce Flash applications. Flash technology has shipped on more than 500million non-PC devices and by the end of 2009 that number will be over 1 billion devices. I would be great to see Android, iPhone and Blackberry devices also begin

[android-developers] how to load map in android app.

2008-07-10 Thread fendi
How to load Google map in android application? Can i have some example source code or something --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] How to access content of a package in the other packages?

2008-07-10 Thread Nan.YE
Hi all, After finishing some customized views, how can I use them in other packages? That is to say, for example, I have a customized view named CustomViewA in a package CustomizedViews.apk. The CustomViewA not only has codes but also uses some resources in the package, such as res/ drawable, res

[android-developers] invalid resource directory name error

2008-07-10 Thread himanshu
Hello, I`m a beginner in eclipse and android so this could be trivial. I just added a new layout to my hello world app ( example here http://code.google.com/android/devel/ui/xml.html) I added the xml in the res/layout directory. I am getting the following error when compiling.. "invalid resource

[android-developers] Remote Desktop Connection

2008-07-10 Thread muc
I have just an idea of what Android application should have. I think it would be cool if I could control my PC from Android device. Application such as Remote Desktop Connection should be developed for Android. Think of the posibility here. --~--~-~--~~~---~--~~

[android-developers] Re: New LinkedIn group

2008-07-10 Thread ZaNkY
Looks to me like a scam... On Jul 9, 3:48 pm, jfricci <[EMAIL PROTECTED]> wrote: > for LinkedIn users here is a new Android Developers LinkedIn > group:http://www.linkedin.com/e/gis/136638/41710D2D62A3 --~--~-~--~~~---~--~~ You received this message because you a

[android-developers] referring to res-id across packages

2008-07-10 Thread Jey
Hi: In the example http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/view/LabelView.html refers to http://code.google.com/android/samples/ApiDemos/res/layout/custom_view_1.html In java file, I see code to access new derived attributes using "R.styleable.LabelView_t

[android-developers] Re: Is a Dialog completely modal?

2008-07-10 Thread hackbod
That's not what you want. Please read the docs, the code you are using is clearing all of the other flags: http://code.google.com/android/reference/android/view/Window.html#setFlags(int,%20int) On Jul 10, 5:25 am, Disco Stu 010 <[EMAIL PROTECTED]> wrote: > Hi Hackbod, > > Thanks a bunch. That f

[android-developers] Re: ListView display problem

2008-07-10 Thread daspears
Have you setup the security permissions needed to read contacts info in AndroidManifest.xml? -Dave On Jul 10, 7:44 am, andyn <[EMAIL PROTECTED]> wrote: > Hi there, > > I want to include a listview displaying my contacts' names. > I have the following code: > > -- > String[] proje

[android-developers] Ode to Team Android

2008-07-10 Thread daspears
We know you are busy toiling away You've got issues to solve without delay Embedded OSes are not like web apps Firmware must update without a hitch Else millions of customers will suffer the glitch Your schedules are tight, the handsets cant wait You have to release in 4Q O

[android-developers] Re: Showing lists having multiple columns

2008-07-10 Thread Mark Murphy
> how would you implement a list containing multiple columns like in the > contacts demo application which contains the names and a star with > "mobile" at the right. > I want to display my contacts by adding icons behind the names in an > additional column. Generally speaking, you need to provid

[android-developers] Showing lists having multiple columns

2008-07-10 Thread andyn
Hi there, how would you implement a list containing multiple columns like in the contacts demo application which contains the names and a star with "mobile" at the right. I want to display my contacts by adding icons behind the names in an additional column. regards, Andy --~--~-~--~

[android-developers] ListView display problem

2008-07-10 Thread andyn
Hi there, I want to include a listview displaying my contacts' names. I have the following code: -- String[] projection = new String[] { android.provider.BaseColumns._ID, android.provider.Contacts.PeopleColumns.NAME,

[android-developers] Re: Is a Dialog completely modal?

2008-07-10 Thread Disco Stu 010
Hi Hackbod, Thanks a bunch. That fixed it. The method setFlags() has a second argument to it called mask, it works when I pass it 0x and not 0. I take it that is expected. Thanks, DS. On Jul 9, 2008, at 5:18 PM, hackbod wrote: > > You can do this to make it non-modal for touch event