The Following 3 Users Say Thank You to Matan For This Useful Post: | ||
![]() |
2010-01-25
, 22:09
|
Posts: 107 |
Thanked: 74 times |
Joined on Jan 2010
|
#2
|
To users of DUMMY connections (Bluetooth PAN, USB networking, DUN client, etc.) can now use libicd-network-null from extras-devel, instead of the convoluted way of downloading libicd-network-dummy from nokia-binaries repository. The package name is different, but it sets up the same type DUMMY, so nothing actually needs to change.
![]() |
2010-01-25
, 22:20
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#3
|
![]() |
2010-01-25
, 22:48
|
Posts: 107 |
Thanked: 74 times |
Joined on Jan 2010
|
#4
|
![]() |
2010-01-27
, 13:54
|
Posts: 107 |
Thanked: 74 times |
Joined on Jan 2010
|
#5
|
ifconfig usb0 192.168.2.15 up route add default gw 192.168.2.14 echo nameserver 213.230.129.10 >/var/run/resolv.conf.ppp0 echo nameserver 217.200.200.42 >>/var/run/resolv.conf.ppp0 dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true sleep 2 dbus-send --type=method_call --system --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:DUMMY uint32:0
dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true rm /var/run/resolv.conf.ppp0 sudo route del default gw 192.168.2.14 sudo ifconfig usb0 0.0.0.0 down echo nameserver 127.0.0.1 >/etc/resolv.conf
![]() |
2010-01-27
, 14:04
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#6
|
![]() |
2010-01-27
, 14:17
|
Posts: 107 |
Thanked: 74 times |
Joined on Jan 2010
|
#7
|
Is there no disconnect from DUMMY button in the available networks list, or does pressing the button do nothing?
![]() |
2010-01-27
, 14:28
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#8
|
![]() |
2010-01-27
, 14:42
|
Posts: 107 |
Thanked: 74 times |
Joined on Jan 2010
|
#9
|
Can you run dbus-monitor --system while pressing the button and sending me the output?
signal sender=:1.11 -> dest=(null destination) serial=5790 path=/org/freedesktop/Hal/devices/bme; interface=org.freedesktop.Hal.Device; member=PropertyModified int32 1 array [ struct { string "maemo.rechargeable.charging_status" boolean false boolean false } ] signal sender=:1.11 -> dest=(null destination) serial=5795 path=/org/freedesktop/Hal/devices/bme; interface=org.freedesktop.Hal.Device; member=PropertyModified int32 2 array [ struct { string "maemo.rechargeable.charging_status" boolean false boolean false } struct { string "maemo.charger.type" boolean false boolean false } ] signal sender=:1.11 -> dest=(null destination) serial=5802 path=/org/freedesktop/Hal/devices/bme; interface=org.freedesktop.Hal.Device; member=PropertyModified int32 1 array [ struct { string "maemo.charger.type" boolean false boolean false } ] signal sender=:1.11 -> dest=(null destination) serial=5807 path=/org/freedesktop/Hal/devices/bme; interface=org.freedesktop.Hal.Device; member=PropertyModified int32 1 array [ struct { string "maemo.rechargeable.charging_status" boolean false boolean false } ] signal sender=:1.47 -> dest=(null destination) serial=87 path=/com/nokia/iphbd; interface=com.nokia.iphbd; member=wakeup18 int32 1264603073 signal sender=:1.47 -> dest=(null destination) serial=88 path=/com/nokia/iphbd; interface=com.nokia.iphbd; member=wakeup19 int32 1264603073 signal sender=:1.11 -> dest=(null destination) serial=5812 path=/org/freedesktop/Hal/devices/bme; interface=org.freedesktop.Hal.Device; member=PropertyModified int32 2 array [ struct { string "maemo.rechargeable.charging_status" boolean false boolean false } struct { string "maemo.charger.type" boolean false boolean false } ] signal sender=:1.11 -> dest=(null destination) serial=5819 path=/org/freedesktop/Hal/devices/bme; interface=org.freedesktop.Hal.Device; member=PropertyModified int32 1 array [ struct { string "maemo.charger.type" boolean false boolean false } ] signal sender=:1.11 -> dest=(null destination) serial=5824 path=/org/freedesktop/Hal/devices/bme; interface=org.freedesktop.Hal.Device; member=PropertyModified int32 1 array [ struct { string "maemo.rechargeable.charging_status" boolean false boolean false } ]
When you say nothing happens, do you mean that the same disconnect from DUMMY button remains?
![]() |
2010-08-22
, 13:31
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#10
|
To users of DUMMY connections (Bluetooth PAN, USB networking, DUN client, etc.) can now use libicd-network-null from extras-devel, instead of the convoluted way of downloading libicd-network-dummy from nokia-binaries repository. The package name is different, but it sets up the same type DUMMY, so nothing actually needs to change.
The package also compiles for diablo, but on the N810 I use no DUMMY connections, so I did not test it. I'll be happy to hear success/failure reports on N8x0.
Nokia-N900:~# gconftool-2 -a /system/osso/connectivity/IAP/DUMMY ipv4_address = 0.0.0.0 ipv4_autodns = true ipv4_gateway = 0.0.0.0 ipv4_type = AUTO name = Dummy network type = DUMMY proxytype = NONE ipv4_dns1 = 0.0.0.0 ipv4_dns2 = 0.0.0.0 ipv4_netmask = 0.0.0.0 autoconnect = false Nokia-N900:~#
The package also compiles for diablo, but on the N810 I use no DUMMY connections, so I did not test it. I'll be happy to hear success/failure reports on N8x0.