How to backup device settings and restore to an identical device?











up vote
1
down vote

favorite












I am searching for days and I am really confused on what should I do and I decided to look for help here.



I have a rooted by default Android device (box) and I have changed some of the device settings (Date & Time, security, accessibility, display, HDMI, MCU settings and developer Options).



Now I want to find a solution like an (APK or ADB shell or script) in order to copy or backup this settings and restore them to another identical device with the same firmware.



I have tried a lot of applications, but at almost every app that I have already tried, I have an issue with the touch options. (For example: I can't choose yes/no at some critical points)



Please, suggest me what to do. Every answer that can help me to find out a solution to this it could be useful!





Edit:



In order for you to understand my situation, I have already set up some devices with four apps and I have changed some of the settings of the device like I said before. I want to fully backup and restore my device or write a script for this situation because I want to do the same set-up for 50+ devices, and for this I need some automation, but because the apps that I want to use want a different setup per device, until now I have decided to make the installation with a usb.



So at this moment I want somehow to copy the settings from one device to another identical device. I can tell you some apps that I have tried but cannot work properly because of the touch options (CLONEit, Titanium Backup, Helium, G Cloud, Backup Your Mobile, Rom Settings Backup), except from apks I have tried Android SDK with adb shell, but the app can't copy all my settings, so I reject adb shell option (I tried every possible command). I have tried TWRP but I can't choose some options because of the touch options (I have tried keyboard with touchpad and mouse but nothing, some options are unable to be chosen).



I have tried more apps than I've mentioned, but the only app that did exactly what I want with the settings is "Rom Settings Backup", because it copy every setting of my device. If anyone of you have already used Rom Settings Backup Pro, I want you to tell me how can I restore the settings from my first device to another?



About the script, I have my apps saved as apk files. I am telling that because, I believe that somehow with a script I can make my device to install my apps. Also, if I can change some of the settings with a script it would be great.



If anyone can guide me on what I have to do or what should I search for I would appreciate it because I am newbie at scripts.



I forgot to mention that I have got from an app an XML file with the device settings, but I don’t know what to do with it or how to restore that XML file on my device because the app that did the backup for me didn’t have an option for restore.










share|improve this question















migrated from superuser.com Dec 5 at 9:56


This question came from our site for computer enthusiasts and power users.















  • Device settings are stored in different files under different directories in /data partition. Same is true for user installed apps. You can track which files are changed in /data partition and then copy those files to an identical device with proper permissions (DAC and MAC whichever applicable). Root or at least custom recovery is required on both devices.
    – Irfan Latif
    Dec 12 at 20:10

















up vote
1
down vote

favorite












I am searching for days and I am really confused on what should I do and I decided to look for help here.



I have a rooted by default Android device (box) and I have changed some of the device settings (Date & Time, security, accessibility, display, HDMI, MCU settings and developer Options).



Now I want to find a solution like an (APK or ADB shell or script) in order to copy or backup this settings and restore them to another identical device with the same firmware.



I have tried a lot of applications, but at almost every app that I have already tried, I have an issue with the touch options. (For example: I can't choose yes/no at some critical points)



Please, suggest me what to do. Every answer that can help me to find out a solution to this it could be useful!





Edit:



In order for you to understand my situation, I have already set up some devices with four apps and I have changed some of the settings of the device like I said before. I want to fully backup and restore my device or write a script for this situation because I want to do the same set-up for 50+ devices, and for this I need some automation, but because the apps that I want to use want a different setup per device, until now I have decided to make the installation with a usb.



So at this moment I want somehow to copy the settings from one device to another identical device. I can tell you some apps that I have tried but cannot work properly because of the touch options (CLONEit, Titanium Backup, Helium, G Cloud, Backup Your Mobile, Rom Settings Backup), except from apks I have tried Android SDK with adb shell, but the app can't copy all my settings, so I reject adb shell option (I tried every possible command). I have tried TWRP but I can't choose some options because of the touch options (I have tried keyboard with touchpad and mouse but nothing, some options are unable to be chosen).



I have tried more apps than I've mentioned, but the only app that did exactly what I want with the settings is "Rom Settings Backup", because it copy every setting of my device. If anyone of you have already used Rom Settings Backup Pro, I want you to tell me how can I restore the settings from my first device to another?



About the script, I have my apps saved as apk files. I am telling that because, I believe that somehow with a script I can make my device to install my apps. Also, if I can change some of the settings with a script it would be great.



If anyone can guide me on what I have to do or what should I search for I would appreciate it because I am newbie at scripts.



I forgot to mention that I have got from an app an XML file with the device settings, but I don’t know what to do with it or how to restore that XML file on my device because the app that did the backup for me didn’t have an option for restore.










share|improve this question















migrated from superuser.com Dec 5 at 9:56


This question came from our site for computer enthusiasts and power users.















  • Device settings are stored in different files under different directories in /data partition. Same is true for user installed apps. You can track which files are changed in /data partition and then copy those files to an identical device with proper permissions (DAC and MAC whichever applicable). Root or at least custom recovery is required on both devices.
    – Irfan Latif
    Dec 12 at 20:10















up vote
1
down vote

favorite









up vote
1
down vote

favorite











I am searching for days and I am really confused on what should I do and I decided to look for help here.



I have a rooted by default Android device (box) and I have changed some of the device settings (Date & Time, security, accessibility, display, HDMI, MCU settings and developer Options).



Now I want to find a solution like an (APK or ADB shell or script) in order to copy or backup this settings and restore them to another identical device with the same firmware.



I have tried a lot of applications, but at almost every app that I have already tried, I have an issue with the touch options. (For example: I can't choose yes/no at some critical points)



Please, suggest me what to do. Every answer that can help me to find out a solution to this it could be useful!





Edit:



In order for you to understand my situation, I have already set up some devices with four apps and I have changed some of the settings of the device like I said before. I want to fully backup and restore my device or write a script for this situation because I want to do the same set-up for 50+ devices, and for this I need some automation, but because the apps that I want to use want a different setup per device, until now I have decided to make the installation with a usb.



So at this moment I want somehow to copy the settings from one device to another identical device. I can tell you some apps that I have tried but cannot work properly because of the touch options (CLONEit, Titanium Backup, Helium, G Cloud, Backup Your Mobile, Rom Settings Backup), except from apks I have tried Android SDK with adb shell, but the app can't copy all my settings, so I reject adb shell option (I tried every possible command). I have tried TWRP but I can't choose some options because of the touch options (I have tried keyboard with touchpad and mouse but nothing, some options are unable to be chosen).



I have tried more apps than I've mentioned, but the only app that did exactly what I want with the settings is "Rom Settings Backup", because it copy every setting of my device. If anyone of you have already used Rom Settings Backup Pro, I want you to tell me how can I restore the settings from my first device to another?



About the script, I have my apps saved as apk files. I am telling that because, I believe that somehow with a script I can make my device to install my apps. Also, if I can change some of the settings with a script it would be great.



If anyone can guide me on what I have to do or what should I search for I would appreciate it because I am newbie at scripts.



I forgot to mention that I have got from an app an XML file with the device settings, but I don’t know what to do with it or how to restore that XML file on my device because the app that did the backup for me didn’t have an option for restore.










share|improve this question















I am searching for days and I am really confused on what should I do and I decided to look for help here.



I have a rooted by default Android device (box) and I have changed some of the device settings (Date & Time, security, accessibility, display, HDMI, MCU settings and developer Options).



Now I want to find a solution like an (APK or ADB shell or script) in order to copy or backup this settings and restore them to another identical device with the same firmware.



I have tried a lot of applications, but at almost every app that I have already tried, I have an issue with the touch options. (For example: I can't choose yes/no at some critical points)



Please, suggest me what to do. Every answer that can help me to find out a solution to this it could be useful!





Edit:



In order for you to understand my situation, I have already set up some devices with four apps and I have changed some of the settings of the device like I said before. I want to fully backup and restore my device or write a script for this situation because I want to do the same set-up for 50+ devices, and for this I need some automation, but because the apps that I want to use want a different setup per device, until now I have decided to make the installation with a usb.



So at this moment I want somehow to copy the settings from one device to another identical device. I can tell you some apps that I have tried but cannot work properly because of the touch options (CLONEit, Titanium Backup, Helium, G Cloud, Backup Your Mobile, Rom Settings Backup), except from apks I have tried Android SDK with adb shell, but the app can't copy all my settings, so I reject adb shell option (I tried every possible command). I have tried TWRP but I can't choose some options because of the touch options (I have tried keyboard with touchpad and mouse but nothing, some options are unable to be chosen).



I have tried more apps than I've mentioned, but the only app that did exactly what I want with the settings is "Rom Settings Backup", because it copy every setting of my device. If anyone of you have already used Rom Settings Backup Pro, I want you to tell me how can I restore the settings from my first device to another?



About the script, I have my apps saved as apk files. I am telling that because, I believe that somehow with a script I can make my device to install my apps. Also, if I can change some of the settings with a script it would be great.



If anyone can guide me on what I have to do or what should I search for I would appreciate it because I am newbie at scripts.



I forgot to mention that I have got from an app an XML file with the device settings, but I don’t know what to do with it or how to restore that XML file on my device because the app that did the backup for me didn’t have an option for restore.







6.0-marshmallow backup settings restore android-tv






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 6 at 15:43









Firelord

17k1171179




17k1171179










asked Dec 5 at 7:32









pc_Wizard

62




62




migrated from superuser.com Dec 5 at 9:56


This question came from our site for computer enthusiasts and power users.






migrated from superuser.com Dec 5 at 9:56


This question came from our site for computer enthusiasts and power users.














  • Device settings are stored in different files under different directories in /data partition. Same is true for user installed apps. You can track which files are changed in /data partition and then copy those files to an identical device with proper permissions (DAC and MAC whichever applicable). Root or at least custom recovery is required on both devices.
    – Irfan Latif
    Dec 12 at 20:10




















  • Device settings are stored in different files under different directories in /data partition. Same is true for user installed apps. You can track which files are changed in /data partition and then copy those files to an identical device with proper permissions (DAC and MAC whichever applicable). Root or at least custom recovery is required on both devices.
    – Irfan Latif
    Dec 12 at 20:10


















Device settings are stored in different files under different directories in /data partition. Same is true for user installed apps. You can track which files are changed in /data partition and then copy those files to an identical device with proper permissions (DAC and MAC whichever applicable). Root or at least custom recovery is required on both devices.
– Irfan Latif
Dec 12 at 20:10






Device settings are stored in different files under different directories in /data partition. Same is true for user installed apps. You can track which files are changed in /data partition and then copy those files to an identical device with proper permissions (DAC and MAC whichever applicable). Root or at least custom recovery is required on both devices.
– Irfan Latif
Dec 12 at 20:10

















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "139"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fandroid.stackexchange.com%2fquestions%2f204770%2fhow-to-backup-device-settings-and-restore-to-an-identical-device%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Android Enthusiasts Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fandroid.stackexchange.com%2fquestions%2f204770%2fhow-to-backup-device-settings-and-restore-to-an-identical-device%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕