[android-developers] Power Off Button change Behavior using onKeyDown and onKeyUp -question

2014-03-30 Thread dani maoz
Hi I was able to add functionality to Power button switch, but I still get the Power off screen displayed , how can I disable the default functionality of Power off button. Another question I would like to disable screen off when Power button pressed I tried Wakelock PowerManager pm =

[android-developers] Wifi Direct - Peer To Peer question

2014-01-02 Thread dani maoz
Hi Is It possible for one device to be transmitter and receiver at the same time? I would like to write an application using wifip2phttp://developer.android.com/guide/topics/connectivity/wifip2p.html Thanks in advance -- You received this message because you are subscribed to the Google Groups

[android-developers] libGLES_Trace How to use

2013-07-29 Thread dani maoz
Hi As anyone used libGLES_trace.so . I would like to write a project (binary) which listen to opengl packet on the device (Like google OpenGL ES trace) Can any one post code example or Instruction how to use? Regards Dani -- -- You received this message because you are subscribed to the

[android-developers] Does Android Camera support V4L2 Or Usc Project

2013-07-02 Thread dani maoz
It the answer is yes, can someone post tutorial or links thanks in advance Dani -- -- 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

[android-developers] Muti touch device android failed to recognise

2013-06-26 Thread dani maoz
Hi I have created a virtual multi touch virtual driver, I see that Event hub Detect the device but when i transmit events , no movement occurred on the screen (No X or Y changed) I tried to use protocol A pr Protocol B same result. why the events not transmitted to framework Any Idea See below

[android-developers] Re: NDK TCP Server/Client Help

2013-06-12 Thread dani maoz
Solved A Casting needed if (connect(sockfd, (struct sockaddr *) serveraddr, sizeof(serveraddr)) 0) perror(connect failed); -- -- 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] NDK TCP Server/Client Help

2013-06-11 Thread dani maoz
Hi I would like to implement a TCP Server/client using NDK, can anyone post on example or an ndk project. Another Question i implemented an TCP server but when the client connect gethostbyaddr return NULL any idea See below the code childfd = accept(parentfd, (struct sockaddr *) clientaddr,

[android-developers] Multi touch Driver

2013-06-10 Thread dani maoz
Hello I would like to implement a multi-touch driver , i have a question regarding the events I implemented Protocol Example A -- Here is what a minimal event sequence for a two-contact touch would look like for a type A device: ABS_MT_POSITION_X x[0] ABS_MT_POSITION_Y

[android-developers] ICS udev rule

2013-06-05 Thread dani maoz
Hi, Environment: Pandaboard Android Version: 4.2.2 I would like to write udev rules to a propriety device i connect the the board. I looked at /etc/ for udev directory but didn't find it, Where i need to put my rule ? Can someone post an example? Thanks -- -- You received this message because

[android-developers] libGLES_Trace server how to connect

2013-02-13 Thread dani maoz
Hi How can i connect to gltrace:server? I see this message gltrace::waitForClientConnection: server listening @ path gltrace How can i detect server port and address -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Re: libGLES_Trace server how to connect

2013-02-13 Thread dani maoz
Thanks for the reply, it didn't work. As anyone try to create NDK project using libegl_trace.so? On Wed, Feb 13, 2013 at 7:30 PM, bob b...@coolfone.comze.com wrote: Maybe try port 8345?

Re: [android-developers] Re: libGLES_Trace server how to connect

2013-02-13 Thread dani maoz
I thought about this idea, i used TCPDUMP, while connecting using Android Open GL trace, but didn't see any message transfered. As anyone tried to use this DLL? On Thu, Feb 14, 2013 at 12:13 AM, bob b...@coolfone.comze.com wrote: Why not do a TCP port scan on your localhost and look for a

[android-developers] OpenGL libGLES_trace how to connect to the server

2013-02-12 Thread dani maoz
Hi I would like to create my own app which trace opengl package. (The same concept as OpenGL Trace by google) My question is how can i create a TCP client which connect to the server. I don't know the server port , or his ip Can anyone tell me how to connect to LibGLEs server thanks -- -- You

[android-developers] Embest SOC8200 - Where i can find android image

2012-10-23 Thread dani maoz
Hi I have bought Embest SOC8200, i tried to run TI-Android-GingerBread-2.3.4-DevKit-2.1, but i have a problem with screen resulation ~200x300, with no capability to change it , Any idea how can i slove this issue thanks -- You received this message because you are subscribed to the Google Groups

[android-developers] Omap3 GingerBread change screen resulation

2012-10-21 Thread dani maoz
Hi How can i change screen resulation on the external screen connected to pandaboard. Thanks -- 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

Re: [android-developers] Re: Multiple Display suport

2011-10-15 Thread dani maoz
Hi thanks for the reply, an addition to my question would it be possible to transmit HDMI over wireless via device On Fri, Oct 14, 2011 at 6:24 PM, Studio LFP studio@gmail.com wrote: If you download the add-ons for other devices through the Android SDK Manager, you can usually find

[android-developers] Multiple Display suport

2011-10-14 Thread dani maoz
Hi Is there a tutorial regradig Multi screen support in Android, Is there a tutorial regarding HDMI support, Any information will be appreciated -- 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] WHDI Support

2011-10-12 Thread dani maoz
I would like to develop an application which support WHDI Does any one as tutorial or metrical he can port Sample code thanks -- 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] Framework Sensor Support

2011-10-07 Thread dani maoz
Hi How the framework decide from which sensor to read the relevant data, For example if i have two accelometer sensor attach how can i configure the framekwork to receive information to read from the second one Thanks -- You received this message because you are subscribed to the Google Groups

[android-developers] Fwd: Framework Sensor Support

2011-10-07 Thread dani maoz
Thanks you for the reply, Can you post example, or point to the code where i have to change in order to support to configure sensor support. Where can find additional information to switch sensor functionality Here is a link i found

[android-developers] Sensor Accelerometer Question

2011-10-04 Thread dani maoz
Hi I would like is there a limitation (more then one) of Accelerometer sensor support in android , I have table with two Accelerometer installed, and when i try Sensor Debug or Lane Splitter applications, It reads data from the first accelerometer, Is there a tutorial or source code of apk i can

[android-developers] YUV opengl - request information

2011-09-29 Thread dani maoz
Hi I need to develop application which decode YUV image from a file using opengl Can anyone post a sample code, or link to example/tutorial website Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] request android-ndk5 for mac

2011-09-08 Thread dani maoz
Hi Can anyone post a download link for android-ndk-r5 download link -- 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] FFMPEG Question

2011-09-07 Thread dani maoz
Hello Can i ffmpeg on Android Emulator? Regards -- 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] How to run ffmpeg on Android Emulator

2011-09-06 Thread dani maoz
Hello I was able to compile ffmpeg project to android, I would like to run ffmpeg using android emulator, Can anyone post instruction how run ffpmeg on the emulator Regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] MediaPlayer Player Question

2011-09-03 Thread dani maoz
Hi I have a question regarding Video/Audio Playback 1. Is there a way to configure buffer size 2. Is there a way to disable buffering? 3. Can the player act like a streamer. 4. Is there a YUV player application in Android Regards -- You received this message because you are subscribed to the

[android-developers] Run script at startup help

2011-07-25 Thread dani maoz
Hi i am using pandaboard and running gingerbread, i would like to run shell script when the board boot, can anyone send me the lines i need to add in the init.rc -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Ginger bread booting probelm - CPU1 Shutdown

2011-07-16 Thread dani maoz
Hi I was able to run pre compiled image on pandaboard with this bootargs setenv console console=ttyO2,115200n8 androidboot.console=ttyO2 setenv memory mem=456M@0x8000 mem=512M@0xA000 setenv rootfs root=/dev/mmcblk0p2 rw rootdelay=2 init=/init setenv vmem vram=32M omapfb.vram=0:16M,1:16M

[android-developers] ftdio_sio stop receive bytes on pandaboard

2011-07-07 Thread dani maoz
Hi I have connected usb to serial dongle to pandaboard. I wrote an application which open ttyUSB0 port and print the information to the screen, after a while it stop receiving data, in order to solve the problem i have to reopen the port, i used usbmon tool and saw that after a while it stop

[android-developers] How to run application at startup (Java app)

2011-04-28 Thread dani maoz
Hi I have created an APK of java application and i have 2 questions 1. After APK installation what is the installed directory where application located 2. I would like to run the application at boot time , how can i do that thank you -- You received this message because you are subscribed to the

[android-developers] RECEIVE_BOOT_COMPLETED Request Info

2011-04-28 Thread dani maoz
Hi i have created a java application, i would like to run the application at boot time do i need to use RECEIVE_BOOT_COMPLETED if yes can is there an example someone can post thank you -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Driver CTS - compatibility test

2011-03-11 Thread dani maoz
Hi I am develop a kernel driver + application to support me HW (Proprietary hw) . I have some question regarding CTS and android market. 1. Would it be possible to upload the application to the market (The application depend on the kernel driver) 2.If the application rely on kernel driver input