Can't sign my App update anymore Android Keystore

2»

Comments

  • GeorgeGSGeorgeGS Member, PRO Posts: 478

    @BigDave said:
    GeorgeGS 2kb and it just lies on my desktop

    The terminal screenshot you showed doesn't look like you were in the Desktop folder when you executed the command. That's likely why it couldn't find the keystore file.

    You would either want to
    cd ~/Desktop
    first, or use
    keytool -list -v -keystore ~/Desktop/secretpotion.keystore
    to give it the explicit path.

  • BigDaveBigDave Member Posts: 2,239
    edited October 2015

    @GeorgeGS Ha! Yes now it asked for my password and I successfully entered its information through the terminal. So the password is correct and it can be entered but somehow the game salad signing pop up version doesn't correctly follow through.

    Why would it not check the password correctly?

  • GeorgeGSGeorgeGS Member, PRO Posts: 478

    Ok, we're getting somewhere I hope. :)

    When you said that someone else was able to sign using the keystore, were they doing it from inside Creator? Is there anything weird about your password that might freak things out, like spaces in it or quote characters. You can PM me about it if you like. :)

    Were you able to sign from inside creator before?

    FWIW I was able to sign using Java 1.8.0_60 on my Mac, so I' recommend not taking any drastic measures to nuke and reinstall Java just yet while we're figuring this out.

  • BigDaveBigDave Member Posts: 2,239
    edited October 2015

    @GeorgeGS too late related to java :pensive:
    But it works also so no worries there.

    No special cases in my password at all just lowercase lettres and numbers
    I was able to sign my apps from insight the editor before my macbook HD broke.

    I reinstalled all from scratch and initially installed SDK Studio realized its wrong uninstalled and re-downloaded the pure SDK Tools.I have a feeling things could have been gone wrong there maybe.

    I can also re-send you the keystore and password via dropbox and give you access to my game salad but @Dues already did this and it worked out for him. :/

  • GeorgeGSGeorgeGS Member, PRO Posts: 478

    Hmm, not sure what would be weird with just a simple password. Is your keyboard set to English or something else? It doesn't seem like it should matter because if you press the same sequence of keys in Creator and Terminal you should get the same result.

    If you want to send me the keystore/password I can try experimenting a little and see if I can get it to fail. Hard to guess what might be going on.

  • BigDaveBigDave Member Posts: 2,239

    @GeorgeGS alright I send it tomorrow morning. I am exhausted for today.

    Thank you for you help :)

  • BigDaveBigDave Member Posts: 2,239
    edited October 2015

    @GeorgeGS Morning :D
    Dropped you a PM +

  • BigDaveBigDave Member Posts: 2,239

    Note also copy pasting the password into it or replacing the letter Y with Z or changing keyboard language does not solve the problem

  • MentalDonkeyGamesMentalDonkeyGames Member Posts: 1,276

    @BigDave i sent you a PM with a possible solution. try it out and see if it works.

  • BigDaveBigDave Member Posts: 2,239
    edited October 2015

    DAMNNNNNNNN.

    @NipaDidIt I LOVE YOU
    yes it got accepted by changing the language of the whole OS to English!!

    Like here: http://forums.gamesalad.com/discussion/42852/android-publishing-doesnt-accept-my-keystore-password

    So less to do with the keyboard more with the OS configuration you have created your keystore with.

  • GeorgeGSGeorgeGS Member, PRO Posts: 478

    Ah, good info, and I think I know what that may be. It's probably the same issue we fixed on Windows that didn't seem to happen on OS X. I'll take another look.

  • BigDaveBigDave Member Posts: 2,239

    @GeorgeGS happy :)

  • MentalDonkeyGamesMentalDonkeyGames Member Posts: 1,276

    Great to see you got it working!

  • MentalDonkeyGamesMentalDonkeyGames Member Posts: 1,276

    @GeorgeGS there's been a confirmed bug on bugzilla for a while about the issue. Bug 1341.

  • GeorgeGSGeorgeGS Member, PRO Posts: 478

    @NipaDidIt said:
    GeorgeGS there's been a confirmed bug on bugzilla for a while about the issue. Bug 1341.

    Now there's a fixed bug. :)

  • BigDaveBigDave Member Posts: 2,239

    @GeorgeGS nice good job :)

Sign In or Register to comment.