Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
i00
Old
#1  
i00's Avatar
Senior Member - OP
Thanks Meter 363
Posts: 768
Join Date: May 2008
Location: Brisbane

 
DONATE TO ME
Default Some cooking questions

I am cooking my first ROM for the shift and have successfully packaged several cabs into the installation and changed some registry settings... my question is this:
  1. How can I enable GPS in my rom?
  2. How can I delete files such as the phone.lnk from "\Windows\Start Menu" Since the phone is not operational - I tried deleting the phone.lnk out of the SYS folder but it did not delete
  3. If I have a _setup.xml file from a cab I have heard that I can put it into the OperatorPKG folder called mxipupdate_*.provxml so that it runs at startup... but it doesn't seem to

Thanks in advance
Kris
My "Smart" Devices (By purchase date):
HP hw6510, HTC Kaiser, HTC Touch Pro, i-mate Ultimate 9502, HTC Shift, HTC Desire, HTC Desire HD, HTC Flyer, Samsung Galaxy SII, HTC Evo3D, HTC Explorer
HTC Explorer ROM - i00 Flyer ROM - i00 Desire HD ROM - i00 Shift ROM
Donate a beer
Found this useful? Remember to say thanks
 
thaihugo
Old
#2  
Senior Member
Thanks Meter 2
Posts: 613
Join Date: Oct 2005
gps is enables by default if you start from a gps enabled rom, or from my rom kitchen.
the phone link comes from a prov xml in the oemdrivers folder.
 
i00
Old
#3  
i00's Avatar
Senior Member - OP
Thanks Meter 363
Posts: 768
Join Date: May 2008
Location: Brisbane

 
DONATE TO ME
can you tell me what line to delete the phone i can't find it in any - checked:
mxip_HtcApplications_HTCReplacer
mxipcold_OEMDRIVERS_100
mxipcold_OEMDRIVERS_101
mxipcold_OEMDRIVERS_102
mxipcold_OEMDRIVERS_103
mxipcold_OEMDRIVERS_601

couldn't find it in any of those xml files

Thanks
Kris
My "Smart" Devices (By purchase date):
HP hw6510, HTC Kaiser, HTC Touch Pro, i-mate Ultimate 9502, HTC Shift, HTC Desire, HTC Desire HD, HTC Flyer, Samsung Galaxy SII, HTC Evo3D, HTC Explorer
HTC Explorer ROM - i00 Flyer ROM - i00 Desire HD ROM - i00 Shift ROM
Donate a beer
Found this useful? Remember to say thanks
 
i00
Old
#4  
i00's Avatar
Senior Member - OP
Thanks Meter 363
Posts: 768
Join Date: May 2008
Location: Brisbane

 
DONATE TO ME
also how can i delete files and directories with a provxml I have tried the following with no success - the file is called mxipcold_i00.provxml but i have also tried merging it into an existing one also mxipcold_wpc_2.provxml since the other wasn't working both don't seem to work:

Code:
<wap-provisioningdoc>
  <characteristic type="FileOperation">    <characteristic type="\Windows\Start Menu\Phone.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
  </characteristic>
</wap-provisioningdoc>
So if you know why the above is not working and also how to delete directories it would be appreciated

thanks
Kris
My "Smart" Devices (By purchase date):
HP hw6510, HTC Kaiser, HTC Touch Pro, i-mate Ultimate 9502, HTC Shift, HTC Desire, HTC Desire HD, HTC Flyer, Samsung Galaxy SII, HTC Evo3D, HTC Explorer
HTC Explorer ROM - i00 Flyer ROM - i00 Desire HD ROM - i00 Shift ROM
Donate a beer
Found this useful? Remember to say thanks
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...