09-03-2012 08:28 AM - edited 09-03-2012 09:47 AM
@peter
i managed to solve this problem
The problem is because i didn't mention
SDK|BBM| BlackBerry Device Software version 1.0|6.0.0| 5.0 and later 1.2|6.0.1| 5.0 and later 1.3|6.1.0| 5.0 and later
i keep running SDK 1.3 using older version bbm .. my bad![]()
So yes, it solved..
Thank you
09-03-2012 09:58 AM - edited 09-03-2012 09:58 AM
Good spot!
12-02-2012 09:43 AM
Hi,
can you tell me where or in which file you mentioned that?
please help me
12-02-2012 11:18 AM
I'm not clear what you are asking here - please ask again with more detail. Cheers
12-03-2012 02:27 AM
I mean the problem soved by mentioning
"1.3|6.1.0|5.0 and later"
but I did not understand where to mention this.
12-03-2012 04:10 AM
I think this is just what he found in his research - this is the level of SDK, the associated level of BBM and the OS levels which can support this level. Why is this information important to you?
12-04-2012 04:35 AM
I'm facing the same problem which is im trying to make two simulators communicate through BBM but i did not success.
Im using 1.3 version of BBM,
Sim1.bat
@echo off fledge.exe /app=Jvm.dll /handheld=9800 /session=Sim1 /app-param=JvmAlxConfigFile:9800.xml /data-port=0x4d44 /data-port=0x4d4e /pin=0x2100000A /app-param=regVersion=3 /app-param=regDestIP=127.0.0.1 /app-param=regDestPort=19785 /app-param=regSrcPort=19788 /app-param=DisableSyncServiceRecord /title="BlackBerry 9800-1 Simulator"
Sim2:
@echo off fledge.exe /app=Jvm.dll /handheld=9800 /session=Sim2 /app-param=JvmAlxConfigFile:9800.xml /data-port=0x4d44 /data-port=0x4d4e /pin=0x2100000B /app-param=regVersion=3 /app-param=regDestIP=127.0.0.1 /app-param=regDestPort=19785 /app-param=regSrcPort=19789 /app-param=DisableSyncServiceRecord /title="BlackBerry 9800-2 Simulator"
but still i can't make them communicate, can you help make them communicate?
i think the solution given above can solve my problem but i did not underrstand the solution.
So, can you explain that to me in detail?
please help me!
12-04-2012 05:34 AM
The information above is telling you that you need to have the correct level of BBM on the Simulator you are using in order for it to work.
Use the Device Simulators that come with the SDK and you will be sure that is the case.
What is the OS level and the BBM level for the Simulator you are using?
Just one other thing to check, make sure that you have started the MDS Simulator that is supplied with the SDK (not the standard one)