View Single Post
  #472 (permalink)  
Old 04-24-2010, 10:50 PM
ahuskins's Avatar
ahuskins
VIP Member
Offline
Location: Franklin, TN
 
Join Date: Jan 2009
Posts: 679
Reputation: 2870
ahuskins is a VIPahuskins is a VIPahuskins is a VIPahuskins is a VIPahuskins is a VIPahuskins is a VIPahuskins is a VIPahuskins is a VIPahuskins is a VIPahuskins is a VIPahuskins is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by nrfitchett4 View Post
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")
Take care when editing the initflashfiles.dat file. If you use regular notepad it can cause errors in the file and would then need to be HEX edited to remove the two leading characters of the file. I recommend using "notepad++". You won't have any problems if you use notepad++.
If you start to get errors due to this, you could end up chasing you tail for a LONG time trying to figure out what is causing it.
__________________
Reply With Quote
This post has been thanked 2 times.