[android-porting] Re: Hi

2009-07-16 Thread liuhy
ok. very good idea . thanks a lot .i see the project and then tell you 2009/7/16 Avtar Singh > > Hi Liuhy, > > I have created the project at http://code.google.com/p/dvk. Please see > if it is useful to you and let me know what user role should I create > for you. > > Regards, > Avtar Singh > >

[android-porting] Re: Hi

2009-07-16 Thread liuhy
hi avtar. what is your plan for dvk project? may be i can do a part of your plan. i introduce my study on dvk now. i success build some java test on dvk . for example , transform dom4j.jar to dex jar ,and use it to parse xml string . hehe i debug dalvik in gdb insight , which a gui gdb tools . no

[android-porting] Re: Hi

2009-07-16 Thread Avtar Singh
>> what is your plan for dvk project? 1. Dependencies For time being, I plan to continue working on the scripts and identify if more dependencies can be removed. There are a few source code folders which I think can be removed. 2. Kernel Dependencies I have also attempted to isolate the android

[android-porting] Re: Hi

2009-07-17 Thread liuhy
>> i success build some java test on dvk . for example , transform dom4j.jar >> to dex jar ,and use it to parse xml string . hehe Have you completed the testing..? If yes (!) you can add it to the dvkpatch/samples for reference of others. I will setup the SVN trunk with the code and provide you ac

[android-porting] Re: Hi

2009-07-17 Thread Avtar Singh
> yes , on January i do it . i can write a sample. Thanks! > ok, debug is a very importance step to find the runtime problem. > I build your project succeed . you just make it in release mode . > can we add debug mode in your script? Sure! > a question? how to boot your image ? just like eep

[android-porting] Re: Hi

2009-07-20 Thread Avtar Singh
Great! I will test and get back to you. Meanwhile, I have added the source files in the SVN repository now (in the project). So, it will be easier for you to push your files. On Sun, Jul 19, 2009 at 8:22 AM, liuhy wrote: > hi , i hava write a sample . but it run in debug mode,you may try it . se

[android-porting] Re: hi..

2011-02-11 Thread manish shakya
Hi Balakrishnan, Ihe Pointercal file contains factors which maps touch screen co-ordinate to actual screen co-ordinate. In InputDevice.java , pointercal is read and required calculation is done. I guess, by default, in froyo pointercal won't work.You need to apply patch to make it work. You can f

[android-porting] Re: HI

2011-11-10 Thread ravi sankar
Hi , I am not getting complete radio logs in telephony. I am getting framework logs and qcril logs, but some messages are missing. Do i need to add string tag or something to get debug logs. or Do i need to change the priority level of logs. Please provide some inputs. -- unsubscribe: android

[android-porting] Re: hi

2012-04-14 Thread Balban
On Apr 12, 5:07 am, DavidW wrote: > I'm also trying to use softwareGl for ics, I did the same thing > following the linaro guide(https://wiki.linaro.org/Platform/Android/ > ICSwithSoftwareGL), but it doesn't work for me. > In which file you add hwcomposer.default to PRODUCT_PACKAGES list? Patches

[android-porting] Re: hi,how to use mouse in Android

2010-01-06 Thread DANtheMAN
Hello All, I have Android working on a mini2440 FriendlyARM board [1]. I am attempting to get a USB pen mouse to work under the OS. Out of the box the mouse 'sort of' works. I am able to move the highlighting around the screen and left click launches applications. However, the movement of the

[android-porting] Re: hi,how to use mouse in Android

2010-01-26 Thread helen.wjt
Is mouse handled by method dispatchTrackball() ?? On 2009年12月17日, 下午3时07分, hedwin wrote: > USBmouseand keyboard do work, only enabled them in the kernel and it > worked without any change to android. > But then again was using the mips android so not sure yet if specific > changes were made the

Re: [android-porting] Re: hi,how to use mouse in Android

2010-01-26 Thread Yi Sun
no, dispatchPinter is the one 2010/1/26 helen.wjt : > Is mouse handled by method dispatchTrackball() ?? > > On 2009年12月17日, 下午3时07分, hedwin wrote: >> USBmouseand keyboard do work, only enabled them in the kernel and it >> worked without any change to android. >> But then again was using the mip

Re: [android-porting] Re: hi,how to use mouse in Android

2010-01-27 Thread wang jintong
yes,,you are right ,,my mouse is running now..thanks . 2010/1/27 Yi Sun > no, dispatchPinter is the one > > 2010/1/26 helen.wjt : > > Is mouse handled by method dispatchTrackball() ?? > > > > On 2009年12月17日, 下午3时07分, hedwin wrote: > >> USBmouseand keyboard do work, only enabled them in the ke