[android-porting] Re: system/bin/dhcpcd not working

2011-02-04 Thread extrapedestrian
furthermore... Androd.mk has dhcp.conf commented out, And android.conf has to be changed cause it only contains wifi interface options, if you want it to set ethernet you need to add interface for eth0. And dhcp-run-hooks trys to write to /dev/null which has been touched by another android

Re: [android-porting] beagleboard porting

2011-02-04 Thread Amit Pundir
arowboat.com http://groups.google.com/group/android-porting/msg/a6179104500c99ed Regards, Amit Pundir On Fri, Feb 4, 2011 at 8:40 AM, Gagan Jit singh Hattar gaganhat...@gmail.com wrote: Hi I downloaded the linux-omap code from git clone

Re: [android-porting] porting Android 2.2 with TSC2005 and a resistive touchscreen

2011-02-04 Thread Matthew Weber
Just to update, I'm able to get single touch working. Although now, I'm trying to figureout how swipe works and why either my touchscreen driver or the input event queuing is somehow mixed up and thinks a swipe is a sequence of individual touches instead of a constant motion. On Thu, Feb 3, 2011

[android-porting] im building a new device

2011-02-04 Thread keerthi
hey guys im new to android im building a new device (tablet) i need to know how to make android run on my device.. please help -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Unable to get RILD/RILC or hardware level logs

2011-02-04 Thread Mr Jai
Hello all I am running mips-andriod on smp8654 but i am unable to get RILD and other hardware level logs, do I have to enable some kind of macro or something. Please guide me through. when i was setting up the environment, i set the parameters as follows Chip Number : 8654

Re: [android-porting] Unable to get RILD/RILC or hardware level logs

2011-02-04 Thread Hamilton Vera
Are you able to use ADB? adb logcat -b radio []'s Hamilton Vera On Fri, Feb 4, 2011 at 11:17 AM, Mr Jai junaid.rehmat.r...@gmail.com wrote: Hello all I am running mips-andriod on smp8654 but i am unable to get RILD and other hardware level logs, do I have to enable some kind of macro or

[android-porting] For getting Adhoc package in Android

2011-02-04 Thread Dnyaneshwar varal
Friends i am making application for mobile ad-hoc network (MANET) in android. For that it is necessary to import adhoc packagebut i am not getting that package...Can u help me? Plz...! -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] beagleboard porting

2011-02-04 Thread arun joseph
Try using console = ttyO (Oh) instead of ttyS0 in the bootargs. Regards, Arun On Fri, Feb 4, 2011 at 3:46 PM, Amit Pundir pundira...@gmail.com wrote: arowboat.com http://groups.google.com/group/android-porting/msg/a6179104500c99ed Regards, Amit Pundir On Fri, Feb 4, 2011 at 8:40 AM,

Re: [android-porting] Beagleboard XM info required

2011-02-04 Thread arun joseph
Hi, Please have a look at http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/02_02_00/index_FDS.html http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/02_02_00/index_FDS.htmlfor prebuilt android images for beagle XM. This release supports DVI D supported

Re: [android-porting] Android porting:Issue of mini USB OTG port in host mode on Beagleboard

2011-02-04 Thread arun joseph
Please have a look at TI supported Android prebuilt images for beagleboard http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/02_02_00/index_FDS.html http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/02_02_00/index_FDS.html Regards, Arun On Thu, Feb

Re: [android-porting] Debug Message while Boot Up

2011-02-04 Thread arun joseph
Try increasing loglevel in init.rc Regards, Arun On Thu, Feb 3, 2011 at 3:48 PM, Stefan sgo...@dh-electronics.de wrote: Hi all, I want to know if there is the possibility to show me some debug messages while I'm trying to boot android. I've added service logcat /system/bin/logcat -f