[android-porting] browser URL string concatenated with "null"

2009-06-30 Thread vinay harugop
hi, when web browser is launched in android 1.5, then default browser URL setting from BrowserSettings.java is attached with "null". And ultimalty page mentioned is not opend with error "page is not found". "http://www.google.com/m?client=ms-";; will be displayed as "http:// www.google.com/m?cl

[android-porting] conatct/calender/dialer does not launch

2009-08-11 Thread vinay harugop
hello, I have android 1.5 running on developer board which does not have touhchscreen and all keboard keys are passed through UART. All application works except contact, calender and dialer. When these applciations are launched "android.process.acore has stopped unexpectdegly" error comes wth for

[android-porting] Re: Does android provide SMP multicore support ?

2009-08-31 Thread Vinay harugop
hello All, Android works cool on SMP architecture and Check the below link http://groups.google.com/group/android-platform/browse_thread/thread/de20f1b10703acc2/a3feacf349f9be51?show_docid=a3feacf349f9be51 System is very much stable and robust. regards, -vinay On Aug 16, 5:06 pm, venu wrote:

[android-porting] Re: Does android provide SMP multicore support ?

2009-09-30 Thread Vinay harugop
Hi shivappa at the moment kernel ver is 2.6.27. soon will move to 2.6.29. regards, -vinay On Sep 22, 7:39 pm, Shivappa wrote: > Hi Vinay, > > May I know the kernel version you have used to boot Android with SMP > enabled ? > > Regards > Shivappa > > On Aug 31, 9:

[android-porting] touch screen sensitivity while scrolling

2009-01-29 Thread vinay harugop
hen whole screen automatically moves up/down. Some kind of more inertial behaviour for the current screen. below inetruupt handler routine snipp.. regards, -vinay harugop -- if( pin_value == 1) { //pen up input_report_abs(&d->idev, ABS_X, lastx); input_report_abs

[android-porting] automating net.dns1 configuration

2009-02-11 Thread vinay harugop
hi, My target is getting networked configured iver ethernet when "netcfg eth0 dhcp" is run. This is setting up net.eth0.dns1 to DNS server ip address, but still DNS reolve is not happening in browser. When setprop net.dns1 is run then DNS resolve is happening properly. How to make this automati

[android-porting] dalvik profiling

2009-02-22 Thread vinay harugop
hi, Are there any method for thread profiling of Dalvik.. Any one tried using oprofile for Dalvik since it needs agent startup options to be given. thanks, -vinay --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://gr

[android-porting] diff master branch and android 1.5 branch

2009-05-14 Thread vinay harugop
Hi, In master branch source code, build/core/version_defaults.mk file has PLATFORM_VERSION := 1.5 set. Wehave seen ther e exist android-1.5 brnach also android source repo. What is the difference between these two same versioned brnach and source? Are the changes from android-1.5 branch updated