Quote:
Originally Posted by drurc8
Hello
This is great kitchen but I have one question regarding to how to add OEM file into this kitchen. I imported Youtube 2.6 for mobile from other kitchen file and I did cook the file into the rom but after flashing, I don't see "Youtube" icon on it. Please advise.
|
Check the 'app.dat' in that package.
The value in it should point to: Directory("\Windows\Start Menu\Programs\Internet"):-File("YouTube.lnk","\windows\YouTube.lnk")
Or if you want it in main of start menu: Directory("\Windows\Start Menu\Programs"):-File("YouTube.lnk","\windows\YouTube.lnk")
Hope that helps