[android-developers] Issue with creating a custom VPN app

2012-05-24 Thread Mahendra Liya
I am almost done building a custom VPN app. The problem is that when I connect to the VPN server, the code seems to be starting a proxy daemon "SProxy_mtpd" and it fails giving the following error: 05-25 05:59:34.106: E/VpnService(712): onError() 05-25 05:59:34.106: E/VpnService(712): java.io.IOEx

[android-developers] How to write audio into microphone?

2011-01-26 Thread Mahendra Liya
Hello, Is there any way in which we can write directly to something like the "microphone buffer" , so that it gets directly to the caller? Is there any way in which we can access / modify the contents send to / through the microphone? Thanks in advance. -- You received this message because you

[android-developers] Android: BackupManagerService

2010-11-29 Thread Mahendra Liya
Hello everyone, I am trying to implement a functionality in one of my application which allows the user to change the screen brightness. I implemented it by using the Settings.System class (putInt / getInt methods). However, I don't find any changes in my screen's brightness. I have given appropri