[android-developers] Re: Calendar app in the Android Emulator?

2008-11-02 Thread Pavel Antokolsky aka Zigmar
On Nov 3, 8:28 am, ppcinfo [EMAIL PROTECTED] wrote: I've got SDK 1.0 installed and when I run the Android emulator, I don't see the Calendar or Email application available. Surely Android has such applications, right? Or, is calendar and email to be done via the web browser? Does anyone know?

[android-developers] Re: Android Icon Creation Software

2008-11-01 Thread Pavel Antokolsky aka Zigmar
On Nov 1, 6:09 pm, ScottG [EMAIL PROTECTED] wrote: What graphics package is recommend to create those nice Android icons? Any graphical editor which can produce an alpha-channeled png. Gimp, Photoshop, whatever, you choose. --~--~-~--~~~---~--~~ You received this

[android-developers] Re: Problems writing to SD card of physical T-Mobile G1?

2008-10-27 Thread Pavel Antokolsky aka Zigmar
On Oct 25, 12:03 pm, blindfold [EMAIL PROTECTED] wrote: Have others encountered problems writing to theSDcardof aG1? I've tried a small application that opens and writes text file into sd card (using plain Java File FileWriter) and it works on emulator but fails on G1 probably due to permission

[android-developers] Re: Problems writing to SD card of physical T-Mobile G1?

2008-10-27 Thread Pavel Antokolsky aka Zigmar
On Oct 28, 1:27 am, Jason Proctor [EMAIL PROTECTED] wrote: writingto /sdcard on myG1failed until i turned off act as USB disk in theG1preferences. Hi Jason! Thanks a lot for the tip - it did help. On other hand - I'm stuck. I was hoping to use sd card as a medium to transfer data between

[android-developers] Re: Problems writing to SD card of physical T-Mobile G1?

2008-10-27 Thread Pavel Antokolsky aka Zigmar
Hello David, On Oct 28, 1:56 am, David Given [EMAIL PROTECTED] wrote: Hi Jason! Thanks a lot for the tip - it did help. On other hand - I'm stuck. I was hoping to use sd card as a medium to transfer data between android app and usb host, but as it looks I can write either externally or

[android-developers] Re: Problems writing to SD card of physical T-Mobile G1?

2008-10-27 Thread Pavel Antokolsky aka Zigmar
On Oct 28, 2:04 am, Jason Proctor [EMAIL PROTECTED] wrote: you can use adb push and pull to copy stuff between the device and the host machine. Wow, thanks! I was about to write tried this already, but decided to check before I write and now it suddenly works! Actually it was my first approach,