View Single Post
Posts: 62 | Thanked: 97 times | Joined on Dec 2009 @ Finland, Kerava
#36
Originally Posted by Sasler View Post
Hmm... Today I'm having some difficulties in connecting to my device. Yesterday I was able to connect using WLAN (for some reason using USB failed). But today what happens is this:

When I do:

mad-admin create n900 -a 10.1.1.101

I get:

Device runtime 'n900' initialized!

But it doesn't ask for password like it did yesterday. And when I do this:

mad remote n900 ping

I get:

Runtime '' not found

But with "mad list" I see this:

Targets:
fremantle-qt-0942 (default)
maemo412-1 (installed)

Runtimes:
n900 (installed)


Am I missing something?
The remote command need -r option like
mad remote -r n900


Runtime creation process is following.

You have to have 'developer' user in device, which is created when
mad-developer packet is installed, because 'mad remote' interface
commands use 'developer' as a user.

Developer have to have password when creation is done. When mad-developer packet is installed the developer has no password. Password can be created by mad-developer.

When creation is completed password is not needed anymore, because creation creates rsa keys that are used further on.

When runtime is created you can use it as long as IP address of the device remains same.

Last edited by rontti; 2009-12-25 at 13:57.