[android-developers] Error inserting into table CalendarEvents

2010-08-04 Thread Thomas Frick
Dear all, I'm trying to add an event to the calendar and it works very well. But if I try to add a remeinder with an alert I receive the following error message: 08-04 11:24:56.193: ERROR/DatabaseUtils(2094): Error inserting state=0 event_id=113 minutes=10 end=1753609766 alarmTime=1753609764

[android-developers] Re: Error inserting into table CalendarEvents

2010-08-04 Thread Thomas Frick
I found the error: On creating the event I have to give the parameter: event.put( hasAlarm, 1 ); Regards, Thomas On 4 Aug., 11:36, Thomas Frick frick...@gmail.com wrote: Dear all, I'm trying to add an event to the calendar and it works very well. But if I try to add a remeinder

[android-developers] Re: DDMS, Eclipse: Can't access 'Data' - Directory on external device

2010-07-08 Thread Thomas Frick
Yes you are right, I will not touch the privileges of the phone... Thank you anyway for you appreciated help. Best regards, Thomas On 7 Jul., 20:57, Mark Murphy mmur...@commonsware.com wrote: On Wed, Jul 7, 2010 at 2:35 PM, Thomas Frick frick...@gmail.com wrote: Is there a possibility

[android-developers] DDMS, Eclipse: Can't access 'Data' - Directory on external device

2010-07-07 Thread Thomas Frick
Dear all, I'm developping an android application with Eclipse. Whe I run the emulator I can access the applications database by DDMS and the 'Data' - directoy. But when I run the application (every application) on my external device, I can't open the 'data'-directory. If I try to push data on

[android-developers] Re: DDMS, Eclipse: Can't access 'Data' - Directory on external device

2010-07-07 Thread Thomas Frick
Hi Mark, Thank you for your help. Is there a possibility to change the privileges of this process (DDMS)? Thanks, Thomas On 7 Jul., 20:17, Mark Murphy mmur...@commonsware.com wrote: On Wed, Jul 7, 2010 at 2:11 PM, Thomas Frick frick...@gmail.com wrote: But when I run the application (every

[android-developers] Best practice to pass persistent objects from an activity to another activity

2010-07-04 Thread Thomas Frick
Dear All, I have two activities. Activity A creates an object and stores some data in this object. After that, activity B ist started. In activity B I have to use the object created in activity A. What is the best way to pass the object from activity A to B? I think it is not possible to store

[android-developers] SQLite3: not found

2010-04-23 Thread Thomas Frick
Dear all, I would like to use the SQLite-Database for a project. I use my android phone (version 2.1) for the tests. The problem is that I can't access the DB files. If I create a DB and check it with Eclipse and DDMS, the 'Data' - folder is allways empty. On DB creation I receive no error... I