##1 Download Momentics IDE for Blackberry ##
Go to HomePage and download the momentics IDE
,but after the downloading finishded,i don’t know how to install the IDE
. So, i back to the home page and search for the methods.
Then, i find this page. It’s shows the system Requirments.You will see the command line like below:
//To run the Momentics IDE on Ubuntu 14.04 (32-bit and 64-bit), you need to install the following library:
sudo apt-get install libwebkitgtk-1.0
//To run the Momentics IDE on Ubuntu 14.04 (64-bit), you need to install the following additional libraries:
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0
sudo apt-get install lib32stdc++6
sudo apt-get install libgtk2.0-0:i386 libxtst6:i386
But the lib32bz2-1.0
lib cann’t be installed.
and use apt-cache search lib32bz2-1.0
serach the package ,nothing was show.
Back to Momentics IDE
I click the .run
file but nothing happened.Next I find the youtube, shows how to install this IDE on linux.
in the file directory open terminal
chmod +x
./filename
pressq
to continue
If finished the current directory will find a new folder bbndk
go to the bbndk
by the terminal, and try ./qde
and then it will show like this
needed to connect a BB10 device
so i searched google & Blackberry Support Forumstried so many methodseventaully i found how to connect to My Passport via wifi.
so here is the method how to connect to Momentics IDE
via wifi
on bb10 device go to
setting
>storage&sharing
>turn ondevelop mode
> remember theIP
go to blackberry develop site and get the
bbidtoken.csk
, then i put it into ~/.rim
on
Momentics IDE
in theProject Explorer
pane on the left, Right click, chooseNEW > BlackBerry Target
, in theconnection
group box enter the IPV4 IP address
back to the
Project Explorer
right click your target > Blackberry Tools > connect.
if connected it wii show like below:
so next i wiil follow the Guide or open in Momentics IDE
Have a good luck.
Here is ID token
Go to Window
>Preferences
In Preferences window > Blackberry
>Signing
Here maybe requirst your Device PINs
&ID Token
That’s all
2015-11-05 updates
when you connect device with computer via usb, it will show a wired connection
on the internet zone
Then, edit the wired connection
like below:
Last, pair your device in device manager
###TOP