<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to safely testing a modifed recovery?]]></title><description><![CDATA[<p dir="auto">Hello together,</p>
<p dir="auto">I would like to test changes to the recovery, found here: <a href="https://github.com/ubports/android_bootable_recovery/" rel="nofollow ugc">https://github.com/ubports/android_bootable_recovery/</a><br />
Specifically I want to change some of the contained bash scripts.</p>
<p dir="auto">How can I safely do this?<br />
What do I need do pay attention to in order to avoid bricking my device?</p>
<p dir="auto">With kind regards</p>
]]></description><link>https://forums.ubports.com/topic/2525/how-to-safely-testing-a-modifed-recovery</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 16:57:09 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/2525.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Mar 2019 11:34:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to safely testing a modifed recovery? on Fri, 22 Mar 2019 11:46:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/unisuperbox" aria-label="Profile: UniSuperBox">@<bdi>UniSuperBox</bdi></a> Very nice, thank you!</p>
]]></description><link>https://forums.ubports.com/post/18609</link><guid isPermaLink="true">https://forums.ubports.com/post/18609</guid><dc:creator><![CDATA[haveaniceday]]></dc:creator><pubDate>Fri, 22 Mar 2019 11:46:33 GMT</pubDate></item><item><title><![CDATA[Reply to How to safely testing a modifed recovery? on Fri, 22 Mar 2019 01:27:56 GMT]]></title><description><![CDATA[<p dir="auto">All done! Restic is the best thing ever. <a href="https://github.com/ubports-android/CyanogenMod_android_bootable_recovery" rel="nofollow ugc">https://github.com/ubports-android/CyanogenMod_android_bootable_recovery</a></p>
]]></description><link>https://forums.ubports.com/post/18599</link><guid isPermaLink="true">https://forums.ubports.com/post/18599</guid><dc:creator><![CDATA[UniSuperBox]]></dc:creator><pubDate>Fri, 22 Mar 2019 01:27:56 GMT</pubDate></item><item><title><![CDATA[Reply to How to safely testing a modifed recovery? on Fri, 22 Mar 2019 01:19:28 GMT]]></title><description><![CDATA[<p dir="auto">Unfortunately, Canonical shut down that service last year. Luckily, I kept a backup of all of the repositories in BackBlaze (but I didn't clone them somewhere public, many were too large to be accepted by GitHub). I'll try to restore the backup of android_bootable_recovery</p>
]]></description><link>https://forums.ubports.com/post/18598</link><guid isPermaLink="true">https://forums.ubports.com/post/18598</guid><dc:creator><![CDATA[UniSuperBox]]></dc:creator><pubDate>Fri, 22 Mar 2019 01:19:28 GMT</pubDate></item><item><title><![CDATA[Reply to How to safely testing a modifed recovery? on Thu, 21 Mar 2019 22:31:53 GMT]]></title><description><![CDATA[<p dir="auto">While searching for the right recovery to modify, I found the Canonicle documentation stating it is not on Launchpad [1]:</p>
<blockquote>
<p dir="auto">The upgrader will be run from the recovery partition.  Here is the source code for the recovery partition upgrader (it is not on Launchpad).</p>
</blockquote>
<p dir="auto">The link leads to [2]. This website does not exist anymore. Ubports does not have a frieza branch in the GIT repo [3]. So apparently the frieza recovery might have become unavailable. Am I wrong?</p>
<p dir="auto">[1] <a href="https://wiki.ubuntu.com/ImageBasedUpgrades/Upgrader" rel="nofollow ugc">https://wiki.ubuntu.com/ImageBasedUpgrades/Upgrader</a><br />
[2] <a href="https://code-review.phablet.ubuntu.com/gitweb?p=CyanogenMod%2Fandroid_bootable_recovery.git;a=shortlog;h=refs%2Fheads%2Fphablet-4.4.2_r1" rel="nofollow ugc">https://code-review.phablet.ubuntu.com/gitweb?p=CyanogenMod%2Fandroid_bootable_recovery.git;a=shortlog;h=refs%2Fheads%2Fphablet-4.4.2_r1</a><br />
[3] <a href="https://github.com/ubports/android_bootable_recovery" rel="nofollow ugc">https://github.com/ubports/android_bootable_recovery</a></p>
]]></description><link>https://forums.ubports.com/post/18587</link><guid isPermaLink="true">https://forums.ubports.com/post/18587</guid><dc:creator><![CDATA[haveaniceday]]></dc:creator><pubDate>Thu, 21 Mar 2019 22:31:53 GMT</pubDate></item><item><title><![CDATA[Reply to How to safely testing a modifed recovery? on Thu, 21 Mar 2019 22:14:02 GMT]]></title><description><![CDATA[<p dir="auto">I want to modify the recovery such that it mounts <code>/data</code> when it is encrypted.<br />
Now, in the docs of Halium it reads:</p>
<blockquote>
<p dir="auto">You will also need to ensure the /data partition is formatted with ext4 and does not have any encryption on it.</p>
</blockquote>
<p dir="auto"><a href="https://docs.ubports.com/en/latest/porting/installing-16-04.html" rel="nofollow ugc">https://docs.ubports.com/en/latest/porting/installing-16-04.html</a></p>
<p dir="auto">This explicitly states that encryption must not be present. Why is that? Does the recovery lack the capabilities to use LUKS? Can I add this feature by building my own recovery?</p>
]]></description><link>https://forums.ubports.com/post/18585</link><guid isPermaLink="true">https://forums.ubports.com/post/18585</guid><dc:creator><![CDATA[haveaniceday]]></dc:creator><pubDate>Thu, 21 Mar 2019 22:14:02 GMT</pubDate></item><item><title><![CDATA[Reply to How to safely testing a modifed recovery? on Thu, 21 Mar 2019 22:09:07 GMT]]></title><description><![CDATA[<p dir="auto">The other devices use the recovery that was built by Canonical. We modified it to make ADB available all the time (which is not secure by any means)</p>
]]></description><link>https://forums.ubports.com/post/18583</link><guid isPermaLink="true">https://forums.ubports.com/post/18583</guid><dc:creator><![CDATA[UniSuperBox]]></dc:creator><pubDate>Thu, 21 Mar 2019 22:09:07 GMT</pubDate></item><item><title><![CDATA[Reply to How to safely testing a modifed recovery? on Thu, 21 Mar 2019 22:06:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/unisuperbox" aria-label="Profile: UniSuperBox">@<bdi>UniSuperBox</bdi></a> said in <a href="/post/18580">How to safely testing a modifed recovery?</a>:</p>
<blockquote>
<p dir="auto">Note that ubports/android_bootable_recovery is only used for the Oneplus One, Fairphone 2, and Nexus 5. Y</p>
</blockquote>
<p dir="auto">What is the Aquaris M10 FHD (frieza) using as recovery? "TWRP"?</p>
]]></description><link>https://forums.ubports.com/post/18582</link><guid isPermaLink="true">https://forums.ubports.com/post/18582</guid><dc:creator><![CDATA[haveaniceday]]></dc:creator><pubDate>Thu, 21 Mar 2019 22:06:28 GMT</pubDate></item><item><title><![CDATA[Reply to How to safely testing a modifed recovery? on Thu, 21 Mar 2019 21:56:23 GMT]]></title><description><![CDATA[<p dir="auto">Well, I got the support needed - so it fits <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=e53896fb3af" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title="😉" alt="😉" /></p>
]]></description><link>https://forums.ubports.com/post/18581</link><guid isPermaLink="true">https://forums.ubports.com/post/18581</guid><dc:creator><![CDATA[haveaniceday]]></dc:creator><pubDate>Thu, 21 Mar 2019 21:56:23 GMT</pubDate></item><item><title><![CDATA[Reply to How to safely testing a modifed recovery? on Thu, 21 Mar 2019 21:53:48 GMT]]></title><description><![CDATA[<p dir="auto">Nah, this is pretty developer-y... but I'll let it slide this time <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61b.png?v=e53896fb3af" class="not-responsive emoji emoji-android emoji--stuck_out_tongue" style="height:23px;width:auto;vertical-align:middle" title=":P" alt="😛" /></p>
<p dir="auto">The only way you can logically brick your device is by corrupting the bootloader... as long as it starts, you are fine. If nothing else, you can run the UBports Installer without checking the Wipe option to completely reinstall.</p>
<p dir="auto">Note that <code>ubports/android_bootable_recovery</code> is only used for the Oneplus One, Fairphone 2, and Nexus 5. You can learn more about building these images here: <a href="https://docs.ubports.com/en/latest/porting/ubp-5.1.html" rel="nofollow ugc">https://docs.ubports.com/en/latest/porting/ubp-5.1.html</a></p>
]]></description><link>https://forums.ubports.com/post/18580</link><guid isPermaLink="true">https://forums.ubports.com/post/18580</guid><dc:creator><![CDATA[UniSuperBox]]></dc:creator><pubDate>Thu, 21 Mar 2019 21:53:48 GMT</pubDate></item><item><title><![CDATA[Reply to How to safely testing a modifed recovery? on Thu, 21 Mar 2019 12:05:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/haveaniceday" aria-label="Profile: haveaniceday">@<bdi>haveaniceday</bdi></a> fyi I've moved your question from OS (<em>Discussions on development of Ubuntu Touch</em>) to Support (<em>Discuss and solve problems with other users</em>).</p>
]]></description><link>https://forums.ubports.com/post/18572</link><guid isPermaLink="true">https://forums.ubports.com/post/18572</guid><dc:creator><![CDATA[advocatux]]></dc:creator><pubDate>Thu, 21 Mar 2019 12:05:15 GMT</pubDate></item></channel></rss>