[android-porting] Multiple Framebuffer devices(dynamically change) support for Surfaceflinger.

2009-09-16 Thread Robin Gujjar
Hi All, As suface flinger uses fb0 for rendering the image and video. i want to change the frame buffer devices dynamically for rendering the image on the screen one time on Fb0 other time on Fb1. i am looking into the surface flinger code. but we are not able to get the pointer where to change f

[android-porting] Flicker with multiple frame buffer devices( Fb0 and Fb1 simultaneously )

2009-10-06 Thread Robin Gujjar
Hi All, I am facing flicker problem when i uses multiple frame buffer devices simultaneously. we have modified the surfaceflinger and ui code for supporting the multiple framebuffer devices. we have created a different Graphics plane ( Second DisplayHardware instance based upon dpy=0 and dpy =1

[android-porting] Flicker with multiple frame buffer devices( Fb0 and Fb1 simultaneously )

2009-10-06 Thread Robin Gujjar
Hi All, I am facing flicker problem when i uses multiple frame buffer devices simultaneously. we have modified the surfaceflinger and ui code for supporting the multiple framebuffer devices. we have created a different Graphics plane ( Second DisplayHardware instance based upon dpy=0 and dpy =1

[android-porting] Re: Flicker with multiple frame buffer devices( Fb0 and Fb1 simultaneously )

2009-10-10 Thread Robin Gujjar
yep done, Successfully able two play two video on FB0 And FB1. --Robin Gujjar On Oct 6, 8:03 pm, Robin Gujjar wrote: > Hi All, > > I am facing flicker problem when i uses multiple frame buffer devices > simultaneously. we have modified the surfaceflinger and ui code for >

[android-porting] Re: Multiple Framebuffer support with android

2009-10-21 Thread Robin Gujjar
Hi Nikhil, You have to modify the surfacefilnger and UI code for Fb1 initialization, you will find some comment in surafceflinger.cpp for FB1 initilization( DisplayHardware instance for FB1 on the basis of dpy value). And u have to modify the EGLDislaySurface.cpp also. Other modification is alos

[android-porting] Re: Multiple Framebuffer support with android

2009-10-21 Thread Robin Gujjar
do I Add a new interface API to the surfaceflinger so that > secondary display could be initilized as and when required ? > > check above comment > > Thanks and Regards, > Nikhil > > > > Second DisplayHardware instance based upon > dpy=0 and dpy =1 passed from the cl

Re: [android-porting] Android Eclair -- hangs after gralloc/mapFrameBufferLocked

2009-11-19 Thread Robin Gujjar
did you change any thing in "clair/*hardware/libhardware/modules/gralloc/framebuffer.cpp" ? . *check #define NUM_BUFFERS its value should be 2 .i got this issue one time if u chnage this to "1" . Just check it --Gujjar On Thu, Nov 19, 2009 at 12:47 AM, Porting beginner < porting.begin...@gmail.co

[android-porting] Eclair : HOME KEY not working .

2010-09-10 Thread Robin Gujjar
Hi Everybody, i tried to make the home key work on my board ,i ma running eclair android 2.1 ) . b -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Eclair : HOME KEY not working .

2010-09-10 Thread Robin Gujjar
Hi Everybody, i tried to make the home key work on my board ,i ma running eclair android 2.1 ) . but after making change in key layout and kernel it doe not work . i have doen the follwing chnage 1) . in have mapped the HOME key in keypal.kl file of my source code : key 3HOME

[android-porting] Auto mount setup for UMS in eclair 2.1 ?

2010-09-22 Thread Robin Gujjar
Hi all, can someone please guide me , how i can setup auto mount in eclair 2.1 . already by hand selection form the pop up mount is working for me , thanks in advance ROBS -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Implementaion of recovery mode .

2010-10-01 Thread Robin Gujjar
Hi All, I need to implement recovery mode on my device , can some one give me some pointer regarding or documentaion . or if there is any implementaion on recovery mode on any of the git server , please post me the link . thanks in advance . thanks ROBS -- unsubscribe: android-porting+unsubscr.

Re: [android-porting] Android BT subsystem sleep

2010-10-04 Thread Robin Gujjar
you can also check the motorola bluetooth sleep mode driver or Qualcomm bluethood sleep mode driver , that will help u , u can brouse there code on there On Mon, Oct 4, 2010 at 10:17 PM, bheemsen wrote: > When system goes to suspend GPIO should be put in to safe mode, can you > check BT gpio is

Re: [android-porting] Android Dual Screens

2010-10-05 Thread Robin Gujjar
You can chekc the ODROID Git also for above requirement . they have implement the same feature which is neeeded by you. On Mon, Oct 4, 2010 at 4:11 PM, Deva R wrote: > >>I wanted to connect two displays to Android - One through HDMI TV and > >>other one status LCD panel. > > >>HDMI port will sho

Re: [android-porting] Android BT subsystem sleep

2010-10-05 Thread Robin Gujjar
AM, Pavan Savoy wrote: > hnm, interesting.. where can i find source code for those ? > what does a bluetooth sleep mode driver do? > > > On Mon, Oct 4, 2010 at 11:31 AM, Robin Gujjar wrote: > >> you can also check the motorola bluetooth sleep mode driver or Qualcomm >&g

Re: [android-porting] Android BT subsystem sleep

2010-10-05 Thread Robin Gujjar
ers were left out and hence uart would stop working > after suspend/resume. > there might also be the problem of the gpio glitch which would reset the > chip. > > so have a look at all the h/w interfaces your chip has with the apps > processor. > > > On Tue, Oct 5, 2010 at 8

[android-porting] Problem in Factory reset .

2010-10-27 Thread Robin Gujjar
Hi , i am trying to implement the factory reset in eclair. I already implemented it in manual mode by pressing some key combination. and directly booting in recovery mode. but i need to add it in Eclair code also formt he UI menu: Setting--->Privacy---> Factory reset.. Can any one give me some p

[android-porting] Support for 24 bit Audio wave file ??

2010-11-03 Thread Robin Gujjar
Hi All, I want to play a 24 bit wave file in android platform.its getting played but all the information is distorted means complete noise. and it is getting played form longer duration. As android is taking it as a 16 bit format by default. Can some one please give me some pointer , where i can

[android-porting] Re: Support for 24 bit Audio wave file ??

2010-11-04 Thread Robin Gujjar
. ;( if u gets error. On Wed, Nov 3, 2010 at 5:24 PM, Robin Gujjar wrote: > Hi All, > > I want to play a 24 bit wave file in android platform.its getting > played but all the information is distorted means complete noise. and > it is getting played form longer duration. As android is t

[android-porting] Android Binder crash.. in eclair

2010-12-01 Thread Robin Gujjar
Hi All I am using Eclair 2.1( kernel 2.6.29 ) . My system is running fine with almost with almost all the functionality , But if i am trying a reboot test ( System stability test ) . I am running a test APK . which reboot the system . So i have give the reboot tiem in out test APK 500 times. But a

[android-porting] Re: Android Binder crash.. in eclair

2010-12-02 Thread Robin Gujjar
+0x0/0x6bc) r5: r4: Code: ebf9d4a7 e5943000 e5942004 e353 (e5823000) Kernel panic - not syncing: Fatal exception On Dec 2, 12:34 am, Deva R wrote: > this binder crash is very very low level log., difficult to tell what > processes involved and at what stage. > >  - u can

Re: [android-porting] Re: binder error during boot

2010-12-18 Thread Robin Gujjar
There is patch available from the google for the above error . please do the google for finding the patch . i forgot the link . On Sun, Dec 19, 2010 at 7:17 AM, Srikant wrote: > Make sure that you've added ashmem driver in Kernel. > > On Dec 18, 8:53 pm, sree wrote: > > Hi All, > > > > I have

[android-porting] Re: How does the reboot into recovery mode work?

2011-03-31 Thread Robin Gujjar
Hi Bjarke, Hmm i implemented it, what ever you are looking. foloow the below Step : =={ I am assuming your recovery image is already implemented and ready to boot }=== Step : 1 : Open a simple file in android data or Cache partitions. from Java file ex: RecoverySystem.java, in which very

[android-porting] Re: How does the reboot into recovery mode work?

2011-03-31 Thread Robin Gujjar
somehow write something that informs the > bootloader to do the right thing. Do you know how to do this? > > On Mar 31, 10:43 am, Robin Gujjar wrote: > > > Hi Bjarke, > > > Hmm i implemented it, what ever you are looking. foloow the below > > Step : > >

[android-porting] Bluetooth PAN Issuse.

2012-11-11 Thread Robin Gujjar
Hi All , I am trying to setup the bluetoooth PAN on my devlopment board( Client PANU). Master is running on a Ubuntu PC 12.04 . Master is working fine as i am able to access interbet on another ubuntu PC . But on my android development board i am not able to start a connection, i have done

Re: [android-porting] Bluetooth PAN Issuse.

2012-11-12 Thread Robin Gujjar
lay/frameworks/base/core/res;hb=refs/heads/d-jb-mr0-release> > / > res<http://git.omapzoom.org/?p=device/ti/blaze.git;a=tree;f=overlay/frameworks/base/core/res/res;hb=refs/heads/d-jb-mr0-release> > / > values<http://git.omapzoom.org/?p=device/ti/blaze.git;a=tree;f=overlay/frameworks/base/

Re: [android-porting] Bluetooth PAN Issuse.

2012-11-13 Thread Robin Gujjar
Tuesday, November 13, 2012 11:13:41 AM UTC+8, Robin Gujjar wrote: > > Hi Pavan, > > Thanks for the reply. I have setup the GM role ( not using NAP) for > ubuntu PC, android board as a PANU. and trying to access ubuntu PC Internet > on my android board. > > I was not ha

[android-porting] bluetooth GATT profile with blueZ in android.

2012-11-21 Thread Robin Gujjar
Hi All, I want to make GATT profile work in ICS. Can some one please give me some pointer, how to start ? As i read mailing list android does not support bluetooth BLE(4.0) and bluez BLE support is under development But Motorola ICS based phone has bluetooth BLE feature and they have relea

[android-porting] Bluetooth: BLE support in ICS and kernel .

2013-02-19 Thread Robin Gujjar
HI all, I want to integrate Bluetooth low energy support in my existing kernel and bluez ( in andoid) . I am using android ICS and kernel 3.0 version and i want to back port the latest bluez code and kernel( bluetooth) code in my existing code base. Can you please give me some pointer from whe