[android-kernel] Connect Samsung Galaxy Tab with PC via USB- Serial (RS232) - URGENT

2011-06-29 Thread Pujan Zaverchand
Hello, I am having Samsung Galaxy Tablet and I need to connect to my pc via USB - Serial. From my tablet I am using Flex Serial Cable ( where one end is for serial port). From my PC I have USB to Serial cable and with the connector in middle I am connecting both the cables. When I hooked the usb

[android-kernel] Re: pmem open failed. A conflict between misc device patch and pmem driver ????

2011-06-29 Thread Shlomi Mor
Hi, I also see the exact same behavior. I checked out the history of misc.c, and saw that initialization of private_data field was added at kernel version 2.6.35. I see that the problem still exists on android kernel 2.6.39 (http:// android.git.kernel.org). For now I just commented out the test fo

[android-kernel] Re: Add Modules Loading Support for Goldfish Emulator

2011-06-29 Thread Earlence
you would probably want to ask the dalvik question on android- platform. -Earlence On Jun 29, 11:53 am, Zova wrote: > Thx Earlence. Yes, I have a real dev but it is not the same processor > version as the emulator. I want to use emulator to collect some trace info > when dalvikvm runs, e.g., in

Re: [android-kernel] Re: Add Modules Loading Support for Goldfish Emulator

2011-06-29 Thread Zova
Thx Earlence. Yes, I have a real dev but it is not the same processor version as the emulator. I want to use emulator to collect some trace info when dalvikvm runs, e.g., info about cache behavior and TCM access behavior. I know it may be better to use other tools to get cache info, so I tried val

[android-kernel] Re: Add Modules Loading Support for Goldfish Emulator

2011-06-29 Thread Earlence
it maybe that your driver is written for an actual TCM but the goldfish emulated CPU does not support this. why don't you just use it on a real dev board where you are absolutely certain of the hardware? -Earlence On Jun 27, 8:16 am, Zova wrote: > Thx for your reply. I know it is an emulator, an