Re: [android-developers] am trying to start my service on device boot up.

2010-07-21 Thread Wojciech Topolski
-- === Wojciech Topolski wojciech.topol...@gmail.com === -- 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 group

[android-developers] Re: i am trying to write an application in which it shud start service by recieving boot_completed action

2010-07-21 Thread Wojciech Topolski
Hi Below is my code. Maybe you find something interesting... manifest file::: receiver android:enabled=true android:name=.broadcastreceiver.BootCompletedBroadcastReceiver intent-filter action android:name=android.intent.action.BOOT_COMPLETED /

[android-developers] DOM2String

2010-07-20 Thread Wojciech Topolski
Hi Is anyone knew how convert DOM object to String in Android 1.5? I can build own recursive function, but I prefer some JAR library or trick in Android. I will be glad if you could help me. Best regards. -- === Wojciech Topolski wojciech.topol...@gmail.com

Re: [android-developers] can I get system service in a my personal service?

2009-11-30 Thread Wojciech Topolski
the appropriate permissions declared in its manifest file. Where permissions apply, they are noted in the the methods through which you access the protected information. -- === Wojciech Topolski wojciech.topol...@gmail.com === -- You received

Re: [android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread Wojciech Topolski
If you could, one for me, please :) -- === Wojciech Topolski wojciech.topol...@gmail.com === -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Where put file with data?

2009-11-02 Thread Wojciech Topolski
importSql = res.openRawResource(R.raw.import_sql); Best regards. -- === Wojciech Topolski wojciech.topol...@gmail.com === -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] layout orientation problem

2009-10-30 Thread Wojciech Topolski
, or? Best regards. -- === Wojciech Topolski wojciech.topol...@gmail.com === --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: APKs won't install

2009-10-26 Thread Wojciech Topolski
The thing is I have already installed apps from APK files and it worked. Does anyone know what I miss or i'm doing wrong ? Thanks a lot -- === Wojciech Topolski wojciech.topol...@gmail.com