From a8ccef60750378d8782f1eb6509193a9e4ce83fa Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 29 Sep 2012 20:37:33 +0300 Subject: [PATCH] articles/complaining/ImpressionI10: complaining about Impression I10 tablet. --- articles/complaining/ImpressionI10.html | 127 +++++++++++++++++++++ articles/complaining/ImpressionI10.html.md | 104 +++++++++++++++++ 2 files changed, 231 insertions(+) create mode 100644 articles/complaining/ImpressionI10.html create mode 100644 articles/complaining/ImpressionI10.html.md diff --git a/articles/complaining/ImpressionI10.html b/articles/complaining/ImpressionI10.html new file mode 100644 index 0000000..9a5dbc2 --- /dev/null +++ b/articles/complaining/ImpressionI10.html @@ -0,0 +1,127 @@ + + + + + +Impression I10 + + + + +
+<-- Index Impression I10 Sitemap --> +
+ +

Many issues

+

I don't like this tablet.

+

Market problem

+

No Anroid Market / Google Play

+

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.

+

Amazon Market

+

[Leader Interational INC], 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 even with free applicaltions. I don't have credit card!

+

F-Droid

+

F-Droid is the solution for this problem. It describes itself as "an easily-installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform.".

+

Applicaltion compatibility

+

I am experiencing many issues with different applicaltions on this tablet. Luckily F-Droid clearly tells where the issue trackers and homepages are.

+

I will list them in them in table below

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Issue + +Fixed? + +Fix in F-Droid? + +Upstream issue + +More details +
+WiFi Fixer crashes when it's started + +Yes + +No + +#11 - Zanshinmu/Wifi-Fixer - GitHub +
+- +
+Firefox for Android crashes when started + +No + +No + +795572 - Bugzilla@Mozilla +
+- +
+GitHub for Android crashes when started + +No + +No + +I will report it soon. +
+- +
+Barcode Scanner crashes when started + +No + +No + +I will report it soon. +
+- +
+ +

ADB logcat doesn't work.

+
    +
  1. I have plugged the USB cable.
  2. +
  3. USB debugging reports to be on.
  4. +
  5. Device detects the cable.
  6. +
  7. I have tested ADB with another device and it worked.
  8. +
+

It's good that at least alogcat works. I haven't tested other features of adb yet.

+

What happens when I run it? Nothing as you can see below.

+
% adb logcat
+* daemon not running. starting it now on port 5037 *
+* daemon started successfully *
+- waiting for device -
diff --git a/articles/complaining/ImpressionI10.html.md b/articles/complaining/ImpressionI10.html.md new file mode 100644 index 0000000..28766d8 --- /dev/null +++ b/articles/complaining/ImpressionI10.html.md @@ -0,0 +1,104 @@ + + + + + + + + +Impression I10 + + + +
+<-- Index +Impression I10 +Sitemap --> +
+ +# Many issues + +I don't like this tablet. + +## Market problem + +### No Anroid Market / Google Play + +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. + +### Amazon Market + +[Leader Interational INC], 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 even with free applicaltions. I don't have credit card! + +### [F-Droid] + +F-Droid is the solution for this problem. It describes itself as "an easily-installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform.". + +#### Applicaltion compatibility + +I am experiencing many issues with different applicaltions on this tablet. Luckily [F-Droid] clearly tells where the issue trackers and homepages are. + +I will list them in them in table below + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IssueFixed?Fix in [F-Droid]?Upstream issueMore details
WiFi Fixer crashes when it's startedYesNo[#11 - Zanshinmu/Wifi-Fixer - GitHub]
-
Firefox for Android crashes when startedNoNo[795572 - Bugzilla@Mozilla]
-
GitHub for Android crashes when startedNoNoI will report it soon.
-
Barcode Scanner crashes when startedNoNoI will report it soon.
-
+ +## [ADB] logcat doesn't work. + +1. I have plugged the USB cable. +2. USB debugging reports to be on. +3. Device detects the cable. +4. I have tested [ADB] with another device and it worked. + +It's good that at least [alogcat] works. I haven't tested other features of adb yet. + +What happens when I run it? Nothing as you can see below. + +``` +% adb logcat +* daemon not running. starting it now on port 5037 * +* daemon started successfully * +- waiting for device - +``` + +[Leader International INC]:http://www.leaderinternationalinc.com/ +[F-Droid]:https://f-droid.org/ +[#11 - Zanshinmu/Wifi-Fixer - GitHub]:https://github.com/Zanshinmu/Wifi-Fixer/issues/11 +[795572 - Bugzilla@Mozilla]:https://bugzilla.mozilla.org/show_bug.cgi?id=795572 +[ADB]:https://developer.android.com/tools/help/adb.html +[alogcat]:https://code.google.com/p/alogcat/ \ No newline at end of file