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

Java Development

Reply
Developer
gogoDNA
Posts: 27
Registered: 10-14-2009
Accepted Solution

How can I develop drivers of new peripherals for BB devices

For example, I want to use a special SD card on my BB or a special USB peripheral connect to my BB. I want to use some special functionalities on them but can not find APIs for them.

 

So my question is how can I modify or add drivers for them?

Do I need to contract RIM? If yes, how? and who might be able to help me on it?

 

Thank you!

Please use plain text.
Developer
simon_hain
Posts: 10,780
Registered: 07-29-2008
My Carrier: O2 Germany

Re: How can I develop drivers of new peripherals for BB devices

you can try to contact the manufacturer of the sdcard. you can try to contact devsupport@rim.com too, but i doubt that they can help you there.

----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.

peter_strange wrote:
"This process should happen traumatically for you in both JDE and Eclipse."
Please use plain text.
Developer
peter_strange
Posts: 14,614
Registered: 07-14-2008

Re: How can I develop drivers of new peripherals for BB devices

I am not aware of any API that will allow you access to any SDCard functionality that would enable you to use that interface to connect to a peripheral device.  Given the sandbox nature of the BlackBerry, obtaining access to some low level interface without using an API would be difficult, I'd say impossible.

 

I have been involved in with one manufacturer who attempted to make a USB attached device. I understand that the BlackBerry can only act as a slave in this relationship, and does expect to be charged if there is a USB connection, so I think this is a difficult connection.  Anyway, the manufacturer that I was working with, could not get their kit to work satisfactorily.

 

If you are looking to add support for a new peripheral, Bluetooth seems the best option to me.

Please use plain text.
Developer
gogoDNA
Posts: 27
Registered: 10-14-2009

Re: How can I develop drivers of new peripherals for BB devices

Thanks for your reply.

Please use plain text.
Developer
gogoDNA
Posts: 27
Registered: 10-14-2009

Re: How can I develop drivers of new peripherals for BB devices

Thanks!

Please use plain text.