<?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[Need help at creating xml file for repo]]></title><description><![CDATA[<p dir="auto">I've been following this guide here: <a href="https://docs.ubports.com/en/latest/porting/build_and_boot/H7_setup_sources.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.ubports.com/en/latest/porting/build_and_boot/H7_setup_sources.html</a></p>
<p dir="auto">I've been trying to make one for Samsung Galaxy Tab 2 10.1 but it always failed at <a href="http://envsetup.sh" target="_blank" rel="noopener noreferrer nofollow ugc">envsetup.sh</a>. So if allowed, can someone send an example of how the xml should look like?</p>
]]></description><link>https://forums.ubports.com/topic/6855/need-help-at-creating-xml-file-for-repo</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 01:07:09 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/6855.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Oct 2021 05:28:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need help at creating xml file for repo on Fri, 10 Dec 2021 05:17:23 GMT]]></title><description><![CDATA[<p dir="auto">I search on github and found CyanogenMod/android_device_samsung_p5113.</p>
<p dir="auto">From this repo and <code>cm.dependencies</code> therein I suggest your manifest should look like</p>
<pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;

&lt;manifest&gt;
  &lt;remote name="github" fetch="https://github.com/CyanogenMod/" /&gt;
  &lt;project name="android_device_samsung_p5113" path="device/samsung/p5113" remote="github" revision="cm" /&gt; 
  &lt;project name="android_device_samsung_p5100" path="device/samsung/p5100" remote="github" revision="cm" /&gt; 
  &lt;project name="android_kernel_samsung_espresso10" path="kernel/samsung/espresso10" remote="github" revision="cm" /&gt;
  &lt;project name="android_packages_apps_SamsungServiceMode" path="packages/apps/SamsungServiceMode" remote="github" revision="cm" /&gt;

&lt;/manifest&gt;
</code></pre>
<p dir="auto">I'm not sure if it has properly settle down sources needed for your devices, please check it carefully.</p>
<p dir="auto">Btw, note that the docs you mentioned works for <code>halium&gt;=7.1</code>, which based on <code>cm&gt;=14</code>. However the latest support for your device is <code>cm12.1</code>. It seems that you should at first adapt your source to fix some new features provided from <code>cm14</code>. It is a huge work ...</p>
<p dir="auto">（Yay... in fact that is what I have experienced on my device... lol)</p>
]]></description><link>https://forums.ubports.com/post/58599</link><guid isPermaLink="true">https://forums.ubports.com/post/58599</guid><dc:creator><![CDATA[EliCh]]></dc:creator><pubDate>Fri, 10 Dec 2021 05:17:23 GMT</pubDate></item><item><title><![CDATA[Reply to Need help at creating xml file for repo on Mon, 18 Oct 2021 12:24:47 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/yxles" aria-label="Profile: yxles">@<bdi>yxles</bdi></a><br />
I moved your post to the "porting" category, hoping it will reach people able to help you (unfortunately it's not my case).</p>
]]></description><link>https://forums.ubports.com/post/56633</link><guid isPermaLink="true">https://forums.ubports.com/post/56633</guid><dc:creator><![CDATA[AppLee]]></dc:creator><pubDate>Mon, 18 Oct 2021 12:24:47 GMT</pubDate></item></channel></rss>