Active Topics

 

Showing results 1 to 21 of 21 @ 0.00 seconds. Search: Posts Made By: ovekaaven
Forum: Applications 2012-10-08, 14:59
Replies: 85
Views: 25,320
Posted By ovekaaven
Re: [Announce] MaeCalTasks

getDefaultCalendar ordinarily actually gives you the "Private" calendar, which that user seems to have deleted.

You could consider using getSynchronizedCalendar instead of getDefaultCalendar,...
Forum: Nokia N900 2011-03-24, 01:39
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

I'm extremely busy with other stuff right now. I've barely slept for a week.

But when I get time, next plan is probably to see if I can use Telepathy to get notified of incoming calls and look up...
Forum: Development 2011-03-16, 23:02
Replies: 19
Views: 6,584
Posted By ovekaaven
Re: How to use root within script/program?

Setting permissions in the postinst is a band-aid. The correct permissions should already have been in the packed deb, i.e. the permissions should preferably be set in debian/rules or other...
Forum: Nokia N900 2011-03-15, 22:00
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

Currently, it must be a website for reverse directory lookups yes.


Only if you need to use a different website for every state/area code. I don't think that is the case, though I suppose it's...
Forum: Nokia N900 2011-03-15, 21:51
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

It's the config file which tells the program how it's supposed to find the name of the caller. (Without it, it is only able to guess the nearest city.)

No such config exists for North America...
Forum: Nokia N900 2011-03-15, 16:11
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

This is XML. Like other SGML-based markup languages, certain character entities must be substituted. Among other things, that means < must be replaced with &lt;, > must be replaced with &gt;, and & must be...
Forum: Nokia N900 2011-03-15, 16:04
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

No, I didn't add that separate-file-feature for the xml files since I expect the xml files to be much smaller.

I tried to explain it in my original post already:

<config>
<area code="1"...
Forum: Nokia N900 2011-03-14, 21:03
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

Perhaps. Where should it be?

(The existing xml and txt files are the examples, though...)


Yes, if you haven't created an .xml file, then this is normal. The program wants to try a directory...
Forum: Nokia N900 2011-03-14, 20:42
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

Hmm. So you'd want it to use a connection you've created with fAPN, then? While it would be possible to ask the N900 to switch Internet connections, I have no idea what would happen if someone tries...
Forum: Nokia N900 2011-03-14, 16:49
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

Hm. Strange, works for me. You run it from the xterm, right? (Oh, and you must not run as root.) Does it help to use run-standalone.sh, like "run-standalone.sh callerid +45..."?


It staying up is...
Forum: Nokia N900 2011-03-14, 00:00
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

Someone needs to create an xml file. Whether volunteers have to create a separate config for every state, or if it's possible to get away with a single config for the whole country, is something only...
Forum: Nokia N900 2011-03-13, 22:50
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

I've just uploaded callerid 0.3 to extras-devel, with some new features.

* Now able to show addresses, if you use <address>.
* Added numbering plan database for North America. If anyone in USA or...
Forum: Maemo 5 / Fremantle 2011-03-13, 22:16
Replies: 8
Views: 2,295
Posted By ovekaaven
Re: What ism the location of the notes in the calander?

No, no such folder. The notes in the N900 Calendar is stored in the same sqlite database as the rest of the calendar, ~/.calendar/calendardb
Forum: Nokia N900 2011-03-13, 18:27
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

http://news.cnet.com/8301-1035_3-10166455-94.html

It appears they accomplish unmasking not with their program, but by asking you to forward all your calls through their toll-free service, thereby...
Forum: Applications 2011-03-13, 15:55
Replies: 5
Views: 3,016
Posted By ovekaaven
Re: Files Overview?

For init.d and other information about standard Linux/Debian stuff, you could look at http://www.debian.org/doc/debian-policy/ch-opersys.html (and probably http://www.pathname.com/fhs/ or equivalent...
Forum: Nokia N900 2011-03-12, 14:29
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

I'm not familiar with those, do you have links to what they can do?

My program cannot currently unmask hidden numbers (I wouldn't know how, and Nokia's cellular modem stuff is quite closed and...
Forum: Nokia N900 2011-03-12, 13:57
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

It's not supported yet, although I've been considering adding it at some point. If you want to add it to the config now, I'd suggest <address>, but it'll just be ignored by the code, until I've...
Forum: Nokia N900 2011-03-12, 13:45
Replies: 78
Views: 37,496
Posted By ovekaaven
Re: [ANNOUNCE] Caller ID application for N900

Yes, using upstart was an option I considered, but I'm not sure whether connecting to X (in order to show user interface) would be possible that way (i.e., is it possible that upstart starts my stuff...
Forum: Nokia N900 2011-03-06, 17:42
Replies: 78
Views: 37,496
Posted By ovekaaven
[ANNOUNCE] Caller ID application for N900

I've just uploaded to extras-devel my package called "callerid", which can automatically look phone numbers up on the web to find who they belong to. It primarily uses XML configuration files to find...
Forum: Development 2011-02-26, 12:43
Replies: 2
Views: 1,369
Posted By ovekaaven
Re: dpkg conundrum

SSU is normally done with apt, not dpkg directly... apt would be smart enough to call dpkg in multiple steps here. A pre-dependency, as opposed to a regular dependency, is a very strong constraint...
Forum: Nokia N900 2010-01-03, 06:02
Replies: 10
Views: 6,117
Posted By ovekaaven
Re: Is it possible to reset the Accelerometer?

Oh, removing the battery fixes the accelerometer? I thought mine was permanently busted (normal reboot didn't help), and would have to be sent in for service if I wanted it to ever work again.

For...
Showing results 1 to 21 of 21



 
Forum Jump

All times are GMT. The time now is 08:10.