[android-porting] Re: How to flash custom ROM on real device, and How to make Custom ROM for OnePlus Devices ?

2018-02-12 Thread Amit Pundir
iShankar Ahirwar > wrote: >> >> Dear All, >> >> I don't have very deep knowledge of making Custom ROM and Porting, >> >> I want to port AOSP Custom ROM for Oneplus Devices, Can anybody suggest me >> a good tutorial for it? https://github.com/OnePlusOSS/andro

Re: [android-porting] USB to Ethernet adapter on Android 6.0 or later

2017-04-10 Thread Amit Pundir
ping Google.com, but I still > can't see Ethernet connected in UI settings screen, so there is no internet > from any Java apps, any ideas on how to fix it? Check your device overlay options. See if "networkAttributes" support ethernet to begin with. Regards, Amit Pundir >

Re: [android-porting] Re: [android-kernel] kernel for Android 4.4.4

2015-03-02 Thread Amit Pundir
https://android.googlesource.com/kernel/common/+log/experimental/android-3.18 is your best bet. Merge it in the Pandaboard 3.18 kernel you are using. It should give you Android booting on Pandaboard, with limited features though. Regards, Amit Pundir Anyway thanks ! On Mon, Mar 2, 2015 at 12:09

[android-porting] Re: [android-kernel] kernel for Android 4.4.4

2015-03-01 Thread Amit Pundir
. Regards, Amit Pundir Please suggest ! -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google Groups Android Linux Kernel Development group

Re: [android-porting] Re: OMAP CAMERA HAL for android on beagle.

2015-02-27 Thread Amit Pundir
page http://processors.wiki.ti.com/index.php/TI-Android-DevKit-Camera_Porting_Guide but it should be able to get you started. Regards, Amit Pundir On Thursday, March 26, 2009 at 12:11:40 PM UTC+5:30, Harishkumar V wrote: Hi, I have android running on beagle (2.6.27) took from git tree from

Re: [android-porting] Porting Android Lollipop 5.0 for Embedded platform

2014-12-30 Thread Amit Pundir
into java errors. Make sure you have not enabled dexpreopt or any such flag. Also there is this very old patch https://android-review.googlesource.com/#/c/83001/ for reference, it could be of some help. Regards, Amit Pundir and could not build the project. The same for base.mk rules. The minimum

[android-porting] Re: [rowboat] blue red and red blue color problem

2012-01-26 Thread Amit Pundir
On 23 January 2012 10:24, venkat k raju kvraju@gmail.com wrote: Hi Amit pundir, i am facing problem in display colors. i think you told me this issues previously that time i thought my hardware connections problem. i gone thought it. those are fine. can you suggest me what is wrong

[android-porting] Re: Getting two screen on device LCD display

2012-01-26 Thread Amit Pundir
On 24 January 2012 12:56, Devindrappa Handraki devindrapp...@gmail.comwrote: Hi all, I successfully ported the Android Gingerbread 2.3.4 to custom board. But with Android Gingerbread 2.3.4 filesystem i am getting two screen on my devices LCD display.

Re: [android-porting] I am looking for a platform development board. Would appreciate your advices (you can see this as some sort of a survey: What is the development board you are using for Android b

2011-11-27 Thread Amit Pundir
Hi Ron, Have a look at the Linaro supported low cost development boards http://www.linaro.org/low-cost-development-boards/ Linaro does a monthly release cycle of Android on these boards http://www.linaro.org/linaro-blog/2011/11/25/linaro-11-11-released/ Regards, Amit Pundir On 14 November 2011

[android-porting] Re: [rowboat] gingerbread on am3703

2011-10-13 Thread Amit Pundir
SGX as well? Default option to build omap3evm also includes SGX build and installation. AM3703 however doesn't have SGX. Regards, Amit Pundir -- thanksRegards k.v.raju -- You received this message because you are subscribed to the Google Groups rowboat group. To post to this group, send

Re: [android-porting] sample board + BSP + tutorial

2011-10-10 Thread Amit Pundir
had some experience with boards and uboot but a bit rusty now. Hi Vijay, Have a look at Beagleboard-XM(arowboat.org) or Pandaboard(pandroid.org). They are low cost development boards which have good Android community support. Regards, Amit Pundir http://arowboat.org Thanks for your pointers

[android-porting] Re: [rowboat] wifi modules not building

2011-10-10 Thread Amit Pundir
If you have cloned the latest Rowboat sources then you need to follow this guide http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1_PortingGuides#WLan The link you were following is meant for previous (Froyo/Gingerbread + Linux-2.6.32 kernel) releases. Regards, Amit

Re: [android-porting] Auto Mounting of SD Card when connected through card reader

2011-10-07 Thread Amit Pundir
-2.1_PortingGuides#Mass_storage Regards, Amit Pundir Thanks, Vishwanath -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

Re: [android-porting] Re: help with debugging init.rc

2011-09-14 Thread Amit Pundir
serial terminal. From there you can start Android services manually one by one and find out which one failed. Hope I didn't confuse you much. Let me know if you have any more concerns. Regards, Amit Pundir On Mon, Sep 12, 2011 at 7:54 AM, lakehousetech chris.l...@gmail.com wrote: Amit, I've

Re: [android-porting] Error when getting the source

2011-09-11 Thread Amit Pundir
server and I think that the git sever https://android.git.kernel.org has died. Can you help me that sending me the direct link of froyo version of rowboat with DSP support? Try Rowboat http://code.google.com/p/rowboat/ Regards, Amit Pundir Thanks you very much. Best Regards

[android-porting] Re: beagleboard-xm kernel 2.6.35 Question

2011-09-02 Thread Amit Pundir
with 2.6.35 then post the error log here. Regards, Amit Pundir http://arowboat.org On Thu, Sep 1, 2011 at 7:31 PM, dani maoz maoz.d...@gmail.com wrote: Hi I have downloaded rowboat-kernel-2.6.35http://gitorious.org/rowboat/kernel/commits/rowboat-kernel-2.6.35 , I used this configuration file

Re: [rowboat] Re: [android-porting] nand flash

2011-09-01 Thread Amit Pundir
Have you enabled NAND support in your kernel? Regards, Amit Pundir On Thu, Sep 1, 2011 at 11:01 AM, venkat k raju kvraju@gmail.com wrote: On Thu, Sep 1, 2011 at 11:00 AM, venkat k raju kvraju@gmail.comwrote: Hi Tiago Maluta, thanks for your response. i am using beagletouch

Re: [android-porting] Disabling Airplane mode in Android Gingerbread 2.3.4

2011-08-29 Thread Amit Pundir
? This will help http://www.omappedia.org/wiki/Android_How-tos#Clearing_Airplane_Mode Regards, Amit Pundir http://arowboat.org Thanks and Regards Prajith -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- unsubscribe

[android-porting] Re: [rowboat] working on am3703

2011-08-28 Thread Amit Pundir
sync and run this build command make TARGET_PRODUCT=omap3evm. DO NOT build SGX since AM3703 doesn't have 3D accelerator support. Regards, Amit Pundir -- thanksRegards k.v.raju -- You received this message because you are subscribed to the Google Groups rowboat group. To post to this group

Re: [android-porting] Enabling OpenGL ES 2.0

2011-08-26 Thread Amit Pundir
in /system/build.prop file and see if that application can detect OpenGL ES 2.0 profile. Hope that helps. Let us know how it goes. Regards, Amit Pundir http://arowboat.org Nice porting everyone :) -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com

Re: [android-porting] help with debugging init.rc

2011-08-26 Thread Amit Pundir
manage to get Console, then start the services manually (e.g. start debuggred) and find out the service which failed first. Regards, Amit Pundir http://arowboat.org -- Radu Iscu Tel: 0742082607 -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com

Re: [android-porting] Porting updatedd

2011-08-24 Thread Amit Pundir
as a part of AOSP then you should use Android's arm-eabi- toolchain to cross-compile. Here is a quick guide http://pundiramit.blogspot.com/2011/08/how-to-build-commom-linux-utils-for.htmlwhich I follow to build common Linux debug utils e.g. devmem2, fbset etc Regards, Amit Pundir Thanks

[android-porting] Re: [rowboat] Re : arowboat Android updates for Crane, Beagle and IGEP platforms

2011-08-03 Thread Amit Pundir
confirm that Rev C support has already been pushed on to Rowboat Git. So if you are checking out the sources using rowboat-gingerbread.xml manifest, it should work straight away. Regards, Amit Pundir. -- You received this message because you are subscribed to the Google Groups rowboat group. To view

Re: [android-porting] Info required regarding Android Gadget Driver

2011-07-25 Thread Amit Pundir
on property:persist.service.adb.enable=1     start adbd on property:persist.service.adb.enable=0     stop adbd Regards, Amit Pundir http://arowboat.org Thanks in Advance, Srinidhi KV -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

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

2011-07-17 Thread Amit Pundir
ALSA SOC implementation for Overo? If yes then have you tried running regular alsa utils(alsa_aplay etc)? Regards, Amit Pundir I hope this helps. -- Manish Shakya http://www.manishshakya.com.np http://secs.oakland.edu/~ganesan/iMX/ -- unsubscribe: android-porting+unsubscr

Re: [android-porting] Re: Android Froyo+DSP on DM37x

2011-07-17 Thread Amit Pundir
/TI_Android_DevKit/02_02_00/exports/DM37X.tar.gz Documentation: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/02_02_00/exports/Documents-dm37x.tar.gz Regards, Amit Pundir Regards, lizi_85 On Jul 15, 8:53 pm, Amit Pundir pundira...@gmail.com wrote: Hi, Please check

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

2011-07-15 Thread Amit Pundir
Yes 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 Shakya manishshakya...@gmail.com wrote

Re: [android-porting] Android Froyo+DSP on DM37x

2011-07-15 Thread Amit Pundir
Hi, Please check Rowboat project, arowboat.org which already has both Froyo and Gingerbread Android port on DM37. Regards, Amit Pundir On 7/15/11, lizi_85 micilu...@gmail.com wrote: Hello, I am trying to do the porting of Android Froyo 2.2 on a platform with DM37 (512M DRAM= 2 banks

Re: [android-porting] Problems with display while running Gingerbread on AM3517 EVM

2011-07-02 Thread Amit Pundir
minutes I guess) from Settings - Display - Screen Time Out. Regards, Amit Pundir Regards, Rinkal Shah -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- unsubscribe: android-porting+unsubscr...@googlegroups.com website

Re: [android-porting] WiFi does not work when booting from an NFS file system

2011-06-28 Thread Amit Pundir
Thanks Hedwin for the tip. Great job by Sergey here http://groups.google.com/group/rowboat/browse_thread/thread/f4585d627fb49b3c?pli=1 and nice explanation as well. Regards, Amit Pundir On Mon, Jun 27, 2011 at 11:05 PM, hedwin hedwin.kon...@gmail.com wrote: Hi Amit, Had the same issue

[android-porting] Android UBIFS on Samsung NAND

2011-06-13 Thread Amit Pundir
having this problem or someone else has also tried to use UBIFS on Samsung 512MiB 3,3V 8-bit NAND? Any input on this will help a lot and keep me going. Regards, Amit Pundir -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: How to download the gingerbread code for panda board[omap4]

2011-06-12 Thread Amit Pundir
at this moment. Note that this device support is still is early phase and so don't get surprised if you hit a few random bugs/crashes. Report bugs/issues on Rowboat mailing list http://groups.google.com/group/rowboat as usual. Patches are welcome of course :) Regards, Amit Pundir Thanks. On Jun 8, 5:36

Re: [android-porting] How to download the gingerbread code for panda board[omap4]

2011-06-08 Thread Amit Pundir
like any source repository for omap android targets? Recently Pandaboard/AM45x support is also added in Rowboat arowboat.org You can try that as well. Regards, Amit Pundir Thanks in advance, Jagan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] too much noise while recording audio with Android-2.3.4

2011-06-06 Thread Amit Pundir
ALSA drivers. Regards, Amit Pundir -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: too much noise while recording audio with Android-2.3.4

2011-06-06 Thread Amit Pundir
Solved. No. of capture buffers went wrong. my bad. Regards, Amit Pundir On Mon, Jun 6, 2011 at 3:44 PM, Amit Pundir pundira...@gmail.com wrote: Just a quick check on this. Am I the only one facing this noise issue while recording audio or someone else has also experienced

Re: [android-porting] Choice for good development target boards for Android Upgrades

2011-06-01 Thread Amit Pundir
://pandaboard.org/ Android on Pandaboard http://code.google.com/p/pandroid/ Regards, Amit Pundir Thanks in Advance, Jagan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- unsubscribe: android-porting+unsubscr...@googlegroups.com

Re: [android-porting] Re: Wifi and Gingerbread

2011-06-01 Thread Amit Pundir
to corresponding files in init.rc Regards, Amit Pundir On 17 Mai, 20:10, Cyberworm cybaw...@gmail.com wrote: Hi all, I'm trying to portGingerbreadto my OpenPandora device (seehttp://www.openpandora.orgfor details). Keyboard and Touchscreen work fine and now I'm working onWifi. I basically

Re: [android-porting] Re: porting android on to panda/beagle board

2011-05-18 Thread Amit Pundir
this explains Thanks for sharing :) Regards, Amit Pundir On May 17, 11:18 am, Amit Pundir pundira...@gmail.com wrote: On Mon, May 16, 2011 at 4:47 PM, krishna chaitanya krishnachaitanya9...@gmail.com wrote: Hi, how to do the primary boot either for beagle board or panda board.Can anyone pls

Re: [android-porting] Re: porting android on to panda/beagle board

2011-05-18 Thread Amit Pundir
, what exactly is PBL and what is loads? In Panda board, PBL is x-loader(MLO) and it loads u-boot(u-boot.bin). Regards, Amit Pundir Thanks, Krishna Chaitanya On May 17, 11:18 am, Amit Pundir pundira...@gmail.com wrote: On Mon, May 16, 2011 at 4:47 PM, krishna chaitanya krishnachaitanya9

Re: [android-porting] Whether NeofreeRunner is compatible with android 2.3

2011-05-18 Thread Amit Pundir
and also steps to follow. This will get you started http://code.google.com/p/android-on-freerunner/ Not sure if they ported Gingerbread as well. Regards, Amit Pundir -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] porting android on to panda/beagle board

2011-05-17 Thread Amit Pundir
On Mon, May 16, 2011 at 4:47 PM, krishna chaitanya krishnachaitanya9...@gmail.com wrote: Hi, how to do the primary boot either for beagle board or panda board.Can anyone pls help in mentioning about the steps doing it. Hi, what do you mean by primary boot? Regards, Amit Pundir Thanks

Re: [android-porting] CameraService interface for StageFright

2011-05-17 Thread Amit Pundir
the data gets passed into framework for encoding. Hi, this may help http://arowboat.wordpress.com/2011/03/07/camera-porting-trials-on-gingerbread/ Regards, Amit Pundir Thanks White -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

Re: [android-porting] Re: Mouse not working on BeagleBoard

2011-04-27 Thread Amit Pundir
Have you applied this patch? http://git.alwaysinnovating.com/cgit.cgi/ai.android/commit/?id=a721f7e2ab6e680257cc9cb5ecaee6238e615ff2 My patch will go on top of this patch. This should have got your mouse working. It works perfectly fine on my machine. Regards, Amit Pundir On Wed, Apr 27, 2011

Re: [android-porting] Re: Mouse not working on BeagleBoard

2011-04-26 Thread Amit Pundir
On Tue, Apr 26, 2011 at 6:49 AM, FP bixt...@gmail.com wrote: I'm using AOSP Gingerbread D= Is there anyway to get mouse support from Rowboat over to AOSP? This will help http://groups.google.com/group/rowboat/browse_thread/thread/c22b1b014ecb5d5f/4c6f52e30b098522?lnk=raot Regards, Amit Pundir

Re: [android-porting] Mouse not working on BeagleBoard

2011-04-25 Thread Amit Pundir
://arowboat.org Android port has mouse cursor support for Beagleboard. Regards, Amit Pundir -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

Re: [android-porting] Fastboot at fresh Froyo build

2011-04-19 Thread Amit Pundir
for OMAP3 http://gitorious.org/rowboat/u-boot-omap3 Regards, Amit Pundir Any help would be appreciated, Knobias -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- unsubscribe: android-porting+unsubscr...@googlegroups.com

Re: [android-porting] Re: USB flash drive detected but not mounted

2011-04-11 Thread Amit Pundir
:55 pm, Amit Pundir pundira...@gmail.com wrote: *Mounting the drive:* Either do it manually by running mount command from Android shell or use vold to automount the drive. Way to use vold is to add the sysfs entry of the drive in /system/etc/vold.fstab and run vold from Android shell. You can

Re: [android-porting] insmod on android

2011-04-08 Thread Amit Pundir
Regards, Amit Pundir Thanks in advance hitlin37 -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] USB flash drive detected but not mounted

2011-04-08 Thread Amit Pundir
it manually or reboot. *Browsing through the media on the mounted drive:* You need to browse through the files from any of the available file managers[1] because your device won't be mounted as External Storage and won't be auto scanned for media files. Hope it will help. Regards, Amit Pundir [1] http

Re: [android-porting] Need Support for Mouse Pointer in Android (mydroid)

2011-04-01 Thread Amit Pundir
to right place where i could get the information. Hi, This may help http://groups.google.com/group/android-x86/browse_thread/thread/f01da29f79dd6502?pli=1 Gingerbread cursor patch thread from Android-x86 group. Regards, Amit Pundir Thanks Regards Sathish -- unsubscribe: android-porting

Re: [android-porting] Gingerbread booting fail on OMAP3530 based board

2011-03-18 Thread Amit Pundir
kindly provide logcat output as well. Regards, Amit Pundir On Fri, Mar 18, 2011 at 9:57 AM, Kyle Lai wagam...@gmail.com wrote: Hi, all I am porting gingerbread on ti omap3530 based board (which is made by our lab, it is a begleboard clone board.). Eclair was ported on this clone

[android-porting] Android boot process deadlock

2011-03-11 Thread Amit Pundir
, Amit Pundir PS. Excuse me for cross-posting. I did that to reach a wider audience. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] How to run insmod during boot-up?

2011-03-04 Thread Amit Pundir
to work. However, if I run those lines on the command line, they work. Can someone more experienced tell me what I have done wrong? http://groups.google.com/group/android-platform/browse_thread/thread/e1794bdecebb62cc?pli=1 Regards, Amit Pundir Thank you very much. -- unsubscribe: android

Re: [android-porting] Disable battery service

2011-02-22 Thread Amit Pundir
) in such systems where battery is not present ? I find a property, hw.nobattery but setting it to true (also in the init.rc) nothing changes. Apply this patch http://gitorious.org/rowboat/frameworks-base/commit/ac82681dffdba3ad0b93ed3558365bac1dacbcd1 Regards, Amit Pundir Regards Nicola

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

2011-02-17 Thread Amit Pundir
: set-- BOARD_USES_GENERIC_AUDIO := true and unset or delete-- #BOARD_USES_ALSA_AUDIO := true #BUILD_WITH_ALSA_UTILS := true Regards, Amit Pundir      With this question, I have one more question:      How to config to build one minimum Android?  (Any configuration file that we can modify

Re: [android-porting] beagleboard porting

2011-02-04 Thread Amit Pundir
arowboat.com http://groups.google.com/group/android-porting/msg/a6179104500c99ed Regards, Amit Pundir On Fri, Feb 4, 2011 at 8:40 AM, Gagan Jit singh Hattar gaganhat...@gmail.com wrote: Hi I downloaded the linux-omap code from git clone git://git.kernel.org/pub/scm/linux/kernel/git/tmlind

Re: [android-porting] unable to start the initial console , kernel panic: not syncing, init failed

2011-02-03 Thread Amit Pundir
://groups.google.com/group/android-porting/msg/a6179104500c99ed a try instead. Regards, Amit Pundir i tried to boot it using SD card [ 2 partitions, FAT EXT3] with the images provided by the company 's  support CD. it gets stuck at the point  where it starts kernel. so, i tried to compile

Re: [android-porting] Re: TI Android FroYo DevKit V 2.2 for Beagle XM and AM37x/DM3730 EVMs

2011-02-03 Thread Amit Pundir
it support? It is based on 2.6.32 kernel. You will get the complete package(bootloader, kernel, rootfs etc) in the prebuilt images. If you are building kernel from sources that came with your board SDK then use omap3_evm_android_defconfig. Regards, Amit Pundir On Jan 31, 9:37 pm, Syed Mohammed

Re: [android-porting] Re: omapevm3530 kernel panic --- gingerbread

2011-01-20 Thread Amit Pundir
# Regards, Amit Pundir thanks, -Alok On Dec 24 2010, 1:47 pm, deepak singal deesin...@gmail.com wrote: Hi All, I am trying to port gingerbread on omapevm3530 based target board using latest gingerbread source code and rowboat fyoro kernel 2.6.32. I have checked out the latest source code

[android-porting] stagefright build options for gingerbread on omap3

2011-01-20 Thread Amit Pundir
system crashes and i get errors related to OMX. I don't have the exact logs or setup ready at the moment. Are there any other build/target specific options I need to get Stagefright up and running? Any hints/pointers will keep me going :) Regards, Amit Pundir -- unsubscribe: android-porting

Re: [android-porting] stagefright build options for gingerbread on omap3

2011-01-20 Thread Amit Pundir
and h/w codec) will surely check this out. Regards, Amit Pundir btw, BUILD_WITH_FULL_STAGEFRIGHT  = is enabled by default in google tree in froyo only. in build/core/main.mk  (note: this macro is not covering stagefright which is outside present by default,  it covered few optional s/w

Re: [android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-19 Thread Amit Pundir
. So to be on the safer side add all the permissions to the rootfs. Regards, Amit Pundir On Jan 19, 4:43 pm, Deva R r.deva...@gmail.com wrote: minimal init.rc is one with bare minimum one, good for bootup with required commands and  less services started., Try the one Amit shared - omap3evm

Re: [android-porting] Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-18 Thread Amit Pundir
' init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery' Hi, There are some init.rc changes you need to take care of. I have attached mine which is working fine for omap3-evm. Regards, Amit Pundir With repeated displaying of: 'request_suspend_state: wakeup (0-0

Re: [android-porting] problems with ALSA

2011-01-05 Thread Amit Pundir
port AFAIR. I have used Rowboat froyo port on OMAP3EVM and Beagleboard as well and found no such issues with sound. Regards, Amit Pundir any ideas? Thanks regards Murali On Mon, Jan 3, 2011 at 4:15 PM, Amit Pundir pundira...@gmail.com wrote: On Sun, Jan 2, 2011 at 6:34 PM, Murali K