249 lines
10 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2012-10-21 17:15:48 +03:00
<meta name="description" content="My experience with Impression I10 tablet." /> <meta name="keywords" content="Impression,I10,bugs,problems,issues," /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/complaining/ImpressionI10.html">
<title>
Impression I10
</title>
<link rel="stylesheet" type="text/css" href="../../tyyli.css" />
</head>
<body>
<hr/>
2012-10-21 17:15:48 +03:00
<a href="../../sitemap/sitemap.html">Sitemap</a>
<hr/>
<table style="width:194px;"><tr><td align="center" style="height:194px;background:url(https://picasaweb.google.com/s/c/transparent_album_background.gif) no-repeat left">
<a href="https://picasaweb.google.com/113787158024729598288/ImpressionI10?authuser=0&feat=embedwebsite"><img src="https://lh5.googleusercontent.com/-hObrpRJKAbk/UGq9u9iYYzE/AAAAAAAABNI/tl9JR-zlGxI/s160-c/ImpressionI10.jpg" width="160" height="160" style="margin:1px 0 0 4px;"></a>
</td></tr><tr><td style="text-align:center;font-family:arial,sans-serif;font-size:11px">
<a href="https://picasaweb.google.com/113787158024729598288/ImpressionI10?authuser=0&feat=embedwebsite" style="color:#4D4D4D;font-weight:bold;text-decoration:none;">Impression I10</a>
</td></tr></table>
<h1 id="many-issues">Many issues</h1>
<p>I don't like this tablet.</p>
<h2 id="market-problem">Market problem</h2>
2012-09-30 18:43:41 +03:00
<h3 id="no-android-market-google-play">No Android Market / Google Play</h3>
<p>It doesn't have Android Market nor Google Play officially. Of course it can unofficially be installed, but that doesn't fix the compatibility of applicaltions.</p>
<h3 id="amazon-market">Amazon Market</h3>
2012-11-04 10:43:04 +02:00
<p><a href="http://www.leaderinternationalinc.com/">Leader International INC</a>, the author of this tablet, suggests installing Amazon Market in one of the papers which come with this device. This has a problem that you must give credit card details <strong>even with free applicaltions</strong>. I don't want to give my credit card details just to get free applications!</p>
<h3 id="f-droid"><a href="https://f-droid.org/">F-Droid</a></h3>
<p>F-Droid is the solution for this problem. It describes itself as &quot;<em>an easily-installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform.</em>&quot;.</p>
2012-11-25 08:59:55 +02:00
<h3 id="getjar"><a href="http://getjar.com">GetJar</a></h3>
<p>How can I have forgotten GetJar? It's the first place where I ever downloaded phone applications and where <a href="http://angrybirds.com/">Angry Birds</a> was originally released.</p>
<p>It even works with this tablet like my old Nokia 6125 :D</p>
<h3 id="application-compatibility">Application compatibility</h3>
<p>I am experiencing many issues with different applicaltions on this tablet. Luckily <a href="https://f-droid.org/">F-Droid</a> clearly tells where the issue trackers and homepages are.</p>
<p>I will list them in them in table below</p>
<table border=1>
<tr>
<td>
Issue
</td>
<td>
Fixed?
</td>
<td>
Fix in <a href="https://f-droid.org/">F-Droid</a>?
</td>
<td>
Upstream issue
</td>
<td>
More details
</td>
</tr>
<tr>
<td>
<a href="https://wififixer.wordpress.com/">WiFi Fixer</a> crashes when it's started
</td>
<td>
Yes
</td>
<td>
Yes
</td>
<td>
2012-10-02 16:41:21 +03:00
<a href="https://github.com/Zanshinmu/Wifi-Fixer/issues/11" >Gives &quot;force close&quot; messages on Impression I10 tablet. · Issue #11 · Zanshinmu/Wifi-Fixer</a>
</td>
<td><center>
<em>&quot;The crash is caused by a framework method that should be there in Android 2.3.x not existing.</em>&quot;
</center></td>
</tr>
<tr>
<td>
<a href="https://wiki.mozilla.org/Mobile/Platforms/Android">Firefox for Android</a> crashes when started
</td>
<td>
?
</td>
<td>
?
</td>
<td>
2012-10-02 16:41:21 +03:00
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=795572" >795572 Firefox for Android crashes shortly after starting it on Impression I10</a>
</td>
<td><center>
&quot;<em>Should we consider blocklisting the Impression i10? We use many Gingerbread+ APIs and checking them all via reflection instead of Build.VERSION.SDK_INT does not seem practical. </em>&quot;
</center></td>
</tr>
<tr>
<td>
<a href="https://github.com/github/android">GitHub for Android</a> crashes when started
</td>
<td>
?
</td>
<td>
?
</td>
<td>
2012-10-02 16:41:21 +03:00
<a href="https://github.com/github/android/issues/238" >Crashes when started on Impression I10 tablet. · Issue #238 · github/android</a>
</td>
<td><center>
&quot;<em>This exception:</em>&quot;&quot;<em>is due to a broken implementation of Java on this OEM's custom ROM.</em>&quot;
</center></td>
</tr>
2012-09-30 18:39:27 +03:00
<tr>
<td>
<a href="https://code.google.com/p/zxing/">Barcode Scanner</a> crashes when started
</td>
2012-09-30 18:41:09 +03:00
<td>
Invalid
</td>
<td><center>
2012-10-02 16:41:21 +03:00
-
2012-09-30 18:41:09 +03:00
</center></td>
<td>
2012-10-02 16:41:21 +03:00
<a href="https://code.google.com/p/zxing/issues/detail?id=1377" >Issue 1377 - zxing - Crashes on start with Impression I10 - Multi-format 1D/2D barcode image processing library with clients for Android, Java - Google Project Hosting</a>
2012-09-30 18:41:09 +03:00
</td>
<td>
&quot;<em>This is a device bug...</em>&quot;
</td>
2012-10-02 16:41:21 +03:00
</tr>
<tr>
<td>
<a href="http://f-droid.org/repository/browse/?fdfilter=terminal&amp;fdid=jackpal.androidterm&amp;fdpage=1">Android Terminal Emulator</a> crashes when started
</td>
<td><center>
&quot;<em>Going to close as a device bug that we aren't going to work around. </em>&quot;
2012-10-02 16:41:21 +03:00
</td>
<td><center>
-
2012-10-02 16:41:21 +03:00
</center></td>
<td>
<a href="https://github.com/jackpal/Android-Terminal-Emulator/issues/162" >Crashes immediately after started on ImpressionI10. · Issue #162 · jackpal/Android-Terminal-Emulator</a>
</td>
2012-09-30 18:41:09 +03:00
<td><center>
&quot;<em>Assuming your ROM reports that it's API 9 (Android 2.3) or later, it's broken -- java.io.File.canExecute() is documented as being available in API 9 and up.</em>&quot;
2012-09-30 18:41:09 +03:00
</center></td>
</tr>
</table>
2012-11-25 08:59:55 +02:00
<p>Why &quot;Fix in <a href="https://f-droid.org/">F-Droid</a>&quot;? It's the only market which I remembered when I started writing this page. I didn't remember <a href="http://getjar.com/">GetJar</a> that time.</p>
<h2 id="adb-logcat-doesnt-work."><a href="https://developer.android.com/tools/help/adb.html">ADB</a> logcat doesn't work.</h2>
<ol class="incremental" style="list-style-type: decimal">
<li>I have plugged the USB cable.</li>
<li>USB debugging reports to be on.</li>
<li>Device detects the cable.</li>
<li>I have tested <a href="https://developer.android.com/tools/help/adb.html">ADB</a> with another device and it worked.</li>
</ol>
<p>It's good that at least <a href="https://code.google.com/p/alogcat/">alogcat</a> works. I haven't tested other features of adb yet.</p>
<p>What happens when I run it? Nothing as you can see below.</p>
<pre><code>% adb logcat
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
- waiting for device -</code></pre>
<h1 id="something-works">Something works :)</h1>
<h2 id="games">Games</h2>
<p>I tried installing some <a href="http://f-droid.org/repository/browse/?page_id=0&amp;fdpage=1&amp;fdcategory=Games">games from F-Droid</a> and for some reason they all work. Below there is another table of games which I installed and what I thought about them.</p>
<table>
<tr>
<td>
Game
</td>
<td>
Status
</td>
</tr>
<tr>
<td>
<a href="http://f-droid.org/repository/browse/?fdcategory=Games&amp;fdid=com.gpl.rpg.AndorsTrail&amp;fdpage=1">Andor's Trail</a>
</td>
<td>
2012-10-02 16:41:21 +03:00
I am lost. I should go to &quot;storage cave&quot; and I cannot find it. There are too many caves and the nearest one was empty.
</td>
</tr>
<tr>
<td>
<a href="http://f-droid.org/repository/browse/?fdcategory=Games&amp;fdid=cz.hejl.chesswalk&amp;fdpage=1">Chess Walk</a>
</td>
<td>
I keep losing...
</td>
</tr>
<tr>
<td>
<a href="http://f-droid.org/repository/browse/?fdcategory=Games&amp;fdid=de.stefan_oltmann.kaesekaestchen&amp;fdpage=1">Dots'n'Boxes</a>
</td>
<td>
I didn't read the description and thought that this was just X and O game, but was surprised by it being in German and I didn't understand anything.
</td>
</tr>
<tr>
<td>
<a href="http://f-droid.org/repository/browse/?fdcategory=Games&amp;fdid=com.glTron&amp;fdpage=1">GL Tron</a>
</td>
<td>
I keep losing in this too...
</td>
</tr>
</tr>
<tr>
<td>
<a href="http://f-droid.org/repository/browse/?fdcategory=Games&amp;fdid=org.tof&amp;fdpage=2">Taps Of Fire</a>
</td>
<td>
Maybe I am a little better on this than <a href="http://fretsonfire.sourceforge.net/">Frets on Fire</a>, but I am bad in this.
</td>
</tr>
</tr>
<tr>
<td>
<a href="http://f-droid.org/repository/browse/?fdcategory=Games&amp;fdid=com.dozingcatsoftware.bouncy&amp;fdpage=2">Vector Pinball</a>
</td>
<td>
My new favourite Android game :D
</td>
</tr>
</table>
<p>Angry Birds doesn't work, but it's from GetJar not from F-Droid :(</p>
2012-11-24 17:24:40 +02:00
<hr/>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_developer = 0;
var disqus_url = 'http://mkaysi.github.com/articles/complaining/ImpressionI10.html';
var disques_title = 'Impression I10 tablet';
var disqus_shortname = 'mkaysishomepage'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async =
true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0])
.appendChild(dsq);
})();
</script>
<noscript>
Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Dis qus.</a>
</noscript>
<p>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus </span></a>
</p>
<!-- vim : set ft=html -->