Forum: Applications
2012-04-07, 05:07
|
Replies: 568
Views: 230,684
|
Forum: Applications
2011-02-03, 09:42
|
Replies: 85
Views: 34,789
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: 34,789
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: 180,491
|
Forum: Applications
2010-07-18, 21:37
|
Replies: 24
Views: 12,619
|
Forum: Development
2010-07-15, 12:04
|
Replies: 22
Views: 15,145
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-07, 10:03
|
Replies: 5
Views: 1,880
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: Development
2010-07-02, 10:57
|
Replies: 4
Views: 2,076
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: Applications
2010-06-23, 21:31
|
Replies: 85
Views: 34,789
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: 180,491
|
Forum: Applications
2010-06-16, 13:17
|
Replies: 47
Views: 21,070
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: 21,070
|
Forum: Applications
2010-06-03, 15:59
|
Replies: 4
Views: 10,623
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
|
Forum: MeeGo / Harmattan
2010-05-27, 10:30
|
Replies: 15
Views: 7,927
|
Forum: Applications
2010-05-25, 22:46
|
Replies: 85
Views: 34,789
Re: Extended Call Log - extras-devel
The new version is in extras-devel now. Changelog is
* Added ability to filter by date
* Allow -1 in the limit to show all calls
* Show number in main list
* Added startup notification to warn...
|
Forum: Maemo 5 / Fremantle
2010-05-25, 10:32
|
Replies: 23
Views: 9,657
Re: Calendar Widget on 1.2 not showing birthdays
Actually I just ran a test with adding a new contact with a birthday shows up fine but any old birthdays I have in my contacts don't show unless I go back into the contact and edit \ re-save the...
|
Forum: Applications
2010-04-30, 12:28
|
Replies: 85
Views: 34,789
Re: Extended Call Log - extras-devel
Someone posted this in another thread
So for anyone having problems it might be worth checking what repository you are trying to install from, and if you want v0.3 make sure you are using...
|
Forum: Applications
2010-04-27, 13:51
|
Replies: 85
Views: 34,789
Re: Extended Call Log - extras-devel
Sorry for the delay, I didn't see the updates to the thread.
I think the update \ install problem is related to the SDK \ autobuilder update to PR1.2. But TBH, I'm not sure what is causing the...
|
Forum: Applications
2010-03-20, 23:06
|
Replies: 85
Views: 34,789
Re: Extended Call Log - extras-devel
I've uploaded a new version of Extended Call Log to extras-devel today
The changes are
* Added call type to filter by GSM, VoIP or all
* Added default call type to settings
* Added a done...
|
Forum: Maemo 5 / Fremantle
2010-03-19, 10:57
|
Replies: 6
Views: 2,554
|
Forum: Community
2010-03-15, 21:52
|
Replies: 8
Views: 3,442
Re: [Testing Squad] - March 2009
I posted this to the mailing list too but to make sure that people see it I'll repost here.
Just so nobody wastes time, I'm in the process of trying to upload a new version of webtexter which...
|
Forum: Applications
2010-03-06, 21:57
|
Replies: 85
Views: 34,789
|
Forum: Applications
2010-03-06, 20:50
|
Replies: 85
Views: 34,789
Re: Extended Call Log - extras-devel
That's right. It's a seperate application that shows under the "More" folder.
It would be possible to add a filter for sms, if there was enough call for it.
On screenshots, I'll put...
|
Forum: Applications
2010-02-18, 23:42
|
Replies: 85
Views: 34,789
Re: Extended Call Log - extras-devel
I've released v0.2 of extended call log today and pushed it to extras-testing
The changes in v0.2 are
* Added a UI to set the number of calls to display
* Fixed an issue with the icons
...
|
Forum: Applications
2010-01-30, 03:25
|
Replies: 85
Views: 34,789
Re: Extended Call Log - extras-devel
I'm the developer of extended call log. Basically it's just a different front end for the rtcomm-eventlogger-ui library which is used for most of the maemo logs. I just display all calls instead of...
|