Problems with Nokia E72 Symulator

5 posts / 0 new
Last post
mirekk36
mirekk36's picture
Offline
Mobile Conjurer
Joined: 14 Aug 2010
Posts:
Problems with Nokia E72 Symulator

Why, when i use newer nigtly versions MoSycn - have i problems with symulator, that have another screen resolution than E72. Durning compilation - compilator says:

*** COMMAND LINE WITHHELD, CONTAINS PASSWORDS ***

With older version r767 (from http://www.mosync.com/download) there are no such problems

I tested:

- MoSyncSetup-2.5(r1566)
- MoSyncSetup-2.5(r1645)
- MoSyncSetup-2.5(r1750)
- MoSyncSetup-2.5(r1752)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Sam Pickard
rival's picture
Offline
Mobile Archmage
Joined: 19 Mar 2009
Posts:

Hi

** COMMAND LINE WITHHELD, CONTAINS PASSWORDS ***

Isn't an error, it just means that it isn't going to show you that line of the build process. Is it generating any other errors?

mirekk36
mirekk36's picture
Offline
Mobile Conjurer
Joined: 14 Aug 2010
Posts:

rival --> ok, im uderstand with this, but no any other errors, simulator starts even if Nokia E72 is checked by my, but screen resolution is like Mosync default emulator (vertical screen)

mirekk36
mirekk36's picture
Offline
Mobile Conjurer
Joined: 14 Aug 2010
Posts:

look, please on "Show profile info" option for Nokia E72

#ifndef _MSAB_PROF_H_
#define _MSAB_PROF_H_

#define MA_PROF_STRING_VENDOR "Nokia"
#define MA_PROF_STRING_DEVICE "E72"
#define MA_PROF_STRING_PLATFORM "s60v3"
#define MA_PROF_STRING_PLATFORM_S60V3
#define MA_PROF_VENDOR_NOKIA
#define MA_PROF_DEVICE_E72

#define MA_PROF_CONST_SCREENSIZE_X 240
#define MA_PROF_CONST_SCREENSIZE_Y 320
#define MA_PROF_CONST_BITSPERPIXEL 24
#define MA_PROF_SUPPORT_CAMERA

#endif /* _MSAB_PROF_H_ */

U see -

#define MA_PROF_CONST_SCREENSIZE_X 320
#define MA_PROF_CONST_SCREENSIZE_Y 240

and on the same profil for E71:

#ifndef _MSAB_PROF_H_
#define _MSAB_PROF_H_

#define MA_PROF_STRING_VENDOR "Nokia"
#define MA_PROF_STRING_DEVICE "E71"
#define MA_PROF_STRING_PLATFORM "s60v3"
#define MA_PROF_STRING_PLATFORM_S60V3
#define MA_PROF_VENDOR_NOKIA
#define MA_PROF_DEVICE_E71

#define MA_PROF_CONST_SCREENSIZE_X 320
#define MA_PROF_CONST_SCREENSIZE_Y 240
#define MA_PROF_CONST_ICONSIZE_X 54
#define MA_PROF_CONST_ICONSIZE_Y 54
#define MA_PROF_SUPPORT_JAVAPACKAGE_3DAPI
#define MA_PROF_SUPPORT_JAVAPACKAGE_BLUETOOTH
#define MA_PROF_SUPPORT_JAVAPACKAGE_FILECONNECTION
#define MA_PROF_SUPPORT_JAVAPACKAGE_LOCATIONAPI
#define MA_PROF_SUPPORT_JAVAPACKAGE_3DAPI
#define MA_PROF_SUPPORT_JAVAPACKAGE_MMAPI
#define MA_PROF_SUPPORT_JAVAPACKAGE_NOKIA_UI
#define MA_PROF_SUPPORT_JAVAPACKAGE_PIMAPI
#define MA_PROF_SUPPORT_JAVAPACKAGE_SIP
#define MA_PROF_SUPPORT_JAVAPACKAGE_WEBSERVICE
#define MA_PROF_SUPPORT_JAVAPACKAGE_WMAPI
#define MA_PROF_SUPPORT_JAVAPACKAGE_WMAPI
#define MA_PROF_SUPPORT_OS_SYMBIAN_OS_V9_2
#define MA_PROF_BUG_NORMALKEYMAPPEDTOFIRE

#endif /* _MSAB_PROF_H_ */

it look's like error maybe?

mirekk36
mirekk36's picture
Offline
Mobile Conjurer
Joined: 14 Aug 2010
Posts:

Next problem using newest build: r1752

my code with Bluetooth devices discovering work with emulator but in physical phone Nokia E72 NOT. But when i install old build r767 - the same code work and classes like btNewDevice and btDeviceDiscoveryFinished are started normally with emulator even on my Nokia E72. It preety scan devices.

(eeeh when i compile the same code for very old Nokia 6230i - it work's too) it's little crazy

what it could be ??? any ideas ?