Forum: Maemo 5 / Fremantle
2012-05-25, 12:53
|
Replies: 845
Views: 355,933
|
Forum: Nokia N900
2012-04-18, 09:23
|
Replies: 14
Views: 5,043
Re: Quickest way to dialing pad?
This saves you at least on step:
Put it in your systemui.xml (/etc/systemui/systemui.xml):
<menuitem priority="200" name="pad">
<callback service="com.nokia.CallUI" path="/com/nokia/CallUI"...
|
Forum: Maemo 5 / Fremantle
2012-04-15, 03:11
|
Replies: 12
Views: 8,527
|
Forum: Applications
2012-03-28, 20:39
|
Replies: 225
Views: 98,809
|
Forum: General
2012-02-13, 08:53
|
Replies: 3
Views: 2,453
Re: Stop Connection dialog
Hi, well I created a little "hack" in order to get this process a little bit easier :D
First I wrote this script called conn.sh and put it on /home/user.
So just open a terminal and type
nano...
|
Forum: General
2012-02-11, 05:36
|
Replies: 3
Views: 2,453
Re: Stop Connection dialog
I do this from the terminal:
Stop requests:
sudo /etc/init.d/icd2 stop
Start requests:
sudo /etc/init.d/icd2 start
|
Forum: Nokia N900
2011-11-30, 21:04
|
Replies: 4
Views: 5,391
|
Forum: Maemo 5 / Fremantle
2011-06-19, 14:02
|
Replies: 79
Views: 19,167
|
Forum: Development
2011-04-27, 15:11
|
Replies: 28
Views: 14,612
|
Forum: Applications
2011-03-18, 22:22
|
Replies: 11
Views: 8,891
|
Forum: General
2011-01-13, 02:52
|
Replies: 14
Views: 15,427
|
Forum: Applications
2011-01-12, 12:53
|
Replies: 199
Views: 68,351
|
Forum: Nokia N900
2010-11-11, 03:23
|
Replies: 1,124
Views: 623,165
Re: [Announce] USB hostmode beta release
hostmode is *safe* from a hw point of view. This includes applying 5V externally at any random point in time, as well as overloading or even shortcircuit of internal 5V supply aka vboost.
It's just...
|
Forum: Applications
2010-11-10, 13:07
|
Replies: 102
Views: 37,243
[Announce] SMS and IM-Chat Messageblocker
Hi,
after many users asked for an SMS blocker application, I thought
it can not be that hard to make one.
But it was hard! Lack of documentation, few tutorials and examples scattered
over...
|
Forum: Nokia N900
2010-11-07, 20:34
|
Replies: 1,124
Views: 623,165
[Announce] USB hostmode beta release
USB hostmode status: beta.
Thanks to everyone part of the h-e-n team, and most importantly, thanks to Joerg Reisenweber for starting the project and leading it, and thanks to Paul Fertser for the...
|
Forum: Nokia N900
2010-10-30, 21:45
|
Replies: 20
Views: 6,718
|
Forum: Applications
2010-08-11, 11:43
|
Replies: 443
Views: 140,885
|
Forum: Applications
2010-08-10, 16:13
|
Replies: 22
Views: 8,833
Thank you developers and community =)
I read the most recent "bye bye Nokia" thread by mchu6am4 today and I felt compelled to put this one together.
ill make this quick...........
Like so many of you, hence the reason for the...
|
Forum: Development
2010-07-25, 10:47
|
Replies: 5
Views: 2,021
Re: Learning [Phone/SMS..other] Functionality
Hi,
It's all undocumented, really. Qt Mobility (http://doc.qt.nokia.com/qtmobility-1.0/index.html) may have interfaces for this sort of stuff, I don't really know.
Oh, if you'd like to ensure...
|
Forum: Applications
2010-07-13, 06:25
|
Replies: 278
Views: 123,533
|
Forum: Development
2010-07-09, 22:01
|
Replies: 6
Views: 5,878
Re: How to get phone call status?
It's been a while, but can you not open the modem device, send "AT DT <number>" then wait for two "RING"s before sending a <CR> to end the call.
|
Forum: Development
2010-07-09, 21:18
|
Replies: 6
Views: 5,878
Re: How to get phone call status?
dbus-send --system --type=method_call --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call/1 com.nokia.csd.Call.Instance.GetStatus
Retvals (AFAICT):
0 == no call in progress;
1 == call...
|
Forum: Nokia N900
2010-05-29, 22:57
|
Replies: 20
Views: 13,069
|
Forum: Applications
2010-05-12, 19:01
|
Replies: 172
Views: 79,948
Re: [Request] Beautify "Conky"
Well, actually, now that conkey supports RGBA shouldn't it be really easy to have it as a pretty desktop widget?
[EDIT]
BTW, here are a few nice example:...
|