0

I am testing my app's OAuth method and need to change my device's uuid number. I tried changing the Device ID through Device ID Changer and it was successful, however my uuid reminds the same when I call for it. I know doing a factory reset will change the uuid but that doesn't seem to be very efficient. Is there other ways to modify the device's uuid?

This is not the same as changing device id (android id) programmatically.

James Wayne
  • 1,894
  • 14
  • 14
  • http://android.stackexchange.com/ Ask it here – Siddharth Venu Oct 09 '16 at 17:34
  • 1
    @SiddharthVenu because it is really a development related issue and ordinary users have very little reason to change uuid (would log off all of their oauth accounts), so I think stackoverflow is more appropriate. – James Wayne Oct 09 '16 at 17:58
  • Possible duplicate of [how to change device id (android id) programmatically](http://stackoverflow.com/questions/30832701/how-to-change-device-id-android-id-programmatically) – Yogesh Rathi Oct 09 '16 at 19:13

1 Answers1

1

From what I know, if you change the device ID and then do a hard restart (turn off and turn on the device) it should change the uuid. There could be ways to change uuid without the need of restarting. I am not aware of them.

Aero Wang
  • 8,382
  • 14
  • 63
  • 99