View Single Post
  #2901 (permalink)  
Old 11-17-2010, 11:38 AM
arrrghhh's Avatar
arrrghhh
Testing Extraordinaire
Offline
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: Sprint TP2 RHOD400 Who's got the best Startup.txt?

Quote:
Originally Posted by speedfre/\k View Post
This is to anyone with an opinion on the "startup.txt" file used WITHOUT the startup utility.

So I'm trying to become more dependent on the Android side of the TP2 and there is alot of different opinions on different startup.txt files out there... Personally I've had a few conversations with arrrghhh over on xda on the subject and it looks like you have the same exact hardware as me (yay ).

So any ideas? here is my current:

Code:
set ramsize 0x10000000
set ramaddr 0x10000000
set mtype 2292
set KERNEL zImage
set initrd initrd.gz
set cmdline "lcd.density=240 msmvkeyb_toggle=off force_cdma=1 gsensor_axis=2,1,3 pm.sleep_mode=2 acpuclock.oc_freq_khz=716800 rel_path=andboot hw3d.force=1 north_am_dialing=1 physkeyboard=rhod400"
boot
Well you have some deprecated stuff in there, but it doesn't really hurt anything the kernel would just ignore it. Is there something wrong...? I guess I don't get why you think we can improve the startup.txt

So I modified your entries so dupes/deprecated stuff is gone.