Changing the date/time on the Tizen emulator

To set the date/time on the Tizen emulator

  • Obviously ensure you have the emulator running
  • Right mouse click on the emulator
  • Select Shell
  • Type su to switch to super user or you’ll get an “Operation not permitted” error
  • The default password is tizen
  • Type date –set=”27 Mar 2020 23:59:45″ and press enter
  • Tizen is a Linux based OS, hence we can use Linux commands in the shell.