Quote:
Originally Posted by tiger2wander
yeah, thanks, that's what I need, man. I'll re-compile them tomorrow (here is 3:05AM, btw need asleep).
Also, if you are going to edit the first post, don't forget to modify some line to make newcomer do correct things!
Code:
cat ~/android/linux-msm-rhod-nand/arch/arm/include/config/kernel.release
to
Code:
cat ~/android/linux-msm-rhod-nand/include/config/kernel.release
and add '-p' option to mkdir command to make it automatically create missing parent path if any to collapse code, for example:
Code:
if [ ! -d "$ANDROID/output/sdcard" ] ; then
mkdir -p $ANDROID/output/sdcard
fi
--
Best regard!
Uoc Nguyen
|
I very much appreciate the help. As I've stated before, I wouldn't consider myself an expert at all with Linux, and any feedback is always welcome. I'm sure there are a lot of things in my scripts that could be improved, so keep them coming
Also, I just updated the first post with some of what I had. I'm still refining a few things, and the 2nd post will be updated shortly.