Re: [beagleboard] Re: Beaglebone Black, GPS, and RF interference

2016-06-11 Thread Keith Conger
I'm using Android with a 3.8 kernel. Keith On Thu, Jun 9, 2016 at 10:02 AM, Keith Conger <keith.con...@gmail.com> wrote: > Hi Theodore, > > Add the following to uEnv.txt kernel options > capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN > > > This was valid f

Re: [beagleboard] Re: Beaglebone Black, GPS, and RF interference

2016-06-09 Thread Keith Conger
t;> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Theodore B. McDonald > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to a topic in the > Google Groups "Beagl

Re: [beagleboard] Re: Installing Android on BeagleBone Green

2016-05-20 Thread Keith Conger
I've made the all the necessary changes to support the bbgreen in my manifest and git repos. Let me know how it goes, I don't have time to test at the moment. Keith On Fri, May 20, 2016 at 9:19 AM, Keith Conger <keith.con...@gmail.com> wrote: > I'll try to get it added to my tree toda

Re: [beagleboard] Re: Installing Android on BeagleBone Green

2016-05-20 Thread Keith Conger
nd found the build process easy to perform. > > On Friday, May 20, 2016 at 6:22:21 AM UTC+3, Keith Conger wrote: >> >> The issue is the kernel in bbbandroid doesn't have the bbgreen device >> tree patches. I was able to apply the patchs to kernel and run on the >> green w

[beagleboard] Re: Installing Android on BeagleBone Green

2016-05-19 Thread Keith Conger
The issue is the kernel in bbbandroid doesn't have the bbgreen device tree patches. I was able to apply the patchs to kernel and run on the green with a LCD. Keith On Thursday, May 19, 2016 at 5:56:48 PM UTC-6, cpe.3...@gmail.com wrote: > > > Hello all, > > > I downloaded the android image

[beagleboard] Re: Beaglebone Black, GPS, and RF interference

2016-05-15 Thread Keith Conger
I had the same issue with my Adafruit GPS. I was able to resolve it by shutting off HDMI. Keith On Sunday, November 17, 2013 at 4:59:52 PM UTC-7, juanc...@gmail.com wrote: > > Hello everyone, > > Sorry for the repost. i had posted this on the BeaglBone group, but this > is a BBB issue. > > I

[beagleboard] Re: problem while enabling Wi-Fi for android OS

2016-04-27 Thread Keith Conger
Hi All, I have a modified version of Andrew's bbbandroid with support for Wifi, Bluetooth, Serial GPS along with some other changes. Its available at http://development.thecongers.org/home/bbbandroid-bluez You may need to adjust the kernel modules loaded and if needed add firmware to the

Re: [beagleboard] Trying to build a 3.8.13 kernel with seeeds BBG patches

2015-12-16 Thread Keith Conger
Thanks Robert! Happy Holidays Keith On Wednesday, December 16, 2015 at 9:06:47 AM UTC-7, RobertCNelson wrote: > > On Wed, Dec 16, 2015 at 10:02 AM, Keith Conger <keith@gmail.com > > wrote: > > Hi, > > > > It did but I manually copied in what I

Re: [beagleboard] Trying to build a 3.8.13 kernel with seeeds BBG patches

2015-12-16 Thread Keith Conger
Ah, figures. Sorry, should of confirmed I was using the latest. Thanks again, Keith On Tuesday, December 15, 2015 at 8:25:30 PM UTC-7, RobertCNelson wrote: > > On Tue, Dec 15, 2015 at 9:18 PM, Keith Conger <keith@gmail.com > > wrote: > > I'm using 3.8.13. In the ke

Re: [beagleboard] Trying to build a 3.8.13 kernel with seeeds BBG patches

2015-12-16 Thread Keith Conger
is? Is it still 3.14? Thanks, Keith On Wed, Dec 16, 2015 at 8:38 AM, William Hermans <yyrk...@gmail.com> wrote: > Shouldn't *git checkout origin/am33x-v3.8 -b tmp* have pulled the latest > sources ? > > On Wed, Dec 16, 2015 at 8:26 AM, Keith Conger <keith.con...@gmail.com> > wrot

Re: [beagleboard] Trying to build a 3.8.13 kernel with seeeds BBG patches

2015-12-15 Thread Keith Conger
>>> >>>>>>> In your path. I get the same error here: >>>>>>> >>>>>>> $ dtc -O dtb -o am335x-bonegreen.dtbo -b 0 -@ am335x-bonegreen.dts >>>>>>> Error: am335x-bonegreen.dts:10.1-9 syntax error >>>>>>

Re: [beagleboard] Trying to build a 3.8.13 kernel with seeeds BBG patches

2015-12-15 Thread Keith Conger
I've got my LCD working but I'm struggling with enabling UART2 with it connected. I'm getting a conflict between the two: [1.749303] bone-capemgr bone_capemgr.9: slot #5: BB-UART2 conflict P9.21 (#3:BB-BONE-LCD4-01) What's weird is the LCD's datasheet doesn't show that pin being used.

Re: [beagleboard] Trying to build a 3.8.13 kernel with seeeds BBG patches

2015-12-15 Thread Keith Conger
-working-together/ Thanks, Keith On Tuesday, December 15, 2015 at 8:02:28 PM UTC-7, RobertCNelson wrote: > > On Tue, Dec 15, 2015 at 8:46 PM, Keith Conger <keith@gmail.com > > wrote: > > I've got my LCD working but I'm struggling with enabling UART2 with it > &g

[beagleboard] Trying to build a 3.8.13 kernel with seeeds BBG patches

2015-12-14 Thread Keith Conger
I'm trying to build a 3.8.13 kernel with the BBG patches from http://www.seeedstudio.com/recipe/373-how-to-compile-beaglebone-green-linux-kernel.html. I hit this error during the build: make[1]: Leaving directory `/home/keithconger/Projects/bbbandroid-bluez/kernel' make -C kernel ARCH=arm

Re: [beagleboard] Re: BBBAndroid Wifi issues

2015-11-30 Thread Keith Conger
wrote: > Thanks Keith, > > Tried that, and also built BBBAndroid from your manifest over the weekend > but still have the same issues. > > What brand/model wifi adapter are you using? Starting to think it might be > a h/w issue... > > Nicklas > > > On Thursday, 19 Novemb

Re: [beagleboard] Re: BBBAndroid Wifi issues

2015-11-30 Thread Keith Conger
I should also mention you may need to adjust the kernel modules loaded in your init..rc file for your device. Keith On Mon, Nov 30, 2015 at 3:26 PM, Keith Conger <keith.con...@gmail.com> wrote: > Sorry for the delay. The two devices I tested were both rtl8192cu > devices. I'm cur

[beagleboard] Re: BBBAndroid Wifi issues

2015-11-19 Thread Keith Conger
3 AM UTC-7, Nicklas Holm wrote: > > Hi all, > > I am using a BBB running BBBAndroid in a prototyping project. I have built > BBBAndroid and made the changes suggested by Keith Conger in an earlier > post ( > https://groups.google.com/forum/#!searchin/beagleboard/wifi/beagl

Re: [beagleboard] Re: For Sale: BEAGLEBONE WL1835MOD W/ CHIP ANTENNA

2015-07-15 Thread Keith Conger
I do still have it! On Wed, Jul 15, 2015 at 8:59 AM, find.me.e...@gmail.com wrote: Hi, I know this comes a little late, but do you still have the WL1835 W/CHIP ANTENNA? If yes, I would like to purchase it. Ekta On Wednesday, March 4, 2015 at 2:58:45 PM UTC-5, Keith Conger wrote: I

[beagleboard] Re: BBBAndroid: WiFi/DNS Issues with BBBAndroid

2015-05-28 Thread Keith Conger
Those instructions didn't work for me, I posted working instructions awhile ago: https://groups.google.com/d/msg/beagleboard/tHXTzJhH_Qc/1dIcYqFlj5gJ On Thursday, May 28, 2015 at 7:28:04 AM UTC-6, Ankit Chaturvedi wrote: Hi, I have a BeagleBone Black RevC with 3.8 kernel Android 4.4 built

[beagleboard] Re: LCD screen

2015-04-15 Thread Keith Conger
With my 4DCAPE_43T LCD only UART1 is available. Keith On Tuesday, April 14, 2015 at 9:30:08 AM UTC-6, Julian Gold wrote: We have attached an LCD screen (4G) to our BBB rev C, and the serial port /dev/ttyO2 has vanished. Is this expected? Also the boot time has become ridiculous - it take

[beagleboard] Kernel 3.14 and LCD cape

2015-04-14 Thread Keith Conger
Hi All, I'm trying to enable support for my 4DCAPE_43T LCD, UART1 and disable HDMI in kernel 3.14. I've modified am335x-boneblack.dts by commenting out HDMI, and all UARTs except UART1 then include the dtsi for my LCD. I rebuilt the the dtb file and copied it to /boot/dtbs/. Its appears to

[beagleboard] Kernel 3.14 and LCD cape for BBBAndroid

2015-04-13 Thread Keith Conger
Hi All, I'm trying to enable support for my 4DCAPE_43T LCD, UART1 and disable HDMI in kernel 3.14. I've modified am335x-boneblack.dts by commenting out HDMI, and all UARTs except UART1 then include the dtsi for my LCD. I rebuilt the the dtb file and copied it to /boot/dtbs/. Its appears to

[beagleboard] Re: BBBAndroid: AOSP 4.4.4 (KitKat) with 3.8 kernel

2015-03-27 Thread Keith Conger
Since this took me a few days to figure out, I figured I'd post how I got Wifi working in bbbandroid. Hope this saves a few days of your life :) Obviously swap the kernel modules with the ones appropriate for your device. # Add to

[beagleboard] Re: BBB, Android, and 4DCAPE_70T

2015-03-07 Thread Keith Conger
After some more search I solved this by adding the following to device/ti/beagleboneblack/overlay/frameworks/base/core/res/res/values/config.xml : bool name=config_showNavigationBarfalse/bool Keith On Saturday, March 7, 2015 at 8:48:39 AM UTC-7, Keith Conger wrote: I'm having the same issue

[beagleboard] Re: BBB, Android, and 4DCAPE_70T

2015-03-07 Thread Keith Conger
I'm having the same issue with my 4DCAPE_43 and bbbandroid. Would love to reclaim that space. Has anyone figured this out? Debian uses the whole screen. Keith On Wednesday, June 25, 2014 at 8:41:12 PM UTC-6, Barry Day wrote: I only got my 4DCAPE_70T late yesterday and haven't had the

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-03-06 Thread Keith Conger
! I'm in kind of a hurry. At the moment I completer step 2 of the steps you mentioned. Cheers, Michael On Mar 4, 2015 4:42 PM, Keith Conger keith@gmail.com wrote: Hi Michael, I've sent them to Andrew to review and hopefully include in bbbandroid. If you're in a hurry I could email

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-03-04 Thread Keith Conger
to include them as patches? Is the patch already available? Where can I find it? Thanks! Michael Op vrijdag 20 februari 2015 00:13:13 UTC+1 schreef Keith Conger: On Thursday, February 19, 2015 at 12:27:37 PM UTC-7, Andrew Henderson wrote: On Thursday, February 19, 2015 at 1:50:43 PM UTC

[beagleboard] For Sale: BEAGLEBONE WL1835MOD W/ CHIP ANTENNA

2015-03-04 Thread Keith Conger
I checked list FAQ and saw nothing against posting this, please feel free to delete if this is against the rules. I have an unused BEAGLEBONE WL1835MOD W/ CHIP ANTENNA http://boardzoo.com/index.php/beaglebone/beaglebone-wl1835mod-w-chip-antenna.html. that I would like to get rid of. I'd sell

[beagleboard] Re: Android for the BeagleBone Black book now available

2015-02-27 Thread Keith Conger
Just got my copy from Amazon, its great! Highly recommend it! On Sunday, February 22, 2015 at 11:22:17 AM UTC-7, Andrew Henderson wrote: Hello all! I am happy to announce that one of my colleagues, Aravind Prakash, and I have put together a book that gives some practical guidance on using

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-19 Thread Keith Conger
I've got bluetooth finally working. Andrew, what would be the best way to pass you the changes needed? Thanks again for all your help. Keith On Thursday, February 19, 2015 at 10:36:45 AM UTC-7, Keith Conger wrote: Still crashes :) On Thursday, February 19, 2015 at 10:31:17 AM UTC-7

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-19 Thread Keith Conger
Sorry, I see the problem. ro.kernel.qemu is set to 1. I'm commenting out the check. And rebuilding. On Thursday, February 19, 2015 at 10:09:54 AM UTC-7, Keith Conger wrote: I've made a lot of progress with the help of the bluez team. It looks like my problem is that Android thinks its

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-19 Thread Keith Conger
it from the 4.4.4 KitKat build from AOSP. Andrew On Thu, 19 Feb 2015, Keith Conger wrote: I've made a lot of progress with the help of the bluez team. It looks like my problem is that Android thinks its running in an emulator. Using haltest from bluez everything works. haltest

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-19 Thread Keith Conger
is for an emulator? Thanks, Keith On Tuesday, February 17, 2015 at 5:24:07 PM UTC-7, Keith Conger wrote: Ok, apparently my problem may be because I'm running bluetoothd by hand and the socket isn't created. However I did get 111, connection refused. Here is a complete logcat and my init files

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-19 Thread Keith Conger
Still crashes :) On Thursday, February 19, 2015 at 10:31:17 AM UTC-7, Keith Conger wrote: I'll give it a try. On Thursday, February 19, 2015 at 10:23:50 AM UTC-7, Andrew Henderson wrote: Yes, there is a kernel command line option that is passed to the kernel in the uEnv.txt file

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-19 Thread Keith Conger
On Thursday, February 19, 2015 at 12:27:37 PM UTC-7, Andrew Henderson wrote: On Thursday, February 19, 2015 at 1:50:43 PM UTC-5, Keith Conger wrote: I've got bluetooth finally working. Andrew, what would be the best way to pass you the changes needed? Patches generated by git are fine

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-17 Thread Keith Conger
Oh ok I see. I'll give it a try. Thanks, Keith On Tue, Feb 17, 2015 at 3:18 PM, Andrew Henderson hende...@icculus.org wrote: On Tue, 17 Feb 2015, Keith Conger wrote: I did hand patch epoll_create1() into bionic. The above was a logcat, how do I get the errno value? Immediately after any

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-17 Thread Keith Conger
/main.c:cleanup_services() I/bluetoothd( 1072): Stopping SDP server I/bluetoothd( 1072): Exit On Monday, February 16, 2015 at 4:23:24 PM UTC-7, Keith Conger wrote: Hi, I'm currently trying two approaches: 1) Integrating android-x86's bluedroid 2) Using android-bluez as a replacement to bluedroid

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-17 Thread Keith Conger
Hi Andrew, I did hand patch epoll_create1() into bionic. The above was a logcat, how do I get the errno value? Thanks, Keith On Tue, Feb 17, 2015 at 2:48 PM, Andrew Henderson hende...@icculus.org wrote: On Tuesday, February 17, 2015 at 4:20:42 PM UTC-5, Keith Conger wrote: D/bluetoothd

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-16 Thread Keith Conger
and building the bluedroid ( assuming using android-x86). Thanks, Lei On Wednesday, February 11, 2015 at 10:26:23 AM UTC-5, Keith Conger wrote: Getting closer. I have everything built and running bdt, produces a logcat message that there is no supported device. This is with two

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-11 Thread Keith Conger
that there is a android-bluez project that is a drop in replacement for bluedroid. I may try that next. https://01.org/bluez-android On Tuesday, February 10, 2015 at 3:29:53 PM UTC-7, Keith Conger wrote: That was it RFKILL needed to be built in also. Rebuilding. On Tue, Feb 10, 2015 at 2:06 PM

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-10 Thread Keith Conger
device that you are using? On Thursday, February 5, 2015 at 1:39:48 PM UTC-5, Keith Conger wrote: Has anyone managed to enable USB Bluetooth Adapter Support in BBBAndroid. I've read the Android 4.2 can support USB bluetooth if built correctly. This is what I've tried so far: I set

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-10 Thread Keith Conger
the full Bluetooth API to manage your device, BBBAndroid is missing the portion of the HAL needed to make that happen. What is the nature of the Bluetooth device that you are using? On Thursday, February 5, 2015 at 1:39:48 PM UTC-5, Keith Conger wrote: Has anyone managed to enable USB

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-10 Thread Keith Conger
. On Tuesday, February 10, 2015 at 5:45:49 PM UTC, Keith Conger wrote: Hi Andrew, Thanks for replying. I have read that. I'm currently compiling BBBAndroid with Android-x86's bluedroid which appears to have USB BT support. http://git.android-x86.org/?p=platform/external/bluetooth/ bluedroid.git

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-10 Thread Keith Conger
advice to them is to dress warm and invest in a high-quality snow shovel. On Tuesday, February 10, 2015 at 5:45:49 PM UTC, Keith Conger wrote: Hi Andrew, Thanks for replying. I have read that. I'm currently compiling BBBAndroid with Android-x86's bluedroid which appears to have USB BT

Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-10 Thread Keith Conger
with each other. If all else fails, you can manually insmod modules in the init.{ro.hardware}.rc file inside of Android during boot. On Tuesday, February 10, 2015 at 3:41:52 PM UTC-5, Keith Conger wrote: It built without errors. I'm having trouble with the kernel though. I made sure kernel

[beagleboard] BBBAndroid with USB Bluetooth Adapter Support

2015-02-05 Thread Keith Conger
Has anyone managed to enable USB Bluetooth Adapter Support in BBBAndroid. I've read the Android 4.2 can support USB bluetooth if built correctly. This is what I've tried so far: I set the following in device/ti/beagleboneblack/BoardConfig.mk BOARD_HAVE_BLUETOOTH := true And the following in

Re: [beagleboard] Re: WL18xx Cape support in Android

2015-02-03 Thread Keith Conger
this helps! Lei On Tuesday, January 27, 2015 at 1:04:27 PM UTC-5, Keith Conger wrote: Has anyone used the WL18xx Cape with Android on the BBB for Bluetooth and Wifi? TI site says its supported and they provide some documentation for an older Android release, I would like to use BBBAndroid though

[beagleboard] WL18xx Cape support in Android

2015-01-27 Thread Keith Conger
Has anyone used the WL18xx Cape with Android on the BBB for Bluetooth and Wifi? TI site says its supported and they provide some documentation for an older Android release, I would like to use BBBAndroid though :) Thanks, Keith -- For more options, visit http://beagleboard.org/discuss ---