[android-developers] " Creating Android.Jar File "

2009-03-18 Thread Rajendrakumar C
Hi all, I downloaded the android source code.. Can any one tell me how to make our own jar file with all our available java classes in the Android source code If any one know please help me how to do this... --~--~-~--~~~---~--~~ You received this message be

[android-developers] " IWindowManager Not Available "

2009-03-18 Thread Rajendrakumar C
Hi All, I downloaded the Android Source to my machine, I have seen the source code. In that I found Iwindowmanager, I activity manager and etc I managers... But when I try to use those things in my application. Those classes and even the packages also not avaiable. Can any one know how to impo

[android-developers] Re: Is there any way to Abort the instrumentation test case

2009-02-16 Thread Rajendrakumar C
Hi Anshul, Try with finish() and also can you tell me how your starting your Instrumentaiton Test case by using am instrumnent command or anything else... On Feb 12, 7:37 am, Anshul wrote: > I have an instrumentation test case that is waiting for an incoming > call. I would like to abort t

[android-developers] Re: ACTION_CALL Permission Problem

2009-02-05 Thread Rajendrakumar C
Hi, Are you executing this is device or emulator... If emulator there is no need of any permission. If you do the same in the mobile you need to use the permission CALL_PHONE. With out this you can't diala number. Regards, Raj On Jan 22, 4:33 pm, Massimo Carli wrote: > Hi all, > I'm makeing

[android-developers] Re: create a file while installing the apk

2009-02-04 Thread Rajendrakumar C
I think you can yous the configuration class for this. It will give you the solution for that... On Feb 4, 3:53 pm, shahzad ahmad wrote: > I want my application to read configurations from a file . Is it possible to > copy the default configuration file in apk and get it copied to file system >

[android-developers] " Running my Phone call Application in G-Mobile "

2009-01-27 Thread Rajendrakumar C
Hi, I have created a applicaiton to Make a call. Its working fine with emulator, When tru to run the same in mobile device its giving the permission denial error. So by using my mobile I coun't aboe to make a call in Mobile phone.. So please any one of you help me how to det permission to make

[android-developers] Re: Does anybody know how to hang up a call?

2009-01-18 Thread Rajendrakumar C
Hi Barqw, Am also facing the same problem, Have you got the solution for that same... On Dec 29 2008, 1:40 pm, barqw wrote: > when acallis active including outgoing and incomingcall,how toend > thecall? > thanks a lot! --~--~-~--~~~---~--~~ You received this me

[android-developers] Re: how to inject a KeyEvent

2009-01-16 Thread Rajendrakumar C
Hi Dianne Hackborn, Am also facing the same problem, can tell me wheather you got the solution for the problem or not? On Nov 22 2008, 5:23 am, "Dianne Hackborn" wrote: > Correct, one application can not inject key events into another > application.  There should be no way around this. > > For

[android-developers] Re: Android Instrumentation Non UI Results

2009-01-13 Thread Rajendrakumar C
Hi, Please check the following bolgspot, http://mylifewithandroid.blogspot.com/2008/11/controlling-instrumentation.html On Jan 8, 7:35 pm, sundar wrote: > Hey, I have tried running theinstrumentationthrough adb shell, it > works fine. I wonder whether android supports runninginstrumentation >

[android-developers] Re: Android Limitation on Instrumentation

2009-01-13 Thread Rajendrakumar C
I am doing Instrumentation to my Application . Can you please clear my doubts. I have created three testes to my Application. Now I want to run all three tests together one by one. By clicking a single button. Can you tell me the solution for this. Regards, Rajendrakumar. On Jan 6, 1:12 pm, "D

[android-developers] Re: ID3 Tag

2009-01-08 Thread Rajendrakumar C
Am trying to create a Mediaplayer App.. so in that there are Many Options rt.. In that I need to Implement the "Composer" tab. When I Click Composer It should show the All composer Name's in the Given Directoiry So for that Am currently using the "jaudiotagger" some third party lib.

[android-developers] Re: List View

2009-01-08 Thread Rajendrakumar C
Hi, I think you need to set the Onclik Listner for the ListView in the Ocreate Method. And also I need a help from you..! CAn you tell me how to display Array of Strings to List. On Jan 5, 3:08 am, flashfreakmx wrote: > Right now I am extending Activity and populating 2 list views > dyna

[android-developers] Re: More MediaPlayer questions

2008-12-18 Thread Rajendrakumar C
HI, Can anyone of you know how to extract the comosers info from Mp3 file. Please let me know if you know that. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Re: ID3 Tag

2008-12-18 Thread Rajendrakumar C
hi Ciprian, Do you know any other way other than using Android.. like using ID3tag Jaudiotagger.. On Oct 24, 7:45 pm, CiprianU wrote: > Hy guys, > > Can you tell me how can I extract the ID3 tags from an mp3 file, using > Android of course. > > Thanks in advance. --~--~-~--~~---

[android-developers] " Podcasts "

2008-12-17 Thread Rajendrakumar C
Hi All, Hey anyone of you know aything about "podcasts" in Android. Anyone of you know how to implement. I need the code to implement to "podcasts" --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developer