Thanks for your quick reply Akhil.
I have already tried to to what you are suggesting, I created a tool that uses the Create Mobile Map Tool using the Model Builder. This tool works fine within ArcMap, but when i export the script to a Python script I get this error when I run it:
--------------
Traceback (most recent call last):
File "MyMobileMapCreatorExport.py", line 24, in <module>
arcpy.CreateMobileMap_mobile(mapdocument, output, "", "-4684579,73390153 -11
000940,2408731 7684579,73390153 11000940,2408731", "", "")
File "C:\Program Files\ArcGIS\Mobile10.0\ArcToolbox\Toolboxes\Mobile Tools.tbx
", line 47, in CreateMobileMap
AttributeError: 'NoneType' object has no attribute 'CreateMobileMap_mobile'
--------------
MyMobileMapCreatorExport.py is my exported script. But the message points to an error at line 47 in Mobile Tools.tbx.
Please send a note if you have any success in your project with an export using ArcObjects or Python.
Anders