[android-porting] Browser screen flickering

2010-12-09 Thread Nitin Mahajan
Hello, I am running the Android 2.2 "rowboat-Froyo" on a OMAP 3503 based board, and have the evaluation version Adobe Flash plugin installed. After I browse any website with flash content in it, I can see a lot of flickering on the Browser when ever I do scrolling on the page, on any website ther

[android-porting] Flashing U-boot through uart

2010-12-09 Thread PREMRAJ SV
Hello all, I am working in hawkboard for porting Android. I have my board without u-boot being flashed. So i started form the scratch flashing u-boot. Using windows and tool called AIS generator following the link, http://alokprasad.spaces.live.com/blog/cns!48CAA8345A2495B1!374.entry

[android-porting] Can't access SurfaceFlinger

2010-12-09 Thread 袁堂夫
Hi everyone, I am using to access the SurfaceFlinger. But I am getting the error *W/ServiceManager( 59): Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10036 pid=325 E/SurfaceFlinger( 59): Permission Denial: can't access SurfaceFlinger pid=325, uid=10036* How t

[android-porting] Re: [hawkboard.org] Flashing U-boot through uart

2010-12-09 Thread Harishkumar V
Hi, for windows -> install teraterm for linux -> minicom On Thu, Dec 9, 2010 at 5:28 PM, Srinath K wrote: > Hi, > > Seems like you had not closed the hyperterminal when running the AIS Tool.. > > > Regards, > Srinath > > > On Thu, Dec 9, 2010 at 5:23 PM, PREMRAJ SV wrote: > >> Hello all, >>

Re: [android-porting] who can give me android 2.2 system source code ?

2010-12-09 Thread Ashwin Bihari
Git can. # mkdir mydroid # cd mydroid # repo init -u git://android.git.kernel.org/platform/manifest.git -b android_2.2-r1.3 # repo sync -- Ashwin On Wed, Dec 8, 2010 at 11:02 PM, 袁堂夫 wrote: > who can give me android 2.2 system source code ? Thanks,please~ > > -- > unsubscribe: android-porting

[android-porting] Re: porting android on Motorola ROKR E6

2010-12-09 Thread Kundan
well since ROKR E6 is a 2G phone and does not have sufficient things like GPS WIFI and 3G and all that so it might be possible that with reduced number of programs it might work well how much minimum RAM is required by a Android device to run Android not saying about speed just to run it while is i

[android-porting] Re: libaudio

2010-12-09 Thread fishman
Well that fixed that issue. Now I get a no rule to make out/target/product/omap2420/obj/lib/libcamera.so slowly making progress :) Joe On Dec 8, 7:02 am, Deva R wrote: > Hi, > It depends on Audio codec device used in the platform.., > > For eg., alsa driver with TWL4030 audio-codec device is

[android-porting] Problems by compiling native code

2010-12-09 Thread Dudero
Hello Guys, I have to understand is how I compile native code correctly. My target is an ARM11-Platform and I use the following Cross- Toolchain: CodeSourcery: arm-none-linux-gnueabi-4.3.2 (arm-2008q3) for compiling the kernel. This works with no problems, when I set the make params: "ARCH=ar

Re: [android-porting] Where and how is the "__initdata" used in nand driver?

2010-12-09 Thread Ben Dooks
On Mon, Dec 6, 2010 at 2:54 AM, w d wrote: > Hi, >Now,I'm porting Android nand driver. >I found a variable "__initdata": > >*static struct s3c2410_uartcfg smdkc100_uartcfgs[] _initdata = > {..},* > >Where and how is "__initdata" used. > >Thanks! > Firstly, that's nowhere

[android-porting] Android SDK Addon wrong rotation

2010-12-09 Thread Peerke
Hello, I'm making a Android SDK addon for a device that I have. The problem is that when I boot the emulator the window is in landscape mode (which is correct), but the device output is rotated to the right (so, it's in portrait and rotated, so it fits inside the landscape window). I hope that you

[android-porting] Re: Problems by compiling native code

2010-12-09 Thread Dudero
I have found a solution: build the executable statically: arm-linux-gcc -o -static myexe myexe.c simple ;-) But it would be very interessting if anybody could explain me which libraries are necessary for android to get an executable runnable without statically building? Best Regards, Andreas

Re: [android-porting] who can give me android 2.2 system source code ?

2010-12-09 Thread ourunix
为什么不从网站 http://androidappdocs.appspot.com/ 直接下?这大别人能发你邮箱?你把番人真当#%¥…… -- From: "袁堂夫" Sent: Thursday, December 09, 2010 12:02 PM To: Cc: Subject: [android-porting] who can give me android 2.2 system source code ? who can give me android 2.2 sys

[android-porting] How to Pre-load APK during Booting

2010-12-09 Thread Wang Jian
I know this is kinda of naive question. Hope someone can give me a quick hint. *** How to load apk plugins during boot time automatically?*** Putting the apk file to /system/app won't work, since it won't extract the .so file to /data/data/APP_NAME/lib http://groups.google.com/group/android-po

[android-porting] Re: Problems by compiling native code

2010-12-09 Thread skaggmannen
Hi Andreas, You need to make sure that your binary links with bionic and not glibc. This is pretty tricky and the easiest is to create a Android.mk and compile your binary as a part of the Android build system. This is what a typical Android.mk looks like: LOCAL_PATH := $(my-dir) include $(CLEAR

[android-porting] can't access SurfaceFlinger

2010-12-09 Thread 袁堂夫
I have used in the AndroidMenifest.xml. But the error is still there. How to fix this error? - 12-10 03:05:57.975: WARN/ServiceManager(1002): Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10056 pid=2250 12-10 03:05:57.975: ERROR/SurfaceFlinger(

Re: [android-porting] who can give me android 2.2 system source code ?

2010-12-09 Thread Srinidhi K V
Hi Ashwin, Thanks for the pointer. I have a Hawk board which is running on Froyo with 2.6.32 Kernel. I want to move to the 2.6.35 kernel. If I am correct this is what I have to do 1. Get the 2.6.35 Vanilla kernel 2. Apply Android Kernel patches to it 3. Apply Board specific patches 4. Then try boo

[android-porting] Re: Question trimmed down: Browser screen flickering

2010-12-09 Thread Nitin Mahajan
I will trim down the and generalize the questions scope 1. If I am seeing a screen flickering, with an application, does that mean that the UI thread is being kept waiting quite often and for significant duration, to cause a flicker? Can this be a reason for flicker? 2. Is there a code instru