[android-porting] Has anyone ported Android to Gumstix Overo Fire lately?

2010-09-03 Thread Manish
Hi gang, I am trying to Android to overo fire. I am following http://www.gizmoforyou.net/wiki/index.php/Porting_Android. Has anyone succeeded to build Android using those instructions? Manish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group

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

2010-10-12 Thread Manish
Hi , There is no place to generate those bin files. On Oct 12, 8:01 am, manish shakya wrote: > Hi Hairui > > Thanks for your response. > > Let me try to  re-compiling the modules and generate sd8686.bin and > sd8686_helper.bin files. > BTW, what are those bin files for? >

[android-porting] Re: BMA150 driver

2010-11-02 Thread Manish
Thanks Guys.. On Jul 22, 3:16 pm, Deva R wrote: > this was posted on omapzoom group., > Link -http://groups.google.com/group/omapzoom/browse_thread/thread/f94f0688... > > BMA150 device driver source code can be found in > here.http://dev.odroid.com/projects/linux/src/drivers/input/misc

[android-porting] Bluetooth encryption technique in android

2011-05-30 Thread manish
ase answer. Thanks in advance. Thanks & Regards Manish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Bluetooth encryption technique in android

2011-06-03 Thread manish
Dear All Please let me know if you have any idea about bluetooth encryption mechanism in android Thanks in advance. Regards Manish On May 30, 11:46 am, manish wrote: > Dear All >      I want to set the encryption key size for Bluetooth in Android, > but not able to find the files

[android-porting] Re: Questions about integrating FLV/VP6 codec into OpenCore

2009-02-26 Thread Manish
Hi Dave, Then how to watch youtube on the browser. Is it possible to acheive FLV playback by integrating some opensource library with browser? Is there any plan to support FLV in opencore in future? Regards, Manish On Jan 9, 1:54 am, Urakagi wrote: > Thank you Dave. > Once I found

[android-porting] Re: Tearing issue with OpenGL

2009-04-01 Thread Manish
need to clear its status > before enable_irq. > > Hi Arve, > Do you have better solution? > > On 3月29日, 上午11時17分, Manish Sharma wrote: > > > > > Hi All, > > > I am gettingtearingissue with ApiDemos->Graphics->OpenGL applications. Has > > an

[android-porting] Re: Tearing issue with OpenGL

2009-04-01 Thread Manish
t rate. With this code the interrupt will be enabled whenever there is a call for pan_display(). And in ISR we will update the CLCD base address depending on the offset recved from application. Thanks and regards, MS On Apr 1, 1:33 pm, Manish wrote: > Thanks Jay, > > Yes you are right

[android-porting] Re: Tearing issue with OpenGL

2009-04-01 Thread Manish
48 pm, arden jay wrote: > Hi Manish, > > My point is, if you disable/enable irq at each pan display, you will > encounter that kernel resend the interrupt. > Not the real hardware vsync triggers. > > So, if you check your waveform, you will find you send out data > between two vs

[android-porting] Re: What copybit does and where image conversion from YUV to RGB is implemented?

2009-05-21 Thread Manish Sharma
Hi Dave, >> If your hardware supports it, you can override this and use the hardware CC. This is the way it is done on the G1 and other msm7k based devices. Are you saying that hardware CC is done at Video MIO in G1? Otherwise, Is it possible to send YUV data (without doing CC in VideoMIO) to Sur

[android-porting] Re: What copybit does and where image conversion from YUV to RGB is implemented?

2009-05-22 Thread Manish Sharma
Thanks Mathias, How soon we can see this change happening in Master branch? We are in process of accelerating copybit. Is it worth putting effort in this direction or shall we go with OpenGL APIs for 2D accelerations without using copybit? Regards, Manish On Fri, May 22, 2009 at 2:22 PM

[android-porting] Re: What copybit does and where image conversion from YUV to RGB is implemented?

2009-05-26 Thread Manish Sharma
Thanks Mathias On Tue, May 26, 2009 at 8:43 AM, pixelflinger wrote: > > Hi, > > There will be a new SurfaceFlinger API for video playback; that API > will use copybit on the G1, could use real overlays on other devices. > > Mathias > > On May 25, 5:41 am, MS wrote: > > Hi Mathias, > > > > >> HOW

[android-porting] Re: compilation for armv7

2009-06-09 Thread Manish Sharma
BI.S target asm: libdvm <= dalvik/vm/arch/arm/CallEABI.S make: *** No rule to make target `dalvik/vm/mterp/out/InterpAsm-armv7.S', needed by `out/target/product/generic/obj/SHARED_LIBRARIES/libdvm_intermediates/mterp/out/InterpAsm-armv7.o'. Stop. On Mon, May 4, 2009 at 9:53 PM, Ma

[android-porting] Re: compilation rules for ARMv6

2009-06-10 Thread Manish Sharma
with no-short-enum flag? Regards, Manish LOG.. E/GLLogger( 1574): couldn't load library (Cannot find library) I/ARMAssembler( 1574): generated scanline__0077:03545404_0A01_ [ 30 ipp] (51 ins) at [0x1930f8:0x1931c4] in 0 ns I/SystemServer( 1574): Starting Power Manag

[android-porting] Re: compilation rules for ARMv6

2009-06-10 Thread Manish Sharma
go it... this is already resolved... http://groups.google.com/group/android-porting/msg/64eb5a0158e6b815 Regards, MS 2009/6/10 Manish Sharma > Hi All, > > I have cloned Android git last week. And compiled it as it is with > arm-eabi-4.3.1 toolchain. > I am using the Linu

[android-porting] Getting "lock_layer timed out (is the CPU pegged?) "

2009-09-15 Thread Manish Sharma
Hi All, I am porting Android on my arm based platform. While booting it is giving the following error. Any clue will be really helpful. Thanks in Advance. Regards, Manish I/ActivityManager( 605): Stopping service: com.android.mms/.transaction.SmsReceiverService D/LauncherAppWidgetBinder( 769

[android-porting] Compilation issue while adding library in external folder

2009-10-29 Thread Manish Sharma
lib'. Stop.* When I remove the symlink from external folder and keep a copy of "mylib" folder in external. Then "make mylib" command works fine from "android" folder and "mylib.so" gets generate

[android-porting] android JFFS2 based rootfs problem

2010-07-13 Thread Manish Aggarwal
the android rootfs. Any help in this regard will be highly appreciated. Regards, Manish -- CircuitSutra Technologies Software Partner to Semiconductors man...@circuitsutra.com -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[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

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

2010-10-12 Thread manish shakya
Hi Hairui Thanks for your response. Let me try to re-compiling the modules and generate sd8686.bin and sd8686_helper.bin files. BTW, what are those bin files for? Manish On Mon, Oct 11, 2010 at 11:11 PM, hairui wrote: > Maybe you should re-compile the modules for yourself arch which

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

2010-10-13 Thread manish shakya
e android wifi work on a IGEPv2 board. This board also uses a Marvell > chip. > You can find my patches in the android rowboat mailing list. > > Btw the problem you encounter is due to the fact that the mmc gets > disabled while wifi is still operational. > > Hedwin. > > On

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

2010-10-13 Thread manish shakya
1003 ([UP]) D/wpa_supplicant( 1349): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added D/wpa_supplicant( 1349): Wireless event: cmd=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

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

2010-10-13 Thread manish shakya
ocket related, 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 > wrote: > >

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

2010-10-13 Thread manish shakya
Hedwin > > > On Wed, Oct 13, 2010 at 11:32 PM, manish shakya > wrote: > > Hi Hedwin, > > > > Didn't find that patch. Can you send me link? > > > > On Thu, Oct 14, 2010 at 1:08 AM, hedwin wrote: > >> > >> The kernel patch (0001-Update-

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

2010-10-14 Thread manish shakya
I try 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 > Thanks.. > > > 2010/10/13 hedwin > &g

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 > > 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

Re: [android-porting] my wifi can scan AP ,but can't connect to the AP .Thanks for any suggestions.

2010-10-19 Thread manish shakya
glegroups.com > > website: http://groups.google.com/group/android-porting > > > > -- > 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/<http://secs.oakland.edu/%7Eganesan/iMX/> -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

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: Touch screen calibration apk

2011-01-17 Thread manish shakya
gt;> > device and the values it returns are always the same and do not change >>> > with >>> > time/usage. >>> >>> > Also, change of co-ordinate axes due to change in orientation is >>> > automatically handled by the android framework and no calli

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=gst&q=hedwin#f60fa5767fc62e31 -- Manish Shakya http://www.manishshakya.com.np -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google

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

2011-01-20 Thread manish shakya
t was working with some problems. As far as I know , you have change following things 1. change in mmc host driver 2. change in wext kernel driver 3. Some change in permission On Thu, Jan 20, 2011 at 3:02 PM, Geoff Pascoe wrote: > Thanks manish. I appreciate the help. I tried the patches on tha

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

2011-01-21 Thread manish shakya
long with the > firmware binaries are present in /etc/firmware/ and the required > permissions are set. > > On Jan 20, 3:02 pm, Geoff Pascoe wrote: > > Thanks manish. I appreciate the help. I tried the patches on that thread. > > No luck I'm afraid. Each patch ha

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

2011-01-25 Thread manish shakya
9): CTRL_IFACE: Failed to get network 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 initiat

[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

[android-porting] Re: hi..

2011-02-11 Thread manish shakya
u can find the patch in android porting google groups. I hope this helps. On Fri, Feb 11, 2011 at 7:56 AM, bala krishnan wrote: > Hi Manish, >I came to know about u, while searching "android + touch > calibration" in google( > http://osdir.com/ml/andro

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

2011-02-17 Thread manish shakya
Does any one know how to disable the audio feature in the android? > > > > With this question, I have one more question: > > > > How to config to build one minimum Android? (Any configuration file > > that we can modify?) > > (for example: delet

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

2011-02-18 Thread manish shakya
will never access any hardware for rendering. > > > > Path: /frameworks/base/libs/audioflinger > > File: Android.mk > > > > Look for this flag over there. If this is defined, AudioHardwareInterface > will create a Stub AudioHardware and will not produce any audio.

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

2011-05-24 Thread manish shakya
: c04cc5c0 r10: cf85e0c0 r9 : c04cc5a0 r8 : 601f r7 : 0001 r6 : r5 : 4000 r4 : cf8e1600 r3 : 0001 r2 : fa07 r1 : r0 : 002e Flags: nZcv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel Control: 10c5387d Table: 8f9f4019 DAC: 0017 Manish On Tue

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

2011-05-24 Thread manish shakya
Hi DM, What do you have in that Android folder? Manish On Tue, May 24, 2011 at 4:48 PM, dhaval wrote: > Hi Mark, > > First of all thank for writing solution. > > I tried the script way of creating bootable SD card. But still facing > same problem. > > Let me describ

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

2011-07-14 Thread Manish Shakya
Point: 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...@googl

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

2011-07-15 Thread manish shakya
rrect? On Fri, Jul 15, 2011 at 5:44 AM, hedwin 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 wrote: >> >

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

2011-07-15 Thread Manish Shakya
gt; > On Fri, Jul 15, 2011 at 3:57 PM, manish shakya wrote: > >> 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/mmcblk

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

2011-07-15 Thread Manish Shakya
What do you mean? so now uboot args should look something like this console=ttyS2,115200n8 androidboot.console=ttyO2 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait init=/init vram=12M omapfb.mode=dvi:480x272MR-16@ 60 omapdss.def_disp=lcd43 Is this change in gingerbread 2.3.4 only? Manish On

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 wrote: > > What do you m

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 wrote: > its in omap-serial.h in arch/arm/plat-omap/include/plat > > > On Fri, Jul 15, 2011 at 7:58 PM, Manish Shakya > wrote: > >> Thanks

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

2011-07-15 Thread Manish Shakya
s I agree that it should have clearly been put in the wiki. > > But I remember that the day Rowboat introduced 2.6.37 kernel branch, a > mail was put on Rowboat mailing list notifying all these necessary > changes. > > Regards, > Amit Pundir > > > On 7/15/11, Manish

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

2011-07-15 Thread Manish Shakya
?pli=1 I suggest to put all the things in WIKI. Thanks guys On Fri, Jul 15, 2011 at 4:25 PM, Manish Shakya wrote: > Amit, > > Can you send me link of the thread that notifies all the necessary changes? > > Right now, libaudio and surface flinger is crashing. I am planning to use &

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

2011-07-16 Thread Manish Shakya
ndroid-2.3.4 run 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

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

2011-07-17 Thread Manish Shakya
Yes I have ALSA implemeation for Overo. I haven't tried running alsa utilities. I will soon try it and let you know about it. On Sun, Jul 17, 2011 at 12:39 PM, Amit Pundir wrote: > On Sun, Jul 17, 2011 at 11:43 AM, Manish Shakya > wrote: > >> Krishna, >> >>

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

2011-07-17 Thread Manish Shakya
Yes, it is right place. I suggest to follow instructions in http://code.google.com/p/rowboat/wiki/ConfigureAndBuild and do modification for overo. On Sun, Jul 17, 2011 at 2:37 PM, Krishna Sagiraju wrote: > Manish, > Thanks for the details. I am trying to build " 2.6.37 kernel

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 h

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

2011-07-18 Thread Manish Shakya
isabling GFX init: sys_prop: mis-match msg size recieved: -1 expected: 128 omapdss DISPC error: GFX_FIFO_UNDERFLOW, disabling GFX omapdss DISPC error: GO bit not down for channel 0 Manish On Mon, Jul 18, 2011 at 12:06 AM, Krishna Sagiraju wrote: > okay. Thanks. Atleast, now I know

Re: [android-porting] pppd on gingerbread

2011-07-18 Thread Manish Shakya
You have to port chat to android. There is pppd app but no chat app. Manish On Mon, Jul 18, 2011 at 1:57 AM, venkat k raju wrote: > Hi all, > > please suggest me how to integrate my gsm/gprs modem to beagleboard > with gingerbread. > > using pppd i have integrate with

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

2011-07-18 Thread Manish Shakya
er the limit. > What is the reason you want to set rotate=2? > > On Mon, Jul 18, 2011 at 11:06 AM, Manish Shakya > 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

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

2011-07-18 Thread Manish Shakya
upport - please look > at the file services/surfaceflinger/SurfaceFlinger.cpp, > GraphicPlane::setDisplayHardware() reads prop 'ro.sf.hwrotation' and > configures the orientation. you can try to add > 'ISurfaceComposer::eOrientation180' for ro.sf.hwrotation=180. >

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: [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 wrote: > Hi Manish Shakya, > yes i had port chat to android but it have been failed when

[android-porting] Re: How to change Android Home screen code at framework

2011-12-23 Thread manish kumar
I am trying to get rid of the dialer and the browser icons from the home screen. Can someone please show some pointers in this regard. Also what all does the Launcher app contain? Does it include all the apps to be launched on startup? Thanks, Manish Kumar On Nov 22, 2:47 pm, songzz wrote

[android-porting] How to change Android Home screen

2011-12-23 Thread manish kumar
I am trying to get rid of the dialer and the browser icons from the home screen(The ones at the bottom of the screen and not the shortcut ones). Can someone please show some pointers in this regard. Cheers, Manish Kumar -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] How to put break points in native java code

2012-01-06 Thread manish kumar
Hi, I am building the ICS 4.0.3 and would like to put break points in the native java code(not the native applications but the system code). Can anyone please point to some useful ways to do this. Thanks, Manish Kumar -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] Replace Launcher2 with a custom app in ICS 4.03

2012-01-10 Thread manish kumar
" and also removed Launcher2 app from the source code to make it the default app to be launched on boot time. Also how can i replace the home screen UI. When the system boots up and is in locked state it still shows the default home screen. Can anyone please help me on this one. Thanks, Ma

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

2012-01-26 Thread Manish Shakya
similar kind of problem? With regards Manish -- 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-01-27 Thread Manish Shakya
mebuffer 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 wrote: >> Hi Everyone, >> >> I am trying to port Android ICS to Chestnut board

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

2012-03-07 Thread Manish Shakya
arowboat.org is the site you are looking for, Manish On Tue, Mar 6, 2012 at 6:03 AM, chotu wrote: > hi all, > > I am having beagleboard OMAP3530, I would Like to Port Android , > Please do Provide me the steps to Port android , > > thanks in Advance, > Chethan SK > >

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 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 &g

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 wrote: > Hi Manish Shakya, > thank you good to see you again!! > > my custom board doesn't have a DSP or Graphics accelerato

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.

[android-porting] Re: Is there a way possible to get the source of android downloaded to windows XP?

2009-01-15 Thread Manish Sharma
Try this out: For windows user goto "http://android.git.kernel.org/ and click on 'tree' link of the package then 'snapshot' link. This will give you a tar ball. Cheers, Manish On 1/15/09, Madi wrote: > > > Hi All, > > For downloading the source code o

[android-porting] OpenMax-Bellagio integration in opencore

2009-01-23 Thread Manish Sharma
ion through OMX_GetHandle" in "OpenMax Call Sequences" document OMX_Handle() should be called before OMX_GetParameters(). Do I need to modify the Bellagio core/components? Thanks in advance Regards, Manish --~--~-~--~~~---~--~~ unsubscribe: andr

[android-porting] ksoftirqd CPU load is too high during video playback

2009-01-29 Thread Manish Sharma
92156K 11092K app_0com.android.alarmclock 1675 0% S 1 0K 0K root mmcqd 1679 0% S 6 98084K 12480K app_13 com.android.music 1686 0% S 6 101292K 14196K app_13 com.android.music:MovieView Please provide if you have any input. Thanks

[android-porting] Re: How to use pmem driver?

2009-02-02 Thread Manish Sharma
I am getting an error. Need to debug. Any clues?? "pmem: could not find allocation for map." Thanks in advance, Manish On 2/2/09, Manish Sharma wrote: > > Hi All, > > I have ported the android environment on my board (ARM9). I am able to play > the video using PV player.

[android-porting] Re: ksoftirqd CPU load is too high during video playback

2009-02-02 Thread Manish Sharma
Hi Dave, With software decoder this is not happening. Mostly the issue with our video driver. Regards, Manish On Sat, Jan 31, 2009 at 7:06 AM, Dave Sparks wrote: > > Something is obviously generating a lot of softirq's. Does this happen > when you use the software codec? > >

[android-porting] How to use pmem driver?

2009-02-02 Thread Manish Sharma
2 buffers one will be processed by h/w for color conv and other will be posted to surface flinger for display. Is it feasible to use the pmem driver at this place and how? Regards, Manish --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.c

[android-porting] Re: ksoftirqd CPU load is too high during video playback

2009-02-02 Thread Manish Sharma
have disabled the h/w decoding and enabled only display then the playback is bit improved. We are using tasklet to process the interrupts in video driver. We have observed this is causing the issue. Any pointers? Thanks and Regards, Manish On Tue, Feb 3, 2009 at 3:53 AM, Dave Sparks wrote

[android-porting] Re: ksoftirqd CPU load is too high during video playback

2009-02-06 Thread Manish Sharma
Hi All, Finally we have found the cause of this issue. The CONFIG_DEBUG_PREEMPT flag was enable in our kernel. Regards, Manish On Wed, Feb 4, 2009 at 10:41 PM, Dave Sparks wrote: > > No idea. Maybe one of the kernel gurus can enlighten us. > > On Feb 4, 4:15 am, gulshan karmani w

[android-porting] Sorry, cannot play this video

2009-02-11 Thread Manish Sharma
reover the same file plays fine in further iterations. Is it possible to decode the binder error message, to know what is the cause of error message? Regards, Manish --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.

[android-porting] Re: Sorry, cannot play this video

2009-02-11 Thread Manish Sharma
Hi Dave, We are getting "binder: release 1699:1699 transaction 2969 out, still active" on the hyper terminal. Regards, Manish On Thu, Feb 12, 2009 at 9:11 AM, Dave Sparks wrote: > > The binder error message might be a symptom of the problem and not the > cause. Do you have a

[android-porting] Re: Sorry, cannot play this video

2009-02-11 Thread Manish Sharma
Hi Dave, We are trying to replicate the same with log enable and shall share further info. Regards, Manish On Thu, Feb 12, 2009 at 12:55 PM, Manish Sharma wrote: > Hi Dave, > > We are getting "binder: release 1699:1699 transaction 2969 out, still > active" on the hyper

[android-porting] What is WAKE_DROPED in qwerty.kl?

2009-02-26 Thread Manish Sharma
browse through the desktop. I removed "WAKE_DROPPED" from all such key maps and was able to browse the android desktop, select and launch the applications. It was just a hit and try. Is this a right way? And what for this "WAKE_DROPPED&

[android-porting] Re: What is WAKE_DROPED in qwerty.kl?

2009-02-26 Thread Manish Sharma
Thanks Misa, I can try WAKE now to check whether the system state is sleep even though I am working on it. Regards, Manish On Thu, Feb 26, 2009 at 11:51 PM, Misael Lopez wrote: > > > I removed "WAKE_DROPPED" from all such key maps and was able to browse > the > >

[android-porting] Re: Questions about integrating FLV/VP6 codec into OpenCore

2009-02-26 Thread Manish Sharma
Thanks Dave, We wanted to enable the flash playback with browser. Any inputs? Regards, Manish On Fri, Feb 27, 2009 at 11:45 AM, Dave Sparks wrote: > > In the browser you are redirected to m.youtube.com which does not use > flash. > > I think it's possible to integrate FLV i

[android-porting] Re: implement media player

2009-02-26 Thread Manish Sharma
Yes! in media player the opencore library is fully based on OMX it will be of great help. Even there is a support for third party OMX integration in opencore. Check the master core implementation in opencore. Cheers, MS 2009/2/27 susanner > may I ask if I want to port mediaplayer to a platform

[android-porting] Application settings error

2009-02-26 Thread Manish Sharma
nch any application. In case of "Wait" I am able to launch applications. First thing is why this is coming and how it is affecting zygote process? Regards, Manish --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Application settings error

2009-02-27 Thread Manish Sharma
tion.BOOT_COMPLETED }: process is bad W/ActivityManager( 457): finishReceiver called but none active Hope this will help in giving some inputs. Thanks and Regards, Manish On Fri, Feb 27, 2009 at 12:48 PM, Manish Sharma wrote: > Hi All, > > I am getting an error on the screen. &qu

[android-porting] Re: Questions about integrating FLV/VP6 codec into OpenCore

2009-03-02 Thread Manish Sharma
Hi Dave, Right now we have not taken decision on these things. Thanks for your input it will be useful. Regards, Manish On Sat, Feb 28, 2009 at 8:51 AM, Dave Sparks wrote: > > What version of Flash? Which codecs? You might be able to pick a > particular codec like VP6, but then you are l

[android-porting] init consuming lot of CPU load

2009-03-11 Thread Manish Sharma
Hi All, I am getting a strange issue with Andorid port. I am able to boot the android system but while booting the android logo flickers. And when we browse the desktop the flicker gets more worst. When we checked the load of the system with "top", observed that init is taking 99%. Please see the

[android-porting] Re: init consuming lot of CPU load

2009-03-11 Thread Manish Sharma
root kthreadd 3 0% S 1 0K 0K root ksoftirqd/0 4 0% S 1 0K 0K root watchdog/0 Is there any place which I can check for this? Regards, Manish On Wed, Mar 11, 2009 at 10:55 PM, Csillag Tamas wrote: > > hi, > > On Wed, Mar 11, 2009 a

[android-porting] Re: media player porting and omx

2009-03-17 Thread Manish Sharma
check the Android_output_surface.cpp file and make mEmulation true. Regards, Manish On 3/17/09, susanner wrote: > > > well, we are striving for the VOIP Video phone based on wifi and it will > support mp4,h.264.h.263 . > > > > 在2009-03-18,"Eric Wong (hdmp4.com)" 写道: > > >

[android-porting] Error while Lauching Music player

2009-03-23 Thread Manish Sharma
Hi All, All the applications are working fine in my android setup. But when I launch Music player it gives an error on screen "The application Music (process.com.android.music) has stopped unexpectedly. Please try again". And one option of "Force Close". With logcat the following error is observe

[android-porting] Re: Error while Lauching Music player

2009-03-23 Thread Manish Sharma
uchscreen configuration, the > necessary resource can not be found. > > Solution 1: Add touchscreen :) > Solution 2: Add resources for no touchscreen device > Solution 3: Ignore touchscreen configuration for loading resources > > On 3月23日, 午後4:17, Manish Sharma wrot

[android-porting] Re: Error while Lauching Music player

2009-03-23 Thread Manish Sharma
atching directory > > http://d.android.com/guide/topics/resources/resources-i18n.html > > flinger-named resource folders are for touchscreen devices. > > On 3月23日, 午後10:23, Manish Sharma wrote: > > Hi. > > > > You are right touchscreen is not present in my setup. &g

[android-porting] ApiDemos.apk

2009-03-24 Thread Manish Sharma
Hi All, When I am compiling the latest android from main branch the "ApiDemos.apk" is not getting generated in "myandroid\out\target\product\generic\data\app" while in my previous setup this was getting generated. Do I need to enable somewhere to include this applicati

[android-porting] Re: ApiDemos.apk

2009-03-24 Thread Manish Sharma
Further on this package.apk is getting created in "myandroid\out\target\product\generic\obj\APPS\ApiDemos_intermediates\" folder. Regards, Manish On Tue, Mar 24, 2009 at 5:51 PM, Manish Sharma wrote: > Hi All, > > When I am compiling the latest android from main branch the

[android-porting] compilation rules for ARMv6

2009-03-27 Thread Manish Sharma
Hi All, I have got information from this mailing list that to compile android package for armv6 we need to modify the linux-arm.mk and add rules for building ARMv6. Are these rules available with someone? Please share the rules/info it would be of great help. Regards, Manish

[android-porting] Tearing issue with OpenGL

2009-03-28 Thread Manish Sharma
Hi All, I am getting tearing issue with ApiDemos->Graphics->OpenGL applications. Has anyone checked these applications on there platform? I have VGA display and the psuedo fb implementation is as follows: pan_display() { 1. gets the yoffset(0/480) and updates the display base address in a glo

[android-porting] Re: compilation rules for ARMv6

2009-03-30 Thread Manish Sharma
Hi Fadden, No! it is working fine with the current rules. Still I would like to use armv6 compilation rules. Regards, MS On Tue, Mar 31, 2009 at 1:14 AM, fadden wrote: > > On Mar 27, 11:30 pm, Manish Sharma wrote: > > I have got information from this mailing list that to com

[android-porting] Re: Keyboard mapping for Android

2009-04-01 Thread Manish Sharma
Hi Claw, Check for "What is WAKE_DROPED in qwerty.kl?" subject mail on Feb26th. It might be helpful for you. Regards, MS On Wed, Apr 1, 2009 at 1:46 PM, Claw wrote: > > Hello All, > > I have read this forum for the keyboard porting requirements followed > all of them but with no success. > > I

[android-porting] Re: Tearing issue with OpenGL

2009-04-01 Thread Manish Sharma
y. If you have an architecture that provides shadow > registers, then you want to set them in pan_display and not in the isr > and just wait for the VSYNC. > > Manish wrote: > > Hi Jay, > > > > I missed one thing in the psuedo code. > > > > pan_display() >

[android-porting] Re: compilation rules for ARMv6

2009-04-02 Thread Manish Sharma
android desktop. Can someone confirm the changes mentioned above are sufficient and correct? Regards, MS On Tue, Mar 31, 2009 at 9:14 AM, Manish Sharma wrote: > Hi Fadden, > No! it is working fine with the current rules. Still I would like to use > armv6 compilation rules. > Regards, >

[android-porting] Re: compilation rules for ARMv6

2009-04-03 Thread Manish Sharma
fe37f94 I/DEBUG ( 1552): bef0f77c afe37fe8 I/DEBUG ( 1552): bef0f780 I/DEBUG ( 1552): bef0f784 afe13f8d /system/lib/libc.so I/DEBUG ( 1552): bef0f788 ab58 [heap] I/DEBUG ( 1552): bef0f78c afe12fa9 /system/lib/libc.so I/DEBUG ( 1552): bef0f790

  1   2   >