mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-01-02 19:25:31 +00:00
fixed issue when loading latest baseband
This commit is contained in:
parent
8ae84f60c4
commit
0f9d568001
|
@ -656,7 +656,8 @@ void futurerestore::loadLatestBaseband(){
|
||||||
if (downloadPartialzip(getLatestFirmwareUrl(), pathStr, _basebandPath = BASEBAND_TMP_PATH))
|
if (downloadPartialzip(getLatestFirmwareUrl(), pathStr, _basebandPath = BASEBAND_TMP_PATH))
|
||||||
reterror(-32, "could not download baseband\n");
|
reterror(-32, "could not download baseband\n");
|
||||||
saveStringToFile(manifeststr, BASEBAND_MANIFEST_TMP_PATH);
|
saveStringToFile(manifeststr, BASEBAND_MANIFEST_TMP_PATH);
|
||||||
setBasebandManifestPath(BASEBAND_TMP_PATH);
|
setBasebandManifestPath(BASEBAND_MANIFEST_TMP_PATH);
|
||||||
|
setBasebandPath(BASEBAND_TMP_PATH);
|
||||||
}
|
}
|
||||||
|
|
||||||
void futurerestore::loadLatestSep(){
|
void futurerestore::loadLatestSep(){
|
||||||
|
|
Loading…
Reference in a new issue