Re: [android-porting] Wifi cpu utilization

2010-08-31 Thread Deva R
you can get a rough figure by running 'top' or using 'dev tools -> show cpu usage' options., To get complete breakup and optimize MHz utilization for a usecase, you can use Oprofile. On Tue, Aug 31, 2010 at 10:46 AM, guru wrote: > Hi All > > How to calculate the WIFI CPU utilization ? is ther

[android-porting] Re: GPS Porting Problems...

2010-08-31 Thread tarikk
Still stuck on this. Any idea? On Aug 24, 1:12 am, tarikk wrote: > Hey there, I'm having slight confusion over how the GPS works exactly. > I'm trying to implement GPS on an OMAP board. > > This is the error im getting when running a GPS app > =

[android-porting] Re: Wifi cpu utilization

2010-08-31 Thread guru
Hi Deva R Where can I find dev tools? regards Gururaja B O On Aug 31, 12:06 pm, Deva R wrote: > you can get a rough figure by running 'top' or using 'dev tools -> show cpu > usage' options., > To get complete breakup and optimize MHz utilization for a usecase, you can > use Oprofile. > > On Tue

[android-porting] libwebcore size in debug build

2010-08-31 Thread Nitin Mahajan
Hello, I am trying to build libwebcore with debugging information and gettting this error, prelink map error: library libwebcore...@0xa830 is too big at 10544118 bytes, it runs 3204086 bytes into library libexpat...@0xa8a0! Can I know how to solve this? regards -Nitin -- unsubscribe:

Re: [android-porting] Re: GPS Porting Problems...

2010-08-31 Thread Ashwin Bihari
Tarik, The GPS code you are playing with there uses a socket pair to send messages back and forth. When that piece of code starts up, it spawn a thread that enter an while() loop and sits on the control socket. The other commands gps_state_start, gps_state_stop and so on receive messages from the

[android-porting] Surface Manager git location

2010-08-31 Thread सुरेश कुमार शुक्ल
Hi, I have been searching following : http://android.git.kernel.org/ I can't figure out which project contains the code for surface manager library. Pls help. Suresh -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: How to enable/turning phone into a WiFi hot spot

2010-08-31 Thread guru
Hi Irfan I tried to add "wl0.1", but again the app is not displaying in settings? do i need to add some thing else? Thanks Gururaja B O On Aug 30, 6:14 pm, Irfan Sheriff wrote: > Look at the following file: > > --- a/overlay/frameworks/base/core/res/res/values/config.xml > +++ b/overlay/framew

[android-porting] Re: Android 2.2 Froyo Wifi Hotspot

2010-08-31 Thread guru
Hi R, For me also same problem, after porting froyo, it is not displaying Wifi Hotspot feature. I added "wl0.1" some value, but still the feature is not showing up. Do i need to do change any file? Thanks Gururaja B O On Aug 24, 8:05 pm, Robert Greenwalt wrote: > Doing this on the emulator doe

[android-porting] Re: Plz remove me from this group thanks!

2010-08-31 Thread mah
You must remove yourself. unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting On Aug 30, 11:31 am, 马献伟 wrote: > -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: wifi scan

2010-08-31 Thread Matt
On Aug 26, 10:38 pm, guru wrote: > Hi Irfan, > > Thanks! I got piece of code where they are setting to 6 seconds. > > packages/apps/Settings/src/com/android/settings/wifi/WifiLayer.java > >  /** The delay between scans when we're continually scanning. */ >     private static final int CONTINUOUS_S

[android-porting] Video/Audio Playback issue when changing the manual time

2010-08-31 Thread Android Techies
Hi, We are seeing a Video/Audio playback issue on cupcake , eclair Android device whenever we change the time using a) settings->date/time -> Manual time -> set to manual time (says 3 hr before the current time) b) play the video clip again and you will see the video freezes or garbled (this video

[android-porting] Re: Zygot exits in a loop

2010-08-31 Thread Brad Davis
On Aug 29, 12:56 am, Dimka Kuznec wrote: > does anyone have any pointers for me to help debug this issue? How much RAM do you have? There are processes that Android will restart (or retry) if they can't run due to lack of resources (memory). A quick glance at init.rc implies that "bootanim" may

[android-porting] ActivityManager Pause error

2010-08-31 Thread anddev
Hi all, i am getting below error message at the end of a video playback(using Opencore), though video plays fine till the end of the file. but as soon as it try to go back to the 3DGallery application(to show contains of the SD card), i am getting the below error and screen turned blank, and some

[android-porting] Where can i get the an updated version gdbserver for armv7-a-neon.mk

2010-08-31 Thread CC
Hi All, I am using the froyo source code to build a armv7-a-neon version rootfs, which will include the below setting for build. But it seems the prebuilt version of gdbserver cannot work in such setting, it will just throw a "segment fault" message. I believe it connected with ARCH_ARM_HAVE_TLS_

[android-porting] Re: How to enable/turning phone into a WiFi hot spot

2010-08-31 Thread guru
Hi Irfan after adding "eth0" , from logs I am getting D/Tethering( 1037): eth0 is not a tetherable iface, ignoring is this is the reason it is still not showing up in UI? this eth0 is wifi interface and i am giving this. whats the difference between wifi interface and tetherable interface? Th

[android-porting] Re: How to enable/turning phone into a WiFi hot spot

2010-08-31 Thread guru
Hi Irfan I added below to config.xml "eth\\d" now it is showing D/Tethering( 1030): interfaceAdded :eth0 But still application is not showing up. Any reason for this? Thanks Gururaja B O On Sep 1, 10:26 am, guru wrote: > Hi Irfan > > after adding "eth0" , from logs I am

Re: [android-porting] Where can i get the an updated version gdbserver for armv7-a-neon.mk

2010-08-31 Thread Deva R
Hm, today, prebuilt gdbserver from ./prebuilt/android-arm/gdbserver/gdbserver is used. there's something like ./ndk/build/tools/build-gdbserver.sh, which accepts gdbserver source directory as cmdline arg and builds with NDK for android. you can try., Regards, Deva www.bittoggler.com On Wed, Sep

Re: [android-porting] Re: Wifi cpu utilization

2010-08-31 Thread Deva R
Hi, Its in android menu. android home screen => menu => dev tools Regards, Deva www.bittoggler.com On Tue, Aug 31, 2010 at 3:22 PM, guru wrote: > Hi Deva R > > Where can I find dev tools? > > regards > Gururaja B O > > On Aug 31, 12:06 pm, Deva R wrote: > > you can get a rough figure by runnin