Re: [android-developers] Using USB display adapters with Android

2011-09-16 Thread PrasannaKumar T.S.M
Thanks for your suggestions and quick response :)

On Fri, Sep 16, 2011 at 5:53 PM, Mark Murphy wrote:

> On Fri, Sep 16, 2011 at 8:09 AM, PrasannaKumar T.S.M
>  wrote:
> > Can you direct me to place where I can discuss about this?
>
> No, because I have no idea where the Debian-on-Android people hang out
> online. Perhaps you can find them via a search engine.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android 3.1 Programming Books: http://commonsware.com/books
>
> --
> 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...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Using USB display adapters with Android

2011-09-16 Thread Mark Murphy
On Fri, Sep 16, 2011 at 8:09 AM, PrasannaKumar T.S.M
 wrote:
> Can you direct me to place where I can discuss about this?

No, because I have no idea where the Debian-on-Android people hang out
online. Perhaps you can find them via a search engine.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 3.1 Programming Books: http://commonsware.com/books

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Using USB display adapters with Android

2011-09-16 Thread PrasannaKumar T.S.M
Can you direct me to place where I can discuss about this?

On Fri, Sep 16, 2011 at 5:20 PM, Mark Murphy wrote:

> This list is for developing ordinary applications using the Android SDK.
>
> For questions on Debian-on-Android, contact whoever writes that.
>
> On Fri, Sep 16, 2011 at 4:18 AM, PrasannaKumar T S M
>  wrote:
> > I would like to use USB display devices (USB to VGA cards) with
> > android devices. My idea is to connect keyboard, mouse, monitor to
> > mobile and use it like a notebook. The USB display devices available
> > from displaylink has a driver available for linux and android
> > (framebuffer driver).
> >
> > I am searching for a way to use the display device and mobile as a
> > notebook. "http://sven.killig.de/android/N1/2.2/usb_host/"; shows a way
> > to run debian inside android and output the display to a monitor using
> > displaylink device. This makes it work like I wanted but there is no
> > hardware acceleration available for the debian running. The USB
> > display devices are not capable of 3D (OpenGL or OpenGL ES). It would
> > be good if it is possible to use the GPU available in the android
> > devices in debian also. As debian the displaylink device supports
> > higher resolutions only processing power is the constraint. If there
> > is some way to use the GPU then apps can be run in full screen, video
> > playback will also be smooth (currently rendering issues are there for
> > apps in full screen with 1024 x 768 resolution).
> >
> > I have some experience in device programming so I guess I will be able
> > to help in coding but I am very new to android. I am just in need of
> > accelerating debian apps. I don't intend to run android apps in big
> > screen.
> >
> > Thanks for any help 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 email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/android-developers?hl=en
> >
>
>
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android 3.1 Programming Books: http://commonsware.com/books
>
> --
> 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...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Using USB display adapters with Android

2011-09-16 Thread Mark Murphy
This list is for developing ordinary applications using the Android SDK.

For questions on Debian-on-Android, contact whoever writes that.

On Fri, Sep 16, 2011 at 4:18 AM, PrasannaKumar T S M
 wrote:
> I would like to use USB display devices (USB to VGA cards) with
> android devices. My idea is to connect keyboard, mouse, monitor to
> mobile and use it like a notebook. The USB display devices available
> from displaylink has a driver available for linux and android
> (framebuffer driver).
>
> I am searching for a way to use the display device and mobile as a
> notebook. "http://sven.killig.de/android/N1/2.2/usb_host/"; shows a way
> to run debian inside android and output the display to a monitor using
> displaylink device. This makes it work like I wanted but there is no
> hardware acceleration available for the debian running. The USB
> display devices are not capable of 3D (OpenGL or OpenGL ES). It would
> be good if it is possible to use the GPU available in the android
> devices in debian also. As debian the displaylink device supports
> higher resolutions only processing power is the constraint. If there
> is some way to use the GPU then apps can be run in full screen, video
> playback will also be smooth (currently rendering issues are there for
> apps in full screen with 1024 x 768 resolution).
>
> I have some experience in device programming so I guess I will be able
> to help in coding but I am very new to android. I am just in need of
> accelerating debian apps. I don't intend to run android apps in big
> screen.
>
> Thanks for any help 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 email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 3.1 Programming Books: http://commonsware.com/books

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en