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

Native Development

Reply
Regular Contributor
basitj
Posts: 80
Registered: ‎04-08-2011
My Carrier: Mobilink

Titanium app signing

Has anyone signed a Titanium app and loaded on to a real BB10 device yet?

 

 

Please use plain text.
Developer
vlasov01
Posts: 37
Registered: ‎01-07-2011
My Carrier: Telus

Re: Titanium app signing

I was able to sign and deploy. I've found a workaround by editing bar-descriptor.xml and inserting <authorId> element, where I've used the value from debug token details.

Please click the "kudos" in my post if I was able to help you on this issue.
Please mark thread as resolved if I was able to fix the issue!!
Twitter: @wiisniper
My Free Playbook Apps (no ads):
Speech timer Plus http://appworld.blackberry.com/webstore/content/83847/
Speech timer http://appworld.blackberry.com/webstore/content/34640/
Please use plain text.
Regular Contributor
basitj
Posts: 80
Registered: ‎04-08-2011
My Carrier: Mobilink

Re: Titanium app signing

So the good old bar-signer worked? I thought I may need a new tool and some new signing keys for it.

 

Any specifics? What parameters you edited?

Please use plain text.
Developer
vlasov01
Posts: 37
Registered: ‎01-07-2011
My Carrier: Telus

Re: Titanium app signing

I've specified my author ID in bar-descriptor.xml. Here is an example:

    <!--  Unique author ID assigned by signing authority. Required if using debug tokens. -->
    <authorId>ABC1234YjsnUk235h</authorId>

 

Please note, that this file get overwritten after project rebuild. So, it is only workaround to be able to deploy your app to device.

Please click the "kudos" in my post if I was able to help you on this issue.
Please mark thread as resolved if I was able to fix the issue!!
Twitter: @wiisniper
My Free Playbook Apps (no ads):
Speech timer Plus http://appworld.blackberry.com/webstore/content/83847/
Speech timer http://appworld.blackberry.com/webstore/content/34640/
Please use plain text.
Regular Contributor
basitj
Posts: 80
Registered: ‎04-08-2011
My Carrier: Mobilink

Re: Titanium app signing

Well, for me the id was not an issue but the signer was objecting on some other fields.

 

 

This is how i succeeded.

 

 

1. Try to sign

2. Read the error, whatever field signer objected about, note that.

3. Open the bar file in winrar, open and remove the field identified in step 2. save back to rar.

4. Try to sign again.

5. If fails, go back to step 2

 

 

After 6 or 7 iterations i successfully signed it :smileyhappy:

 

 

 

Please use plain text.