Showing results 1 to 25 of 100 @ 0.01 seconds. Search: Posts Made By: matrim
Forum: Applications 2012-04-07, 05:07
Replies: 568
Views: 222,354
Posted By matrim
Re: [Announce] DropN900 - the maemo 5 DropBox client

I've modified the transfers.py to allow the sync media button to also sync the sd card media folder.

How it works:
When looking for files to sync it will also check the folder /media/mmc1/DCIM...
Forum: Applications 2011-02-03, 09:42
Replies: 85
Views: 33,477
Posted By matrim
Re: Extended Call Log - extras-devel

You can limit the amount of calls show by setting the "Limit" in the settings.

Or you should be able to clear the log file by going to the main phone application and selection "clear recent calls"
Forum: Applications 2010-11-30, 16:37
Replies: 85
Views: 33,477
Posted By matrim
Re: Extended Call Log - extras-devel

It will only show duration if it is logged in the database and by default end time isn't logged.

To get it to log see this thread (http://talk.maemo.org/showthread.php?t=42624)

Can you give...
Forum: Applications 2010-08-01, 12:05
Replies: 271
Views: 175,075
Posted By matrim
Re: HOWTO: Importing SMS messages from Nokia phones to N900

Here's the smsexporter. This is built from the code in the first post so I don't know if it's up to date and I haven't tested it myself.
Forum: Applications 2010-07-18, 21:37
Replies: 24
Views: 12,279
Posted By matrim
Re: Web2SMS Issues - Help

You could try webtexter which supports Vodafone Ireland
Forum: Applications 2010-07-18, 21:36
Replies: 85
Views: 33,477
Posted By matrim
Re: Extended Call Log - extras-devel

The database is the rtcom eventlogger (call and sms \ im) database at /home/user/.rtcom-eventlogger/el-v1.db

The call information is added to by a Nokia application which I assume is the phone UI...
Forum: Development 2010-07-15, 18:02
Replies: 22
Views: 14,661
Posted By matrim
Re: telepathy-qt4 and the Nokia QT SDK

Thanks for the info. I've voted for it
Forum: Development 2010-07-15, 14:28
Replies: 22
Views: 14,661
Posted By matrim
Re: telepathy-qt4 and the Nokia QT SDK

After some playing around I've found that if I change to


INCLUDEPATH += /home/matrim/QtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-10.2010.19-1-slim/usr/include/telepathy-1.0
LIBS +=...
Forum: Development 2010-07-15, 12:04
Replies: 22
Views: 14,661
Posted By matrim
Re: telepathy-qt4 and the Nokia QT SDK

Yeah have the maemo target selected. As mentioned I can build and run a sample program using them but can't get the QTCreator editor to recognize them e.g. for auto-completion etc


To get it...
Forum: Development 2010-07-15, 10:39
Replies: 22
Views: 14,661
Posted By matrim
Re: telepathy-qt4 and the Nokia QT SDK

Unforutnately it's not.

I've added

INCLUDEPATH += /usr/include/telepathy-1.0
LIBS += -ltelepathy-qt4

to my pro file and run qmake.
Forum: Development 2010-07-15, 09:36
Replies: 22
Views: 14,661
Posted By matrim
Re: telepathy-qt4 and the Nokia QT SDK

I'm trying this too and I've gotten it to build and run fine on my device but the problem I'm having is that the editor in QT Creator doesn't seem to see the header files and it shows the classes \...
Forum: Development 2010-07-07, 10:03
Replies: 5
Views: 1,773
Posted By matrim
Re: user notifications when on a call

I found a way to get a vibration when on a call.

If, as root, you call

echo 100 > /sys/class/leds/twl4030\:vibrator/brightness

it will enable the vibration and it works when on a call

...
Forum: Applications 2010-07-02, 12:03
Replies: 85
Views: 33,477
Posted By matrim
Re: Extended Call Log - extras-devel

This isn't logged in the database by default.

You can use the triggers mentioned it this thread (http://talk.maemo.org/showthread.php?t=42624) to make a hacked way to put in the end time of the...
Forum: Development 2010-07-02, 10:57
Replies: 4
Views: 2,002
Posted By matrim
Re: Look for incoming calls

You should look up the com.nokia.csd.Call DBus methods. In particular com.nokia.csd.Call.Instance.CallStatus

The only thing is that I think these are only for GSM calls, and you might need to use...
Forum: Development 2010-06-29, 20:11
Replies: 5
Views: 1,773
Posted By matrim
Re: user notifications when on a call

I tested the above while on a call and it didn't do anything :(
Forum: Development 2010-06-29, 19:31
Replies: 15
Views: 3,937
Posted By matrim
Re: Sms api

There's some stuff here (http://wiki.maemo.org/Phone_control#Send_SMS) too. AFAIK this is only be for SMS not IM
Forum: Development 2010-06-26, 22:04
Replies: 5
Views: 1,773
Posted By matrim
user notifications when on a call

I'm trying to write something where I have to make a notification to a user when they are on a call.
Preferably this would be a sound notification but a small vibration would do. Something like...
Forum: Applications 2010-06-23, 21:31
Replies: 85
Views: 33,477
Posted By matrim
Re: Extended Call Log - extras-devel

The setting is a gconf setting at /apps/extcalllog/limit

Running a command like

gconftool -s /apps/extcalllog/limit --type int 30

should reset it
Forum: Applications 2010-06-18, 20:52
Replies: 271
Views: 175,075
Posted By matrim
Re: HOWTO: Importing SMS messages from Nokia phones to N900

My fault. I built it against the x86 target.

This new version is build against the armel target and will run on the n900
Forum: Applications 2010-06-18, 20:12
Replies: 271
Views: 175,075
Posted By matrim
Re: HOWTO: Importing SMS messages from Nokia phones to N900

I've rebuild the source from post 104 (http://talk.maemo.org/showpost.php?p=479902&postcount=104) in the PR1.2 sdk.

I haven't tested this so use at your own risk
Forum: Applications 2010-06-16, 13:17
Replies: 47
Views: 20,489
Posted By matrim
Re: Eventlogger doesn't log call-end-time

In PR1.2 the database is /home/user/.rtcom-eventlogger/el-v1.db

so the command should probably be

sqlite3 -batch /home/user/.rtcom-eventlogger/el-v1.db < triggers.txt
Forum: Applications 2010-06-14, 09:44
Replies: 47
Views: 20,489
Posted By matrim
Re: Eventlogger doesn't log call-end-time

Just a note to anyone using this. Extended Call Log v0.5 will now display the duration of the call if the end-time field is populated in the database
Forum: Applications 2010-06-14, 09:42
Replies: 85
Views: 33,477
Posted By matrim
Re: Extended Call Log - extras-devel

I've uploaded v0.5 to extras-devel

This new version allows calling back of GSM numbers and opening the contact card if the call is from a contact.
There is still no support for calling back a...
Forum: Applications 2010-06-04, 09:44
Replies: 85
Views: 33,477
Posted By matrim
Re: Extended Call Log - extras-devel

I'd noticed this before but forgot to go back to fix it.

I've raised Bug 10549 and Bug 10550 on the problems to remind me to go back and look at them.

I think I was unable to make the details...
Forum: Applications 2010-06-03, 15:59
Replies: 4
Views: 10,189
Posted By matrim
Re: SMS over SIP?

Have a look at WebTexter (http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/webtexter/0.7.9). It supports using the Voipcheap http interface
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 17:15.