[android-porting] problem in also porting to android in beagle

2009-02-19 Thread Harishkumar V
hi, i am porting android to beagle. i applied the alsa patch. still the error is coming. Target StaticLib: libasound (out/target/product/generic/obj/ STATIC_LIBRARIES/libasound_intermediates/libasound.a) target SharedLib: libaudio (out/target/product/generic/obj/

[android-porting] Re: why does the code seem specific to msm platform ?

2009-02-19 Thread pavan savoy
Ok, service hciattach is fine, I was kind of worried about the hciattach_legacy, kind of broke few things for couple of weeks, Anyway, Yes, since I suppose we are only looking at UART transport for bluetooth devices with application processors, most things in libbluedroid does seem common for

[android-porting] turning off android power management

2009-02-19 Thread pavan savoy
Earlier android kernel code, had a .config option of ANDROID_PM, what has it been replaced with ? What should I do, if I don't want the Freezing user space processes..., Syncing file systems... kind of power management suspend states? [apart from disabling PM on kernel itself...] Also I have an

[android-porting] Can't open /dev/ttyVSP0 in mainloop() which located in reference-ril.c,why???????

2009-02-19 Thread dephon...@gmail.com
Hi, all: I am porting Android GSM CALL function to my EVB. I have a /dev/ ttyVSP0 device which used to send AT command. But fd = open (/dev/ttyVSP0, O_RDWR); always returen -1 in mainLoop () (locate in reference-ril.c). My code looks like this: static void * mainLoop(void *param)

[android-porting] Re: Android Booting Problem

2009-02-19 Thread saroj
Hi, I am getting error during my android booting: I/PackageManager( 1716): /system/framework/framework-res.apk changed; unpacking D/PackageManager( 1716): Scanning app dir /system/app I/PackageManager( 1716): /system/app/PackageInstaller.apk changed; collecting ce rts D/dalvikvm( 1716): GC

[android-porting] Re: Can't open /dev/ttyVSP0 in mainloop() which located in reference-ril.c,why???????

2009-02-19 Thread Jack stone
I am getting the same problem with your. My AT channel is /dev/ ttyVPP0, If i add chmod 777 /dev/ttyVPP0 there is no changes to / dev/ttyPP0 permission. If anybody give some advices, thanks. On 2月19日, 下午6时04分, dephon...@gmail.com dephon...@gmail.com wrote: Hi, all:   I am porting Android

[android-porting] How can I install my own Android program to the ported Android platform ?

2009-02-19 Thread Kriston
I've successfully bootet the Android on a eeepc 701 machine. We use adb push to push the files to the Android emulator, How can I deploy my own Android program to this ported Android platform ? Thanks a lot. --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: Digital Sign,or Permission fidden: PackageManager( 458): Package com.google.android.browser has mismatched uid: 1000 on disk, 10003 in setting

2009-02-19 Thread alvin
hi Dianne: so could you tell me how to wipe out the data area, i use adb shell to login, then wipe data, but there is still exsiting such issue, mismatch uid with the setting uid, so how to sync with system build,could you convinient to tell me by step, i am really puzzled.

[android-porting] Re: Digital Sign,or Permission fidden: PackageManager( 458): Package com.google.android.browser has mismatched uid: 1000 on disk, 10003 in setting

2009-02-19 Thread alvin
hi Dianne: so could you tell me how to wipe out the data area, i use adb shell to login, then wipe data, but there is still exsiting such issue, mismatch uid with the setting uid, so how to sync with system build,could you convinient to tell me by step, i am really puzzled.

[android-porting] Re: Digital Sign,or Permission fidden: PackageManager( 458): Package com.google.android.browser has mismatched uid: 1000 on disk, 10003 in setting

2009-02-19 Thread alvin
hi Dianne: I am using linux2.4.24 kernel and androidsdkm5r14 so could you tell me how to wipe out the data area, i use adb shell to login, then wipe data, but there is still exsiting such issue, mismatch uid with the setting uid, so how to sync with system build,could you

[android-porting] sensor HAL in cupcake

2009-02-19 Thread pramod gurav
Hi there I am trying my hands on sensors HAL in cupcake. As I can see HAL implementation has changed a lot in cupcake. The sensor HAL sources have gone from hardware/libhardware/. I could know that there is space for having a sensor HAL module in new hardware/libhardware/; I referred the sensor.h

[android-porting] Re: How does the SensorManager get sensors list?

2009-02-19 Thread pramod gurav
Hi Elay, This may not be the direct answer to your query but I just thought of asking. Have you got the HAL module implemented in cupcake? You need to have a HAL module for sensors. On Thu, Feb 19, 2009 at 5:41 PM, Elay huen...@gmail.com wrote: Hi all, Anyone know how does the new class

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

2009-02-19 Thread MacknZ
Is it possible to run android on a common PC (x86) ? On 1月10日, 下午9时11分, Lim,GeunSik lee...@gmail.com wrote: Hi, all How to use x86 android platform on virtualbox === Last modified by Lim,GeunSik on 8-Jan,2009 Current

[android-porting] Re: Camera Object in Video Capture Case

2009-02-19 Thread steve2641
We are not looking to allow the application to retrieve the preview frames during video recording. The callback I talk about is for another feature. I'll email you directly the general feature description. Another thought occurred to me, does the current architecture allow the displayed

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

2009-02-19 Thread Chen Yang
Yes. You can follow the discussion on compilation for VMWare target to build Android for a common PC. -- Chen On Thu, Feb 19, 2009 at 9:42 PM, MacknZ ymm...@gmail.com wrote: Is it possible to run android on a common PC (x86) ? On 1月10日, 下午9时11分, Lim,GeunSik lee...@gmail.com wrote: Hi, all

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

2009-02-19 Thread drliebert
Anyone have luck getting Android running on eee pc 900HA? On Dec 27 2008, 6:58 am, Piethein Strengholt pietheinstrengh...@gmail.com wrote: I think by editing the /vendor/asus/eee_701/kernel.config file Add these lines: CONFIG_FB_VESA=y CONFIG_HAVE_IDE=y And try to compile everything

[android-porting] Re: Android Booting Problem

2009-02-19 Thread Rizvan S
Hi Saroj, You have to mention which steps you are following to start android. Please describe your porting details and steps before this log. Saiyram was also getting this kind of issue and now he is fine. On Thu, Feb 19, 2009 at 2:06 AM, saroj saroj...@gmail.com wrote: Hi, I am

[android-porting] Re: SurfaceFlinger and Layer buffers

2009-02-19 Thread F H
Thanks Mathias, With respect to video playback and LayerBuffers: - is it the client who allocates the buffer or does surface flinger allocate these at some point for the client to then use. - I don't understand your PMEM driver comment - are you saying that the client creates his own heap and

[android-porting] Re: Digital Sign,or Permission fidden: PackageManager( 458): Package com.google.android.browser has mismatched uid: 1000 on disk, 10003 in setting

2009-02-19 Thread Dianne Hackborn
On Thu, Feb 19, 2009 at 4:28 AM, alvin huzhan...@gmail.com wrote: I am using linux2.4.24 kernel and androidsdkm5r14 Er... androidsdkm5r14?!? That is old. If you are working on the platform, you really should be building the platform and running the emulator that it creates for you.

[android-porting] Re: Can't open /dev/ttyVSP0 in mainloop() which located in reference-ril.c,why???????

2009-02-19 Thread David Turner
the value of errno should give you more information about the error. I suspect a permission problem, but I don't know how these are setup in the system for device files. On Thu, Feb 19, 2009 at 11:04 AM, dephon...@gmail.com dephon...@gmail.comwrote: Hi, all: I am porting Android GSM CALL

[android-porting] Touchscreen Driver Issues on PXA platform

2009-02-19 Thread bfriedman
I am porting Android to a PXA development platform. I am using a UCB1400 touchscreen. I have built the kernel and I can get Android to boot however the touchscreen is not working. The touch screen is assigned to event0 and there is no event1. Inside dev/input I only have event0 and mice. I have

[android-porting] Re: Android Booting Problem

2009-02-19 Thread saroj
Hello, I have ported linux kernel 2.6.25 for Freescale IMX31 board. Then i downloded the android source 1.0. Then i took the android kernel patch for linux kernel 2.6.25 and applied it to my ported linux kernel 2.6.25. So my ported linux kernel 2.6.25 with android changes boots successfully and

[android-porting] Re: Android Booting Problem

2009-02-19 Thread Sayiram K N
Hi saroj do the following to your SD card from the linux PC at the root level execute this command chmod -R a+rw . then try again to load the andoird. this time you can have it. Sayiram K N On Thu, Feb 19, 2009 at 11:11 PM, Rizvan S porting.begin...@gmail.comwrote: Hi Saroj, You have to

[android-porting] Re: turning off android power management

2009-02-19 Thread aow
A simple way to turn off android power management: edited kernel\drivers\android\power.c static void android_power_suspend(struct work_struct *work) { int entry_event_num; int ret; int wait = 0; android_early_suspend_t *pos; int print_locks;

[android-porting] Master Branch Latest

2009-02-19 Thread gulshan karmani
Hi All, Does the latest master branch userspace workfine with Kernel 26.27 in master branch ? I heard sometime back that we should wait for Android userspace to work fine with latest changes in 2.6.27 kernel, is this correct ? Rgds, gulshan

[android-porting] Re: turning off android power management

2009-02-19 Thread pavan savoy
humn, thanks... but tell me .. what if I disable the kernel PM itself... that will surely do .. it. .. but yeah... anyway can't change the kernel.. uImage.. given to me.. have to make it work without changing it.. So was looking for sysfs entries/ proc entries or ways of killing suspend or

[android-porting] Re: I can't enable my USB mass storage in Android kernel.

2009-02-19 Thread aow
plz try edit something like below in file init.rc # Enable MASS storage on SDCARD # write /sys/devices/platform/mass_storage/lun0/file /dev/block/ mmcblk0p1 write /sys/devices/platform/mass_storage/lun0/file /dev/mtdblock1 On 2月19日, 上午8时58分, ebmajor p...@innopath.com wrote: Hi all, I'm