<?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[Moto G 2015 (Osprey) porting]]></title><description><![CDATA[<p dir="auto">Hello, I'm new here.</p>
<p dir="auto">Working on building Halium for the Moto G (2015) (osprey) and I need some help please I've been following <strong>first steps document</strong> and I have hit a wall:</p>
<p dir="auto">I'm stuck at : <a href="http://docs.halium.org/en/latest/porting/build-sources.html#include-your-device-in-fixup-mountpoints" target="_blank" rel="noopener noreferrer nofollow ugc">Fixup mount points</a></p>
<p dir="auto">There isn't any osprey entry in my <code>BUILDDIR&gt;/halium/hybris-boot/fixup-mountpoints</code></p>
<p dir="auto">I have rooted my Moto G osprey with Lineage to try to find out what the mount points are and<br />
I found this fstab using shell over ADB.</p>
<pre><code>/dev/block/platform/soc.0/7824900.sdhci/by-name/system /system ext4 defaults 0 0
/dev/block/bootdevice/by-name/userdata /data f2fs defaults 0 0
/dev/block/bootdevice/by-name/cache /cache ext4 defaults 0 0
/dev/block/bootdevice/by-name/fsg /fsg ext4 defaults 0 0
/dev/block/bootdevice/by-name/modem /firmware ext4 defaults 0 0
/dev/block/bootdevice/by-name/persist /persist ext4 defaults 0 0
</code></pre>
<p dir="auto">How do I get the above fstab into the below code block, is this the correct file?</p>
<pre><code>("osprey")
    sed -i \
        [replacements, one per line]
        "$@"
    ;;
</code></pre>
<p dir="auto">Please help, thank you.</p>
]]></description><link>https://forums.ubports.com/topic/4880/moto-g-2015-osprey-porting</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 06:32:42 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/4880.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Sep 2020 17:35:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Moto G 2015 (Osprey) porting on Wed, 09 Sep 2020 20:32:24 GMT]]></title><description><![CDATA[<p dir="auto">Thank you!!</p>
<p dir="auto">Ok, 22% build fail, didn't see this error on the common errors. Help please <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=aee68f5cf05" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<pre><code>/home/vm/halium/out/host/linux-x86/obj/STATIC_LIBRARIES/libaidl-common_intermediates/aidl_language_l.cpp:1435:47: error: comparison of integers of different signs: 'int' and 'yy_size_t' (aka 'unsigned long') [-Werror,-Wsign-compare]
        if ((int) (yyg-&gt;yy_n_chars + number_to_move) &gt; YY_CURRENT_BUFFER_LVALUE-&gt;yy_buf_size) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
build/core/ninja.mk:151: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1
make: Leaving directory '/home/vm/halium'

#### make failed to build some targets (21:51 (mm:ss)) ####
</code></pre>
]]></description><link>https://forums.ubports.com/post/39932</link><guid isPermaLink="true">https://forums.ubports.com/post/39932</guid><dc:creator><![CDATA[d4kc9]]></dc:creator><pubDate>Wed, 09 Sep 2020 20:32:24 GMT</pubDate></item><item><title><![CDATA[Reply to Moto G 2015 (Osprey) porting on Wed, 09 Sep 2020 19:50:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/d4kc9" aria-label="Profile: d4kc9">@<bdi>d4kc9</bdi></a> said in <a href="/post/39925">Moto G 2015 (Osprey) porting</a>:</p>
<blockquote>
<p dir="auto">By posting this, I answered my own question. Don't you love that!</p>
<p dir="auto">Anyway anyone going to welcome me?</p>
</blockquote>
<p dir="auto">Welcome <a class="plugin-mentions-user plugin-mentions-a" href="/user/d4kc9" aria-label="Profile: d4kc9">@<bdi>d4kc9</bdi></a> and have a look here <a href="https://ubports.com/meet-the-community" target="_blank" rel="noopener noreferrer nofollow ugc">https://ubports.com/meet-the-community</a> for things of interest.</p>
]]></description><link>https://forums.ubports.com/post/39929</link><guid isPermaLink="true">https://forums.ubports.com/post/39929</guid><dc:creator><![CDATA[libremax]]></dc:creator><pubDate>Wed, 09 Sep 2020 19:50:34 GMT</pubDate></item><item><title><![CDATA[Reply to Moto G 2015 (Osprey) porting on Wed, 09 Sep 2020 18:40:36 GMT]]></title><description><![CDATA[<p dir="auto">By posting this, I answered my own question. Don't you love that!</p>
<p dir="auto">Anyway anyone going to welcome me?</p>
]]></description><link>https://forums.ubports.com/post/39925</link><guid isPermaLink="true">https://forums.ubports.com/post/39925</guid><dc:creator><![CDATA[d4kc9]]></dc:creator><pubDate>Wed, 09 Sep 2020 18:40:36 GMT</pubDate></item><item><title><![CDATA[Reply to Moto G 2015 (Osprey) porting on Wed, 09 Sep 2020 17:49:59 GMT]]></title><description><![CDATA[<p dir="auto">from my phone from ADB shell:</p>
<p dir="auto">/system/etc/</p>
<p dir="auto">fstab:</p>
<pre><code>/dev/block/platform/soc.0/7824900.sdhci/by-name/system /system ext4 defaults 0 0
/dev/block/bootdevice/by-name/userdata /data f2fs defaults 0 0
/dev/block/bootdevice/by-name/cache /cache ext4 defaults 0 0
/dev/block/bootdevice/by-name/fsg /fsg ext4 defaults 0 0
/dev/block/bootdevice/by-name/modem /firmware ext4 defaults 0 0
/dev/block/bootdevice/by-name/persist /persist ext4 defaults 0 0
</code></pre>
<p dir="auto">recovery.fstab:</p>
<pre><code># Android fstab file.
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK

#TODO: Add 'check' as fs_mgr_flags with data partition.
# Currently we dont have e2fsck compiled. So fs check would failed.

#&lt;src&gt;                                      &lt;mnt_point&gt;         &lt;type&gt;  &lt;mnt_flags and options&gt;                                              &lt;fs_mgr_flags&gt;
/dev/block/bootdevice/by-name/system         /system             ext4    ro,barrier=1                                                         wait,recoveryonly
/dev/block/bootdevice/by-name/userdata       /data               f2fs    rw,nosuid,nodev,noatime,nodiratime,inline_xattr,inline_data          wait,check,latemount,formattable,quota,encryptable=/dev/block/bootdevice/by-name/metadata,reservedsize=128M
/dev/block/bootdevice/by-name/cache          /cache              ext4    rw,nosuid,nodev,noatime,barrier=1,data=ordered                       wait,check,formattable
/dev/block/bootdevice/by-name/fsg            /fsg                ext4    ro,nosuid,nodev,barrier=0,context=u:object_r:fsg_file:s0             wait
/dev/block/bootdevice/by-name/modem          /firmware           ext4    ro,nosuid,nodev,barrier=0,context=u:object_r:firmware_file:s0        wait
/dev/block/bootdevice/by-name/persist        /persist            ext4    nosuid,nodev,barrier=1,noatime,noauto_da_alloc                       wait
/dev/block/bootdevice/by-name/boot           /boot               emmc    defaults                                                             recoveryonly
/dev/block/bootdevice/by-name/recovery       /recovery           emmc    defaults                                                             recoveryonly
/dev/block/bootdevice/by-name/misc           /misc               emmc    defaults                                                             defaults

/devices/soc.0/7864900.sdhci/mmc_host*       auto                auto    nosuid,nodev                                                         wait,voldmanaged=sdcard1:auto
/devices/platform/msm_hsusb*                 auto                auto    nosuid,nodev                                                         wait,voldmanaged=usb:auto
/dev/block/zram0                             none                swap    defaults                                                             zramsize=536870912,max_comp_streams=3

</code></pre>
<p dir="auto">Thanks in advance.</p>
]]></description><link>https://forums.ubports.com/post/39923</link><guid isPermaLink="true">https://forums.ubports.com/post/39923</guid><dc:creator><![CDATA[d4kc9]]></dc:creator><pubDate>Wed, 09 Sep 2020 17:49:59 GMT</pubDate></item></channel></rss>