[android-porting] RILd

2015-02-27 Thread Gianmaria Iaculo
Hi, I'm using BBB with android 4.4.4_r1. I have all set for RIL but on logcat i continue to receive this message and nothing else: root@ubuntu:~/aosp# adb logcat -b radio I/RIL ( 68): Opening tty device /dev/ttyACM0 E/RILC( 68): RIL_register: RIL version 9 D/RIL ( 68): setRad

[android-porting] Telit RIL, BBB_4.4

2015-02-27 Thread Gianmaria Iaculo
Hello All, I'm tring to get my RIL up and working with android on BBB. I'm using Telit HE910. This modem when connected creates 6 tty: root@beagleboneblack:/ # ls /dev/ttyA* /dev/ttyACM0 /dev/ttyACM1 /dev/ttyACM2 /dev/ttyACM3 /dev/ttyACM4 /

[android-porting] Re: How to enable Telephony and SMS features in ICS 4.0

2015-03-03 Thread Gianmaria Iaculo
Hollo.. I've made all edits you seggest, but i still have this radio log. Any suggest? Thank you Gianmaria oot@ubuntu:~/aosp# adb logcat -b radio I/RIL ( 68): Opening tty device /dev/ttyACM0 E/RILC( 68): RIL_register: RIL version 9 D/RIL ( 68): setRadioState(0) D/AT (

[android-porting] GPS Porting

2015-03-28 Thread Gianmaria Iaculo
Hello, I need a little help cause I'm getting confused on how to attach a GPS to my android porting. First: I'm working with 4.4.4 and I've a working RIL with an LTE modem from Telit. My GSM Module (LE910) also have a GPS chip so when attached it creates a ttyUSB wich produces NMEA sentences w

[android-porting] How to enable GPS?

2015-04-14 Thread Gianmaria Iaculo
Hello, I'm porting GPS HAL on android 4.4. Tha's what I've done till now. 1) I started with freerunner_gps.c cause it seem the simplest solution, and it clearly works with a serial nmea port, wich is right my case. I've a ttyUSB1 wich produces just NMEA sentences. 2) I've created a direct

[android-porting] Mad about PPPd

2019-11-11 Thread Gianmaria Iaculo
Hi all, Im porting android AOSP to a new board, everything works fine except data. I implemented u-blox RIL on my board. In My radio log i see this: 1-07 22:52:32.063 10916 10916 I pppd.gprs: Internet protocol configuration is [IP] 11-07 22:52:32.081 10917 10917 I pppd.gprs: Configure pppd secu

[android-porting] Accelerometer Porting

2019-12-02 Thread Gianmaria Iaculo
Good morning, I need a little help with accelerometer porting, I'm new to this task and right now I'm a little bit confused. I've read the documentation on Google Sensors Stack here: https://source.android.com/devices/sensors/sensor-stack but I'm not able to go ahead. Actually I've my accelerom

Re: [android-porting] Accelerometer Porting

2019-12-06 Thread Gianmaria Iaculo
2, 2 thg 12, 2019 vào lúc 21:54 Gianmaria Iaculo < > gianm...@nventa.it > đã viết: > >> Good morning, >> I need a little help with accelerometer porting, I'm new to this task and >> right now I'm a little bit confused. I've read the documentation on

[android-porting] Wrong detect of accelerometer

2019-12-13 Thread Gianmaria Iaculo
Good morning, android 9 with accelerometer connected gives this message: 12-12 19:03:18.112 3339 3428 D EventHub: No input device configuration file found for device 'ADXL34x accelerometer'. 12-12 19:03:18.112 3339 3428 I EventHub: New device: id=1, fd=111, path='/dev/input/event2', name='ADXL34

Re: [android-porting] Battery charge state and level

2020-02-26 Thread Gianmaria Iaculo
Hello, You need the HAL, ask for that to the hardware producer. Regards Il mer 26 feb 2020, 20:29 Donal Morrissey ha scritto: > Hi There, > We're creating a custom Android device based on the NXP iMX8M Mini and > want to add our a BQ24250 charge management chip and a MAX17055 fuel gauge. > Both