[android-porting] Re: PH8 RIL for Voice support in Android

2013-10-08 Thread Matt Reimer
Ask Cinterion/Gemalto. Matt On Monday, October 7, 2013 11:41:36 PM UTC-7, Iitm wrote: Hi all, If anyone is aware of the Cinterion PH8 RIL Voice support in Android, please let us know the procedure for the same. We are trying to make use of PH8 with a MAXIM 98089 codec. Thanks in advance

[android-porting] Re: Is it possibly to create an SDK addon with custom resources outside framework-res.apk (Modify aapt ?)

2013-02-08 Thread Matt Reimer
That's good to hear. I'm interested in your progress. Matt On Thursday, February 7, 2013 4:23:48 AM UTC-5, Thorbjørn Vynne wrote: So just a status update on this I've got this partially working now, so that my addon resources also are added as part of the platform default resources

[android-porting] Re: CM10 Builds Have No ADB

2012-10-12 Thread Matt Bloomfield
I still cannot get this sorted!! All my builds now have no ADB... I have a Paranoid Android build for the TF101, which has NO ADB in android or in recovery! This is becoming an issue, and I would really to like to sort it. Any help is appreiated. Kind Regards, Matt -- unsubscribe: android

[android-porting] Re: CM10 Builds Have No ADB

2012-10-01 Thread Matt Bloomfield
is HTC One X (International) - EndeavorU - and Nexus 7 - Grouper - both tegra 3 devices... Kind Regards, Matt -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: CM10 Builds Have No ADB

2012-09-28 Thread Matt Bloomfield
Hi, I'm now starting to think it is the device tree (that someone else has made and I used to compile CM10). I'm going to build from the CM device tree for my grouper and see if it is still broken. Thanks for the responses. Matt -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] CM10 Builds Have No ADB

2012-09-21 Thread Matt Bloomfield
have also built ParanoidAndroid from source, and that does have ADB, which is weird as it pulls the CM source!! I did open up another post in Android Building group which can be found here - https://groups.google.com/forum/?fromgroups=#!topic/android-building/RDv3oLHc8-g Kind regards, Matt

Re: Re: [android-porting] How to get android update adb to see my USB vendor id?

2012-03-29 Thread Matt Reimer
to manually edit adb_usb.ini. Matt On Tuesday, March 27, 2012 8:55:47 PM UTC-4, bardshen wrote:  Hi Sir, You can download the adb driver on that web page, and compare to the standard adb driver. Then you know how to add your vendor id into adb_usb.ini file. May this will help you

Re: [android-porting] How to get android update adb to see my USB vendor id?

2012-03-27 Thread Matt Reimer
3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT. # USE 'android update adb' TO GENERATE. # 1 USB VENDOR ID PER LINE. Certainly I can edit that by hand, but I'd rather our customers just install our USB driver package and have everything just work. Matt on linux machine: modify the /etc/udev

Re: Re: [android-porting] How to get android update adb to see my USB vendor id?

2012-03-27 Thread Matt Reimer
Thanks, but what I want to do is to figure out how to have the USB driver package put the vendor id into adb_usb.ini so my users don't have to. Matt On Monday, March 26, 2012 9:00:00 PM UTC-4, bardshen wrote: Hi sir, I suggest this website will solve your problem. http://www.at91.com

[android-porting] How to get android update adb to see my USB vendor id?

2012-03-15 Thread Matt Reimer
the vendor id in ~/.android/adb_usb.ini itself? Running android update adb doesn't do it. Thanks for your help. Matt -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Frame buffer , Hardware overlay, rendering

2011-11-14 Thread Matt Shao
I agree with what Eric said. Yes, there is only one screen, the finally overlay is done by hardware, so whether you can get the overlay buffer is case by case or say device by device 2011/11/14 Girish htgir...@gmail.com But how the video renderer is able to write into same framebuffer

Re: [android-porting] Frame buffer , Hardware overlay, rendering

2011-11-10 Thread Matt Shao
image there are more than one display buffer(let's say two frame buffer), the hardware will merge two buffer and send to the screen in most modern arm cpu, such kind of hardware is always exist 2011/11/10 Girish H T htgir...@gmail.com Hi, Sorry for cross posting. Stuck up with a problem

[android-porting] SDK Addon

2011-09-12 Thread Matt Oakes
find anything that I'm doing wrong, but obviously I am. Any ideas? Thanks Matt -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: build error about sample SDK addon with android-2.3.4_r1

2011-09-12 Thread Matt Oakes
I'm getting the same thing. It has trouble packaging up the jar file. I'm doing this under Ubuntu 11.04 64 bit. Matt -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] mx51 overlay issue - android 2.2 R9.3

2011-07-11 Thread Matt Shao
Hi guys: To improve my camera preview performance, we enable the overlay featurein the freescale BSP, the feature could work and really indeed save the cpu time. But when we want to put some half-transparent picture on the overlay surface, some of these picture can NOT seen totally and

Re: [android-porting] Re: Condition compile for the Android JAVA code

2011-03-10 Thread Matt Shao
Hi kees, the concept and sample is very clear. Thanks a lot! 2011/3/11 freakingtux kees.jongenbur...@gmail.com frameworks/base/Android.mk for example: # Include a different set of source files when building a debug build. # TODO: Maybe build these into a separate .jar and put it on the

[android-porting] Condition compile for the Android JAVA code

2011-03-09 Thread Matt Shao
Hi guys: As a fresh man to the JAVA and Android. I wonder is there a official way to pass the BoardConfig.mk value to the JAVA source code? For instance, I have modify some code in the PowerManagerService.java and hope my modification code can be condition compiled according to the project

[android-porting] Condition compile for the Android JAVA code

2011-03-08 Thread Matt Shao
Hi guys: -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: How to disable Audio Feature in Android / How to build one mininum Android

2011-02-17 Thread Matt Shao
jagan.muthugoun...@wipro.com wrote: Define this as part of BoardConfig.mk BOARD_USES_GENERIC_AUDIO This will enable stub audio and will ensure that your device will bootup without audio support. Thanks Jag On Feb 16, 6:07 pm, Matt Shao low...@gmail.com wrote: Hi guys: I am a fresh man

[android-porting] How to disable Audio Feature in Android / How to build one mininum Android

2011-02-16 Thread Matt Shao
Hi guys: I am a fresh man in the android and now I am working on a board that using freescale imx51. We are porting the BSP from IMX51 EVK. For this board, we change the audio codec from it's original audio codec SGTL5000 to WM8758, so of course, the EVK audio driver could not work on

[android-porting] multicast support

2011-02-10 Thread Matt
I've setup USB WIFI with WPA Suplicant and now have issues using UDP multicast. I know that Android restricts use of multicast any pointers when using Froyo on how to re-enable or where some coding is required to enable this? -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] porting Android 2.2 with TSC2005 and a resistive touchscreen

2011-02-03 Thread Matt
for an answer would be great. I'll continue stepping through the calls to see if I can figure it out. Thanks Matt -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] issue when porting to i.MX51 board

2010-12-13 Thread Matt Shao
Which board are you using? With EVK BBG V3 Board, I can successfully boot it... 2010/12/13, Qingwei lqw1...@gmail.com: I'm trying to porting android to i.MX51 board, and exactly follow the R9 user guide, but the board always hangs at particular point, the log is as below, please help.

Re: [android-porting] issue when porting to i.MX51 board

2010-12-13 Thread Matt Shao
, VAUDIO, VVIDEO, VSD regulators */ -- val = 0x49249; halt--- pmic_reg(slave, 33, val, 1); halt in this line I've been puzzled for a long time. Best regards, Qingwei 2010/12/14 Matt Shao low...@gmail.com Which board are you using? With EVK BBG V3 Board, I can successfully

Re: [android-porting] porting froyo to imx51

2010-12-06 Thread Matt Shao
what kind of board you are using? BBG EVK? You can try later FreeScale Release like R8 or R9... 2010/12/6 Vinay vinayku...@gmail.com Hi, I'm trying to port froyo to imx 51 board. I have followed the instructions given in the document: iMx Android R7 User guide. I have not encountered any

Re: [android-porting] Re: How to 'repo' the android with special 'tag'?

2010-12-02 Thread Matt Shao
Cool ~ Many thanks Chih ! 2010/12/3 Chih-Wei cwhu...@linux.org.tw Very easy, just use -b option like the branch names. repo init -b android-2.2_r1.3 ... (actually these tags are branch names in the manifest repository) On 12月2日, 下午7時48分, Matt Shao low...@gmail.com wrote: Hi Guys

Re: [android-porting] iMX51 EVK BBG U-Boot

2010-11-22 Thread Matt Shao
Hi Hamiliton: This is the thread I have posted on the freescale forum. Just for reference for anyone need it: http://forums.freescale.com/t5/i-MX-Microprocessors/How-does-iMX51-EVK-load-U-Boot/td-p/62637 2010/11/20 Hamilton Vera hamilton.lis...@gmail.com Matt actually we are using an IMX51

Re: [android-porting] iMX51 EVK BBG U-Boot

2010-11-21 Thread Matt Shao
(with EVK board)... I also post the problem on freescale forums, but still in waiting a good answer... 2010/11/19 Hamilton Vera hamilton.lis...@gmail.com Hi Matt, as far as I know the behavior should be the same no matter what bootloader you are using. Probably you already have this pdf

[android-porting] iMX51 EVK BBG U-Boot

2010-11-18 Thread Matt Shao
hi Guys: Does any one knows how does the iMX51 boot with U-Boot? (Currently we are using boot from SD) Does the internel BOOT ROM will copy the whole U-Boot from the SD to the DDRRAM? If so, where can I found the code? After review the code, I do not find any SD operation

Re: [android-porting] iMX51 NFS Mount Issue

2010-11-09 Thread Matt Shao
by NFS successfully and even there is some problem with Android boot, but I know it may none of business with NFS. I will review my android building process and check the built binary... Thank you very much! 2010/11/9 Alan Carvalho de Assis acas...@gmail.com Hi Matt, On 11/5/10, Matt

Re: [android-porting] iMX51 NFS Mount Issue

2010-11-06 Thread Matt Shao
Hi Alan: Thank you for your kindly reply. Last night, after send out the help mail, I have built busybox and try to run busybox instead of android during boot. the testing result is: if I using following nfsroot: nfsroot=10.67.174.128:/opt/nfsroot busybox can run normally which seems

[android-porting] iMX51 NFS Mount Issue

2010-11-05 Thread Matt Shao
Hi guys: I am trying using NFS with my iMX51 EVK board. But I got following error: eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=0:00, irq=-1) IP-Config: Complete: device=eth0, addr=10.67.174.129, mask=255.255.255.0, gw=255.255.255.255, host=lowiq-laptop,

[android-porting] [Android Build] build/target/product or Vendor

2010-09-12 Thread Matt Shao
Hi Guys: As a fresh man to Android, I have some question about the build system. the official site of Android said we need to add the directory and some mk file under /mydroid/vendor directory. I have tried the instructions and it works. But when searching on the internet about the

[android-porting] Re: wifi scan

2010-08-31 Thread Matt
then wpa_supplicant will bubble it up immediately; otherwise wpa_supplicant waits until a certain amount of time has passed before notifying the upper layers that the scan results are ready. Matt -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group

[android-porting] Introduce Robocat project

2010-08-19 Thread Matt Hsu
/2010-coscup-beandroid Project host: http://code.google.com/p/0xrobocat/ Source repository: http://gitorious.org/robocat/robocat Demo: http://www.youtube.com/watch?v=NsHsiiKTUcs http://www.youtube.com/watch?v=Fh_W11FtYY0 -- - Matt -- unsubscribe: android-porting+unsubscr...@googlegroups.com

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

2010-04-23 Thread Matt Reimer
them pushed upstream soon, but it will probably take a bit longer since I'll have to make a case for an additional controller driver hook ep_autoconfig. Matt -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Lunch and Compiling

2010-02-18 Thread Matt
in this function) build/tools/acp/acp.c:216: error: ‘true’ undeclared (first use in this function) build/tools/acp/acp.c:224: error: ‘COPY_VERBOSE_MASK’ undeclared (first use in this function) make: *** [out/host/darwin-x86/obj/EXECUTABLES/acp_intermediates/ acp.o] Error 1 Matt On Feb 18, 3:32 am, Dries Harnie

[android-porting] Lunch and Compiling

2010-02-17 Thread Matt
I'm currently running Mac OS X, and am having a few issues with compiling android from source. I've set almost everything up correctly, but when I run: lunch sdk-eng it fails, and says lunch isn't valid. Any ideas, or links to places where compiling successfully on the Mac is discussed? So far I

[android-porting] Re: how to add the sd8686 wifi driver (libertas) into android source code for compling

2009-07-13 Thread Matt Reimer
the libertas driver in the mainline kernel? Matt --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: how to add the sd8686 wifi driver (libertas) into android source code for compling

2009-07-13 Thread Matt Reimer
On Mon, Jul 13, 2009 at 12:10 PM, Matt Reimermattjrei...@gmail.com wrote: On Sat, Jul 11, 2009 at 7:29 PM, bard.shenbard.s...@gmail.com wrote: Dear All:   I am porting marvell wifi sd8686 libertas driver. I try to merge it into android source code for compling. Just as ti wifi driver   How