Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Ripple Contributions

Reply
New Contributor
fernandosg
Posts: 5
Registered: ‎05-30-2012
My Carrier: 528332339064

Problem with Ripple Emulator (blackberry) , how i can package my app?

Hi for everyone.
Well, what i want to do is package my phonegap app with the extension for chrome, the Ripple Emulator, right now i have completed my app ,the app run very well in the testing on Ripple, the next i want to try is run my app on a cellphone blackberry, in the Ripple, i clicked on the button "Package" , and configured the settings in the next way(the next url is a screenshot, please clicked to see ):

 

Well, what i want to do is package my phonegap app with the extension for chrome, the Ripple Emulator, right now i have completed my app ,the app run very well in the testing on Ripple, the next i want to try is run my app on a cellphone blackberry, in the Ripple, i clicked on the button "Package" , and configured the settings in the
next way(the next url is a screenshot, please clicked to see ).

 



When i click on the button to continue, the next message is showing :
Oh Snap! Build request failed with message: undefined

and in the cmd ( i use Windows 7), is showing messages of errors:

 

 

The error message in cmd, the message say that "the system cannot find the specified file"

What is going on? I cannot resolve this problem in various days,
someone is a developer to blackberry can help me?

 

Please use plain text.
New Contributor
AndreyLepher
Posts: 4
Registered: ‎06-18-2012
My Carrier: Vivo

Re: Problem with Ripple Emulator (blackberry) , how i can package my app?

:smileymad: Im with The Same Problem Here  I tried All even Try to run In different computers But dont works At all ,Like this is really Hard To make or even Try New Apps . cmon Devs Make It work without so much Bugs ...

Please use plain text.
New Contributor
AndreyLepher
Posts: 4
Registered: ‎06-18-2012
My Carrier: Vivo

Re: Problem with Ripple Emulator (blackberry) , how i can package my app?

 dude hey Hope that It help U , I figured Out That Ripple Dont work so good On Windows 7 X64 i tried a lot of thing to fix problems so I decided Install Windows x86  On My Old MB and Wow It worked Fine No bugs No problmes is workin Good At all Now ... Cheers ..

Please use plain text.
New Contributor
fernandosg
Posts: 5
Registered: ‎05-30-2012
My Carrier: 528332339064

Re: Problem with Ripple Emulator (blackberry) , how i can package my app?

i was hoping to find a solution, but thanks for your reply, i have another question,¿ the ripple extension is work fine in linux(ubuntu), or doesnt work?

Please use plain text.
New Contributor
AndreyLepher
Posts: 4
Registered: ‎06-18-2012
My Carrier: Vivo

Re: Problem with Ripple Emulator (blackberry) , how i can package my app?

well I even Tried it On Linux Yet But In Windows X86 Is workin Great The chrome extension , I will try it on Linux Later and Post Here ...
i dont know What reason Its not workin On Windows X64 maybe Some Java Library Issue ...
Please use plain text.
Developer
studiochris
Posts: 165
Registered: ‎10-26-2010
My Carrier: .

Re: Problem with Ripple Emulator (blackberry) , how i can package my app?

From my use on Windows 7, it also seems to not like paths that have spaces in them (though that doesn't seem to be your issue from the screenshot). Perhaps there are other files that Ripple is looking for but can't find because of this issue?

 

In my specific case, I work in my Documents folder in Windows and my username has a space in it, so its path is: 

 

C:\Users\My Username\Documents\whatever\whatever

 

Any time Ripple tries to package my app, I get a similar "file not found" error where the given path in the error is:

 

Username\Document\whatever\whatever

 

It just drops whatever comes before the first space, which makes an invalid path.

 

I do see in your screenshot of the Command Prompt that it is using a relative path for something. Does the path point to an actual file if you follow it?

Please use plain text.