From owner-freebsd-questions@FreeBSD.ORG Mon Jan 17 11:18:28 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4814A106566B for ; Mon, 17 Jan 2011 11:18:28 +0000 (UTC) (envelope-from vrachil@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id C2FF98FC1A for ; Mon, 17 Jan 2011 11:18:27 +0000 (UTC) Received: by fxm16 with SMTP id 16so6008369fxm.13 for ; Mon, 17 Jan 2011 03:18:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:references:in-reply-to:mime-version :content-type:message-id:content-transfer-encoding:cc:from:subject :date:to:x-mailer; bh=5CxhQy8gEx4Fx+uhWds30caO9iZ0RAMAltlZr14CGow=; b=LxzGFKGp/EPdS2kfpNWdMAn0rxChqOlory55iXkTtwtTlfPNHQCVpfb0xC1dwlTn9Q sKrfQX3J0Vnu/xFiqC2nTg+E+aAWZIcMj/zIv7mp21bfBQyl3LOnGYpaO47u6ezHjbPD duwkBKZ2V3ntKxQJJEPx6CnRYuzxJ+XcHvxKM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-type:message-id :content-transfer-encoding:cc:from:subject:date:to:x-mailer; b=mlE+WmYzEVmnVaSKO/XeAjmy2Q7f09CDPjdjk6HOfZXdH3/Y5JWpOrlBvi9/awxNSk D5voTf9inqdDQHX0/jZG360KdgzG03Cf5Xrg2RDSggtUI7IAlxNechfVUNLK93dKfVRo lAYhlyVBA5kZGFwVZ2WvMvGePehmKbNmERuO8= Received: by 10.223.96.66 with SMTP id g2mr4713998fan.61.1295261790990; Mon, 17 Jan 2011 02:56:30 -0800 (PST) Received: from [10.0.0.8] (romo.ceid.upatras.gr [150.140.140.49]) by mx.google.com with ESMTPS id 21sm1561968fav.17.2011.01.17.02.56.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 Jan 2011 02:56:29 -0800 (PST) References: <20110116022710.04a8b5f6@davenulle.org> <20110116165654.1b4fbbd4@davenulle.org> In-Reply-To: <20110116165654.1b4fbbd4@davenulle.org> Mime-Version: 1.0 (Apple Message framework v1075.2) Content-Type: text/plain; charset=iso-8859-1; format=flowed; delsp=yes Message-Id: <59207014-06C1-48B3-A634-A963CFE33CE9@gmail.com> Content-Transfer-Encoding: quoted-printable From: Vrachnis Ilias Dimitrios Date: Mon, 17 Jan 2011 12:56:23 +0200 To: Patrick Lamaiziere X-Mailer: Apple Mail (2.1075.2) Cc: Aryeh Friedman , freebsd-questions@freebsd.org Subject: Re: problems mounting android htc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2011 11:18:28 -0000 On Jan 16, 2011, at 5:56 PM, Patrick Lamaiziere wrote: > Le Sun, 16 Jan 2011 09:41:06 -0500, > Aryeh Friedman a =E9crit : > >> My situtation is a little different I am a developer hired to do some >> work on the android but have never done *ANY* mobile programming so >> starting from square on from essencially yesterday > > I think you have to use the android SDK to access the phone in > "developer mode". > > There is a porting effort for the SDK on FreeBSD: > http://bsdroid.org/tiki-index.php > > I have not try it. > > Regards. I did try the method described in the bsdroid wiki and i can say that =20= it works. The adb that is. The adt plugin for eclipse requires some java libraries and i cannot =20 find them. Nonetheless, there is an android plugin for the netbeans ide that i =20 can confirm that works under freebsd. As for mounting the phone's sd card, it is not required for developing. If you still want to mount it, you have to enable it from the phone =20 first: You pull down the notification bar on the top, and click on the =20 notification that says that USB is connected. - If you are not running HTC Sense, there are two notifications =20 related to usb. The one you are looking for is not the notification =20 that mentions the usb debugging, but the mass storage one. - If you are running HTC Sense, there is only one notification. When =20 you select it, there is a radio-button based menu where you have to =20 select that you want to enable mass storage. Don't forget to press the =20= ok/close button on the bottom of the screen for the changes to take =20 effect. You can then mount the sd card using mount_msdosfs as Patrick =20 mentioned in his response earlier.=