[android-porting] Re: [rowboat] no_console_suspend

2012-05-04 Thread Ashwin Bihari
On Fri, May 4, 2012 at 3:43 AM, venkat k raju wrote: > > Dear all, > > what is use of no_console_suspend in android bootarg > > thanks&Regards > k.v.raju > > -- That instructs the Kernel not to disable the console when it suspends so you can debug any issues that come up then. If your suspend is

Re: [android-porting] How to update the Connectivity Manager?

2012-05-04 Thread Robert Greenwalt
On Fri, May 4, 2012 at 4:15 AM, Vikas KM wrote: > HI Robert... > > Below is the code > > ** > > ConnectivityManager CM; > CM = (ConnectivityManager)mContext.getSystemService(Context. > CONNECTIVITY_SERVICE); > CM.reportIn

[android-porting] LCD Display problem

2012-05-04 Thread Tejeswini ECE
Hi all, I am working on LCD. The display I am getting on the LCD is upside down. I tried setting ro.sf.hwrotation=180 then display on LCD becomes proper but on HDMI output the display becomes upside down. Is there any way to rotate only the display on LCD.I am using lg4573 driver. Than

[android-porting] LCD Display problem

2012-05-04 Thread Tejeswini ECE
Hi all, I am working on LCD. The display I am getting on the LCD is upside down. I tried setting ro.sf.hwrotation=180 then display on LCD becomes proper but on HDMI output the display becomes upside down. Is there any way to rotate only the display on LCD.I am using lg4573 driver. Than

[android-porting] no_console_suspend

2012-05-04 Thread venkat k raju
Dear all, what is use of no_console_suspend in android bootarg thanks&Regards k.v.raju -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] How to update the Connectivity Manager?

2012-05-04 Thread Vikas KM
HI Robert... Below is the code ** ConnectivityManager CM; CM = (ConnectivityManager)mContext.getSystemService(Context. CONNECTIVITY_SERVICE); CM.reportInetCondition(CM.TYPE_MOBILE, 100); NetworkInfo ni;

Re: [android-porting] How to update the Connectivity Manager?

2012-05-04 Thread Vikas KM
Hi All, Below is the error log.. *** I/pppd( 1874): ppp/ip-up script ended D/pppd( 1830): Script /etc/ppp/ip-up finished (pid 1854), status = 0x0 D/Tethering( 1245): MasterInitialState.processMessage what=3 D/AndroidRuntime( 1336): Shutting down

[android-porting] FASTBOOT: Unable to read "zImage" from mmc 0:1

2012-05-04 Thread sivakumar reddy pujari
Hi All, Here iam doing fastboot for blaze which is booting from SDCard. I have modified bootloader accordingly. I can able to flash the images using fastboot. but after flashing the device get restarted. and giving the following. **

[android-porting] LCD Display vertical flip problem

2012-05-04 Thread Tejeswini ECE
HI, I am new to android. Now i am working on LCD and the lg4573 is the controller i am using. To flip the display on LCD i found a registercalled MDCTL(Memory Access Controll, 36h). No. b7 b6b5b4b3 b2b1 b0 Reset 1 - - - -BGR -

[android-porting] Re: [rowboat] no_console_suspend

2012-05-04 Thread venkat k raju
Dear Ashwin Bihari, i have included this option in my bootarg even though my console is suspending . setenv bootargs 'console=ttyO2,115200n8 androidboot.console=ttyO2 mem=256M root=/dev/mmcblk0p2 rw rootfstype=ext3 rootdelay=1 init=/init ip=off no_console_suspend omap_vout.vid1_static_vrfb_alloc=

Re: [android-porting] UVC camera YUYV pixel format support in android applications

2012-05-04 Thread Eino-Ville Talvala
This isn't a question of Google support; a third-party application has to specifically code in support for a given YUV format; Skype chose to use NV21, and configured the interface accordingly (here, by leaving the preview format as the default, which is NV21). There's no way for Skype to auto

[android-porting] Re: no_console_suspend

2012-05-04 Thread seba
Hi, Try no_console_suspend=1 BR, Seba. On 4 Maj, 15:50, venkat k raju wrote: > Dear Ashwin Bihari, > > i have included this option in my bootarg even though my console is > suspending . > > setenv bootargs 'console=ttyO2,115200n8 androidboot.console=ttyO2 mem=256M > root=/dev/mmcblk0p2 rw rootf