View Single Post
  #470 (permalink)  
Old 04-24-2010, 10:35 PM
nrfitchett4's Avatar
nrfitchett4
Dallas Mavericks #1 Fan!!
Offline
 
Join Date: Oct 2009
Posts: 1,968
Reputation: 2100
nrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIPnrfitchett4 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by kski71 View Post
Ive searched but cant find answer but how do you group programs so not so scattered in start menu?
got to oem/tp2/0409 and open the oem_lang_0409 folder. in there open the initflashes.dat file with notepad. this is what I use to create folders (copied from rstoyguy). you can copy and paste this and rename your folders anything you want.

Directory("\Windows\Start Menu")ermDir("Programs")
Directory("\Windows\Start Menu")ermDir("Settings")
Directory("\Windows\Start Menu\Programs")irectory("Games")
Directory("\Windows\Start Menu\Programs")irectory("Tools")
Directory("\Windows\Start Menu\Programs")irectory("Internet")
Directory("\Windows\Start Menu\Programs")irectory("Communications")
Directory("\Windows\Start Menu\Programs")irectory("Music")
Directory("\Windows\Start Menu\Programs")irectory("Multimedia")
Directory("\Windows\Start Menu\Programs")irectory("Applications")
Directory("\Windows\Start Menu\Programs")irectory("Location")
Directory("\Windows\Start Menu\Programs")irectory("Search")

then most of the programs are in the ext/shared or ext/tp2 folders. those have an app.dat file that can be opened in notepad and edited to put the program in the specific folder.

for example, this is opera mini5. in the app.dat, change this
Directory("\windows\start menu\programs"):-File("OperaMini5.lnk","\windows\OperaMini5-WM-armv4i.lnk")

to this (all on one line of course):
Directory("\windows\start menu\programs\internet"):-File("OperaMini5.lnk","\windows\OperaMini5-WM-armv4i.lnk")
__________________
HTC HD7

Reply With Quote
This post has been thanked 2 times.