[android-developers] Re: Renderscript problems in SDK 14

2011-10-21 Thread RodneyJLambert
Paul, I am seeing the same problem on Windows and Linux systems. Even the sample projects like the RenderScript/MiscSamples project do not compile. It looks like the Android team modified this sample to have two packages and the old com.android.samples package has a root function that returns

[android-developers] Possible RenderScript bug when not referencing an included rsh file form code.

2011-09-30 Thread RodneyJLambert
I have some RenderScript code that includes an inline function form a .rsh file. When I remove the use of the function llvm-rs-cc.exe throws an un-handled exception and crashes. The rs file looks like this: rs_allocation gIn; rs_allocation gOut; rs_script gScript; float Contrast = 1.0;

[android-developers] The RenderScript funtions rsUnpackColor8888 and rsPackColorTo8888 do not work as expected.

2011-09-29 Thread RodneyJLambert
The following RenderScript code does not work as expected. void root(const uchar4 *v_in, uchar4 *v_out, const void *usrData, uint32_t x, uint32_t y) { float4 f4 = rsUnpackColor(*v_in); // unpack the color data *v_out = rsPackColorTo(f4); // repack the color data

[android-developers] Re: ADB could see Samsung Galaxy Tab 10.1 but now it can't!

2011-09-12 Thread RodneyJLambert
mellery451, Thanks but I did try that many times and it makes no difference. FYI today ADB can not see the Tab! For a system that never had a problem see the Tab for three months to suddenly not be able to see it something must have changed and I feel like it is on the Ubuntu side but I don't

[android-developers] Re: ADB could see Samsung Galaxy Tab 10.1 but now it can't!

2011-09-09 Thread RodneyJLambert
procedure for the next person the has this problem. On Sep 5, 10:15 am, RodneyJLambert rodney.j.lamb...@gmail.com wrote: I have a Ubuntu development system that I have been using to do Android development and until this week the ADB would detect myGalaxyTab10.1, now the ADB will not list

[android-developers] Re: ADB could see Samsung Galaxy Tab 10.1 but now it can't!

2011-09-06 Thread RodneyJLambert
: This happened on my galaxy tab 7. For me to fix my issue, I either restarted thedeviceor toggled the ability to debug application on thedevice. On Sep 5, 10:15 am, RodneyJLambert rodney.j.lamb...@gmail.com wrote: I have a Ubuntu development system that I have been using to do Android

[android-developers] ADB could see Samsung Galaxy Tab 10.1 but now it can't!

2011-09-05 Thread RodneyJLambert
I have a Ubuntu development system that I have been using to do Android development and until this week the ADB would detect my Galaxy Tab 10.1, now the ADB will not list the tab as an available device. lsusb shows : $ lsusb Bus 002 Device 046: ID 04e8:685e Samsung Electronics Co., Ltd Bus 002