[android-porting] Re: Connecting a Bluetooth device via USB on beagleboard

2010-10-21 Thread ms12
Ok, I'm back trying to get this to work. To recap, trying to get an external usb connected bluetooth device to work. I've updated to android 2.1 Eclair. One change I've noticed is that there is no longer and hcid service, but there is a new bluetoothd service. I've fixed the bluedroid so it

[android-porting] Re: Ril implement

2010-10-15 Thread ms12
On Fri, Oct 15, 2010 at 10:12 AM, Bill Hu bill...@enea.com wrote: Hi All, I ported android 2.1 to the omap3530 board, use the ril to connect to the modern, when using the modern to communication, it failed and have no signal strength, could you help to analyze the logcat below,

[android-porting] Re: Connecting a Bluetooth device via USB on beagleboard

2010-10-08 Thread ms12
, Mike On Oct 7, 11:30 am, ms12 mstic...@gmail.com wrote: Using Android 1.6 Donut I have the device (Bluegiga WT11, based on CSR Bluecore I believe) connected via usb hub to beagle board. I don't have a tty that I can spare.  I have started hcid, hciconfig shows hci0 up, and I can communicate

[android-porting] Re: Android bluetooth supported only on UART?

2010-10-08 Thread ms12
I too am attempting the same thing. See my post from yesterday and today: http://groups.google.com/group/android-porting/browse_thread/thread/575cce00be3d633d# Mike On Oct 7, 8:42 pm, Lay lightai...@gmail.com wrote: Hi, I have been struggling to get Bluetooth working on the USB interface for

[android-porting] Connecting a Bluetooth device via USB on beagleboard

2010-10-07 Thread ms12
Using Android 1.6 Donut I have the device (Bluegiga WT11, based on CSR Bluecore I believe) connected via usb hub to beagle board. I don't have a tty that I can spare. I have started hcid, hciconfig shows hci0 up, and I can communicate with the device to read feature, etc. So I believe it is

[android-porting] Re: Preparing sd card forever

2010-06-16 Thread ms12
, /sdcard is mounted bit early, but vfat partition is rejected in failure case.. i didnt get any ready hints, but complete log (bootargs, kernel traces, FS boot) will give some clue. On Tue, Jun 15, 2010 at 8:57 PM, ms12 mstic...@gmail.com wrote: I've found a lot of references

[android-porting] Preparing sd card forever

2010-06-15 Thread ms12
I've found a lot of references to this problem, mostly for commercial phones, but not the real root cause. I'm trying to do a demo of Android on a beagleboard setup, and this is driving me crazy. We have two development machines with presumably the same identical code but one has this error, the

[android-porting] Re: regarding ANALOGICS GPRS MODEM interface with BeagleBoard

2010-06-07 Thread ms12
Which port does the converter show up on? Typically something like / dev/ttyUSB0. Then put something like this in the init.rc service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so -- -d {your serial port} socket rild stream 660 root radio socket rild-debug stream 660

[android-porting] Re: Data connection via cell modem (GPRS)

2010-05-25 Thread ms12
Hi Henrik, Well, I'm getting pretty close. The ppp connections starts and stops gracefully. The radio log looks pretty clean, but I just cannot get the browser to start. It often pops up a window saying unable to find web page, or Data connectivity problem. Here is the end of the log when I

[android-porting] Re: Data connection via cell modem (GPRS)

2010-05-10 Thread ms12
do not need to run route explicitly). At this point I can ping www.google.com, but any attempt to start the web browser from Android touchscreen just hangs or gives an error. Thanks again for the help. Mike On May 10, 3:58 am, Uhrenfeldt Henrik henrik.uhrenfe...@ixonos.com wrote: Hi ms12, We

[android-porting] Re: Data connection via cell modem (GPRS)

2010-05-10 Thread ms12
/.transaction.SmsReceiverService ^C On May 10, 12:03 pm, Robert Greenwalt rgreenw...@google.com wrote: When the browser hangs/errors, can you take a bugreport or capture the logs?  That may shed light on the issue. R On Mon, May 10, 2010 at 9:44 AM, ms12 mstic...@gmail.com wrote: Thanks

[android-porting] Data connection via cell modem (GPRS)

2010-05-09 Thread ms12
We are trying to implement a demo of a mobile industrial sensor via android. One of the goals of the demonstration is to send data to a web site. The cell modem is working for SMS messages via the reference RIL just fine. We would like to use GPRS to allow somewhat more data. We currently

[android-porting] Adding GPRS to Android with an external modem

2010-03-23 Thread ms12
We are trying to get GPRS support with an external modem on Android 1.6 running on a Beagleboard. The modem is working fine with voice and text messages. But we are having a lot of problems understanding how to get mobile web access. I think we have to do 2 fundamental things: Enable PPP in

[android-porting] Re: Set system time from radio

2010-03-05 Thread ms12
for this? Mike On Mar 3, 5:22 pm, David Turner di...@android.com wrote: Yes, you can use a NITZ unsolicited message. See hardware/ril/reference-ril/reference-ril.c:onUnsolicited() On Wed, Mar 3, 2010 at 2:25 PM, ms12 mstic...@gmail.com wrote: Is there a way to set the system time from the cell phone

[android-porting] Set system time from radio

2010-03-03 Thread ms12
Is there a way to set the system time from the cell phone? I've searched ril.h and ril_commands.h and there seems to be no way to request the time from the cell modem. Am I missing something? Mike -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Setting permissions on radio (chmod /dev/ttyUSB1) in init.rc

2009-12-09 Thread ms12
so the perms are available when the USB completes the connection. Mike On Dec 7, 7:34 pm, Tick ticktoc...@gmail.com wrote: Hi Mike, You may take a look of  system/core/init/device.c. Cheers, Tick On Tue, Dec 8, 2009 at 5:28 AM, ms12 mstic...@gmail.com wrote: I have a GSM radio connected

[android-porting] Re: Resistive touchscreens

2009-12-03 Thread ms12
We have gotten a Xenarc 706TSA resistive touchscreen to work on beagle board with Android 1.5 (haven't tried later versions yet). Seems to work fine. Calibration was done manually by printing out coordinates read in the kernel driver and programming the compensation into the driver. Maybe not