can't login on "console"

I'm running an ouya emulator in virtualbox, when I tried to login using my ouya account, it doesn't login. All it does is switching between the "new user - existing user" and the "contacting OUYA servers", even when I restart the machine. Does anybody knows how to fix it?

Comments

  • furriefurrie Posts: 3Member
    Any suggetsions how I can get it to work?
  • gkbgkb Posts: 14Member
    Have you still been having this issue?  We believe this should be fixed now but please let us know if not.
  • MagicGameStoreMagicGameStore Posts: 21Member
    when i try to login it keeps flashing.
    I can't even register. It asks me if it's the correct email and I click confirmbut nothing happens
  • DreamwriterDreamwriter Posts: 768Member
    It works for me now where it didn't work before, but I'm already logged into the device, so don't need to register.
  • MagicGameStoreMagicGameStore Posts: 21Member
    is there a way to bypass the account login or do I have to go back to the 04 version of ODK?
  • gkbgkb Posts: 14Member
    @MagicGameStore: you might be able to use this command to bypass the account login...
    adb shell su -c am start -n tv.ouya.console/.launcher.settings.SystemSettingsActivity

    Lmk how that works out.
  • MagicGameStoreMagicGameStore Posts: 21Member
    Where do I type that in?
  • gkbgkb Posts: 14Member
    To your terminal / command line.  For example, you might usually run adb logcat to get an output of the log files.  Use this command from a similar window.

    On Mac, it's a program called Terminal, on Windows it's a program called cmd.exe.
  • DreamwriterDreamwriter Posts: 768Member
    edited March 2013
    From a Command Prompt in Windows or Terminal on Mac.  Adb is part of the Android SDK that lets you debug your apps, adb shell lets you run command-line commands on the Android device connected to your computer.
    Post edited by Dreamwriter on
  • MagicGameStoreMagicGameStore Posts: 21Member
    oh, I thought you meant the terminal within the android emulator, because that didn't work.
    A message said it couldn't find it or something.

  • MagicGameStoreMagicGameStore Posts: 21Member
    it says unknown id: start
Sign In or Register to comment.