Re: [android-porting] how do i redirect printk to adb shell?

2010-06-21 Thread Abhishek Srivastav
We can use the following command to get dmesg print's over ADB. $adb shell dmesg ~ Abhishek On Mon, Jun 21, 2010 at 2:23 AM, Pavan Savoy wrote: > not even cat /proc/kmsg ? > hnm ... don't use much of adb .. have to check it out ... > > On Mon, Jun 21, 2010 at 12:39 PM, Deva R wrote: > >>echo

Re: [android-porting] Re: Boot from SD card

2009-11-22 Thread abhishek srivastav
You should change this in your bootloader. BTW what bootloader you are using ? On Sun, Nov 22, 2009 at 5:14 AM, Frédéric wrote: > Abhishek, > > Where should I set bootargs? Is this documented somewhere? > > > regards > Frédéric > > On Nov 22, 12:08 am, abhishek sriv

Re: [android-porting] Boot from SD card

2009-11-21 Thread abhishek srivastav
Fredric, Please make sure that you follow following steps for booting Android from SD card. -Your bootargs should be set to SD card. -For booting Android from SD card your SD card should be formatted in ext2 format. -Copy the following files/directory from *out/target/product/generic* * * *cp -a

Re: [android-porting] wakeup wakelock issues

2009-11-21 Thread abhishek srivastav
Hey , You can solve this by two approaches - First, you can disable/change this sleep time for settings. -Second, I guess you are booting your android from MMC card, and once it goes to sleep mode it may not be able to remount the MMC card while waking up. I faced a similar issue when I ported A

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-03-23 Thread Abhishek Srivastav
to play the same. Please help me out in solving these issues. Thanks & Regards, Abhishek Srivastav --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-25 Thread Abhishek Srivastav
by viewing the interrupt count states from /proc/ interrupts). Am I missing some TS specific configuration for android in Kernel??? Please help me out in this. Thanks in advance Regards, Abhishek Srivastav vishal bhoj wrote: > in ur case the alsa is failing , and hence audioflinger is

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-24 Thread Abhishek Srivastav
RFS. I have tested it on EVM. > > But that filesystem doesn't have audio support. > > So you have to integrate alsa in ur android and make ur own filesystem. > > On Tue, Feb 24, 2009 at 1:40 PM, Abhishek Srivastav < > srivastaabhis...@gmail.com> wrote: > &g

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-24 Thread Abhishek Srivastav
screen once the android boots up. Please help me in solving this issue. Thanks and Regards, Abhishek Srivastav On Feb 24, 12:17 pm, Nimit Manglick wrote: > How you are mounting the RFS ? via SD card or NFS ? > > Are you using the already used filesystem via NFS means if you try to use &g

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-23 Thread Abhishek Srivastav
I/ServiceManager( 499): Waiting for sevice media.audio_flinger... W/AudioSystem( 499): AudioFlinger not published, waiting... I/ServiceManager( 499): Waiting for sevice media.audio_flinger... I/ServiceManager( 499): Waiting for sevice media.audio_flinger... Õ Thanks and Regards, Abhishek Sriva

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-22 Thread Abhishek Srivastav
hmem", O_RDWR|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/default.prop", O_RDONLY|O_LARGEFILE) = 4 lseek(4, 0, SEEK_END) = 93 lseek(4, 0, SEEK_SET) = 0 read(4, "#\n# ADDITIONAL_DEFAULT_PROPERTIE"..., 93) = 93 close(4)= 0 --- SIGSEGV (Segmentation fault) @ 0 (20) --- +++ killed by SIGSEGV +++ # ls Please help me regarding this Thanks in advance!!! Regards, Abhishek Srivastav --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---