problems mounting android htc

Aryeh Friedman aryeh.friedman at gmail.com
Fri Jan 21 02:27:54 UTC 2011


I decided to build the sdk from sources and wondering why it reported
"Donut" when I told repo -init to checkout Eclair?


---------- Forwarded message ----------
From: Ilias-Dimitrios Vrachnis <vrachil at gmail.com>
Date: Thu, Jan 20, 2011 at 4:24 PM
Subject: Re: problems mounting android htc
To: Aryeh Friedman <aryeh.friedman at gmail.com>


On Thu, Jan 20, 2011 at 11:18 PM, Aryeh Friedman
<aryeh.friedman at gmail.com> wrote:
> A few things:
>
> 1. Yes it is required the reason I put it in the first place is ant
> refused to build without it. (note 1)
>
> 2. How do I check the version on the phone?
>
> 3. What kind of modifications would be needed to make it work on eclair?
>
> Notes:
>
> 1. I eventually (once I get the standard ant style development
> working) to customize our existing build system (based around aegis
> [http//sf.aegis.net] and cook
> [http://miller.emu.id.au/pmiller/software/cook/]) so the fact that ant
> complains may not be an issue
>

one of my manifests is this:

<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="org.me.androidapplication1">
   <application>
        <activity android:name=".MainActivity" android:label="MainActivity">
           <intent-filter>
               <action android:name="android.intent.action.MAIN"/>
               <category android:name="android.intent.category.LAUNCHER"/>
           </intent-filter>
       </activity>
   </application>
</manifest>

and it ran without a hitch on my phone.

You can check your android version on a phone by going to
settings->about phone look for the "android version"
for eclair to work... you'd either have to ask bsdroid's mentainer. or.. :/


More information about the freebsd-questions mailing list