to Markus: > I was wondering if somebody uses FreeBSD to develop Android > applications and is able to debug on the phone?
I've made port of Android SDK for FreeBSD. You may find prebuilt version here (86 Mb): http://bsdroid.org/downloads/android-sdk_eng.taleks_freebsd-x86-20081116.zip It was compiled on FreeBSD 8.0-CURRENT, I'm sure it must work on 7.x, but may not work on 6.x. Archive was made via `gmake sdk`, so it's content is same as for official SDK for other platforms and doesn't include Eclipse plugin. All tools are working correctly as much as I tested it. Patches may be found at http://review.source.android.com in freebsd- port branch. Only small amount of it is merged to korg/master branch, so it's impossible to compile Android sdk from vanilla sources from git repository on FreeBSD host. I don't know when verifiers will check all of them and result will be submitted to main branch. Additionaly to compile from sources you need prebuilt SWT, flex, SDL libraries (all sourceballs except SWT may be found at android.com ftp). I've also added usb module for adb and fastboot, but as I've no G1 - it can't be shipped to my country - I'm not sure it works properly. If you'll be interested in it and have some time, I'd like to know if it really works. It differs from Linux implementation (uses events, instead of /dev modes enumerating), so it is more efficient, but not confirmed to work :) > I am just able to mount the G1 to read from the sd card but my phone > isn't listed using adb devices. I'm not sure it's possible to list this phone, while it is connected as mass storage device. Try usbdevs, or dmesg to see if any device was connected except mass storage (sd). Also, as Niklas Hallqvist stated, you may need to update compatibility libraries, or update kernel. Recently there were some improvements to Linux emulation code. _AFAIK_, most of usb devices must work correctly in 7.x-RELEASE branch. to Niklas: Are your patches available somewhere? --- Best regards, Alexey PS: I've sent reply to this message two hours ago, but it seems was not posted, so I sent it again. So, if it'll be posted twice, sorry for double post. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

