[android-porting] Bluedroid and BLE-only (single-mode) SoC

2015-02-25 Thread Richard Phillips
Hello all, I'm trying to get Bluedroid (via Android 4.4.4) working with the TI CC2540 BLE SoC. This SoC is BLE-only/single-mode, so doesn't support most of the HCI commands that Bluedroid pushes out (although Bluedroid does push out some BLE commands if BLE_INCLUDED == TRUE) - it just responds

[android-porting] Re: Debugging cause of reset

2014-05-19 Thread Richard Phillips
Thanks for the ideas everyone - the problem seems to have gone away, so perhaps I was doing something wrong somewhere, but if the problem ever returns... Regards, Richard. On Thursday, 10 April 2014 13:04:37 UTC+1, Richard Phillips wrote: > > Hello all, > > I'm trying to ge

[android-porting] Re: Stopping Android Booting

2014-04-30 Thread Richard Phillips
> Thanks, > Shridutt Kothari, > Impetus Infotech India Ltd. > shridut...@gmail.com > > On Thursday, April 10, 2014 8:00:18 PM UTC+5:30, Richard Phillips wrote: >> >> I've stumbled across BUILD_TINY_ANDROID - if this works, it should give >> me what I

[android-porting] /sys/class/lcd - empty?

2014-04-16 Thread Richard Phillips
Hello all, I'm trying to figure out why my LCD isn't working - the path /sys/class/lcd (when checked via adb) is empty - am I right in supposing that if my LCD was working correctly (or at least, detected), there should be *something* in here? Regards, Richard. -- -- unsubscribe: android-po

[android-porting] Re: Stopping Android Booting

2014-04-10 Thread Richard Phillips
I've stumbled across BUILD_TINY_ANDROID - if this works, it should give me what I want. I understand it's obsoleted now, but I am using ICS from mid-2012 (TI Sitara Android) so I think it should still work? -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups

[android-porting] Debugging cause of reset

2014-04-10 Thread Richard Phillips
Hello all, I'm trying to get Android booting on custom hardware (that appears to be based heavily on BeagleBoard/xM design). I'm having problems with the device resetting, as shown in the trace below. I'm guessing it's not a kernel problem because I'd expect to see a "kernel panic", rather th

Re: [android-porting] Stopping Android Booting

2014-04-09 Thread Richard Phillips
ds such as init, khelper, kworkers, binder). > > I would leave the console and the adbd services though, so you get an > console and you still can access your device through adb. > > Hope it helps, > > > On Tue, Apr 8, 2014 at 12:45 PM, Richard Phillips wrote: > >>

[android-porting] Stopping Android Booting

2014-04-08 Thread Richard Phillips
Hello all, How can I stop Android booting, once the kernel is up-and-running? Would an empty "init.rc" do the job? Regards, Richard. -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because

[android-porting] Porting to new board - advice on first steps

2014-02-23 Thread Richard Phillips
Hello all, I'm currently running an Android build on the beagleboard-xM, and now need to migrate this build to our custom board. This board uses the AM3715 (TI ARM Sitara) SoC, the xM uses the DM3715, but it's basically the same. I expect the main differences are likely to be at board level, ra