Showing results 1 to 25 of 33 @ 0.17 seconds. Search: Posts Made By: jukkar
Forum: SailfishOS 2014-04-27, 09:15
Replies: 92
Views: 48,694
Posted By jukkar
Re: Tinkering with DBus on Jolla

ConnMan only handles network connections so the "Connected: false" refers to BT PAN connection and as you do not have any, the value is false.
Forum: SailfishOS 2014-03-05, 18:13
Replies: 92
Views: 48,694
Posted By jukkar
Re: Tinkering with DBus on Jolla

BTW, ConnMan dbus API descriptions can be found at http://git.kernel.org/cgit/network/connman/connman.git/tree/doc

The manager-api.txt...
Forum: SailfishOS 2014-03-05, 17:59
Replies: 92
Views: 48,694
Posted By jukkar
Re: Tinkering with DBus on Jolla

You can go to flight mode via connman like this

dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.SetProperty string:"OfflineMode" variant:boolean:true
...
Forum: Maemo 5 / Fremantle 2013-04-06, 07:28
Replies: 7
Views: 2,869
Posted By jukkar
Re: What exactly does IP Heartbeat daemon (iphbd) provide?

It provides synchronization services for applications. For example it synchronizes IM status updates that they happen at the same time in order to save battery.
Forum: Maemo 5 / Fremantle 2013-03-27, 06:32
Replies: 1
Views: 1,507
Posted By jukkar
Re: Internet connection failed. Try again? Yes|No - any way to disable this msg or answer No immediately?

Instead of using uint32:0 try uint32:1, it should prevent user interaction from happening.
Forum: MeeGo / Harmattan 2012-02-10, 02:20
Replies: 18
Views: 7,813
Posted By jukkar
Re: auto sync without leaving wifi on all the time - plus weird dbus sync issue

You are in powersave mode if your connections are terminated after 30 secs, which is the default timeout if there is no data being transferred.



You are mixing concepts here. Background...
Forum: MeeGo / Harmattan 2012-02-09, 08:44
Replies: 18
Views: 7,813
Posted By jukkar
Re: auto sync without leaving wifi on all the time - plus weird dbus sync issue

There is probably no need for separate AutoDisconnect module in harmattan as it already contains the same IdleTimer functionality that was present in diablo release. Unfortunately there is no system...
Forum: Nokia N9 / N950 2012-01-29, 09:54
Replies: 3
Views: 2,584
Posted By jukkar
Re: Priority in internet connection

There is a way for setting each IAP a priority. See http://talk.maemo.org/showthread.php?p=1132203
The field to set in gconf is /system/osso/connectivity/IAP/<iap-id>/priority
where <iap-id> is the...
Forum: MeeGo / Harmattan 2012-01-04, 17:37
Replies: 5
Views: 3,564
Posted By jukkar
Re: How to define how long a non persistent WLAN shall stay connected? (N9)

You could try to tweak the default idle timeout value if it helps you.
Try following in terminal window

gconftool-2 -s /system/osso/connectivity/network_type/default_idle_timeout -t int 300
...
Forum: MeeGo / Harmattan 2012-01-04, 16:46
Replies: 1
Views: 2,175
Posted By jukkar
Re: WiFi says "Can't Authenticate" on my N9

This command removed all the necessary networking information that is really needed that wifi works. Easiest solution is to reflash.
Forum: MeeGo / Harmattan 2011-12-18, 20:17
Replies: 16
Views: 5,474
Posted By jukkar
Re: N9 internet connections question

Harmattan activates autodisconnect when it enters powersave mode. That means that active connections are disconnected after there has not been any network activity after certain idle period. This is...
Forum: Maemo 5 / Fremantle 2011-12-02, 16:35
Replies: 20
Views: 6,801
Posted By jukkar
Re: New project: icd-wlan-priority, testers needed

You do not neet the this plugin in N9 as harmattan icd supports IAP priority already, there just isn't any UI for setting/changing the priority field.
If anyone wants to try it in N9, the field is...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-06-08, 20:45
Replies: 3
Views: 2,166
Posted By jukkar
Re: In what file does OS2008 Connection Manager store settings?

gconftool-2 -R /system/osso/connectivity/IAP
Forum: Nokia N900 2010-06-24, 18:34
Replies: 2
Views: 1,595
Posted By jukkar
Re: Is it possible to silence alarms?

You can create a silent alarm sound, or get one from here http://www.minidisc.org/charman/downloads.html
Forum: Maemo 5 / Fremantle 2010-04-29, 19:32
Replies: 2
Views: 2,831
Posted By jukkar
Re: How do I disable the network manager of the N900

Type stop icd2 to stop connection manager.
Forum: Applications 2010-04-19, 05:41
Replies: 10
Views: 2,774
Posted By jukkar
Re: Does such a background service exist? (location / time based profiles)

It is not necessary to use gps to know where you are e.g. when at home you could use the your wlan AP existence to know that you are at home, at work you would see different wlan AP. Location would...
Forum: Maemo 5 / Fremantle 2010-03-29, 18:25
Replies: 5
Views: 2,082
Posted By jukkar
Re: question about "Any connection" in Internet setting??

In default installation the answer is no as there is no icd network plugin for these bearers. The auto connectability for each bearer is determined by corresponding icd network plugin.
For USB there...
Forum: Maemo 5 / Fremantle 2010-03-29, 18:07
Replies: 5
Views: 2,082
Posted By jukkar
Re: question about "Any connection" in Internet setting??

No, in default installation the icd (internet connection daemon) will only connect to a saved IAP (internet access point). It is possible to create a service plugin to icd which can change this (the...
Forum: Applications 2010-03-27, 22:59
Replies: 134
Views: 38,010
Posted By jukkar
Re: ConnectNow Maemo5 widget to switch between internet connections

There is normally a scan before a connection attempt (unless the AP is found in the cache) so probably no power savings here.
Forum: Nokia N900 2010-01-28, 22:28
Replies: 62
Views: 14,924
Posted By jukkar
Re: Turn off or standby?

That is this bug https://bugs.maemo.org/show_bug.cgi?id=3979

Although it is annoying to see the question, you can just press cancel as the autoconnect will handle the situation and you do not have...
Forum: Nokia N900 2010-01-27, 17:16
Replies: 5
Views: 2,274
Posted By jukkar
Re: Overriding automated WIFI setup

You should be able to setup WPS AP manually from control panel if you cannot push AP button or input pin code in AP. So go to control panel and then "Internet connections" -> Connections -> New, and...
Forum: Nokia N900 2009-11-23, 23:05
Replies: 7
Views: 3,062
Posted By jukkar
Re: Call log limited to 30 days

First entry in my N900 call log is from 3 Sep so more than 30 days old. The call log combines entries so if I call to same number I only see the last one in the log.
Forum: Maemo 5 / Fremantle 2009-11-06, 06:23
Replies: 8
Views: 5,347
Posted By jukkar
Re: support for 802.1x EAP(PEAP)?

Is your question about same issue as in eduroam bug in https://bugs.maemo.org/show_bug.cgi?id=1635
If yes, then that combination is not supported in N900
Forum: Accessories 2009-10-26, 07:09
Replies: 52
Views: 117,032
Posted By jukkar
Re: Does N900 support Nokia's SU-8W Bluetooth Keyboard ?

I activated HID and tried to SU-8W. The results are not very good as the modifier keys do not work so one cannot input numbers etc.
Forum: Nokia N900 2009-10-24, 10:40
Replies: 5
Views: 2,182
Posted By jukkar
Re: N900 and S60, difference in call features

Fremantle (N900) does not use oFono.
Showing results 1 to 25 of 33



 
Forum Jump

All times are GMT. The time now is 13:40.