[android-porting] Re: Settings -> Display -> Animations

2011-12-20 Thread Deva R (TI)
Hi, are hw accelerated graphics binaries are present in system? (if not refer http://code.google.com/p/rowboat/ instructions) if its accelerated by android s/w egl libraries, transition might be so slow that we see a single frame of transitiion., Regards, Deva On Dec 19, 2:50 pm, Arun Joseph wro

[android-porting] Re: I am looking for a platform development board. Would appreciate your advices (you can see this as some sort of a survey: What is the development board you are using for Android b

2011-11-15 Thread Deva R (TI)
just got update from http://pandaboard.org/irc for LCD+touch prototype on panda => lot of options and prototypes are available reference - http://groups.google.com/group/pandaboard/browse_thread/thread/6b6c214b6d224fb3/2c0d7cf1b96b98e9 On Nov 15, 6:17 pm, "Deva R (TI)" wrote: >

[android-porting] Re: I am looking for a platform development board. Would appreciate your advices (you can see this as some sort of a survey: What is the development board you are using for Android b

2011-11-15 Thread Deva R (TI)
Hi Ron, my suggestion: pandaboard android4.0 have default support for panda.. see http://source.android.com/source/building-devices.html it meets all the requirements, with good community support. touch screen might be a issue here since its low cost board, but one can always use hdmi tv + usb mo

[android-porting] Re: Implementing a new player to replace Awesomeplayer, will it affect Compatibility Test?

2011-11-10 Thread Deva R (TI)
Let me just answer this part > The only problem worries us though, is the Compatibility Test will be > affected with the last solution? Though a quick search, I see > compatibility tests are written in Java. Our solution won't change the > APIs, so to my guess, compatibility won't be compromised,

[android-porting] Re: ld error when compile the libwebcore.so

2011-11-10 Thread Deva R (TI)
can u disable ccache and try?? from logs shared, it doesnt make sense for g++ trying to generate libwebcore.so > prebuilt/linux-x86/ccache/ccache prebuilt/linux-x86/toolchain/ > mips-4.4.3/bin/mips-linux-gnu-g++ > -o out/target/product/generic/obj/ > SHARED_LIBRARIES/libwebcore_intermediates/LINKE

[android-porting] Re: What does the channel number mean here?

2011-11-10 Thread Deva R (TI)
hi, fyi - syntax of launching service in init.rc is service [ ]* ... its an argument used inside sdptool of bluetooth., u can refer external/bluetooth/bluez/tools/sdptool.c => for channel option usage regards, deva On Nov 9, 6:34 pm, Vishwanath Hegde wrote: > Hi, > > Can some on

[android-porting] Re: Porting FLV in stagefright

2011-11-08 Thread Deva R (TI)
Can you share log and error details? probably codec is not comfortable with the bit stream pattern parser returned.. On Nov 2, 11:08 pm, Mark Liu wrote: > Hi Guys: > > I am working on porting flv in stagefright. audio is aac, video is > h264 codec. Now the streaming is okay, aac decode is okay. B

[android-porting] Re: Android2.1 ethernet patch question

2011-11-08 Thread Deva R (TI)
in general, we'll hit ANR when activity manager detects longer inactivity of an app, and this may be due to One of the callback wouldnt have come from a lower layer or another component., hence activity-manager detected upper layer time-out. One need to analyse log for the scenario and see what ex

[android-porting] Re: where can i download new android-kernel?

2011-11-08 Thread Deva R (TI)
Hi, git.omapzoom.org got mirrors for few android.git.kernel.org kernel projects can see if this helps you till android kernel git is up. Regards, Deva On Nov 8, 12:47 pm, Srinidhi K V wrote: > Hi, >      I don't think Kernel repositories are up yet on android server. > > Srinidhi > > > > > > > >

[android-porting] Re: am3703 wifi(tiwlan_drv.ko) integration with mmc1

2011-11-08 Thread Deva R (TI)
Hi Venkat, It should be configured in kernel, and steps are detailed in this wiki section http://omappedia.org/wiki/Porting_WLAN_to_Android#To_Enable_WLAN_on_Linux_Kernel Regards, Deva On Nov 8, 10:21 am, venkat k raju wrote: > Hi all, > i have been working on the ti (am3703) custom board, in m

Re: [android-porting] what does a remote render mean

2011-08-09 Thread Deva R
Awesome Remote Renderer class dont have a logic/implementaiton,of its own => but just passes a buffer to any custom implemented renderer. if nothing available, regular s/w renderer instance will be used to have a custom renderer (to harness display h/w capabilities), one hsould implement api of si

Re: [android-porting] Going straight to apps selection at power-up

2011-08-09 Thread Deva R
ofcourse doable, with few changes., - to boot without lock screen, you can update keyguard in framework.jar as in http://groups.google.com/group/android-porting/msg/402b1c131bfc2041?hl=en - May not be the best way, but a suggesiton: once you boot, home screen is loaded from Launcher.apk (La

[android-porting] Re: Android OS unlock screen option in Beagle board

2011-06-29 Thread Deva R
you can use F1 key to unlock w/o touch screen. if u intend not to have lock screen, u can use this framework patch http://groups.google.com/group/android-porting/msg/402b1c131bfc2041 On Wed, Jun 29, 2011 at 12:41 PM, upendra

Re: [android-porting] How to get the LSB for the Accelerometer from the datasheet

2011-05-23 Thread Deva R
from our accelerometer driver, we publish ABS_x,y,z coordinates, via input_report_abs() call., probably its handled on userside in EventHub?? Link: http://git.omapzoom.org/?p=kernel/omap.git;a=blob;f=drivers/input/misc/cma3000_d0x.c;h=bdd1a42c40e91d4bd8f0609b2e6a5c54c566956e;hb=refs/heads/p-androi

Re: [android-porting] Android init.rc

2011-05-22 Thread Deva R
, saminath sanjai wrote: > Hi Deva, >Thanks for reply, > > How enbale debug/print in the system/core/init/init.c file. This will > help me more on analysis. > > > with regards, > saminath. > > > > > > On Sun, May 22, 2011 at 12:38 PM,

Re: [android-porting] Need info on stagefright codecs

2011-05-22 Thread Deva R
ofcourse.. :) one quick glance on s/w codec libraries is all required >>Sent from my iPhone aah.. On Sun, May 22, 2011 at 4:19 AM, HV wrote: > Ya, i figured that out, thanks for responding though > > Sent from my iPhone > > On May 21, 2011, at 7:50 PM, Deva R wrote:

Re: [android-porting] Android init.rc

2011-05-22 Thread Deva R
Hi, not sure, how changes in init.c (option #1) would help in this case, or having generic script., regrading option#2 (updating init.rc), below syntax should have worked.., can u check your syntax? (we can check for any warnings while exporting init.rc or while init is running below commands)

Re: [android-porting] Need info on stagefright codecs

2011-05-21 Thread Deva R
stagefright s/w codecs are not omx components, but all are derived class of OMXCodec (stagefright codec i/f class) On Tue, May 17, 2011 at 12:29 AM, HV wrote: > Hi, > > I'm trying to understand StageFright's (SF) playback graph. Are the SF > software codecs OMX components or just standalone mod

Re: [android-porting] untracked pid error while booting googletv

2011-05-12 Thread Deva R
seems BOOTCLASSPATH is not right during bootup., is init.rc->BOOTCLASSPATH modified or changed?? it should have all system class path like below., export BOOTCLASSPATH /system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/f

Re: [android-porting] why using different ubuntu 32/64 to develop android app and porting android?

2011-04-19 Thread Deva R
> And if I need to develop both froyo and gingerbread, what is the best > solution? Gingerbread can be made build on 32-bit machines too, with 2 simple patches (no functional difference though, as we finally generate 32-bit arm binaries) you can get that working, so - froyo/gingerbread builds could

Re: [android-porting] Questions about integrating FLV/VP6 codec into Stagefright

2011-04-15 Thread Deva R
> These days, I am adding the flv support in Android 2.3. I have done > H264 + aac codec, Right now, I want to add On2 VP6 support. I demux > the file to raw vp6 stream data and pass it to the codec, but the log > shows "on2 decoder failed to decode frame.". Does anyone know whether > libvpx(in $(a

Re: [android-porting] Debugable Binary

2011-03-22 Thread Deva R
add O0 also, we found android libraries source-level debugging was smoother with that. LOCAL_C_FLAGS += -g -O0 On Mon, Mar 21, 2011 at 1:37 AM, yogi wrote: > Hi All, > > I am working on webkit native library. I want to know how to make it > debugable (includeing the debug symbols using -g in Cf

Re: [android-porting] Pause / Jump to next track issue (OMAP 3440)

2011-03-19 Thread Deva R
probably key event mishandling or wrong keycode/keymap file., framework=>base=>libs->ui->EventHub.cpp can be a first place to look for... On Fri, Mar 18, 2011 at 8:42 PM, Vishwanath Hegde wrote: > HI, > > When I press, pause / playback button on the wired headset I am seeing > jump to next tra

Re: [android-porting] Compiled code size of ralink wifi driver too huge

2011-03-03 Thread Deva R
by any chance you passed "-static" flag to gcc? build library with "make showcommands" and check the flags passed during compilation. On Tue, Mar 1, 2011 at 3:37 PM, Lay wrote: > Hi Android porters, > > I am trying to port ralink wifi rt2870sta.ko into Android v2.1. After > compiling the driver w

Re: [android-porting] Android porting to hawkboard

2011-02-26 Thread Deva R
any misbehavior with key event mismatch, u might want to cross check your keypad layout and keycode mappings., few pointers to debug this issue: http://groups.google.com/group/omapdiscuss/msg/328549f0812d6391 (its applicable to froyo/gingerbread platfroms and omap4 keycode/keymappings were used as

Re: [android-porting] SystemProperties.set is inoperative

2011-02-26 Thread Deva R
, it's successful. So it should not reach > the max limit of system.property. > > Best regards > Swandle > > > 2011/2/26 Deva R >> >> possibly u reached max limit of system.property entries. >> run "getprop" and see how much entries you  alr

Re: [android-porting] SystemProperties.set is inoperative

2011-02-25 Thread Deva R
possibly u reached max limit of system.property entries. run "getprop" and see how much entries you alreay got. there is a maximum limit for system property database.., u need to increase that. On Thu, Feb 24, 2011 at 3:59 PM, Swan wrote: > In file services/java/com/android/server/MountService.j

Re: [android-porting] Re: Stagefright or OpenCORE for Gingerbread ?

2011-02-21 Thread Deva R
it apperas with a delay (like after moderator/approvers approval) give ~15 minutes :) On Mon, Feb 21, 2011 at 5:59 PM, Girish wrote: > Original query is not appearing on groups .. so reposting same for to > be answered by others as well. > ** > > Dear team, > > We are planning for a migration

Re: [android-porting] Stagefright or OpenCORE for Gingerbread ?

2011-02-21 Thread Deva R
recommended: enable stagefright on gingerbread., porting opencore to gingerbread is some work (changeset will be like reverting all gingerbread framework chagnes) and not recommended. see http://groups.google.com/group/android-porting/browse_thread/thread/120fb85bbd8297d3 On Mon, Feb 21, 2011 at

Re: [android-porting] android music player can't play mp3 format file

2011-02-21 Thread Deva R
>I/DEBUG ( 2626): 40407d1c a8d23ea5 /system/lib/libaudioflinger.so all useful log is already trimmed., point of crash will give quick hint., check which call is crashing using addr2line (more info http://www.omappedia.org/wiki/Android_Debugging#Debugging_segmentation_fault ) On Fri, Feb

Re: [android-porting] Compiling Android Froyo with no thumb support

2011-02-17 Thread Deva R
another option, module, prelinking can be disabled by mentioning in Android.mk (at cost of slight load time increase) LOCAL_PRELINK_MODULE := false On Thu, Feb 17, 2011 at 9:03 PM, Deva R wrote: > why not enabling support for thumb mode? > now,  u need to increase memory size for libwebc

Re: [android-porting] Compiling Android Froyo with no thumb support

2011-02-17 Thread Deva R
why not enabling support for thumb mode? now, u need to increase memory size for libwebcore in prelink map file., refer http://git.omapzoom.org/?p=platform/build.git;a=blob;f=core/prelink-linux-arm.map;hb=03fb96f01eeed12ce5dc6dd8fa2e839ed497758e 106 libexpat.so 0xA8A0 # [~1M] 10

Re: [android-porting] Location of AAC decoder source code in android.git.kernel.org repository

2011-02-03 Thread Deva R
aac decoder stagefright of gingerbread - http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=media/libstagefright/codecs/aacdec;hb=refs/heads/gingerbread earlier decoder in opencore - http://android.git.kernel.org/?p=platform/external/opencore.git;a=tree;f=codecs_v2/audio/aac;hb

Re: [android-porting] Re: Opencore AAC decoder issue

2011-02-03 Thread Deva R
blem with test app..Infact the test document says they need > customised input stream generated by dymp_aac.exe(win32 > app)..Unfortunately im not able to find it.. > > On Feb 3, 4:23 am, Deva R wrote: >> sorry, i dont have ready hints. >> how about mp3 - is it passing with thi

Re: [android-porting] PIN / Password screen has no forgot password button

2011-02-02 Thread Deva R
my guess: google android team might be focusing on product featureset and milestones, and probably might be less interested in doing UI tweaks, as anyway OEMs/device-manufactureres will have custom GUI/security-features developed., On Mon, Jan 31, 2011 at 11:56 PM, Soumya wrote: > Hi, > > Recentl

Re: [android-porting] wifi interfacing for android phone

2011-02-02 Thread Deva R
> which is the command to turnoff wifi from command promt. can u try w/ netcfg? netcfg [ {dhcp|up|down}] ps. sample usage omap4_l27x# getprop | grep -i wifi.interface [wifi.interface]: [tiwlan0] omap4_l27x# netcfg tiwlan0 down omap4_l27x# netcfg eth0 down On Wed, Feb 2, 2011 at 4:04 PM, maya wr

Re: [android-porting] Re: Opencore AAC decoder issue

2011-02-02 Thread Deva R
11: >>   Successes 0, Failures 1 >> Total Execution time for file /home/abc/Desktop/Reed.aac is : 0.839000 >> seconds >> Test output begins >> Number of tests: 1 >> Successes: 0 >> Failures: 1 >> /opencore/codecs_v2/omx/omx_testapp/src/omxdectest.cpp:408

Re: [android-porting] Opencore AAC decoder issue

2011-02-01 Thread Deva R
opencore plays regular aac files. try "super convertor" to convert mp3-file/audio-streams-in-video-file to aac file. (link - http://www.erightsoft.org/GetFile.php?SUPERsetup.exe , trivial to use) use it with opencore. or u can get some samples over google, http://www.google.com/search?q=filetype:

Re: [android-porting] Android release process

2011-02-01 Thread Deva R
>Does Android release happen from publically viewed Master branch of repo/git ? ya, public source release happens on android public repo at android.git.kernel.org > So, if I have Android repo cloned on my machine and I am regularly pulling > it. If some day, Google releases next version of Androi

Re: [android-porting] code for different android versions

2011-02-01 Thread Deva R
we have platform version available in build system but not passed to GCC, so as to use it in your source. you can process this in Android.mk and send a CFLAG macro to your source. PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.2.1 there might be a trivial way that i'm not aware of, but a suggest

Re: [android-porting] Re: How to add Pre-loaded Application?

2011-02-01 Thread Deva R
em onto my Nexus One? > > On Jan 29, 3:51 am, Deva R wrote: >> (just a thought) >> if multiple level .mk 's are used, search in your setup if >> PRODUCT_PACKAGES is later overridden by another "PRODUCT_PACKAGES:=" >> make it to "PROD

Re: [android-porting] ARM toolchain

2011-01-30 Thread Deva R
froyo tool chain usually comes with froyo codebase only., isnt it helpful? PS. toolchain path /data/build/omap4_l27.11/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin$ ls -a -l *gcc* -rwxr-xr-x 1 deva deva 425467 2011-01-22 16:39 arm-eabi-gcc -rwxr-xr-x 1 deva deva 425467 2011-01-22 16:39 arm-eab

Re: [android-porting] Re: How to add Pre-loaded Application?

2011-01-29 Thread Deva R
(just a thought) if multiple level .mk 's are used, search in your setup if PRODUCT_PACKAGES is later overridden by another "PRODUCT_PACKAGES:=" make it to "PRODUCT_PACKAGES+=" On Sat, Jan 29, 2011 at 2:05 AM, freakingtux wrote: > Hi, > > On Thursday, January 27, 2011 9:45:47 PM UTC+1, Hank wrote

Re: [android-porting] integrate the H/W decoder into stagefright

2011-01-28 Thread Deva R
i listed highlevel steps sometime last week,. link http://groups.google.com/group/android-porting/msg/5d88e76845a22bbb [snip] asic steps are: integrate omx core in opencore -> we publish omx core .so in /etc/pvplayer.cfg files in stagefright -> we publish our OMX library in libstagefrighthw.so

Re: [android-porting] why samsung and qcom do not implement audio omx section in /hardware

2011-01-28 Thread Deva R
, are taken care by the framework. > > > > Hope this helps. > > > > From: android-porting@googlegroups.com > [mailto:android-porting@googlegroups.com] On Behalf Of ?? > Sent: Friday, January 28, 2011 7:16 AM > To: Deva R > Cc: android-porting@googlegroups.com > Su

Re: [android-porting] Froyo porting, vendor & device folder, and build for a device with tapas

2011-01-27 Thread Deva R
sorry, i couldnt read and get complet msg. - with the exact error message you are getting, u can walk throuh .mk scripts in "$MYDROID/build/core/" - u can also walk through a working device/ folder in froyo http://git.omapzoom.org/?p=device/ti/blaze.git;a=tree;h=refs/heads/froyo;hb=refs/heads/

Re: [android-porting] why samsung and qcom do not implement audio omx section in /hardware

2011-01-27 Thread Deva R
> ps: >    also, i have review the code of ti in android_root/hardware/ti/omp3, they > do have audio decoders such as aac, mp3, wma etc, > from normal logical, we should implement video and audio omx component > together, so we can play movie in full omx way. video codecs are not listed as mostly t

Re: [android-porting] Cannot on wifi in Android ported on BeagleBoard

2011-01-25 Thread Deva R
[+beagle,rowboat list for support] did u referred http://www.projectkennel.com/wiki/index.php?title=Getting_Started_with_Android_for_your_BeagleBoard ? it have steps for donut (older), but if you follow similar steps, should be ok i guess. for latest code, you can get RT73 driver from RT site ht

Re: [android-porting] Re: using the camera service from android native code

2011-01-24 Thread Deva R
is it still open? and is it "UNdefined reference to `typeinfo for android::RefBase'"?? this linker error can be solved by adding proper libraries say LOCAL_SHARED_LIBRARIES += libutils libmedia we have a sample implementation of camera listener., ( u can refer source and Android.mk usage) http:/

Re: [android-porting]

2011-01-24 Thread Deva R
if this is starting from scratch, you might want to refer an exisitng working port as many are already available., if not, you can post whats blockinng or share some logs. On Fri, Jan 21, 2011 at 12:45 PM, sohu wrote: > you provided too few information > > 2011/1/17 vinu priya >> >> hi, >> I am

Re: [android-porting] garabage in minicom after booting beagleboard xm

2011-01-24 Thread Deva R
thats expected. beagleboard on reboot - tries to boot alright? it keeps looking for booting options over peripheral boot (usb/uart) or memory (sd-card/nand etc). if no valid bootoptions are found - it will retry the boot sequence. > I am using minicom on 10.10, when i connect beagleboard-xm witho

Re: [android-porting] Re: Gingerbread porting

2011-01-24 Thread Deva R
om> wrote: >> Hi Hardik, >> >> We are also going to start this activity. >> Could you please provide few information >> >> Did you resolve by not starting dsp related service? >> Is it feasible porting android 2.6.35 on zoom3? >> Did you download the

Re: [android-porting] VOLD is missing from product build

2011-01-24 Thread Deva R
not sure why, we can do below exercise which will generate vold binary for sure., and see what breaks.. (use "mm showcommands" if you want more details on flags/commands used) deva@deva-ubunt:~$ cd $MYDROID deva@deva-ubunt:/data/build/omap4_l27.11$ souorce build/envsetup.sh deva@deva-ubunt:/data/

Re: [android-porting] Porting Android on Set top box

2011-01-24 Thread Deva R
this is a good start to create project configuraiton files http://source.android.com/porting/build_new_device.html create "device//" directory with all required .mk files. use it in your buildspec.mk file while building (or u can pass platform data via arguemnts to make too) On Mon, Jan 24, 2011

Re: [android-porting] BoardConfig.mk documentation

2011-01-24 Thread Deva R
true, android site gives steps to create boardconfig.mk for new product http://source.android.com/porting/build_new_device.html this is good start and mandatory step for a product., but, as project evolve, to add product specific features, we keep updating these platform specific changes to Board

[android-porting] Re: [hawkboard.org] Setting up ADB on hawkboard

2011-01-21 Thread Deva R
Srinidhi, thats an optional step (to make sure omap device is listed under ubuntu host), we can skip and continue.. I check ADB over USB/ethernet on froyo, with oamp4 blaze.., so we can check if any problem >root@srinidhi-desktop:/home/srinidhi/Android_Froyo/Golden_images/android_fs# >adb devic

Re: [android-porting] Hi evryone please help me in solving libcameraservice.so issue.....

2011-01-21 Thread Deva R
since its android library, it should've been built with bionic libc. logs? and whats the error code retruned by linker? make sure its linking proper libraries and they are present, (a sample check below) deva@deva-ubunt:/data/build/omap4_l27.11$ $MYDROID/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1

Re: [android-porting] stagefright build options for gingerbread on omap3

2011-01-20 Thread Deva R
Hi Amit, Do you expect s/w codecs to work out of the box or trying to add h/w codec libraries? difficult for a hunch with out logs for this video failure. FYI - GB changes for omap4 video playback - http://git.omapzoom.org/?p=platform/frameworks/base.git;a=shortlog;h=refs/heads/p-gingerbread (post

Re: [android-porting] Document for init.rc and android services

2011-01-20 Thread Deva R
long back i referred http://www.androidenea.com/2009/08/init-process-and-initrc.html was handy.. On Thu, Jan 20, 2011 at 4:50 PM, Srinidhi K V wrote: > Hi, > > I wanted to learn about mandatory android services that has to be started in > init.rc and how to reduce the boot time etc.. > Is there a

Re: [android-porting] Can we get android 3.0 now?

2011-01-20 Thread Deva R
3.0 Honeycomb is not public yet., (might take few months from now) usually for a pastry, device&sdk will be released first, then source will be made available.. On Thu, Jan 20, 2011 at 9:26 AM, lnxarm wrote: > Now I worked on Froyo and we need to update. > As we all know, 2.3 is released, but I w

Re: [android-porting] Qestion about Kernel Version Runing at Android2.2

2011-01-20 Thread Deva R
is it a generic linux kernel? android requires mandatory set of features on top of linux kernel - refer http://android.git.kernel.org/?p=kernel/common.git;a=blob_plain;f=Documentation/android.txt;hb=HEAD http://elinux.org/Android_Kernel_Features => gives good overview of android kernel changes O

Re: [android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-19 Thread Deva R
> exited > init: waitpid returned pid 1203, status = > 0009 > init: process 'zygote', pid 1203 > exited > init: process 'zygote' killing any children in process group > """ > Sorry for all the trouble caused... > I think I'll t

Re: [android-porting] Gingerbread porting

2011-01-19 Thread Deva R
><5>init: process 'baseimage', pid 782 exited >init: process 'baseimage', pid 782 exited try basic bootup first, without dsp support.. probably dsp firmware is not present, or dsp bridge needs fix/patch for GB migration. # load DSP firmware service baseimage /system/bin/cexec.out /system/lib

Re: [android-porting] how to add omx decoders into stagefright of gingerbread

2011-01-19 Thread Deva R
>   1. if I want to add my own codec using the OMX way into > gingerbread's stagefright,  what should I do step by step? i listed highlevel steps sometime this week, should give u a idea. link http://groups.google.com/group/android-porting/msg/5d88e76845a22bbb >   2. as to adding parser together

Re: [android-porting] about the samsung android git address

2011-01-19 Thread Deva R
Samsung Nexus 2 => i'm not sure of production code, (kernel code was made public http://android.git.kernel.org/?p=kernel/samsung.git ) but it uses ginger bread and its public links are omx IL http://git.omapzoom.org/?p=platform/frameworks/base.git;a=blob;f=media/libstagefright/OMXCodec.cpp;hb=ref

Re: [android-porting] Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-19 Thread Deva R
minimal init.rc is one with bare minimum one, good for bootup with required commands and less services started., Try the one Amit shared - omap3evm version should be good for beagle too., >The only loglevel I see in init.rc is 'loglevel 3', am I supposed to >change it? You can set it to till 8. m

Re: [android-porting] How to remove android-2.2.1 screen lock feature

2011-01-18 Thread Deva R
to boot without lock and stay unlocked.. deva@ubunt:/data/build/android_omap4/froyo/frameworks/policies/base$ git diff diff --git a/phone/com/android/internal/policy/impl/KeyguardViewMediator.java b/phone/com/android/internal/policy/impl/KeyguardViewMediator.java index c255041..c602c1b 100644 ---

Re: [android-porting] Re: integrating Xvid code in to open core

2011-01-18 Thread Deva R
opencore docs are available in android source tree iteslf (./external/opencore/doc , link http://git.omapzoom.org/?p=platform/external/opencore.git;a=tree;f=doc;hb=refs/heads/p-froyo ) you might want to start with omx_core_integration_guide.pdf On Tue, Jan 18, 2011 at 4:38 PM, sk wrote: > Thanks

Re: [android-porting] Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-18 Thread Deva R
was 2.3 port working on beagle board earlier? try with minimal init.rc also, check init with more traces enabled ( change LOG_DEFAULT_LEVEL system/core/init, via loglevel in init.rc) On Tue, Jan 18, 2011 at 2:43 PM, BiX wrote: > Hi, I'm booting Android 2.3 on BeagleBoard with kernel Linux-2.6.3

Re: [android-porting] Surfaceflinger die during upgradation from froyo to gingerbread

2011-01-18 Thread Deva R
>Unable to open zip '/system/media/bootanimation.zip': No such file or >directory >BootAnimation::readyToRun() end >Process Sending signal. PID: 82 SIG: 9 seems logo contents are missing and died., can u check that path and file? or, probably gb source http://git.omapzoom.org/?p=platform/framework

Re: [android-porting] Android HAL understanding

2011-01-18 Thread Deva R
hi, >Why come the other Android own hardware-services without this? since its mokoid demo library, no other app or service required/loaded it. a library should be loaded (either prelinked or run time when needed) when a process is running., so as to use library calls. for eg, take mediaserver la

Re: Re: [android-porting] How to build and load android on new device - using Froyo.

2011-01-17 Thread Deva R
you can hack generic.mk to have a working build, or if you need to maintain you better create "device//" directory to keep platform/board configuration files. samples http://git.omapzoom.org/?p=device/ti/blaze.git;a=tree;h=refs/heads/froyo;hb=froyo http://git.omapzoom.org/?p=device/ti/zoom2.git;a=

Re: [android-porting] Stagefright info needed please

2011-01-17 Thread Deva R
regarding stagefright docs, i havent seen anything public yet., for now, source is the documentation ;) though minimal, whatever said a year back here -> still holds true even for gingerbread http://freepine.blogspot.com/2010/01/overview-of-stagefrighter-player.html > SF sits above OMX just like O

Re: [android-porting] porting android to omnia HD i8910

2011-01-17 Thread Deva R
first step would be to get linux kernel 2.6.35 or 2.6.32 booted up on the phone, with all peripheral drivers working., android minimal boot would be easier from there.. to begin with, do you have flashing tools for i8910 or manuals?? On Sun, Jan 16, 2011 at 11:05 PM, Anuj wrote: > i was trying

[android-porting] Re: [android-kernel] repo intialization

2011-01-11 Thread Deva R
> i wanted to initialize the repo in specific folder. whenever  i initialized > the  repo . it initialize in home folder only even i make the directory and > run the command. No such restrictions, and we can chose any directory we want. whole project tree location depends on where we do "repo init

Re: [android-porting] Froyo build error WifiConfiguration

2011-01-11 Thread Deva R
do u miss folder just in framework? u can quickly rebase again., $rm -rf framworks/base $repo sync framework/base if some issue with repo sync, u can download tar ball - go to http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;h=refs/heads/froyo;hb=refs/heads/froyo (say froyo

Re: [android-porting] [android-developers]How to Integrate cryptsetup package[Third party] with android source code

2011-01-10 Thread Deva R
Also, are you using third party code as source or binary? if binay, it has to be compileed either statically or within android., (libc vs bionic issue) On Mon, Jan 10, 2011 at 9:16 PM, Deva R wrote: > In Android.mk of libCryptsetup.so, make sure you add library that > contain dm_task_*

Re: [android-porting] [android-developers]How to Integrate cryptsetup package[Third party] with android source code

2011-01-10 Thread Deva R
In Android.mk of libCryptsetup.so, make sure you add library that contain dm_task_* api's.. LOCAL_SHARED_LIBRARIES := liblog libcutils ... LOCAL_SHARED_LIBRARIES += Also, if any headers needs to be included, LOCAL_C_INCLUDES += / On Sun, Jan 9, 2011 at 5:13 PM, mahesh singh wrote: > Hi.. > >

Re: [android-porting] Help with RIL

2011-01-05 Thread Deva R
this material looks neat. http://www.nextinnovation.org/doku.php?id=android_ril On Wed, Jan 5, 2011 at 12:23 PM, Akshat Saha wrote: > Hi, > > Hi I am trying to understand the working of RIL. Can any one guide me, > as to how to approach this to understand the workflow. If any tutorial > is availa

Re: [android-porting] How to bypass "Waiting for sevice media.audio_policyb" ?

2011-01-04 Thread Deva R
Instead of hacking service manager, you can disable alsa for now in your BoardConfig.mk file, till alsa driver is up.., BOARD_USES_GENERIC_AUDIO := true BOARD_USES_ALSA_AUDIO := false On Tue, Jan 4, 2011 at 4:46 PM, Rick wrote: > Hi All, > > I am new developer for Android platform, currently w

Re: [android-porting] Recommended Board

2011-01-04 Thread Deva R
>I need to buy a new board with Android that have 5-7 inch touchscreen, >GPS modules, Bluetooth and wireless is there any recommended board >that I can look out for? there are lot of development borads out there, http://en.wikipedia.org/wiki/List_of_Android_devices http://elinux.org/Android_Hardwa

Re: [android-porting] Android

2011-01-03 Thread Deva R
there are lots.. http://elinux.org/Android_Portal => neat android info steps involved in a live android project on arm targets (arm cortex) http://omappedia.org/wiki/Android_Getting_Started http://elinux.org/Android_on_OMAP Few projects hosted on google code http://code.google.com/p/rowboat/

Re: [android-porting] Re: /sys/devices/virtual/gpio access from Java?

2011-01-03 Thread Deva R
configured as an output and > accessible to your Java application. > > Anything else that is accessible via sysfs can be handled in a similar > way. > > NOTE: It has been pointed out to me that this is a security hole. On > the other hand, it get things working directly from Jav

Re: [android-porting] enable log message for dynamic linker

2011-01-03 Thread Deva R
it is set from "DEBUG=" of elfdata ('m not sure now that how its passed from build/source) for quick debugging, you can hardcore debug_verbosity in below piece of code bionic/linker/linker.c => __linker_init() while(vecs[0] != 0) { if(!strncmp((char*) vecs[0], "DEBUG=", 6)) {

Re: [android-porting] Re: Which platform manifest for android-2.6.37-rc7?

2010-12-29 Thread Deva R
Booting froyo on 2.6.37 might need some bionic modification., to start with, Android 2.2 bionic have 2.6.32 kernel headers ( ./bionic/libc/kernel/common/linux) compare against android-2.6.37-rc7 kernel headers ( $KERNEL_ROOT_DIR/include/linux) On Mon, Dec 27, 2010 at 8:10 PM, hedwin wrote: >

Re: [android-porting] /sys/devices/virtual/gpio access from Java?

2010-12-29 Thread Deva R
>Do I need to use the NDK for this job? I guess so. You need a JNI, and can access sysfs from java via the jni interface. Jave => JNI native => sysfs files exact same discussion for another sysfs handling => http://groups.google.com/group/android-porting/browse_thread/thread/3c975ead70fe1bfe/ On

Re: [android-porting] I thought you could Build in Flash, and Port to Android with a click?

2010-12-29 Thread Deva R
got curious and came across this http://tv.adobe.com/watch/flash-platform-in-action/use-flash-professional-cs5-to-develop-adobe-air-apps-for-android/ seems if u have adobe AIR (VM for adobe apps) installed in android, u can run flash cs5, and adobe air for android released this year., is adobe ai

Re: [android-porting] Custom bootanimation

2010-12-29 Thread Deva R
>there is first a static image shown by the initial boot loader, than the android animation when the system is up enough for it, and that goes immediately to the running UI. seems intention is to customize "the android animation when the system is up enough for it" part, but currently blank screen

Re: [android-porting] init: critical process Service Manager exited 4 times in 4 minutes

2010-12-28 Thread Deva R
version 2.6.32-rc1) > > Also please find the attached file for the complete log. > > Please explain me the reason behind this kind of error and how to debug > further when it happens. > > Regards, > Raghu B > > > On Tue, Dec 28, 2010 at 7:52 PM, Deva R wrote: > &g

Re: [android-porting] x86 Creating filesystem error

2010-12-28 Thread Deva R
Seems u ran out of disc space (guessing).. can u check free space? "df -h" On Mon, Dec 27, 2010 at 8:37 AM, wallace wrote: > I am building android for x86,when creating system.img,appear the > follow error. > Can anybody know how to fix it. > > make_ext4fs -l 128M -a system out/target/product/ge

Re: [android-porting] init: critical process Service Manager exited 4 times in 4 minutes

2010-12-28 Thread Deva R
- which release are u using for DM355?? - can u share bootagrs and complete log (kernel bootup,logcat)? On Mon, Dec 27, 2010 at 4:36 PM, Raghu N.B wrote: > Hi, > > Im porting android on Ti DM355 platform. I have applied the required > android patches on kernel and build the RFS from android sour

Re: [android-porting] Android CTS

2010-12-28 Thread Deva R
CTS project http://android.git.kernel.org/?p=platform/cts.git;a=summary (for eclair/froyo/gb...) On Tue, Dec 28, 2010 at 3:12 PM, Kevin wrote: > I want know if the froyo -x86 has CTS(Compatibility Test Suite)? If > it has this module

Re: [android-porting] issues in building GingerBread

2010-12-28 Thread Deva R
Cross check ur package list w/ below. >From http://source.android.com/source/download.html., Ubuntu Linux (64-bit x86) This has not been as well tested. Please send success or failure reports to android-porting@googlegroups.com . The Android build requires a 32-bit build environment as well as so

Re: [android-porting] Re: Hawkboard Vendor ID

2010-12-13 Thread Deva R
Hemanth, will this work, while 'lsusb' in ubuntu is not yet working with the setup?? (as srinidhi mentioned in this thread) On Mon, Dec 13, 2010 at 11:53 PM, Hemanth wrote: > Hi, > > You can get the VID/PID in windows too. > > http://www.omappedia.org/wiki/Support_Tools#finding_the_Vendor_ID_an

Re: [android-porting] Re: Android kernel 2.6.32 on OMAP2430 kernel panic: Attempted to kill init Problem

2010-12-13 Thread Deva R
> The root file system is mounted via NFS. Not sure if android init starting executed at this point. if you have a lauterbach, put a while loop spin lock in android init.c and see if we hit that. >In the kernel I'm using there is no >configuration item for ASHMEM, WAKELOCK, etc. do they have to b

Re: [android-porting] Froyo running by 2.6.29?

2010-12-13 Thread Deva R
Possible. on couple of platfroms running donut/eclair, we did experimental froyo refresh with K29 (bootup,audio,stagefright were functional) On Mon, Dec 13, 2010 at 10:45 AM, bala krishnan wrote: > Hi, > Is it possible to run Android 2.2 (Froyo) GUI by using 2.6.29 android > kernel? > > Wit

Re: [android-porting] RunIfNotReady() method definition path

2010-12-13 Thread Deva R
its part of opencore runl scheduler (present in oscl folder only) two overloaded versions are http://git.omapzoom.org/?p=platform/external/opencore.git;a=blob;f=oscl/oscl/osclproc/src/oscl_scheduler_ao.cpp;hb=refs/heads/p-froyo#l295 http://git.omapzoom.org/?p=platform/external/opencore.git;a=blob;

Re: [android-porting] Re: Downloading a particular software component of a particular branch

2010-12-13 Thread Deva R
miss out something? Is there > a way to use git command to download a specific folder of a specific > branch? > > Thank you. > > On Dec 13, 5:14 pm, Deva R wrote: > > Try git clone (and of course you will have entire git blob, not just > eclair > > branch)

Re: [android-porting] Using Oprofile to profile Android Kernel

2010-12-13 Thread Deva R
Hi, We have this working in our setups, u can cross check the steps and outputs http://omappedia.org/wiki/Android_Debugging#OProfile_on_OMAP3 (cortex-A8 setup) http://omappedia.org/wiki/Android_Debugging#OProfile_on_OMAP4 (cortex-A9

Re: [android-porting] How to build own application

2010-12-13 Thread Deva R
how do I install it on the > hawkboard. > I have a constraint, Ethernet is not working :( so can't use adb tool. I am > using SD card to mount the file system. > > Thanks > Srinidhi > > > > On Sat, Dec 11, 2010 at 2:19 AM, Deva R wrote: > >> >> >S

  1   2   3   4   5   >