| View previous topic :: View next topic |
| Author |
Message |
Shadow Infinity
Joined: 21 Sep 2009 Posts: 4
|
Posted: Tue Sep 22, 2009 1:37 am Post subject: Adding 'alternative' firmware files into BTCNF |
|
|
| Let's say I have a decrypted/decompressed KD file from a firmware newer than mine. If I copy this KD file into my flash as a renamed file (xxx_550.prx), then added the file into the *editable* BTCNFs, would it like conflict with the other (older version) PRX that's already there? |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Tue Sep 22, 2009 4:40 am Post subject: |
|
|
| You'll probably have to remove the old entry or change the name of the new one since the module info would be the same, assuming you want to have both of their exports available to your application. Whether they can coexist or not depends on what they do internally. Most of the kd modules probably can't be replaced. Custom modules will work fine provided their dependencies are loaded before or they are flagged for late binding. |
|
| Back to top |
|
 |
Shadow Infinity
Joined: 21 Sep 2009 Posts: 4
|
Posted: Tue Sep 22, 2009 3:34 pm Post subject: |
|
|
| I see. Thanks for the help. :) |
|
| Back to top |
|
 |
|