Re: [android-porting] Platform Development Kit link?

2012-06-27 Thread Manish Shakya
, -- Karim Yaghmour CEO - Opersys inc. / www.opersys.com http://twitter.com/karimyaghmour -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- Manish Shakya http://www.manishshakya.com.np -- unsubscribe: android-porting

Re: [android-porting] Steps to PORT android in ARM beagleboard OMAP3530

2012-03-07 Thread Manish Shakya
: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- Manish Shakya http://www.manishshakya.com.np -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Android 4 Flickering Screen on Overo + Chestnut board

2012-03-07 Thread Manish Shakya
Why don't you try latest SGX driver? It might solve your problem. On Wed, Mar 7, 2012 at 3:41 AM, venkat k raju kvraju@gmail.com wrote: Hi Manish Shakya, i have seen your screen flickering issues video. i have been working with gingrebread-2.3.4,here my problem also  similar to you

Re: [android-porting] Re: Android 4 Flickering Screen on Overo + Chestnut board

2012-03-07 Thread Manish Shakya
Ohh...I guess then try to follow Alvin.He has done something fb_pan function in framebuffer driver. On Wed, Mar 7, 2012 at 8:45 PM, venkat k raju kvraju@gmail.com wrote: Hi Manish Shakya, thank you good to see you again!! my custom board doesn't have a DSP or Graphics accelerator. SGX

Re: [android-porting] Re: Android 4 Flickering Screen on Overo + Chestnut board

2012-01-27 Thread Manish Shakya
framebuffer driver, and checks if it supports double framebuffer. That's how I fixed the problem on my device. Good luck, Alvin Wong On 1月26日, 下午11時04分, Manish Shakya manishshakya...@gmail.com wrote: Hi Everyone, I am trying to port Android ICS to Chestnut board which uses Overo fire(OMAP3530

Re: [android-porting] pppd on gingerbread

2011-07-20 Thread Manish Shakya
If you are using 2.6.37 kernel, ttyS0 should be changed to ttyO0. If AT commands are going through, then check SIM regestration, Antenna connection etc. On Wed, Jul 20, 2011 at 8:50 AM, venkat k raju kvraju@gmail.com wrote: Hi Manish Shakya, yes i had port chat to android but it have been

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-19 Thread Manish Shakya
I tried add 'ISurfaceComposer::eOrientation180' for ro.sf.hwrotation=180 in SurfaceFlinger.cpp but it does not work. Is there any other ways to rotate screen? Manish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-18 Thread Manish Shakya
to do... --Krishna/. On Sun, Jul 17, 2011 at 8:39 PM, Manish Shakya manishshakya...@gmail.comwrote: Yes, there is no defconfig file. You have to make one from beagleboard or igevp defconfig depending upon your hardware. After that you have to do modification in board-overo.c. Files provided

Re: [android-porting] pppd on gingerbread

2011-07-18 Thread Manish Shakya
-porting -- Manish Shakya http://www.manishshakya.com.np http://secs.oakland.edu/~ganesan/iMX/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-18 Thread Manish Shakya
is over the limit. What is the reason you want to set rotate=2? On Mon, Jul 18, 2011 at 11:06 AM, Manish Shakya manishshakya...@gmail.com wrote: Amit, I guess there is a bug in omap display driver. Whenever I pass omap.rotate=2 in uboot args and start android . There is always buffer

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-18 Thread Manish Shakya
that is a bug, the error is just because DDR bandwidth is over the limit. What is the reason you want to set rotate=2? On Mon, Jul 18, 2011 at 11:06 AM, Manish Shakya manishshakya...@gmail.com wrote: Amit, I guess there is a bug in omap display driver. Whenever I pass omap.rotate=2

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-17 Thread Manish Shakya
on the overo. Audio flinger was crashing.I need to figure out why?. Then,I used AUDIO STUB for now. I hope this helps. -- Manish Shakya http://www.manishshakya.com.np http://secs.oakland.edu/~ganesan/iMX/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-17 Thread Manish Shakya
+ SGX v 1.7 + Android-2.3.4 and I'm having trouble compiling the 2.6.37 kernel I got the kernel from http://gitorious.org/rowboat/kernel. Is that the right place to get the sources for Gumstix overo? Thanks, --Krishna/. On Sat, Jul 16, 2011 at 11:13 PM, Manish Shakya manishshakya

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-17 Thread Manish Shakya
Yes, there is no defconfig file. You have to make one from beagleboard or igevp defconfig depending upon your hardware. After that you have to do modification in board-overo.c. Files provided by Hedwin for igevp is good reference. There is no such patch from gumstix till now( I guess). Hope this

Re: [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-15 Thread manish shakya
? On Fri, Jul 15, 2011 at 5:44 AM, hedwin hedwin.kon...@gmail.com wrote: Check if console and android.console point to the correct serial device. Both a kernel parameters sent by u-boot. Cheers, Hedwin On Thu, Jul 14, 2011 at 9:45 PM, Manish Shakya manishshakya...@gmail.com wrote: Hi , I

Re: [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-15 Thread Manish Shakya
or gingerbread? On Fri, Jul 15, 2011 at 3:57 PM, manish shakya msha...@oakland.eduwrote: Yes, Both console and android.console is pointing to correct serial device i.e. ttyS2. My uboot args is console=ttyS2,115200n8 androidboot.console=ttyS2 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait init

Re: [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-15 Thread Manish Shakya
On Fri, Jul 15, 2011 at 11:48 AM, hedwin hedwin.kon...@gmail.com wrote: in gingerbread ttyS changed to ttyO Hedwin On Fri, Jul 15, 2011 at 5:44 PM, Manish Shakya manishshakya...@gmail.comwrote: Right now I am trying to move from linux kernel 2.6.32 to 2.6.37 and use gingerbread 2.3.4

Re: [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-15 Thread Manish Shakya
Thanks.Yes, you were right. I tried replacing with O with S. Now I can see logs in the console. Can you tell me where in the source code it says use ttyO instead of ttyS? I couldn't find in the source. Manish On Fri, Jul 15, 2011 at 11:53 AM, Manish Shakya manishshakya...@gmail.comwrote

Re: [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-15 Thread Manish Shakya
Thanks got it. I think, this changes should be wrote in rowboat wiki. I wasted 2/3 days. On Fri, Jul 15, 2011 at 2:04 PM, hedwin hedwin.kon...@gmail.com wrote: its in omap-serial.h in arch/arm/plat-omap/include/plat On Fri, Jul 15, 2011 at 7:58 PM, Manish Shakya manishshakya

[android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-14 Thread Manish Shakya
: 80008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. -- Manish Shakya http://www.manishshakya.com.np http://secs.oakland.edu/%7Eganesan/iMX/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com

Re: [android-porting] Re: Difficult porting Android on Gumstix Overo

2011-05-24 Thread manish shakya
this. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- Manish Shakya http://www.manishshakya.com.np -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Difficult porting Android on Gumstix Overo

2011-05-24 Thread manish shakya
after this. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- Manish Shakya http://www.manishshakya.com.np http://secs.oakland.edu/~ganesan/iMX/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

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

2011-02-18 Thread manish shakya
...) Any comments is highly appreciated!! Thanks a lot -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- Manish Shakya http://www.manishshakya.com.np http://secs.oakland.edu/~ganesan/iMX/ * Please do

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

2011-02-17 Thread manish shakya
all the google App/etc...) Any comments is highly appreciated!! Thanks a lot -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- Manish Shakya http://www.manishshakya.com.np http://secs.oakland.edu/~ganesan/iMX

[android-porting] Re: hi..

2011-02-11 Thread manish shakya
calibration info. With Regards J.Balakrishnan -- Manish Shakya http://www.manishshakya.com.np http://secs.oakland.edu/~ganesan/iMX/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Gingerbread and Touchscreen Calibration

2011-02-03 Thread manish shakya
folder. Does any one have tried to touchscreen in gingerbread? Thanks, With Regards Manish Shakya http://www.manishshakya.com.np -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: wifi driver on gumstix overo

2011-01-25 Thread manish shakya
variable 'bssid' D/wpa_supplicant( 1249): CTRL_IFACE: Failed to get network variable 'wep_key0' D/wpa_supplicant( 1249): Scan requested (ret=-1) - scan timeout 30 seconds W/wpa_supplicant( 1249): Failed to initiate AP scan. ... On Jan 24, 7:46 pm, manish shakya msha...@oakland.edu wrote: Hi

Re: [android-porting] Re: wifi driver on gumstix overo

2011-01-21 Thread manish shakya
with an increased fuzz factor. Still getting the same errors... Any ideas? On Tue, Jan 18, 2011 at 5:31 PM, manish shakya manishshakya...@gmail.comwrote: check out this thread http://groups.google.com/group/rowboat/browse_thread/thread/4e6371130. .. -- Manish Shakya http

Re: [android-porting] wifi driver on gumstix overo

2011-01-18 Thread manish shakya
check out this thread http://groups.google.com/group/rowboat/browse_thread/thread/4e6371130044cfa8/f60fa5767fc62e31?lnk=gstq=hedwin#f60fa5767fc62e31 -- Manish Shakya http://www.manishshakya.com.np -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com

Re: [android-porting] Re: Touch screen calibration apk

2011-01-17 Thread manish shakya
-- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- Manish Shakya http://www.manishshakya.com.np http://secs.oakland.edu/~ganesan/iMX/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com

Re: [android-porting] Cannot automatically detect AP SSID on wifi restart

2010-11-18 Thread manish shakya
Hi, I am also have same issue with overo and its wifi module with froyo. Manish Shakya -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-14 Thread manish shakya
to connect with AP, GUI Shows Obaintaing IP form XXYY then show DISCONNECTED and then shows Scanning 2) Once I turned off WIfi. I can't turn it on again. I guess problem is in dhcp. With Regards, Manish 2010/10/13 manish shakya msha...@oakland.edu Thanks.. 2010/10/13 hedwin hedwin.kon

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-14 Thread manish shakya
I am connected to one of the AP and I could ping. 2010/10/14 manish shakya manishshakya...@gmail.com Hi Hedwin, Thanks for you patch. Now , Android Wifi Settings GUI is working.I can see list wireless networks available. Those are the things I did 1) in drivers/mmc/host/omap_hsmmc.c I

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-13 Thread manish shakya
PM, Manish manishshakya...@gmail.com wrote: Hi , There is no place to generate those bin files. On Oct 12, 8:01 am, manish shakya manishshakya...@gmail.com wrote: Hi Hairui Thanks for your response. Let me try to re-compiling the modules and generate sd8686.bin

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-13 Thread manish shakya
=0x8b1a len=19 Interface wlan0 is added a lot of times.why?? I also get following error. E/WifiHW ( 1178): Unable to open connection to supplicant on /data/system/wpa_supplicant/wlan0: No such file or directory With Regards, Manish Shakya On Wed, Oct 13, 2010 at 10:23 AM, hedwin hedwin.kon

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-13 Thread manish shakya
, it is the connection between Wifi and wpa_supplicant. Since creating sockets this way gave me quite a headache I switched to using the sockets in the android namespace. Hedwin On Wed, Oct 13, 2010 at 8:34 PM, manish shakya msha...@oakland.edu wrote: Hi Hedwin, I have solved Timeout problem

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-13 Thread manish shakya
On Wed, Oct 13, 2010 at 11:32 PM, manish shakya msha...@oakland.edu wrote: Hi Hedwin, Didn't find that patch. Can you send me link? On Thu, Oct 14, 2010 at 1:08 AM, hedwin hedwin.kon...@gmail.com wrote: The kernel patch (0001-Update-for-IGEPv2-Wifi-support.patch) already adds the basic

[android-porting] Making Wifi work on overo board running Android

2010-10-11 Thread manish shakya
: command 0x002f timed out libertas: Excessive timeouts submitting command 0x002f libertas: PREP_CMD: command 0x002f failed: -110 Any ideas would be really appreciated. Manish Shakya -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting