[android-porting] Backlight adjustment on Eee PC

2009-04-21 Thread stan
According to the follow web site http://groups.google.com/group/android-porting/browse_thread/thread/adf45961132dc76b/7593d68bab566412?lnk=gstq=backlight# I set the value /sys/class/backlight for LCD_BACKLIGHT in /hardware/ libhardware_legacy/power/power.c And scan the directory

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread cindy_king_1024
Hi,Nimit My android source without cupcake baranch that you say above. 1.when compile android ,dose it need to add alsa-lib and alsa_sound with the patch Alsa_sound-v1.1.patch. 2. In the filesystem ,is it need to patch Initrc.patch and Qwerty.patch 3.Can you show me the config file of you

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread Rupesh Gujare
Cindy, cindy_king_1024 wrote: Hi,Nimit My android source without cupcake baranch that you say above. 1.when compile android ,dose it need to add alsa-lib and alsa_sound with the patch Alsa_sound-v1.1.patch. No You do not need this. 2. In the filesystem ,is it need topatch Initrc.patch

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread cindy_king_1024
Make sure adding the patch correctly(Tls.patch and Gl_wrapper.patch): until it come with: patching file patchfile 在2009-04-21 13:21:19,sathish kumar sathish...@gmail.com 写道: Hi, Here is my bootatgs and it is not working although it is asper your bootargs. bootargs=root=/dev/nfs mem=128M

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread cindy_king_1024
在2009-04-21 14:41:31,Rupesh Gujare rupesh.guj...@embinux.com 写道: Cindy, cindy_king_1024 wrote: Hi,Nimit My android source without cupcake baranch that you say above. 1.when compile android ,dose it need to add alsa-lib and alsa_sound with the patch Alsa_sound-v1.1.patch. No You do not need

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread cindy_king_1024
Thanks,but I have a question : In your answer : 1.when compile android ,dose it need to add alsa-lib and alsa_sound with the patch Alsa_sound-v1.1.patch. No You do not need this. You mean I need not add the patch or I need not add alsa-lib and alsa_sound? All of alsa-lib and slsa_sound is not

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread Nimit Manglick
Alsa-lib and alsa-sound patch is ONLY needed if you want to have audio support. and that comes later, firstly android has to boot up. Cindy, The kernel mentioned in the http://labs.embinux.org/git/cgit.cgi/linux-omap-2.6/commit/?h=evm-android-2.6.27 is for beagle-board and not for 3530 EVM. So

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread Rupesh Gujare
Hi, Nimit Manglick wrote: Alsa-lib and alsa-sound patch is ONLY needed if you want to have audio support. and that comes later, firstly android has to boot up. Cindy, The kernel mentioned in the http://labs.embinux.org/git/cgit.cgi/linux-omap-2.6/commit/?h=evm-android-2.6.27 is for

[android-porting] make apriori error ?! libexpat.so??

2009-04-21 Thread adik
Dear all... [r...@localhost mydroid]# TARGET_ARCH=sh TARGET_PRODUCT=migor DISABLE_DEXPRECPT=true make build/core/product_config.mk:232: WARNING: adding test OTA key TARGET_PRODUCT=migor TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR=

[android-porting] Compile Again after new bzImage

2009-04-21 Thread Gani Bhagavathula
Hi: After following the threads on this forum, I have setup a build environment on Ubuntu 8.10. I have successfully done the repo sync, and compiled an image, which I use with the make-live script to test on my Aspire-One. So far so good. I also managed to enable VESA_FB, and remove PMEM

[android-porting] Re: Compile Again after new bzImage

2009-04-21 Thread Avtar Singh
Where am I going wrong? You are not going anywhere. It is the way dependencies have been set in the makefiles. But your installer_img should have built again without you having to compile everything again. I am trying to find out if there is a way to do this in a shorter time to incorporate

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread cindy_king_1024
Hi,Nimit Now it can boot up but the system is very unstable. and some time the graphic come with red And the terminal putout: VFS: Mounted root (nfs filesystem). VFS: Mounted root (nfs filesystem). 6Freeing init memory: 144K Freeing init memory: 144K 4Warning: unable to open an initial

[android-porting] Re: AVRCP: E/EventHub( 1851): could not open /dev/input/event2, Permission denied

2009-04-21 Thread Long
I meet same problem. Somtimes open the AVRCP input event just fine. But sometimes got Permission denied weird. On 4月15日, 下午3時57分, katherine katherine...@freescale.com wrote: Most time I'll get E/EventHub( 1851): could not open /dev/input/ event2, Permission denied and AVRCP not work But

[android-porting] Re: Porting Andorid for MIPS

2009-04-21 Thread manjunatha srinivasan
Hi David Turner Thanks for reply. 2009/4/17 David Turner di...@android.com: Porting the C library to a new CPU architecture requires at the very minimum the following: Before porting MIPS based bionic C library for Android, i believe that MIPS cross binutils, MIPS cross gcc are to be set

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

2009-04-21 Thread Luca Belluccini
I'm working for a company and Politecnico di Torino. We are trying to use repo/git for cvs. I'll tell you something more in next weeks. On 20 Apr, 16:17, sathish-siso sathish...@gmail.com wrote: Hi Can you share the porting steps or procedure? Regards, Sathish. On Apr 2, 9:05 am, Brian

[android-porting] Ensure ALSA Interface (Android side) is working.

2009-04-21 Thread Luca Belluccini
I am getting some difficulties to make ALSA work on my Eee PC 701. Firstly I would like to know if ALSA Android stuff (not low level) is working. How to do that? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] wpa_supplicant wifi problems no scan results

2009-04-21 Thread Androidphan
I have an Atheros 5007EG wireless network card at my hardware platform. I compiled the kernel(2.6.27) with ath5k built in. Then I compiled wpa_supplicant with CONFIG_WIRELESS_EXTENSIONS=y CONFIG_DRIVER_WEXT=y and CONFIG_CTRL_IFACE=y. Then in my init.rc : mkdir /data/misc/wifi 0770 wifi wifi

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread vishal bhoj
this myt help u http://www.mail-archive.com/linux-o...@vger.kernel.org/msg04955.html 2009/4/21 vishal bhoj vishalb...@gmail.com u need a didplay friver patch, the green component is missing 2009/4/21 cindy_king_1024 cindy_king_1...@126.com Hi,Nimit Now it can boot up but the system is

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread vishal bhoj
u need a didplay friver patch, the green component is missing 2009/4/21 cindy_king_1024 cindy_king_1...@126.com Hi,Nimit Now it can boot up but the system is very unstable. and some time the graphic come with red And the terminal putout: VFS: Mounted root (nfs filesystem). VFS: Mounted

[android-porting] Re: Android 3G support

2009-04-21 Thread Hvr
Thanks a lot.. I found a reference in 3GPP TS 27.007 V8.5.0 (2008-09) in AT+CGREG? command. Regards, Hvr On Apr 20, 9:29 pm, Mikkel Christensen m...@ti.com wrote: 3G is only a access technology and the RIL could care less if the modem has camped on GPRS or WCDMA... but there are a couple of

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread cindy_king_1024
Thanks. At the first time I boot up it the graphic was normal,but later the graphic just look as it was make of green and red,lose the blue color. 在2009-04-21 17:29:35,Nimit Manglick nimitandr...@gmail.com 写道: Cindy, Change the settings as :- menu -- settings -- sound display -- screen

[android-porting] Re: Should i use master or cupcake branches

2009-04-21 Thread Jean-Baptiste Queru
Actually, it's the opposite. Master is the bleeding edge, while cupcake is more stable (notice that master has changes that cupcake doesn't have). JBQ On Mon, Apr 20, 2009 at 10:46 PM, gulshan karmani gulshan.karm...@gmail.com wrote: Sai, I feel Master is supposed to be more stable,

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-21 Thread gowtham gowda
this is the gdb output # gdb ./init GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/ gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted

[android-porting] MX27 Android porting problems

2009-04-21 Thread Drakou
Hello, I am actually working on porting Android to an Mx27 custom board. That board is really close to the Mx27ADS. I used the Mx31 porting advices to make my own porting. I have a 2.6.25 kernel with freescale and android patches. I can start the system , get the animated ANDROID logo centered

[android-porting] Re: MX27 Android porting problems

2009-04-21 Thread Michael Trimarchi
Drakou wrote: Hello, I am actually working on porting Android to an Mx27 custom board. That board is really close to the Mx27ADS. I used the Mx31 porting advices to make my own porting. I have a 2.6.25 kernel with freescale and android patches. I can start the system , get the animated

[android-porting] Re: MX27 Android porting problems

2009-04-21 Thread Arnaud Derasse
You say my android version is not ok. But what can I do ? Need to update the kernel ? To donwload android I used the two commands : repo init -u git://android.git.kernel.org/platform/manifest.git repo sync How can I switch to the good version of android to work with the 2.6.25 kernel ? Thanks

[android-porting] Re: C to CPP conversion (or vice-versa) based on the package type having C or CPP.

2009-04-21 Thread sreedhar b
Hi fadden, my libmyusecase is having *.c files and all my header files is with the C linkage as below. #ifdef _cplusplus extern C { #endif /* _cplusplus */ ... ... #ifdef _cplusplus } #endif /* _cplusplus */ And i am trying to call the

[android-porting] Re: Bluetooth not working on G1 device (cupcake version)

2009-04-21 Thread pavan savoy
Hi deepak, Please have a look in http://git.omapzoom.org/?p=repo/omapkernel.git;a=blob;f=drivers/misc/wl127x_power.c;h=a452eb41252fa0a88a077b4457145b77893e86cc;hb=refs/heads/android-2.6.27 for the relevant driver, as far as I know, zoom1 or ldp1 as its called, doesn't have an on-board bt device,

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-21 Thread Yi Sun
Check if u have /dev/ashmem node On Apr 21, 2009, at 6:46 AM, gowtham gowda gowth...@gmail.com wrote: this is the gdb output # gdb ./init GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/ gpl.html

[android-porting] Re: X86 ALSA Sound Issue

2009-04-21 Thread dmoti
Hi people, I followed this discussion and I'm trying to do what you did and I just need the configure line you used for both alsa-lib and alsa- utils thanks, -md On Apr 17, 9:28 pm, Luca Belluccini lucabellucc...@gmail.com wrote: Ok i see them ... Sorry :D On 17 Apr, 18:57, Androidphan

[android-porting] Re: wpa_supplicant wifi problems no scan results

2009-04-21 Thread Luca Belluccini
I'm with the same module. I set it NOT built-in. You are planning to make wifi interact with Android GUI? I modified wifi.c specifying the right path to module to be insmodded. By the way I'm having the same SIOCSIWAUTH error, starting manually the wpa_supplicant. I think it's the main problem.

[android-porting] Re: LCD display orientation

2009-04-21 Thread Dianne Hackborn
You'll probably need to modify PhoneWindowManager.java. On Tue, Apr 21, 2009 at 6:26 AM, twebb taliaferr...@gmail.com wrote: I'm porting android to a platform that has an LCD display which is native landscape. What can I do to make Android come up initially in portrait mode? Is there a

[android-porting] Starting Porting

2009-04-21 Thread Jamai_Porting
Hi! I'm a new user with android but i would like to know which step I have to take to porting android on a new device. I'll appreciate any suggestion or advice :) thanks --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Help required to get Android userland to boot on Gumstix Overo (TI OMAP 3503) + Palo43 LCD expansion board

2009-04-21 Thread Elvis Dowson
Hi, I have managed to port the android-2.6.29 kernel to the linux- omap3-2.6.29 kernel, and built the image. However, I have problems launching android userland. When I log into the system and type ./ init, it shows the ANDROID_ message on the screen and after sometime it just displays

[android-porting] Re: Help required to get Android userland to boot on Gumstix Overo (TI OMAP 3503) + Palo43 LCD expansion board

2009-04-21 Thread Elvis Dowson
Here is a copy of my init.rc and /etc/inittab file. I am trying to use the USB console interface on the Gumstix board. ttyS2 is the only one that seems to work. init.rc --- on init sysclktz 0 loglevel 3 # setup the global environment export PATH

[android-porting] How to Apply Patches?

2009-04-21 Thread Gani Bhagavathula
Hi all: I have seen some patches at the site http://code.google.com/p/patch-hosting-for-android-x86-support/updates/list - How do I apply those patches? I have tried patch -p0 cursor.patch for example, and get the following query can't find file to patch at input line 6 Perhaps you should

[android-porting] Re: How to Apply Patches?

2009-04-21 Thread Yi Sun
cd frameworks/base patch -p1 where you patch is On Tue, 2009-04-21 at 10:07 -0700, Gani Bhagavathula wrote: Hi all: I have seen some patches at the site http://code.google.com/p/patch-hosting-for-android-x86-support/updates/list - How do I apply those patches? I have tried patch -p0

[android-porting] Re: wpa_supplicant wifi problems no scan results

2009-04-21 Thread Gani Bhagavathula
Luca: If I dont use WPA (and have no wpa_supplicant) is it OK just to change the wifi.c like this, and compile the module and make sure it is in the init.rc? Will it connect to a WEP protected network at that point? static const char IFACE_DIR[] = /data/system/ wpa_supplicant; static

[android-porting] Re: How to Apply Patches?

2009-04-21 Thread Gani Bhagavathula
So, if a file had three patches, then I would move to the base directory of the files mentioned in the .patch file, and then go patch -p1 patchfile.name patch -p2 patchfile.name patch -p3 patchfile.name like that? Regards, Gani On Apr 21, 6:12 pm, Yi Sun beyo...@gmail.com wrote: cd

[android-porting] Re: How to Apply Patches?

2009-04-21 Thread Michael Trimarchi
Hi, Gani Bhagavathula wrote: So, if a file had three patches, then I would move to the base directory of the files mentioned in the .patch file, and then go patch -p1 patchfile.name patch -p2 patchfile.name patch -p3 patchfile.name the px is not the patch number but the strip on the

[android-porting] Re: How to Apply Patches?

2009-04-21 Thread Yi Sun
-p1 is good for all the patches. try read man patch and you will get it. On Tue, 2009-04-21 at 10:42 -0700, Gani Bhagavathula wrote: So, if a file had three patches, then I would move to the base directory of the files mentioned in the .patch file, and then go patch -p1 patchfile.name

[android-porting] Re: How to Apply Patches?

2009-04-21 Thread Gani Bhagavathula
Guys: Thanks so much for this. Believe me, I did read the man page, but could not make sense of it... If I look at it now after you guys have explained it, it seems so obvious... Thanks again. Gani On Apr 21, 6:51 pm, Yi Sun beyo...@gmail.com wrote: -p1 is good for all the patches. try

[android-porting] Re: Help required to get Android userland to boot on Gumstix Overo (TI OMAP 3503) + Palo43 LCD expansion board

2009-04-21 Thread shyjumon
Hi I think you have to check the Android power module in the kernel. I don't remember the exact function in it, i think its is *_suspend_*. You have to modify it. If you don't get anything i will check my source and mail you. Shyjumon N. On Tue, Apr 21, 2009 at 10:35 PM, Elvis Dowson

[android-porting] Unable to start Wifi and to install some application

2009-04-21 Thread penguins
Hi, I have installed Android successfully with yesterday's built (04/20/2009). However, I am unable to use the Wifi and unable to install most of the available applications, I received Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]. When I tried to download and install applications from

[android-porting] Beagle Android Build released

2009-04-21 Thread Rupesh Gujare
Hi All, In continuation to our efforts, for Android port on Beagle, we are pleased to release Beagle-Android build. Our Goal is to have stable customized Android build for Beagle Board. We will try to add features and make sure Android works on Beagle Board out of Box. Here are steps to sync

[android-porting] Re: wpa_supplicant wifi problems no scan results

2009-04-21 Thread Luca Belluccini
It is not working for me. I did the same changes on wifi.c as you pasted here. In Android GUI, I can press Enable wifi and I get: -module insmodded -GUI locked for some seconds -reboot -Android in airplane mode I'm running on a real eeepc701. It seems the hot code causing error is:

[android-porting] Re: Unable to start Wifi and to install some application

2009-04-21 Thread Luca Belluccini
I made a script (based on a porting found somewhere in the net): mount -t partition type /dev/block/your nodepartition number / sdcard setprop EXTERNAL_STORAGE_STATE mounted am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard On 21 Apr, 20:12, penguins

[android-porting] Re: Android 3G support

2009-04-21 Thread Mikkel Christensen
Yes that is correct... Please note that all modems might not support the AcT part of the +CGREG command. It depends of what 3GPP release it supports. Best regards, Mikkel On Apr 21, 5:35 am, Hvr hemant.ramd...@gmail.com wrote: Thanks a lot.. I found a reference in 3GPP TS 27.007 V8.5.0

[android-porting] Cupcake: How Android loads its boot logo?

2009-04-21 Thread Zia
I trying to find out how Android loads it boot logo? I noticed that the file android-logo-mask.png exists in framework-res.apk and frameworks\base\core\res\assets\images, however, I couldn't trace it in the code. The init section in system/core/init contains logo.c but again, I couldn't trace it.

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-21 Thread Yi Sun
Your kernel is wrong for sure. I have installed Android kernel with my ubuntu, the Android runs until it hits on the frame buffer (I don't have fb at all in my ubuntu) On Tue, 2009-04-21 at 06:46 -0700, gowtham gowda wrote: this is the gdb output # gdb ./init GNU gdb 6.8-debian Copyright

[android-porting] Re: Cupcake: How Android loads its boot logo?

2009-04-21 Thread Yi Sun
are you looking for initlog? If you are, take a look at init.c:829 On Tue, 2009-04-21 at 15:19 -0700, Zia wrote: I trying to find out how Android loads it boot logo? I noticed that the file android-logo-mask.png exists in framework-res.apk and frameworks\base\core\res\assets\images, however, I

[android-porting] Re: Cupcake: How Android loads its boot logo?

2009-04-21 Thread Zia
system/core/init/init.c:829 refers to /initlogo.rle , which doesn't exist. I'm trying to find how the Android Logo gets loaded and displayed when zygote is started by init.rc On Apr 21, 3:51 pm, Yi Sun beyo...@gmail.com wrote: are you looking for initlog? If you are, take a look at init.c:829

[android-porting] Cupcake: How to accelerate graphic/support OpenGL ES.

2009-04-21 Thread Zia
I've ATI graphic card on the system that is running Android cupcake. With software emulation, OpenGL code runs really slow on it. I understand that GPU drivers are proprietary and doesn't come with the Android source. Now, I would like to know what are the steps involved in providing hardware

[android-porting] Re: Cupcake: How Android loads its boot logo?

2009-04-21 Thread Matthew Porter
On Apr 21, 2009, at 6:19 PM, Zia wrote: I trying to find out how Android loads it boot logo? I noticed that the file android-logo-mask.png exists in framework-res.apk and frameworks\base\core\res\assets\images, however, I couldn't trace it in the code. The init section in system/core/init

[android-porting] Wholesale Sports Shoes Clear Air Force One AAA++quality

2009-04-21 Thread come on
Wholesale Sports Shoes Clear Air Force One AAA++quality Jogging shoes, running shoes, leather shoes, football, shoe sports shoe Footwear Sneaker, Shox Max supply sports shoes. The brand Sports shoes basketball shoes, Boot, walling shoes, Athletic shoes, Rift T- shirts, womens t-shirts, Clothing

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-21 Thread gowtham gowda
looks like this has everything to do with the efi boot. the efi partition has a vmlinux file. and looks like that is getting loaded this is the sum0 file for efi boot 0 acpi=force console=ttyS0,115200 root=/dev/sda2 rootdelay=7 20bf2b64f486b1807bd59dd3299b10f8 vmlinux What can i do now?

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

2009-04-21 Thread sparq
Hi, I am a newbie trying to run android on x86 environment. I have follow the instructions and apply the patch. Then i succeed running android on the vmware (but still no cursor support). BTW, now I try to add one usb touchscreen device to android. The linux kernel load the usbtouchscreen

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

2009-04-21 Thread Yi Sun
I can not remember it, but somewhere you need to change the permission for your device node On Tue, 2009-04-21 at 20:04 -0700, sparq wrote: Hi, I am a newbie trying to run android on x86 environment. I have follow the instructions and apply the patch. Then i succeed running android on the

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread vishal bhoj
I am pasting the content of the link On Fri, Sep 26, 2008 at 4:20 PM, Daniel Schaeffer [EMAIL PROTECTED] wrote: Has anyone looked into why the LCD display on the OMAP3EVM is always tinted red? I created a couple of color test images that I cat'ed to /dev/fb and it looks like the blue color

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-21 Thread Yi Sun
I have never used efi so I can not give you much of suggestion. YOU need to find a manual from somewhere that can tell you how to solve the issue. On Tue, 2009-04-21 at 19:11 -0700, gowtham gowda wrote: looks like this has everything to do with the efi boot. the efi partition has a vmlinux

[android-porting] Re: wpa_supplicant wifi problems no scan results

2009-04-21 Thread Gani Bhagavathula
Luca: I tried this, and am getting stuck at a more basic place. I dont think I am even loading the kernel that I am compiling. Here is what I do - I did a menuconfig on the kernel, and compiled it. I also did something like 'make SUBDIRS=drivers/net/wireless/ath5k modules'. Then I copied the

[android-porting] ath5k disagrees with the version of struct_symbol

2009-04-21 Thread Gani Bhagavathula
Hi Everyone: I am trying to compile Wifi support, but getting stuck at a more basic place. I dont think I am even loading the kernel that I am compiling. Here is what I do - I did a menuconfig on the kernel, and compiled bzImage. I also did something like 'make SUBDIRS=drivers/net/

[android-porting] Re: Should external/* depend on bionic-specifics ?

2009-04-21 Thread Ben Leslie
That doesn't really help (I think?). For packages that _can_ depend on Android, they can simply get the definitions from the cpu_features.h header file in bionic. For packages that _can't_ depend on Android, adding stuff to the build system won't help, since they will all have their own build