[android-developers] access to sharedpreferences in com.android.email ?

2009-12-10 Thread sage2...@gmail.com
Am I going to be able to access a sharedpreferences in another package? In particular, I'm trying to write an application that will see the accountUuids preference within the AndroidMail.Main sharedpref in com.android.email. No matter what I try, I can't get my app to see the preference. --

[android-developers] Can't get access to email accounts

2009-12-08 Thread sage2...@gmail.com
Hi all - I am trying to simply get a count of registered email accounts. But it keeps coming back 0, even though I have setup 2 accounts. The Log entry below indeed shows I'm getting back an accountUuids string of null. Here's the code I'm using (anyone see an obvious problem?): int

[android-developers] Re: minsdkversion required in manifest to upload an app upgrade

2009-04-25 Thread sage2...@gmail.com
Thanks Clark! That solved it. -Wes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] minsdkversion required in manifest to upload an app upgrade

2009-04-24 Thread sage2...@gmail.com
Hi - I just tried tonight (4/24) to upload an upgraded to my app, and saw something new. It won't let me do it, saying that the market requires a minsdkversion spec in the manifest. So I sez to meself: OK, I'll just put one in there. Here is what I put, but it didn't solve the problem - no

[android-developers] Dispatch KeyEvent to EditText - generate META chars

2009-04-17 Thread sage2...@gmail.com
I'm having some success with generating/dispatching key events to an EditText field. The major malfunction comes in when I try to generate a character that requires a META key. I can't get capital letters to work, nor will any ALTed chars work. I'm sure there is something fundamental I'm not

[android-developers] Unbundle/copy raw resource binary file to sdcard (how to?)

2009-03-02 Thread sage2...@gmail.com
Sorry I don't have the code handy to post as I write this, but I figured someone might see this and know what I'm asking: I'm trying to unbundle a binary file (sound1.ogg) and store it on the sdcard. So it starts out as a raw resource (R.raw.sound1) and should end up as a copy named /sdcard/

[android-developers] Re: Unbundle/copy raw resource binary file to sdcard (how to?)

2009-03-02 Thread sage2...@gmail.com
Gotcha Marco - just thought it might be a straightforward enough question that someone might have an answer without seeing the code. I don't have the code here with me and wanted to go ahead and get the post out here and the thread started. As to the why: I would like the file to be available

[android-developers] Re: Unbundle/copy raw resource binary file to sdcard (how to?)

2009-03-02 Thread sage2...@gmail.com
Thanks Dianne! I will take a look at that. -Wes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: Unbundle/copy raw resource binary file to sdcard (how to?)

2009-03-02 Thread sage2...@gmail.com
Dianne - it worked absolutely perfectly. Thanks very much for not only this answer, but also the many others you've given me from reading your prev posts. - Wes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups