Re: [android-kernel] Fastboot and the Verizon Xoom

2011-03-02 Thread mike digioia
Steve, >From the first email seems like you can do everything. But now you say you can't boot the new kernel you flash. So how can you test the new kernel if you can't boot it? I understand you can test that you are successful with the fastboot flash command line response. But if it does not boot

Re: [android-kernel] Fastboot and the Verizon Xoom

2011-03-02 Thread Steve Modica
On Mar 2, 2011, at 8:39 PM, Steve Modica wrote: > > > Any ideas? I've flashed the boot partition and rooted it already. Turns out I can flash, just not "boot". So I can flash in new kernels and test them. It's just a hassle. > > -- Steve Modica CTO - Small Tree Communications www.small

[android-kernel] Fastboot and the Verizon Xoom

2011-03-02 Thread Steve Modica
Hi All, I just picked up a Verizon Xoom as sort of a hail mary pass for a demo tomorrow. We're all set, but we wanted to try and flash this baby too. I tried fastboot boot with my new kernel (with USB cdc ethernet support enabled) and I'm getting an error saying "Boot command is not allowed on

Re: [android-kernel] Re: ADB

2011-03-02 Thread mike digioia
Hi steve, This makes some sense. But the id is the usb product id. They have asked to alter the product id on my linux ubuntu system to match what is in my device kernel for usb product code. I have not done this yet, since the product code should only change if the usb hw changes. It makes some s

Re: [android-kernel] Re: ADB

2011-03-02 Thread Steve Modica
On Mar 2, 2011, at 4:20 PM, mike digioia wrote: > Yes this is the normal stuff everyone needs to do when it does not work well. > But my problem has been identified by Qualcomm engineers as a product id > mismatch. First they said it was caused by the pid (misunderstood to be > process id). Bu

Re: [android-kernel] android Device Portability Test (Porting Verification)

2011-03-02 Thread mike digioia
Well this is quite complex, since these devices have so much functionality. Functional regression test would do this for all the features. If this is not what you are looking to do then just try and use it on the network in the major areas like camera, wifi, 3g, voice, etc... On Mar 2, 2011 5:59 A

Re: [android-kernel] Re: ADB

2011-03-02 Thread mike digioia
Hi Yes this is the normal stuff everyone needs to do when it does not work well. But my problem has been identified by Qualcomm engineers as a product id mismatch. First they said it was caused by the pid (misunderstood to be process id). But in the platform boards file USB has its product ID numb

[android-kernel] android Device Portability Test (Porting Verification)

2011-03-02 Thread P@AR
Is there any way : tools, list of test-cases... for verifying that Andorid is successfully ported to the new device ? I think it is not enough if you read the dmesg printouts to confirm that android and all it's components(kernel, drivers, libraries... ) will function correctly together. I just n

[android-kernel] Re: Forward porting USB OTG capability on Dell Streak

2011-03-02 Thread Gerhard Killesreiter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 28.02.2011 17:09, schrieb Colin: > I am also very interested in getting USB OTG (or other USB host > functionality) to work on the Dell Streak. Has anyone had any > success? I've had none, but I've also had little time recently. > I am open to u

[android-kernel] Re: ADB

2011-03-02 Thread P@AR
No Pavan, I haven't tried that! I'll check and see if modifying the android_winusb.inf could help... Thanks, Best Regards On Mar 2, 10:54 am, Pavan Savoy wrote: > On Wed, Mar 2, 2011 at 3:16 PM, P@AR wrote: > > Hi Mike > > ... maybe from different reason... but I also had troubles with > > con

Re: [android-kernel] Re: ADB

2011-03-02 Thread Pavan Savoy
On Wed, Mar 2, 2011 at 3:16 PM, P@AR wrote: > Hi Mike > ... maybe from different reason... but I also had troubles with > connecting to adb on my device. > > For solving the problem I was doing do following commands > > adb kill-server > adb start-server > > and after several tries, it succeed > (

[android-kernel] Re: ADB

2011-03-02 Thread P@AR
Hi Mike ... maybe from different reason... but I also had troubles with connecting to adb on my device. For solving the problem I was doing do following commands adb kill-server adb start-server and after several tries, it succeed (sometimes I had to reconnect unplug/plug the USB cable few time