[android-developers] Re: Im trying to unlock boot loader on xperia play need help!

2011-12-16 Thread Danny.Zubiate
The Android Boot loader Interface-file is the android_winusb.inf that you should have unzipped in step 9. As mentioned in step 10, you need to place it in the correct location within your Android SDK directory that you downloaded and set up in step 8. In step 13 (the one you quoted) you must

[android-developers] Re: Intensity of vibration in Xperia arc

2011-11-11 Thread Danny.Zubiate
Weird, works if I type it in the browser but not if I click the link. Try this one: http://www2.immersion.com/developers/index.php?option=com_contentview=categorylayout=blogid=110Itemid=503 Also, Dianne is correct that the particular hardware used to create vibration varies between devices and

[android-developers] Re: Intensity of vibration in Xperia arc

2011-11-10 Thread Danny.Zubiate
Changing the intensity of vibration is not supported through the Android SDK. However, there is a free SDK that you can use for the Xperia Arc and other Android devices to adjust and manipulate vibration in a variety of ways. You can find it at: www.immersion.com/MOTIVandroid Danny Zubiate

[android-developers] Re: Xperia Neo bootloader unlock question

2011-10-28 Thread Danny.Zubiate
As stated on the Unlocking the Boot Loader article at http://unlockbootloader.sonyericsson.com/, you may void the warranty of your phone and/or any warranty from your carrier if you unlock the boot loader. The warranty is only voided if you unlock the boot loader. Getting the code from the

[android-developers] Re: NativeActivity over another Activity?

2011-10-25 Thread Danny.Zubiate
.  The one example that even has a Java component merely passes input through JNI, nothing about setting the content view of the NativeActivity, which is what my question here is about.  Know of anythe examples somewhere on how to do that? On Oct 20, 7:22 pm, Danny.Zubiate danny.zubi...@gmail.com

[android-developers] Re: NativeActivity over another Activity?

2011-10-20 Thread Danny.Zubiate
Hi Paul, I suggest you visit the following link and take a look at the tutorial and the code examples there. They should help you to do exactly what you are trying to do with the NativeActivity. The tutorial and code examples provide a couple different methods to add on and manage the necessary

[android-developers] Re: Zoom a bitmap with drawBitmap and rectangles

2011-06-29 Thread Danny.Zubiate
If you are trying to change the size of the rectangle the .left and .top should use the opposite operation from the .right and .bottom. So if you want to increase the size of a rectangle, you should use -= for top and left, and += for right and bottom. /Danny Zubiate Developer Support Engineer

[android-developers] Re: Xperia play Hard button

2011-06-20 Thread Danny.Zubiate
Hi Stephen, The article you linked is published along with other resources you may find helpful, such as tutorials and code samples, at: http://developer.sonyericsson.com/ You can also take advantage of the Device Loaner Program, linked there as well, to borrow a device to test your