[android-developers] How to Add Mkv Support of Gingerbread to Froyo

2011-02-09 Thread sjor
Hi. As I see, Android 2.3(Gingerbread) comes with mkv support. There is a folder named matroska in /frameworks/base/media/ libstagefright. I'd like to know whether i can add this support to Froyo or not. If I compile the source code of Froyo adding matroska folder to libstagefright, does it work?

[android-developers] How to Launch Home Screen Programmatically in Android

2011-01-21 Thread sjor
Hi. I want to launch home screen of Android with my application. The main target is to show all of apps to user when he/she presses a specialized key. Actually, the way is not important. Any idea to do this? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to Import HdmiService class from /android/frameworks/base/slsi to My Project

2011-01-18 Thread sjor
Hi. I develop an application about display settings and I want to import HdmiService.java to my class file. How can I do this? Eclipse does not recognizes it if i write import com.slsi.sec.android.HdmiService. I am sure it can be done. If you look at DisplaySettings.java from Settings app you can

[android-developers] How to Change Screen Resolution Programmatically?

2011-01-07 Thread sjor
Hi. Let me tell you my problem. I want to change my screen resolution. I can change it in an application but it changes only application's screen. I wanna set system's resolution so it won't be important which application is running on front. My device's resolution is set as 1280 * 720 p. Can I

[android-developers] Re: How to Change Screen Resolution Programmatically?

2011-01-07 Thread sjor
is more of a hardware thing. And if it all, the device supports multiple resoluton, it can only be set to only some of the resolutions that might be available or those which your display driver supports. This group is probably not the right place to ask this question. On 1/7/11, sjor sleche

[android-developers] How to Scale Down HDMI Output in Android

2011-01-03 Thread sjor
Hi. I am an Android developer and I am working for a set top box project. I want to be able to change the width and height of the display. Because, on the some of the televisions which I use with our box and HDMI cable, the display is bigger than the panel of TV. It doesn't look good. I want to

[android-developers] Launch Activity with Intent Filter on Right Time

2010-12-27 Thread sjor
Hi. I want to launch my own media player application when I want to watch a video from Youtube. When I write android:scheme=http and android:host=m.youtube.com it is OK. But, it asks everywhere in m.youtube.com to open my app. So, it gets annoying. I tried to use pathPattern, pathPrefix and path

[android-developers] Re: Launch Activity with Intent Filter on Right Time

2010-12-27 Thread sjor
, Dec 27, 2010 at 4:55 AM, sjor sleche...@gmail.com wrote: Hi. I want to launch my own media player application when I want to watch a video from Youtube. When I write android:scheme=http and android:host=m.youtube.com it is OK. But, it asks everywhere in m.youtube.com to open my app. So

[android-developers] Re: Launch Activity with Intent Filter on Right Time

2010-12-27 Thread sjor
Yes, I want to launch my application while using browser. Is it exactly unpossible to make something for it? Can I use android:mimeType for example? for On 27 Aralık, 13:50, Mark Murphy mmur...@commonsware.com wrote: On Mon, Dec 27, 2010 at 6:46 AM, sjor sleche...@gmail.com wrote: Thank you. So

[android-developers] Re: Launch Activity with Intent Filter on Right Time

2010-12-27 Thread sjor
So, what is it? I mean, what is the mime type of a youtube video play page? On 27 Aralık, 14:21, Mark Murphy mmur...@commonsware.com wrote: On Mon, Dec 27, 2010 at 7:12 AM, sjor sleche...@gmail.com wrote: Yes, I want to launch my application while using browser. Is it exactly unpossible

[android-developers] Re: Launch Activity with Intent Filter on Right Time

2010-12-27 Thread sjor
If I know the mime type i can write android:scheme=http, android:host=m.youtube.com and android:mimeType= then it works. I should find the mime type as i see. On 27 Aralık, 14:44, Mark Murphy mmur...@commonsware.com wrote: On Mon, Dec 27, 2010 at 7:39 AM, sjor sleche...@gmail.com wrote

[android-developers] Re: Launch Activity with Intent Filter on Right Time

2010-12-27 Thread sjor
: On Mon, Dec 27, 2010 at 7:49 AM, sjor sleche...@gmail.com wrote: If I know the mime type i can write android:scheme=http, android:host=m.youtube.com and android:mimeType= then it works. I should find the mime type as i see. No, that will give you the same results as you have today

[android-developers] Re: Launch Activity with Intent Filter on Right Time

2010-12-27 Thread sjor
But, for example when I want to search a video it launchs my application, too * On 27 Aralık, 15:08, sjor sleche...@gmail.com wrote: I want to control every Youtube video. I just don't want when I press share,search, hq, the username of the owner of the video etc. my application is launched

[android-developers] Re: Launch Activity with Intent Filter on Right Time

2010-12-27 Thread sjor
How can I use ACTION_VIEW? Could you give me an example? You know while on the browser when I start to watch a YouTube video I want to launch my app. On 28 Aralık, 00:55, TreKing treking...@gmail.com wrote: On Mon, Dec 27, 2010 at 7:08 AM, sjor sleche...@gmail.com wrote: I want to control

[android-developers] Intent Filter for Media Player (Youtube Video Play)

2010-12-20 Thread sjor
Hi. I have developed my own media player and I want that when I want to watch a video from Youtube, it shall be opened from my app. At least, there should be a list of media apps on the view and I should be able to choose my app from the list. I don't know much about intent- filters. How can I

[android-developers] Focus a key in on-screen keyboard

2010-11-01 Thread sjor
I wanna ask that how can i make a key in the virtual keyboard's user interface focused(orange lighted maybe)? Which attribute or function may i use for it while developing an on-screen keyboard? Waiting for your help. -- You received this message because you are subscribed to the Google Groups

[android-developers] How can i move cursor in on-screen keyboard with external keyboard?

2010-11-01 Thread sjor
I am working to make an on-screen keyboard which can be visitable via arrow(direction) keys of my external keyboard. I mean i wanna move left, right, up and down in the on-screen keyboard's keys on its UI with pressing arrow keys from my external(hardware) keyboard. The key that cursor is on