From c4ea951fd926d2efb0bd0ae0ce8794f7cfd5f061 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Thu, 19 Jan 2017 20:43:54 +0100 Subject: firmwares: reword to be more clear --- content/nonfree-firmware-android.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'content') diff --git a/content/nonfree-firmware-android.rst b/content/nonfree-firmware-android.rst index 57dfe2f..697590f 100644 --- a/content/nonfree-firmware-android.rst +++ b/content/nonfree-firmware-android.rst @@ -9,7 +9,9 @@ The following instructions make it possible to install nonfree firmware on Android devices for the purpose of enabling certain functionalities. For now, only the Galaxy S3 (GT-I9300) and Galaxy S2 (GT-I9100) are supported, but support for other devices can be added easily. Please see `Paul's blog post `_ for the reasons why these instructions shouldn't be published on official documentation pages of free systems, but why it still makes sense to publish them elsewhere. -Paul's script is compatible with CyanogenMod version 10.1.3 and 9.1.0. It extracts the firmwares from a CyanogenMod installation zip and either installs them with ADB or creates an installation zip with them. My implementation is intended to be compatible with CyanogenMod 13.0. It's possible to only select a certain functionality for which the firmwares should be installed. The firmwares are downloaded from a `repository `_, that hosts the firmware files for CyanogenMod builds, and they are installed with ADB. It's impractical to extract them from a CyanogenMod 13.0 installation zip because recent Android versions use complicated compression techniques that require tools which are usually not readily available as packages for GNU/Linux systems. Creating installation zips is also not easy anymore because the zip needs to be signed with a key that is trusted by the recovery. If your recovery still just accepts any installation zip, then you are using an insecure recovery. +Paul's script is compatible with CyanogenMod versions 10.1.3 and 9.1.0. It extracts the firmwares from a CyanogenMod installation zip and either installs them with ADB or creates a new installation zip with them. My implementation is intended to be compatible with CyanogenMod 13.0. It's possible to only select a certain functionality for which the firmwares should be installed. The firmwares are downloaded from a `repository `_, that hosts the firmware files for CyanogenMod builds, and they are installed with ADB. + +Downloading the firmware files seemed to be the most straightforward solution since it's impractical to extract them from a CyanogenMod 13.0 installation zip because recent Android versions use complicated compression techniques that require tools which are usually not readily available as packages for GNU/Linux systems. Creating installation zips is also not easy anymore because the zip needs to be signed with a key that is trusted by the recovery. If your recovery still accepts any installation zip, then you are using an insecure recovery. Make sure that you have ADB and root access with ADB enabled. These steps are required: -- cgit v1.1