|
Found one other little bug. When choosing to have a link in Startup, the utility creates this path:
Code:
Directory("\Windows\\Windows\Startup"):-File("VistaHide Battery Gauge.lnk", "\Windows\VistaHide Battery Gauge.lnk")
__________________
Kitchen updates at www.ppckitchen.org and you can get BuildOS help Here
If you have been helped by me or would like to support developers like Olipro, helmi_c, and others please feel free to Donate ALWAYS FLASH BACK TO YOUR CARRIER'S OFFICIAL ROM BEFORE TAKING YOUR PHONE IN FOR SERVICE OF ANY KIND ![]() |
|
||||
|
I am new to creating OEM's and I just used your utility to create one for an app that I use call Yanceyware Reader. I'm having trouble building it wih BuildOS if I leave the .rgu in. If I leave it out the BuildOS co
pletes fine and the app works on the phone. I just have to configure all the settings. If I leave in the .rgu I get this error on the BuildOS: Error building default.hv and user.hv! I have stripped the .rgu down to th bare minimum to try and get it to work and this is what it currently has: REGEDIT4 [\HKEY_CURRENT_USER\Software\YanCEyWare\YanCEyWare Reader\Settings] "AboutNotice"=dword:0000002 "LibPath"="\\Storage Card\\Gospel Library" Is there any problem with this? Thanks |
|
||||
|
vclawson yep the problem is in the first line:
[\HKEY_CURRENT_USER\Software\YanCEyWare\YanCEyWare Reader\Settings] There should be no leading backslash before the HKCU. So it should be like this: [HKEY_CURRENT_USER\Software\YanCEyWare\YanCEyWare Reader\Settings] |
![]() |
|
|
|