Android Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

Wednesday, November 21, 2012 4:10 PM 0 Comments

Error message

Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

Fix it by

add this to manifest.xml file

android:installLocation="preferExternal"

just like this


<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.kittinan.blog"
    android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
    android:versionCode="1"
    android:versionName="1.0"
    android:installLocation="preferExternal" >



0 comments:

Generate Android Key

Thursday, November 8, 2012 12:30 PM 0 Comments


keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore  | openssl sha1 -binary | openssl base64

0 comments:

add my user to vboxusers group for use usb

Wednesday, November 7, 2012 2:12 PM 0 Comments

sudo usermod -aG vboxusers <your username>

0 comments:

Best Music Player Ubuntu

Sunday, November 4, 2012 12:29 PM 1 Comments

if you looking for Music player for linux i recommend DeaDBeeF.

it's very clean for me and look like foobar on windows

Check Out it's here

http://deadbeef.sourceforge.net/download.html

DeaDBeeF

1 comments:

Convert Subtitle On Ubuntu

Thursday, November 1, 2012 10:37 PM 0 Comments

I have problem about subtitle encoding SRT format. I found software to convert SRT to SSA.

sudo apt-get install gaupol

0 comments: