Quote:
Originally Posted by kski71
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\program
s\internet"):-File("OperaMini5.lnk","\windows\OperaMini5-WM-armv4i.lnk")