[android-developers] get the signkey of the apk

2009-03-10 Thread Dilli
Hi all, I want to get the key (by which the apk signed) of the apk file installed how to get the key (by which the apk signed) of apk need help Thank you Dilli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] get the md5 of sign key

2009-03-11 Thread Dilli
Hi all, Is there any way to get the md5 hash of the signed key of the apk I want to get the md5 hash of the sign key of the apk installed in my device. need help Thank you Dilli --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] apply color to Button

2009-03-12 Thread Dilli
Hi all, I am developing a simple GUI with three buttons i want to fill the button with color but i found back ground color. if i set mybutton.setBackgroundcolor (color); it's not visible how can i fill the button with color.. need help Thank you Dilli

[android-developers] launch application

2009-03-14 Thread Dilli
Hi all , I am developing a shoutcast(streaming) player, it works fine.. I want to launch my player automatically if user clicks any shoutcast link's in the browser. How can i set my player as default player if user clicks on streaming audio(.pls/m3u) links in the browser

[android-developers] set application as default

2009-03-15 Thread Dilli
Hi all , I am developing a shoutcast(streaming) player, it works fine.. I want to launch my player automatically if user clicks any shoutcast link's in the browser. How can i set my player activity as default player if user clicks on streaming audio(.pls/m3u) links in the browser

[android-developers] Re: set application as default

2009-03-16 Thread Dilli
android:mimeType=audio/x-scpls/ data android:mimeType=audio/playlist/ On Mar 16, 9:58 am, Dilli dilliraomca...@gmail.com wrote: Hi all , I am developing a shoutcast(streaming) player, it works fine.. I want to launch my player automatically if user clicks any shoutcast link's

[android-developers] Is Android browser supports Content-Encoding : gzip ???

2009-03-24 Thread Dilli
=listen.m3u Content-Encoding: gzip Vary: Accept-Encoding Content-Length: 82 Connection: close Content-Type: audio/x-mpegurl How can i specify the Content-Encoding in intent filter is Android browser supports Content-Encoding : gzip Need help Thank you Dilli

[android-developers] Phone call recorder

2009-04-06 Thread Dilli
(MediaRecorder.AudioSource.MIC); How can i enable my application to record phone call ( Both conversation) Need help Thank you Dilli Rao. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Audio record from Bluetooth headset

2009-04-09 Thread Dilli
to record from Blue tooth device Need help Thank you Dilli Rao --~--~-~--~~~---~--~~ 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

[android-developers] Hi

2009-02-08 Thread Dilli
New join --~--~-~--~~~---~--~~ 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] Bluetooth enabling

2009-02-09 Thread Dilli
Hi all I just bought a new a android device I try to connect my device to bluetooth. I am able to recive phone calls to from that bluetooth headset device, but i can't listen to music using the bluetooth headset. I think i missed some settings in the device Any suggestions Thanks Regards.

[android-developers] Re: what is command to check SDCARD is present ?

2009-02-09 Thread Dilli
in Shell adb shell # cd sdcard In application String Sdcard_status = Environment.getExternalStorageState(); if(Sdcard_status.equals(Environment.MEDIA_REMOVED)) { Toast.makeText(Helloworld.this, INSERT MEMORY CARD (sdcard),Toast.LENGTH_SHORT

[android-developers] Re: Playing video in android

2009-02-09 Thread Dilli
Hi i think you fixed the size of video display mHolder.setFixedSize(176, 144); it may cause the problem of video displaying use mHolder.setFixedSize(mp.getVideoWidth(), mp.getVideoHeight()); Regards On Feb 9, 3:58 am, Ash ashwin.disco...@gmail.com wrote:

[android-developers] Re: what is command to check SDCARD is present ?

2009-02-09 Thread Dilli
Hi I think u r testing on Emulator if it is emulator If you configured the application with the sdcard (exat image location) then go to command prompt adb shell and cd sdcard and you can browse througe the sdcard If you want to check programatically then

[android-developers] Re: Android Development Phone Setup - Vodafone India

2009-02-09 Thread Dilli
Thank you It's worked fine for me. But a small modification 1) I need to install the driver for android ( Available at SDK Usb_Driver) 2) Change to adb shell 3) and change to super user by enter the command ( su ) 4) and do the steps a) echo app.setupwizard.disable=1 /data/local.prop

[android-developers] Re: How get horizontal and vertical events in android

2009-02-15 Thread Dilli
Hi Gulfam, In your application no need to catch events for Landscape to portarite mode In your application under res section create 2 folders 1) layout-land 2) layout-port and place your layout.h_splash in layout-land and place layout.v_splash in layout-port folders (

[android-developers] Mediaplayer with streaming

2009-02-16 Thread Dilli
continuously. on first players oncompletelistener() i started the second player wise versa. I think there is a problem with mp3 frames(header sync byte) while splitting 100kb files. how to resole the gap between players. Any suggestions Thank U Dilli

[android-developers] web view reloading problem

2009-02-17 Thread Dilli
Hi all I am developing a simple application which displays web content after loading total page when i transfer from landscape mode to portarite mode it again reloads the entire page is there any way to store the web page on onSaveInstanceState(). and load saved content Thank you Dilli

[android-developers] Thread stopping

2009-02-17 Thread Dilli
suggetions Thank You.. Dilli. --~--~-~--~~~---~--~~ 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] m4v files in android

2009-02-18 Thread Dilli
): error - H264Decoder::InitializeDecInternal() failed!! Is Android supports m4v files?? need help Thank you Dilli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Socket timeout exception

2009-02-19 Thread Dilli
limitations in time of connection on device ?? need help Dilli --~--~-~--~~~---~--~~ 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] Tab view exception

2009-02-22 Thread Dilli
):at android.app.Activity.performRestoreInstanceState(Activity.java:792) E/AndroidRuntime( 1505):at android.app.Instrumentation.callActivityOnRestoreInstanceState (Instrumentation.java:1171) E/AndroidRuntime( 1505):at android.app.ActivityThread.performLaunchActivity(ActivityThread.java: 2117) need help Thank you Dilli

[android-developers] expandable list

2009-02-26 Thread Dilli
Hi all, I am developing a simple application in that i am using a simple expandable list. how can i set the list will be always opened (expanded). Need help Thank You Dilli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] xml parsing

2009-02-28 Thread Dilli
? at the top of the xml file is it correct or i need to do more ??? Need help, Dilli --~--~-~--~~~---~--~~ 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] wifi manager

2009-02-28 Thread Dilli
):at android.net.wifi.WifiManager $WifiLock.finalize(WifiManager.java:720) E/AndroidRuntime( 921):at dalvik.system.NativeStart.run(Native Method) i am getting the wifi lock once and releasing it at the time of closing the application Need help Thank you Dilli

[android-developers] wifi lock exception

2009-03-03 Thread Dilli
this exception Need help Thanks Dilli --~--~-~--~~~---~--~~ 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] media player error

2009-03-08 Thread Dilli
i am also getting the same error while playing the media file E/MemoryHeapBase( 31): mmap(fd=20, size=233472) failed (Invalid argument) E/VideoMIO( 31): Error creating frame buffer heap any suggetions --~--~-~--~~~---~--~~ You received this message because

[android-developers] How to set border to linear layout

2009-09-10 Thread Dilli
Hi I want to set a border ( thick line) to the linear layout is it possible then how can i set it Thank you Dilli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Write text in horizontal

2009-09-14 Thread Dilli
Hi How to set text view properties to display it horizontal to the screen ie. one line horizontal to the screen --~--~-~--~~~---~--~~ 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 get the version of os used in the phone

2009-10-30 Thread Dilli
Hi all, How can i get the os version currently using the android mobile is any way to get that programatically Thank you Dilli Rao.M --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: how to call an Activity method from another java file

2009-10-30 Thread Dilli
You can implement some listener concept write a interface in your normal java file and implement that method in activity then by calling that method in the normal java file you can make a call to implemented method in activity class Use handlers to do any Operations in the activity ( in

[android-developers] Re: How to get the version of os used in the phone

2009-10-30 Thread Dilli
Thank you, On Oct 30, 6:31 pm, Mark Murphy mmur...@commonsware.com wrote: Dilli wrote: How can i get the os version currently using the android mobile is any way to get that programatically Look at android.os.Build. -- Mark Murphy (a Commons Guy)http://commonsware.com|http

[android-developers] Iphone like tab view

2009-12-01 Thread Dilli
Hi all i want to develop application which UI should look like ( iphone view ) ie ( by clicking on tab item it's content (different views like list view, web view ,...) to be loaded ) currently i am using Tab view but i want my application view should be like iphone tab view suggest me how

[android-developers] Multiple screen sizes problem ( layouts )

2009-12-16 Thread Dilli
guide me. i added properties to manifest file supports-screens android:largeScreens=true android:normalScreens=true android:smallScreens=true android:anyDensity=true / and uses-sdk android:targetSdkVersion=6 android:minSdkVersion=1/ uses-sdk thx Dilli

[android-developers] Simulating scrollable tables

2009-12-18 Thread Dilli
Hello, I would like to create a web page with two iframes. The problem is that even though my web browser one of the frames is scrollable and on the browser, it shows up till the end. This is troubling me. Could someone help me find a solution to scrolling between the iframes for the android

[android-developers] Uninstalling application - feedback

2009-12-23 Thread Dilli
the result of the default feedback form provided by Market application ( from google ) while uninstalling the application give me some suggestion. Thank you Dilli. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Supported media Audio/video formats

2010-01-02 Thread Dilli
Hi all How can i get the supported media formats (Audio/video) for a device ( like htc mytouch, droid, adp etc ...) programmatically ? Thank you Dilli -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Get supported media types ( programatically)

2010-01-05 Thread Dilli
Hi all how to get the supported media types of a device because all android devices not support all media formats i behave my app based on supported media types how can i get that information Any ideas Thank you Dilli -- You received this message because you are subscribed to the Google

[android-developers] Debugger Log information on device

2009-05-05 Thread Dilli
Hi all I am developing an application using media player I want to print total log to printed ( with the logs in the source code of android - media player) ie. the android(os) source code is in c++ and i trace the code and see the printing of error messages. but while compiling my

[android-developers] how to enable log of Android OS code - opencore

2009-05-05 Thread Dilli
Hi I want to enable the log of of the OS (android) I enabled debugging mode to true, i downloaded android source code of opencore with pvplayer and protocols etc i cant see the errors printed in the source code in my logcat is there any way to enable those log messages need help

[android-developers] aac frame in rtp packet with media type audio mp4a-latm is supported in Android

2009-05-11 Thread Dilli
Hi Dave Sparks, According to discussion raw aac file format not supported in the android. If i send RTP packets which contains raw AAC audio frame in mp4a- latm format as payload, then the android will capable to play the stream ? i am using android sdk android-sdk-windows-1.0_r2. need help

[android-developers] Re: Audio streaming/progressive download over HTTP

2009-05-11 Thread Dilli
Hi Dave Sparks, According to above discussion raw aac file format not supported in the android. If i send RTP packets which contains AAC audio frame in mp4a-latm format , then the android will capable to play the stream ? i am using android sdk android-sdk-windows-1.0_r2 On Apr 23, 10:16

[android-developers] Dialog not displayed properly in Landscape mode

2010-10-31 Thread Dilli
to select or cancel), It is not happening in the portraite mode, how to solve it. need help Regards, Dilli -- 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

[android-developers] How to play youtube urls in android?

2009-06-09 Thread Dilli
? Thanks, Dilli. --~--~-~--~~~---~--~~ 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] Make a application default launcher

2009-06-17 Thread Dilli
Hi, i am developing a simple application which takes xml files and do the operations i am testing it on emulator. 1.5 sdk I set the intent filters and data and mime types as follows in the manifest file intent-filter action android:name=android.intent.action.MAIN/action

[android-developers] wma and wmv format supportence in android mobile

2009-06-29 Thread Dilli
Hi all, Based on documentation provided at http://developer.android.com/guide/appendix/media-formats.html android T-Mobile G1 supports WMA and WMV my question is . 1) Is all mobiles based on Android OS supports WMA, WMV ? and 2) Is there any api function ( like

[android-developers] Video View

2010-03-29 Thread Dilli
Hi all, How to add an icon on the top of VideoView, I want my player VideoView window should contain the brand image of my player. How to add it to the VideoView Thank you Dilli -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Getting all of a long string in DDMS?

2010-03-29 Thread Dilli
In your code you should read the complete data available in the responseStream because the stream may don't give complete data at one attempt. You need to call read method on responseStream till it ends. ( i.e: read bytes size -1) i.e read the data till you got end of stream. then convert it to

[android-developers] Looper

2012-08-17 Thread Dilli
Hi all, I am getting error like below. E Looper : Error modifying epoll events for fd 163, errno=2 error = 2 indicates no entry for FD why it happened ?? what is the exact reason and thanks in advance. Regards, Dilli. -- You received this message because you are subscribed to the Google

Re: [android-developers] Down Tab Bar in Android

2010-02-18 Thread Dilli rao
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thank you Dilli Rao -- 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: [android-developers] Re: How to play a media file on emulator

2010-02-18 Thread Dilli rao
@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thank you Dilli Rao -- You

Re: [android-developers] Re: How to play a media file on emulator

2010-02-18 Thread Dilli rao
one more Q. local disk means (hard disk or sdcard of emulator) On Thu, Feb 18, 2010 at 7:15 PM, Dilli rao dilliraomca...@gmail.com wrote: you have to start the player in onprepared listener and also check the android media player compatibility with the media file codec ( which you want

[android-developers] Re: How to do we take a Screenshot using ADB Comand Line

2009-08-27 Thread dilli rao
you. Thank you. Dilli Rao On Thu, Aug 27, 2009 at 6:18 PM, Prakash Vel prakash...@gmail.com wrote: Read through Couple of articles , Most of them point to the DDMS through that we could take the Screenshot. However i am trying to capture the Emulator screen from the Command Line

[android-developers] Re: Http server at localhost

2009-09-03 Thread dilli rao
/ElementalHttpServer.java http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore/src/examples/org/apache/http/examples/ElementalHttpServer.javain android and use it it works for my requirements very well may be it will use full for you Thank you Dilli On Fri, Sep 4, 2009 at 5:19 AM

[android-developers] Re: Please help _Confused_Server Side For android mobile application

2009-09-03 Thread dilli rao
the response from the server right now i am doing in the same way ( it works fine for me) Thank you Dilli On Fri, Sep 4, 2009 at 1:02 AM, Mohith K M mohith3...@gmail.com wrote: I am beginner (Both Android and Server side programming), Am having doubt about Server side for my Android mob

[android-developers] Re: How do I delete an app from 'All Android Market listings'?

2009-09-03 Thread dilli rao
if u r connected your development machine then then use : adb uninstall packagename to uninstall from u r mobile or use settings-applicationmanager- and choose old app and uninstall it Thank you Dilli On Fri, Sep 4, 2009 at 4:34 AM, gsmd gsm...@gmail.com wrote: After changing package

[android-developers] Re: key lisener

2009-09-09 Thread dilli rao
event) called ** ); if(keyCode == KeyEvent.KEYCODE_BACK) { Log.i(getClass().getSimpleName(), back key pressed ); } return true; } Thank you, Dilli Rao On Tue, Sep 8, 2009 at 3:36 PM, sasi kumar sasikumar.it1...@gmail.comwrote: use key lisener.. On Tue, Sep 8

[android-developers] Re: custom list view

2009-09-09 Thread dilli rao
see API demos package : com.example.android.apis.view file : list14.java example in that you can modify the text view properties as you need.. Thank you, Dilli Rao On Tue, Sep 8, 2009 at 11:21 AM, Sasi Kumar sasikumar.it1...@gmail.comwrote: I need a custom list view. For reducing

Re: [android-developers] How to read XML file from sdcard and parse it?

2010-01-08 Thread dilli rao
?hl=en -- Thank you Dilli Rao -- 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+unsubscr

Re: [android-developers] DDMS Allocations tracker not picking up activity when using a real phone

2010-08-05 Thread Dilli rao
probebly you need to enable the debugging option available in the settings - applications-... may be it will work for you. Regards, Dilli On Wed, Aug 4, 2010 at 3:54 AM, Greg Siano gregmsi...@gmail.com wrote: I'm trying to use DDMS to track my allocations, but it only finds my activity if I

Re: [android-developers] no devices in adb devices list

2010-04-06 Thread Dilli rao
://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using remove me as the subject. -- Thank you Dilli Rao -- 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: [android-developers] ExpandableListView Problem

2010-03-03 Thread Dilli rao
For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thank you Dilli Rao -- 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