[android-porting] Android kernel-debugger

2011-02-24 Thread Dudero
Hello, I don't understand the sense of the kernel-debugger addtions in the android-linux-kernel. Is it only to debug the kernel for the porting procedure? Greetz dudero -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Touch Screen Scrolling is not working on android-2.3

2011-02-24 Thread jagan jagannadh
Hi, I am working on Android porting, where my TS is TFT Capacitive TS. touch functionality is working fine, but Scrolling is not working. Android version is GB+K35. And one more point is froyo+K35 TS is working perfect. but GB+K35 Scrolling is not working. Can u please suggest me. and please

[android-porting] SystemProperties.set is inoperative

2011-02-24 Thread Swan
In file services/java/com/android/server/MountService.java. In function private void updatePublicVolumeState(String path, String state) {} Add: SystemProperties.set(path, state); Slog.d(TAG, * set prop: + path + : + state); Slog.d(TAG, * get prop: +

[android-porting] error in compiling GingerBread for Sholes

2011-02-24 Thread davros
target SharedLib: libcameraservice (out/target/product/sholes/obj/ SHARED_LIBRARIES/libcameraservice_intermediates/LINKED/ libcameraservice.so) prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/ 4.4.3/../../../../arm-eabi/bin/ld: out/target/product/sholes/obj/

[android-porting] Sony Mylo 2 - other mobile OS ?

2011-02-24 Thread Petr Vanicek
Hi, I would like to ask if anyone has experience with this hardware. After about a year and a half I bought it again (quite bad looking), so I knew what to expect, but I'd like to because of closeness of the OS there is something else cast (Android, Openmoko or a light Linux distro) or open system

Re: [android-porting] Touch Screen Scrolling is not working on android-2.3

2011-02-24 Thread Jeffrey Brown
You can use Pointer Location tool in the Development Tools application to diagnose many common touch related problems. It may be that your touch screen driver is not reporting movements correctly. For low-level issues, it's also useful to examine the output of adb shell getevent. Make sure the

[android-porting] Adding AudioEffects in GingerBread via OpenSLES

2011-02-24 Thread SM
I have an IP which is an audio enhancement codec. OpenSL specifies interfaces for certain effects such as bass boost, preset reverberation, stereo widening etc. Through which interface of Android(OpenSL) do i need to plugin my IP. -- unsubscribe: android-porting+unsubscr...@googlegroups.com