How to install Android ADT Bundle with Eclipse on Debian x86_64

This is a very old post and you probably should not bee reading this, because it is deprecated. But if you insist, suit yourself.

Due to missing 32 bit libraries installation eclipse adt bundle fails to run on x64 Debian installation. This is how you can fix this:

How to install Android ADT Bundle dependencies:
  1. Download ADT Bundle from d.android.com
  2. Open terminal and run as root:
```
sudo apt-get install openjdk-6-jdk ia32-libs lib32ncurses5 lib32stdc++6 
unzip adt-bundle-linux-x86_64-20130219.zip</pre>
```
[Read More]

How to disable Google Play Magazines on Note II(no root)

If you, like me, live in country that is unsupported by Google Play Magazines, than you don’t need this app on your phone.
But here is the tricky part:
I have updated my phone firmware with kies to 4.1.2
(I’m talking about Galaxy Note II GT-N7100 BTW, but you can apply this to any phone/firmware with similar problem)
Every thing was great until I noticed a battery drain. So I looked in battery usage statistics, and so there Google Play Magazines eating my battery for 9 hours(active time). ‘I will just disable this app in application manager’, i thought to my self. But the app wasn’t there. WTF?! I checked the APK in system/app: it was there. Application manager: no Magazines.

[Read More]