[android-porting] init.rc service script echo

2011-02-02 Thread extrapedestrian
how can I get echo messages from various scripts started from init.rc printed to console? for example, dhcpcd service runs dhcpcd-run-hooks script and echo from there is not printed. also, when i run my custom script.sh like service from init.rc, echo is not printed. thanks, Petar --

[android-porting] Re: Opencore AAC decoder issue

2011-02-02 Thread jaanda
Hi Thanks for replying...I dowloaded aac file from the above link u specified and tried to run test_omx_client(opencore) built on linux with below command line option. ./test_omx_client ~/Desktop/Reed.aac -o ~/Desktop/out.wav -c aac -t 11 11 -l and i got following error.. Starting test

[android-porting] Re: Opencore AAC decoder issue

2011-02-02 Thread jaanda
Also logfile says the Configuration data could not be read and the input file is in wrong format. On Feb 2, 6:30 pm, jaanda arjunjaand...@gmail.com wrote: Hi     Thanks for replying...I dowloaded aac file from the above link u specified and tried to run test_omx_client(opencore) built on

[android-porting] Re: Boot up stuck at Accepting command socket connections

2011-02-02 Thread Stefan
Has anyone any idea why android can't get further? Please help, Best regards, Stefan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] init.rc service script echo

2011-02-02 Thread Joerie de Gram
Hi, Try running the binary/script using /system/bin/logwrapper and then check the logs using logcat. Joerie On Wed, Feb 2, 2011 at 11:59 AM, extrapedestrian extra.pedestr...@gmail.com wrote: how can I get echo messages from various scripts started from init.rc printed to console? for

Re: [android-porting] Android NDK: x86-4.2.1 libsupc++ support

2011-02-02 Thread Subramani Venkatesh
David, Thanks for the info.. I tried for quite sometime but not succesful in building libstc++, here is the log of failure.. Configure: x86-4.2.1 toolchain build Building : x86-4.2.1 toolchain [this can take a long time]. Install : x86-4.2.1 toolchain binaries. Copying libstdc++ prebuild

[android-porting] Re: init.rc service script echo

2011-02-02 Thread extrapedestrian
Works like a charm. Thanks! service dhcpcd /system/bin/logwrapper /system/bin/dhcpcd -d eth0 disabled oneshot dhcp hooks were trying to give me this error: I//system/bin/dhcpcd( 1813): /system/etc/dhcpcd/dhcpcd-run-hooks: cannot create /dev/null: permission denied Now lets see what is

Re: [android-porting] Android NDK: x86-4.2.1 libsupc++ support

2011-02-02 Thread David Turner
On Wed, Feb 2, 2011 at 3:08 PM, Subramani Venkatesh subbu31m...@gmail.comwrote: David, Thanks for the info.. I tried for quite sometime but not succesful in building libstc++, here is the log of failure.. Configure: x86-4.2.1 toolchain build Building : x86-4.2.1 toolchain [this can take a

[android-porting] PV Opencore on Gingerbread

2011-02-02 Thread Sac
Hello, I'm working on a project in which the requirement is to port PV Opencore on Gingerbread, keeping Stagefright along. When I include PV Opencore in build, as expected I'm getting too many conflicts with SF and OC working together. Is there anything particular I need to take care of while

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

2011-02-02 Thread ajay
hi, we are trying to modify the android filesystem.we are trying to use the camera service from a c++ code.we are using the cameralistner class present in /root/Desktop/froyo/frameworks/base/include/camera/ Camera.h . the cameralistner class consists of only 3 pure virtual functions when i

[android-porting] wifi interfacing for android phone

2011-02-02 Thread maya
Hello all, I am working on wifi interfacing from application to kernel. In my device as soon as i start my device, wifi is started but i don't want that .Driver should be loaded when i click on the application wifi and which is the command to turnoff wifi from command promt. Thank you, Maya --

[android-porting] http://android.git.kernel.org/ Crashing?

2011-02-02 Thread Jason Nichols
I've been trying to download the Android source over the last day, and every few minutes it seems that http://android.git.kernel.org/ is down with a HTTP 500 Internal Server Error. Are there any mirror repos where I could get the source for a simple build? -- unsubscribe:

Re: [android-porting] http://android.git.kernel.org/ Crashing?

2011-02-02 Thread Joerie de Gram
Hi, One of the kernel.org mirrors appears to be having issues. Try temporarily setting android.git.kernel.org to 199.6.1.176 (android3.git.kernel.org) or 130.239.17.12 (android4.git.kernel.org) in your resolv.conf. Joerie -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] http://android.git.kernel.org/ Crashing?

2011-02-02 Thread Jason Nichols
Joerie, That seemed to do the trick. Thanks! On Wed, Feb 2, 2011 at 3:10 PM, Joerie de Gram j.de.g...@gmail.com wrote: Hi, One of the kernel.org mirrors appears to be having issues. Try temporarily setting android.git.kernel.org to 199.6.1.176 (android3.git.kernel.org) or 130.239.17.12

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

2011-02-02 Thread Deva R
sorry, i dont have ready hints. how about mp3 - is it passing with this test app? (to rule out test procedure issue) also, whats the observation if you play aac from music app? On Wed, Feb 2, 2011 at 7:03 PM, jaanda arjunjaand...@gmail.com wrote: Also logfile says the Configuration data could

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 [interface {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,

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 soumyakanti...@gmail.com

[android-porting] how does libcamera.so get built?

2011-02-02 Thread n179911
Hi, Can you please how does the out/target/product/generic/obj/lib/libcamera.so get built? I have the android source, and I did a 'lunch 1' and then 'make' but i don't see the libcamera.so get built. Thank you for any help. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Opencore AAC decoder issue

2011-02-02 Thread jaanda
Yes the mp3 file passes all the tests for the above test app..I have even wowked with other decoders in opencore..SO its definitely not problem 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

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

2011-02-02 Thread Thiru
You need to hack the hardware/libhardware_legacy/wifi/wifi.c file for this i believe. On Thu, Feb 3, 2011 at 4:59 AM, Deva R r.deva...@gmail.com wrote: which is the command to turnoff wifi from command promt. can u try w/ netcfg? netcfg [interface {dhcp|up|down}] ps. sample usage