<?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[arm64 build within IDE atom and clickable plugin]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm working on having arm64 build for <a href="https://gitlab.com/aitzol76/openradio" rel="nofollow ugc">Openradio</a>. I succeeded to simply build it within the terminal and this command :</p>
<ul>
<li>clickable build --arch arm64</li>
</ul>
<p dir="auto">Then I installed the package with UT tweak tool and that's ok.<br />
I noticed that the Openstore App shows that it conflicts with the stable version, which is btw the armhf version. Not a big deal, but not so clean either.</p>
<p dir="auto">Now I'd like the make the relevant changes in the source code so I can compile it within my IDE setup (Atom+click plugin) and finally push a PR to the maintainer who will make it available for download in the Openstore.<br />
I tried to add this in the file "clickable.json" :</p>
<ul>
<li>"build_args": ["arch=arm64"],</li>
</ul>
<p dir="auto">but atom still compile for the armhf version... So what should I do ?</p>
<p dir="auto">Sorry for being so noob with such a question and as always, thanks for your help!</p>
]]></description><link>https://forums.ubports.com/topic/7078/arm64-build-within-ide-atom-and-clickable-plugin</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 04:36:36 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/7078.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 05 Dec 2021 08:26:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to arm64 build within IDE atom and clickable plugin on Tue, 25 Jan 2022 06:00:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/applee" aria-label="Profile: applee">@<bdi>applee</bdi></a> hi, I finally updated atom clickable plugin and clicklable v7 and everything is fine! I can choose suitable target architecture.</p>
]]></description><link>https://forums.ubports.com/post/60724</link><guid isPermaLink="true">https://forums.ubports.com/post/60724</guid><dc:creator><![CDATA[wilfridd]]></dc:creator><pubDate>Tue, 25 Jan 2022 06:00:49 GMT</pubDate></item><item><title><![CDATA[Reply to arm64 build within IDE atom and clickable plugin on Fri, 10 Dec 2021 06:12:47 GMT]]></title><description><![CDATA[<p dir="auto">@nauvpp If all that is needed to achieve an arm64 version of the app is adding <code>-a arm64</code> to <code>clickable build</code> then there are no source code changes necessary in the repo.</p>
<p dir="auto">I checked and there is no automated build configured for this project. This means that the maintainer builds and uploads the click manually.</p>
<p dir="auto">So I am afraid you need to ask the maintainer to build an arm64 version manually.<br />
Alternatively you could research adding automated build to the project by way of a <code>.gitab-ci.yml</code>.</p>
]]></description><link>https://forums.ubports.com/post/58601</link><guid isPermaLink="true">https://forums.ubports.com/post/58601</guid><dc:creator><![CDATA[arubislander]]></dc:creator><pubDate>Fri, 10 Dec 2021 06:12:47 GMT</pubDate></item><item><title><![CDATA[Reply to arm64 build within IDE atom and clickable plugin on Thu, 09 Dec 2021 18:02:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/applee" aria-label="Profile: applee">@<bdi>applee</bdi></a> ok I'll give it a try. Thank you very much! <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=eeff4b5fc81" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title="👍" alt="👍" /></p>
]]></description><link>https://forums.ubports.com/post/58574</link><guid isPermaLink="true">https://forums.ubports.com/post/58574</guid><dc:creator><![CDATA[wilfridd]]></dc:creator><pubDate>Thu, 09 Dec 2021 18:02:38 GMT</pubDate></item><item><title><![CDATA[Reply to arm64 build within IDE atom and clickable plugin on Wed, 08 Dec 2021 14:10:42 GMT]]></title><description><![CDATA[<p dir="auto">@nauvpp<br />
Ok, what I would do is:</p>
<ul>
<li>first: change the version or app name so you can test it without conflict with the official app</li>
<li>then: edit the clickable plugin to modify the command.<br />
I did so to force <code>--ssh &lt;ip_address&gt;</code> but you can force the <code>--arch arm64</code> option instead</li>
</ul>
<p dir="auto">Edit: I don't have the steps to change the plugin in top of my head but I found it on the documentation.<br />
Edit: I found the information from an old <a href="https://forums.ubports.com/post/23654">post</a></p>
]]></description><link>https://forums.ubports.com/post/58511</link><guid isPermaLink="true">https://forums.ubports.com/post/58511</guid><dc:creator><![CDATA[AppLee]]></dc:creator><pubDate>Wed, 08 Dec 2021 14:10:42 GMT</pubDate></item><item><title><![CDATA[Reply to arm64 build within IDE atom and clickable plugin on Tue, 07 Dec 2021 12:20:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/applee" aria-label="Profile: applee">@<bdi>applee</bdi></a> Hi, thanks for your reply.<br />
Yep, I can edit the source but, I don't know what to do. I tried to change the file clickable.json using my IDE ( atom) to tell the compiler some arm64 args but it does not have any impact.<br />
Hopefully I could compile arm64 directly from the source code folder with clickable...</p>
]]></description><link>https://forums.ubports.com/post/58505</link><guid isPermaLink="true">https://forums.ubports.com/post/58505</guid><dc:creator><![CDATA[wilfridd]]></dc:creator><pubDate>Tue, 07 Dec 2021 12:20:58 GMT</pubDate></item><item><title><![CDATA[Reply to arm64 build within IDE atom and clickable plugin on Sun, 05 Dec 2021 19:54:44 GMT]]></title><description><![CDATA[<p dir="auto">@nauvpp<br />
To avoid the conflict with the official on you should change the developer tag in the app name.<br />
For example: openradio.myApp<br />
Or at least change the version number so the Open Store can understand what's happening.</p>
<p dir="auto">I do not understand the part with relevant changes.<br />
Most of the time compiling for arm64 is enough.<br />
But if you need to make modifications to the code, then just edit it... ?! <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f914.png?v=eeff4b5fc81" class="not-responsive emoji emoji-android emoji--thinking_face" style="height:23px;width:auto;vertical-align:middle" title=":thinking_face:" alt="🤔" /><br />
I told you I missed something ; probably I need some sleep <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=eeff4b5fc81" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":D" alt="😄" /></p>
]]></description><link>https://forums.ubports.com/post/58447</link><guid isPermaLink="true">https://forums.ubports.com/post/58447</guid><dc:creator><![CDATA[AppLee]]></dc:creator><pubDate>Sun, 05 Dec 2021 19:54:44 GMT</pubDate></item></channel></rss>