Samsung Gear development: certificate error when "permit to install application"

2.7k views Asked by At

I'm stuck with trying to run my app on my Gear watch. I created both the author and device-profile certificates, and registered them both to the IDE.

However when I try to allow development in Connection manager, I get a "Certificate not registered" error.

Yet they seem both well registered. I see them both in window-> preferences -> Tizen SDK -> security profile. I also added the device-profile.xml to the /home/developer folder on the gear, as explained here.

I cleaned the project, tried to regenerate the certificates, rebooted the gear, to no avail.

And If I try to run the app directly, I get a SIGNATURE_INVALID error...

So I'm getting short of ideas. Does anyone have another one ?

Thanks in advance,

1

There are 1 answers

4
Eino Gourdin On BEST ANSWER

Ok, because all my tests, my device-profiles file was named "device-profiles (1).xml", and seems the Tizen OS didn't like all special characters. I renamed it devices-profile.xml, re-registered it to the IDE and copied it again to the watch, and everything works now.