MobileFirst Studio (formerly Worklight Studio) is an Eclipse-based IDE, allowing to develop, test, manage, and secure mobile applications.
Questions tagged [mobilefirst-studio]
125 questions
1
vote
1 answer
ModelService.Filtered does not return data on mobile device
I am attempting to use the ModelService.filtered function to check for existing records in the Maximo. In this use case, I request data using a filter, and if it returns results I perform additional actions.
The problem that I am having is that the…

fraserd
- 11
- 2
1
vote
1 answer
Migrated Iphone Build not connecting to Remote Server
Migrated worklight 6.1 project to Mobile First 7.1
Using IBM MobileFirst Platform Studio 7.1.0.00-20160801-2314
Build app to work remote Mobile First server by giving correct Server path and Context path.
For local server both Android and Iphone…

RAJENDRA PRASAD S.J
- 83
- 7
1
vote
2 answers
MobileFirst Studio 8.0 installation
I have install MobileFirst 8.0.0 studio plugin from eclipse marketplace. But I can not find option to create new MobileFirst project like which I used to find in version 7.1.0.
So there is no support in eclipse for 8.0 version? Only CLI is available…

Suhas Gosavi
- 2,170
- 19
- 40
1
vote
1 answer
IBM Mobilefirst 7.0 - JSONStore Error during provision cannot locate symbol "CBB_add_u16"
I'm deploying an app built with IBM Mobilefirst Platform Studio v 7.0.0.00.20160526-2153 on an Android 7 - Nexus 5 (aosp_hammerhead-userdbug 7.0 NRD90M) and it's tracing the next error related to JSONStore:
09-12 14:19:39.761…

Floydian
- 249
- 2
- 17
1
vote
1 answer
Changes in the MobileFirst project is not reflect in the application
When I made any changes (JS, HTML, or even app version) in the MobileFirst project, then rebuild and redeploy the app to device or simulator/emulator, nothing appears to change in the application. If I uninstall the app from the device and redeploy…

TyLy
- 153
- 6
1
vote
1 answer
Not getting a callback to native UserControl on cordova app WP8
I am creating a cordova application with a WP8 native page. I am calling the native page in the js file by making the call,
WL.NativePage.show(nativePageClassName, backFromNativePage, params);
The native page is a usercontrol (as mentioned in…

meetme
- 203
- 3
- 12
1
vote
1 answer
Not able to call adapter for iOS
I am Using IBM Worklight Version 6.2.I made a hybrid application. I am able to make and deploy .apk file and is running fine. But when I Added Environment for iPhone. I imported that folder in X Code and run that project File. Application is running…

Dss
- 33
- 7
1
vote
1 answer
How to pass SOAP Header parameters in a Worklight SOAP adapter procedure?
I have used the IBM MobileFirst Studio V7.1 - Service Discovery wizard option and created a SOAP adapter from a application WSDL file. The Service Discovery procedure correctly creates the MobileFirst adapter in the MFP Studio
The message payload is…

Glen Misquith
- 27
- 4
1
vote
2 answers
Can we use any javascript framework to build maximo anywhere app
Mobile First supports any javascript Framework like DOJO/Sencha/jQuery/AngularJS. So is it possible to build new maximo anywhere app also through any above mentioned JS Framework?

developer
- 92
- 7
1
vote
2 answers
How to make work mobilefirst Mobile browser simulator applet on chrome and firefox?
I just noticed that because of Java Applet policies on Chrome (https://java.com/en/download/faq/chrome.xml... and almost the same for Firefox), mobilefirst Mobile browser simulator not working very well on all applet dependant feature (pictures,…

SMAGreg
- 48
- 6
1
vote
1 answer
Installing MobileFirst Platform Studio fails
When trying to install MFP 7.0 eclipse plugin from eclipse marketplace the following error is displayed:
Eclipse version 4.4.1
An error occurred while collecting items to be installed
session context was:(profile=epp.package.java,…

Maria Borbonés
- 153
- 1
- 1
- 12
1
vote
3 answers
MobileFirst Studio 7.0 installation
Installing IBM MobileFirst Studio 7.0 using MFPF_7.0_ELP_UPD_IBM_MF_STUDIO.zip but due to local LAN security we are not able to get dependency from eclipse market place which are required and downloaded directly from download.eclipse.org org. Where…

tr72279
- 21
- 2
1
vote
1 answer
MobileFirst: CLI Java adapter will not run in Studio
I'm using MobileFirst Platform v7.0 on OSX. I tend to switch back and forth between Studio and the CLI depending on what I am doing.
I found that a Java adapter created through the command line will not build using Studio without some manual…

DSchultz_mo
- 143
- 1
- 1
- 8
1
vote
2 answers
Android API level used to compile the project is not supported by the MobileFirst Platform Studio
I am building my MobileFirst 7.0 (MF Version 7.0.0.00.20150312-0731 Consumer Edition) Hybrid application through "app-builder" ant task. During the build process it is giving me below warning:
[app-builder] Apr 08, 2015 10:23:05 AM…

Prerak Tiwari
- 3,436
- 4
- 34
- 64
1
vote
2 answers
MobileFirst Platform v7.0 Location Services project fails to acquire position - timeout
I downloaded the MobileFirst Platform Location Services sample project from here:
https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-6-3/advanced-topics/location-services-hybrid-applications/
I can run it successfully in…

Daniel Fitzgerald
- 11
- 2