What's new? | Help | Directory | Sign in
Google
iphone-elite
iPhone Elite Development Team
  
  
  
  
    
Search
for
Updated Feb 03, 2008 by zibree
Labels: Phase-Implementation, Phase-Design
RealTimeBasebandLog  
How to log the baseband in realtime.

How to log the baseband in realtime.

From SSH (or terminal) issue these commands:

rm /dev/console
mknod /dev/console c 4 0
kill -USR1 `ps ax|grep omm|grep ys|xargs|cut -d ' ' -f 1`
kill -HUP `ps ax|grep omm|grep ys|xargs|cut -d ' ' -f 1`

How to stop the log.

rm /dev/console
mknod /dev/console c 1 0
kill -USR1 `ps ax|grep omm|grep ys|xargs|cut -d ' ' -f 1`

Comment by kiw...@gmx.net, Nov 27, 2007

why not /dev/tty.baseband isntead of /dev/console ??

Comment by onlytango, Dec 30, 2007

he is dumping the log on the console

Comment by namjam105, Feb 07, 2008

Add Source installer : http://iphonebaidu.com/app/ Test iPhone - iPhone Simulator : http://iphonebaidu.com/test/ All Software for Apple MAC : http://iphonebaidu.com/mac-iphone/ All Software for Apple iPhone : http://iphonebaidu.com/mac-iphone/iphone.html

Install iTransformy (.swf) view for iPhone : http://iphonebaidu.com/beta/ Forum iPhone : http://iphonebaidu.com/forum/

Copyright © 2008 iPhone Baidu! Inc. All rights reserved


Sign in to add a comment