[android-porting] How to specify a custom defconfig file in Android 10 Kernel compilation

2020-04-10 Thread Michael Buch
I wanted to enable certain kernel features and in my Android 10 build for Pixel 3. I downloaded and built the correct msm kernel and successfully flashed it on the Pixel. To build the kernel I'm using the build/build.sh from the kernel source. I tried adding a custom defconfig file in

[android-porting] How to add proprietary shared libraries to vendor?

2018-06-29 Thread Michael Ngarimu
Trying to add proprietary shared libraries and configuration files to vendor. * Files are independent of device. * added vendor/mystuff/myproduct directory tree * added a cc_prebuilt_library_shared to vendor/mystuff/myproduct/Android.bp I see rules generated in out/build-.ninja but even when

[android-porting] Re: Building Chromium system webview apk

2017-03-09 Thread Michael Robbeloth
amazing how few Android developers test for use on devices w/o Google Services). Michael On Tuesday, January 19, 2016 at 12:35:20 PM UTC-5, Kyle wrote: > > I know Google has moved Android System WebView updates to the Play Store, > but it looks like updates are not bei

[android-porting] Re: Android boot issue in Freescale(SabreSD-6q) platform

2014-05-06 Thread Michael Robbeloth
file missing. Michael Robbeloth On Wednesday, January 22, 2014 1:26:04 PM UTC-5, SSI wrote: Hi, Recently I downloaded Android JellyBean 4.3 source code. I applied patch file successfully provided by freescale. compiled source code and and flashed into SABRESD using MFG-tool. Board

[android-porting] Re: Enabling USB Mass Storage in Android Kitkat 4.4.2

2014-04-26 Thread Michael Toledo
Any chance you guys know how to enable USB mass storage or the equivalent on a droid ultra running 4.4? I went to turkey and took a bunch of photos that i cant recover from the internal storage, ive tried OTG and numerous other programs and none have given me any results. I'm aware the Mass

[android-porting] How to update libandroid_runtime.so

2014-04-10 Thread michael . j . silverstri
Hi, I am trying to compile and update libandroid_runtime.so on phone. Here is what I do: $ mmm frameworks/base/core/jni/ $ adb remount $ adb push out/target/product/tahiti/system/lib/libandroid_runtime.so /system/lib reboot the phone But some times ,I don' see the /libandroid_runtime.so get

[android-porting] How can I find out what is the driver for device node '/dev/video11'

2014-01-08 Thread michael . j . silverstri
I am studying android source code. From here, it has code which open(/dev/video11, O_RDWR, 0) as decoding device. http://androidxref.com/4.4.2_r1/xref/hardware/samsung_slsi/exynos5/libhwjpeg/ExynosJpegBase.cpp I want to find out which is the corresponding driver code for device '/dev/video11'.

[android-porting] Error building bcmdhd

2013-01-02 Thread Michael Evans
While building, I get the following error: make: *** No rule to make target `out/target/product/primoc/obj/STATIC_LIBRARIES/lib_driver_cmd_bcmdhd_intermediates/lib_driver_cmd_bcmdhd.a' I can attach any files or stack traces required, I'm not sure what is the makefile that is supposed to build

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

2011-09-08 Thread Michael Trimarchi
PIXEL_FORMAT_OPAQUE: format = PIXEL_FORMAT_RGB_565; Michael It looks the layout of android COPYBIT_FORMAT_RGBA_ format is as figure 1. 31 ... 0 - | A | B | G | R | (1) - but unfortunately, for 8:8:8:8 image, the 2d hw in question only

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

2011-03-01 Thread Michael Trimarchi
; len -= phy-max_length; } gsm0710_write(vch, GSM0710_DATA, ptr, len); return len; } Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Stuck in airplane mode

2010-12-14 Thread Michael Wu
When I turn on/off the airplane mode, the check box become gray with showing message Trying to turning off the wireless devices After waiting some times, the airplane mode does not change state correctly. I try to use logcat to capture some useful message, however, there is no any message

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] 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] kernel panic!

2010-09-03 Thread Michael Grunditz
Hi, Do you have ashmem in your kernel? Michael Grunditz Den 2010 9 3 14:56 skrev jayasantosh samal joyn...@gmail.com: hi all i am facing the problem with 2.6.32 omap kernel by providing all support of android. i also disable the yaffs2 and provide rootdelay more than one , the kernel logs

[android-porting] Re: kernel panic at keyguard screen

2010-08-30 Thread Michael
steps it did not kill bootanim, but after not starting it , the main desktop started. I have some more problems to solve , like getting any keyboard to work properly. The only keys that work is letter keys and enter. /Michael Grunditz On 30 Aug, 00:06, Michael michael.grund...@gmail.com wrote: Hi

[android-porting] kernel panic at keyguard screen

2010-08-29 Thread Michael
the keyguard shows up. A strange thing is that it works in a chrooted environment , with the same resolution and with rotation. However there are a lot of other things that doesn't work in chroot. Can I disable rotation for keyguard , or perhaps remove it (keyguard) ? /Michael Grunditz -- unsubscribe

[android-porting] android reboot on the master branch

2010-06-25 Thread Michael Trimarchi
? Michael Trimarchi -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

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

Re: [android-porting] Booting Android from NAND

2010-04-28 Thread Michael Trimarchi
for writing on the nand or etc. Michael Trimarchi 2010/4/28 hadhami riahi riahi.hadh...@gmail.com 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

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 trimar...@gandalf.sssup.it 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

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

2010-04-21 Thread Michael Trimarchi
to have more bulk point is to create manually in the static table. I have tried this but I have some problem of stability. Michael Trimarhci Regards, Regards -- Vaisakh P S (http://www.google.com/profiles/VaisakhRulez) -- unsubscribe: android-porting+unsubscr...@googlegroups.com website

Re: [android-porting] SMDK 6410 Latest Android

2010-04-15 Thread Michael Trimarchi
to load the uboot images and use it instead of eboot or you can use eboot to load an uboot images in memory. After that you need to boot you kernel for the board. These are the first basic steps. Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] Re: asound.conf EEEPC T91 Android 1.6R2

2010-03-26 Thread Michael Wu
I met the same problem, would someone have solution? On 3月26日, 下午11時41分, Lionel GAUTHIER lio...@gmail.com wrote: Hello, I am looking for having sound on my EEEPC t91 installed with android 1.6R2. It seems to me that sound does not correctly work with a fresh install of Android 1.6R2. I

[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

[android-porting] How to activate the setting option Orientation?

2010-03-09 Thread Michael Wu
Hi. Generally, there should be an option named Orientation which is in Setting - Sound and Display - Display setting - Orientation However, I can't not see the option Orientation in the Android. How could I activate this option? Cheers, Michael -- unsubscribe: android-porting+unsubscr

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

2010-02-04 Thread Michael Trimarchi
and booted Zoom2. On the teraterm prompt I tried to execute this binary ./book2png . .book2png . ./book2png book2png Or LD_LIBRARY_PATH=/sdcard/lib ./book2png Michael All the above commands results in book2png not found. Need help on how to execute a ARM compatible executable on Android

Re: [android-porting] Eclair on Nokia N900

2010-01-23 Thread Michael Trimarchi
running init, / system/bin/sh, /system/xbin/strace, but they all crash with a Segmentation Fault and no log. http://www.mail-archive.com/android-porting@googlegroups.com/msg08893.html Maybe this thread can help you :) Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

Re: [android-porting] Re: request_firmware

2010-01-14 Thread Michael Trimarchi
to load firmware in the /etc/firmware directory? Why add a new hotplug script? Michael On Tue, Nov 10, 2009 at 3:39 PM, Chih-Wei cwhu...@linux.org.tw wrote: Yes, you can use it. The code is Apache License 2.0. It is a utility of the toolbox, you don't need to change hotplug_main. Just make

[android-porting] Help me!! The fb0 has no space left on device..

2010-01-13 Thread Michael Wu
? Please help me. Best Regards -- Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Help me!! The fb0 has no space left on device..

2010-01-13 Thread Michael Wu
When I enter the android kernel console, I don't see anything in my LCD, so I type in the debug console to test the LCD: # cat 3.bmp /dev/graphics/fb0 write: No space left on device After typing, there is still nothing shown on my lcd. To avoid the bitmap problem and image size problem, I

[android-porting] The Android display on beagleboard doesn't show

2010-01-07 Thread Michael Wu
, but there is no any data sent!!! Why the CPU doesn't send any vedio data??? Is it possible that the android system error? Such as it didn't enter the UI?? Please notify me if you have any advise, and I would appreciate you very much !!! Best Regards -- Michael -- unsubscribe: android-porting

[android-porting] The Android display on beagleboard doesn't show

2010-01-07 Thread Michael Wu
, but there is no any data sent!!! Why the CPU doesn't send any vedio data??? Is it possible that the android system error? Such as it didn't enter the UI?? Please notify me if you have any advise, and I would appreciate you very much !!! Best Regards -- Michael -- unsubscribe: android-porting

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

2010-01-07 Thread Michael Trimarchi
and can be used as a mobile too Michael Michael Thanking you. Best Regards, Apoorv -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

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] The Android display on beagleboard doesn't show

2010-01-07 Thread Michael Wu
know what is it doing, and I will check it right now. I appreciate your response very much!! Thank your help again!!! Best Regards Michael 2010/1/8 Mark Wang wqhl.m...@gmail.com there should something wrong on your fb driver. below is the information from your log: omapfb: configured

[android-porting] How to show the Android display on the new de vice?

2010-01-05 Thread Michael Wu
Hello, all android porting users. I installed the android and linux kernel which Mistral OMAP3EVM released in my OMAP3530 device, I have modified the omap3_android_evm_defconfig to enter the kernel on my device, and it is scuessful to enter the kernel. However, the display didn't show anything.

[android-porting] when/how to scale frames posted to a surface

2010-01-03 Thread Michael Richardson
I am working on a video calling application. There is a service part which decodes things and uses the surface flinger (it runs as root. it's a custom device, we are in complete control) to write pixels to a surface that an activity has set up. It works much like the camera preview mechanism

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

2009-12-28 Thread Michael Trimarchi
the framebuffer device, can you send a logcat to us? Maybe you have two /dev/graphics/fbx devices Michael Thank you all ! -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Binder problem on omap3530 beagle

2009-12-24 Thread Michael Wu
... done, booting the kernel. Linux version 2.6.28-OMAP3EVM-1.1 (r...@michael-ubuntu) (gcc version 4.2.3 (Sourcery G++ Lite 2008q1-126)) #2 Wed Dec 23 18:05:18 CST 2009 CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c5387f CPU: VIPT nonaliasing data

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

2009-12-22 Thread Michael Trimarchi
; Which parameter should be assigned for ??? ? I've tried reportData[j + MotionEvent.SAMPLE_X] and reportData[j + MotionEvent.SAMPLE_Y] but still unable to work. BR John Can you try this one? Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

Re: [android-porting] Re: Android Eclair porting on Beagleboard Omap3530 Init problem when booting

2009-12-20 Thread Michael Wu
-porting+unsubscr...@googlegroups.comandroid-porting%2bunsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- Michael Wu Quanta Computer Moblie Internet Device 2 BU Kueishan, Taoyuan, Taiwan michaelwu1984...@gmail.com -- unsubscribe: android-porting+unsubscr

Re: [android-porting] Re: Android Eclair porting on Beagleboard Omap3530 Init problem when booting

2009-12-20 Thread Michael Wu
There are some hardware architecture changes on my beaglebaord. Is it possible to lead to can not enter in Android?? Could anyone help me? please. 2009/12/19 Michael Wu michaelwu1984...@gmail.com I get it from : repo init -u git:// labs.embinux.org/embinux-android-build/android-omap3/repo

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

2009-12-19 Thread Michael Trimarchi
shivap wrote: Michael what should i do in these files (system/core/init/devices.c and system/ core/init/init.c) which will help me create proper device nodes? i know its a dumb question but i am fairly new to all this. bye shivap These files are used to create device node Micheal

Re: [android-porting] /dev files

2009-12-18 Thread Michael Trimarchi
directory. but the dev directory i hav is empty? how to link android kernel with android source code? what is the right way of building android? please help me. i am under lot of confusion. thanks in advance system/core/init/devices.c and system/core/init/init.c Michael bye shivap

[android-porting] Android Eclair porting on Beagleboard Omap3530 Init problem when booting

2009-12-18 Thread Michael Wu
... OK OK Starting kernel ... Uncompressing Linux.. done, booting the kernel. Linux version 2.6.29-omap1-07255-g85f0546 (lzm73...@michael-ubuntu) (gcc version 4.2.3

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

2009-12-17 Thread Michael Trimarchi
-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 hongjiuj...@gmail.com mailto:hongjiuj...@gmail.com wrote: great job 2009/12/16 Michael Trimarchi

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] 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 configuration issues or similar that could hurt performance

[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] eclair display performance

2009-12-10 Thread Michael Trimarchi
problem some performance delay but seem related not to the display itself (rotation is good) keyboard feedback is good. Seem a general delay on event processing. I don't fine the reason I stin investigate on it Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

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 mich...@panicking.kicks-ass.org --- diff --git a/libs

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

2009-12-04 Thread Michael Trimarchi
Hi, Alexey Roslyakov wrote: Thanks, Michael, great work. Now bionic code (libc/arch-arm/*.s) is armv4-friendly. You can safely use original bionic/libc/Android.mk - optimized versions of memcpy, strlen and memcmp. Android will run faster a little bit;) I have redone a rebase and use

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
Hi, Jim Ancona wrote: Michael, I'll try your patches this weekend. Since I assume you're willing to contribute your patches back to the AOSP, you might be better off discussing this in android-platform. Also, are you working against the eclair or master branch? I think all submissions

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 understandig the new interface. So it is just to have somenthing

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 some stub fuction and I must read the source code of other device for understandig the new

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

2009-12-02 Thread Michael Trimarchi
Sorry but this is unrelated to the touchscreen problem :) Michael # ls /dev/input event0 event1 ts0 # cat /proc/bus/input/devices I: Bus=0019 Vendor=0001 Product=0001 Version=0001 N: Name=s3c-keypad P: Phys=s3c-keypad/input0 S: Sysfs=/devices/platform/s3c-keypad/input/input0 U: Uniq= H

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 trimar...@gandalf.sssup.it wrote: Hi, Alexey Roslyakov wrote: I added

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

2009-11-19 Thread Michael Trimarchi
have is a crash in opencore. I'm trying to find the related problem, can you share with us your configuration for compile on the armv4t architecture? Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

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

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

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

2009-10-16 Thread Michael Trimarchi
. Is s_listen_event not triggered? Or others? any idea??? Can you send a complete log of all the event. Seem the referecne ril go in timeout and close connection. Michael Thanks regards simon --~--~-~--~~~---~--~~ unsubscribe: android-porting

[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 harishpres...@gmail.com wrote: Hi, i am using logitech webcam Thanks and Regards, HarishKumar.V

[android-porting] Re: Android 1.5 ported?

2009-09-15 Thread Michael Trimarchi
,android-beagle.ubi and 0xkernel-beagle.bin The uboot vfat subsystem has a series of BUG so if the uImage go in unreadeadble region just doesnt' work. Try to copy again and rename the oldfile, try to find some good position. Basically a fresh formatted partition gives no problem Michael How can i

[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: rild reboot repeatly because of EOS. Closing command socket.

2009-08-20 Thread Michael Trimarchi
Hi, edwardlee lee wrote: Hi Michael, Thanks for your code! I have tried it and get the same result as gsm0710muxd. I commented some at command such as at+cfun because of our modem not allow such command after power on. Now I can run pppd but it failed with unrecognized option '/dev/pts

[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-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 :(. Michael

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

2009-08-05 Thread Michael Trimarchi
device). Michael On Tue, Aug 4, 2009 at 11:24 PM, Michael Trimarchitrimar...@gandalf.sssup.it wrote: Hi, do you need some help to use vchanneld? Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website

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

2009-08-04 Thread Michael Trimarchi
Hi, edwardlee lee wrote: Hi Michael, I have got it. I git it at git://panicking.kicks-ass.org/ril.git. It's an old one. I must push other changes? Maybe today. Can you wait a little bit? Michael Thank for your contribution. Edward On Tue, Aug 4, 2009 at 9:15 AM, edwardlee leeedwardlee

[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 Trimarchitrimar...@gandalf.sssup.it wrote: Hi, edwardlee lee wrote: Hi Michael, I have got it. I git it at git://panicking.kicks-ass.org/ril.git. It's an old one. I must push

[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-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 Trimarchitrimar...@gandalf.sssup.it wrote: I use my daemon vchanneld on the freerunner :), it's very quite similar to the gsm710muxd... and I can connect

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

2009-08-03 Thread Michael Trimarchi
): MUX[gprs]: AT AT+CGEREP=1,0 D/AT ( 856): MUX[gprs]: AT OK D/AT ( 856): MUX[gprs]: AT AT+CGACT=1,0 D/AT ( 856): MUX[gprs]: AT ERROR D/AT ( 856): MUX[gprs]: AT ATD*99***1# D/AT ( 856): MUX[gprs]: AT CONNECT Michael

[android-porting] Re: sensors on cupcake

2009-07-16 Thread Michael Trimarchi
Hi, Max wrote: Hello Michael I've to write a sensor lib like yours, I need help but I cannot access your git repository. Could you explain me the step in develop sensor lib ? No problem the repository is down, I provide to you the possibility to checkout git clone git

[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:16 pm, Michael Trimarchi trimar

[android-porting] Re: USSD feature on Android

2009-06-26 Thread Michael Trimarchi
code not present); goto out; } err = at_tok_nextstr(tmp, (response[1])); RIL_onUnsolicitedResponse( RIL_UNSOL_ON_USSD, response, sizeof(response)); } Maybe you have time and you can fix Michael

[android-porting] Re: rild options priority

2009-06-18 Thread Michael Trimarchi
in init.rc as: service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so -- -d /dev/smd0 Look at the code, seems that it check the -l option and then it looks for the property database to load the library. I don't know the difference between the system.prop and build.prop Michael

[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: touchscreen tsc2102 on I.mx27

2009-06-12 Thread Michael Trimarchi
;a=commitdiff;h=2a64d1c9d0406c3abd57729b583df5933da908f7 Regards Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

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

2009-06-12 Thread Michael Trimarchi
resistance a la equation #1 */ if (z1 != 0) p = x * (z2 - z1) / (z1 4); else p = 1; input_report_abs(dev, ABS_X, x); input_report_abs(dev, ABS_Y, y); Can you try to report the BTN_TOUCH too? input_report_key(dev, BTN_TOUCH, 1); Michael

[android-porting] Re: ppp daemon not starting

2009-06-12 Thread Michael Trimarchi
://git.moko.serdar-dere.net/?p=platform/system/core.git;a=commitdiff;h=84ad5817e23c26400959a36ad42d5806b1a4512d My pppd daemon connect using a virtual channel. What is your pppd entry in init.rc Michael Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr

[android-porting] Re: The building instruction maybe broken

2009-06-10 Thread Michael
Yi, why don't you create a new thread for the topic of building for the x86? That way, this thread can be used for discussing the video issue Michael Yin brought up. Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website

[android-porting] Re: The building instruction maybe broken

2009-06-10 Thread Michael Yin
] Re: The building instruction maybe broken Date: Wed, 10 Jun 2009 06:12:48 -0700 Could you forward me his thread? I was on the road and may missed his thread. On Wed, 2009-06-10 at 06:08 -0700, Michael wrote: Yi, why don't you create a new thread for the topic of building for the x86? That way

[android-porting] Re: android on x86 on a 800x600 screen

2009-06-10 Thread Michael Yin
of the folder stucture after mounting the usb partitions? Where to? -Mike Yi Sun wrote: Please look into the wiki pages in http://code.google.com/p/patch-hosting-for-android-x86-support/ for detail On Tue, 2009-06-09 at 22:45 -0400, Michael Yin wrote: What do I need to do to this? Add

[android-porting] android on x86 on a 800x600 screen

2009-06-09 Thread Michael Yin
I'm trying to install android on an IBM 4838-132 anyplace kiosk. The model I according to ubuntu contains an Intel 82852/855GM integrated graphics on a 12 800x600 screen. When I try to boot up android on it, I can see log output and see ANDROID scroll by before i think it tries to start up

[android-porting] Re: android on x86 on a 800x600 screen

2009-06-09 Thread Michael Yin
What do I need to do to this? Add '-video=vesafb' to the kernel line in grub? Yi Sun wrote: use vesa fb On Tue, 2009-06-09 at 19:20 -0400, Michael Yin wrote: I'm trying to install android on an IBM 4838-132 anyplace kiosk. The model I according to ubuntu contains an Intel 82852/855GM

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

2009-06-07 Thread Michael Trimarchi
Hi, venu wrote: Hi Yogi, In case you are getting that error it means that it is not supported by you use the one which michael suggested but that can only done during thread creation time not dynamically... these are nothing to do with anriod but it dependent on posix library used

[android-porting] Re: GSM Modem

2009-06-06 Thread Michael Trimarchi
. I'm doing the same thing with my vchanneld multiplexer and move to the RIL, but not only for security reason but for a better stability of gprs channel. Michael fgilani wrote: Is it possible to send AT commands directly to the GSM modem on the HTC dream or any other android handset

[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 --~--~-~--~~~---~--~~

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

2009-05-25 Thread Michael Trimarchi
/inputmethods/LatinIme/src I think. Michael On May 23, 6:54 am, Jim Pai chiji...@gmail.com wrote: I have met the situation, but it's happened on PinyinIME. I checked the log, seems the permission so that the CandidateView can't be create. On 5月23日, 上午12時32分, ertan...@gmail.com ertan

[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 trimar...@gandalf.sssup.it 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 it works? Michael

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

2009-05-20 Thread Michael Trimarchi
incoming call, how RILD would process the information and send it to phone service! because I have not found the socket connection request in RILD source. Have you take a look at libril/ril.cpp. That file contains the message communition between the rild and upper layer. Michael

[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 select

[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 decided to stick to the pre-release sdk version

[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] Re: Ringtones in last build

2009-05-19 Thread Michael Trimarchi
): at android.media.Ringtone.openMediaPlayer(Ringtone.java:173) W/Ringtone( 1121): at android.media.Ringtone.setStreamType(Ringtone.java:87) W/Ringtone( 1121): at android.preference.VolumePreference$SeekBarVolumizer.initSeekBar(VolumePreference.java:154) How this url are mapped in the filesystem? Michael From

[android-porting] Re: Ringtones in last build

2009-05-19 Thread Michael Trimarchi
a device, it gives an error on the device subtype, but I'm sure that always is correct. Do you have any idea. Last time I must readd the short-enums option because crash in a function, but now every revert is impposible. You work a lot on alsa side, can you give me some hint? Michael Michael

[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 -~--~~~~--~~--~--~---

  1   2   >