[android-porting] Re: music player crash

2009-05-21 Thread mvniekerk
You can copy all resources from layout-finger into layout folder. Some changes to frameworks/base/libs/utils/ResourcesTypes.cpp *** frameworks/base/libs/utils/ResourceTypes.cpp.org 2009-04-28 12:50:25.0 +0900 --- frameworks/base/libs/utils/ResourceTypes.cpp 2009-04-28 18:35:37.0

[android-porting] Re: New project in external - CSR wifi driver

2009-05-28 Thread mvniekerk
Hi Tim Is the code you wan't to share on CSR's Wifi support page? On May 27, 10:26 am, Tim Chick wrote: > Hi List, > > I would like to contribute the driver and supporting code for CSR's WiFi chip, > UniFi. > > Currently, on my local machine it lives in > external/unifi_hostsw_linux > > Can I ge

[android-porting] Re: general information

2009-05-29 Thread mvniekerk
Hi Novello Search around for Rajesh and Consy, they are both users that got it going. I'm also working on PDK based hardware. On May 28, 3:39 pm, Novello Giampiero wrote: > I would like to use  android in IMX31PDK -linux Hw from freescale . > I would like to know which kernel is the most conveni

[android-porting] Re: android.process.acore has stopped unexpectedly

2009-08-05 Thread mvniekerk
First question - are you using this on a non-touchscreen device? If you do, then it will crash. The fix can be found here: http://osdir.com/ml/android-porting/2009-05/msg00512.html I've searched for it on google so that you can see the full thread but it seems to be deleted... On Aug 4, 7:08 pm,

[android-porting] Wifi (wpa_supplicant) connect issue (CSR Unifi)

2009-08-17 Thread mvniekerk
Hi Connecting to a wifi AP is working fine. The error comes into play with the following scenarios: 1) Moving out and then into range of the AP's coverage. 2) Putting the wifi off and then on again. 3) Connecting to another AP after being connected to the current AP. It just wont connect. Syst

[android-porting] Re: Wifi (wpa_supplicant) connect issue (CSR Unifi)

2009-08-17 Thread mvniekerk
Here is some debug output from wpa_supplicant: Starting AP scan (broadcast SSID) 145.540117: Starting AP scan (broadcast SSID) Scan requested (ret=0) - scan timeout 30 seconds 145.840420: Scan requested (ret=0) - scan timeout 30 seconds RTM_NEWLINK: operstate=0 ifi_flags=0x1002 () Wireless even

[android-porting] Re: Is Java JDK 1.6 official supported for Android SDK 1.6

2009-10-02 Thread mvniekerk
I'm also chiming in on this one. To download the JDK 5 version is no longer possible on the Sun website, EOL. Ubuntu as of 9.10 won't ship with JDK 5 any longer. As you can tell, this will create an issue. On Oct 1, 7:00 pm, Jean-Baptiste Queru wrote: > Because it's possible to write code that

[android-porting] mp3 Licensing issues

2009-10-08 Thread mvniekerk
Android uses the openCORE media framework. Are all devices that uses Android licensed to use the Fraunhofer Gesellschaft's mp3 technologies? E.g. say for instance Company A makes an handheld device, are they immediately licensed to use this product or should Company A interact with Fraunhofer for

[android-porting] Re: mp3 Licensing issues

2009-10-12 Thread mvniekerk
Ha, there we go. So no license really. Thanks for the help Jim! On Oct 8, 4:18 pm, Jim Huang wrote: > 2009/10/8 mvniekerk : > > > Android uses the openCORE media framework. Are all devices that uses > > Android licensed to use the Fraunhofer Gesellschaft's mp3 > &g

[android-porting] Re: android is not booting with yaffs2 filesystem

2009-11-11 Thread mvniekerk
Have you've checked for read only partitions? What Android does upon initial bootup it will extract the apk files into the /data/ folder. If it doesn't have write access it will fail. Also, if there is no space on the device to extract these it also won't work. On Nov 11, 1:21 pm, jack wrote: >

[android-porting] Re: Filesystems (yaffs2, jffs2 and nfs)

2008-11-09 Thread mvniekerk
Your answer lies in UBIFS. There is a port for kernel 2.6.24 up to 2.6.27. UBIFS is JFFS3 if you like - and it does support mmap. If your flash chip is of the NOR-type then YAFFS2 will not work - that is what makes UBIFS so sweet! To set up a UBI volume for UBIFS is bit of a schlep, but once done

[android-porting] Re: Filesystems (yaffs2, jffs2 and nfs)

2008-11-11 Thread mvniekerk
from [] (sys_read > +0x44/0x70) >  r7: r6: r5:fff7 r4:c7043ea0 > [] (sys_read+0x0/0x70) from [] (ret_fast_syscall > +0x0/0x2c) >  r7:0003 r6:001cf5b8 r5:ad352cd8 r4:0f4c > Code: e5965000 e5812000 e5843000 e59c3000 (e5821004) > Kernel panic - not synci

[android-porting] Re: Filesystems (yaffs2, jffs2 and nfs)

2008-11-11 Thread mvniekerk
tchas. As far as I know it is JFFS2, YAFFS2 and UBIFS that is tailored for flash devices. Well, the options are legio it seems but do yourself a favour and look into UBIFS. I'll be sitting in the corner and eat my humble pie... On Nov 11, 2:56 pm, Sean McNeil <[EMAIL PROTECTED]> wrote: &

[android-porting] Re: Audio support

2008-11-27 Thread mvniekerk
Wow, you got that far. I followed the instructions as posted above and the hardware throws out the following: E/ALSALib ( 1610): external/alsa-lib/src/control/control.c:909: (snd_ctl_open_noupdate) Invalid CTL AndroidPlayback E/AudioHardwareALSA( 1610): Unable to attach mixer to device AndroidPl

[android-porting] Re: Audio support

2008-11-27 Thread mvniekerk
I'm sorry to dump this on a mailing list, but here goes: cd /proc/asound # ls -l lrwxrwxrwx root root 1970-01-01 00:00 PMICaudio -> card0 dr-xr-xr-x root root 1970-01-01 00:00 card0 -r--r--r-- root root0 1970-01-01 00:00 pcm -r--r--r-- root

[android-porting] Re: Audio support

2008-12-01 Thread mvniekerk
ecked it using aplay. > It's very simple to compile into Android. > I refered to below site. > > http://letsgoustc.spaces.live.com/Blog/cns!89AD27DFB5E249BA!404.entry > > On 11/27/08, mvniekerk <[EMAIL PROTECTED]> wrote: > > > > > I'm sorry to dump this

[android-porting] Re: Audio support

2008-12-04 Thread mvniekerk
gh your complete asound.conf to see if > it is correct for your hardware and kernel. The best suggestion I have > is to use something like "alsactl -f /tmp/xxx save" (sorry, I'm going by > memory here and it might not be accurate) to save the alsa control state > and

[android-porting] Re: How to use Qwerty keyboard to select icon and menu

2008-12-12 Thread mvniekerk
Hi I'm having similar problems with a Freescale iMX31 processor. Any iMX31 users that solved this problem? On Dec 12, 9:53 am, reedhuang wrote: > Sorry, the file has been moved to this link > address:http://sites.google.com/site/siteofhx/Home/android/relevant-porting-f... --~--~-~--~---

[android-porting] Re: Audio support

2008-12-17 Thread mvniekerk
Is there any iMX31 ADS/PDK developers here that got their sound working with alsa? Mine got to the point where it starts up the correct PMIC clocks, pulls the TX pin high but there is no sound coming out. Any help would be quite nice... On Dec 16, 12:56 pm, "Daniel Youn" wrote: > Hi, Gougou > >

[android-porting] Re: Porting Android on Freescale IMX31 board

2009-01-11 Thread mvniekerk
Hi Rajesh I'm on the same boat as you. What worked for me is the following: 1) Get the 2.6.25 Android kernel and extract to a directory of choice. Note that the latest Android source uses kernel 2.6.27 2) Make sure you download the latest BSP for the **PDK** on Freescale's site, r14. I think the

[android-porting] Re: Kernel thread priority.

2009-01-29 Thread mvniekerk
Hi Jith911 Please tell me if you came right with this. I also need to upload firmware to a chip and as Android doesn't come with hotplug it gets a bit interesting when the kernel calls request_firmware Regards Mike On Jan 11, 1:46 pm, ">> Jith911" wrote: > Hi, > > I am running Android on a PXA

[android-porting] Re: Booting issue

2009-02-13 Thread mvniekerk
Is this on your own platform or is it on the G1? If it is on your own platform, check that the /data/ partition isn't full. On Feb 12, 8:45 pm, F H wrote: > I'm experiencing a problem where android keeps re-booting itself on > start-up. Could this be caused by corruption in a cached data file >

[android-porting] Re: Porting Android on Freescale IMX31 board

2009-02-17 Thread mvniekerk
me problem. > > On 12 Jan., 08:41, mvniekerk wrote: > > > Hi Rajesh > > > I'm on the same boat as you. What worked for me is the following: > > > 1) Get the 2.6.25 Android kernel and extract to a directory of choice. > > Note that the latest Android sourc

[android-porting] Non-Ti Wifi driver

2009-02-17 Thread mvniekerk
Hi I'm porting Android to the Freescale iMX31 PDK. On it there is a CSR Unifi-based APM 6628 wifi module. This module / chip's driver is propriety, and you need a few legal documents and NDA's to have the source of it. But hey, I've got mine running! Then there's the question, how does Android ha

[android-porting] Re: Porting Android on Freescale IMX31 board

2009-02-18 Thread mvniekerk
I found a solution to the x-panning issue. Simply replace > FBIOPUT_VSCREENINFO with FBIOPAN_DISPLAY for i.MX31 boards. > See > alsohttp://groups.google.com/group/android-porting/browse_thread/thread/e... > > On 17 Feb., 17:05, mvniekerk wrote: > > > Seems as though there

[android-porting] Android INIT not loading firmware

2009-02-24 Thread mvniekerk
Android replaces udev and hotplug with its own substitute helper program(s). While having a look at /system/core/init/devices.c I see that it even has support for loading firmware (like in binary blobs for wifi drivers), thus I deduct that init handles these calls. Now here's the problem, when I

[android-porting] Re: Android INIT not loading firmware

2009-02-24 Thread mvniekerk
4, 2009 at 4:10 PM, mvniekerk wrote: > > > Android replaces udev and hotplug with its own substitute helper > > program(s). While having a look at /system/core/init/devices.c I see > > that it even has support for loading firmware (like in binary blobs > > for wifi drivers)

[android-porting] Re: Android INIT not loading firmware

2009-02-24 Thread mvniekerk
By doing insmod manually works when in the sh shell, but putting "insmod /lib/modules/2.6.25/kernel/drivers/mmc/card/unifi_fs/ unifimodule.ko" does not work. Any pointers? On Feb 24, 5:32 pm, mvniekerk wrote: > And the kernel, what must I do about the kernel firmware helper? (make

[android-porting] Re: Android INIT not loading firmware

2009-02-24 Thread mvniekerk
Sorry, I had a pebkac problem. Typo on the path on the init.rc. It works! Thanks David. On Feb 24, 8:53 pm, mvniekerk wrote: > By doing insmod manually works when in the sh shell, but putting > "insmod /lib/modules/2.6.25/kernel/drivers/mmc/card/unifi_fs/ > unifimodule.ko"

[android-porting] Re: imx31pdk

2009-02-28 Thread mvniekerk
There's a whole lot of people that got it working. I got everything working but wifi is the only thing not working nicely On Feb 27, 3:37 pm, nagaraj attimani wrote: > You are the first person 2 do :) > > On Fri, Feb 27, 2009 at 6:52 PM, Michael Trimarchi < > > trimar...@gandalf.sssup.it> wrote:

[android-porting] Re: imx31pdk

2009-03-01 Thread mvniekerk
m, Michael Trimarchi wrote: > Hi, > > > > mvniekerk wrote: > > There's a whole lot of people that got it working. I got everything > > working but wifi is the only thing not working nicely > > > On Feb 27, 3:37 pm, nagaraj attimani > > wrote: > >> Yo

[android-porting] Re: imx31pdk

2009-03-02 Thread mvniekerk
tions feel free to contact me. On Mar 2, 9:39 am, Michael Trimarchi wrote: > Hi, > > mvniekerk wrote: > > Any help will be gladly accepted... > > Just a few pointers from my side with the Wifi - I hope you're in > > Europe / USA / China (or any place where CSR can expor

[android-porting] Re: imx31pdk

2009-03-02 Thread mvniekerk
wrote: > Hi, > > What is your problem with WiFi? Are you using the wext driver? If it has > to do with scanning, you can try the attached patch. > > Cheers, > Sean > > mvniekerk wrote: > > There is no patchset for Android from Freescale, but nothing hinders > > y

[android-porting] Re: imx31pdk

2009-03-02 Thread mvniekerk
to do an "ifconfig wlan0" explicitly to see it. > > mvniekerk wrote: > > I am using wext. Thanks for the patch, will see how it fits. > > A problem that I see is that the driver registers a network device > > with the kernel (e.g. it sits in /sys/class/net/wlan0) bu

[android-porting] Re: Android Market and Market application

2009-03-03 Thread mvniekerk
Yeah, bump from my side of things as well. On Mar 2, 6:10 pm, F H wrote: > How does a product manufacturer gain access the Android Market? > Is it possible to download the applications for testing purposes? > Does the provisioning system present all Android applications or only those > that have

[android-porting] Re: Android Market and Market application

2009-03-04 Thread mvniekerk
bugs on your device, bugs in the app or > > bugs in Android. > > > The real question of course is whether there is something like an Android > > compatibility test suite that a device must be able to run to be 'certified > > Android'. I am not aware of one and wit

[android-porting] Re: IMX31 3stack board. Error msg: Warning: unable to open an initial console

2009-03-16 Thread mvniekerk
Hi Xin Maybe try android.console=/dev/ttymxc0,115200 On Mar 12, 5:45 pm, Justin wrote: > Hail to all experts, > > I'm having the error message (bottom). Unlike others mine stopped at > line "Warning: unable to open an initial console.". > "...mydroid/out/target/product/generic/root" compiled int

[android-porting] Re: Porting a WiFi Driver on a android supported platform

2009-03-16 Thread mvniekerk
Hi SH Make sure that all the correct directories is in the right place (google for /data/misc wifi android) Search through all the android code and make sure that tiwlan0 is changed to whatever your wifi device's name is. That will save you considerable time... On Mar 16, 10:01 am, SH wrote: >

[android-porting] Re: Terminal and su error

2009-05-16 Thread mvniekerk
Add notouch? How does one do that? On May 12, 9:08 pm, Yi Sun wrote: > On Tue, 2009-05-12 at 13:35 -0400, Kasuko wrote: > > I installed Android into a VirtualBox. Now when I select dialer or > > calender I get an error message about the android.process.acore has > > stopped unexpectedly. > > Th