<div>Thanks for the quick response and great work, Hans! I'll get more familiar with Android development and share my experiences testing this out. </div><br clear="all"><b style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Douglas G Reith</b><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Developer</span><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<a href="tel:313.437.1244" value="+13134371244" target="_blank" style="color:rgb(17,85,204);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">313.437.1244</a><span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> (office)</span><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<a href="http://theworkdept.com/" target="_blank" style="color:rgb(17,85,204);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">theworkdept.com</a><br>
<br><br><div class="gmail_quote">On Wed, Oct 10, 2012 at 2:36 PM, Hans of Guardian <span dir="ltr"><<a href="mailto:hans@guardianproject.info" target="_blank">hans@guardianproject.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="word-wrap:break-word"><br><div><div class="im"><div>On Oct 10, 2012, at 1:54 PM, Doug Reith wrote:</div><br><blockquote type="cite"><div class="gmail_quote"><div><div>Hello Commotion,</div><div><br></div><div>

I was experimenting with building and installing the Commotion Android application from the instructions in the <a href="https://code.commotionwireless.net/projects/commotion-android/repository/revisions/master/entry/README" target="_blank">readme</a>. I hit a few obstacles and had a few questions:</div>




<div><br></div><div>1. Initially the make build for the Android app was failing. I eventually realized that the Makefile conditionally assigns 9 as the Android SDK platform in line 11: <span style="background-color:rgb(250,250,250);color:rgb(51,51,51);font-size:12px;line-height:18px">SDK_PLATFORM_LEVEL ?= 9</span>. From what I read 9 is obsolete. The build ran sucessfully with platform level 16. Which SDK API Level should I be using? </div>

</div></div></blockquote><div><br></div></div><div>Either should be fine.  Originally Android build systems seemed to work best if you put the oldest supported version in that field.  Now they seemed to have changed their minds and say you should put the newest supported version.  If you want to compiled for android-9, you just have to install the android-9 stuff in the android updater.</div>

<div class="im"><br><blockquote type="cite"><div class="gmail_quote"><div><div>2. I had to explore quite a bit of the Android Developers documentation to fill in the gaps of the Readme instructions. Including setting up <a href="http://developer.android.com/tools/device.html#setting-up" target="_blank">device detecting on Ubuntu</a>. Are there other Commotion Android resources (besides the readme) that provide instructions on testing or troubleshooting?</div>

</div></div></blockquote><div><br></div></div><div>The README assumes that you have a fully working Android development setup.  Otherwise we'd have to maintain a duplicate set of instructions as Google's.</div><div class="im">

<br><blockquote type="cite"><div class="gmail_quote"><div><div>3. After installing the app on two HTC mobile devices, we tested them and they are either crashing or not fully functional. What is the best way for me to debug this? Should I run the app with adb logcat and share my findings on this commotion-dev? Is the commotion-android listserv not in use? </div>




</div></div></blockquote></div></div><br><div>Post here on commotion-dev.  I'm the main author of the Commotion MeshTether, and that's the first I've heard of the commotion-android list :)</div><div><br></div>

<div>The crashes should give you a stacktrace in logcat, that's a good place to start.  Post anything here that you want to discuss.</div><div><br></div><div>Right now the known working devices are HTC running Android 2.x some random others.  It works on my Motorola Droid running CyanogenMod, and I can sometimes get it working on my Samsung Galaxy Player 5.0 running 2.3.3.  Will is currently working on 4.x support.</div>

<div><br></div><div>.hc</div></div></blockquote></div><br>