Re: [android-porting] Error at Boot up. Hangs at splash screen

2012-11-05 Thread Rafael Coutinho
Hey Alan, thanks for your inputs. I'm trying here to identify this issue. I found the i2ctools but i was working on the migration to android, so this package you sent me is of great help. We are working on a board based on the imx53 but with our own project. Will let you know about the progres

[android-porting] How to enable Telephony/Phone and SMS features in ICS 4.0

2012-11-05 Thread Prasanna Kulkarni
Hi all, I have also tried to enable Telephony features and sms capability over android ICS 4.0.3 and following are the files need to be updated 1) To remove WIFI-only option and to enable mobile services we need to override config.xml... so add following lines

[android-porting] Enable Telephony/Phone and SMS features in ICS 4.0.3

2012-11-05 Thread Prasanna Kulkarni
Hi all, I have also tried to enable Telephony features and sms capability over android ICS 4.0.3 and following are the files need to be updated 1) To remove WIFI-only option and to enable mobile services we need to override config.xml... so add following lines

[android-porting] How to enable Telephony/Phone and SMS features in ICS 4.0.3

2012-11-05 Thread Prasanna Kulkarni
Hi all, I have also tried to enable Telephony features and sms capability over android ICS 4.0.3 and following are the files need to be updated 1) To remove WIFI-only option and to enable mobile services we need to override config.xml... so add following lines

[android-porting] How to enable Telephony/Phone and SMS features in ICS 4.0.3

2012-11-05 Thread Prasanna Kulkarni
Hi all, I have also tried to enable Telephony features and sms capability over android ICS 4.0.3 and following are the files need to be updated 1) To remove WIFI-only option and to enable mobile services we need to override config.xml... so add following lines

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

2012-11-05 Thread Prasanna Kulkarni
Hi all, I have also tried to enable Telephony features and sms capability over android ICS 4.0.3 and following are the files need to be updated 1) To remove WIFI-only option and to enable mobile services we need to override config.xml... so add following lines

[android-porting] Re: Android porting request_firmware() failed

2012-11-05 Thread lex Zou
code -2 means your requested firmware not exist. On Wednesday, October 24, 2012 12:38:18 PM UTC+5:30, willy woo wrote: > > Hi All, > > I found this email group was discussing Android request_firmware(). > > Now I got the same problem for Beagleboard ICS. I need port a device > driver and I used r

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

2012-11-05 Thread Prasanna Kulkarni
Hi All, First of all i want tell thanks to everybody for posting here a valuable information to enable Telephony and sms feature over Android ICS 4.0.3. I have also tried in some other way to get this features and want share here so that it will be helpful.. 1) In File $my_a

[android-porting] Re: Send your Google Account Manager your public key file in order to establish Git server access.

2012-11-05 Thread hagenp
You refer to an outdated, obsolete page from 2008. The requirement has been dropped. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

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

2012-11-05 Thread Prasanna Kulkarni
Hi all, First, i want to thank all you for giving an idea to enable Telephony and SMS features in ICS 4.0. ICS. along with this information i have also tried few things to get telephony features on ICS may be helpful to anybody 1) No need to build as PRODUCT_CHARACTERISTICS

[android-porting] Re: Android access GPIO

2012-11-05 Thread valeswararao dhilipudi
Hi Vincent, You can not access kernel calls in user space libraries. You can not directly handle the hardware from user space , Either way you can utilize the kernel features like proc fs or syfs to communicate with the kernel from user space. You can implement proc fs or sysfs calls to communi

[android-porting] Re: USB external device not working

2012-11-05 Thread Luccio
Hi, i had a problem with my circuit converter RS485/USB this is why the android device could'nt fixe the connexion. Best Regards. Le jeudi 18 octobre 2012 15:18:46 UTC+2, Luccio a écrit : > > Hi, > > when i plug my usb device i have these message : > > 127|root@android:/ # [ 118.367095] usb

[android-porting] Re: External USB device

2012-11-05 Thread Luccio
Hi, finaly, i can send data using android.hardware.usb API. Best Regards, Le lundi 29 octobre 2012 15:47:44 UTC+1, Luccio a écrit : > > Hi, > > How can i send and receive data from an external usb device ? > > here is the dmseg : > > new full speed USB device number 103 using ehci-omap > [ 779

[android-porting] Porting RILd

2012-11-05 Thread Alexander Postol
Hello, all. About my problem. I have a Huawei Vision U8850, official firmware is Android 2.3.7 and don't have official Android 4.0.3 ICS. But i port Android 4.0.3 and kernel for him from other device. All works without GSM, GPRS and 3G. When i started rild manualy show log [CODE] Unable to open

[android-porting] Booting Android without framework or GUI

2012-11-05 Thread Sagar Shinde
Hi, For testing of our kernel driver in our production testing, we wanted to boot Android in few seconds (as less as possible). After flashing images to the device we wanted to test our drivers immediately after Android boot sequence gets completed. We test out drivers with our own native applica

[android-porting] Re: Android access GPIO

2012-11-05 Thread Shree Kumar
On Friday, November 2, 2012 3:07:24 PM UTC+5:30, vincent wrote: > > Hi All, > > I am newer of Android and Linux. Now I am doing a task which > request to access GPIO in hwc.c or Surfaceflinger.cpp. > > (I am using a panda board, and have light up it, now I want to > modify someth