Re: [maemo-developers] Best IDE for maemo development?

2006-02-21 Thread Kasper Souren
For the people that develops often on maemo, what IDE/set of tools have youfound to be essential to this task? Since I'm travelling, without a laptop, I find it handy to have everything inside my Nokia.I usually log in from a desktop over ssh, open up GNU screen and jmacs and starthacking. I only d

Re: [maemo-developers] Best IDE for maemo development?

2006-02-21 Thread Kasper Souren
Encode, of course--the only IDE in the world that has been designed forMaemo development from the ground-up. :) http://encode.sourceforge.net/screenshots.xhtmlLooks good. What about a LiveCD containing this thing?And, is it possible to use Encode for Python development?   __

Re: [maemo-developers] Tips for making an application installer package

2006-02-23 Thread Kasper Souren
Does anyone have a similar method for Python? I´d like to create a package for MaemoDict. And, would it be okay to include dictd in the package, or is it better to point people to the official Debian arm package?Kasper-- http://industree.org/guaka/blog _

Re: [maemo-developers] Number of ptys

2006-02-23 Thread Kasper Souren
I don´t have an answer, just a remark, that I have the same problem, though it seems unrelated to the 4: when opening a GNU screen session on the Nokia accessed over ssh, I can only have 2 windows... ___ maemo-developers mailing list maemo-developers@maem

Re: [maemo-developers] Disconnect rfcomm stays between bt_disconnected and rf_disconnected

2006-03-27 Thread Kasper Souren
GPSDrive, ported to Hildon, is a really nice addition to N770. HoweverI'm having some trouble with my bt GPS receiver and N770. 1. Often after a few minutes GPSDrive reports a timeout on the GPS receiver.2 The bt commection doen't disconnect properly.Would it somehow be possible to have  a useable

[maemo-developers] MaemoDict deb file

2006-04-19 Thread Kasper Souren
I created a Debian package for MaemoDict. To use it you also need to put some dicts somewhere. You can install Debian's dict-* packages or manually put the .dict.dz and index files in /media/mmc1/MaemoDict or /home/user/MyDocs/.documents/MaemoDict The package: http://www.sia.huaral.org/download/ma

Re: [maemo-developers] Too busy to accept help? I'm not complaining

2006-04-19 Thread Kasper Souren
The product is on the market for less than half a year. There are already tens of usable free software applications ported or created. That's pretty impressive for the first 'open product' of such a big company. I'm not complaining. I'm a pretty satisfied customer _and_ developer myself. Just a li

[maemo-developers] Memory card corrupted or unformatted

2006-04-19 Thread Kasper Souren
Somehow some files got mixed up on my memory card. I copied them to a laptop. And then I was looking for where I can reformat the card. But I can't find it. Neither did the mkfs.vfat incantation have the proper effects. I guess it made it worse, since I did that before making an imagedump. The N77

[maemo-developers] Re: Memory card corrupted or unformatted

2006-04-19 Thread Kasper Souren
> The N770 keeps on complaining "Memory card corrupted or unformatted" and > I can't find out how to format it on the Nokia. http://serendipity.ravenwolf.de/index.php?/archives/11-extrootfs_1.0_arm.deb.html does the trick. Now it would still be nice to know why the mkfs.vfat from the laptop didn't

Re: [maemo-developers] Re: Memory card corrupted or unformatted

2006-04-20 Thread Kasper Souren
Later I found the format thing in the File manager's menu. I didn't expect it to be there. I guess it'd be nice to also add it to the context menu of the memory card. Or simply ask the question "Do you want to format the memory card now?", after the first time the device finds out the card is "unfo

[maemo-developers] some packages

2006-04-20 Thread Kasper Souren
After finding out how to make packages I created some more today, forGNU Screen, bzip2 and ar (for making packages on the N770 itself)Available here:    http://www.sia.huaral.org/download/Comments welcome... ___ maemo-developers mailing list maemo-develo

Re: [maemo-developers] some packages

2006-04-21 Thread Kasper Souren
I added them to http://maemo.org/maemowiki/ApplicationCatalopWip already. The least I wanna know before putting them in ApplicationCatalog is that they work on someone else's N770 :) ___ maemo-developers mailing list maemo-developers@maemo.org https://ma

Re: [maemo-developers] python question

2006-04-26 Thread Kasper Souren
> [Desktop Entry] > Encoding=UTF-8 > Version=1.0 > Name=Python on the 770 > Comment=Python > Exec=/usr/lib/python2.4 uitest.py > Icon=qgn_list_gene_default_app > Terminal=false > Type=Application > X-HildonDesk-ShowInToolbar=true > > Not sure of what to put in the Exec part of this file. The file i

Re: [maemo-developers] Shared Library problems

2006-05-03 Thread Kasper Souren
When I run the main file, import error occurs: ImportError : /var/lib/install/usr/bin/mblob/sharedlibrary.so (folder where main.py is) cannot open shared object file: No such file or directory Any idea how this should be done? Try putting the .so's in /var/lib/install/usr/lib/python2.4/site-pac

[maemo-developers] Re: uffff

2006-05-05 Thread Kasper Souren
Sending this to maemo-developers, maybe someone there knows more about how to tackle this issue. Now my feeling is that it is definitely python-related, coz' last night I made one more experiment, installing the following things on a fresh German machine (who knows...!) 1. ossoXterm, FBReader,

Re: [maemo-developers] Re: uffff

2006-05-05 Thread Kasper Souren
> I know > app-installer-tool is suppsed to run as user, It is actually supposed to run as the user "install", like so Aha.. What about ownership in /var/lib/install? > but I tend to always use it as root. That might leave files behind that can not be modified by the "install" user, and thus

Re: [maemo-developers] Re: uffff

2006-05-07 Thread Kasper Souren
- is there a way to rescue the 'App installer' functionslity after installing sthng as root, and damaging the App. installer? Probably, but I don't know exactly how. is sudo gainroot and dpkg -X xxx.deb /var/lib/install a good way to install further things? Are those further installations safe

Re: [maemo-developers] Re: uffff

2006-05-08 Thread Kasper Souren
Yeees, but app-installer tool was primarily meant to be invoked by the osso-application-installer via sudo. It was kind of unanticipated that people are using it from the command line so much. I actually only created app-installer-tool so that I could use sudo to do the user switching It's con

Re: [maemo-developers] python on maemo

2006-05-09 Thread Kasper Souren
Nokia770-13:/home/user# run-standalone.sh ./uitest.py ./uitest.py: 1: import: not found ./uitest.py: 2: import: not found ./uitest.py: 4: class: not found ./uitest.py: 6: Syntax error: "(" unexpected Looks like it's not executing as Python, but as shell. The first line should look something like

Re: [maemo-developers] Happy birthday Maemo!

2006-05-28 Thread Kasper Souren
MoinMoin wiki is ok. Would you also consider switching MoinMoin to MediaWiki http://www.mediawiki.org/wiki/MediaWiki at this point in time. I would be very happy with that. I must confess I am somewhat biased, but I think MediaWiki is much easier to use and pages tend to look better in the long

[maemo-developers] Re: [fbreader] ZBedic integration

2006-08-29 Thread Kasper Souren
I hope, the next release will contain same feature for Nokia 770 -- with maemodict. (Btw, does mamodict work on Maemo 2.0?) My laptop is still lost in transit :( So I'm trying to get myself to directly do stuff on the N770. Which sucks. I am getting closer to getting MaemoDict to run on Maemo 2

Re: [maemo-developers] dictd and MaemoDict

2006-09-20 Thread Kasper Souren
> Try the one from http://mg.pov.lt/770 (mistral, user). I just built it, > haven't tested it. Now I've tested dict (but not dictd). It works, most of the time. Once I got this error: ~ $ dict snake *** glibc detected *** free(): invalid pointer: 0x4015 *** but I repeated the command a