segunda-feira, novembro 10, 2014

How To Backup, Restore, and Changing Your Android ID With Titanium Backup

change androidid (android id) for android 6 marshmallow 6.0 6.0.1


adb shell content delete --uri content://settings/secure --where "name=\'android_id\'"
adb shell content insert --uri content://settings/secure --bind name:s:android_id --bind value:s:YOUR_ID




adb shell content update --uri content://settings/secure --bind value:s: --where "name=\'android_id\'"


adb shell content query --uri content://settings/secure --where "name=\'android_id\'"



adb shell content query --uri content://settings/secure --where "name=\'android_id\'"
adb shell content delete --uri content://settings/secure --where "name=\'android_id\'"
adb shell content insert --uri content://settings/secure --bind name:s:android_id --bind value:s:YOUR_ID
adb shell content query --uri content://settings/secure --where "name=\'android_id\'"


Open titanium backup and confirm android id change 

How To Backup, Restore, and Changing Your Android ID With Titanium Backup

Android ID is a set of 16 hexadecimal number. Some applications or games use it as a identification ID for your account. As an example, all games from Gamevilwill save your Android ID in their game archives. When you try to hack one of their games, your Android ID will get banned. And you wouldn’t be able to play their game anymore from your Android device.

To be able to play Gamevil games again, you will need a new Android ID. As far as I know, Titanium Backup is the only application in the store that have the function to changing, backup, and restore your Android ID.
Changing your Android ID is a good way to experiment with some hacks before you use it in your game data. And it is the only solution when you get banned by Gamevil.
Now I will show you “How To Backup, Restore, and Changing Your Android ID With Titanium Backup”.
BACKUP
  • Run Titanium Backup
  • Click on “Backup/Restore” tab
  • Find “Setting Storage” from the list.
    Try to use the “Filters” if you have a long list of apps.
  • Click on “Setting Storage“, and choose “Backup !
  • After the Backup process, click again “Setting Storage” to open the “Backup properties
  • Click the title part of your new backup (area between the Restore and Deletebutton)
  • Scroll down untill you find “Protect this backup” and click it
  • Now your Android ID is protected and will not get overwritten when you make another backup of your newAndroid ID. So you can have multipleAndroid ID as much as you want
CHANGE
  • Run your Titanium Backup
  • Press the menu button, click on More, and choose Manage Android ID …
  • TB will show you a dialog window with your current Android ID as the title
  • To change your Android ID, click “Create new (random) Android ID”
  • TB will showing your new Android ID and asking your permission to reboot the device.
  • Click “Yes, do it” to change your current Android ID with the new one you see on the screen.
  • Your device will be rebooted and have a new Android ID
RESTORE
  • Run your Titanium Backup
  • Press the menu button, click on More, and choose Manage Android ID …
  • TB will show you a dialog window with your current Android ID as the title
  • Click on “Restore Android ID from a backup”
  • TB will show you a list of all Android ID you have.
  • Click on any Android ID you want
  • TB will showing your new Android ID and asking your permission to reboot the device.
  • Click “Yes, do it” to change your current Android ID with the new one you see on the screen.
  • Your device will be rebooted and after the reboot your Android ID will be restored.

Nenhum comentário: