Analysis of Android settings during a forensic investigation
During the forensic examination of a smartphone, we sometimes need to understand some basic settings of the device. Some simple examples are: What is the name of the device? Is the "Set time automatically" option on or off? Is the "Set time zone automatically" option on or off? Is mobile data switched on or off? Is mobile data roaming switched on or off? On Android devices, most of these settings are managed centrally by the Android settings provider. The source code is available here . This topic is covered in a blog post by Yoghes Khatri who explores a way to extract and analyze Android settings using an Android Backup created with the "keyvalue" option. In this blog post, I'd like to expand the discussion a bit, by exploring: How can these settings be extracted? What information is potentially more relevant for a forensic investigation? Android Settings extraction There are basically 3 ways to extract the Android settings, depending on your case: ...