[android-porting] Choosing Hardware for Android

2010-11-07 Thread Srinidhi K V
Hi everyone, I am planning to buy a Hardware which works well with Android preferably 2.1 or 2.2 . I do not want to buy Android development phone but rather want to build on custom hardware. I am new to this so I seek help from this community. Suggestions on which hardware to be purchased is apprec

Re: [android-porting] Choosing Hardware for Android

2010-11-08 Thread Srinidhi K V
atforms have android community support (you can find more > info on omapworld.com ) > > -- > Regards, > Deva > www.bittoggler.com > > > On Mon, Nov 8, 2010 at 3:24 PM, Abhay kumar wrote: > >> Any hardware around 30k is much appreciable... >> >> >>

[android-porting] Error after booting Froyo

2010-11-13 Thread Srinidhi K V
Hi All, I am trying to bring up Froyo on Hawk board. But I am hitting an issue, after Kernel boots I have an error popping up "LAUNCH FAILED FORCE CLOSE". I am using Core Druid's Kernel and File system Boot argument I am using is bootargs=mem=128M console=ttyS2,115200n8 noinitrd root=/dev/sda1 roo

Re: [android-porting] Error after booting Froyo

2010-11-14 Thread Srinidhi K V
Hi have u tried the kernel 2.6.35 whicj is releasded along with the froyo > from hawkboard > > On Nov 14, 2010 12:22 PM, "Srinidhi K V" wrote: > > Hi All, > > I am trying to bring up Froyo on Hawk board. But I am hitting an issue, > after Kernel boots I have an

[android-porting] Error while initializing applications/services

2010-11-17 Thread Srinidhi K V
Hi All, I tried to bring up Froyo on Hawk board, I was able to do it from the Kernel and File System provided Core Druid However when I boot with the File System built from the sources I am getting an error. Freeing init memory: 148K Warning: unable to open an initial console. init: /init.rc: 70:

Re: [android-porting] Error while initializing applications/services

2010-11-17 Thread Srinidhi K V
ystem > mount ext4 /dev/block/mmcblk0p2 /system ro remount > > # We chown/chmod /data again so because mount is run as root + defaults > mount ext4 /dev/block/mmcblk0p5 /data nosuid nodev > chown system system /data > chmod 0771 /data > > > []'s &

Re: [android-porting] Some questinos about new shell, mksh, on ARM.

2010-11-25 Thread Srinidhi K V
> >try installing busybox over android. to get regular bash shell and tools. > I have Installed Busy box on my Hawkboard but the tab completion is not working. Do I have to make any setting to enable the tab completion? Thanks Srinidhi KV -- unsubscribe: android-porting+unsubscr...@googlegroups.

[android-porting] Booting Android

2010-11-30 Thread Srinidhi K V
Hi, I am running Froyo on Hawk board (with 2.6.32 Kernel). I followed the steps as given in http://gitorious.org/android-enablement/pages/Home for building the Kernel and File System. In the default configuration Blue tooth is turned off. But I need to enable it, (if I reconfig enabling bluet

Re: [android-porting] who can give me android 2.2 system source code ?

2010-12-09 Thread Srinidhi K V
u can get > those sources from the same place that I mentioned in my previous > email. > > The link http://source.android.com/source/download.html will tell you > what to do with the sources.. > > -- Ashwin > > > > On Thu, Dec 9, 2010 at 11:45 AM, Srinidhi K V > wr

[android-porting] How to build own application

2010-12-10 Thread Srinidhi K V
Hi, I have developed an android application which works fine with android phone and Emulator. I want to add this application when I build file system for my Hawk board. Is there a way to do that? Can anybody please provide some pointers on this. Thanks Srinidhi -- unsubscribe: android-porting+u

Re: [android-porting] How to build own application

2010-12-10 Thread Srinidhi K V
t 8:57 PM, Deva R wrote: > Hi, > > Android build will pickup your applicaiton, if you just place complete > application folder in $MYDROID/packages/apps/ path. > > Or else, other way is as simple as making your Android.mk visible to > android build., > > > On Fri, De

[android-porting] Hawkboard Vendor ID

2010-12-11 Thread Srinidhi K V
Hi Does Hawkboard has Vendor ID? if so anyone know what is the Vendor ID for the hawk board, which enables the device getting detected as Android device. I could find ID for other OMAP devices but not hawkboard. Thanks Srinidhi -- unsubscribe: android-porting+unsubscr...@googlegroups.com websi

Re: [android-porting] Hawkboard Vendor ID

2010-12-12 Thread Srinidhi K V
o determine the > vendor and product ID.. > > Regards > -- Ashwin > > > > On Sat, Dec 11, 2010 at 8:56 AM, Srinidhi K V > wrote: > > Hi Does Hawkboard has Vendor ID? if so anyone know what is the Vendor ID > > for the hawk board, which > > enables the d

Re: [android-porting] How to build own application

2010-12-12 Thread Srinidhi K V
/packages/apps/AlarmClock.git;a=tree;h=refs/heads/p-froyo;hb=p-froyo > > <http://git.omapzoom.org/?p=platform/packages/apps/AlarmClock.git;a=tree;h=refs/heads/p-froyo;hb=p-froyo> > > On Fri, Dec 10, 2010 at 10:04 PM, Srinidhi K V wrote: > >> Hi Deva, >> >> >

Re: [android-porting] How to build own application

2010-12-13 Thread Srinidhi K V
place the .apk in /system/app folder. it will installed by default > during bootup by package scanner. > > > On Mon, Dec 13, 2010 at 10:59 AM, Srinidhi K V wrote: > >> Hi Deva, >> >> Now I have Built .apk file for my application, how do I install it on the >&

[android-porting] Error while obtaining Ginger bread source

2010-12-22 Thread Srinidhi K V
Hi All, I was trying to download the Ginger Bread source code . I used the following commands cd mydroid repo init -u git://android.git.kernel.org/platform/manifest.git -b android-2.3_r1 repo sync But I am ending up with this error :( fatal: The remote end hung up unexpectedly error: Cannot fetc

[android-porting] Re: [android-building] Error while obtaining Ginger bread source

2010-12-22 Thread Srinidhi K V
; > On Wed, Dec 22, 2010 at 12:28 AM, Srinidhi K V > wrote: > > Hi All, > > I was trying to download the Ginger Bread source code . I used the > following > > commands > > > > cd mydroid > > repo init -u git://android.git.kernel.org/platform/manifest.git

Re: [android-porting] attempting to build gingerbread

2010-12-23 Thread Srinidhi K V
Hi All, Is there a way to build ginger bread on a 32bit machine? Any pointers on this would be of great help. @ Kelvin >I applied the 32 bit patch Where can I get this patch? So that I can build on a 32 bit m/c Thanks Srinidhi On Tue, Dec 21, 2010 at 6:21 PM, Kelvin wrote: > Hi guys, > > I tr

[android-porting] untracked pid exited error while booting froyo

2010-12-24 Thread Srinidhi K V
Hi All, I was trying to boot Android 2.2.1 on Hawk board. I could successfully build but when I boot I get the following error. Can anyone help to resolve this? Starting kernel ... Linux version 2.6.32-rc6 (r...@srinidhi-desktop) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #1 PREEMPT Mon

Re: [android-porting] untracked pid exited error while booting froyo

2010-12-24 Thread Srinidhi K V
try logcat& and see what the problem is. you are either missing some file > used in file system or in need of flushing cache&data directory > > 나의 iPhone에서 보냄 > > 2010. 12. 24. 오후 5:27 Srinidhi K V 작성: > > Hi All, > I was trying to boot Android 2.2.1 on Hawk board.

Re: [android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-24 Thread Srinidhi K V
Hi Deepak, I has the same issue while porting Froyo on Hawkboard. I had flashed the kernel to NAND, I erased it and reflashed it to NAND and this did the trick. I am not sure it will work, but you can give a try. Thanks Srinidhi On Fri, Dec 24, 2010 at 2:17 PM, deepak singal wrote: > Hi All, >

Re: [android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-24 Thread Srinidhi K V
x27;write' r=-2 >> init: command 'write' r=-2 >> init: command 'write' r=0 >> init: command 'write' r=0 >> init: command 'mkdir' r=0 >> init: command 'mount' r=-1 >> init: command 'chown' r=0

Re: [android-porting] omapevm3530 kernel panic --- gingerbread

2010-12-27 Thread Srinidhi K V
mon/docs/gen': No such file or directory and after this build goes on. Does my source folder has something missing? I did repo sync again but this message still appears. Thanks Srinidhi On Fri, Dec 24, 2010 at 5:44 PM, deepak singal wrote: > > First try with generic buid using make com

[android-porting] Setting up ADB on hawkboard

2011-01-12 Thread Srinidhi K V
Hi, I am trying to establish ADB connection over USB OTG on hawk board. I am following instructions as per this http://omappedia.org/wiki/Support_Tools#ADB_over_USB. I am using Ubuntu Lucid and it does not have /proc/bus/usb . Hence $ sudo mount -t usbfs none /proc/bus/usb gives an error mount: mo

Fwd: [android-porting] Setting up ADB on hawkboard

2011-01-13 Thread Srinidhi K V
Hi Akshat You can see the complete ouput while setting up ADB. http://pastebin.com/HYYmnLsB Thanks Srinidhi -- Forwarded message -- From: Srinidhi K V Date: Thu, Jan 13, 2011 at 1:10 PM Subject: Re: [android-porting] Setting up ADB on hawkboard To: Akshat Saha Hi Akshat

[android-porting] Document for init.rc and android services

2011-01-20 Thread Srinidhi K V
Hi, I wanted to learn about mandatory android services that has to be started in init.rc and how to reduce the boot time etc.. Is there any document on init.rc and android services. Currently only document I have referred to is http://source.android.com/porting/bring_up.html Thanks in Advance Sri

Re: [android-porting] Re: Document for init.rc and android services

2011-01-20 Thread Srinidhi K V
/2009/08/init-process-and-initrc.html > > was handy.. > > > > On Thu, Jan 20, 2011 at 4:50 PM, Srinidhi K V > wrote: > > > > > Hi, > > > > > I wanted to learn about mandatory android services that has to be > started in > > > init.rc and

[android-porting] Re: [hawkboard.org] Setting up ADB on hawkboard

2011-01-21 Thread Srinidhi K V
/android_fs# > adb devices > >List of devices attached > > > here u should've seen device lsited., > can you try "stop adbd;start adbd" in host side? > also, did u see usb attached in debug mode, in android home screen > notification? > > On Thu, Ja

Re: [android-porting] Re: Setting up ADB on hawkboard

2011-01-24 Thread Srinidhi K V
u)" > > http://esausilva.com/2010/05/13/setting-up-adbusb-drivers-for-android-devices-in-linux-ubuntu/ > > On Jan 21, 2:44 pm, Srinidhi K V wrote: > > Hi Deva, > > > > >can you try "stop adbd;start adbd" in host side? > > > > *root@sri

[android-porting] Beagleboard XM info required

2011-02-03 Thread Srinidhi K V
Hi, I am planning to buy a Beagle Board XM, Can i use svideo out to connect it to my VGA monitor via tv tuner card or should I have DVI D supported monitor? Also does this board have any hardware issues like the hawk board??? Thanks Srinidhi -- unsubscribe: android-porting+unsubscr...@googlegr

[android-porting] Adding a new module in Android

2011-04-08 Thread Srinidhi K V
Hi, I have a Thermal management code written in C for a custom EVM board. I want to add this as a module (make part of Android). How do i do that? Any pointers will be of great help. Thanks Srinidhi -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/

[android-porting] Adding a new local git project

2011-04-25 Thread Srinidhi K V
Hi All, I have a local git repository which I would like to add in $ANDROID/external/ folder as a project. So that it get synced from a local repository when "repo sync " command is used. I tried adding this in manifest.xml but it dint work. Can anyone mention the steps involved in this or any poi

[android-porting] Upgrading Goldfish Kernel

2011-05-12 Thread Srinidhi K V
Hi, I have set of device drivers which works on 2.6.35 kernel. I am developing a module which will integrated with Android. During the development stage I want to test the module on SDK before doing it on real hardware. But my drivers doesn't work on 2.6.29 Goldfish Kernel. So I wanted to upgrade

[android-porting] Info required on Goldfish Kernel

2011-05-12 Thread Srinidhi K V
Hi All, I was wondering why there is no Goldfish kernel after 2.6.29 . Is it google stopped forward porting it to the subsequent versions or is there something new in subsequent kernels (2.6.30 onwards) that wont support goldfish? Thanks in Advance Srinidhi -- unsubscribe: android-porting+unsub

[android-porting] Kernel version in Honeycomb 3.2

2011-06-30 Thread Srinidhi K V
Hi, Can anyone let me know which is the official Kernel version for Honeycomb 3.2 Thanks Srinidhi KV -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Info required regarding Android Gadget Driver

2011-07-25 Thread Srinidhi K V
Hello All, I have a custom hardware on which Android 2.3.4 is running. I want to enable ADB support for this device. Can anyone please give me some pointers to get started on this. Thanks in Advance, Srinidhi KV -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Info required regarding Android Gadget Driver

2011-07-26 Thread Srinidhi K V
meant for developer phones. Is there something I am missing out? Thanks in Advance, Srinidhi KV On Tue, Jul 26, 2011 at 11:28 AM, Amit Pundir wrote: > On Tue, Jul 26, 2011 at 10:46 AM, Srinidhi K V wrote: >> >> Hello All, >>              I have a custom hardware on which Andr

Fwd: [android-porting] Info required regarding Android Gadget Driver

2011-07-27 Thread Srinidhi K V
Hello All, I am trying to add PhoNet support in android gadget driver. Does anyone has done this before? Any pointers on how to get started would be of great help. Thanks, Srinidhi KV -- Forwarded message -- From: Srinidhi K V Date: Tue, Jul 26, 2011 at 3:46 PM

[android-porting] Phonet for Android Gadget driver

2011-08-01 Thread Srinidhi K V
Hi All, I am trying to add PhoNet support to android gadget driver. I am successful in getting Phonet enumerated when connected to Windows XP machine. But driver installation ends up with code10 error :(. Is there anyone who has added PhoNet to android gadget driver before? Any pointers

[android-porting] Adding new network interface

2011-09-09 Thread Srinidhi K V
Hello All, I am working on a custom android device. I have a USB composite gadget driver which enumerates a network interface. This interface goes down whenever USB configuration is changed (From Mass storage to RNDIS or vice versa). I am trying to bring up this interface whenever US

[android-porting] Using system property in Android

2011-09-30 Thread Srinidhi K V
Hi All, I have a 'service' which needs to be enabled when USB configuration supports it and disabled when USB configuration does not support it. I have tried to implement it but I am able to achieve partial success. Below is what I have done 1. Declared myservice in init.rc "service mys

Re: [android-porting] where can i download new android-kernel?

2011-11-07 Thread Srinidhi K V
Hi, I don't think Kernel repositories are up yet on android server. Srinidhi On Tue, Nov 8, 2011 at 8:30 AM, 220 snda wrote: > I can't download android kernel .Please tell mewhere can i download > new android-kernel? > > -- > unsubscribe: android-porting+unsubscr...@googlegroups.com > websi

[android-porting] Boot fails with android 3.0 kernel

2011-11-11 Thread Srinidhi K V
Hi All, I have been trying to boot ICS (prebuilt binaries downloaded from google) with android 3.0 kernel after adding all goldfish feature to bare android3.0 kernel (checked out from kernel/common). I am failing to boot it. Error I can see is service 'Service Manager' exits (below is the