[android-porting] Re: wifi - signal strength

2013-05-14 Thread ffxx68
Hi, maybe a bit late here... but I'm facing exactly the same issue on my JB porting. I'd like to understand what has been done to solve it. What do you mean by "driver ioctls are failing"? What have you debugged/fixed? thanks Fabio On Friday, 27 August 2010 11:05:27 UTC+2, guru wrote: > > HI Al

[android-porting] Voice call audio routing

2013-05-14 Thread Jan Pohanka
Hello all, I'm lost in Andorid audio framework. In system/core/include/system/audio.h there is defined an enum with audio device types. If I understand it correctly AUDIO_DEVICE_IN_COMMUNICATION should be used for calls like VoIP, Skype etc. AUDIO_DEVICE_IN_VOICE_CALL should be used for GSM ca

[android-porting] VM aborting ?

2013-05-14 Thread Kerim fırat
Hi, I am make android.compilation is successful. but the emulator gets stuck in the boot screen. KeyEvent class is available. How might hang. thnk. Log: 05-13 09:37:47.646: W/dalvikvm(220): JNI WARNING: JNI method called with exception pending 05-13 09:37:47.646: W/dalvikvm(220): in

[android-porting] Mouse rightClick problem

2013-05-14 Thread Reza Azizi
Hi Android can support Mouse right click directly from ICS and above by MotionEvent class. MotionEvent mappedEvent = mapTouchEvent(e); if( mappedEvent.getButtonState() == MotionEvent.BUTTON_SECONDARY){ //Do something for right click [image: :)] } in my hardware (Minix NEO5) android detect righ