[android-porting] Re: Eclair Camera emulator cannot work properly

2010-01-14 Thread John Cola
blem. I don't know why the newer the codebase update and the more problems occur...so depress.:( BR John On 1月12日, 下午7時33分, John Cola wrote: > Can anyone successfully trigger thecamerafor the Eclair emulator?? > I've resulted reboot everytime when I try to launchcamera... >

[android-porting] Re: Eclair Camera emulator cannot work properly

2010-01-12 Thread John Cola
Can anyone successfully trigger the camera for the Eclair emulator?? I've resulted reboot everytime when I try to launch camera... BR John On 1月7日, 下午1時39分, John Cola wrote: > Dear all > Anyone know why the Eclaircameracannot work properly? > Even the fakecamerafor emulator result

[android-porting] Eclair Camera emulator cannot work properly

2010-01-06 Thread John Cola
Dear all Anyone know why the Eclair camera cannot work properly? Even the fake camera for emulator result error, anyone know the reason? BR John -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] How to enable Gallery for the latest open source??

2009-12-23 Thread John Cola
Hi all Any one know how to enable the "Gallery"? I don't know how to browse pictures and videos in the latest open source system.. HELP! BR John -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Touch Calibration problem in the latest codebase

2009-12-22 Thread John Cola
Dear Michael Thank you so much!!! BR John On 12月22日, 下午5時16分, Michael Trimarchi wrote: > Hi, > > > > > > John Cola wrote: > > Dear All > > In the latest open source, the InputDevice.java has been modified a > > lot. > > And I cannot have a touch cal

[android-porting] Touch Calibration problem in the latest codebase

2009-12-22 Thread John Cola
Dear All In the latest open source, the InputDevice.java has been modified a lot. And I cannot have a touch calibration successfully after "ts_calibrate". Following is the formula if (device.tInfo != null){ //system/etc/pointercal exist!! reportData[j + MotionEvent.SAMPLE_X] = (device.tInf

[android-porting] Camera postBuffer error message help

2009-08-13 Thread John Cola
Dear All Dose anyone have any idea about following message? The function of camera can still work properly but the error message is annoying!! == E/SurfaceFlinger( 252): LayerBuffer::BufferSource::postBuffer() invali

[android-porting] Re: UEvent in linux kernel

2009-07-30 Thread John Cola
There is no relation to atcmdsrv. It is driver should generate the event itslef!! On 7月29日, 下午2時46分, John Cola wrote: > Hi all > > Recently I've encountered that the UEvent cannot be received by > OnEvent from Java layer after upgrading the AT CMD server (atcmdsrv). > An

[android-porting] Re: Helping for UEvent for Battery Service

2009-07-30 Thread John Cola
I found out the problem myself. The driver or porting layer should generate the event itself, and that is ^^ On 7月30日, 下午1時45分, John Cola wrote: > Dear All > > I've implemented power_supply in my charger driver, and it can update > charging information for the power_supply

[android-porting] Helping for UEvent for Battery Service

2009-07-29 Thread John Cola
Dear All I've implemented power_supply in my charger driver, and it can update charging information for the power_supply structure such as /sys/class/ power_supply/battery/status However, in Android Java layer of mUEventObserver.startObserving ("SUBSYSTEM=power_supply") cannot receive the n

[android-porting] UEvent in linux kernel

2009-07-28 Thread John Cola
Hi all Recently I've encountered that the UEvent cannot be received by OnEvent from Java layer after upgrading the AT CMD server (atcmdsrv). And that result in the BatteryService is out of function. Since I thought UEvent is a standard framework in Linux kernel, so I have no clue why this proble

[android-porting] Re: How to fix "Failed to connect to VOLD"

2009-07-12 Thread John Cola
Thanks to all above! I can detect SD Card now. However, Android always consider that the SD Card is damge after preparing to access SD Card (But I can sure that the SD Card is fine). Any clues or ideas? BR John On 7月11日, 上午12時00分, Elvis Dowson wrote: > Hi,      For a TI OMAP 3503 target, here i

[android-porting] How to fix "Failed to connect to VOLD"

2009-07-09 Thread John Cola
Hi all I've encountered sd card problem of "Failed to connect to vold" As I know and learn from the articale "vold vs mountd", it need some modifications to make it work. (http://groups.google.com/group/android-porting/browse_thread/thread/ 9b1c1b7afbdc050b/79e57e9b605eb919?lnk=gst&q=vold) However

[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