View Single Post
  #127 (permalink)  
Old 03-20-2011, 01:36 AM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin

Quote:
Originally Posted by tiger2wander View Post
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.
__________________
Reply With Quote
This post has been thanked 1 times.