<?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[Readonly Filesystem (Nexus 5) and broken power button]]></title><description><![CDATA[<p dir="auto">Hi everyone, here is my full story :<br />
The power button of my Nexus 5 is broken.<br />
I wanted to make some changes to be able to wake the phone with the volume buttons.<br />
So, I wanted to modify the file <code>/system/usr/keylayout/gpio-keys.kl</code> but the file system is readonly.<br />
I tried to reinstall the system using ubports software (hoping i would find an option RO or RW but i found none).<br />
I tried the "magic rw feature" by creating a file<code>/userdata/.writable_image</code>.<br />
I tried <code>sudo mount -o rw,remount /</code> that doesn't solve my problem and <code>sudo mount -o rw,remount /system</code> but it says <code>mount: cannot remount /dev/loop1 read-write, is write-protected</code></p>
<p dir="auto">I tried to play with the terminal within the phone and with <code>adb shell</code>.<br />
So basically, i have 2 major problems :</p>
<ol>
<li>Is it even possible to use the volume buttons like i would use the power button ?</li>
<li>If it is ... then how am I supposed to modify the system files ?</li>
</ol>
<p dir="auto">Thanks for reading.<br />
Feel free to ask me additionnal informations.</p>
]]></description><link>https://forums.ubports.com/topic/5806/readonly-filesystem-nexus-5-and-broken-power-button</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 06:28:34 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/5806.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Mar 2021 17:41:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Fri, 05 Mar 2021 22:33:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/creuzdos" aria-label="Profile: creuzdos">@<bdi>creuzdos</bdi></a><br />
Did you try with dev mode on in uTouch then with adb shell?</p>
<p dir="auto">And alternatively i just saw an other thread that could help you with terminal inside uTouch.<br />
I'll quote here :</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/craig" aria-label="Profile: craig">@<bdi>craig</bdi></a> said in <a href="/post/47656">How to install PIA VPN on UT (Working!)</a>:</p>
<blockquote>
<p dir="auto">When running the script, you may get a message that the script was not able to write to /etc/openvpn. If so, do this before you execute the script:</p>
<pre><code>sudo -i
sudo mount -o remount,rw /
sudo chmod 777 /etc/openvpn
exit
</code></pre>
<p dir="auto">After you run the script, set permission back:</p>
<pre><code>sudo chmod 755 /etc/openvpn
</code></pre>
</blockquote>
<p dir="auto">You could try the chmod 777 with \system folder.</p>
]]></description><link>https://forums.ubports.com/post/47667</link><guid isPermaLink="true">https://forums.ubports.com/post/47667</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Fri, 05 Mar 2021 22:33:03 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Fri, 05 Mar 2021 20:02:45 GMT]]></title><description><![CDATA[<p dir="auto">I have often wondered if one could make a small circuit that plugged into a micro usb port to wake the device. It would be tiny, just a capacitor and diode to store I tiny bit of power from the usb port while it is awake then a tiny button to send that same power back to the port to wake it. If the usb port does not provide current while on it could also use a small battery or super capacitor and work inline with a usb cable while charging the phone to charge itself for the next days use.</p>
<p dir="auto">If enough people were interested in such a device I could prototype a PCB. The major cost from where I live though would be shipping. I could have thousands of tiny PCBs made for a couple of dollars and components would be pennies a piece but shipping to me makes that cost jump by 2000%. Then shipping each one would cost $20+ each to ship to someone outside my country using reliable traceable shipping.</p>
<p dir="auto">So if anyone lives in a manufacturing hub with good outgoing shipping systems that make it easy for small businesses to ship you may want to look into making these.</p>
]]></description><link>https://forums.ubports.com/post/47661</link><guid isPermaLink="true">https://forums.ubports.com/post/47661</guid><dc:creator><![CDATA[AntiDroid]]></dc:creator><pubDate>Fri, 05 Mar 2021 20:02:45 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Fri, 05 Mar 2021 19:46:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antidroid" aria-label="Profile: antidroid">@<bdi>antidroid</bdi></a> said in <a href="/post/47658">Readonly Filesystem (Nexus 5) and broken power button</a>:</p>
<blockquote>
<p dir="auto">Have you simply tried to put the file where you expect it to be even if it doesn't already exist? It may be that it looks in multiple locations for the file and it will work from where you expect it to be?</p>
</blockquote>
<p dir="auto">Yes i did <code>adb push gpio-keys.kl /system/usr/keylayout/</code><br />
It created the different directories and pushed the file but after a reboot on UT, the /system was exactly the same.<br />
I wonder if there is a /system used by TWRP and a /system used by UT.<br />
I don't know, I may not fully understand what I've done through these 4 days.<br />
Anyways I learnt a lot of things playing with ROMS and recovery imgs. And the result is ... I 'm giving up Ubuntu touch for now but I have a fully fonctionning e/OS where I can lock / unlock the screen with my volume buttons. I did not reach my original goal but I am already satisfied with what I have done <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=bd2c1f0ef09" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /><br />
This is thanks to you guys.</p>
]]></description><link>https://forums.ubports.com/post/47660</link><guid isPermaLink="true">https://forums.ubports.com/post/47660</guid><dc:creator><![CDATA[Creuzdos]]></dc:creator><pubDate>Fri, 05 Mar 2021 19:46:19 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Fri, 05 Mar 2021 19:22:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/creuzdos" aria-label="Profile: creuzdos">@<bdi>creuzdos</bdi></a> Sorry to hear it did not work as expected but I have had issues after running /e/os on my Oneplus 6T. The 6T uses A/B slots so may be different but I had to install a stock Android before UT to get everything to work. This makes me wonder if maybe /e/os has done something strange to the partitions. If you are up to it I would try stock Android then UT then see if things are as you expect them to be.</p>
<p dir="auto">Have you simply tried to put the file where you expect it to be even if it doesn't already exist? It may be that it looks in multiple locations for the file and it will work from where you expect it to be?</p>
]]></description><link>https://forums.ubports.com/post/47658</link><guid isPermaLink="true">https://forums.ubports.com/post/47658</guid><dc:creator><![CDATA[AntiDroid]]></dc:creator><pubDate>Fri, 05 Mar 2021 19:22:05 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Fri, 05 Mar 2021 18:23:41 GMT]]></title><description><![CDATA[<p dir="auto">Update Day 4 : I installed e OS (from e foundation). Everything works well as expected.<br />
But when i read <a class="plugin-mentions-user plugin-mentions-a" href="/user/antidroid" aria-label="Profile: AntiDroid">@<bdi>AntiDroid</bdi></a> 's comment I had to try to push the file with TWRP.<br />
So I wiped eveything again, reinstalled UT using ubports-installer, went to developper mode, reboot in recovery with TWRP.<br />
And ... I can push my gpio-keys.kl to /sdcard but when i go to the file manager in TWRP, again i can only see a <code>lost+found</code> directory under <code>/system</code> when i mount System in TWRP (i tried different versions of TWRP).</p>
]]></description><link>https://forums.ubports.com/post/47657</link><guid isPermaLink="true">https://forums.ubports.com/post/47657</guid><dc:creator><![CDATA[Creuzdos]]></dc:creator><pubDate>Fri, 05 Mar 2021 18:23:41 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Fri, 05 Mar 2021 01:13:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antidroid" aria-label="Profile: antidroid">@<bdi>antidroid</bdi></a><br />
I know XDA, i've been a long time there for that device : <a href="https://forum.xda-developers.com/f/lg-optimus-3d.1073/" target="_blank" rel="noopener noreferrer nofollow ugc">https://forum.xda-developers.com/f/lg-optimus-3d.1073/</a><br />
That's because of that device not being updated by LG that i dumped androïd and went to uTouch with my actual MX4.<br />
I know TWRP, there is not one for MX4.</p>
<p dir="auto">I have a canonical MX4, made for utouch, with bootloader unlocked  (unlike ALL others MX4, wich bootloader is quite un-unlockable), and specific custom recovery (not the same as flyme one).</p>
<p dir="auto">In this canonical custom uTouch MX4 recovery, nothing else than adb is possible.</p>
<p dir="auto">I will not try to do anything to this phone software, other than updating uTouch, i don't want to mess with it.</p>
<p dir="auto">Anyway, we're going off topic.</p>
]]></description><link>https://forums.ubports.com/post/47622</link><guid isPermaLink="true">https://forums.ubports.com/post/47622</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Fri, 05 Mar 2021 01:13:45 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Fri, 05 Mar 2021 00:41:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: keneda">@<bdi>keneda</bdi></a> Sorry I assumed most people flashing things would know about TWRP.</p>
<p dir="auto">TWRP stands for <a href="https://twrp.me/Devices/" target="_blank" rel="noopener noreferrer nofollow ugc">Team Win Recovery Project</a> and they have a recovery for almost every Android device out there. You download the correct TWRP for your device (Check XDA for recommended one) then while in fastboot from the command line you run</p>
<pre><code># change path and TWRP to match your file location and name
fastboot boot path/to/TWRP.img
</code></pre>
<p dir="auto">It will boot the device into TWRP recovery where you can do all kinds of stuff like flash new roms or edit files or wipe directories. (DO NOT install TWRP when it asks you to. that is for Android only)</p>
<p dir="auto">EDIT: <a href="https://eu.dl.twrp.me/hammerhead/" target="_blank" rel="noopener noreferrer nofollow ugc">These are the versions of TWRP</a> for hammerhead but you will likely need a certain one that was made for the Android version your UT is based on and by the look of <a href="https://docs.halium.org/en/latest/supplementary/devices/hammerhead.html" target="_blank" rel="noopener noreferrer nofollow ugc">this Halium page</a>. it is Android 5.1 . This where you need to check XDA to find out which one goes with Android 5.1.</p>
]]></description><link>https://forums.ubports.com/post/47621</link><guid isPermaLink="true">https://forums.ubports.com/post/47621</guid><dc:creator><![CDATA[AntiDroid]]></dc:creator><pubDate>Fri, 05 Mar 2021 00:41:27 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Thu, 04 Mar 2021 23:43:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antidroid" aria-label="Profile: antidroid">@<bdi>antidroid</bdi></a> I don't have anything in recovery (no twrp nor any other menu thing), so i don't know neither, only way on MX4 is adb.</p>
<p dir="auto">We'll see when he answers ^^</p>
<p dir="auto">Edit : if i refer to thread and Dobey, \system is part of androïd stuff.</p>
]]></description><link>https://forums.ubports.com/post/47619</link><guid isPermaLink="true">https://forums.ubports.com/post/47619</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Thu, 04 Mar 2021 23:43:35 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Thu, 04 Mar 2021 23:32:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: keneda">@<bdi>keneda</bdi></a> Once you have the bootloader unlocked I thought you could do whatever you want to the file system once booted into TWRP and that is why people want to encrypt stuff. But I have not modified actual UT files this way so you may be correct that you need to enable developer mode before entering TWRP. I also do not know how you would find the actual location since in TWRP you see the entire file system including Android bits and partitions. And again I may be entirely wrong.</p>
]]></description><link>https://forums.ubports.com/post/47618</link><guid isPermaLink="true">https://forums.ubports.com/post/47618</guid><dc:creator><![CDATA[AntiDroid]]></dc:creator><pubDate>Thu, 04 Mar 2021 23:32:03 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Thu, 04 Mar 2021 23:25:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antidroid" aria-label="Profile: antidroid">@<bdi>antidroid</bdi></a> said in <a href="/post/47616">Readonly Filesystem (Nexus 5) and broken power button</a>:</p>
<blockquote>
<p dir="auto">That I why I gave instructions for doing it via the file manager in TWRP. Because in TWRP everything can be written over.</p>
</blockquote>
<p dir="auto">First sorry i misreaded you and though you were asking him to do that with uTouch file manager.</p>
<p dir="auto">Second, are you sure he will be able to do that without enabling dev mode first?</p>
]]></description><link>https://forums.ubports.com/post/47617</link><guid isPermaLink="true">https://forums.ubports.com/post/47617</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Thu, 04 Mar 2021 23:25:10 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Thu, 04 Mar 2021 23:22:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: keneda">@<bdi>keneda</bdi></a> said in <a href="/post/47613">Readonly Filesystem (Nexus 5) and broken power button</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antidroid" aria-label="Profile: antidroid">@<bdi>antidroid</bdi></a><br />
Go to \system with file manager, after image made writable with UTTT, then check infos for folders and files in here : all is read only, you will not be able to paste anything here, you can copy files from, then paste in writable folder like "downloads", but that's all.</p>
</blockquote>
<p dir="auto">That I why I gave instructions for doing it via the file manager in TWRP. Because in TWRP everything can be written over.</p>
]]></description><link>https://forums.ubports.com/post/47616</link><guid isPermaLink="true">https://forums.ubports.com/post/47616</guid><dc:creator><![CDATA[AntiDroid]]></dc:creator><pubDate>Thu, 04 Mar 2021 23:22:02 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Thu, 04 Mar 2021 23:37:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/creuzdos" aria-label="Profile: creuzdos">@<bdi>creuzdos</bdi></a> said in <a href="/post/47534">Readonly Filesystem (Nexus 5) and broken power button</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dobey" aria-label="Profile: dobey">@<bdi>dobey</bdi></a> In recovery mode, the /system directory contains only a lost+found directory and i can't find the file /system/usr/keylayout/gpio-keys.kl</p>
</blockquote>
<p dir="auto">Did you try acces this file with ADB from recovery <strong>after enabling Developer Mode</strong> from system settings under Ubuntu Touch? (System settings -&gt; About -&gt; Developer mode -&gt; enable -&gt; <code>adb reboot recovery</code> -&gt; <code>adb shell</code>)</p>
]]></description><link>https://forums.ubports.com/post/47614</link><guid isPermaLink="true">https://forums.ubports.com/post/47614</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Thu, 04 Mar 2021 23:37:47 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Thu, 04 Mar 2021 23:08:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antidroid" aria-label="Profile: antidroid">@<bdi>antidroid</bdi></a><br />
Go to \system with file manager, after image made writable with UTTT, then check infos for folders and files in here : all is read only, you will not be able to paste anything here, you can copy files from, then paste in writable folder like "downloads", but that's all.</p>
]]></description><link>https://forums.ubports.com/post/47613</link><guid isPermaLink="true">https://forums.ubports.com/post/47613</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Thu, 04 Mar 2021 23:08:18 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Thu, 04 Mar 2021 23:03:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/creuzdos" aria-label="Profile: creuzdos">@<bdi>creuzdos</bdi></a> I may be wrong but couldn't you boot into TWRP,  use</p>
<pre><code>adb push path/to/new/file /sdcard
</code></pre>
<p dir="auto">from your host to get the new file on the device and then use the file manager under advanced in TWRP to replace the one that keeps being over written with the one you placed in /sdcard?</p>
]]></description><link>https://forums.ubports.com/post/47612</link><guid isPermaLink="true">https://forums.ubports.com/post/47612</guid><dc:creator><![CDATA[AntiDroid]]></dc:creator><pubDate>Thu, 04 Mar 2021 23:03:07 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Thu, 04 Mar 2021 22:39:38 GMT]]></title><description><![CDATA[<p dir="auto">Here is a little update.<br />
Day 3 : I have installed multiple times android, paranoid android and ubuntu touch<br />
I have used twrp recovery img and modified <code>/system/usr/keylayout/gpio-keys.kl</code><br />
as I said yesterday it works absolutely as expected on paranoid android but everytime I come back to ubuntu-touch  (even when I uncheck every checkbox inside the <code>ubport-installer</code> )<br />
the file <code>/system/usr/keylayout/gpio-keys.kl</code>  is the default read-only file.</p>
<p dir="auto">If anyone has a tip to help me set the <code>/system</code> partition writable or replace this file one way or another. If it is not possible, what i'm going to do next is probably go try paranoid android to play with in the next few days / weeks.</p>
<p dir="auto">Is it possible to get a zip with the ubuntu touch ROM for NEXUS 5, so i can install it through twrp like i did with the other android systems ?</p>
<p dir="auto">Thank you all for your help and keep up the good work.</p>
]]></description><link>https://forums.ubports.com/post/47611</link><guid isPermaLink="true">https://forums.ubports.com/post/47611</guid><dc:creator><![CDATA[Creuzdos]]></dc:creator><pubDate>Thu, 04 Mar 2021 22:39:38 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Wed, 03 Mar 2021 21:55:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/creuzdos" aria-label="Profile: creuzdos">@<bdi>creuzdos</bdi></a> said in <a href="/post/47552">Readonly Filesystem (Nexus 5) and broken power button</a>:</p>
<blockquote>
<p dir="auto">I bought 2 replacement buttons on the internet. I tried to do it myself first... it was a total disaster  Then I brought it to a local repair shop. It cost me 35€. And it worked 2-3 months and broke again...<br />
So now I just want to have a usable phone to play with UT.</p>
</blockquote>
<p dir="auto">Ok i understand :disappointed_face:</p>
<p dir="auto">However, i must tell, never again go to those so-called "phone repair shops" that pop up from here and there, they're 99% owned by incompetents, always go to real electronician repair shop (hard to find i know).</p>
<p dir="auto">Hope you will succeed in software workaround.</p>
]]></description><link>https://forums.ubports.com/post/47557</link><guid isPermaLink="true">https://forums.ubports.com/post/47557</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Wed, 03 Mar 2021 21:55:09 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Wed, 03 Mar 2021 21:38:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: keneda">@<bdi>keneda</bdi></a> Thank you very much. If you want the full story :<br />
I bought 2 replacement buttons on the internet. I tried to do it myself first... it was a total disaster <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f602.png?v=bd2c1f0ef09" class="not-responsive emoji emoji-android emoji--joy" style="height:23px;width:auto;vertical-align:middle" title=":joy:" alt="😂" /> Then I brought it to a local repair shop. It cost me 35€. And it worked 2-3 months and broke again...<br />
So now I just want to have a usable phone to play with UT. <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=bd2c1f0ef09" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dobey" aria-label="Profile: dobey">@<bdi>dobey</bdi></a> Ok, I managed to flash my Nexus with an android rom. I could edit the files and it worked perfectly as expected. Then I reinstalled Ubuntu touch. I did not check the "wipe system" checkbox hoping the <code>/system</code> files would stay but unfortunately they have been replaced. I'm trying again tomorrow.<br />
Thank you and good night</p>
]]></description><link>https://forums.ubports.com/post/47552</link><guid isPermaLink="true">https://forums.ubports.com/post/47552</guid><dc:creator><![CDATA[Creuzdos]]></dc:creator><pubDate>Wed, 03 Mar 2021 21:38:00 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Wed, 03 Mar 2021 21:22:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dobey" aria-label="Profile: dobey">@<bdi>dobey</bdi></a><br />
I know i can do it, i already did that kind of solder work.</p>
<p dir="auto">It's just a proposal if he feels he can do it (and have tools for that), or know someone that can do it for him.</p>
]]></description><link>https://forums.ubports.com/post/47549</link><guid isPermaLink="true">https://forums.ubports.com/post/47549</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Wed, 03 Mar 2021 21:22:35 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Wed, 03 Mar 2021 21:12:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: keneda">@<bdi>keneda</bdi></a> Even as a hardware geek, it is still quite difficult. It is a very tiny button which must be placed just right, and requires liquid solder paste and hot air rework station to do correctly. It's not a simple solder job.</p>
]]></description><link>https://forums.ubports.com/post/47548</link><guid isPermaLink="true">https://forums.ubports.com/post/47548</guid><dc:creator><![CDATA[dobey]]></dc:creator><pubDate>Wed, 03 Mar 2021 21:12:57 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Wed, 03 Mar 2021 21:12:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/creuzdos" aria-label="Profile: creuzdos">@<bdi>creuzdos</bdi></a><br />
If you want to try the fix :<br />
<a href="https://protyposis.net/blog/replacing-the-nexus-5-power-button/" target="_blank" rel="noopener noreferrer nofollow ugc">https://protyposis.net/blog/replacing-the-nexus-5-power-button/</a></p>
]]></description><link>https://forums.ubports.com/post/47547</link><guid isPermaLink="true">https://forums.ubports.com/post/47547</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Wed, 03 Mar 2021 21:12:12 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Wed, 03 Mar 2021 21:07:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dobey" aria-label="Profile: dobey">@<bdi>dobey</bdi></a><br />
OK you're right, <em>for me</em> it's quite simple, i'm the hardware kind of guy lol.</p>
]]></description><link>https://forums.ubports.com/post/47546</link><guid isPermaLink="true">https://forums.ubports.com/post/47546</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Wed, 03 Mar 2021 21:07:48 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Wed, 03 Mar 2021 21:05:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/creuzdos" aria-label="Profile: creuzdos">@<bdi>creuzdos</bdi></a> I think you need to mount <code>/system</code> first, as it's not mounted yet in recovery, IIRC.</p>
<p dir="auto">Beyond that, I'm not sure.</p>
]]></description><link>https://forums.ubports.com/post/47545</link><guid isPermaLink="true">https://forums.ubports.com/post/47545</guid><dc:creator><![CDATA[dobey]]></dc:creator><pubDate>Wed, 03 Mar 2021 21:05:39 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Wed, 03 Mar 2021 21:04:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: keneda">@<bdi>keneda</bdi></a> said in <a href="/post/47542">Readonly Filesystem (Nexus 5) and broken power button</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/creuzdos" aria-label="Profile: creuzdos">@<bdi>creuzdos</bdi></a> Can't you simply repair harware?</p>
</blockquote>
<p dir="auto">It can be repaired, but I would hardly use the word <em>simply</em> to describe the act.</p>
]]></description><link>https://forums.ubports.com/post/47544</link><guid isPermaLink="true">https://forums.ubports.com/post/47544</guid><dc:creator><![CDATA[dobey]]></dc:creator><pubDate>Wed, 03 Mar 2021 21:04:54 GMT</pubDate></item><item><title><![CDATA[Reply to Readonly Filesystem (Nexus 5) and broken power button on Wed, 03 Mar 2021 21:06:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/creuzdos" aria-label="Profile: creuzdos">@<bdi>creuzdos</bdi></a> Can't you simply repair hardware?</p>
]]></description><link>https://forums.ubports.com/post/47542</link><guid isPermaLink="true">https://forums.ubports.com/post/47542</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Wed, 03 Mar 2021 21:06:27 GMT</pubDate></item></channel></rss>