<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libideviceactivation/tools, branch 1.1.0</title>
<subtitle>A library to handle the activation process of iOS devices</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libideviceactivation.git/'/>
<entry>
<title>Updated copyright headers</title>
<updated>2019-01-27T04:33:54+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-01-27T04:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libideviceactivation.git/commit/?id=b7deab3aadbec9cf6a55d092c74ec11060b21931'/>
<id>b7deab3aadbec9cf6a55d092c74ec11060b21931</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ideviceactivation: Check ActivationState for success if lockdownd_activate() returns no result</title>
<updated>2019-01-27T04:06:51+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-01-27T04:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libideviceactivation.git/commit/?id=f2ebaf2b564ca4b9e875d1b6c724bea2087b9489'/>
<id>f2ebaf2b564ca4b9e875d1b6c724bea2087b9489</id>
<content type='text'>
On older devices it might happen that lockdownd does not return any result,
neither success nor failure, when invoking lockdownd_activate(). This results
in the code to assume the operation failed.
Instead of relying on the return value of that function we query the actual
ActivationState to see if it is not "Unactivated" anymore to determine if the
activation was successful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On older devices it might happen that lockdownd does not return any result,
neither success nor failure, when invoking lockdownd_activate(). This results
in the code to assume the operation failed.
Instead of relying on the return value of that function we query the actual
ActivationState to see if it is not "Unactivated" anymore to determine if the
activation was successful.
</pre>
</div>
</content>
</entry>
<entry>
<title>ideviceactivation: Mask input for secure input fields</title>
<updated>2019-01-27T01:40:31+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-01-27T01:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libideviceactivation.git/commit/?id=a2dfb1b27e34b75b81e81537ba8711f42d3f7f06'/>
<id>a2dfb1b27e34b75b81e81537ba8711f42d3f7f06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ideviceactivation: Add '-b' command line switch to run non-interactively</title>
<updated>2019-01-27T00:51:18+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-01-27T00:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libideviceactivation.git/commit/?id=bd2088622514c02722d098b918cc4d926881e7cd'/>
<id>bd2088622514c02722d098b918cc4d926881e7cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove length check on UDID argument to support newer devices</title>
<updated>2018-10-01T07:13:06+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2018-10-01T07:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libideviceactivation.git/commit/?id=08d5d4f9c31f15c954fde197858550c776cd800d'/>
<id>08d5d4f9c31f15c954fde197858550c776cd800d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ideviceactivation: Add new 'state' command to query device for activation state</title>
<updated>2018-03-15T00:05:49+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2018-03-15T00:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libideviceactivation.git/commit/?id=0c59a888d5a9da6fa23a6a2e74875e33c0dfff2f'/>
<id>0c59a888d5a9da6fa23a6a2e74875e33c0dfff2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ideviceactivation: Only warn about 'Device Unknown' server response when trying to activate</title>
<updated>2018-03-15T00:02:26+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2018-03-15T00:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libideviceactivation.git/commit/?id=6c7a2c08a1d9ac5db1a465f66d72360cdf6acd19'/>
<id>6c7a2c08a1d9ac5db1a465f66d72360cdf6acd19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ideviceactivation: Make sure to always perform drmHandshake for iOS &gt;= 10</title>
<updated>2018-01-04T01:53:22+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2018-01-04T01:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libideviceactivation.git/commit/?id=1db59f89159c0f9ebf470827af75e6e1b70e2469'/>
<id>1db59f89159c0f9ebf470827af75e6e1b70e2469</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ideviceactivation: Fix iOS 11.2+ activation by passing response headers with activation command</title>
<updated>2017-12-07T09:53:31+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2017-12-07T09:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libideviceactivation.git/commit/?id=8b2e1679a8ce64a88640cb6722c2d00ad4b14d2e'/>
<id>8b2e1679a8ce64a88640cb6722c2d00ad4b14d2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ideviceactivation: Use new 'drmHandshake' / session mode for activating never devices</title>
<updated>2017-07-04T02:11:59+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2017-07-04T02:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libideviceactivation.git/commit/?id=cb265d074a6b5c7eacd7c974094763570c7e4581'/>
<id>cb265d074a6b5c7eacd7c974094763570c7e4581</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
