[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-25 Thread Abhishek Srivastav
Thanks Vishal and Nimit Now I am able to boot the android and get the android menu screen, but now I am not able to test the TouchScreen. I have ensured that Touchscreen controller driver is working fine. We are getting the proper interrupts when we are accessing the screen (confirmed this

[android-porting] Re: inverted touch on ads7846 chip

2009-02-25 Thread virstud
http://4pda.ru/forum/index.php?showtopic=80918view=findpostp=2453267 resolv problem - android power management driver in 2.6.27 - /cupcake/ kernel/kernel/power On 18 фев, 10:41, virstud russia.proje...@gmail.com wrote: i solved whis problem replaseads7846.c  --  loox720_spi_ads7846.c(enable

[android-porting] Re: Android power management driver is not in kernel 2.6.27

2009-02-25 Thread virstud
http://4pda.ru/forum/index.php?showtopic=80918view=findpostp=2453267 resolv problem - android power management driver in 2.6.27 drivers/android/power.c - /cupcake/kernel/kernel/power On 12 фев, 18:25, Jackie Wu wwh.andr...@gmail.com wrote: Hi. all: Who knows why the

[android-porting] Re: Error compiling Bluez on Cupcake

2009-02-25 Thread Nick Pelly
Sounds like our x86 (bionic?) libc does not have those symbols defined. # grep -R siglongjmp bionic/ bionic/libc/arch-arm/bionic/sigsetjmp.S: * C library -- sigsetjmp, siglongjmp bionic/libc/arch-arm/bionic/sigsetjmp.S:ENTRY(siglongjmp) bionic/libc/include/setjmp.h:voidsiglongjmp(sigjmp_buf,

[android-porting] Android on a Zii ZMS-05 processor.

2009-02-25 Thread Phil HUXLEY
Might be of interest to people not at MWC. http://www.youtube.com/watch?v=TDu9bKB_I50 Phil. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] because of /data/app 's Permission problem ,so i can't install any apk in /data/app.

2009-02-25 Thread xuxiake2012
when using pc emulator,the Permission of /data/app as fellow: (so I can install apk files successfuly) ls -l -rwxrwxrwx root root 1745016 2009-02-23 03:05 busybox drwxrwx--x system system2008-12-22 07:37 location drwxrwx--x system system2008-12-22 07:37

[android-porting] touch screen configuration

2009-02-25 Thread Claw
Hi, I am able to receive the events from the touch screen into the home page of the android but the mapping is not correct. Each touch converts into a touch at the top bar, irrespective of where it is being tapped. The tslib is configured but I don't have an idea as to how it could be linked to

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-02-25 Thread MacknZ
By the way,Is there any expert can tell me some method to debug the android platform(not linux kernel) with android emulator and ubuntu On 2月24日, 上午3时40分, Chen Yang sunsety...@gmail.com wrote: oh, you are using the installer.img to boot with normal boot, that is impossible. Since the

[android-porting] Re: touch screen configuration

2009-02-25 Thread virstud
2.6.27 keypad work? else no: default new power drivers block event messages -- android gui make menuconfig enable: PM Power Management support Suspend to RAM and standby Wake lock Wake lock stats Userspace wake locks Early suspend User-space screen access - Sysfs interface

[android-porting] Shox Shoes,Moster Shoes,OZ,NZ,TOPO Shoes

2009-02-25 Thread deslo
We inspect every pair of shoes carefully and quote you our lowest price only in view of our long-term cooperation. For more information, you can visit our company website:www.sbshoe.com where include our latest product lines. We are looking forward to establishing long- term business

[android-porting] Re: ALSA with TWL4030 on OMAP

2009-02-25 Thread malkin.pe...@gmail.com
Have you succeeded in committing the fix to repository? Or could you please tell me what is the workaround? I have tried the TI code with no luck. I get E/AudioHardwareOmap( 581): Mixer attach error: No such device I believe that happenes in /hardware/libaudio/AudioHardwareOmap.cpp when

[android-porting] Re: dalvik profiling

2009-02-25 Thread fadden
On Feb 25, 2:01 am, vinay harugop vinc...@gmail.com wrote: I could use traceview inside webview browser and get the time taken by methods and time line. Thanks for the info. But this trace did not show up profiling for webkit library methods. How to profile library methods for example webkit

[android-porting] Re: Error compiling Bluez on Cupcake

2009-02-25 Thread Zia
It worked. I removed Android.mk from dund. Then got compilation error in hciattach.c for undeclared N_TTY. After commenting out last 4-5 lines after that, got everything compiled. Bluez worked fine after that. However, might be useful to know what N_TTY is for and should I bother to find ways to