From owner-freebsd-current@FreeBSD.ORG Thu Aug 14 22:31:05 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDA9DDBB; Thu, 14 Aug 2014 22:31:04 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC6344B72; Thu, 14 Aug 2014 22:31:04 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id v10so2293771pde.25 for ; Thu, 14 Aug 2014 15:31:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BnxALCoYxpUzralGZCgtGVK/WfQuwzGt6JGUteBARRs=; b=gITyvyrxS44ezxNhKVgaqukF9bcWhqSC0rcob7AisJPTiwZ+3/2mswsBQWuyL8cPB1 Is15XM5Mnlme0otqfQ32pXWJJjOPuM8Gn8eoo5tWN8U1LAFOMbdGKhP7aTvPuNQpszWX O847jYjj79A26hbmvz1bOiocTZ2sjyhT7U2UoDZQQX4Z/G2NQzb2sD7P0Fj0Q+7W1KPG qhgJCLbXRC6HsGh+Y+qxidBdL1qAjNfPZSOYJ1zhzQEEZc+z+lYuvq7Oh82uNrFfcQQt bfPXMQ5tDskNAj2AP5z/AdnPYdxzBAAHoBTqRwOtMmLBR47fjKhExM14AwO3PS6YBwNg WTmQ== MIME-Version: 1.0 X-Received: by 10.70.140.139 with SMTP id rg11mr13341286pdb.13.1408055464294; Thu, 14 Aug 2014 15:31:04 -0700 (PDT) Received: by 10.70.118.132 with HTTP; Thu, 14 Aug 2014 15:31:04 -0700 (PDT) In-Reply-To: <201408132347.s7DNlcHU013055@fire.js.berklix.net> References: <201408132347.s7DNlcHU013055@fire.js.berklix.net> Date: Thu, 14 Aug 2014 17:31:04 -0500 Message-ID: Subject: Re: android bsd connectivity tools etc ? From: Adam Vande More To: "Julian H. Stacey" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Gary Jennejohn , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2014 22:31:05 -0000 On Wed, Aug 13, 2014 at 6:47 PM, Julian H. Stacey wrote: > Hi, > Any tips for Android / FreeBSD BSD tools for connectivity etc ? > > I just got a Samsung Galaxy Note 3, with Android 4.4.2 kernel 3.4.0 > > It directs me to > https://www.android.com/filetransfer/ > which seems binary for mac > > I recall I will need current for IP tethering > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-usb-tethering.html > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-aggregation.html#networking-lagg-wired-and-wireless > > I'll build a current from a 10.0-RELEASE partition, > but now looking with 9.2-RELEASE I see: > > /dev/ > lrwxr-xr-x 1 root wheel 9 Aug 14 00:01 ugen1.5@ -> usb/1.5.0 > crw------- 1 root operator 0x7a Aug 14 00:00 usb/1.5.0 > crw------- 1 root operator 0x8f Aug 14 00:00 usb/1.5.1 > crw------- 1 root operator 0x90 Aug 14 00:00 usb/1.5.2 > > devd .conf will need: > match "vendor" "0x04e8"; > match "product" "0x6860"; > match "devclass" "0x00"; > match "devsubclass" "0x00"; > match "sernum" "6758498c"; > match "release" "0x0400"; > I've no idea what to do for attach > > http://www.freebsd.org/cgi/ports.cgi?query=android&stype=all > has just > /usr/ports/devel/android-tools-adb/pkg-descr > & these for cross compiling later: > /usr/ports/lang/*gnatdroid*/pkg-descr > > I also found > ports/ > deskutils/tine20 > net/crtmpserver > net/linphone > https://source.android.com/source/index.html > > Any URLs, tips, comments welcome, Thanks > Android can run an sshd server as well as a socks proxy. -- Adam