[android-porting] Re: GingerBread Touch Issue

2012-03-01 Thread Nilly
Bharathi, Did you get touch screen working in ginger bread? I am struggling to get it work on ginger bread. Regards, Niral On Feb 29, 2:36 pm, Bharathi Subramanian bharathi.w...@gmail.com wrote: Any update about this issue? Has anybody successfully port ts calibartion to gingerbread? I am

[android-porting] Re: GingerBread Touch Issue

2012-03-01 Thread Nilly
Bharathi, Did you get touch screen working in ginger bread? I am struggling to get it work on ginger bread. Regards, Niral On Feb 29, 2:36 pm, Bharathi Subramanian bharathi.w...@gmail.com wrote: Any update about this issue? Has anybody successfully port ts calibartion to gingerbread? I am

[android-porting] Re: Porting Tslib on android for pandaboard

2012-02-28 Thread Nilly
monimi, Add following line to libts and and module using libts. LOCAL_SHARED_LIBRARIES := \ libdl Regards, Niral On Feb 24, 11:59 pm, monimi m.michelle.villega...@gmail.com wrote: Hi, i am porting Tslib on android to run on pandaboard, but when i do the 'make' step i get the following

[android-porting] Directfb compiled but not able to run

2011-04-05 Thread Nilly
Hi All, Any one able to run directfb run successfully on android? I am able to compile it after some changes in bionic and added fusion kernel module but I am not able to run it on android. I am getting following error. -sh-3.2# ./dfb_test out.yuv ~~| DirectFB 1.4.3 |

[android-porting] Audio output is mono in my application

2011-01-03 Thread Nilly
Hi All, I have written simple application using audio flinger to play audio but than output is mono. whereas default music player is playing in stereo. I have set stereo channel from my Code. Also alsa HW paramas output is cat /proc/asound/card0/pcm0p/sub0/hw_params access: MMAP_INTERLEAVED

[android-porting] Re: Audio output is mono in my application

2011-01-03 Thread Nilly
To Add more My application is sending stereo data to audio flinger which in turns using audio track. I have verified num of channel and it is 2. Also vol of left and right channel is same 1.0. Please let me know any thing is wrong. On Jan 3, 2:10 pm, Nilly ni...@oriolesoftware.com wrote: Hi All

[android-porting] Re: Hardware opengles not working [libhgl.so required?]

2010-12-04 Thread Nilly
any suggestions will be great help for me.. On Dec 2, 7:49 pm, Nilly ni...@oriolesoftware.com wrote: I am using froyo. I have libGLES_android.so but this is software implementation right provided by android? /system/lib/egl has libGLES_android.so libEGL_imx51.so libGLESv1_CM_imx51.so

[android-porting] Re: Hardware opengles not working [libhgl.so required?]

2010-12-04 Thread Nilly
Also I have one query if hardware libraries are available than does android surface flinger will drop software libraries and use the hardware libraries or one need to change surface flinger to use it? On Dec 4, 9:45 am, Nilly ni...@oriolesoftware.com wrote: any suggestions will be great help

[android-porting] Re: Hardware opengles not working [libhgl.so required?]

2010-12-02 Thread Nilly
, I think you are working on 2.x. So don't worry about libhgl.so. Besides these opengl libs, you still a gralloc library to init your framebuffer properly. It locates in /system/lib/hw/gralloc.target.so If you don't have it, you need to write one. On 12月2日, 下午12時54分, Nilly ni

[android-porting] Hardware opengles not working [libhgl.so required?]

2010-12-01 Thread Nilly
Hi All, I am working to get hardware opengles up on my freescale board imx51. I have libEGL_imx51.so libGLESv1_CM_imx51.so libGLESv2_imx51.so and my egl.cfg is 0 1 imx51 0 0 android So will all this libraries suffice to run opengles in hardware mode? B'cos I have read every where that we need

[android-porting] Android Audio track for playing audio

2010-07-07 Thread Nilly
Hi All, I am using audio track to play audio.How to set period size, buffer size, start thresold, stop thresold and other parameters?audio track set only buffersize and segment size.how to set rest of the ALSA parameters by audio track? I am not able to sync Audio video. As alsa buffer size is

[android-porting] Re: stop android using alsa

2010-06-30 Thread Nilly
yes I have audio flinger sink also but than finally when it is writing it is doing memcpy. On Jun 29, 9:28 pm, Dave Sparks davidspa...@android.com wrote: Your gstreamer audio sink should be an AudioTrack, not ALSA. On Jun 22, 10:44 pm, Nilly ni...@oriolesoftware.com wrote: hi, android

[android-porting] Re: Alsa sink for gstreamer audio

2010-06-22 Thread Nilly
I found the way to solve this may not proper. copy libgstaudioflingersink.so to your plugin path with alsa and than try gst-launch-0.10 -v audiotestsrc ! audioconvert ! audioresample ! alsasink it will work. if it shows the device is busy than do stop media Regards, Nilly On Jun 22, 10

[android-porting] Alsa sink for gstreamer audio

2010-06-21 Thread Nilly
0 [omap3beagle]: twl4030 - omap3beagle omap3beagle (twl4030) I tried changing the device from default to omap3beagle and twl4030 but no luck. Regards, Nilly -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

[android-porting] Re: Network error eth0 not found

2010-06-16 Thread Nilly
Pramod, There is only one file in /driver/net/smsc911x and that is working fine when i am building linux. srikant, I didnt get what you mean by try IRQF_SHARED? sorry as I am new to this i dont have deep knowledge on it. Regards, Nilly On Jun 14, 8:39 pm, Srikant w.sreeka...@gmail.com wrote

[android-porting] Re: Network error eth0 not found

2010-06-14 Thread Nilly
 am, Nilly ni...@oriolesoftware.com wrote: hi All, I want to start network on my board. I am getting and error when i am doing ifconfig eth0 up error: SIOCSIFADDR (No such device) Regards, Niral- Hide quoted text - - Show quoted text - -- unsubscribe: android-porting+unsubscr

[android-porting] Network error eth0 not found

2010-06-12 Thread Nilly
hi All, I want to start network on my board. I am getting and error when i am doing ifconfig eth0 up error: SIOCSIFADDR (No such device) Regards, Niral -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Video player source code

2010-05-25 Thread Nilly
Hi all, Any one has any link or source code for video player (using gstreamer/ PV - videoplayer.apk)? - NIral -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Default video player application:rotation problem

2010-05-23 Thread Nilly
, Nilly ni...@oriolesoftware.com wrote: Hi All, I have ported android to the beagle board and I am using the gstreamer build of embinux android. Default video player which comes with that build plays video rotated at 90 degree. I don't won't rotation in that video. same thing happens

[android-porting] how to build Android RFS with out network

2010-02-01 Thread Nilly
Hi All, Any one have any idea how to build android RFS with out network? From kernel I am able to remove whole network - keeping unix domain socket and required stuff. I dont want wifi/ethernet or and any other stuff in android RFS. Regards, Niral -- unsubscribe:

[android-porting] optimization option to compile RFS and kernel

2010-02-01 Thread Nilly
HI all, where can I give -O3 or -Os option for compilation to compile RFS or kernel? Regards, Niral -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Boot up directly to the google search:Redude first screen time

2010-01-29 Thread Nilly
I have written one application (say my home screen). How can i change the code to boot my own screen? To get my own home screen Do i need to change the android code and compile it? Regards, Nilly On Jan 26, 3:59 am, Dianne Hackborn hack...@android.com wrote: There is no Google search

[android-porting] Re: Run application during boot up(.apk file)

2010-01-27 Thread Nilly
manager) to be up and running for it to be able to do anything. On Tue, Jan 26, 2010 at 8:12 PM, Nilly ni...@oriolesoftware.com wrote: I have tried disabling zygote process in init.rc started the .apk using am start. e.g. am start -a android.intent.action.MAIN -n

[android-porting] BUILD_TINY_ANDROID=true option for building android

2010-01-27 Thread Nilly
hi All, Does any one know about make BUILD_TINY_ANDROID=true It has built the images for me but when I am porting that on board it is not finding the app_process,rild ,mediaserver files and not able to boot it. Has Any one tried this option and able to reach 1 screen? Regards, Niral --

[android-porting] Re: Run application during boot up(.apk file)

2010-01-26 Thread Nilly
at 5:04 PM, Nilly ni...@oriolesoftware.com wrote: hmm, If I have .apk installed already than is it possible to run it on boot up time? Regards, Niral On Jan 23, 4:27 pm, Dianne Hackborn hack...@android.com wrote: You can't.  You need to have the rest of the system running before you can

[android-porting] Boot up directly to the google search:Redude first screen time

2010-01-25 Thread Nilly
Hi All, Is it possible to only start a single application from zygote process? I dont want to load other application and other process. As I want to reduce my bootup time.what are the mandotary process required to start a single application. e.g. after booting only google search application will

[android-porting] Re: Run application during boot up(.apk file)

2010-01-23 Thread Nilly
hmm, If I have .apk installed already than is it possible to run it on boot up time? Regards, Niral On Jan 23, 4:27 pm, Dianne Hackborn hack...@android.com wrote: You can't.  You need to have the rest of the system running before you can run a .apk. On Fri, Jan 22, 2010 at 8:53 PM, Nilly

[android-porting] Run application during boot up(.apk file)

2010-01-22 Thread Nilly
HI All, I want to run an application at startup.I have .apk file. How can I run it at start up? I have looked at the init.rc but it only shows how to run process.but i have seen that dalvikvm other process starts .apk file resides in / system/app folder. If I want to run application (using

[android-porting] Re: Reduce the Boot up time

2010-01-13 Thread Nilly
support. Is it possible to build only init? Other thing is after kernel also android is doing so many initialization may be application and all. any way to reduce that timing? Regards, Niral On Jan 7, 11:37 pm, Tim Bird tim.b...@am.sony.com wrote: Nilly wrote: HI All, I want to reduce the boot

[android-porting] Reduce the Boot up time

2010-01-07 Thread Nilly
remove the drivers which are not needed but i am not finding any .config file to remove it? From where can i remove the not required driver from kernel code? What all other stuff can i remove to reduce boot up time? Regards, Nilly -- unsubscribe: android-porting+unsubscr...@googlegroups.com website

[android-porting] Re: Creating PVMF nodes

2009-12-06 Thread Nilly
, as released as part of Android, is not a full GUI based player. In Android, the GUI part comes as part of the MediaPlayer applications. -Ravi On Dec 3, 10:55 am, Nilly ni...@oriolesoftware.com wrote: I have downloded the opencore4.0 code and i am able to build it outside android

[android-porting] Re: Creating PVMF nodes

2009-12-02 Thread Nilly
, Nilly ni...@oriolesoftware.com wrote: jeffb, You able to do any progress?I am working on same line but do know how to go ahead.If you have any idea kindly share with me. Regards, Nilly On Oct 30, 5:53 am, jeffb jeffbo...@gmail.com wrote: Sorry, I meant to say parsernode

[android-porting] Re: Error in native compiled opencore pv2way_omx_engine_test

2009-12-02 Thread Nilly
I am able to build the open core code.But I dont know how to run it on android emulator? Can any expert suggest the way or point some info that I can read and do it? Regards, Nilly On Nov 13, 2:02 pm, udaykiran pichika uday.pic...@gmail.com wrote: Hi John, Im having some other questions