[android-porting] Re: Urgent: Android Emulator keypad not working properly

2011-08-18 Thread yrehani
Hi, I have changed the file used (qwerty.kcm.bin) but when I push the file on the android emulator using adb push it gives error failed to write out of memory On Aug 17, 11:31 am, Hemanth(ヘマント) hemanth@gmail.com wrote: Hi, Some of the keymapping stuff is documented

[android-porting] Re: Going straight to apps selection at power-up

2011-08-18 Thread roncville
Deva, Your approach of simply removing the one line call to showLocked() in class KeyguardViewMediator appears to have done the trick. I still need to insure a lock button isn't troublesome, but I expect that to be a non-issue for our setup. Thanks, Ron -- unsubscribe:

[android-porting] include binaries in apk

2011-08-18 Thread arif
Hi All, I am porting one application to android, there are few depending binaries and config files, is it possible to include/build binaries in apk ( using NDK or by other method ). -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Re: does any tool to log keystrokes, input text by a tester exist?

2011-08-18 Thread Radu Iscu
The TI page lists the blaze as having a wilink module on it which lists having a two way FM module. Your plughw:0,1 looks like the emitor for the board. On 18 August 2011 12:49, sarika baby sarikababy...@gmail.com wrote: Hello, Thanks for youre reply, but on my board there are many audio

[android-porting] Compile Android Kernel 2.6.32.9 for Tegra Harmony board

2011-08-18 Thread Magnus
Hi, I'm trying to compile and boot the 2.6.32.9 kernel for my harmony board but it will not boot Here is the exactly what I do: repo init -u git://nv-tegra.nvidia.com/android/manifest.git -b froyo- tegra repo sync cd kernel make tegra_harmony_android_defconfig make It compiles without any

Re: [android-porting] Strange Error in Gingerbread source code

2011-08-18 Thread vic...@gmail.com
These symlink files are created by prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/build-hardy-toolchain.sh. It downloads Ubuntu Hardy deb packages listed in same file and extracts them into sysroot/ folder. However, the libaudiofile package, which contains libaudiofile.so.0.0.2, is not

[android-porting] Re: Compile Android Kernel 2.6.32.9 for Tegra Harmony board

2011-08-18 Thread Ashwini Singh
Hi Magnus, Try comparing kernel configurations. On Aug 18, 3:56 pm, Magnus ma...@mange.name wrote: Hi, I'm trying to compile and boot the 2.6.32.9 kernel for my harmony board but it will not boot Here is the exactly what I do: repo init -u git://nv-tegra.nvidia.com/android/manifest.git -b