<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Android – Yeri Tiete</title>
    <link>https://yeri.be/tag/android/</link>
    <description>Yeri Tiete&#39;s blog</description>
    <language>en</language>
    <copyright>© Yeri Tiete</copyright>
    <lastBuildDate>Sun, 21 Nov 2021 11:53:00 +0100</lastBuildDate>
    <atom:link href="https://yeri.be/tag/android/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Xiaomi Phone Shipped With Censorship List</title>
      <link>https://yeri.be/xiaomi-censorship-list/</link>
      <pubDate>Sun, 21 Nov 2021 11:53:00 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/xiaomi-censorship-list/</guid><enclosure url="https://static.yeri.be/2021/11/pexels-photo-5253002.jpeg" length="0" type="image/jpeg" />
      <description>&lt;blockquote class=&#34;wp-block-quote&#34;&gt;&lt;p&gt;This summer, the Lithuanian government went public &lt;a href=&#34;https://static.yeri.be/2021/11/2021-08-23_5G-CN-analysis_env3.pdf&#34; target=&#34;_blank&#34; rel=&#34;noreferrer noopener&#34;&gt;with an astounding finding&lt;/a&gt;. A Xiaomi phone sold in Europe — the Mi 10T 5G — could censor approximately 450 words and phrases, it said. The blocklist wasn’t active, but could be activated remotely. It was filled with political terms, including “Democratic Movement” and “Long live Taiwan’s independence.”&lt;/p&gt;&lt;p&gt;[...]&lt;/p&gt;&lt;p&gt;The accusations, which Xiaomi disputes, clarified just how fraught the West’s relationship is with China’s growing technology power. As China-based tech companies like Xiaomi and TikTok flourish, there’s still no playbook in North America or Europe to deal with their potential to censor or steer culture via &lt;a href=&#34;https://stratechery.com/2020/the-tiktok-war/&#34; target=&#34;_blank&#34; rel=&#34;noreferrer noopener&#34;&gt;algorithms&lt;/a&gt;.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://static.yeri.be/2021/11/pexels-photo-5253002.jpeg" alt="Xiaomi Phone Shipped With Censorship List"></p><blockquote class="wp-block-quote"><p>This summer, the Lithuanian government went public <a href="https://static.yeri.be/2021/11/2021-08-23_5G-CN-analysis_env3.pdf" target="_blank" rel="noreferrer noopener">with an astounding finding</a>. A Xiaomi phone sold in Europe — the Mi 10T 5G — could censor approximately 450 words and phrases, it said. The blocklist wasn’t active, but could be activated remotely. It was filled with political terms, including “Democratic Movement” and “Long live Taiwan’s independence.”</p><p>[...]</p><p>The accusations, which Xiaomi disputes, clarified just how fraught the West’s relationship is with China’s growing technology power. As China-based tech companies like Xiaomi and TikTok flourish, there’s still no playbook in North America or Europe to deal with their potential to censor or steer culture via <a href="https://stratechery.com/2020/the-tiktok-war/" target="_blank" rel="noreferrer noopener">algorithms</a>.</p><p>“Western countries,” Abukevicius said, “<strong>are more and more reliant on technologies, and a big part of those technologies comes from countries which are not friendly, which we don't trust, and it poses risks.</strong>”</p><cite><a href="https://bigtechnology.substack.com/p/a-xiaomi-phone-mightve-shipped-with" target="_blank" rel="noreferrer noopener">Source</a>.</cite></blockquote>
<p></p>
]]></content:encoded>
      <category>hardware</category><category>networking</category><category>software</category>
      <category>android</category><category>china</category><category>politics</category>
    </item>
    
    <item>
      <title>Nexus 5: boot loop</title>
      <link>https://yeri.be/nexus-5-boot-loop/</link>
      <pubDate>Tue, 22 Dec 2015 13:20:05 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/nexus-5-boot-loop/</guid><enclosure url="https://static.yeri.be/2015/12/bootloop.jpg" length="0" type="image/jpeg" />
      <description>&lt;p&gt;I had a Nexus 5 stuck in a boot loop (Android logo/animation in a loop, not actually booting).&lt;/p&gt;&#xA;&lt;p&gt;This is what I think I&#39;ve done to fix the issue. It seemed that /persist partition was corrupt. I tried a factory reset, flash new stock images, and clear cache, etc before trying the following.&lt;/p&gt;&#xA;&lt;p&gt;Note that I managed to boot &lt;a href=&#34;https://developers.google.com/android/nexus/images?hl=en#hammerhead&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Android 4.4&lt;/a&gt;, but nothing else; it did throw a shit load of errors though (Google Play crashes, etc).&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://static.yeri.be/2015/12/bootloop.jpg" alt="Nexus 5: boot loop"></p><p>I had a Nexus 5 stuck in a boot loop (Android logo/animation in a loop, not actually booting).</p>
<p>This is what I think I've done to fix the issue. It seemed that /persist partition was corrupt. I tried a factory reset, flash new stock images, and clear cache, etc before trying the following.</p>
<p>Note that I managed to boot <a href="https://developers.google.com/android/nexus/images?hl=en#hammerhead" target="_blank" rel="noopener">Android 4.4</a>, but nothing else; it did throw a shit load of errors though (Google Play crashes, etc).</p>
<p>First of all, get <a href="https://developer.android.com/tools/help/adb.html" target="_blank" rel="noopener">ADB</a> &amp; Fastboot <a href="https://developer.android.com/sdk/index.html" target="_blank" rel="noopener">here</a>. You'll also need an hex editor (<a href="http://ridiculousfish.com/hexfiend/" target="_blank" rel="noopener">mac</a>).</p>
<p>This will unlock your phone's OEM&nbsp;mode; and thus potentially voiding warranty and erasing all data (!).</p>
<p>Edit file paths as needed, this is a copy paste of what I can still see on my terminal.</p>
<p>If you know your device's WiFi MAC &amp; Bluetooth address that'll be useful for later, as apparently that gets wiped.</p>
<p>Boot into recovery boot&nbsp;by turning off your device and then holding the power + volume down button.</p>
<p><code>$ ./fastboot-mac oem unlock<br />
... OKAY</code></p>
<p>Flash openrecovery (<a href="https://dl.twrp.me/hammerhead/" target="_blank" rel="noopener">TWRP</a>):</p>
<p><code>./fastboot flash recovery ../openrecovery-twrp-2.8.5.2-hammerhead.img<br />
sending 'recovery' (13918 KB)... OKAY<br />
writing 'recovery'... OKAY</code></p>
<p>Boot into recovery mode (using volume buttons) from the recovery boot. ADB should work now. This will find a bunch of errors and destroy&nbsp;the partition.</p>
<p><code>nazgul ~/Android $ ./adb-mac shell</code></p>
<p><code>~ # e2fsck /dev/block/platform/msm_sdcc.1/by-name/persist<br />
e2fsck 1.42.9 (28-Dec-2013)<br />
Superblock has an invalid journal (inode 8).<br />
Clear&lt;y&gt;? y<br />
yes<br />
*** ext3 journal has been deleted - filesystem is now ext2 only ***<br />
Superblock has_journal flag is clear, but a journal inode is present.<br />
Clear&lt;y&gt;? yes<br />
/dev/block/platform/msm_sdcc.1/by-name/persist was not cleanly unmounted, check forced.<br />
Pass 1: Checking inodes, blocks, and sizes<br />
Journal inode is not in use, but contains data. Clear&lt;y&gt;?<br />
yes<br />
Pass 2: Checking directory structure<br />
Pass 3: Checking directory connectivity<br />
Pass 4: Checking reference counts<br />
Pass 5: Checking group summary information<br />
Block bitmap differences: -(75--1098)<br />
Fix&lt;y&gt;?<br />
yes<br />
Free blocks count wrong for group #0 (2972, counted=3996).<br />
Fix&lt;y&gt;?<br />
yes<br />
Free blocks count wrong (2972, counted=3996).<br />
Fix&lt;y&gt;?<br />
yes<br />
Recreate journal&lt;y&gt;?<br />
yes<br />
Creating journal (1024 blocks): Done.<br />
*** journal has been re-created - filesystem is now ext3 again ***<br />
/dev/block/platform/msm_sdcc.1/by-name/persist: ***** FILE SYSTEM WAS MODIFIED *****<br />
/dev/block/platform/msm_sdcc.1/by-name/persist: 30/1024 files (3.3% non-contiguous), 1124/4096 blocks</code></p>
<p><code>~ # e2fsck /dev/block/platform/msm_sdcc.1/by-name/persist<br />
e2fsck 1.42.9 (28-Dec-2013)<br />
/dev/block/platform/msm_sdcc.1/by-name/persist: clean, 30/1024 files, 1124/4096 blocks</code></p>
<p><code>~ # make_ext4fs /dev/block/platform/msm_sdcc.1/by-name/persist<br />
Creating filesystem with parameters:<br />
Size: 16777216<br />
Block size: 4096<br />
Blocks per group: 32768<br />
Inodes per group: 1024<br />
Inode size: 256<br />
Journal blocks: 1024<br />
Label:<br />
Blocks: 4096<br />
Block groups: 1<br />
Reserved block group size: 7<br />
Created filesystem with 11/1024 inodes and 1102/4096 blocks<br />
Allocating group tables: done<br />
Writing inode tables: done<br />
Writing superblocks and filesystem accounting information: done</code></p>
<p>So far, so good. Persist partition was corrupt and recreated.</p>
<p>The original howto (see below) said root (<code>su</code>) was needed here; however it worked without root for me (?).</p>
<p>Download <a href="https://mega.co.nz/#!QpZD0QqT!ArlJu0BPImd8yB1aS6rir0gzj_Wzawu0zHdnyLyjPQM" target="_blank" rel="noopener">this file</a> (kudos to whoever made it) and unrar it. Use your hex editor to edit last 6 digits ("00 00 00") to a valid hex value, or even better, your actual MAC address if you can remember/find it.</p>
<p>Now upload these two (hidden) files to <code>/sdcard/</code>:</p>
<p><code>nazgul ~/Android $ ./adb-mac push .bdaddr /sdcard/.bdaddr<br />
0 KB/s (6 bytes in 0.078s)<br />
nazgul ~/Android $ ./adb-mac push .macaddr /sdcard/.macaddr<br />
1 KB/s (6 bytes in 0.004s)</code></p>
<p>And run these commands:</p>
<p><code>nazgul ~/Android $ ./adb-mac shell<br />
~ # su<br />
/sbin/sh: su: not found<br />
~ # cd /persist<br />
/persist # ls<br />
/persist # mkdir bluetooth wifi<br />
/persist # chown bluetooth:system ./bluetooth<br />
/persist # chmod 770 ./bluetooth<br />
/persist # ls<br />
bluetooth<br />
wifi<br />
/persist # cp /sdcard/.bdaddr /persist/bluetooth<br />
/persist # chown bluetooth:system ./bluetooth/.bdaddr<br />
/persist # chmod 660 ./bluetooth/.bdaddr<br />
/persist # chown wifi:system ./wifi<br />
/persist # chmod 770 ./wifi<br />
/persist # cp /sdcard/.macaddr /persist/wifi<br />
/persist # chown wifi:system ./wifi/.macaddr<br />
/persist # chmod 660 ./wifi/.macaddr<br />
/persist # rm /sdcard/.bdaddr<br />
/persist # rm /sdcard/.macaddr<br />
/persist # reboot</code></p>
<p>Go back into recovery boot and flash Android (I flashed 4.4 first, made sure it worked, and then flashed 6.0.1 (latest at this time); but you can probably flash latest version right away. Also unzip the zip file with all the images inside the .tar.gz -- we'll need the files later:</p>
<p><code>nazgul ~/Downloads/hammerhead-mmb29k.6 $ ./flash-all.sh<br />
sending 'bootloader' (3120 KB)... OKAY<br />
writing 'bootloader'... OKAY<br />
rebooting into bootloader... OKAY<br />
sending 'radio' (45425 KB)... OKAY<br />
writing 'radio'... OKAY<br />
rebooting into bootloader... OKAY<br />
archive does not contain 'boot.sig'<br />
archive does not contain 'recovery.sig'<br />
archive does not contain 'system.sig'<br />
--------------------------------------------<br />
Bootloader Version...: HHZ12k<br />
Baseband Version.....: M8974A-2.0.50.2.28<br />
Serial Number........: 0644c9920b105eb5<br />
--------------------------------------------<br />
checking product... OKAY<br />
checking version-bootloader... OKAY<br />
checking version-baseband... OKAY<br />
sending 'boot' (9154 KB)... OKAY<br />
writing 'boot'... OKAY<br />
sending 'recovery' (10012 KB)... OKAY<br />
writing 'recovery'... OKAY<br />
sending 'system' (1020405 KB)... OKAY<br />
writing 'system'... OKAY<br />
erasing 'userdata'... OKAY<br />
erasing 'cache'... OKAY<br />
rebooting...</code></p>
<p>Note that it won't actually boot yet, so go back into recovery boot, and flash userdata and cache (not sure why they go missing or get entirely erased):</p>
<p><code>nazgul ~/Downloads/hammerhead-mmb29k.6 $ ./fastboot flash userdata image-hammerhead-mmb29k/userdata.img<br />
sending 'userdata' (137318 KB)... OKAY<br />
writing 'userdata'... OKAY<br />
nazgul ~/Downloads/hammerhead-mmb29k.6 $ ./fastboot flash cache image-hammerhead-mmb29k/cache.img<br />
sending 'cache' (13348 KB)... OKAY<br />
writing 'cache'... OKAY</code></p>
<p>Execute a normal boot now, and wait 5 to 10 minutes.</p>
<p>Android should boot up normally now.</p>
<p>You can also OEM lock your phone again, if you wish (but a sticky bit has been set).</p>
<p>I've followed <a href="http://forum.xda-developers.com/google-nexus-5/help/nexus-5-stuck-boot-loop-lollipop-t3098632" target="_blank" rel="noopener">these</a> <a href="http://forum.xda-developers.com/google-nexus-5/general/guide-to-fix-persist-partition-t2821576" target="_blank" rel="noopener">forum</a> posts.</p>
]]></content:encoded>
      <category>errors</category><category>google</category><category>hardware</category>
      <category>android</category><category>nexus</category>
    </item>
    
    <item>
      <title>Waze not getting a GPS fix</title>
      <link>https://yeri.be/waze-cannot-get-a-gps-fix/</link>
      <pubDate>Thu, 02 Jul 2015 10:23:06 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/waze-cannot-get-a-gps-fix/</guid>
      <description>&lt;p&gt;TL;DR: recalibrate your compass.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve come across an issue for the past 10 days that &lt;a href=&#34;https://www.waze.com/&#34; target=&#34;_blank&#34;&gt;Waze&lt;/a&gt; kept losing its GPS fix. This meant:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&#x9;&lt;li&gt;constantly switching between 0 and 120 (or whatever) km/h&lt;/li&gt;&#xA;&#x9;&lt;li&gt;constantly zooming in &amp;amp; out on maps (dynamic zoom level depending on speed)&lt;/li&gt;&#xA;&#x9;&lt;li&gt;being in a field/not on the road for most of the time, or stuck to a location of many minutes ago&lt;/li&gt;&#xA;&#x9;&lt;li&gt;often &amp;amp; randomly losing GPS fix (ie middle of the highway without any buildings blocking the line of sight)&lt;/li&gt;&#xA;&#x9;&lt;li&gt;I could do a 45 minute trip with Waze never getting a GPS fix&lt;/li&gt;&#xA;&#x9;&lt;li&gt;not knowing road issues (accidents, traffic jams ahead, speed traps, etc)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;Things I tried:&#xA;&lt;ul&gt;&#xA;&#x9;&lt;li&gt;nothing changed (no new car window, didn&#39;t move my phone location in the car, etc)&lt;/li&gt;&#xA;&#x9;&lt;li&gt;not moving (ie parked car) didn&#39;t really improve the GPS fix&lt;/li&gt;&#xA;&#x9;&lt;li&gt;even left my phone with Waze on in the car for 30 minutes parked (got a fix, but later that evening when driving home it started to lose its GPS fix again)&lt;/li&gt;&#xA;&#x9;&lt;li&gt;clear Waze cache&lt;/li&gt;&#xA;&#x9;&lt;li&gt;uninstall Waze completely&lt;/li&gt;&#xA;&#x9;&lt;li&gt;GPS Essentials showed a fix with 3 or more GPS satellites when Waze couldn&#39;t get a fix&lt;/li&gt;&#xA;&#x9;&lt;li&gt;I was about to find a way to reset my GPS and/or clear its cache (???)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;PS: I have had this issue in the past (I believe with the same phone, a Nexus 5), but it went away after several days.&#xA;&lt;p&gt;What I did notice, however, is that in Google Maps the arrow (clicking the pin point button twice or something) was pretty much showing the opposite direction of how the car was moving (thus driving backwards at ~120km/h). This made me think, as I know the GPSes in smartphones are quite cheap and aren&amp;rsquo;t always on (to save battery &amp;ndash; my phone is always being charged in the car though) and the phone uses the accelerometer and other sensors to &amp;ldquo;guess&amp;rdquo; current path (or rather, path changes, ie taking a turn or slowing down/accelerating).&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>TL;DR: recalibrate your compass.</p>
<p>I&rsquo;ve come across an issue for the past 10 days that <a href="https://www.waze.com/" target="_blank">Waze</a> kept losing its GPS fix. This meant:</p>
<ul>
	<li>constantly switching between 0 and 120 (or whatever) km/h</li>
	<li>constantly zooming in &amp; out on maps (dynamic zoom level depending on speed)</li>
	<li>being in a field/not on the road for most of the time, or stuck to a location of many minutes ago</li>
	<li>often &amp; randomly losing GPS fix (ie middle of the highway without any buildings blocking the line of sight)</li>
	<li>I could do a 45 minute trip with Waze never getting a GPS fix</li>
	<li>not knowing road issues (accidents, traffic jams ahead, speed traps, etc)</li>
</ul>
Things I tried:
<ul>
	<li>nothing changed (no new car window, didn't move my phone location in the car, etc)</li>
	<li>not moving (ie parked car) didn't really improve the GPS fix</li>
	<li>even left my phone with Waze on in the car for 30 minutes parked (got a fix, but later that evening when driving home it started to lose its GPS fix again)</li>
	<li>clear Waze cache</li>
	<li>uninstall Waze completely</li>
	<li>GPS Essentials showed a fix with 3 or more GPS satellites when Waze couldn't get a fix</li>
	<li>I was about to find a way to reset my GPS and/or clear its cache (???)</li>
</ul>
PS: I have had this issue in the past (I believe with the same phone, a Nexus 5), but it went away after several days.
<p>What I did notice, however, is that in Google Maps the arrow (clicking the pin point button twice or something) was pretty much showing the opposite direction of how the car was moving (thus driving backwards at ~120km/h). This made me think, as I know the GPSes in smartphones are quite cheap and aren&rsquo;t always on (to save battery &ndash; my phone is always being charged in the car though) and the phone uses the accelerometer and other sensors to &ldquo;guess&rdquo; current path (or rather, path changes, ie taking a turn or slowing down/accelerating).</p>
<p>I then recalibrate my compass using this <a href="https://www.youtube.com/watch?v=oNJJPeoG8lQ" target="_blank">method</a> with the free app <a href="https://play.google.com/store/apps/details?id=com.mictale.gpsessentials" target="_blank">GPS Essentials</a> (compass tab). I noticed two things</p>
<ul>
	<li>my compass was showing south as north</li>
	<li>calibrating it in my room (no known magnets here) gave a mixed result (it sometimes pointed north, and sometimes stopped doing so)</li>
	<li>moving around gave me a better calibration (more accurately pointing north)</li>
	<li>question? Is the compass chip fucked? broken? cheap ass crap?</li>
</ul>
Trying now again driving around with Waze:
<ul>
	<li>Waze almost instantly has a GPS fix</li>
	<li>Waze doesn't lose its GPS fix most of the time but ...</li>
	<li>Waze still occasionally loses its fix (but regain it after a second or two, three)</li>
</ul>
So it's not always a GPS issue, but rather an issue with one of the other sensors (what here seems to be the compass).
<p><span style="text-decoration: underline;">Edit</span>: the problem comes back after ~1 day. Compass often stuck and doesn&rsquo;t really point north. Ever. Calibrating sometimes helps, but it ends to get stuck again after a while. Nexus 5 chipset issue? Google Navigation works (way) better (it doesn&rsquo;t remain at the same location for ~10 minutes), but it&rsquo;s not very precise either (always lagging behind a a street or cross road or something). Perhaps Google Navigation is better at using GSM localisation and doesn&rsquo;t use the compass to figure out so much?</p>
<p>Edit 2: It works &ldquo;fairly ok&rdquo; if I calibrate my compass just before driving. It still loses its fix a few times, but all in all it was acceptable.</p>
<p>I&rsquo;ve seen in tools like <a href="https://play.google.com/store/apps/details?id=com.eclipsim.gpsstatus2" target="_blank">GPS Status</a> that north always points to the bottom right (&ldquo;south east&rdquo;) unless it finds a GPS fix. When it&rsquo;s stuck &ldquo;finding GPS location&rdquo; my compass is entirely off and Waze is seeking a fix. When it has a GPS location Waze is fine.</p>
<p>Note that while it cannot find a GPS location, it does have a fix with 3+ GPS satellites.</p>
<p>So I&rsquo;m not sure if it&rsquo;s a compass issue, or a GPS issue, and what the definite difference is between both (a smartphone compass not <span style="text-decoration: line-through;"><a href="https://www.quora.com/How-does-a-compass-work-in-smart-phones-What-sensors-are-used-and-how-do-they-show-the-correct-directions" target="_blank">being a magnetic compass if I understand correctly</a></span>).</p>
]]></content:encoded>
      <category>errors</category><category>google</category><category>hardware</category><category>software</category>
      <category>android</category><category>gps</category><category>nexus</category>
    </item>
    
    <item>
      <title>4.4.x &amp; Nexus 7 (2012/v1)</title>
      <link>https://yeri.be/4-4-x-nexus-7-2012v1/</link>
      <pubDate>Sat, 14 Dec 2013 09:47:46 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/4-4-x-nexus-7-2012v1/</guid>
      <description>&lt;p&gt;New Android, once more a laggy device. Thank you Google.&lt;/p&gt;&#xA;&lt;p&gt;My Nexus 7 (1st generation, 2012 model, with 3G) is encrypted, so I guess that might also slow everything further down.&lt;/p&gt;&#xA;&lt;p&gt;Three things I did to solve the lagginess:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&#x9;&lt;li&gt;Wipe cache (&lt;a href=&#34;http://forums.androidcentral.com/google-nexus-7-tablet-2012/337072-guide-nexus-7-2012-2013-cache-partition-wipe.html&#34; target=&#34;_blank&#34;&gt;howto&lt;/a&gt;),&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Clear space (I had some movies left on it, deleted a few big files and it seemed to instantly pay off),&lt;/li&gt;&#xA;&#x9;&lt;li&gt;For some odd reason turning off WiFi optimalisation (advanced settings of WiFi) seemed to have the biggest impact on speed.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;span style=&#34;text-decoration: underline;&#34;&gt;Edit&lt;/span&gt; (2/2/2014): Lagginess came back pretty quickly. I tried an entire reset/wipe and re-encrypted the storage. That didn&#39;t really help.&#xA;&lt;p&gt;I&amp;rsquo;ve now done a complete wipe again, but have not encrypted the storage (and removed more useless apps). And it is noticeably less laggy.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>New Android, once more a laggy device. Thank you Google.</p>
<p>My Nexus 7 (1st generation, 2012 model, with 3G) is encrypted, so I guess that might also slow everything further down.</p>
<p>Three things I did to solve the lagginess:</p>
<ul>
	<li>Wipe cache (<a href="http://forums.androidcentral.com/google-nexus-7-tablet-2012/337072-guide-nexus-7-2012-2013-cache-partition-wipe.html" target="_blank">howto</a>),</li>
	<li>Clear space (I had some movies left on it, deleted a few big files and it seemed to instantly pay off),</li>
	<li>For some odd reason turning off WiFi optimalisation (advanced settings of WiFi) seemed to have the biggest impact on speed.</li>
</ul>
<span style="text-decoration: underline;">Edit</span> (2/2/2014): Lagginess came back pretty quickly. I tried an entire reset/wipe and re-encrypted the storage. That didn't really help.
<p>I&rsquo;ve now done a complete wipe again, but have not encrypted the storage (and removed more useless apps). And it is noticeably less laggy.</p>
<p><span style="text-decoration: underline;">Edit</span> (8/2/2014): It&rsquo;s actually very smooth again, I can run and use the tablet in a decent way. Encryption on Nexus 7 (v1) is a no go.</p>
]]></content:encoded>
      <category>google</category><category>hardware</category>
      <category>android</category><category>nexus</category>
    </item>
    
    <item>
      <title>Nexus 4 red light of death (2)</title>
      <link>https://yeri.be/nexus-4-red-light-of-death-2/</link>
      <pubDate>Fri, 13 Sep 2013 18:35:05 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/nexus-4-red-light-of-death-2/</guid>
      <description>&lt;p&gt;To continue my &lt;a href=&#34;https://yeri.be/nexus-4-red-light-of-death&#34;&gt;story&lt;/a&gt;, I replaced the battery with a new, and what appears to be a genuine LG battery (if not, then those Chinese are getting good at it).&lt;/p&gt;&#xA;&lt;p&gt;It worked and booted, but the battery got drained in ~&lt;a href=&#34;https://twitter.com/Tuinslak/status/376006834030927872&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;8 hours&lt;/a&gt; (100% to 0%). And it felt a tiny bit warm on the cover, just above the battery (battery area was normal). Especially in my pocket it would get quite warm.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>To continue my <a href="https://yeri.be/nexus-4-red-light-of-death">story</a>, I replaced the battery with a new, and what appears to be a genuine LG battery (if not, then those Chinese are getting good at it).</p>
<p>It worked and booted, but the battery got drained in ~<a href="https://twitter.com/Tuinslak/status/376006834030927872" target="_blank" rel="noopener noreferrer">8 hours</a> (100% to 0%). And it felt a tiny bit warm on the cover, just above the battery (battery area was normal). Especially in my pocket it would get quite warm.</p>
<p><a href="https://static.yeri.be/2013/09/BTfYOSRIMAA66_z.png"><img class="alignnone size-medium wp-image-5260 aligncenter" alt="BTfYOSRIMAA66_z" src="https://static.yeri.be/2013/09/BTfYOSRIMAA66_z-180x300.png" width="180" height="300" /></a></p>
<p>At 0% it wouldn&rsquo;t turn off though (but it did anyway after about half an hour of being at 0%).</p>
<p>I was hoping that entirely draining the battery a few times would fix whatever it was, but after the 2nd drain, the red light of death popped up again, and I haven&rsquo;t been able to boot since.</p>
<p>I&rsquo;ll attempt to RMA it (I don&rsquo;t know if they&rsquo;ll notice I swapped the battery, as that would kind of void my warranty&hellip; Well done, LG, well done).</p>
<p style="text-align: center;"><a href="https://static.yeri.be/2013/09/IMG_20130910_014157.jpg"><img class="alignnone size-medium wp-image-5262" alt="IMG_20130910_014157" src="https://static.yeri.be/2013/09/IMG_20130910_014157-e1378770265480-225x300.jpg" width="225" height="300" /></a></p>
<p style="text-align: left;">Should probably clean the display before taking a picture next time. ;)</p>
<p style="text-align: left;"><span style="text-decoration: underline;">Edit</span>:</p>
<p style="text-align: left;">I've read on XDA-Developers this might be a product error. My girlfriend also has a Nexus 4 (about 3 months old, mine was 5 months), and that one hasn't caused any problems (although, it seems less smooth, and the battery is drained quicker, than mine).</p>
<p style="text-align: left;">I'd generally suggest, if you have a red light of death (and it's not flashing) to just RMA it. Not sure if I'll ever see my N4 again. :(</p>
]]></content:encoded>
      <category>errors</category><category>google</category><category>hardware</category>
      <category>android</category><category>nexus</category>
    </item>
    
    <item>
      <title>Nexus 4: Red light of death</title>
      <link>https://yeri.be/nexus-4-red-light-of-death/</link>
      <pubDate>Sun, 01 Sep 2013 11:48:09 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/nexus-4-red-light-of-death/</guid>
      <description>&lt;p&gt;On Thursday night I used my Nexus 4 as GPS (as I always do &amp;ndash; it&amp;rsquo;s my main navigation device, so Google, &lt;a href=&#34;http://forums.androidcentral.com/samsung-galaxy-s3/296078-navigation-app-missing-after-google-maps-update-5.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;please bring back a usable navigation app&lt;/a&gt; pretty plx!) to drive from Brussels to Antwerp (~40 minutes).&lt;/p&gt;&#xA;&lt;p&gt;I had about 60% of battery left when I turned on the GPS. I tend to recharge my battery every night. It&amp;rsquo;s times like these I usually just use the GPS without using the car charger. I don&amp;rsquo;t mind my phone being at 10 or 20% when I arrive home, late at night, as it will be charged overnight anyway.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>On Thursday night I used my Nexus 4 as GPS (as I always do &ndash; it&rsquo;s my main navigation device, so Google, <a href="http://forums.androidcentral.com/samsung-galaxy-s3/296078-navigation-app-missing-after-google-maps-update-5.html" target="_blank" rel="noopener noreferrer">please bring back a usable navigation app</a> pretty plx!) to drive from Brussels to Antwerp (~40 minutes).</p>
<p>I had about 60% of battery left when I turned on the GPS. I tend to recharge my battery every night. It&rsquo;s times like these I usually just use the GPS without using the car charger. I don&rsquo;t mind my phone being at 10 or 20% when I arrive home, late at night, as it will be charged overnight anyway.</p>
<p>Almost home, the notification of 14% battery left popped up; I dismissed it as I had 10 more minutes to go. About 5 minutes after that, my phone suddenly switched off. Like, just, suddenly black. No shutdown or anything. It caught my attention, but I left it at that.</p>
<p>Finally home, I quickly unpacked some stuff, checks some mails, etc, and about an hour later I headed to bed.</p>
<p>That&rsquo;s when I took my phone and plugged it into the charger and a red led popped up. I had never seen this one before.</p>
<p>From there on, I was unable to turn on my phone (my entirely drained Nexus 7 has the same behaviour, it requires being plugged in for 10ish minutes before booting up). I decided to let it charge 10 minutes. Nothing. Hitting power button didn&rsquo;t change a thing.</p>
<p>As my <a href="https://www.google.com/search?%7Bgoogle:acceptedSuggestion%7Doq=roomba&amp;%7Bgoogle:instantFieldTrialGroupParameter%7Dsourceid=chrome&amp;q=roomba&amp;um=1&amp;ie=UTF-8&amp;hl=en&amp;tbm=isch&amp;source=og&amp;sa=N&amp;tab=wi&amp;authuser=0&amp;ei=RxwhUsT2FYSO7Qbq8oHgDA&amp;biw=1680&amp;bih=897&amp;sei=SBwhUoWMPOyd0wWJ14H4CQ" target="_blank" rel="noopener noreferrer">Roomba</a> seemed to have had a fight with the charger cables under the bed, I thought it might have half ripped the cable or something, so I tried a USB cable and a PC: same. Another charge: same.</p>
<p>Fair enough, I left it charging for the right. Waking up (yes, these things kind of keep me awake &ndash; or rather, wake me up) several times during the night, I tried turning it on&hellip; but alas. And still a constant red light turned on.</p>
<p>I just had the latest 4.3 bis update (the 7 or 9 Mb update) like 24 or 48 hours before. And I don&rsquo;t think I had rebooted the device since. Was this causing it?</p>
<p>I started <a href="http://forum.xda-developers.com/showthread.php?t=2250454" target="_blank" rel="noopener noreferrer">Googling</a>, got in touch with my Amazon.de seller (as it&rsquo;s ridiculously expensive in Belgium, and I think when I got it, it wasn&rsquo;t officially for sale here yet) and bought Skype credit (yep, didn&rsquo;t have a backup phone) to call Google Play support.</p>
<p>Amazon told me to try to do it via Google, or it will take a &ldquo;very long time&rdquo; to RMA it.</p>
<p>Google told me to do it via Amazon as it wasn&rsquo;t bought via the Play store (and send me a troubleshooter to try to &ldquo;get it out of deep sleep&rdquo; &ndash; but that didn&rsquo;t work).</p>
<p>I tried several steps, including the hard reset (volume up + power for 60 seconds), but nothing helped.</p>
<p>As it was still under warranty, I didn&rsquo;t want to really mess up too much, but I couldn&rsquo;t imagine having to miss this device for another day, let alone weeks&hellip;</p>
<p>Drove to my parents to get a backup phone, and there we opened the device (with those odd you-are-not-supposed-to-open-this screws) and, as one post stated on XDA-dev, to unplug the battery.</p>
<p>The multimeter showed 0 volt on the battery (but the connector was so small we weren&rsquo;t sure it quite touched the copper.</p>
<p>However, reconnected the battery cable and inserted the USB charger&hellip; And the screen lit up, a charging icon popped up, and no red light of death. Yay.</p>
<p>Let it charge for ~3 hours (the battery felt warm, but not sure if it was anomalous) and so far so good. We&rsquo;ll see tomorrow whether it drains faster than usual.</p>
<p>Some people pointed out a product issue, either causing the battery to overdrain (which is bad) or to be too strict on it (and refusing to recharge when it&rsquo;s quite safe to do so). But the battery itself could also be dying.</p>
<p>I have a phone mount on my dashboard, and during the summer, in full sunlight, using my GPS, and the phone being black, I noticed the back side got quite &hellip; hot&hellip; So did this cause any permanent damage?</p>
<p><span style="text-decoration: underline;">EDIT:</span></p>
<p>After being fully charged, I noticed a drop of about ~10% per 60 minutes. Which seemed a lot. I let it discharge overnight, and when I woke up it was indeed entirely dead again.</p>
<p>Attempting to recharged caused the red light of death again. Unplugging the battery (for 5 minutes) didn&rsquo;t solve the problem anymore. It seems like it&rsquo;s really dead.</p>
<p>We managed to read the voltage with a multimeter, stating 3,15V (instead of 3.8). Unsure whether it&rsquo;s the battery or the charger of the phone&hellip; Unplugging the battery and attempting to charge also causes a red light of death.</p>
<p>I&rsquo;ll get a new battery on Monday, and do my best to swap it (apparently they glued in the battery&hellip; sigh).</p>
<p><span style="text-decoration: underline;">EDIT 2:</span></p>
<p><a href="https://yeri.be/nexus-4-red-light-of-death-2">This</a>.</p>
]]></content:encoded>
      <category>errors</category><category>google</category><category>hardware</category>
      <category>android</category><category>nexus</category>
    </item>
    
    <item>
      <title>Random reboots of Galaxy Nexus</title>
      <link>https://yeri.be/random-reboots-of-galaxy-nexus/</link>
      <pubDate>Sun, 30 Dec 2012 04:56:08 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/random-reboots-of-galaxy-nexus/</guid>
      <description>&lt;p&gt;Since I moved to Antwerp, in a high building apparently made out of the thickest steel they could find (&amp;gt; My wifi signal barely passes the internal walls, and I&amp;rsquo;m pretty much unable to make a decent cell phone call) my Galaxy Nexus has been behaving oddly.&lt;/p&gt;&#xA;&lt;p&gt;It started during the night of the &lt;a href=&#34;http://blog.flatturtle.com/post/37822619015&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;press&lt;/a&gt; &lt;a href=&#34;https://yeri.be/flatturtle-press-conference-time&#34;&gt;conf&lt;/a&gt; when I was catching up on my mails when I got home of a whiskey tasting evening/&amp;ldquo;apps for whiskey&amp;rdquo; event.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Since I moved to Antwerp, in a high building apparently made out of the thickest steel they could find (&gt; My wifi signal barely passes the internal walls, and I&rsquo;m pretty much unable to make a decent cell phone call) my Galaxy Nexus has been behaving oddly.</p>
<p>It started during the night of the <a href="http://blog.flatturtle.com/post/37822619015" target="_blank" rel="noopener noreferrer">press</a> <a href="https://yeri.be/flatturtle-press-conference-time">conf</a> when I was catching up on my mails when I got home of a whiskey tasting evening/&ldquo;apps for whiskey&rdquo; event.</p>
<p>It suddenly rebooted (the screen lit on showing the usual boot animation (&ldquo;X&rdquo;)). I didn&rsquo;t pay attention.</p>
<p>A couple of minutes (twenty ish) later again.</p>
<p>Odd&hellip; I did a reboot myself (hold power button, turn off, turn on).</p>
<p>After booting up for about 30 seconds, it rebooted again&hellip; Annoyed but busy with other stuff I didn&rsquo;t pay that much attention.</p>
<p>This time I unplugged the battery, hoping that would help anything, and tried again.</p>
<p>By the way, this is all on a stock Android 4.2.1.</p>
<p>After booting, I had to refill my pincode each time (so it was not one of those infamous reboots where it saves its session/state/whatever&hellip; The cache-thing-whatever was cleared). I first thought some mail over IMAP was causing this (as I was directly thinking of my <a href="https://yeri.be/android-4-1-imap-stock-mail-bug">previous mail issue</a>). But I made sure that I read all my mails and deleted what wasn&rsquo;t relevant on my Macbook Pro and Nexus 7. It should sync.</p>
<p>Then my attention got caught by the WiFi. While it was connected pretty instantly, it took a long time to change the icon from its grey &ldquo;I-am-unable-to-access-the-internet&rdquo; to the usual blue color. Either way after about one or two minutes into Android itself, it rebooted again. Irritating.</p>
<p>So I was starting to think about odd kernel panics or memory problems.</p>
<p>The furthest I got after that was unlocking (pattern) my display, and it would reboot&hellip; Not even making it to the settings pane.</p>
<p>After that, it would just loop-reboot. At first I would still see the lock screen popping up, then only the Android boot animation. And after a while it would just loop the Google name and flick black for a second, and (presumably) start over.</p>
<p>No matter what I did (pull battery, try without battery, get closer to the wifi, recharge battery, connect it to my mac, &hellip;) it kept on doing that. I decided to head to bed and left my GN off by removing the battery. But 8 hours of rest didn&rsquo;t really help my phone. The next morning it was still behaving the same.</p>
<p>I saw no other option that going into the boot menu (holding power button + volume down and up) and doing a factory reset. Wiping all my data (well, mainly just my settings (I am lazy), and I don&rsquo;t have any fancy apps, but it did delete all my pictures which I hadn&rsquo;t copied to my mac in a long while).</p>
<p>After the data wipe/recovery, I started reinstalling my apps, reconfiguring, and restoring my text messages backup (best app: <a href="https://play.google.com/store/apps/details?id=com.zegoggles.smssync" target="_blank" rel="noopener noreferrer">SMS Backup+</a>) and everything was pretty much okay. No hardware issue, no more reboots&hellip;</p>
<p>Note: those with a laggy Galaxy Nexus, <a href="https://yeri.be/laggy-android-4-2-on-galaxy-nexus-kill-currents">this</a> helped me to improve speeds; but a total wipe brought my GN back to about 90% of it&rsquo;s 4.1 speed (no scientific proof for that though ;)).</p>
<p>Anyway&hellip; All was fine until Thursday night. It suddenly started to reboot again, and random. With intervals of, well, sometimes 30 minutes, sometimes 10. I didn&rsquo;t get to the reboot-loop yet. Turning off wifi or turning off data didn&rsquo;t seem to help. I tried airplane mode, but I had to make phone calls/text, so I didn&rsquo;t wait until/whether it rebooted. I tried getting closer to the wifi hotspot, change rooms (yea, whatever) and none of that helped. It kept rebooting during the night (I reentered the pin code twice when I woke up that night). And it kept doing that in the morning&hellip;</p>
<p>And as I stayed a couple of days at my parent&rsquo;s house for Christmas (where everything was fine), I was starting to think my new apartment/steel-tower was bugged (or the Proximus cell tower in the neighborhood).</p>
<p>At this point I was panicking. Looking for options to buy a Nexus 4 and Googling about this (and well, apparently I&rsquo;m not the only one having this <a href="https://www.google.com/search?oq=google+nexus+rebooting+random&amp;sugexp=chrome,mod=1&amp;{google:instantFieldTrialGroupParameter}sourceid=chrome&amp;ie=UTF-8&amp;q=google+nexus+rebooting+random#hl=en&amp;safe=off&amp;tbo=d&amp;spell=1&amp;q=google+nexus+rebooting+randomly&amp;sa=X&amp;ei=c9fcUOrQLs-M0wWp-4DAAQ&amp;ved=0CDMQBSgA&amp;bav=on.2,or.r_gc.r_pw.r_cp.r_qf.&amp;bvm=bv.1355534169,d.d2k&amp;fp=ece937e9bd4ccb65&amp;bpcl=40096503&amp;biw=1680&amp;bih=897" target="_blank" rel="noopener noreferrer">problem</a>). Random reports pointing to random apps, lock screen, GPS, etc.</p>
<p>I noticed for some reason Latitude stopped reporting my location (I hate when it does that for no apparent reason&hellip; Already happened 4-5 times the past 2 years) for this device, turned it back on and since then my device hasn&rsquo;t rebooted yet&hellip;</p>
<p>Haunted shit for sure. Google please fix your crap.</p>
<p>To be continued&hellip;</p>
<p>Edit: about 24 hours later it rebooted again. When I attempted to insert my pincode it rebooted again. After that I managed to get past the lock screen. I received Whatsapp messages, Twitter crashed, and it started to update apps. After that it (2-3 minutes after booting) it rebooted again.</p>
]]></content:encoded>
      <category>errors</category><category>google</category><category>software</category>
      <category>android</category>
    </item>
    
    <item>
      <title>Android 4.1 IMAP &#43; stock mail bug</title>
      <link>https://yeri.be/android-4-1-imap-stock-mail-bug/</link>
      <pubDate>Fri, 28 Dec 2012 01:24:02 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/android-4-1-imap-stock-mail-bug/</guid>
      <description>&lt;p&gt;On 4.1 (yes, I&amp;rsquo;m lagging behind with my blog posts) something rather funky happened. And it took my 7 days to notice.&lt;/p&gt;&#xA;&lt;p&gt;My phone was running hotter and battery life was suddenly crappier than usual. But not really paying attention, until my cell provider (Proximus) texted me I was over my data consumption limit&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;As it was the beginning of the month, so that was unusual. I checked data usage in settings, and noticed ~7Gb of traffic by mail app over WiFi and ~3Gb over mobile data.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>On 4.1 (yes, I&rsquo;m lagging behind with my blog posts) something rather funky happened. And it took my 7 days to notice.</p>
<p>My phone was running hotter and battery life was suddenly crappier than usual. But not really paying attention, until my cell provider (Proximus) texted me I was over my data consumption limit&hellip;</p>
<p>As it was the beginning of the month, so that was unusual. I checked data usage in settings, and noticed ~7Gb of traffic by mail app over WiFi and ~3Gb over mobile data.</p>
<p>The day after I noticed the unusual usage (and as I reached 4Gb traffic) Proximus cut off my data connection around 14h00 (leaving me stranded in the middle of Brussels, unable to use my GPS)&hellip;After phoning them I got my access back though.</p>
<p>Not sure where to look (some attachment problem? some fucked mail?) I cleared my inbox, and removed all mails from the folder that IMAP syncs on the Android&hellip; Still it was downloading continuously. I started to try to debug the IMAP servers, to see what commands my client was sending, but not finding anything interesting there, I started to wonder what to do&hellip;</p>
<p>Then I tried something I really didn&rsquo;t want to try (yea, now that I think of it, I probably should&rsquo;ve tried that first, and well, something to do with hating to change settings; and it took me 3 days or something before I tried this): I deleted the first of my 2 IMAP accounts, checked back after ~10 minutes to see if data consumption increased, and no, it hadn&rsquo;t.</p>
<p>Yay. So now I knew the problem was one of the 2 accounts. I restored my mail account (and to my amazement it actually wasn&rsquo;t that much settings I had to put back) and kept checking on the data. It didn&rsquo;t increase anymore.</p>
<p>Soooo, oddly enough that solved the issue (remove and readd the IMAP account).</p>
<p>No idea what happened there.</p>
<p>My bill is 145ish euro&rsquo;s because of this by the way.</p>
]]></content:encoded>
      <category>errors</category><category>google</category><category>software</category>
      <category>android</category><category>nexus</category>
    </item>
    
    <item>
      <title>Laggy Android 4.2 on Galaxy Nexus? Kill Currents!</title>
      <link>https://yeri.be/laggy-android-4-2-on-galaxy-nexus-kill-currents/</link>
      <pubDate>Mon, 17 Dec 2012 18:54:13 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/laggy-android-4-2-on-galaxy-nexus-kill-currents/</guid>
      <description>&lt;p&gt;I updated to 4.2. Then I wanted a new phone.&lt;/p&gt;&#xA;&lt;p&gt;4.2.1 came. It solved 5% of the lagginess.&lt;/p&gt;&#xA;&lt;p&gt;However, it was still unbearably slow. With 4.1 I had an amazing phone, 4.2 made me want to shoot it.&lt;/p&gt;&#xA;&lt;p&gt;But after 4ish weeks I found something out&amp;hellip; Go to Settings and then Sync, click the Google account(s). Disable Google Currents syncing.&lt;/p&gt;&#xA;&lt;p&gt;Enjoy. You might want to reboot to be sure, but for me this brought my phone back. It&amp;rsquo;s not perfect, it&amp;rsquo;s still a bit slowish, but it&amp;rsquo;s a lot better!&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I updated to 4.2. Then I wanted a new phone.</p>
<p>4.2.1 came. It solved 5% of the lagginess.</p>
<p>However, it was still unbearably slow. With 4.1 I had an amazing phone, 4.2 made me want to shoot it.</p>
<p>But after 4ish weeks I found something out&hellip; Go to Settings and then Sync, click the Google account(s). Disable Google Currents syncing.</p>
<p>Enjoy. You might want to reboot to be sure, but for me this brought my phone back. It&rsquo;s not perfect, it&rsquo;s still a bit slowish, but it&rsquo;s a lot better!</p>
]]></content:encoded>
      <category>errors</category><category>google</category>
      <category>android</category><category>nexus</category>
    </item>
    
    <item>
      <title>BeTrains on a watch</title>
      <link>https://yeri.be/betrains-on-a-watch/</link>
      <pubDate>Tue, 10 Jan 2012 21:58:22 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/betrains-on-a-watch/</guid>
      <description>&lt;p&gt;using a WIMM One&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://storify.com/tuinslak/christophe-launches-betrains-on-a-watch-1&#34; rel=&#34;noopener&#34; target=&#34;_blank&#34;&gt;http://storify.com/tuinslak/christophe-launches-betrains-on-a-watch-1&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>using a WIMM One</p>
<p><a href="http://storify.com/tuinslak/christophe-launches-betrains-on-a-watch-1" rel="noopener" target="_blank">http://storify.com/tuinslak/christophe-launches-betrains-on-a-watch-1</a></p>
]]></content:encoded>
      <category>linux</category><category>irail</category>
      <category>android</category>
    </item>
    
    <item>
      <title>Xoom</title>
      <link>https://yeri.be/xoom/</link>
      <pubDate>Tue, 19 Jul 2011 11:39:48 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/xoom/</guid>
      <description>&lt;p&gt;I recently bought a Xoom, &lt;a href=&#34;http://www.flickr.com/photos/tuinslak/5946019584/in/photostream&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;WiFi version&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This will be my short review about this Xoom.&lt;/p&gt;&#xA;&lt;p&gt;First of all, this is a &lt;a href=&#34;http://www.motorola.com/staticfiles/Consumers/xoom-android-tablet/us-en/overview.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Xoom&lt;/a&gt; made solely for Google employees. It has the Google logo on it, and a &lt;a href=&#34;http://www.flickr.com/photos/tuinslak/5946031630/in/photostream&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;green&lt;/a&gt; back side. As far as I know there is no public way to get the device with these colors,&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;center&gt;&#xA;&lt;p style=&#34;text-align: center;&#34;&gt;&lt;p class=&#34;flickr-link&#34;&gt;&lt;a href=&#34;http://www.flickr.com/photos/tuinslak/5945471569&#34; rel=&#34;noopener&#34; target=&#34;_blank&#34;&gt;View on Flickr →&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/p&gt;&#xA;&lt;/center&gt;&#xA;&amp;nbsp;&#xA;&lt;p&gt;&lt;strong&gt;Android&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;I received it the day Android 3.2 got released. First thing I did was upgrade from 3.0.1 to 3.1 and then to 3.2.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I recently bought a Xoom, <a href="http://www.flickr.com/photos/tuinslak/5946019584/in/photostream" target="_blank" rel="noopener noreferrer">WiFi version</a>.</p>
<p>This will be my short review about this Xoom.</p>
<p>First of all, this is a <a href="http://www.motorola.com/staticfiles/Consumers/xoom-android-tablet/us-en/overview.html" target="_blank" rel="noopener noreferrer">Xoom</a> made solely for Google employees. It has the Google logo on it, and a <a href="http://www.flickr.com/photos/tuinslak/5946031630/in/photostream" target="_blank" rel="noopener noreferrer">green</a> back side. As far as I know there is no public way to get the device with these colors,</p>
<p> </p>
<center>
<p style="text-align: center;"><p class="flickr-link"><a href="http://www.flickr.com/photos/tuinslak/5945471569" rel="noopener" target="_blank">View on Flickr →</a></p>
</p>
</center>
&nbsp;
<p><strong>Android</strong></p>
<p>I received it the day Android 3.2 got released. First thing I did was upgrade from 3.0.1 to 3.1 and then to 3.2.</p>
<p>While Android is a pretty neat OS, it sure isn&rsquo;t bug free. For example, turning Bluetooth on made my Xoom restart. I also wasn&rsquo;t able to sync my Gmail account on that Xoom. Depending on the service, it gave different errors. In settings it basically said &ldquo;unable to connect, try again later&rdquo;, Latitude said &ldquo;login failed&rdquo;, Gmail was endlessly syncing, etc. I tried different WiFi hotspots, without success. As this is an US version and for Google employees I was afraid it would be locked to either US Gmail users or @google.com accounts&hellip; However, after a real reboot (and not a restart due to software upgrades) I all of a sudden managed to log in, and everything started syncing. Yay. Perhaps some odd DNS problem? No clue, but it&rsquo;s working now!</p>
<p>Oh, and as it&rsquo;s an US version. This means I have a <a href="http://www.flickr.com/photos/tuinslak/5945466297/in/photostream" target="_blank" rel="noopener noreferrer">US adapter</a>, but also that updates are directly <a href="https://twitter.com/#!/Waza_Be/status/90859522431778816" target="_blank" rel="noopener noreferrer">pushed by Google</a>, and not by Motorola. Thus, latest Android at all times. :) (The EU Xoom is still on 3.0.x)</p>
<p><strong>Buttons</strong></p>
<p>There are only 3 &lsquo;dedicated&rsquo;/static buttons; <a href="http://www.flickr.com/photos/tuinslak/5946030578" target="_blank" rel="noopener noreferrer">power</a>, volume up and volume down.</p>
<p>To compare, Nexus S has power, vol up and down, and the 4 buttons at the bottom, back, settings, search and home.</p>
<p>Which, so far, hasn&rsquo;t really bothered me. The power button is at the back, easy to click on with your index finger, unless it&rsquo;s lying down on the table or the tablet is mounted somewhere. The volume buttons are located on the left side but are pretty hard to push. Everything else is through the touch display, and works just fine.</p>
<p><strong>Power</strong></p>
<p>It&rsquo;s recharging fast. Really fast. I believe I went from 11% battery to 90% in about 2 hours. But the fast recharge comes at a price&hellip; You can&rsquo;t recharge it using the USB connector.</p>
<p>The USB connector is only used to transfer files (something I haven&rsquo;t figured out how to do yet; apparently I am unable to mount the SDcard, like with my Nexus S). So you&rsquo;re unable to recharge it &ldquo;on the go&rdquo; with for example a <a href="http://www.amazon.co.uk/New-Trent-iCruiser-IMP1000-Blackberry/dp/B004CHMP50/ref=sr_1_1?s=electronics&amp;ie=UTF8&amp;qid=1310899986&amp;sr=1-1" target="_blank" rel="noopener noreferrer">USB battery pack</a>, or the USB connector from a car.</p>
<p>I&rsquo;m using that battery pack to recharge my Nexus S by the way, as the battery dies way too quickly on that phone.</p>
<p>The power plug connector itself is also quite&hellip; <a href="http://www.flickr.com/photos/tuinslak/5946021344/in/photostream" target="_blank" rel="noopener noreferrer">Thin</a>&hellip; And it doesn&rsquo;t go in all the way. Seems quite breakable.</p>
<p><strong>WiFi version</strong></p>
<p>Do I want a 3G version? Maybe. I can use my Nexus S to tether, and that works just fine (as long as the battery aint dead ;)). But I was also playing with the idea to use that Xoom as GPS device in my car. Which would be easier if it directly had an internet connection. But that would also mean I would have to pay for an additional internet subscription.</p>
<p><strong>Keyboard</strong></p>
<p>The keyboard layout (azerty) in slightly different from the Nexus S (alternative character button for example, is located elsewhere; &ldquo;-&rdquo; and &ldquo;.&rdquo; are inverted, getting a &ldquo;?&rdquo; requires more clicks, etc). Makes it harder to hit the right button and will require to get used to it&hellip; Again. Shame though. Wish they had roughly the same layout as on a phone.</p>
<p>It also supposed to support <a href="https://web.archive.org/web/20130514155310/http://blogs.computerworld.com/18463/swype_android_honeycomb_tablets" target="_blank" rel="noopener noreferrer">Swype</a>, but I haven&rsquo;t tested that yet.</p>
<p><strong>Weight</strong></p>
<p>I don&rsquo;t really have another tablet to compare it with. I &ldquo;stole&rdquo; an iPad 1 from work a few months ago for a couple of days, and I guess it&rsquo;s roughly the same weight. So yes, it&rsquo;s annoying to hold in your hands while lying down. It&rsquo;s simply too heavy. Perhaps a Kindle would be better for this, but a Kindle somehow seems too .. &ldquo;simple&rdquo; and doesn&rsquo;t have all the features/possibilities I&rsquo;d want.</p>
<p>I also now carry one device too much. I have a phone, which I need with me at all times. But now, a Macbook Pro (with 5ish hours of battery, a real keyboard, all apps I want) or a tablet (longer battery, fake keyboard and limited apps&hellip;). I guess I&rsquo;ll have to force myself to lock my Macbook up and not use it for a whole week, and see if I miss it at the end, or if I manage just fine with the Xoom.</p>
<p><strong>Apps</strong></p>
<p>The Google Market lacks tablet apps. Just like at the launch of the iPad, most of my apps are phone optimised apps, but stretched to fill the tablet&rsquo;s screen. This includes certain Google apps (like Google Plus). But the apps designed for tablet (maps, <a href="http://www.flickr.com/photos/tuinslak/5945468817/in/photostream" target="_blank" rel="noopener noreferrer">latitude</a>, mail, etc) are really neatly done.</p>
<p>But yes, please, Facebook, Twitter, IM+, Shazam &hellip; make a tablet app already !</p>
<p>I love mail, it&rsquo;s simple and well done. And this time IMAP actually works. Clicking get load more messages actually gets new messages (on my Nexus that rarely fetches new mails). It also automatically downloads new messages correctly (on my Nexus mails sometimes only appear in my mail app one hour after I actually received the mail), and sent and deleted mails are correctly stored on the IMAP server (unlike on the Nexus, it&rsquo;s stored in a local folder, you can&rsquo;t sync. So I have thousands of mails stuck on my phone. Unable to access them from my Mac, for example).</p>
<p>However, it still doesn&rsquo;t support IMAP&rsquo;s <a href="http://en.wikipedia.org/wiki/IMAP_IDLE" target="_blank" rel="noopener noreferrer">IDLE</a> protocol though.</p>
<p>Labs is a cool feature in some of the Google apps. You can enable certain &ldquo;beta&rdquo; features in certain apps. For example, the browser, which is a Chrome-like browser, capable of tabbed browsing, can be changed through labs to a full screen browser, controlled through certain finger gestures. Pwetty cool!</p>
<p> </p>
<center>
<p style="text-align: center;"><p class="flickr-link"><a href="http://www.flickr.com/photos/tuinslak/5945467957" rel="noopener" target="_blank">View on Flickr →</a></p>
</p>
</center>
<p style="text-align: left;"><strong>Speed</strong></p>
<p style="text-align: left;"><strong></strong>It's a dual core running at 1Ghz. And 1024Mb ram or something. Yet flash is pretty slow sometimes. Other stuff sometimes hangs a bit as well. Generally it's fast enough, but I wish it was a tiny bit faster... ;) 
<p>For example, transferring a big file (1,57Gb) from my Mac to my tablet while playing music (through Google Music) made the music stutter and my screen was unresponsive.</p>
<p>It also doesn&rsquo;t really play MKVs. I see an image, though it&rsquo;s distorted and hanging every few seconds. And I&rsquo;m not getting any sound through. I&rsquo;m guessing other movie types might work.</p>
<p>Well&hellip; Hard to tell for now. Will have to wait and see.</p></p>
<p style="text-align: left;"><strong>UI</strong></p>
<p style="text-align: left;">I was a bit scared of the futuristic UI it came shipped with. Some odd modern font, pretty spacy. But I must say I quickly got accustomed to it, and I think the futuristic look is pretty cool now.</p>
<p style="text-align: left;"><strong>Cam</strong></p>
<p style="text-align: left;">Pretty basic cam. Quality is... average. But I haven't seen a device that beats the Nokia N8 yet. Especially in dark places.</p>
<p><strong>End</strong></p>
<p>As always I&rsquo;m very critical. So far I&rsquo;m happy with the device, but it could&rsquo;ve been better. Whether I&rsquo;ll keep using it? It all depends if it manages to find space in my workflow.</p>
<p>As stated above, having a phone, a tablet, a Macbook Pro and a work laptop just&hellip; Is too much (I already gave up on my desktop 6ish months ago &ndash; have barely turned it on since). I have been playing a lot with the idea to step away from Mac (Lion seems &hellip; crappy, and Apple is becoming the new super vilain), but will a corporate Linux laptop (with certain policies) and a tablet make up for the loss of my own Macbook? No idea&hellip; Time will show I guess. And I bet I&rsquo;d enjoy it way more when the apps actually have a &ldquo;tablet mode&rdquo;.</p>
<p>All pics are <a href="http://www.flickr.com/photos/tuinslak/tags/blogxoomyeri/" target="_blank" rel="noopener noreferrer">here</a>.</p>
]]></content:encoded>
      <category>google</category><category>hardware</category><category>linux</category>
      <category>android</category>
    </item>
    
  </channel>
</rss>
