[android-porting] Android Shell Modification

2013-01-22 Thread Michelle Villegas
HI, is just that i am trying to debug some commands of the shell of Android ICS (and the shell itself), but i haven't succeded, every change that i've made to the source code of the commands, no change is done, so i dont know what exactly must to be done to modify and debug the source code of th

Re: [android-porting] Android Shell Modification

2013-01-23 Thread Devaraj Rangasamy
Hi, any android shell command is just a symbolic link to single executable toolbox ( /system/bin/toolbox) you can check the source @ https://android.googlesource.com/platform/system/core/+/jb-mr1-release/toolbox/ modify it, build it, update /system/bin/toolbox with latest binary, and first make