View Single Post
Posts: 63 | Thanked: 13 times | Joined on Jun 2008
#5
Originally Posted by thecubed View Post
So... you have a script that connects you *to* a network (through iwconfig or something similar), but you need to trick the rest of the n800 into believing that you really *are* connected?

I think there's something with DBUS commands that could tell the maemo ICD (internet connectivity daemon) that you've connected..
Some of the stuff here looks promising, but it's not exactly what you're looking for.

Anyone with more DBUS experience got anything?
That correct. I have a script that runs during the boot process, so that by the time the tablet is finished the boot process, I am already connected to the network. I do this because I then immediately use another script to start a RDP session and I don't want the RDP session to fail because the network isn't connected.

However, when/if I close out the RDP session, I'd like to be able to use the Nokia like normal without having the connect 'again' to the network manually using the Nokia IC. It would be nice if the Nokia already assumed I was connected so I could use the internet browser etc.

It's not the end of the world for me to simply manually reconnect to the network. But I figured there has to be a way to have a Dummy network accepted by the Nokia. The problem is that I am a Linux newbee (I'm basically using other peoples scripts to do the above listed things), so I am having to learn all this from scratch.