Archive for Android

Free VOIP calls with my Android G1 and wifi, google voice and gizmo5

Posted in Android with tags , , , , on October 22, 2009 by HydTech

moved to http://hydtechblog.com/2009/10/22/free-voip-calls-with-my-android-g1/

.

.

.

.

.

.

.

.

How to connect to Ad Hoc networks using Tmobile G1 Android

Posted in Android, Linux (Ubuntu) with tags , , , , , , , , , , on September 14, 2009 by HydTech

moved to: http://hydtechblog.com/2009/09/14/how-to-connect-to-ad-hoc-networks-using-tmobile-g1-android/

Sign apk package files for publishing in the Android market with keytool and jarsigner on Ubuntu

Posted in Uncategorized with tags , , , , , , , on August 13, 2009 by HydTech

Once you’ve completed your package with Eclipse and you want to publish it to the android market, google requires that you sign it.  For this step you need two tools.  Keytool and jarsigner can be obtained through JDK.

Open up terminal and install jdk:

sudo apt-get install sun-java6-jdk

Use keytool to make yourself a new key:

keytool -genkey -v -keystore mykeystore.keystore -alias aliasname -keyalg RSA -validity 10000

genkey – generate the key
v – verbose mode
keystore – select name of keystore
alias – creates an alias for the key
keyalg – specifies the encryption algorithm used to generate the key. Ex: RSA, DSA
validity – when should the key expire in days? (google requires like a 50 year expiry)

The keytool will walk you through the process of choosing a password and name.  Once the key is made, you need to sign the apk with jarsigner using this key:

jarsigner -verbose -keystore mykeystore.keystore programfile.apk aliasname

keystore – keystore containing your private key
verbose – verbose mode

You will be prompted for your password. You are ready to go.

aHome Houston Rockets Theme

Posted in Android, Linux (Ubuntu) with tags , , , , , , on August 9, 2009 by HydTech

This is the first theme I made for the G1 Android. It’s for use with aHome or aHome lite. I published it in the market for $0.99. Hope you like it.

1249806775013

1249806810735

1249806848163

1249806911086

1249807494612