View Single Post
Posts: 62 | Thanked: 97 times | Joined on Dec 2009 @ Finland, Kerava
#1
There is N900 emulator with MADDE since version 0.6.72.
Download MADDE from here:
http://tablets-dev.nokia.com/MADDE.php

An emulator instance needs to created before it can be used. It is done by command:

Code:
  mad-admin create rx51-fremantle-pr12
It takes a while to start up.
After creation an instance can be started and stopped by commands:

Code:
 mad remote -r rx51-fremantle-pr12 poweroff
 mad remote -r rx51-fremantle-pr12 poweron
Try also these. All commands should be work same way than
with real N900 device runtime.

Code:
  mad remote -r rx51-fremantle-pr12 ping
Code:
  mad remote  -r rx51-fremantle-pr12 shell
Code:
  mad remote  -r rx51-fremantle-pr12 mount <some directory>
If you wanna take backup from your emulator state you should first
stop it (poweroff). Then you are able to clone your instance by command.
Code:
 mad-admin clone -r rx51-fremantle-pr12 my_backup
Now you have two emulator instances rx51-fremantle-pr12 and
my_backup.

Note! if 'mad list' shows that runtime is default you don't need
-r <name> option with commands.

- MADDE team

Last edited by rontti; 2010-05-28 at 12:00.
 

The Following 13 Users Say Thank You to rontti For This Useful Post: