Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

Android ICSのデスクトップバックアップパスワードを設定しよう

ICSバージョンのSC-02Cの設定>開発者向けオプションメニューに、デスクトップバックアップパスワードというのがあります。パスワードを設定すると、adbを使ってバックアップしようとするときにパスワードの入力が必要になります。

ICSでは、adb からアプリとアプリの設定をバックアップできるようになりました。例えば、

% adb backup -f backup.ab -all -apk -shared

とすれば、アプリとその設定と/sdcard内のコンテンツをバックアップすることができます。バックアップを実行すると、PC側には

Now unlock your device and confirm the backup operation.

というメッセージが出て、Android端末側での確認を待ちます。Android側ではメッセージが出てパスワード入力が求められますが、パスワードを設定していないとパスワード入力なしでそのままバックアップできてしまいます。

ここで重要なのは、バックアップファイルは他の端末にもリストアができてしまう、ということです。つまり、バックアップファイルをパスワードで暗号化していないと、他の端末にアプリ設定がコピーされてしまいます。(コピーできて便利だ、とも言えます)

ですから、デスクトップバックアップパスワードは必ず設定しておいた方がいいと思います。

ところで、パスワード入力時のメッセージは「端末暗号化用のパスワードを入力してください」となっていますが、SC-02Cの場合は設定メニューのセキュリティ>端末暗号化 を設定していなくても、上記のデスクトップバックアップパスワードの方を設定しておけばよいようです。

また、バックアップファイルの先頭をみると暗号化されているかどうかがわかります。暗号化されていれば AES-256という記述が見つかります。

PAGE TOP