[android-developers] Problem with ListAdaptor

2009-01-01 Thread manoj
. But in the above condition it fails to show as I am expecting. ( I am unable to clear the previous view's back ground image when I click the same countries more than once). Can any one please help me. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message

[android-developers] Got exception while playing a media file

2009-01-07 Thread manoj
this exception. 2. In which situations we get this type of exceptions? Can any please help me. Thanks, Manoj. --~--~-~--~~~---~--~~ 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] Help needed

2009-03-13 Thread manoj
( 5672): write blocked for 109 msecs I/MediaPlayerDemo( 5645): - onError() called!!! I/MediaPlayerDemo( 5645): - new media error:44 I/MediaPlayerDemo( 5645): - extra data:0 can any one please help me. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message

[android-developers] Help needed

2009-03-13 Thread manoj
/MediaPlayerDemo( 5645): - extra data:0 can any one please help me. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Re: TextView

2009-03-16 Thread manoj
Define a string value in strings.xml as suggested below. string name=Your_textuMy Booking/u/string On Mar 16, 3:38 pm, Mr.No f.hi...@arcor.de wrote: Hello, how i can set the Text in a TextView underlined within the xml? rgds mr.no --~--~-~--~~~---~--~~ You

[android-developers] Re: Underline of TextView

2009-03-23 Thread manoj
define a String item in Strings.xml as: string name=your_txtutxt to be displayed/u/string use this in your layout. On Mar 23, 4:55 pm, aby orz0...@gmail.com wrote: Hi, Does anyone know how to set underline attribute on a TextView? I just see it can set bold and italic on TextView.

[android-developers] How to change the tab icon dynamically

2009-03-23 Thread manoj
)) .setContent( new Intent(this, ACTIVITY3.class))); please help me. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Re: How to change the tab icon dynamically

2009-03-24 Thread manoj
can any one please help me. Its requirement of the client. On Mar 24, 10:19 am, manoj manojkumar.m...@gmail.com wrote: Hi, I have a tab activity with 3 tabs. Each tab has a default icon. I want these icons have to be changed dynamically on each tab selected. I mean, each tab has two

[android-developers] How can I encrypt and decrypt the data

2009-03-25 Thread manoj
Hi, I want to write an app which encrypts the data and decrypts it into original data. But I dont know how to do it. can any one please guide me how to do it. if possible please show me some example. Thanks, Manoj. --~--~-~--~~~---~--~~ You received

[android-developers] How to set the video in full screen mode?

2009-03-25 Thread manoj
to achieve this? Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: How to set the video in full screen mode?

2009-03-25 Thread manoj
Thank you very much Murphy, it helped me a lot. On Mar 25, 5:01 pm, Mark Murphy mmur...@commonsware.com wrote: manoj wrote: Hi, I am writing a small video player application. It's working fine. The video is visible on the device, but the app name is visible on the top of the video

[android-developers] How to handle HTTP/1.1 416 Requested Range Not Satisfiable

2009-04-01 Thread manoj
Hi friends, In my app, I am getting this response. I dont know how to handle this. Please can some one suggest me. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: How to handle HTTP/1.1 416 Requested Range Not Satisfiable

2009-04-01 Thread manoj
Actually, I am trying to request some data which is available at remote site. On Apr 1, 8:57 pm, manoj manojkumar.m...@gmail.com wrote: Hi friends, In my app, I am getting this response. I dont know how to handle this. Please can some one suggest me. Thanks, Manoj

[android-developers] Re: How to handle HTTP/1.1 416 Requested Range Not Satisfiable

2009-04-01 Thread manoj
Actually I am implementing socket connection, with some range headers. For some urls I am getting the nice response (206), but for some urls I am getting this response. On Apr 1, 9:05 pm, Mark Murphy mmur...@commonsware.com wrote: manoj wrote: In my app, I am getting this response. I dont

[android-developers] screen sleeps while playing the video

2009-04-01 Thread manoj
Hi, I have written a video player app. Its working fine, but the problem is the screen is going to in sleep mode after playing some time. When I click on Menu button on the device, then only it wakes up. How can I solve this? Thanks, Manoj

[android-developers] How can I show the escape characters of a xml file in my app

2009-04-01 Thread manoj
(); System.out.println(channel id is-+idVal); videoItem.m_id = idVal; } How can I handle this issue? Thanks, manoj. --~--~-~--~~~---~--~~ You received

[android-developers] Re: How can I show the escape characters of a xml file in my app

2009-04-02 Thread manoj
Here is some example.xml: Person Name Manoj/Name class 10th /class Genre male/Genre ... /Person The name field contains ' ' (Manoj as shown in the above example). When I was parsing it using the DOM parser as shown in the previous mail, I am getting only

[android-developers] loading the jpg image problem

2009-04-02 Thread manoj
( 1220): xxx jpeg error 91 Miscellaneous marker 0x %02x, length %u Can any one please tell me how to solve this problem. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: loading the jpg image problem

2009-04-02 Thread manoj
when I put the same image (downloaded from the remote site and stored) in local server. Then it is working. I dont understand why the image is not loading when i tried to access the same image from remote site. Can any one please suggest me how to solve this issue. Thanks, Manoj. On Apr 2, 5

[android-developers] How to get the original string data?

2009-04-08 Thread manoj
. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] Regarding RSS Feeds

2009-04-23 Thread manoj
. Currently I am using android-sdk-windows-1.0_r2. Can any one please suggest me the better one. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] I am unable to use the 1.5 sdk

2009-04-27 Thread manoj
am doing. Can any one please suggest me to solve this issue. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] how to display alert message when some one clicks on back button

2009-01-27 Thread manoj
Hi friends, I want to display an alert asking do you want to exit from the application yes/no? before exiting the application (when we click the Back button). Can any one please help me how to achieve this? Thanks, Manoj. --~--~-~--~~~---~--~~ You received

[android-developers] Re: how to display alert message when some one clicks on back button

2009-01-27 Thread manoj
can you please show me the sample code? On Jan 27, 6:12 pm, Mark Murphy mmur...@commonsware.com wrote: manoj wrote: Hi friends, I want to display an alert asking do you want to exit from the application yes/no? before exiting the application (when we click the Back button). Can any

[android-developers] How to implement onKeyDown() for KEYCODE_BACK

2009-01-27 Thread manoj
on right and left keys of the mobile (emulator), but when I click on up, down and back button. I want the dialog message should up when we click on keypad's back button. How should I do? Can any one please help me? Thanks, Manoj. --~--~-~--~~~---~--~~ You received

[android-developers] How to mute the player when I got an incoming call?

2009-01-27 Thread manoj
anyone please tell me how to achieve this requirement? Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] How to send the xml file to server?

2009-02-03 Thread manoj
urlhttp://www.huizenzoeker.nl/koop/flevoland/almere/venkelstraat-10/ details.html/url nameManoj/name number123/number schooldmh/school can any one please help me how to solve this problem (sending the xml file to server)? Thanks, Manoj. --~--~-~--~~~---~--~~ You

[android-developers] How to know the mac address of the device?

2009-02-09 Thread manoj
Hello frnds, I would like to the mac address of the device programmatically. Can any one please help me how to get it programmatically? thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] How to add the superscript affect to the string?

2009-02-09 Thread manoj
Hi frnds, I would like to write m2 (m to the power of 2, 2 should be on top of m in lower case). Can any one please tell me how to do this? Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] How to get the IMEI number of a android device programmatically?

2009-02-10 Thread manoj
Hi frnds, I want get the IMEI number of a android device programmatically. But I dont know how to get it by writing a program. Can any one please help me to get the IMEI? Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: How to solve the landscape mode issue?

2009-02-10 Thread manoj
Hi frnds, I did as you suggested. I used ScrollView, inside that I used LinearLayout, but still the problem persists. can you please help me. Thanks, Manoj. On Feb 10, 5:52 pm, Odessa Silverberg silverberg.ode...@googlemail.com wrote: Well there can be some reasons. Problem is you aren't

[android-developers] Re: How to solve the landscape mode issue?

2009-02-10 Thread manoj
I pressed ctrl + F11, the emulator got into landscape mode and It is not allowing me to scroll down. Nothing is happening. On Feb 10, 6:07 pm, manoj manojkumar.m...@gmail.com wrote: Hi frnds, I did as you suggested. I used ScrollView, inside that I used LinearLayout, but still

[android-developers] I am getting NullPointer exception for my app when switching from potrait mode to landscape mode and vice versa

2009-02-10 Thread manoj
NullPointerException, showing with androidRunTimeException. Can any one please help to solve this problem? I am using LinearLayout - ImageView I am using threads to download the images. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you

[android-developers] How to get the device model in android?

2009-02-12 Thread manoj
Hi friends, I would like to know the device model number for android devices like model number = 'T-Mobile G1'. can any one please tell me how to do it. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: How to get the device model in android?

2009-02-12 Thread manoj
Hi Bill, It helped me a lot. Thank you very much. On Feb 13, 11:43 am, Bill Zimmerly billzimme...@gmail.com wrote: Manoj. This may help... http://code.google.com/android/reference/android/os/Build.html - Bill --~--~-~--~~~---~--~~ You received

[android-developers] Re: Question on WebView

2009-02-16 Thread manoj
the previous page. Thanks, Manoj. On Feb 16, 5:13 pm, Fred Grott(shareme) fred.gr...@gmail.com wrote: Sorry your are right WEbClient for that On Feb 16, 6:08 am, for android forandr...@gmail.com wrote: I am confused now since there is no documentation of the difference between WebChromeClient

[android-developers] Re: Question on WebView

2009-02-16 Thread manoj
: That is a websettings setting you should be setting in your webview class There is a beginning tutorial of some of the settings at developerlife.org its developerlife.com I am also doing a knol wiki article but that will not be up until later in the week.. On Feb 16, 10:32 pm, manoj manojkumar.m...@gmail.com

[android-developers] Re: Question on WebView

2009-02-16 Thread manoj
I have solved the above problem by overwriting onKeyDown(). Now I have another problem: When I change the phone mode from landscape to potrait or vice versa, I am getting only white screen instead of displaying already loaded data. How can I eliminate this? Thanks, Manoj On Feb 17, 11:22 am

[android-developers] How to enable search functionality to EditText

2009-02-24 Thread manoj
in the EditText, if again, I cleared the EditText and tried to type co, then it should show the drop-down list copy,come,cow I want to enable this feature to my EditText view. Can any one please suggest me how to do this? Thanks, Manoj. --~--~-~--~~~---~--~~ You

[android-developers] Re: How to enable search functionality to EditText

2009-02-24 Thread manoj
, France, Italy, Germany, Spain }; } Thanks, Manoj On Feb 24, 4:05 pm, manoj manojkumar.m...@gmail.com wrote: Hi friends, I would like to enable search functionality to EditText. my requirement is like this: when some one types with some letter, suppose the user types 'a', then it should

[android-developers] How can I frequently get the onLocationChanged()?

2009-02-25 Thread manoj
Hi friends, In my application I want onLocationChanged() to be called frequently. Is it possible? Actually, I should get the accurate accuracy of the location. How to do it? Can any one please suggest me? Thanks, Manoj. --~--~-~--~~~---~--~~ You received

[android-developers] How can enable settings programmatically?

2009-02-25 Thread manoj
Hi, I would like to enable Security Location settings programmatically. Can any one please suggest me how to do this? Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: How can enable settings programmatically?

2009-02-25 Thread manoj
I got the answer - startActivity(new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS)); It shows the Location services setting. On Feb 26, 11:42 am, manoj manojkumar.m...@gmail.com wrote: Hi, I would like to enable Security Location settings programmatically. Can any one please suggest me

[android-developers] Can any one please help me regarding streaming mp4 files?

2009-02-28 Thread manoj
(); mMediaPlayer.setOnBufferingUpdateListener(this); mMediaPlayer.setOnPreparedListener(this); Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How to play the .m4v files in android programming

2009-03-02 Thread manoj
Hi, I want to play .m4v file which is on some server . When I am trying to play the file, I am getting error, E/MediaPlayer( 2092): Error (-1,0) and nothing is happening. Can any one please help me how to solve this problem. Thanks, Manoj

[android-developers] Re: How to play the .m4v files in android programming

2009-03-02 Thread manoj
(); } } On Mar 2, 6:07 pm, Rob Franz rob.fr...@gmail.com wrote: how are you setting up the media player?  i.e. what's your series of calls? On Mon, Mar 2, 2009 at 6:49 AM, manoj manojkumar.m...@gmail.com wrote: Hi, I want to play .m4v file which is on some server . When I am trying to play

[android-developers] how to know the status of the MediaPlayer?

2009-03-03 Thread manoj
the listener onBufferedUpdateListener), how can I get the event for player while it is playing. can any one please suggest me how to do this? Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] how to set the bitmap images to the tab?

2009-03-03 Thread manoj
Hi, I want to set the bitmap images that are downloaded from the internet through programming, to the tab. but tabs are allowing only Drawable. how can I convert Bitmap to Drawable? can any one please suggest me? Thanks, Manoj. --~--~-~--~~~---~--~~ You

[android-developers] video player problem

2009-03-05 Thread manoj
();// added by manoj on 28-2-9, its suggestion from the media api, for streams. mMediaPlayer.setOnBufferingUpdateListener(this); //mMediaPlayer.setOnCompletionListener(this);//commented by manoj. mMediaPlayer.setOnPreparedListener

[android-developers] video viewing problem

2009-03-05 Thread manoj
; } } } Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Problem with video playing

2009-03-06 Thread manoj
any one please suggest me, how to solve this issue. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: Can only hear sound when playing video

2009-03-06 Thread manoj
Hi Susanner, I am also facing the same problem, have you solved it? if so, please show the code or some snippet. waiting for your reply... Thanks, Manoj On Mar 5, 9:11 am, susanner zsusan...@163.com wrote: I have met nearly the same problem, I am implementing the Mediaplayer to my hardware

[android-developers] Re: Problem with video playing

2009-03-06 Thread manoj
so, how can I solve it? even if I fixed the holder size to 320*240, I am not getting the video, only audio comes. can you please help me. Thanks, Manoj. On Mar 6, 3:16 pm, Dave Sparks davidspa...@android.com wrote: If you are trying to play this on a G1, the frame size is too large. The H

[android-developers] Re: Problem with video playing

2009-03-06 Thread manoj
ok, thanks for your reply. I have some questions in my mind, when to use which SurfaceHolder's type. I mean when to use SURFACE_TYPE_GPU, SURFACE_TYPE_HARDWARE , SURFACE_TYPE_NORMAL, SURFACE_TYPE_PUSH_BUFFERS. Can you please explain me in detail. Thanks, Manoj. On Mar 6, 6:54 pm, dar dher

[android-developers] Re: Problem with video playing

2009-03-06 Thread manoj
Hi, From my log, I found the following errrors: E/MemoryHeapBase( 465): mmap(fd=19, size=233472) failed (Invalid argument) E/VideoMIO( 465): Error creating frame buffer heap can any one help me? Thanks, manoj. On Mar 6, 7:32 pm, manoj manojkumar.m...@gmail.com wrote: ok, thanks for your

[android-developers] Re: Problem with video playing

2009-03-06 Thread manoj
the watchdog D/GpsLocationProvider( 52): updateNetworkState available D/GpsLocationProvider( 52): NetworkThread wait for 12065480ms I/ActivityManager( 52): Stopping service: com.android.providers.downloads/.DownloadService On Mar 6, 7:56 pm, manoj manojkumar.m...@gmail.com wrote: Hi, From

[android-developers] Re: Problem with video playing

2009-03-06 Thread manoj
Hi dar, can you please tell me how to transcode? waiting for your reply... Thanks, Manoj. On Mar 6, 9:03 pm, dar dher...@gmail.com wrote: This seems like a big hint: W/PlayerDriver(  465): Video cannot catch up. Are you playing a high quality content? E/MediaPlayer(  235): Error (44,0

[android-developers] URGENT - video playing problem

2009-03-07 Thread manoj
failed with error code 7 W/QCvdec ( 31): error - H264Decoder::InitializeDecInternal() failed!! can any one please help me to solve this problem. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: URGENT - video playing problem

2009-03-07 Thread manoj
can't I do anything to play it perfectly? Thanks, Manoj. On Mar 7, 4:29 pm, Freepine freep...@gmail.com wrote: It looks Qualcomm omx decoder couldn't be initialized successfully for your video clip. Perhaps you can try with another video file. On Sat, Mar 7, 2009 at 5:31 PM, manoj

[android-developers] Re: URGENT - video playing problem

2009-03-07 Thread manoj
thanks for your reply. On Mar 7, 4:44 pm, Freepine freep...@gmail.com wrote: Probably not:) On Sat, Mar 7, 2009 at 7:34 PM, manoj manojkumar.m...@gmail.com wrote: can't I do anything to play it perfectly? Thanks, Manoj. On Mar 7, 4:29 pm, Freepine freep...@gmail.com wrote

[android-developers] Re: URGENT - video playing problem

2009-03-07 Thread manoj
can you please suggest me how to use the transcode tool to convert the original clip to lower profile? I will be thankful to you if I got this answer. Thanks, Manoj. On Mar 7, 4:58 pm, Freepine freep...@gmail.com wrote: You are welcome, and It might be possible to use a video transcode tool

[android-developers] media player problem

2009-03-08 Thread manoj
( 31): mmap(fd=20, size=233472) failed (Invalid argument) E/VideoMIO( 31): Error creating frame buffer heap D/MediaPlayerDemo( 441): onPrepared called can any one please help to solve this problem. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message

[android-developers] How to use buttons in Graphics?

2009-09-13 Thread manoj
Hi friends, I am trying graphics with button, i.e., I use Bitmap on the top of a screen, and at the bottom I want to add butoons horizontally. How could I achieve this? Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] How to set custom title for tab activity?

2009-09-15 Thread manoj
); leftText.setText(my custom title); But it is giving error as: android.util.AndroidRuntimeException: You cannot combine custom titles with other title features Cant we use custom title with tab activity? how can I solve this? please help. Thanks, Manoj

[android-developers] How to launch my app if some one clicks on email attachment?

2009-09-15 Thread manoj
Hi, I would like to launch my app when some one clicks on email attachment. I dont know how to do it? can any one please help me. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] how to avoid showing the temp files?

2009-09-15 Thread manoj
()); } } } and I am calling listAllMediaFiles(/sdcard); it lists all the files including some temp files also. How can I eliminate showing the temp files? Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] very urgent - how to remove temp files?

2009-09-18 Thread manoj
files programmatically. and I want to know the specific format of the temp file, I mean temp file starts with so and so character or ends with so and so character... something like that. And also I want to know the location of the temp files. please help me any one. Thanks, Manoj

[android-developers] Urgernt - how to launch my app when open from mail attachment

2009-09-18 Thread manoj
Hi all, I would like to launch my own app when some one tries to click on attachment from the mail. Can any one please suggest me how to configure the IntentFilter for my requirement? Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you

[android-developers] How to launch my app if some one browses any xml file

2009-09-24 Thread manoj
be launched. can you please suggest me how to achieve it? Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: Now ADC2 judging has begun.

2009-09-24 Thread manoj
Hi all, I didnt find my app in the market ( I searched in the cyrket.com site). How can I download my app from the market? please help me. Thanks, Manoj. On Sep 25, 3:06 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: Oop! You can hit the menu button and then Skip - that should

[android-developers] where to know that the apps selected for ADC2?

2009-09-25 Thread manoj
Hi all, Is there any official website that specifies the list of apps that are selected for ADC2 first round? Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: ProgressDialog with a second thread - Screen Orientation and back button. How to restore progress dialog?

2009-09-26 Thread manoj
You need to implement the method public void onConfigurationChanged(Configuration arg0) { super.onConfigurationChanged(arg0); } in your activity. and in manifest file, you have to the statement android:configChanges=keyboardHidden|orientation for that activity. so when your

[android-developers] Re: Internet radio+source code

2009-10-06 Thread manoj
Hi Sany, Arijasoft developed an api for the online radio on android. you can contact (www.arijasoft.com) them. see the link below: http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.php. On Oct 5, 2:28 pm, sany laurelsgal...@gmail.com wrote: Hi all, I want to develop Internet Radio

[android-developers] regarding phone calling

2009-10-08 Thread manoj
Hi all, I have a requirement as given below: 1. I have to show the phone dialer screen. after giving the phone number and pressing on that number should return to a new activity. How can I achieve this? can any one please help me. Thanks, Manoj

[android-developers] Re: regarding phone calling

2009-10-08 Thread manoj
Hi basically, what I am looking for is when some one dials a phone number, then my app should be launched. how to do it? thanks, Manoj. On Oct 9, 9:50 am, manoj manojkumar.m...@gmail.com wrote: Hi all, I have a requirement as given below: 1. I have to show the phone dialer screen. after

[android-developers] Re: regarding phone calling

2009-10-08 Thread manoj
Hi basically, what I am looking for is when some one dials a phone number, then my app should be activated. How can I achieve this? thanks, Manoj. On Oct 9, 9:50 am, manoj manojkumar.m...@gmail.com wrote: Hi all, I have a requirement as given below: 1. I have to show the phone dialer

[android-developers] Re: regarding phone calling

2009-10-09 Thread manoj
is anybody dont know how to intercept out going calls. I mean when we dial a phone number instead of going to the android's InCallScreen app, my own app should be launched. how to do it? Thanks, Manoj. On Oct 9, 10:15 am, manoj manojkumar.m...@gmail.com wrote: Hi basically, what I am looking

[android-developers] issue with playing .wma file

2009-10-16 Thread manoj
for playing media file in android. the audio codec is wma9 for non playing media file in android. Is there any other way to decode the wma9 to wma2 or lessthan this. Please suggest me. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Unable to install the app on emulator, I am getting Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2009-10-19 Thread manoj
, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers

[android-developers] Problem with writing on Bitmap

2009-10-29 Thread manoj
( 32): 452f36d4 ac0a4ad8 /system/lib/libsgl.so I/DEBUG ( 32): 452f36d8 452f36e8 I/DEBUG ( 32): 452f36dc 0147 Can you please help me to solve this. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Problem with writing on Bitmap

2009-10-29 Thread manoj
): 452f36d4 ac0a4ad8 /system/lib/libsgl.so I/DEBUG ( 32): 452f36d8 452f36e8 I/DEBUG ( 32): 452f36dc 0147 Can you please help me to solve this. Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread manoj
Hi, if you have one more, please invite me also. Thanks, On Nov 1, 11:20 am, Auguste Lunang legraphi...@gmail.com wrote: Hi, i have some google wave. invits to share. tell me if u want .. thx -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Problem with playing rtsp link using video view

2009-11-11 Thread manoj
with return code (-2147483648) E/MediaPlayer( 463): error (-2147483648, 0) can any one please help me to solve this? Thanks, Manoj. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Re: Multiline Buttons..?

2009-11-17 Thread manoj
Hi VBMichi, check the following code, it might help you... Button android:id=@+id/Button01 android:layout_width=wrap_content android:layout_height=wrap_content android:maxLines=5 android:maxWidth=35dip android:text=mano j/Button On Nov 17, 2:46 pm, skink psk...@gmail.com wrote: VBMichi

[android-developers] How to run the email app background

2009-11-21 Thread manoj
directly send the mail to reciepent. My mail goal is that, the user should not know that the mail is sending. The default Email app (android's) should not be visible to the user. The mail sent process should be done in background. Can any one please help me? Thanks, Manoj -- You received

[android-developers] Got exception when using MediaRecorder.AudioSource.VOICE_CALL

2009-11-21 Thread manoj
Hi All, I am trying to write a recorder app (android 1.6). I have used the following code: recorder.setAudioSource(MediaRecorder.AudioSource.VOICE_CALL); recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);

[android-developers] Read the GSM SIM Number on startup

2009-11-26 Thread manoj
Hi, I would like to know the GSM SIM number of the device once the mobile is switched on and write a call back once the sim number is got on startup. Can any one guide me on this. Thanks in Advance Manoj -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to enable the the mobile network perator programmatically?

2009-11-28 Thread manoj
Mobile networks Network operators choosing our network. I want the first one (select automatically) programmatically. How to achieve this? Can any one please suggest me how achieve this one? Thanks Manoj. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] how can i make any service running when the phone is switched on just after the booting.

2010-01-18 Thread Manoj
Hi , Can anybody tell about the Broadcast Receiver in android to make make my service to run when the the phone just finishes the booting. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: how can i make any service running when the phone is switched on just after the booting.

2010-01-18 Thread Manoj
Is this the write code to start any service on bootup public class SmsIntentReceiver extends BroadcastReceiver { @Override public void onReceive(Context ctx, Intent intent) { ctx.startService(new Intent(ctx, SMSSchedulerService.class)); } } manifest

[android-developers] Does any changes in the child of listview is reflected in its adaptor.

2010-01-21 Thread Manoj
Hi can anybody tell me exactly how can i get the the exact status of the listview items.(I have used checkbox as the listview item) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Example on how to use Scroller in an activity

2010-01-21 Thread Manoj
You can add scrollView to your layout and then add what you want to scroll as a single child to that scrollview. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Does any changes in the child of listview is reflected in its adaptor.

2010-01-21 Thread Manoj
Mr. Nikhil can you send me the code to use this method . Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Gallery view not working well

2010-01-27 Thread Manoj
I am facing a problem in scrolling in Gallery view. When i scroll slowly it works fine but when i scroll fast the it shows jerks as it takes time to create objects to display. Can anybody tell how can i implement this in separate thread to load images in gallery so that it would not affect the

[android-developers] How to implement the long click event for the ExpandableListView

2010-02-02 Thread manoj
Hi, can any one please suggest me how to implement the long click (onItemLongClick()) for the Expandable list view? Thanks, Manoj. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Re: How to implement the long click event for the ExpandableListView

2010-02-02 Thread manoj
Hi Steve, Thanks for helping me. That is how I want to implement. Thanks, Manoj. On Feb 3, 5:46 am, Steve steveoliv...@gmail.com wrote: Check out this post on my blog http://steveoliverc.wordpress.com/ hope it helps On Feb 2, 7:37 am, manoj manojkumar.m...@gmail.com wrote: Hi, can

[android-developers] Problem in playing video

2010-02-05 Thread Manoj
Hi please help me ... I am getting the following error when i try to play video in the videoview. 02-06 12:50:28.611: WARN/MediaPlayer(512): info/warning (1, 44) 02-06 12:50:28.841: INFO/MediaPlayer(512): Info (1,44) 02-06 12:50:28.841: DEBUG/MediaPlayer(512): getMetadata 02-06 12:50:34.791:

[android-developers] Re: Sqlite Error

2010-02-06 Thread Manoj
Possible reason for this could be the cursor going out of limits. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Problem in playing video

2010-02-06 Thread Manoj
Please help me i am stuck on this and need to resolve this immediately. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Regarding apn

2010-02-11 Thread manoj
Hi all, I am able to add apn though programming. And my app has the functionality of accessing the net. Now the question is, how to do the program that my app should use this added apn whenever it is trying to access the internet. can any one please help me? Thanks, Manoj. -- You received

  1   2   3   4   >