12-05-2012 10:16 AM
12-05-2012 10:19 AM
sometimes it gives me this error while packaging:
Oh Snap! Build request failed with message: Error: ENOENT, unlink '/home/annuk/Projects/projects/bb10builds/project.
12-05-2012 10:21 AM
Thanks.
Will my jar work?
12-05-2012 10:26 AM
12-06-2012 12:58 AM - edited 12-06-2012 01:01 AM
Hi thanks,
These are my ripple logs which i get when i try to package and sign the build.
error response - {"code":1,"msg":"Error: ENOENT, unlink '/home/annuk/Projects/bb10builds/bb10sample.zip'",
2012-12-06 11:03:58 GET /ripple/build_status/8697 200
error: path.existsSync is now called `fs.existsSync`.
out: [INFO] Populating application source
out: [WARN] webworks.js is now packaged as local:///chrome/webworks.js
out: [INFO] Parsing config.xml
out: [WARN] Failed to find feature with id: blackberry.message.sms
out: [WARN] Failed to find feature with id: blackberry.ui.menu
out: [WARN] Failed to find feature with id: blackberry.system.event
out: [WARN] Failed to find feature with id: blackberry.app.event
out: [INFO] Generating output files
out: [INFO] Info: Package created: /home/annuk/Projects/bb10builds/simulator/bb10samp
out: [INFO] Info: Package created: /home/annuk/Projects/bb10builds/device/bb10sample.
out: [INFO] Info: Bar signed.
out: [INFO] BAR packaging complete
Done build
I am using ubuntu 10.04, do I need drivers for deploying the app in BB10. When I run the depoy application command I get the following:
sh blackberry-deploy -installApp -package /home/annuk/Projects/bb10builds/device/bb10sample.
Error: Device settings are missing
Regards,
Annuk
12-06-2012 01:08 AM
Hi,
Tried deploying the bar using a windows machine.
But the bar didnt work.
Tried creating the bar of the samples provided by BBUI.
Where am I going wrong? Please help.
Regards,
Annuk
12-06-2012 05:43 AM
12-06-2012 06:31 AM - edited 12-06-2012 06:36 AM
Hi,
Tried as you said.
./bbwp /home/annuk/Projects/bb10builds/bb10sample.zip -g password -b bb10sample.bar path.existsSync is now called `fs.existsSync`. [INFO] Populating application source [WARN] webworks.js is now packaged as local:///chrome/webworks.js [INFO] Parsing config.xml [INFO] Generating output files [ERROR] Error: Not a valid build id: bb10sample.bar [ERROR] Native Packager exception occurred [ERROR] Error: Not a valid build id: bb10sample.bar [ERROR] Native Packager exception occurred
but got the following.
12-06-2012 06:58 AM
12-06-2012 07:37 AM
Hi,
Thanks for your help. The error while signing is now gone.
The following logs appear:
anwaar@administrator-desktop:~/Projects/Blackberry/BB10-WebWorks-SDK-Linux-master$ ./bbwp /home/anwaar/RippleSites/bb10sample -g passsword -b 2 bb10sample.bar path.existsSync is now called `fs.existsSync`. [INFO] Populating application source [WARN] webworks.js is now packaged as local:///chrome/webworks.js [INFO] Parsing config.xml [INFO] Generating output files [INFO] Info: Package created: /home/anwaar/RippleSites/simulator/bb10sample.bar [INFO] Info: Package created: /home/anwaar/RippleSites/device/bb10sample.bar [INFO] Info: Bar signed. [INFO] BAR packaging complete
But I am not able to deploy the app in my BB10 device.
anwaar@administrator-desktop:~/Projects/Blackberry/BB10-WebWorks-SDK-Linux-master/dependencies/tools /bin$ ./blackberry-deploy -installApp -package /home/anwaar/RippleSites/device/bb10sample.bar -password "password" Error: Device settings are missing
The build is successfully signed. The only thing that remains is the installation of the app on the BB10 device. Will try if the bar works on the BB10 device by installing it from a windows machine.
How will I know that the device is connected to my Linux machine?
Regards,
Annuk