[android-porting] V4L2 problem

2010-10-27 Thread August
hello everyone ,recently i met a problem on android porting camera. my board kernel is 2.6.24.7,and my android is eclair. when i insert my usbcamera,it found a video0 in the /dev. and i click the application camera.it just show 8 different colourful bars roll again and again.like this :white

[android-porting] Problem in Factory reset .

2010-10-27 Thread Robin Gujjar
Hi , i am trying to implement the factory reset in eclair. I already implemented it in manual mode by pressing some key combination. and directly booting in recovery mode. but i need to add it in Eclair code also formt he UI menu: Setting---Privacy--- Factory reset.. Can any one give me some

Re: [android-porting] Android porting problem

2010-10-27 Thread Sayiram K N
hi ashwan are you able to resolve the issue?? if so can you let me know. now i too ran to same issue depsite providing the write permissions sayiram K N On Thu, Oct 14, 2010 at 2:59 AM, Deva R r.deva...@gmail.com wrote: deja vu., felt like i just replied for this log :)

[android-porting] About magnetic filed report unit in android

2010-10-27 Thread lgbk
Hi all, Is there anybody know the the magnetic unit in android?Which unit the android use?In sensor.h I know it seems MT (micro telsa),but when I report the mt to android ,compass app display the data is wrong.From my compass driver in linux ,it report the data of Micro Gauss unit. like

Re: [android-porting] About magnetic filed report unit in android

2010-10-27 Thread Deva R
i dont have ready hints, but u can refer our sensor hal implementation patch - http://git.omapzoom.org/?p=device/ti/blaze.git;a=commitdiff;h=12f5a218283531798e7513bcf6fb8a7d8fd711e5;hp=cd01a96cdf9dbb9235038e9c700b79a30c2e1b1f src -

Re: [android-porting] Problem in Factory reset .

2010-10-27 Thread Deva R
seems most of the logic lies in ./frameworks/base/core/java and ./frameworks/base/services/java a quick snip.. d...@deva-ubunt:/data/build/omap4_l277/frameworks/base$ grep -R -i factory reset * core/res/res/values/strings.xml:string name=policydesc_wipeDataPerform a factory reset, deleting

[android-porting] Re: CANNOT LINK EXECUTABLE

2010-10-27 Thread jakiee
Thanks for information!! It seems I founds an issue with your information. This is the log message for my case, - E/linker ( 709): PAGES MODIFIED: insmod: 14 (56KB) E/linker ( 708):

[android-porting] Re: CANNOT LINK EXECUTABLE

2010-10-27 Thread jakiee
Thanks for information!! It seems I founds an issue with your information. This is the log message for my case, - E/linker ( 709): PAGES MODIFIED: insmod: 14 (56KB) E/linker ( 708):

[android-porting] Re: CANNOT LINK EXECUTABLE

2010-10-27 Thread jakiee
It seems the resolution was found, there is the case for handling weak symbols for other platform. That code works for SuperH as well after applying that code. Thanks, On Oct 27, 11:52 am, jakiee janghwa...@gmail.com wrote: Thanks for information!! It seems I founds an issue with your

[android-porting] enable V8 snapshot is easy to crash by SIGILL

2010-10-27 Thread allstars
hi in my mydroid build (fFRG-83) I found emulator default uses JavaScriptCode as default so I export JS_ENGINE:= v8 to make webkit uses V8 but after this I found Browser becomes easy to crash by SIGILL after some investigation I found this crash is happened when enabling snapshot feature in

[android-porting] Accessing hw decoders on Android Froyo

2010-10-27 Thread Butchi Peddi
Hi, I am new to this android platform and need some help regarding accessing hw decoders on android for froyo. If i want to access hw decoders which is the best approach other than OpenCore? And one more thing what is the difference between OMX and IOMX? Is stagefright is wrapper arround OMX?