[android-porting] Re: porting android to OMAP 3530 EVM

2009-03-05 Thread abhri
hi all Thanks for the info. Ill try the same and get back to you On Mar 5, 12:55 pm, Nimit Manglick wrote: > Hi, > > Ya i did porting on 3530 EVM. So to get started there are lot of documents > available on net. > > 1. Basically what you need a working kernel with that board support. > > 2. On t

[android-porting] [Android Porting] Did You fix error of OMAP framebuffer device driver?

2009-03-05 Thread phuongnobi
Hi Rupesh, Did you fix error of OMAP framebuffer device driver? Error of OMAP framebuffer device driver is: > etc/inittab to 2 and then to 3. Either way, I am able to log in but > Xorg is still on and I keep getting these messages: > Sending all processes the TERM signal... > __ratelimi

[android-porting] Re: porting android to OMAP 3530 EVM

2009-03-05 Thread Android Zaurus
Hi, Recently I ported Android to OMAP3EVM. I know I'd better write tips on my blog, but I'm kind busy for now. Followings are basic tips how I ported. 1) Kernel http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=summary 2) Android Patch diff -urN vanilla-2.6.27/ cupcake/kerne

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

2009-03-05 Thread ehung1...@gmail.com
Hi chen Yang I still have a question about adding modules to compile the kernel when we select the option in make menuconfig. I put the *.ko under vendor/asus/eee_701/modules directory after I had made module. Then I built the installer_img again and install. After all done, the *.ko doesn't exit

[android-porting] Error happened when I run make

2009-03-05 Thread liangta...@gmail.com
liangta...@linux-gdr3:~/android> make build/core/product_config.mk:211: WARNING: adding test OTA key TARGET_PRODUCT=generic TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=

[android-porting] (WWW.DUDES-MALL.COM)nike shoes:$32,handbag:$35,NFL:$20,jean:$30,UGG boot:$50

2009-03-05 Thread haisho...@gmail.com
Discount Nike Air Jordan 12 Factory (www.dudes-mall.com) Discount Nike Air Jordan 13 Shoes Factory (www.dudes-mall.com) Discount Nike Air Jordan 14 Shoes Sell (www.dudes-mall.com) Discount Nike Air Jordan 16 Exporter (www.dudes-mall.com) Discount Nike Air Jordan 17 Shoes Exporter (www.dudes-mal

[android-porting] Re: Zygote process died due to SIGSEGV

2009-03-05 Thread saroj
Hi, I am trying to use the system and data directory from the Android Source 1.0 by building it. But i am still getting the same errors.. Zygote process dies due to Segmentation Fault or may be due to SIGBUS error sometimes. Can anybody give the solutions ??? Regards, Saroj K Pradhan On

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

2009-03-05 Thread Chen Yang
oops, my fault, you need also to specify in the Android.mk under vendor/asus/eee_701/Android.mk: ... kernel_modules := \ atl2.ko \ bitblit.ko \ cfbcopyarea.ko \ cfbfillrect.ko \ cfbimgblt.ko \ fbcon.ko \ font.ko \ softcursor.ko \

[android-porting] Re: Error happened when I run make

2009-03-05 Thread David Turner
javac: unrecognized option '-target' javac: unrecognized option '-Xmaxerrs' seem to indicate a problem with your JavaC compiler. Are you sure you're using the JDK listed in the requirements. Do you have CDPATH defined in your environment. I believe it sometimes creates problems during the build pr

[android-porting] Two Mobile Innovation Challenges currently open for submissions

2009-03-05 Thread Alex Steed
NetSquared currently has two mobile-based technology Challenges open for submissions from around the world. They are: * UC Berkeley Human Rights Center Mobile Challenge (Just 2 weeks left to submit!) The Human Rights Center is sponsoring a challenge to encourage innovations for applying mobile

[android-porting] pppd on android for x86, and kernel crash!!

2009-03-05 Thread eric_mellon
dear all i build pppd for x86, and then start it. the ppp0 is up, and get the ip, but a few seconds later, the kernel crashed, anyone has met the problem?? how to debug?? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: porting android to OMAP 3530 EVM

2009-03-05 Thread abhri
Hi, I have a clarification regarding point 2) 2) Android Patch diff -urN vanilla-2.6.27/ cupcake/kernel/ > android.patch Do i need to download the android patch after i compile the kernel. Can i download this patch from any link or is it necessary to use git . Thanks Abhri. On Mar 5, 1:56 pm,

[android-porting] Re: pppd on android for x86, and kernel crash!!

2009-03-05 Thread Hugo Darwin
I also have this pppd at x86 problem. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Timeframe for adding SensorEventListener class to released SDK

2009-03-05 Thread sal de la tierra
Perhaps this is not the correct group to ask the follow up questions, but if I were to build the SDK myself then from source, would the ADT plugin for eclipse support the new SDK since I would build would be based on the latest android source? I assume that this build/built SDK development would

[android-porting] [x86] Unable to open persistent property directory

2009-03-05 Thread Androidphan
I'm getting the following error when booting Android over NFS: Unable to open persistent property directory /data/property errno: 2 The kernel is load over a TFTP connection. For the root filesystem I copied the dir: ../out/target/product/ eee_701/root/ content to ../nfs/root/. Then I copied th

[android-porting] Re: [x86] Unable to open persistent property directory

2009-03-05 Thread Sean McNeil
Android must have a writable area that it calls /data. It places all kinds of information in there including user preferences, dalvik cache, etc. If you are mounting everything as / over nfs, then you probably don't have a separate /data partition somewhere that is mounted rw. You'll have to m

[android-porting] sensors HAL

2009-03-05 Thread Ken Schultz
Is there a recommended way to pass information between a sensors_control_context_t struct and a sensors_data_context_t struct? (i.e. active_sensors) For devices without a hardware eCompass there needs to be a way in the polling function to determine if the sensor is activated, so it can inject da

[android-porting] Re: Error happened when I run make

2009-03-05 Thread liangta...@gmail.com
David, My OS is openSUSE 11,32bit. The Javac's version is 4.3. CDPATH is not defined in my environment. Can you give me more information? Thank you!!! On 3月5日, 下午8时57分, David Turner wrote: > javac: unrecognized option '-target' > javac: unrecognized option '-Xmaxerrs' > > seem to indicate a prob

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

2009-03-05 Thread Iuri Fiedoruk
Was anyone able to use the SD Card from inside Android on a eee 701? I'm running a live-usb of android got the .img from http://virtuallyshocking.com/2008/12/20/building-android-for-the-asus-eeepc-701/ and used the script to convert the image to a live-usb. Even when mounting manually the SD Card

[android-porting] Android OpenCore question.....

2009-03-05 Thread rcp2...@gmail.com
What is the difference between the header versions under "linux" and "linux_nj", for example under the directory /oscl/config? Thanks -R --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

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

2009-03-05 Thread Chen Yang
would you like to tell the problem in mounting? -- Chen On Fri, Mar 6, 2009 at 8:48 AM, Iuri Fiedoruk wrote: > > Was anyone able to use the SD Card from inside Android on a eee 701? > I'm running a live-usb of android got the .img from > http://virtuallyshocking.com/2008/12/20/building-android-f

[android-porting] Soft Keyboard in Landscape Configuration

2009-03-05 Thread Mike
I would like some information on a) if the Cupcake Soft Keyboard is supported in Landscape and if so b) the manner in which the build option (or other config method) should be set up to do an emulator build for a device that has no physical keyboard? I am presuming the Cupcake emulator does not s

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

2009-03-05 Thread Iuri Fiedoruk
I just fixed it a while after posting, sorry - murphy's law in action. To answeryself, edit /system/etc/mound.conf and use /dev/block/sdb1 - at least this was the right block device for my eee pc 701 sd card in android - in ubuntu eee it is sdc :-p Now I must try to find a way to make sound work,

[android-porting] opencore lib and android_power have relationships?

2009-03-05 Thread susanner
after I have change opencore using mEmulation=true; and copied the relevant lib to system/lib, my hardware board cannot successfully boot. print: android_power: wakeup (0->0) at 31319546575 (1970-01-01 00:00:31.319554395 UTC) android_power: wakeup (0->0) at 49765869810 (1970-01-01 00:00:49.7

[android-porting] Integrating 3rd party static library

2009-03-05 Thread krish24
Hello Everyone, I am linking a 3rd party static library from the executable module. I have added following extra line in executable Android.mk file. LOCAL_PREBUILT_LIBS := GPS_Lib.a include $(BUILD_MULTI_PREBUILT) LOCAL_STATIC_LIBRARIES := \ GPS_Lib While building the

[android-porting] Re: bluetooth cpu utilization

2009-03-05 Thread Sidharth Malhotra
Hi Nick, You may remember I had some difficulty in bringing up the Bluetooth UI on Android. I have passed that stage now! I am able to connect to headset/handsfree devices. But, I am still looking for a procedure to check A2DP from the UI. Can you list down that procedure? By the way, do I reall

[android-porting] Re: opencore lib and android_power have relationships?

2009-03-05 Thread susanner
I find that only if I copied the libmedia* or libandroid_services*, this error can occur, if I only copied libopencore, this error won't show up. Anybody anysuggestion? 在2009-03-06,susanner 写道: after I have change opencore using mEmulation=true; and copied the relevant lib to system/lib

[android-porting] Re: Build libbluedroid.so ERROR

2009-03-05 Thread Nick Pelly
2009/3/4 NickS > > Hi All: > One error puzzled me when I built libbluedroid.so. > > Error info: > > target SharedLib: libbluedroid (out/target/product/eee_701/obj/ > SHARED_LIBRARIES/libbluedroid_intermediates/LINKED/libbluedroid.so) > /home/kuke/svn/android_source_20090211/prebuilt/linux-x86/t