[android-beginners] Webview and JQuery

2010-07-22 Thread wonglik
Hi guys. While playing a bit with webview and javascripts I find some problem. It looks like jquery is not fully working. I have very simple html : html head script type=text/javascript src=file:///android_asset/ jquery-1.4.2.min.js/script script type=text/ javascript

[android-beginners] DefaultHttpClient problem sending Http request

2010-03-07 Thread wonglik
Hi Everybody I have some problem and I am not sure if I understand it correctly and I would appreciate your advice. My target is to send http request after receiving notification. Request contains HttpPost followed with 302 get redirect. Everything works fine most of the time but sometimes the

[android-beginners] Alarm not triggered after restart.

2010-02-14 Thread wonglik
Hi I get stuck with something that , I guess , is very trivial. Basically I am scheduling alarm for a given moment in the future : Intent contentIntent = new Intent(this, AlarmReceiver.class); PendingIntent theappIntent = PendingIntent.getBroadcast(Main.this, 0,contentIntent, 0);

[android-beginners] Re: Alarm not triggered after restart.

2010-02-14 Thread wonglik
Cool it helps. Thx Mark. On Feb 14, 6:45 pm, Mark Murphy mmur...@commonsware.com wrote: wonglik wrote: My problem is that alarm is not triggered after mobile is restarted and is TURNED ON on the expected time. Is there something I missed? Should I do some extra work to keep alarm

[android-beginners] Re: Android 2.0 on Dev Phone

2009-10-28 Thread wonglik
I am also very curious about that. But I am a bit confused. Some sources claim it will run on G1 some that it will not. HTC site now does not offer 2.0 image at the moment. On Oct 28, 6:06 pm, Vinicius Carvalho viniciusccarva...@gmail.com wrote: Probably not what? ... On Oct 28, 1:54 pm,

[android-beginners] Agent/Actor programming on Android.

2009-10-01 Thread wonglik
Hi I am interested using Agents/Actors on Android. Does anybody have an experience in that? I know there is JADE Andorid but it is not in active development and working very limited on android 1.0. I know there are Scala Actors but they do not come in standard scala-android distribution. Are

[android-beginners] Re: Agent/Actor programming on Android.

2009-10-01 Thread wonglik
with no problems until now! What kind of limitations do you refer? Francesco On 1 Ott, 12:17, wonglik wag...@gmail.com wrote: Hi I am interested using Agents/Actors on Android. Does anybody have an experience in that? I know there is JADE Andorid but it is not in active development

[android-beginners] Re: FileObserver

2009-07-28 Thread wonglik
to backup it unless you opened it before. I think it should work. Good luck! Elena On Jul 23, 9:38 pm, wonglik wag...@gmail.com wrote: Hi I am playing withFileObserver. I see it can react on someone , deleting , reading etc   given file. The problem I face is that it notify after event

[android-beginners] FileObserver

2009-07-23 Thread wonglik
Hi I am playing with FileObserver. I see it can react on someone , deleting , reading etc given file. The problem I face is that it notify after event. Is there an option to get information before event. For example I would like to backup file x before its deleted . With FileObserver I would

[android-beginners] Re: Learning? Windows or Linux?

2009-07-13 Thread wonglik
I would say it is pretty much up to preferences. Android SDK works both on Linux and windows. I personaly believe that Linux is better environment especially in terms of coding. The only real difference in the systems in Android domain I know is that compiling android os from sources works only

[android-beginners] Re: Widgets User input.

2009-07-06 Thread wonglik
Argh! I thought so but I hoped that there were some walkaround :) Thx w On Jul 5, 9:03 pm, Mark Murphy mmur...@commonsware.com wrote: wonglik wrote: I see documentation mention only those classes are available for widgets :     *  AnalogClock     * Button     * Chronometer

[android-beginners] Widgets User input.

2009-07-05 Thread wonglik
Hi I see documentation mention only those classes are available for widgets : * AnalogClock * Button * Chronometer * ImageButton * ImageView * ProgressBar * TextView Non of them are input ones. Is it possible to gather user input from widget? regards w

[android-beginners] Developers to offer priced applications in Europe?

2009-05-06 Thread wonglik
Does any body have a clue when developers from all the countries ,where G1 development edition phone was offered, will be able to offer priced applications? I am particularly interested in Finland or Poland. I see that there is ongoing process in Germany, Austria, Netherlands, France, and Spain

[android-beginners] Android on Ubunty 9.04

2009-04-27 Thread wonglik
Hi Does anybody have a problem connecting G1 to Ubuntu 9.04? It was working fine for me on 8.04 but now I just can not connect to it. adb devices just show empty list. I have added SUBSYSTEM==usb, SYSFS{idVendor}==0bb4, MODE=0666 to /etc/udev/rules.d/50-android.rules and run : chmod

[android-beginners] Re: Android on Ubunty 9.04

2009-04-27 Thread wonglik
answer already by then I'll let you know how I get on. On Sat, Apr 25, 2009 at 11:10 AM, wonglik wag...@gmail.com wrote: Hi Does anybody have a problem connecting G1 to Ubuntu 9.04? It was working fine for me on 8.04 but now I just can not connect to it. adb  devices just show empty