2010-04-26から1日間の記事一覧

Google 認証な部品について (3)

JSON な文字列取得までは部品化できてるはず。基本的には public static String getJSONString(HttpResponse response) throws Exception { StringBuffer ret = new StringBuffer(); if(response.getStatusLine().getStatusCode() < 400) { InputStream is =…

armadillo

色々訳あっていぢくり回してます。とりあえず dhcp でアドレス取得してるみたいなので以下のコマンド投入したら adb shell で接続できました。 $ export ADBHOST=192.168.1.3 $ ./adb kill-server $ ./adb start-server $ ./adb devices List of devices att…