<?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[Update Meizu Pro 5 Baseband]]></title><description><![CDATA[<p dir="auto">Hi UBPorts Community,</p>
<p dir="auto">Having experienced lots of signal issues recently with my Pro5, I decided to give it a go and the following looks promising:</p>
<p dir="auto">Procedure:</p>
<ol>
<li>
<p dir="auto">Download from XDA (latest to date: <a href="https://forum.xda-developers.com/meizu-pro-5/development/meizu-pro5-baseband-21-12-2017-t3727070" rel="nofollow ugc">https://forum.xda-developers.com/meizu-pro-5/development/meizu-pro5-baseband-21-12-2017-t3727070</a>)<br />
Extract the file /system/vendor/firmware/modem.bin and transfer it to your Pro5 (for instance to /home/phablet/Downloads)</p>
</li>
<li>
<p dir="auto">Open terminal or SSH to your Pro5 and run the following commands:<br />
sudo -i<br />
mount -o remount,rw /<br />
cp /var/lib/lxc/android/system.img /home/phablet<br />
cd /home/phablet<br />
mkdir system<br />
mount -o loop system.img system<br />
cd system/vendor/firmware/<br />
rm modem.bin<br />
cp /home/phablet/Downloads/modem.bin ./<br />
chmod 644 modem.bin<br />
cd /home/phablet<br />
umount system<br />
mv /var/lib/lxc/android/system.img /var/lib/lxc/android/system.img.old<br />
cp system.img /var/lib/lxc/android/</p>
</li>
<li>
<p dir="auto">Reboot</p>
</li>
</ol>
<p dir="auto">Here are the results on my spare original Pro5 Ubuntu Edition still running the latest Canonical OTA-15 behind a badly broken screen:</p>
<p dir="auto">BEFORE:<br />
phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/list-modems | grep Revision<br />
Revision = S333_M86_20151002_CHNOPEN_MZ024<br />
Revision = S333_M86_20151002_CHNOPEN_MZ024</p>
<p dir="auto">AFTER:<br />
phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/list-modems | grep Revision<br />
Revision = S333_M86_20171221_CHNOPEN_MZt04<br />
Revision = S333_M86_20171221_CHNOPEN_MZt04</p>
<p dir="auto">I will try later on my day to day Pro5 on UBPorts r3 over the week end but let me know if anyone improves signal, especially if traveling in Europe <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=e53896fb3af" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Peace,<br />
Tera</p>
]]></description><link>https://forums.ubports.com/topic/929/update-meizu-pro-5-baseband</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 17:06:20 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/929.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 26 Jan 2018 15:09:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Mon, 19 Mar 2018 10:43:27 GMT]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">It has been a while with no update here on my side, i do not consider the Pro5 usable anymore, especially professionally, and currently testing a Fairphone 2 and a Nexus 5 for which the signal is definitively better.</p>
<p dir="auto">In parallel, when time allows, i have slowly started looking into re-building Halium on Android 7.1 for Meizu Pro5... do not hesitate to ping if you are working on something similar <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=e53896fb3af" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Peace,<br />
Tera</p>
]]></description><link>https://forums.ubports.com/post/7757</link><guid isPermaLink="true">https://forums.ubports.com/post/7757</guid><dc:creator><![CDATA[tera]]></dc:creator><pubDate>Mon, 19 Mar 2018 10:43:27 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Sun, 11 Feb 2018 18:05:43 GMT]]></title><description><![CDATA[<p dir="auto">I had a disastrous week in London, unable to perform calls unless de-activating data (took me a while to figure that one out) and dropping back to 2G indoor between others...</p>
<p dir="auto">Reading more online, i noticed that XDA thread <a href="https://forum.xda-developers.com/meizu-pro-5/development/meizu-pro5-baseband-17-08-2017-t3667799" rel="nofollow ugc">https://forum.xda-developers.com/meizu-pro-5/development/meizu-pro5-baseband-17-08-2017-t3667799</a> mentioning better signal with this firmware version:</p>
<pre><code>Revision = S333_M86_20161109_CHNOPEN_MZ041
</code></pre>
<p dir="auto">So to summarize, i'm now trying the following:</p>
<ol>
<li>Updated rils from <a href="http://xep.8800.org/pro5/" rel="nofollow ugc">http://xep.8800.org/pro5/</a> flyme6_ril.zip (well, how to check their versions?)</li>
<li>Modem version above from <a href="https://forum.xda-developers.com/showpost.php?p=73866639&amp;postcount=7" rel="nofollow ugc">https://forum.xda-developers.com/showpost.php?p=73866639&amp;postcount=7</a></li>
</ol>
<p dir="auto">As i personally swim in unknown water, it would be great to know how to build that android lxc image from scracth, i could only find this interesting deck online: <a href="https://elinux.org/images/c/cf/Ubuntu_Touch_Internals_1.pdf" rel="nofollow ugc">https://elinux.org/images/c/cf/Ubuntu_Touch_Internals_1.pdf</a></p>
]]></description><link>https://forums.ubports.com/post/7195</link><guid isPermaLink="true">https://forums.ubports.com/post/7195</guid><dc:creator><![CDATA[tera]]></dc:creator><pubDate>Sun, 11 Feb 2018 18:05:43 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Wed, 07 Feb 2018 13:02:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aenima" aria-label="Profile: aenima">@<bdi>aenima</bdi></a> Yeah, the 700 and 800 are not supported on LTE as well. Well, it must be a hardware fault then, cos I don't see how could the same software run on same type/product/hardware has such a huge difference. Clearly Meizu let slip some devices through Q. Control.</p>
]]></description><link>https://forums.ubports.com/post/7135</link><guid isPermaLink="true">https://forums.ubports.com/post/7135</guid><dc:creator><![CDATA[Stefano]]></dc:creator><pubDate>Wed, 07 Feb 2018 13:02:57 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Wed, 07 Feb 2018 07:05:19 GMT]]></title><description><![CDATA[<p dir="auto">mine is a TD-LTE (ubuntu edition) and it's not hell too <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="😉" /> . The main problem is the 4g frequence of 700 or 800Mhz used in France and not supported by the pro5 (is it the case for the LTE too?)</p>
]]></description><link>https://forums.ubports.com/post/7127</link><guid isPermaLink="true">https://forums.ubports.com/post/7127</guid><dc:creator><![CDATA[aenima]]></dc:creator><pubDate>Wed, 07 Feb 2018 07:05:19 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Tue, 06 Feb 2018 09:50:56 GMT]]></title><description><![CDATA[<p dir="auto">Mine is a TD-LTE too, it has its problems but it's not "hell".</p>
]]></description><link>https://forums.ubports.com/post/7112</link><guid isPermaLink="true">https://forums.ubports.com/post/7112</guid><dc:creator><![CDATA[halucigenia]]></dc:creator><pubDate>Tue, 06 Feb 2018 09:50:56 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Mon, 05 Feb 2018 19:57:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mihael" aria-label="Profile: mihael">@<bdi>mihael</bdi></a> so probably is the Meizu Quality control very bad as clearly some devices are ok and some not <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=e53896fb3af" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
]]></description><link>https://forums.ubports.com/post/7106</link><guid isPermaLink="true">https://forums.ubports.com/post/7106</guid><dc:creator><![CDATA[Stefano]]></dc:creator><pubDate>Mon, 05 Feb 2018 19:57:18 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Mon, 05 Feb 2018 18:46:45 GMT]]></title><description><![CDATA[<p dir="auto">I have the TD-LTE and it's not that bad.</p>
]]></description><link>https://forums.ubports.com/post/7100</link><guid isPermaLink="true">https://forums.ubports.com/post/7100</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Mon, 05 Feb 2018 18:46:45 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Mon, 05 Feb 2018 14:23:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tera" aria-label="Profile: tera">@<bdi>tera</bdi></a>  there are 2 or more hadware types of Pro 5. LTE and TD-LTE.<br />
LTE (International) I have  now, gives me no trouble, but when I had TD-LTE, it was a hell. Service always denied, unregistered, no matter what I did with it. Even on Flyme it was problematic. So it might not be just a software (ril), but most likely the modem itself. I read somewhere that those TD-LTE has some other, cheaper component (modem, some other chip or whatever) and  it was designed for China network, so that's why is problematic outside of China. I'm not sure if that's true though.<br />
I hope I'm wrong and this bug can be solved for you guys.</p>
]]></description><link>https://forums.ubports.com/post/7092</link><guid isPermaLink="true">https://forums.ubports.com/post/7092</guid><dc:creator><![CDATA[Stefano]]></dc:creator><pubDate>Mon, 05 Feb 2018 14:23:35 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Mon, 05 Feb 2018 09:53:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hendrixxx" aria-label="Profile: hendrixxx">@<bdi>hendrixxx</bdi></a> Thanks, I will try that.</p>
<p dir="auto">I still had to toggle flight mode to get a signal on my way to work this morning. <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=e53896fb3af" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /></p>
]]></description><link>https://forums.ubports.com/post/7088</link><guid isPermaLink="true">https://forums.ubports.com/post/7088</guid><dc:creator><![CDATA[halucigenia]]></dc:creator><pubDate>Mon, 05 Feb 2018 09:53:39 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Mon, 05 Feb 2018 06:40:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/halucigenia" aria-label="Profile: halucigenia">@<bdi>halucigenia</bdi></a></p>
<p dir="auto">You can monitor mobile signal strength with following way..</p>
<p dir="auto">Open terminal<br />
$ cd /usr/share/ofono/scripts/<br />
$ watch -n 1 './list-modems | grep Strength'</p>
<p dir="auto">Bigger numbers = better signal.</p>
]]></description><link>https://forums.ubports.com/post/7084</link><guid isPermaLink="true">https://forums.ubports.com/post/7084</guid><dc:creator><![CDATA[HendriXXX]]></dc:creator><pubDate>Mon, 05 Feb 2018 06:40:46 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Sat, 03 Feb 2018 19:26:40 GMT]]></title><description><![CDATA[<p dir="auto">I went ahead and updated all ril from the flyme6 archive provided by <a class="plugin-mentions-user plugin-mentions-a" href="/user/stefano" aria-label="Profile: Stefano">@<bdi>Stefano</bdi></a>, will report if any improvements...</p>
]]></description><link>https://forums.ubports.com/post/7064</link><guid isPermaLink="true">https://forums.ubports.com/post/7064</guid><dc:creator><![CDATA[tera]]></dc:creator><pubDate>Sat, 03 Feb 2018 19:26:40 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Sat, 03 Feb 2018 11:26:37 GMT]]></title><description><![CDATA[<p dir="auto">I followed the instructions in the OP<br />
/usr/share/ofono/scripts/list-modems | grep Revision<br />
now gives<br />
Revision = S333_M86_20171221_CHNOPEN_MZt04<br />
Revision = S333_M86_20171221_CHNOPEN_MZt04<br />
The first time I ran that I thought it had hung - you have to be patient.</p>
<p dir="auto">I live in a fairly remote area in a house with thick stone walls so getting a mobile signal has always been a challenge. However, recently I have noticed that I get a better 4G signal from a 4G router that I have that provides faster internet for me than my telephone landline broadband, so I was hoping to get better reception on my phone too, especially after upgrading it.</p>
<p dir="auto">After the reboot I still couldn't get reliable reception from my study at home, but I never have using any of my UT devices, so that's not an issue. However, even if I switch flight mode off and back on again to get a signal at the window where I usually can get a signal I got no signal.</p>
<p dir="auto">Outside where I usually get a strong signal I had to reboot again  before I got a signal at all.</p>
<p dir="auto">I just hope that it makes the reception better in general when there is a strong signal.<br />
Time will tell I will report back with my findings.</p>
<p dir="auto">Are there any apps or command line tools to check 3g/4g signal strength?</p>
]]></description><link>https://forums.ubports.com/post/7045</link><guid isPermaLink="true">https://forums.ubports.com/post/7045</guid><dc:creator><![CDATA[halucigenia]]></dc:creator><pubDate>Sat, 03 Feb 2018 11:26:37 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Sat, 03 Feb 2018 10:35:49 GMT]]></title><description><![CDATA[<p dir="auto">I have to agree with <a class="plugin-mentions-user plugin-mentions-a" href="/user/mitu" aria-label="Profile: Mitu">@<bdi>Mitu</bdi></a>  after a week usage, it feels more stable at home but definitively not better while travelling <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=e53896fb3af" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /></p>
]]></description><link>https://forums.ubports.com/post/7041</link><guid isPermaLink="true">https://forums.ubports.com/post/7041</guid><dc:creator><![CDATA[tera]]></dc:creator><pubDate>Sat, 03 Feb 2018 10:35:49 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Tue, 30 Jan 2018 20:26:28 GMT]]></title><description><![CDATA[<ul>
<li>Wi-fi: <strong>not improved</strong> - battery still won't hold a day with both wi-fi and mobile data on.</li>
</ul>
]]></description><link>https://forums.ubports.com/post/6994</link><guid isPermaLink="true">https://forums.ubports.com/post/6994</guid><dc:creator><![CDATA[Mitu]]></dc:creator><pubDate>Tue, 30 Jan 2018 20:26:28 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Tue, 30 Jan 2018 09:14:15 GMT]]></title><description><![CDATA[<p dir="auto">Update for my TD-LTE Pro 5 after a few days of testing:</p>
<ul>
<li>Reliability: <strong>partially improved</strong> - 4G signals seems to be present more often and connection drops in the city are less frequent. However it still isn't prefect - I have just saw the "Rejected" note in the message indicator and had to turn on and off the airplane mode - sometimes I still have to do it as well to regain the Internet connection.</li>
<li>Battery life: <strong>improved</strong> - phone did manage to live for 2 days with the data connection on. It was impossible before. I think that still some significant drops exist, but they don't have to be related to the modem.</li>
</ul>
<p dir="auto">I'll try testing the wi-fi now to check whether the battery drain is acceptable.</p>
<p dir="auto">What is still to be tested is the radio signal at the remote areas but I haven't moved away from the city recently. So far I think this radio should definitely be included in the future Ubports updates.</p>
]]></description><link>https://forums.ubports.com/post/6991</link><guid isPermaLink="true">https://forums.ubports.com/post/6991</guid><dc:creator><![CDATA[Mitu]]></dc:creator><pubDate>Tue, 30 Jan 2018 09:14:15 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Tue, 30 Jan 2018 08:52:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tera" aria-label="Profile: tera">@<bdi>tera</bdi></a> Hi, Do you know if this would work or is available for the mx4. I'm having similar issues especially on wifi. My results from running the script above give<br />
Revision = MOLY.LR9.W1421.MD.LWTG.MP.V6.P11, 2014/09/10 10:16<br />
Thanks</p>
]]></description><link>https://forums.ubports.com/post/6990</link><guid isPermaLink="true">https://forums.ubports.com/post/6990</guid><dc:creator><![CDATA[Lakotaubp]]></dc:creator><pubDate>Tue, 30 Jan 2018 08:52:32 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Mon, 29 Jan 2018 19:49:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tera" aria-label="Profile: tera">@<bdi>tera</bdi></a> Actually I don't know much about the details, I just know that bluetooth is a big issue with Meizu Pro 5 Ubuntu Touch... There are many threads about it, since Canonical days... It just doesn't work for calls with bluetooth headsets - that have a microphone as well, not just speakers.</p>
]]></description><link>https://forums.ubports.com/post/6984</link><guid isPermaLink="true">https://forums.ubports.com/post/6984</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Mon, 29 Jan 2018 19:49:13 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Mon, 29 Jan 2018 18:55:34 GMT]]></title><description><![CDATA[<p dir="auto">Quick update after 3 days with updated Pro5 Baseband:</p>
<ol>
<li>Overall mobile data and calls feel more smooth so far</li>
<li>Battery consumption seems to have improved as well</li>
<li>Wifi connection appears much more stable than previously</li>
</ol>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mihael" aria-label="Profile: mihael">@<bdi>mihael</bdi></a> I do not use Bluetooth but would you know which firmware is that (maybe from <a class="plugin-mentions-user plugin-mentions-a" href="/user/stefano" aria-label="Profile: Stefano">@<bdi>Stefano</bdi></a> list)?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefano" aria-label="Profile: Stefano">@<bdi>Stefano</bdi></a> Thanks, i might give it a go when i have some spare time in the next weeks...</p>
]]></description><link>https://forums.ubports.com/post/6982</link><guid isPermaLink="true">https://forums.ubports.com/post/6982</guid><dc:creator><![CDATA[tera]]></dc:creator><pubDate>Mon, 29 Jan 2018 18:55:34 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Sat, 27 Jan 2018 10:19:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tera" aria-label="Profile: tera">@<bdi>tera</bdi></a> Here <a href="http://xep.8800.org/pro5/" rel="nofollow ugc">link text</a> are more Ril's if you want to try them. Those are from Resurection Remix 7.1 Android.</p>
]]></description><link>https://forums.ubports.com/post/6956</link><guid isPermaLink="true">https://forums.ubports.com/post/6956</guid><dc:creator><![CDATA[Stefano]]></dc:creator><pubDate>Sat, 27 Jan 2018 10:19:07 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Sat, 27 Jan 2018 08:32:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tera" aria-label="Profile: tera">@<bdi>tera</bdi></a> is there anything like this for bluetooth? <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=e53896fb3af" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.ubports.com/post/6955</link><guid isPermaLink="true">https://forums.ubports.com/post/6955</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Sat, 27 Jan 2018 08:32:12 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Fri, 26 Jan 2018 21:36:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tera" aria-label="Profile: tera">@<bdi>tera</bdi></a> Oh, beautiful, I was so waiting for these instructions!!! Thank you!</p>
]]></description><link>https://forums.ubports.com/post/6952</link><guid isPermaLink="true">https://forums.ubports.com/post/6952</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Fri, 26 Jan 2018 21:36:40 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Fri, 26 Jan 2018 21:24:23 GMT]]></title><description><![CDATA[<p dir="auto">I have both model and had similar experience overall, though i do not use the TD-LTE daily anymore.</p>
]]></description><link>https://forums.ubports.com/post/6951</link><guid isPermaLink="true">https://forums.ubports.com/post/6951</guid><dc:creator><![CDATA[tera]]></dc:creator><pubDate>Fri, 26 Jan 2018 21:24:23 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Fri, 26 Jan 2018 19:49:50 GMT]]></title><description><![CDATA[<p dir="auto">WOW, you're GENIUS!!! <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=e53896fb3af" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">It changed. Let's see if it does correct anything for me unluckily having the TD-LTE device...</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forums.ubports.com/post/6948</link><guid isPermaLink="true">https://forums.ubports.com/post/6948</guid><dc:creator><![CDATA[Mitu]]></dc:creator><pubDate>Fri, 26 Jan 2018 19:49:50 GMT</pubDate></item><item><title><![CDATA[Reply to Update Meizu Pro 5 Baseband on Fri, 26 Jan 2018 18:14:33 GMT]]></title><description><![CDATA[<p dir="auto">Just updated my Pro5 UBPorts r3 and looking good so far!!<br />
Let's see in the next days...</p>
]]></description><link>https://forums.ubports.com/post/6945</link><guid isPermaLink="true">https://forums.ubports.com/post/6945</guid><dc:creator><![CDATA[tera]]></dc:creator><pubDate>Fri, 26 Jan 2018 18:14:33 GMT</pubDate></item></channel></rss>