11-27-2012 11:40 PM
Hello,
I'm new to blackberry development. So, I've installed according to link below:
https://github.com/appcelerator/titanium_mobile_bl
Now I have made a test app and I want to test it on device. Now my question is that:
1) can I run it on older blakberry device or do I need any specific device?
2) Steps that is needed to succesfully run app on device?
Thank You.
12-07-2012 07:07 AM
You would need a BlackBerry 10 Dev Alpha or simulator in order to test today. The IDE only deploys directly to the simulator at the moment, for the device you would need to sign, or configure the debug tokens, then deploy manually using the blackberry-signer and blackberry-deploy batch files respectively.
There should be more support for BlackBerry 10 added to the IDE very shortly, if you are uncomfortable with the above process it may be best to keep testing on the simulator until these features are added.
12-07-2012 07:13 AM
12-22-2012 06:44 PM
You can choose "Install to Blackberry Device" ,and it will sign and deploy automatically to DevAlpha, that is working. But in this stadium, working with Titanium on BlackBerry is nightmare, basic stuff are not working. I tried to center text in label, - doesnt work, tried to make table view with custom row - not working (program crashes), than i give up.