Quote:
Originally Posted by encol
adb shell
su
<commands>
|
Quote:
Originally Posted by SKK
Thanks! It worked perfectly.
|
Nice.
A firmware version independent way to put our signature certificate (jail break) on those devices and firmware versions that are supporting ADB.
(Not all are.)
The "Cliff's Notes" version:
Code:
{whatever it takes to get the device into ADB (either main or diags) }
adb shell
su
cp -a /mnt/us/pubdevkey01.pem /etc/uks
{done}
NOTE: Since this often depends on some low-level code that is only installed at the factory (is not included in the Amazon image update files) it probably depends on ship date and the source (country) of the Kindle.
All we need is for someone with the time (and Kindles) to research the limitations.