[android-porting] android-porting only ARM or X86 ?

2009-03-19 Thread adik
Dear all, Must the android-porting be fit in with ARM cpu or X86 cpu? The android seems to be used only ARM or X86. I want to porting android to SuperH ,but it doesn't work. anyone could suggest me ? thanks adik --~--~-~--~~~---~--~~ unsubscribe: android-porting+

[android-porting] OFFER DISCOUNTPRICE ,NIKE, JORDAN, BAPE,DUNK,GUUCI,PRADA, UGG SHOES BAG CAPhttp//WWW.STREETCANDY.ORGhttp//WWW.STREETCANDY.ORGHTTP://WWW.STREE TCANDY.ORG

2009-03-19 Thread dzfg...@gmail.com
HTTP://WWW.STREETCANDY.ORG our company lentron is a professional exporting company dealing with name brand footwear, such as Nike etc. All of the products are exported to America, Europe, Middle-east and Southeast Asian countries.and honor with a gooddevelop the market with you. our price $33shoe

[android-porting] Re: IMX31 Touch Screen problem

2009-03-19 Thread Consy - Leong Wen Xin
Hi all, Thanks for the help! Solution: Patch provided by Rajesh + Enable "CONFIG_ANDROID_POWER" (link provided by Virstud) Got the touchscreen working now. Cheers! Best Regards, Justin On Wed, Mar 18, 2009 at 1:33 PM, Daniel wrote: > > On our i.MX31 board Android did not recognize the touchscre

[android-porting] Re: a2dp on android

2009-03-19 Thread Mike Lockwood
On Wed, Mar 18, 2009 at 6:59 PM, pavan savoy wrote: > Hi, > > When I connect to an headset, I see there 2 types of connection happening, > hsp/hfp & a2dp [phone & media], now suppose I try to play a ring-tone, > I see the a2dp routing happening, and android trying to run it over the > a2dp. > But

[android-porting] Re: how to report gps sv status

2009-03-19 Thread Mike Lockwood
I don't even know what GPS receiver you are using, so I can't answer that. But if the information is not available then I would suggest setting those fields to zero. Mike > Thanks for you help. And can you tell me how to set ephemeris_mask and > almanac_mask since the gps receiver don't report

[android-porting] Re: android-porting only ARM or X86 ?

2009-03-19 Thread David Turner
No, efforts to port the platform to other CPUs are welcomed in android-porting. Can you tell us exactly what difficulties you're encountering. I assume you started by modifying the build system and porting the C library, right ? On Thu, Mar 19, 2009 at 12:59 AM, adik wrote: > > Dear all, > Must

[android-porting] Re: Touchscreen PenMount

2009-03-19 Thread Androidphan
I still didn't get it to work. It seems the touch screen acts as USB HID, with no support for ABS_PRESSURE, BTN_TOUCH events. Can I fix this in the USB drivers? Anyone knows where I should be looking? On Mar 17, 10:28 am, Androidphan wrote: > Does Android rely on BTN_TOUCH and ABS_PRESSURE? > ts

[android-porting] android on omap 35x evm

2009-03-19 Thread chaitanya kumar
Hi All, I need to port android on omap 35x platform. The linux kernel which i got from TI is 2.6.22 but android started its release from version 2.6.23 I started with taking a patch from linux-android-2.6.23 and linux-2.6.23 and applying it to linux-omap-2.6.22 and I made few changes manually whe

[android-porting] Re: how to report gps sv status

2009-03-19 Thread jun
Mike, I am using NXP gps module and its own LIB . The receiver can provides me which satellites are used for fix position as you have seen the debug info at the top.I have checked with NXP engineer, and they said every satellites has ephemeris and almanac. So do i need to set the fields which sate

[android-porting] Operation not permitted

2009-03-19 Thread pavan savoy
Hi, Why do I get this ? I have a set of Vendor Specific commands that hciattach would send over the hci0 socket interface, I get these when I try and send them, I//system/bin/hciattach( 959): Cannot send hci command to socket: Operation not permitted I//system/bin/hciattach( 959): Can't initial

[android-porting] Re: Operation not permitted

2009-03-19 Thread pavan savoy
update: below... > Hi, > > Why do I get this ? I have a set of Vendor Specific commands that hciattach > would send over the hci0 socket interface, I get these when I try and send > them, > > I//system/bin/hciattach( 959): Cannot send hci command to socket: > Operation not permitted > I//system/b

[android-porting] Re: Operation not permitted

2009-03-19 Thread Nick Pelly
On Thu, Mar 19, 2009 at 8:46 AM, pavan savoy wrote: > update: below... >> >> Hi, >> >> Why do I get this ? I have a set of Vendor Specific commands that >> hciattach would send over the hci0 socket interface, I get these when I try >> and send them, >> >> I//system/bin/hciattach(  959): Cannot se

[android-porting] Re: Operation not permitted

2009-03-19 Thread pavan savoy
Nick, When hciattach opens up the UART device, it is able to write, but I guess its the socket which is causing the problem, I am verifying it. There is a texas_post function which writes in data after hci0 has come up, it basically does a hci_open_dev & then does a write.. regards, Pavan On Th

[android-porting] www.fashion4biz.com Wholesale evisu jeans design stretch classic jean JAPAN brand top Quality Comfortable

2009-03-19 Thread qq477...@gmail.com
HTTP://WWW.FAHSON4BIZ.COM wholesale cheap jordans,china nike factory jordans wholesale,cheap jordan spiz'ikes,air jordan factory directn,jordan mixed with air force one new style,cheap air force ones outlet,authentic nike af1s,air force 1 xxv'07 anniversary edition premium,custom nike sb dunks out

[android-porting] Re: android-porting only ARM or X86 ?

2009-03-19 Thread adik liu
Dear , I used a platform called "migo-R" which cpu is SH7722. http://tw.renesas.com/fmwk.jsp?cnt=sh7722_root.jsp&fp=/products/mpumcu/superh_family/sh7780_series/sh7722_group/ I download a android kernel source "linux-2.6.25-android-1.0_r1.tar.gz" from "http://code.google.com/p/android/downloads/lis

[android-porting] Re: android-porting only ARM or X86 ?

2009-03-19 Thread Yi Sun
>>The questions are >>(1) Do I have do something error ?, You only built your kerenl correctly. you need to build your own ramfs and other user binaries in order to make this work for you. (2) Is the init for ARM cpu, not for SuperH cpu? Yes (3) How to generate the init file for superH? Please look

[android-porting] Re: android on omap 35x evm

2009-03-19 Thread Andy T
google search will help you. Just put a little effort and search before you post. On Thu, Mar 19, 2009 at 9:04 AM, chaitanya kumar wrote: > Hi All, > > I need to port android on omap 35x platform. The linux kernel which i got > from TI is 2.6.22 > but android started its release from version 2.6.2

[android-porting] Re: a2dp on android

2009-03-19 Thread pavan savoy
so, once merged say the ringtones, will play on the BT head-set right ? would it try and use a2dp ? Just thinking what can I change for the same to be played over hsp/hfp, that's all... regards, Pavan On Thu, Mar 19, 2009 at 7:29 AM, Mike Lockwood wrote: > > On Wed, Mar 18, 2009 at 6:59 PM, pa

[android-porting] Re: a2dp on android

2009-03-19 Thread Mike Lockwood
The ringtones will play over a2dp if you are connected to an a2dp headset. For handsfree, the headset might beep, but won't play the ringtone. I'm not sure if that is what you are asking or not, though. Mike On Thu, Mar 19, 2009 at 2:23 PM, pavan savoy wrote: > so, once merged say the rington

[android-porting] Re: a2dp on android

2009-03-19 Thread pavan savoy
ok, Not what I thought was since android provides 2 connection options, phone/media so, say If i deselect phone then a2dp should be used to play a ringtone, if i deselect media then hsp/hfp should be used to play the ringtone. if both exists then probably media/a2dp... oh yeah, and I am not volu

[android-porting] Re: android-porting only ARM or X86 ?

2009-03-19 Thread Dianne Hackborn
On Thu, Mar 19, 2009 at 10:25 AM, Yi Sun wrote: > (4) Is Android supported the SH-MobileR(sh7722)? > not sure, but I have never heard anything it. > Note that you'll want to be running in little endian or you are in for a world of hurt. I don't have any idea what the endianness of this cpu is t

[android-porting] Re: Outstanding cupcake -> master merge

2009-03-19 Thread Jean-Baptiste Queru
I've put together a hack that allows the system to compile and start all the way to the home app. I worked with the delicateness of open-heart surgery performed with a chainsaw. Steps: -remove the opencore files ( rm -rf external/opencore .repo/projects/external/opencore.git ). Remove opencore f

[android-porting] Re: How to build libgps_qemu.c?

2009-03-19 Thread Nio
Hi, is there any one can help? I try to add as what android has done, but it reminds me that Illegal use of override path? On 3月16日, 上午11时47分, Nio wrote: > Soryy, the title shoud be How to build libgps_qemu.so. And the error > prompt should "there are no rules to > create out/target/product/lit

[android-porting] Re: Can i call Ril function from Location Manager?

2009-03-19 Thread Nio
Hi, does any one can tell me why ? I guess if this sub dir can only be built a libhardware.so, so if i try to build anyother so in the libhardware it reminds me error? On 3月17日, 上午11时30分, Nio wrote: > Hi Mike, > Thanks for your help. > When I do as you said,there are also errors: > build/core/sh

[android-porting] Re: How to build libgps_qemu.c?

2009-03-19 Thread David Turner
You should not need to modify gps_qemu.c at all, and this source file doesn't correspond to a stand-alone library; instead, it is part of libhardware.so. What you should do is write your own libgps.so that provides the following function: const GpsInterface* gps_get_interface(); which shall retu