Cc3200 codeword ant

ist here something wrong in my configs

altCa.305.json

{
“general”: {
“_desc”: “/cert/c2.der”,
“_memPos”: “”,
“_fwVer”: “3.0.5+”
},
“searchAndReplace”: [{
“_desc”: “c2.der”,
“search”: [“2f”, “63”, “65”, “72”, “74”, “2f”, “63”, “61”, “2e”, “64”, “65”, “72”, “00”],
“replace”: [“??”, “??”, “??”, “??”, “??”, “??”, “??”, “32”, “??”, “??”, “??”, “??”, “??”]
}]
}

ngCfg.json

{
“general”: {
“activeImg”: “ofw2”,
“_descWaitForPress”: “Waits for an earpress on startup”,
“waitForPress”: false,
“_descWaitForBoot”: “Waits for an earpress before firmware boot”,
“waitForBoot”: false,
“waitTimeoutInS”: 60,
“_descMinBatteryLevel”: “Divide through 2785 to get voltage”,
“minBatteryLevel”: 8869,
“ofwFixFlash”: “/sys/pre-img.bin”,
“_descSerialLog”: “Logging only works with the debug build!”,
“serialLog”: true,
“_descLogLevel”: “0:Trace - 5:Fatal”,
“logLevel”: 5,
“_descLogColor”: “Use colors in log output”,
“logColor”: false
},
“ofw1”: {
“checkHash”: false,
“hashFile”: false,
“watchdog”: true,
“bootFlashImg”: true,
“flashImg”: “/sys/pre-img.bin”
},
“ofw2”: {
“checkHash”: true,
“hashFile”: false,
“watchdog”: true,
“ofwFix”: true,
“ofwSimBL”: true,
“patches”: [“altCa.305”, “altUrl.custom.305”]
},
“ofw3”: {
“checkHash”: true,
“hashFile”: false,
“watchdog”: true,
“ofwFix”: true,
“patches”: [“altCa.305”, “altUrl.tc.fritz.box”]
},
“cfw1”: {
“checkHash”: false,
“hashFile”: false,
“watchdog”: true
},
“cfw2”: {
“checkHash”: false,
“hashFile”: false,
“watchdog”: true
},
“cfw3”: {
“checkHash”: false,
“hashFile”: false,
“watchdog”: true
},
“add1”: {
“checkHash”: true,
“hashFile”: false,
“watchdog”: true,
“ofwFix”: true,
“ofwSimBL”: false,
“patches”: [“blockCheck.310”, “noCerts.305”, “noPass3.310”, “noPrivacy.305”, “uidCheck.307”]
},
“add2”: {
“checkHash”: true,
“hashFile”: false,
“watchdog”: true,
“ofwFix”: true,
“ofwSimBL”: false,
“patches”: [“altCa.305”, “altUrl.305”]
},
“add3”: {
“checkHash”: true,
“hashFile”: false,
“watchdog”: true,
“ofwFix”: true,
“ofwSimBL”: false,
“patches”: [“altCa.305”, “altUrl.305”]
}
}

altUrl.305.json

{
“general”: {
“_desc”: “teddycloud.iot”,
“_memPos”: “”,
“_fwVer”: “3.0.5+”
},
“searchAndReplace”: [{
“_desc”: “teddycloud.iot”,
“search”: [“70”, “72”, “6f”, “64”, “2e”, “64”, “65”, “2e”, “74”, “62”, “73”, “2e”, “74”, “6f”, “79”, “73”, “00”],
“replace”: [“70”, “72”, “6f”, “64”, “2e”, “72”, “65”, “76”, “76”, “6f”, “78”, “00”, “??”, “??”, “??”, “??”, “??”]
}, {
“_desc”: “teddycloud.iot”,
“search”: [“72”, “74”, “6e”, “6c”, “2e”, “62”, “78”, “63”, “6c”, “2e”, “64”, “65”, “00”],
“replace”: [“72”, “74”, “6e”, “6c”, “2e”, “72”, “65”, “76”, “76”, “6f”, “78”, “00”, “??”]
}]
}

I have found my error. But why is it only possible to use 12 character, because my nanes are all to long

because the original urls are so short. And as the patch suggests, it’s a simple search and replace. having a longer new value simply does not work here.