[android-porting] Re: Ringtones in last build

2009-05-18 Thread Michael Trimarchi
Hi, Luca Belluccini wrote: > Nothing to do... Database is not rebuilt... Any hint? > > On Apr 17, 2:31 am, Dave Sparks wrote: I have the same problem: W/AudioService( 794): MediaPlayer IOException: java.io.IOException: setDataSource failed.: status=0x8000 E/MediaPlayerService( 777): Coul

[android-porting] Re: Ringtones in last build

2009-05-18 Thread Michael Trimarchi
ive me some hint? Michael > Michael Trimarchi wrote: > >> Hi, >> >> Luca Belluccini wrote: >> >> >>> Nothing to do... Database is not rebuilt... Any hint? >>> >>> On Apr 17, 2:31 am, Dave Sparks wrote: >>>

[android-porting] Soft keyboard

2009-05-19 Thread Michael Trimarchi
Hi all, where can I find why my softkeyboard doesn't show? Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Soft keyboard

2009-05-19 Thread Michael Trimarchi
the configuration or such police. It is impossible to set on setting the use of softkeyboard and I don't know exaclty where I can find how it is implemented. Michael > > On Tue, May 19, 2009 at 2:07 PM, Michael Trimarchi > mailto:trimar...@gandalf.sssup.it>> wrote: > >

[android-porting] Re: Soft keyboard

2009-05-19 Thread Michael Trimarchi
Hi, Michael Trimarchi wrote: > Hi, > > Elvis Dowson wrote: > >> Hi Michael, >>If you use android-1.5 SDK, the new soft keyboard >> comes up directly. If you click on the google search bar it pops up. >> >> Elvis >> &g

[android-porting] Re: [android-porting]About RILD system

2009-05-19 Thread Michael Trimarchi
Song Johnny wrote: > to be more, I wonder service layer will keep connecting the rild > socket so that the rild daemon listen thread will accept and build the > connection, but did that way work inefficiently? > > On Tue, May 19, 2009 at 2:15 PM, Song Johnny > > wrote

[android-porting] Re: Soft keyboard

2009-05-20 Thread Michael Trimarchi
Hi, Elvis Dowson wrote: > Hi Michael, > I am working with android-sdk-1.5-pre branch at the > moment. I briefly tried the official android-1.5-sdk but there was > some compilation problems, so I decided to stick to the pre-release > sdk version for the moment. > > Elvis > > > sqlite>

[android-porting] Re: Soft keyboard

2009-05-20 Thread Michael Trimarchi
Michael Trimarchi wrote: > Hi, > > Elvis Dowson wrote: > >> Hi Michael, >> I am working with android-sdk-1.5-pre branch at the >> moment. I briefly tried the official android-1.5-sdk but there was >> some compilation problems, so I decide

[android-porting] Re: Soft keyboard

2009-05-20 Thread Michael Trimarchi
I fix my problem Regards Michael Trimarchi --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] sensors on cupcake

2009-05-23 Thread Michael Trimarchi
Hi all, Is there a good example or an howto to write a libsensors library or just take a look at the includes and frameworks code to understand how it works? Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://

[android-porting] Re: sensors on cupcake

2009-05-23 Thread Michael Trimarchi
Hi, pramod gurav wrote: > On Sat, May 23, 2009 at 4:19 PM, Michael Trimarchi > wrote: > >> Hi all, >> >> Is there a good example or an howto to write a libsensors library or >> just take a look >> at the includes and frameworks code to understand how

[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-05-24 Thread Michael Trimarchi
Hi, ertan...@gmail.com wrote: > So is there anything we can do to solve it? > > I didn't change anything related to permissions, why would a problem > like this occur? > Can you send me the crash. The best thing is to understand where the crash is and look at the code. The code is under packag

[android-porting] Re: sensors on cupcake

2009-05-27 Thread Michael Trimarchi
Hi, pramod gurav wrote: > On Sat, May 23, 2009 at 4:19 PM, Michael Trimarchi > wrote: > >> Hi all, >> >> Is there a good example or an howto to write a libsensors library or >> just take a look >> at the includes and frameworks code to understand how

[android-porting] copybit hw device

2009-06-01 Thread Michael Trimarchi
Hi all, I think that is not strictly related to the android, but how can I open and mmap the /dev/mem device? I give to it the root:graphics and 660 but the open operation is not permitted. I use it to map my graphics register. Micahel --~--~-~--~~~---~--~~ uns

[android-porting] Re: GSM Modem

2009-06-06 Thread Michael Trimarchi
Hi, Sean McNeil wrote: > IMHO this would be a really bad feature and a severe security hole. > Android should never allow this. This is one reason I've always opposed > a separate multiplexer daemon as it would allow more than just the RIL > to talk directly to the modem. > I'm agree with S

[android-porting] Re: Android support pthread_setschedprio() ????

2009-06-07 Thread Michael Trimarchi
Hi, Yogi wrote: > Hi All, > > I want to change the pthread priority which i have created using > pthread_create() function. > I tried with pthread_setschedprio() pthread function, but i throws > linking error as below: > > undefined reference to `pthread_setschedprio' > pthread_attr_setschedpa

[android-porting] Re: Android support pthread_setschedprio() ????

2009-06-07 Thread Michael Trimarchi
o field and call the pthread_setschedparam > > Cheers, > Venu Michael > > On Sun, Jun 7, 2009 at 2:39 PM, Michael Trimarchi > mailto:trimar...@gandalf.sssup.it>> wrote: > > > Hi, > > Yogi wrote: > > Hi All, > > > > I want to

[android-porting] Re: touchscreen tsc2102 on I.mx27

2009-06-12 Thread Michael Trimarchi
Yes xro wrote: > nobody have an idea??? > > i use a tsc2102 touchscreen... the driver is the 210x_ts and it use > the tslib > > please help me! > Can you apply the same patches of the neo freerunner, that use tslib.conf file http://git.moko.serdar-dere.net/?p=platform/frameworks/base.git;a

[android-porting] Re: touchscreen tsc2102 on I.mx27

2009-06-12 Thread Michael Trimarchi
xro wrote: > I tried the patch and it's not better... > > should i modify the driver tsc2102_ts.c and compile my kernel again? > > that's my driver: > > > #include > #include > #include > #include > #include > #include > #include > > #include > > #define DRIVER_NAME "TSC210x Touchscreen" >

[android-porting] Re: ppp daemon not starting

2009-06-12 Thread Michael Trimarchi
Hi, Rakesh Kumar wrote: > Hi, > When I am trying to connect to GPRS. I am getting an error related > with ppp daemon, because of which ppp0 interface is not getting > created. Can somebody look at the following logs and tell me what is > the problem here. > > > D/AT ( 720):

[android-porting] Re: touchscreen tsc2102 on I.mx27

2009-06-16 Thread Michael Trimarchi
Hi, xro wrote: > i'm alone... please help > > > > Can you write to me? michael at panicking.kicks-ass.org so I can help you and share my experience on freerunner. Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: rild options priority

2009-06-18 Thread Michael Trimarchi
hikeit wrote: > Quick question for the community... > It seems that setting the RILD library path and tty can be done in > multiple locations. > > In boot.img it can be set in default.prop as: > rild.libpath=/system/lib/libreference-ril.so > rild.libargs=-d /dev/smd0 > > > In boot.img it can b

[android-porting] Re: USSD feature on Android

2009-06-26 Thread Michael Trimarchi
Henrik Persson wrote: > Hi there, > > >> From: android-porting@googlegroups.com >> > [mailto:android-port...@googlegroups.com] On Behalf Of Rakesh Kumar > >> Sent: den 26 juni 2009 09:35 >> To: android-porting@googlegroups.com; >> > omapandroid-discuss...@omapzoom.org > >> Subje

[android-porting] Re: How to get to android jni library to access /dev/ttyS0

2009-06-26 Thread Michael Trimarchi
Hi, Addison wrote: > for temparately, > you can try "chomd 777 /dev/ttyS0" to see if it works or not. This is a temp hack. The best thing is change the owner of the process to open the device. I just ask to the list in how android assign process owner and I'm waiting for an answer Michael > >

[android-porting] Re: where is fdatasync(int) implemented?

2009-07-02 Thread Michael Trimarchi
Kenny Yu wrote: > I am porting a C program. Very simple - it refers to a C function > declared in BIONIC libc: > > device/bionic/libc/include/unistd.h > at line 142 (CUPCAKE version) as > extern int fdatasync(int); > > Link failure is seen because libc.so doesn't have the implementation: > externa

[android-porting] Re: where is fdatasync(int) implemented?

2009-07-02 Thread Michael Trimarchi
Hi, Kenny wrote: > Yes, it is. The linker "ld" fails to find the symbol fdatasync. How to > get it found? And trick in Android.mk? > Kenny > Add to the bionic SYSCALL.txt and call the python script gensyscall.py. I hope that it fix your issue Michael > On Jul 2, 8

[android-porting] Re: sensors on cupcake

2009-07-16 Thread Michael Trimarchi
checkout git clone git://feanor.sssup.it/libsensors.git Try now Michael > thanks > Massimo > > On May 27, 10:45 pm, Michael Trimarchi > wrote: > >> Hi, >> >> >> >> pramod gurav wrote: >> >>> On Sat, May 23, 2009 at 4:19 PM, Michael Trima

[android-porting] Re: rild reboot repeatly because of "EOS. Closing command socket."

2009-08-03 Thread Michael Trimarchi
Hi, edwardlee lee wrote: > My ril work fine when I didn't set APN. I can do phone call and > send/receive sms. > > > But ril works abnormally after I set APN for GPRS over cmnet(China > mobile GPRS network). rild will reboot repeatedly. > > I have noticed that rild reboot repeatly because of "EOS

[android-porting] Re: rild reboot repeatly because of "EOS. Closing command socket."

2009-08-03 Thread Michael Trimarchi
edwardlee lee wrote: > Thank for your reply. I used gsm0710muxd that comes from git.omapzoom.org. > On Mon, Aug 3, 2009 at 9:08 PM, Michael > Trimarchi wrote: I use my daemon vchanneld on the freerunner :), it's very quite similar to the gsm710muxd... and I can connect using

[android-porting] Re: rild reboot repeatly because of "EOS. Closing command socket."

2009-08-03 Thread Michael Trimarchi
Hi, this is my log :) D/RIL ( 856): onRequest: SETUP_DEFAULT_PDP D/GSM ( 901): [DataConnectionTracker] setState: INITING D/RIL ( 856): requesting data connection to APN 'web.omnitel.it' D/RILJ( 901): [0402]> DTMF_STOP D/AT ( 856): MUX[gprs]: AT> ATH D/AT ( 856): M

[android-porting] Re: rild reboot repeatly because of "EOS. Closing command socket."

2009-08-04 Thread Michael Trimarchi
, 2009 at 9:15 AM, edwardlee lee wrote: >> Hi Michael, >> >> Where is your vchanneld source code? >> >> Would you please send me a copy of vchanneld source code and tell me >> how to use it? >> >> Best Regards, >> >> Edward >> >&

[android-porting] Re: rild reboot repeatly because of "EOS. Closing command socket."

2009-08-04 Thread Michael Trimarchi
Hi, edwardlee lee wrote: > OK, thanks you very much! > > On Tue, Aug 4, 2009 at 3:12 PM, Michael > Trimarchi wrote: > >> Hi, >> >> edwardlee lee wrote: >> >>> Hi Michael, >>> >>> I have got it. I git it at git://panicking

[android-porting] Re: rild reboot repeatly because of "EOS. Closing command socket."

2009-08-04 Thread Michael Trimarchi
Hi, do you need some help to use vchanneld? Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: rild reboot repeatly because of "EOS. Closing command socket."

2009-08-04 Thread Michael Trimarchi
r specific and the serial device). Michael > On Tue, Aug 4, 2009 at 11:24 PM, Michael > Trimarchi wrote: > >> Hi, >> >> do you need some help to use vchanneld? >> >> Michael >> >> > > > > > --~--~-~--~~---

[android-porting] Re: rild reboot repeatly because of "EOS. Closing command socket."

2009-08-07 Thread Michael Trimarchi
Samuel wrote: > Hi Michael, > > Nice work!! > > Would you like to tell me how to browse this source codes just updated > online as well as download them? > > Thanks. > > > B. R. > Samuel > Hi, you can use git pull to take a look at the code. I don't have git web in the panicking web site :(.

[android-porting] Re: rild reboot repeatly because of "EOS. Closing command socket."

2009-08-19 Thread Michael Trimarchi
Hi, do you try it? Do you have some patches for your device? Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: rild reboot repeatly because of "EOS. Closing command socket."

2009-08-20 Thread Michael Trimarchi
ppd( 1042): rcvd P > D/pppd( 1042): sent P > D/pppd( 1042): rcvd P > D/pppd( 1042): sent P > D/pppd( 1042): rcvd P > D/pppd( 1042): sent P > D/pppd( 1042): rcvd P > D/pppd( 1042): sent P > D/pppd( 1042): rcvd P > D/pppd( 1042): sen

[android-porting] Re: V4L2 Camera interface

2009-09-01 Thread Michael Trimarchi
Hi, Great work here. I just add to the freerunner and I will test on it using an usb camera Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~

[android-porting] Re: Android 1.5 ported?

2009-09-15 Thread Michael Trimarchi
Hi, sanyanniesunney anniesunney wrote: > Hi > I formatted my card such that it has only 1 partition and this > partition is of vfat type... > In this i copied the uImage(i had renamed as u suggested),MLO and > u-boot.bin > i also tried with the uImage and the binaries that they > provided,

[android-porting] Re: V4L2 Camera interface

2009-10-01 Thread Michael Trimarchi
praj wrote: > Hi Harish, > > I'm trying out something similar. I'm able to see /dev/video0. > > Can you pass me a link to the V4L2 patch? > > Thanks in advance. > > > On Sep 13, 1:55 pm, Harishkumar V wrote: > >> Hi, >> i am using logitech webcam >> >> Thanks and Regards, >> HarishKumar.V >> >>

[android-porting] Re: RIL: s_listen_event is not triggered

2009-10-16 Thread Michael Trimarchi
Xingwen Huang wrote: > any idea? please > > On Wed, Sep 30, 2009 at 10:18 AM, simon > wrote: > > hi, all experts: > my log: > D/AT ( 29): AT< +CREG: 1, "247C", "0E26", 0 > D/RIL ( 29): in onUnsolicited *reference-ril.c*** > D/RIL

Re: [android-porting] in search for hardware/driver support infos

2009-11-16 Thread Michael Trimarchi
r3wDy wrote: > Hi Folkz! > > me and a couple of friends are porting android to the Meizu M8. > We already have it up an running and stuff, but without the support > for the built in hardware. > So at this time, no GSM Wifi bluetooth etc is working, and i searched > the net a thousand times for info

Re: [android-porting] Re: RIL: s_listen_event is not triggered

2009-11-16 Thread Michael Trimarchi
Hi, Xingwen Huang wrote: > Michael: > Thanks for your concern! > I had found that, I missed the connection to the 'rild' socket. And > modify the code in RIL.java to make sure the host and client socket is > matched. > > BTW: > In RIL.java, class RILReceiver, > 493 try { > 494

Re: [android-porting] Re: Android Eclair -- hangs after gralloc/mapFrameBufferLocked

2009-11-19 Thread Michael Trimarchi
Hi, Alexey Roslyakov wrote: > I added LOGI just before return from fb_device_open. > > I/gralloc ( 713): fb_device_open res: 0 > > fb device initialized successfully. Problem is not here. > But where? > > maybe we have the same architecture. I'm compiling eclair for openmoko but the issue tha

Re: [android-porting] Re: Android Eclair -- hangs after gralloc/mapFrameBufferLocked

2009-11-20 Thread Michael Trimarchi
Hi, Alexey Roslyakov wrote: > Can you share your diff and/or logcat output? > sorry, I will try to send tomorow. I would like to restart and merge the two patches Michael > On Nov 20, 12:22 am, Michael Trimarchi > wrote: > >> Hi, >> >> Alexey Roslyakov wro

Re: [android-porting] Re: Android Eclair -- hangs after gralloc/mapFrameBufferLocked

2009-11-23 Thread Michael Trimarchi
AchimNohl wrote: > Hi Alexey, > > here is my logcat after removing the locks from gralloc: > > I/SurfaceFlinger( 651): SurfaceFlinger is starting > I/SurfaceFlinger( 651): SurfaceFlinger's main thread ready to run. > Initializing > graphics H/W... > Clock CLCDCLK: setting VCO reg params: S=1 R=9

[android-porting] eclair patch for arm920 s3c244x family

2009-11-26 Thread Michael Trimarchi
Hi, this is my patch to boot android. The PAN display ioctl is only for openmoko, hope that can help some user. The overall performance are not good but the keyboard is three time faster from cupcake version :) Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: htt

Re: [android-porting] no response when touch the touchscreen

2009-12-02 Thread Michael Trimarchi
Weber wrote: > Hi,guys > I have ported android 2.6.25 to my s3c smdk6410,and the filesystem is > donut that I built from the source code.Now I can boot it up and see > the main window.But when touching the item ,it does not have any > response at all. > > My touchscreen driver src file is s3c_ts.c.

[android-porting] fix alsa compilation problem Eclair

2009-12-03 Thread Michael Trimarchi
+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-portingNot yes tested but fix the compilation issue Signed-off-by: Michael Trimarchi --- diff --git a/AudioHardwareALSA.cpp b/AudioHardwareALSA.cpp index 684ee63..40eda60 100644 --- a/AudioHardwareALSA.cpp +++ b

Re: [android-porting] fix alsa compilation problem Eclair

2009-12-03 Thread Michael Trimarchi
Hi, Michael Trimarchi wrote: > Hi, > > I have fixed the alsa compilation problem on Eclair, I have to test because I > just create some stub fuction > and I must read the source code of other device for understandig the new > interface. So it is just to have > somenthing

a2dp (WAS Re: [android-porting] fix alsa compilation problem Eclair)

2009-12-03 Thread Michael Trimarchi
Michael Trimarchi wrote: > Hi, > > Michael Trimarchi wrote: > >> Hi, >> >> I have fixed the alsa compilation problem on Eclair, I have to test because >> I just create some stub fuction >> and I must read the source code of other device for understand

Re: a2dp (WAS Re: [android-porting] fix alsa compilation problem Eclair)

2009-12-03 Thread Michael Trimarchi
Michael Trimarchi wrote: > Michael Trimarchi wrote: > >> Hi, >> >> Michael Trimarchi wrote: >> >> >>> Hi, >>> >>> I have fixed the alsa compilation problem on Eclair, I have to test because >>> I just create s

Re: a2dp (WAS Re: [android-porting] fix alsa compilation problem Eclair)

2009-12-04 Thread Michael Trimarchi
Hi, can anyone check this patch? Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-portingFix compilation issue in Eclair of a2dp. Signed-off-by: Michael Trimarchi --- diff --git a/libs/audioflinger/Android.mk b/libs

[android-porting] AudioPolicyManager support

2009-12-04 Thread Michael Trimarchi
Hi all, is there any documention about AudioPolicyManager and how it is used? I have done some change in the alsa_sound support and now I can compile using a genericaudiopolicy manager, But I would like to know if there is some guideline or some documentation about it. Michael -- unsubscribe

Re: [android-porting] Re: eclair patch for arm920 s3c244x family

2009-12-04 Thread Michael Trimarchi
I have redone a rebase and use now the memcpu of bionic but with same result in performance. I will continue to investigate but I think that it can be related to the new graphics abstraction. I have compiled alsa, but it is far away to work. Have you done some work on it? Michael > On 27 но

Re: a2dp (WAS Re: [android-porting] fix alsa compilation problem Eclair)

2009-12-04 Thread Michael Trimarchi
Hi, thanks, I'm not updated :( Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: a2dp (WAS Re: [android-porting] fix alsa compilation problem Eclair)

2009-12-04 Thread Michael Trimarchi
Sean McNeil wrote: > None of these changes will be accepted. The ALSA code has already been > submitted against Eclair and master branches by Wind River which has > significant changes. > I'm not interested in it, I just try to boot my device :) Michael -- unsubscribe: android-porting+unsubsc

Re: a2dp (WAS Re: [android-porting] fix alsa compilation problem Eclair)

2009-12-04 Thread Michael Trimarchi
ave just integrated the radio part and it works. Now I would like to test the audio with the recent patches sent by wind river. Michael > Jim > > On Dec 4, 5:05 am, Michael Trimarchi > wrote: > >> Hi, >> >> can anyone check this patch? >> >>

Re: [android-porting] eclair display performance

2009-12-10 Thread Michael Trimarchi
Hi, Ben Robinson wrote: > We are migrating our Android port from cupcake to eclair. Since we > changed over, animations have been slower and less smooth than they > were in cupcake. > > Does anyone know of any configuration issues or similar that could > hurt performance? > Yes I have the same

Re: [android-porting] eclair display performance

2009-12-15 Thread Michael Trimarchi
Michael Trimarchi wrote: > Hi, > > Ben Robinson wrote: > >> We are migrating our Android port from cupcake to eclair. Since we >> changed over, animations have been slower and less smooth than they >> were in cupcake. >> >> Does anyone know of any

[android-porting] Eclair reject incoming call (gprs connected)

2009-12-15 Thread Michael Trimarchi
Hi all, If I have a gprs open connection, the eclair subsystem reject my incoming call, is there any good reason? D/AT ( 876): MUX[primary]: AT< %CPI: 1,7,1,0,1,0,"+39xx45,,17,0 D/RILJ( 958): [0082]< DEACTIVATE_DATA_CALL D/AT ( 876): MUX[primary]: AT< OK D/RIL ( 876):

Re: [android-porting] Re: Porting to S3C2443

2009-12-16 Thread Michael Trimarchi
http://gitorious.org/android-on-freerunner Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Porting to S3C2443

2009-12-17 Thread Michael Trimarchi
gt; /home/workspace/eclair/prebuilt/linux-x86/toolchain/armv4t-android-eabi-4.2.1/bin/../lib/gcc/armv4t-android-eabi/4.2.1/interwork/libgcc.a(_clz.o) > collect2: ld returned 1 exit status > > Help me ! Thank you .. > > > On Wed, Dec 16, 2009 at 8:39 PM, tommy tommy <mailto

Re: [android-porting] /dev files

2009-12-18 Thread Michael Trimarchi
shivap wrote: > hello all > i got android kernel 2.6.27 (downloaded from android git) running on > my mainstone II dev.board. now i want to add android over this. when i > build android source code i get three images system.img , userdata.img > and ramdisk.img. i unpacked system and userdata images

Re: [android-porting] Re: /dev files

2009-12-19 Thread Michael Trimarchi
are used to create device node Micheal > > On Dec 18, 4:00 pm, Michael Trimarchi > wrote: > >> shivap wrote: >> >>> hello all >>> i got android kernel 2.6.27 (downloaded from android git) running on >>> my mainstone II dev.board. now i want

Re: [android-porting] Touch Calibration problem in the latest codebase

2009-12-22 Thread Michael Trimarchi
Hi, John Cola wrote: > Dear All > In the latest open source, the InputDevice.java has been modified a > lot. > And I cannot have a touch calibration successfully after > "ts_calibrate". > > Following is the formula > > if (device.tInfo != null){ //system/etc/pointercal exist!! >reportData[

Re: [android-porting] how to intergrate a graphic card driver to Android Kernel

2009-12-28 Thread Michael Trimarchi
D.M wrote: > Dear All: > > I am trying to port Android to a new HW which is a marvell board. And > after a few days, i could access the Android shell through serial > port. But on the screen , there was nothing . > > On the board , there is a graphic card which is able to run the > normally Linux K

Re: [android-porting] Re: Eclair build bootup issue on Beagle board.

2010-01-05 Thread Michael Trimarchi
Hi http://gitorious.org/flow-g1-5/platform_frameworks_base/commit/4bc6cd6aecc7330cdcadf2d5168bb3dfa08b6732 Michael Karthik P wrote: > Hi Amarnath, > > This dint work out for us, as a temporary arrangement we tried to > replace the batteryservice file from 1.6 and it is booting up now. Do > yo

Re: [android-porting] Reference Board for Android Porting

2010-01-07 Thread Michael Trimarchi
Hi, Apoorv wrote: Hi, I am a newbie in the world of Android. I want to learn Android Porting. In order to do that I am looking for a reference board with which I can get started. Please let me know which is the best reference board for learning Android Porting. I'm working in my spare time in

Re: [android-porting] Re: mini2440 Kernel Panic

2010-01-07 Thread Michael Trimarchi
Hi, why you don't use the android on freerunner project as a good start point? Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: request_firmware

2010-01-14 Thread Michael Trimarchi
Hi, pavan savoy wrote: yes, got it. Thanks. I replaced it by "main" so that the release to a local GIT tree becomes simpler (different project location than the one's which come from Google) Also, has this been published in the Googe's GIT ? regards, Pavan Sorry but devices.c can be used t

Re: [android-porting] Eclair on Nokia N900

2010-01-23 Thread Michael Trimarchi
Hi Brandon Brandon wrote: I am trying to port android to an omap3430 based device, (nokia n900). I'm using kernel 2.6.28 with the android drivers patched in, and I can build the donut branch and boot it on the n900, but the eclair branch always exits with a Segmentation Fault. I've tried running

Re: [android-porting] Need help on how to execute a ARM executable on Zoom2 board

2010-02-04 Thread Michael Trimarchi
pavan savoy wrote: you need to build it statically or write an android.mk for it, to link with android libraries. simplest method is to use --static file, if the utility is simple. regards, Pavan On Thu, Feb 4, 2010 at 4:50 PM, priya wrote: Hi, I have built a ARM executable using CodeSour

[android-porting] Music application

2010-03-09 Thread Michael Trimarchi
)? Best regards Michael Trimarchi -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] SMDK 6410 & Latest Android

2010-04-15 Thread Michael Trimarchi
Hi, gronlund wrote: Hi, I was wondering if anyone has information about getting Android 2.x onto a SMDK6410.. I have heard Samsung provides prebuilt Android images but i cant manage to find them.. and Samsung support has as of yet not been helpful.. If you have a jtag connector you can try

Re: [android-porting] Re: Android Gadget driver on PXA27X board

2010-04-21 Thread Michael Trimarchi
Hi, Dark Knight wrote: Hi Everyone, I have some more information regarding this. Its seems the driver is not able to create bulk end points. I added some debug prints in f_adb.c and epautoconf.c Here is the output pxa27x_udc: version 2008-04-18 android init android_bind

Re: [android-porting] Re: Android Gadget driver on PXA27X board

2010-04-23 Thread Michael Trimarchi
Hi Matt Reimer wrote: On Wed, Apr 21, 2010 at 9:41 AM, Michael Trimarchi wrote: Hi, Dark Knight wrote: Hi Everyone, I have some more information regarding this. Its seems the driver is not able to create bulk end points. I added some debug prints in f_adb.c and epautoconf.c Here is

Re: [android-porting] Booting Android from NAND

2010-04-28 Thread Michael Trimarchi
t for writing on the nand or etc. Michael Trimarchi 2010/4/28 hadhami riahi Hello, I'm trying to boot Android from NAND. I was able to write the kernel to NAND but I don't know how to write the Android file system to NAND! I tried to put it in a SD card and then fatload it but it

Re: [android-porting] Re: Guide on adding WiFi drivers to Android

2010-05-26 Thread Michael Trimarchi
different using your code. Instead of creating a new file just emulate the call in wext part http://gitorious.org/flow-g1-5/platform_external_wpa_supplicant/commit/0079ce31faa15d882272891661493ce734e5ab3e What do you think? (NEED TO BE TEST) Michael Trimarchi Thanks, Nicu Pavel. On Mon, May 10

[android-porting] android reboot on the master branch

2010-06-25 Thread Michael Trimarchi
27;location' died Any idea to look deep in this issue? Michael Trimarchi -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Performance problems (CPU usage up to 100%)

2010-09-15 Thread Michael Trimarchi
Retti wrote: Hello, i have a 5" touchdisplay with a at91g45 400 Mhz CPU and a ported Froyo. If I touch the screen, the system_server uses up to 100% of CPU. Also the touchinputs are very slow. Maybe your touch screen doesn't deactivate irq when you press it and receive a lot of them. Michael

Re: [android-porting] my wifi can scan AP ,but can't connect to the AP .Thanks for any suggestions.

2010-10-19 Thread Michael Trimarchi
Hi maybe you need to implement some android specific request http://gitorious.org/flow-g1-5/platform_external_wpa_supplicant/commit/0079ce31faa15d882272891661493ce734e5ab3e Michael > and why the "DRIVER EVENT " reply FAIL ? > > --~--~-~--~~~---~--~~ > unsubscribe:

Re: [android-porting] Questions of writing data to gsm modem in vchanneld.c in freerunner froyo

2011-03-01 Thread Michael Trimarchi
On 03/01/2011 12:10 PM, Jacky.S.Mu wrote: > Hello, > > Maybe there is misunderstanding for me while reading the code > freerunner/froyo/hardware/ril/vchanneld.c when I port it to my current > device. > > static int vch_write_data(struct virtual_channel *vch, char *ptr, int > len) > { > int

Re: [android-porting] copybit format conversion issue, for help

2011-09-08 Thread Michael Trimarchi
Hi all On 08/24/2010 12:23 PM, Simon Chan wrote: > Hi, all, > > I have encountered a format coversion issue when manage to add copybit > module for some hw 2D core. > > There are a lot of blit operations from COPYBIT_FORMAT_RGBA_ to > COPYBIT_FORMAT_RGB_565 when do menu rendering. > I have

[android-porting] imx31pdk

2009-02-27 Thread Michael Trimarchi
Hi all, I will like to have android on imx31pdk. Is there some initial work done by other people? Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~--

[android-porting] Re: imx31pdk

2009-03-01 Thread Michael Trimarchi
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: >> You are the first person 2 do :) >> >> On Fri, Feb

[android-porting] Re: imx31pdk

2009-03-01 Thread Michael Trimarchi
gt; on it (propriety code) > > On Mar 1, 4:37 pm, Michael Trimarchi > wrote: Yes I'm Italian and I live in Spain. Where can I download an initial patchset for my board? Michael >> Hi, >> >> >> >> mvniekerk wrote: >>> There's a whole lot of peop

Opencore (WAS Re: [android-porting] Re: Outstanding cupcake -> master merge)

2009-03-24 Thread Michael Trimarchi
gt;>>> >>>>>> >>>>>> -- >>>>>> Jean-Baptiste M. "JBQ" Queru >>>>>> Android Engineer, Google. >>>>>> >>>>>> Questions sent directly to me that ha

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

2009-03-27 Thread Michael Trimarchi
Hi, Androidphan wrote: > This is the output when starting wpa_supplicant: > > Initializing interface 'wlan0' conf '/system/etc/wifi/ > wpa_supplicant.conf' > drive > r 'wext' ctrl_interface 'N/A' bridge 'N/A' > Configuration file '/system/etc/wifi/wpa_supplicant.conf' -> '/system/ > etc/wifi/ > w

[android-porting] cupcake error on start Phone application

2009-03-30 Thread Michael Trimarchi
Hi all, E/AndroidRuntime( 950): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.android.vending/com.android.vending.AssetBrowserActivity}; have you declared this activity in your AndroidManifest.xml? I have compiled the cupcake version for my embedded p

[android-porting] Re: cupcake error on start Phone application

2009-03-31 Thread Michael Trimarchi
Hi, Jean-Baptiste Queru wrote: > Do you have an actual crash? > > A number of errors are logged because some Google-specific components > are missing, which should be made a lot less verbose and a lot less > severe, and that might be what you're seeing. > > JBQ > Sorry the log was not exstause

[android-porting] Re: ALSA sound: Unable to attach mixer

2009-04-01 Thread Michael Trimarchi
Hi, Androidphan wrote: > Android is not booting at the moment. I tried building it with ALSA > support. > When booting it gets a segfault on mediaserver and tries to restart it > over and over. > > The logcat errors are: > > I/( 2182): ServiceManager: 0x804abe0 > E/ALSALib ( 2182): extern

[android-porting] Re: ALSA sound: Unable to attach mixer

2009-04-01 Thread Michael Trimarchi
ce > AndroidRecord: Permission denied > E/AudioHardwareALSA( 2162): Unable to attach mixer to device default: > No such file or directory > > Then when setting the correct file permissions it goes further. Still > not booting through though. > > On 1 apr, 16:07, Michael Trimarchi

[android-porting] Re: build/target/board/Android.mk:35:

2009-04-02 Thread Michael Trimarchi
SiT wrote: > I can't build the Android-Image for my EEE-PC 701. > Could you help me? > > --- > s...@sit-ubuntu:~$ TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 > DISABLE_DEXPREOPT=true make -j4 installer_img > build/core/product_

[android-porting] Re: ALSA Compile Error

2009-04-03 Thread Michael Trimarchi
Harishkumar V wrote: > Hi, able to proceed with the alsa_sound, > > now during linking alsa_lib, its getting following errors, > > target arm C: libasound <= > hardware/beagle/alsa-lib/src/control/control_shm.c > hardware/beagle/alsa-lib/src/control/control_shm.c:28:21: error: > sys/shm.h: No su

[android-porting] Re: MX27 Android porting problems

2009-04-21 Thread Michael Trimarchi
Drakou wrote: > Hello, > > I am actually working on porting Android to an Mx27 custom board. That > board is really close to the Mx27ADS. I used the Mx31 porting advices > to make my own porting. > > I have a 2.6.25 kernel with freescale and android patches. I can start > the system , get the anim

[android-porting] Re: MX27 Android porting problems

2009-04-21 Thread Michael Trimarchi
t.git> > repo sync > > How can I switch to the good version of android to work with the > 2.6.25 kernel ? Maybe the release-1.0, but I'm not sure, Michael > > Thanks for your answers > Arnaud > > 2009/4/21 Michael Trimarchi <mailto:trimar...@gandalf.sssup.it>

[android-porting] Re: How to Apply Patches?

2009-04-21 Thread Michael Trimarchi
Hi, Gani Bhagavathula wrote: > So, if a file had three patches, then I would move to the base > directory of the files mentioned in the .patch file, and then go > > patch -p1 < patchfile.name > patch -p2 < patchfile.name > patch -p3 < patchfile.name > the p is not the patch number but the stri

[android-porting] Re: E/dalvikvm-heap Can't create VM heap of size (262144,14151696) (errno=13)

2009-04-22 Thread Michael Trimarchi
Hi, Elvis Dowson wrote: > Hi, > I'm porting the android-2.6.29 kernel to linux-omap3-2.6.29. > I've successfully patched all the required drivers. However, when I > run ./init &, nothing happens after the ANDROID_ message on the LCD > screen. > > If I run logcat, one of the errors is > > E/

[android-porting] Re: W/ProcessState: Opening '/dev/binder' failed: Permission denied

2009-04-22 Thread Michael Trimarchi
Elvis Dowson wrote: > Hi, > When I boot android on my TI OMAP 3503 platform, using linux- > omap3-2.6.29 with all android-2.6.29 patches applied, I get the > following error message when I run logcat: > > W/ProcessState (2583) : Opening '/dev/binder' failed: Permission > denied > > How can I

  1   2   >