[android-developers] External SD Card write permission in ice cream sandwitch

2012-08-07 Thread VISAKH V J
Hi, Is any body know how to get write permission for external SD card in Android 4.0. I included write permission on Manifest file. While use Environment.getExternalStorageDirectory() it always get the Internal SD card. For me I need to save a huge amount of data which is better to save in

[android-developers] How to solve Voice Echo problem in Android??

2012-03-23 Thread VISAKH V J
I am currently using Android 2.3.3. I am developing an application for Android to Android voice communication. But the problem I faced is voice echo problem. It become very noisy within a short period of time. How can solve that issue?? I found some where that it is solved in the Android 4.0. Is