View Single Post
  #2817 (permalink)  
Old 11-09-2010, 08:42 PM
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: [CAB] GSM&CDMA Project Android Port and Startup Utility [11/01] FRX02 Reference!

Quote:
Originally Posted by googs185 View Post
Could someone link me to what startup.txt should exactly look like for touch pro 2 on sprint?
Quote:
Originally Posted by googs185 View Post
Also: kernel panic, not syncing, fatal exception, rebooting in 7 seconds.
Quote:
Originally Posted by googs185 View Post
It seems that this is a common error in haret and may relate to why it won't boot: "there are differences in the boot sector and its backup"
Ok, I know you're new but don't just keep making new posts... edit your last post.

With that out of the way, here's my startup...

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 hw3d.force=1 physkeyboard=rhod400 rel_path=andboot"
boot
Took out my custom crap, that should be all you need to boot.
This post has been thanked 1 times.