Re: [android-porting] Enabling usb mass storage gadget in kernel 3.1

2011-12-09 Thread Nicu Pavel
Hi, On Wed, Dec 7, 2011 at 9:12 AM, Vishveshwar Bhat vishveshwarb...@aim.com wrote: [..] [530780.560560] sd 9:0:0:0: Attached scsi generic sg4 type 0 [530780.572419] sd 9:0:0:0: [sdd] Attached SCSI removable disk What is going on here? Am I missing some settings in kernel? BTW, adb is

[android-porting] android ics kernel source code

2011-12-09 Thread morgan zha
Hi I want to download ics kernel code, and have try below repository, but seems it’s invalid, anyone know other available repository? git clone http://android.googlesource.com/kernel/common.git thanks very much. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] custom am3703 Gingerbread

2011-12-09 Thread venkat k raju
Hi all, i am trying to build android rootfs for am3703(without dsp) . please suggest me how to start. i had been trying it with default beagleboard default config. -- thanksRegards k.v.raju -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Reverse tethering + wi-fi tethering

2011-12-09 Thread srinath ramini
Hi Tung Dang, Can you please share the procedure? Regards, Sreenath On Fri, Dec 9, 2011 at 9:47 AM, Tung Dang tung...@gmail.com wrote: It is possible On Thu, Dec 8, 2011 at 10:20 PM, sree raminisrin...@gmail.com wrote: Hi All, We are need to set up a wifi hub for some development

Re: [android-porting] Reverse tethering + wi-fi tethering

2011-12-09 Thread srinath ramini
Hi Tung Dang, Could you please explain little detail? or If you have any link, please forward. Thank you. Regards, Sreenath On Fri, Dec 9, 2011 at 12:33 PM, Tung Dang tung...@gmail.com wrote: You setup the USB RNDIS interface as default gateway . Normally is usb0 The setting can be put in

[android-porting] View the contents of mpeg2ts file created using Android media framework

2011-12-09 Thread Hema A
Hi All, I have extended the MediaRecorder class to support reading from a raw video file. I am using the MediaRecorder class to create the output as Mpeg2TS file with H264 encoding. recorder = new MediaRecorder(); recorder.setVideoSource(MediaRecorder.VideoSource.MYSOURCE); //Extended media

[android-porting] Init Issue

2011-12-09 Thread Kolanchinathan S
Hi All, I am porting the android kernel in DM365. while booting I am facing problem like Kernel panic - not syncing: Attempted to kill init!, I mentioned the error log message in below. My Android kernel version 2.6.32 Gingerbread Root File System(2.3) My

[android-porting] AM3703 ssd2531 touchscreen with android.

2011-12-09 Thread venkat k raju
Hi all, i am using ssd2531 controller for my lcd touch screen. now i am trying to integrate ssd2531 touch screen in to android Gingerbread. please suggest me if ssd2531 touchscreen driver is available in any kernel source. -- thanksRegards k.v.raju -- unsubscribe:

[android-porting] How many mount points possible on android?

2011-12-09 Thread Vishwanath Hegde
Hi, I would like to know how many mount points possible on android? When I inserted sd card through card reader on USB hub, I saw the mount points like sda, sdb, sdc etc….. But I did not understood till where it goes or what is the maximum limit here. Regards, Vishwanath -- unsubscribe:

[android-porting] Enabling usb mass storage in ICS

2011-12-09 Thread NARAYANA
Hi, I have tried enabling usb mass storage from sysfs entry by firing the below command cd sys/class/android_usb/android0/ $ echo adb,mass_storage functions $ echo 1 enable by enable settings/Developers/Usb debugging connected, a pop comes to enable mass storage when I click OK,but still I

[android-porting] Re: Enabling usb mass storage in ICS

2011-12-09 Thread Pankaj Dubey
Hi... Android gadget framework is changes from 3.0 kernel onwards and there are new sysfs entry which is not compatible with GB. So better try with Honeycomb or ICS Pankaj -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Enabling usb mass storage in ICS

2011-12-09 Thread Pankaj Dubey
Hi... Android gadget framework is changed from 3.0 kernel onwards and there are new sysfs entries which is not compatible with GB. So better try with Honeycomb or ICS Pankaj -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: problems enabling NfcService with P2pLinkManager

2011-12-09 Thread Pavan Savoy
On Thu, Dec 8, 2011 at 4:23 PM, Nick Pelly npe...@google.com wrote: I haven't seen that one before. So any suggestions ? To overcome this P2pLinkManager init ? Wanted to check out beam with our platform ... for the p2p stuff. card reading seems alright .. although I'm missing a good apk to

[android-porting] Re: android ics kernel source code

2011-12-09 Thread Fab
Try the instructions available here: https://wiki.linaro.org/Platform/Android/CompileAndRunAOSPICS The URL indicated git clone https://android.googlesource.com/kernel/omap is working good in my case. Fab On 9 déc, 05:42, morgan zha morgan...@gmail.com wrote: Hi I want to download ics kernel

[android-porting] property_set failure in the init process

2011-12-09 Thread 李晖
hi, all I am porting android to loongson2f, when I boot the system, the system tips kernel panic. By adding printf, I found that the bug, the following figure explain the position of bug, main |---property_init |init_property_area

[android-porting] Re: Init Issue

2011-12-09 Thread 李晖
information posted is not so detailed, please add print to the init program and find where is the exact point that cased this panic On 12月9日, 下午5时34分, Kolanchinathan S kolanch...@gmail.com wrote: Hi All, I am porting the android kernel in DM365. while booting I am facing problem like