[android-porting] Re: Size of data type "enum"

2009-02-12 Thread Eric Lu
You can add *LOCAL_CFLAGS += -mabi=aapcs-linux* in the Android.mk of pppd to fix this issue. BRs, Eric Lu On Wed, Jan 21, 2009 at 9:56 AM, Herb wrote: > > To Sean: Yes, I use ip-up script, and the setting is correct. > > To Wang Xiaoguang: Thanks a lot! It's driver issue, and ppp0 works > aft

[android-porting] Re: video recorder only can capture 2s ?

2009-02-12 Thread forest
xscale, ipp the log: V/videocamera( 688): initializeVideo V/videocamera( 688): Releasing media recorder. V/videocamera( 688): SurfaceHolder is null I/VideoPreview( 688): ar 1.666 setting size: 400x240 V/videocamera( 688): stopVideoRecording V/videocamera( 688): initializeVideo V/videocam

[android-porting] Re: automating net.dns1 configuration

2009-02-12 Thread David Turner
net.eth0.dns1 is a legacy system property that is not used by the resolver anymore. the "official way" is to define one of: net.dns1 net.dns2 ... additionally, you can use a process-specific list with: net.dns1. net.dns2. ... where is the numerical process identifier of your program. What you

[android-porting] Resistance touchscreen.

2009-02-12 Thread Chris
Hi all, I have a resistance touchscreen panel and use arm11 chip. Now we use hard-code to make raw date can transform to correct point for Linux system. But, I think this is not good idea for each devices. Could any body know how to do calibration at Android? and can detailed describe it. Thank

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

2009-02-12 Thread Jackie Wu
Where did you get the i915 driver? I don't find the android.git.kernel common.git include the i915 driver code. The code can be got from git://anongit.freedesktop.org/git/mesa/drm. See http://intellinuxgraphics.org/download.html. it has the modeset parameter. see i915_drv.c It works on both 2.6.2

[android-porting] ***********ACTORS MASALA************

2009-02-12 Thread mohemad sapras
***ACTORS MASALA CLICK HERE --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~--

[android-porting] **********HOUSE DESIGNS************

2009-02-12 Thread mohemad sapras
**HOUSE DESIGNS CLICK HERE --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--

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

2009-02-12 Thread bo wang
Dear , i use the modules from epc701 i915.ko .drm.ko i find the intel graphics driver is same source . so i never build modules again . Thanks , Sam 2009/2/12 Jackie Wu > > Where did you get the i915 driver? I don't find the android.git.kernel > common.git include the i915 driver code

[android-porting] Re: How to develop more than 20 timer parallely..

2009-02-12 Thread Girish
Hi, Is SIGEV_THREAD is part of open source and cupcake code now ? With SIGEV_THREAD also i guess we should be able to create 32 timers per- process right ? Can any one point me out using threads over signals for timer operation. Regards Girish --~--~-~--~~~---~--~---

[android-porting] About android on x86

2009-02-12 Thread dhananjay
Hi All, I want to build android on my linux x86 core 2 duo m/c. (ubuntoo) . can anybody tell me the steps to build android source for x86 architecure for my desktop system.and also the url from where we can download source for x86 architecture. Regards, DJ --~--~-~--~

[android-porting] Re: About android on x86

2009-02-12 Thread Chen Yang
DJ: You can reference the information from the thread: http://groups.google.com/group/android-porting/t/66862bdb52dac936 Hope it helps! -- Chen On Thu, Feb 12, 2009 at 9:25 PM, dhananjay wrote: > > Hi All, > I want to build android on my linux x86 core 2 duo m/c. > (ubuntoo) . >

[android-porting] Re: About android on x86

2009-02-12 Thread bo wang
Dear , i think this url can help you . http://groups.google.com/group/android-porting/browse_thread/thread/79d6698f69d4bae2/944d12fd3ef0f60a?#944d12fd3ef0f60a http://groups.google.com/group/android-porting/browse_thread/thread/66862bdb52dac936/8ffe04d6b3f9d4c0 and this is for epc701 x86 platform

[android-porting] Re: How to develop more than 20 timer parallely..

2009-02-12 Thread David Turner
Yes, it is, but frankly you should be using a single SIGEV_THREAD timer with your own sorted timer list On Thu, Feb 12, 2009 at 2:14 PM, Girish wrote: > > Hi, > > Is SIGEV_THREAD is part of open source and cupcake code now ? With > SIGEV_THREAD also i guess we should be able to create 32 timers

[android-porting] Re: About android on x86

2009-02-12 Thread bo wang
hi chen , i dont know how to make kernel ,and drivers. can you give me some infomation ? like porting to eeepc Thanks, Sam 2009/2/12 bo wang > Dear , > i think this url can help you . > > http://groups.google.com/group/android-porting/browse_thread/thread/79d6698f69d4bae2/944d12fd3ef0f60a

[android-porting] Re: About android on x86

2009-02-12 Thread Chen Yang
Sam: You can reference the thread on eeepc, i have one post regarding build the kernel for VMWare. http://groups.google.com/group/android-porting/msg/b9ffcb185b758b92 http://groups.google.com/group/android-porting/msg/4e5a2a4498e2513f To build the drivers in the kernel, if you select built-in

[android-porting] Quality & Affordable Jewelry, Cosmetics, Skin Care, Clothing

2009-02-12 Thread 111
Online Shopping! Jewelry, Cosmetics, Skin Care Products, Hair Care Products, Health & Wellness Products, Clothing, Shoes, Housewares, and Childrens Products Available. we take PAYPAL as the method of payment! please kindly visite our website: http://www.cnnshoe.com msn: cnnshoe2...@hotmail.com em

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

2009-02-12 Thread Jackie Wu
Hi. all: Who knows why the android power management driver is not included in the 2.6.27 kernel but it's in 2.6.25? It was the driver/android/power.c in 2.6.25 but I could not find it in kernel2.6.27. Thanks Jackie (Weihua) Wu --~--~-~--~~~---~--~~ unsubscribe: a

[android-porting] Re: Camera Preview Frame Stride

2009-02-12 Thread steve2641
Per Dave Sparks request, bug 1986 was entered for this issue. On Jan 28, 1:58 pm, Dave Sparks wrote: > I agree we need some work in this area. > > We get around the problem right now by forcing the stride to be the > same as the display. On G1, this means preview must always be a > multiple of 1

[android-porting] Re: Removing Camera Services Hardcoding

2009-02-12 Thread steve2641
Per Dave Sparks request, bug 1985 was entered to this issue. On Jan 28, 2:02 pm, Dave Sparks wrote: > It doesn't seem difficult to deal with dynamic changes in preview. The > application will make a request through setParameters() and this may > result in a change in the preview heap. > > It's t

[android-porting] Re: About android on x86

2009-02-12 Thread Chitty
As much I could tell, Android source is built for ARM unless someone else does the port - in which case I would certainly be interested! On Thu, Feb 12, 2009 at 5:25 AM, dhananjay wrote: > > Hi All, > I want to build android on my linux x86 core 2 duo m/c. > (ubuntoo) . > can

[android-porting] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! SEXY BOOBS INDIAN ACTRESS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2009-02-12 Thread R Geetha
Do You Want To See More Just Click Here --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~

[android-porting] Booting issue

2009-02-12 Thread F H
I'm experiencing a problem where android keeps re-booting itself on start-up. Could this be caused by corruption in a cached data file somewhere? Thanks. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.c

[android-porting] Re: Android Booting Problem

2009-02-12 Thread Rizvan S
On your host machine, format usb stick with ext2 and flash image. If you are using source then you will have system.image and userdata.image in 'android-source/out/target/product/generic' after successful build. There is also ramdisk.img in case you want to use. First check whether your target ker

[android-porting] Re: Resistance touchscreen.

2009-02-12 Thread Dianne Hackborn
You'll need to write your own calibration UI and modify the window manager or something related to apply the appropriate transformation to the raw points. It is currently in the low-level queue where it scales the raw touch screen coordinates to match the screen pixels, so that would be a natural

[android-porting] Re: Resistance touchscreen.

2009-02-12 Thread Sean McNeil
A solution for using a calibration file /system/etc/pointercal was provided ages ago when Android was first open sourced. It was part of the OpenMoko support I released. You can look at that for reference. On Fri, Feb 13, 2009 at 2:46 AM, Dianne Hackborn wrote: > You'll need to write your own cal

[android-porting] Android SDK 1.0 Port to PXA270 Init Seg Fault

2009-02-12 Thread bfriedman
Hello, I am working on porting android to a PXA270 development board. I have followed the numerous instructions that are supplied out there for extracting the root file system from the emulator. I have built the 2.6.25 kernel for my board i also tested it with another build and it works. Whe

[android-porting] Re: How to call shell script from JNI?

2009-02-12 Thread Dig
I also try to do something(a command, not a script) with system(), it always does not work. system() return value is 256(-1), according to ./bionic/libc/unistd/system.c is that means fork() error? On Feb 12, 9:52 am, Dan Bornstein wrote: > On Wed, Feb 11, 2009 at 4:54 AM, Corey wrote: > > Curr

[android-porting] Re: How to call shell script from JNI?

2009-02-12 Thread David Turner
-1 means you should look at errno / strerror(errno) for information about the error a >= 0 would correspond to the exit status of the process you invoked On Fri, Feb 13, 2009 at 1:43 AM, Dig wrote: > > I also try to do something(a command, not a script) with system(), it > always does not work.

[android-porting] About Camera preview rotation

2009-02-12 Thread John Cola
Hi all I've ported Android Camera framework on my V4L2 structure. However, I got probelm of camera preview 90 degree rotation :( In my pure v4l2 testing application, the preview is normal. I don't know whether there may something need to do since Android display camera preview in landscape mode

[android-porting] Re: Android Booting Problem

2009-02-12 Thread Sayiram K N
Hi rizvan my usb stick is recongnised by the target . on the USB stick i have extracted complete rootfs including system and data folders. but still, not able to switch to Android GUI. in back ground robot is flickering and after some time no actions. currently i am loading the kernel from RAM

[android-porting] Power Management: LCD Back light resume 1 min after wakeup!

2009-02-12 Thread Rajesh N
Hi, I am working on i.MX31 freescale board, Android power management has some serious issues! After 1min the LCD turn off and enters to SUSPEND mode where LCD is off but backlight leds is glowing , If I leave system idle for more than 20 mins , the LCD backlight led's turn off, after this any ke

[android-porting] Re: Android Booting Problem

2009-02-12 Thread Rizvan S
Sayiram, You have to check that strace log messages, it must give you hint whats going wrong. You also have to look in /dev/log/main , this also has log messages. Most of time.. I got very useful details with this logs to solve my problem. You have to figure out what init do step-by-steps , strac

[android-porting] Re: About android on x86

2009-02-12 Thread Androidphan
In case you haven't noticed. There is a port for x86. On Feb 12, 7:04 pm, Chitty wrote: >  As much I could tell, Android source is built for ARM unless someone else > does the port - in which case I would certainly be interested! > > On Thu, Feb 12, 2009 at 5:25 AM, dhananjay wrote: > > > > > Hi