[android-developers] MTP problem

2012-05-10 Thread Shlomi Mor
Hi, My device is connected to PC with MTP connection (over USB). I am capturing the screen using ADB into a file on /sdcard/. Now I would like to bring that file to the PC over MTP. How can I update MTP code to know about the new file? I have tried to scan the new file using MediaScannerService,

[android-developers] Re: Changing screen resolution at run-time

2011-11-06 Thread Shlomi Mor
Thanks. I will do it :-) On Oct 31, 8:17 pm, Mark Murphy wrote: > Step #1: Visithttp://source.android.com > Step #2: Click the Community tab > Step #3: Find a list that is relevant to your question > Step #4: Ask your question there > > > > > > > > > > On Mon, Oct 31, 2011 at 9:23 AM,ShlomiMor wr

[android-developers] Changing screen resolution at run-time

2011-10-31 Thread Shlomi Mor
Hi, The device I am working on has only one LCD controller, which can display to LCD or HDMI (one at a time). I would like the device to display to LCD by default, and display to HDMI only when HDMI cable is connected. Since HDMI resolution is different than LCD resolution, I will change frame buf