[android-developers] Modifying Keys

2011-09-30 Thread Joel Gwynn
Hey all. I'm working on an app that needs to use a basic Latin keyboard with some custom popupCharacters. I'm running the SoftKeyboard tutorial and noticing that the vowel keys have special popup characters, which are exactly the keys I want to customize, but I'm not seeing where in the code

[android-developers] sdcard MEDIA_MOUNTED_SHARED

2011-06-20 Thread Joel Gwynn
This is driving me nuts. I'm trying to write data to the sdcard, but the state returned from Environment.getExternalStorageState() is shared. I've tried unmounting the drive from windows, disabling the driver, mounting it with sdutil. Nothing works. The android device won't mount the sdcard.