Hi All, As of now BT file transfer wakes device for too short time interval (1 sec) this is because of releasing the FULL_WAKE_LOCK and holding the PARTIAL_WAKE_LOCK which turns off screen and keyboard.
To solve this problem I have uploaded a patch (https://android-review.googlesource.com/#/c/37870/) this patch uses SCREEN_BRIGHT_WAKE_LOCK instead of PARTIAL_WAKE_LOCK which holds both CPU and Screen turned ON. Please review this patch and please explain me why PARTIAL_WAKE_LOCK is used :) -- Regards Halli -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
