Results 1 to 2 of 2

Thread: Maemo Emulator

  1. #1
    Join Date
    Feb 2011
    Location
    Latvia
    Posts
    139
    Thanks
    24
    Thanked 6 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Maemo Emulator

    I read many things about the emulator that I can use (I have Nokia Qt SDK) for N900 device simulation.

    I tried to launch it, but I have no idea what is happening:
    If my project is selected and i target Maemo, then I launch Maemo emulator - the emulator starts, but nothing happens.
    If I target the Maemo and try to Build project I get following message in the Application Output:
    "Cleaning up remote leftovers first ...
    Error running initial cleanup: Could not connect to host.."

    If I need to provide more information for you to help me - no problem, just ask for it.

    I have a Maemo device configuration with following settings:
    Configuration: Emulator
    Name: Emulator
    Device type: Maemo emulator
    Authentication type: Password
    Host name: localhost
    Ports:
    SSH: 6666
    Gdb server 13219
    Connection timeout: 10s
    Username: developer

    In the left side I selected Projects->Targets->Maemo->Run and i changed Device configuration to Emulator.

    I think I'll add my .pro also:

    Qt Code:
    1. QT += core gui
    2.  
    3. TARGET = maemo-try
    4. TEMPLATE = app
    5.  
    6.  
    7. SOURCES += main.cpp\
    8. mainwindow.cpp \
    9. customcalendarwidget.cpp
    10.  
    11. HEADERS += mainwindow.h \
    12. customcalendarwidget.h
    13.  
    14. CONFIG += mobility
    15. MOBILITY =
    16.  
    17. symbian {
    18. TARGET.UID3 = 0xefa169f0
    19. # TARGET.CAPABILITY +=
    20. TARGET.EPOCSTACKSIZE = 0x14000
    21. TARGET.EPOCHEAPSIZE = 0x020000 0x800000
    22. }
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Feb 2011
    Location
    Latvia
    Posts
    139
    Thanks
    24
    Thanked 6 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Maemo Emulator

    Didn't solved this problem yet, can someone help?
    I read some threads about this, in every one of them people are talking about real devices, so another question a have:
    Do I need to have Nokia N900 device to get this emulator to work, or not?

Similar Threads

  1. Errors in Debugging on Symbian Emulator. please help :(
    By bilalsaeed in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 22nd January 2011, 06:52
  2. QT Emulator - bluetooth
    By dmartino in forum Newbie
    Replies: 0
    Last Post: 8th December 2010, 16:28
  3. Replies: 1
    Last Post: 6th February 2010, 09:54
  4. Emulator Starting and ending
    By mcwar in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 13th January 2010, 13:22
  5. QT/Embedded Emulator
    By praveen_g in forum Newbie
    Replies: 2
    Last Post: 26th December 2009, 11:36

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.