The Following 2 Users Say Thank You to Sasler For This Useful Post: | ||
![]() |
2009-12-24
, 12:42
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#32
|
I managed to make my first application for the N900, because of MADDEN!!!
OK, it's a very simple test application. It's only a rudimentary currency converter.Also the size of the text input box and the push buttons is much too small, but it works!
I wonder what settings I should use with Qt Creator to have it look OK in N900?
Anyway, thank you very much for this wonderful tool!I just hope the version with the full emulator will come soon.
![]() |
2009-12-24
, 14:10
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#33
|
I managed to make my first application for the N900, because of MADDEN!!!
The Following 2 Users Say Thank You to rontti For This Useful Post: | ||
![]() |
2009-12-25
, 08:12
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#34
|
![]() |
2009-12-25
, 09:05
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#35
|
![]() |
2009-12-25
, 12:02
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#36
|
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?
![]() |
2009-12-25
, 12:45
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#37
|
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.
Could it be possible that in your case the device IP address has been changed?
![]() |
2009-12-25
, 14:40
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#38
|
![]() |
2009-12-25
, 15:12
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#39
|
Sasler:
Did you notice my earlier comment about -r option?
mad remote -r n900 ping
![]() |
2009-12-25
, 15:24
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#40
|
The Following 8 Users Say Thank You to Sasler For This Useful Post: | ||
OK, it's a very simple test application. It's only a rudimentary currency converter.
I wonder what settings I should use with Qt Creator to have it look OK in N900?
Anyway, thank you very much for this wonderful tool!