[maemo-developers] status bar and threaded gtk

2006-07-24 Thread Mario Ivankovits
Hi! I have written a program which spans a thread which might update gtk widgets from the thread and thus needs to use things like g_thread_init(NULL) gdk_threads_init() gdk_threads_enter() ... gdk_flush() gdk_threads_leave() This program works fine from the commandline using the trick found in

Re: [maemo-developers] Developing directly on the 770

2006-07-18 Thread Mario Ivankovits
Hi Thanos! > What other alternatives have you ppl been using? I simply use openssh installed on my nokia (http://maemo.org/maemowiki/ApplicationCatalog2006#head-f2616a12f79f9b76bea9dca20cbe89a1735a4910) and transfer the binary from my pc to the nokia with a simple "scp" - on another session I am lo

Re: [maemo-developers] flashing the device with suse linux - solved: With SuSe 10.0 no problems.

2006-06-21 Thread Mario Ivankovits
Hi Frank, > which version Suse did you use ? > tried with two machines, both: SuSE 10.1 maybe there is a change in the latest sysfs. At least I saw flasher-2.0 searches in /sys/bus/usb for usb buses, but as far as I can see they are now in /sys/bus/usb/devices Thus I was happy to figure out t

Re: [maemo-developers] Nice work -- praise for IT2006 beta

2006-06-18 Thread Mario Ivankovits
Hi! I have to second the subject! Looks pretty good, jabber client is cool too and now the best: The device now pairs with my treo 650 so I can use it to connect to the internet now :-) Great job!!! Maybe the n770 will gain the same "cult-status" like the commodore C64 ;-) Next thing I wou

[maemo-developers] flashing the device with suse linux - solved

2006-06-18 Thread Mario Ivankovits
Hi! I had some problems flashing the device using suse linux After "Suitable USB device not found, waiting" nothing happened. After stracing/string the flasher bin I solved it by setting the environment variable USB_DEVFS_PATH So: # export USB_DEVFS_PATH=/dev/bus/usb # ./flasher-2.0 -F BETA..e

[maemo-developers] injecting input (from barcode scanner)

2006-05-25 Thread Mario Ivankovits
Hi! I plan to attach a bluetooth barcode scanner to my 770. They mainly use the serial protocol of bluetooth to send their data and I would like to feed them into the keyboard buffer to simulate input in any field. (In the end the data should go into a formular field of an web-application) Could