[android-porting] call MediaPlayer.setDisplay between onStop and onStart

2010-02-22 Thread allstars
hi by checking the code in opencore if i try to do video playback MediaPlayer.setDisplay() needs to be called before MediaPlayer.prepareAsync() but while playing, if i press HOME key and run the APK again the surfaceDestroyed() and surfaceCreated() of SurfaceHolder.Callback will be called respect

[android-porting] Re: Unable to start browser atfter "adb shell start"

2010-02-22 Thread DG
Hi Jett, I had tried this command as well w/o success. There was a typo in my command in previous msg. Thanks a lot, Dinesh On Feb 21, 7:04 pm, Jett wrote: > try > am start -a android.intent.action.MAIN -n > com.android.browser/.BrowserActivity > > On 2月20日, 上午6時07分, DG wrote: > > > Hi, > > I a

[android-porting] aidl interface - why can't I use 'ContentValues' in the interface

2010-02-22 Thread Fred B
I am trying to use class android.content.ContentValues in an aidl interface. Since this class implements parcelable, it is my understanding that I SHOULD only have to import it into the aidl. However, this is not working and I've tried a number of variations. The rest of the aidl interface works &

[android-porting] Re: wpa_supplicant issue

2010-02-22 Thread Brandon
I ran into this same issue also. Any resolution? Also, just FYI I fixed my ctrl_interface operation not permitted error by change the GROUP in the wpa_supplicant.conf to wifi. Just make sure whichever directory you create for your wlan0 interface, use the same group in your wpa_supplicant.conf fil

[android-porting] Problem when trying to on Bluetooth under Beagleboard

2010-02-22 Thread Paturi
Hi, I have ported Android on BeagleBoard. But when I try to on the Bluetooth It is getting failed. In my logcat I can trace this reason since it is unable to open ("sys/class/rfkill/rfkill0/state"). In my file explorer it created a structure "sys/class/rfkill" after enabling RFKILL flag in kernel

[android-porting] Problem ppp0 not use App(browser)

2010-02-22 Thread chibaron
Hi, I am porting a Android 1.6 on origial bord (i.MX27) . but problem network. login serial console on root. exec pppd. it's OK. --- # /busybox ifconfig loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:164

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-02-22 Thread nitro
A trac has been created for movitool development and documentation about movinand.bin and RFS. http://movitool.ntd.homelinux.org/trac/movitool Hope this can help :-) Ceers On 18 Feb, 23:50, nitro wrote: > Another small step in control LiMO. > movinand.bin file reversed. > A small tool in alpha

[android-porting] Re: Unable to start browser atfter "adb shell start"

2010-02-22 Thread Jett
try am start -a android.intent.action.MAIN -n com.android.browser/.BrowserActivity On 2月20日, 上午6時07分, DG wrote: > Hi, > I am trying to profile browser for memory. I did following steps: > 1. Added "native=true" in ddms.cfg > 2. moved /system/lib/libc_debug.so to /sysem/lib/libc.so > 3. adb shell

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-02-22 Thread nitro
Hi to all :-) A trac was opened for movitool development and information about movinand.bin/RFS filesystem sharing. http://movitool.ntd.homelinux.org. ceers nitro ha scritto: > Another small step in control LiMO. > movinand.bin file reversed. > A small tool in alpha stage released (http://www.web

[android-porting] .classpath file missing

2010-02-22 Thread Ilan
Hi, I can't get the ,classpath to be used with Eclipse. I went over the build instructions a few times with no luck. Any help on how to debug with Eclipse will be much appreciated. Cheers, Ilan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group

Re: [android-porting] output size

2010-02-22 Thread gabriele vidali
I got VGA output problems with following hardware (sony vaio netbook) 0:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Control

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-02-22 Thread jhrf
This is really interesting. I would love to pitch into this effort. Get in touch if you need some Java or C written :) On Feb 18, 10:50 pm, nitro wrote: > Another small step in control LiMO. > movinand.bin file reversed. > A small tool in alpha stage released (http://www.webalice.it/asoraruf/ > m

[android-porting] Memory leak in shared library - any way to find out

2010-02-22 Thread Digambar Rasal
Hi, I am developing a BUILD_SHARED_LIBRARY and want to know if I can manage to find out with ddms or other development tool. I have gone through this thread - http://groups.google.com/group/android-porting/browse_thread/thread/9c84baa10cebbb68/57cd0bafe25c8859?hl=en&ie=UTF-8&oe=UTF-8&q=native+hea

[android-porting] Re: Problem booting Android on Zoom2

2010-02-22 Thread Deva
Hi, This's regarding why we need to explicitly mention fb0 size in bootargs By default, kernel allocates memory for fb as below 864 X 480 X 4 (width X height X bpp) When the application needs more memory, it can be sent through bootargs. 0:4 M allocate 4MB memory to fb. To suffice eclair require