Samsung-Loki / Syndical

An alternative to SamLoader - cleaner code, easier to understand and tamper with.
Mozilla Public License 2.0
50 stars 11 forks source link

FUS Now Requires a Valid IMEI or Serial Number #13

Closed TheRealMrWicked closed 10 months ago

TheRealMrWicked commented 10 months ago

Once again Samsung has made changes now requiring a valid IMEI or Serial number to download Firmware from their servers.

Bifrost has been updated and works properly, see this commit for the implementation.

Thank you - MrWicked

TheRealMrWicked commented 10 months ago

Also I have a comment not related to the issue...

I think you should provide fully built binaries that do not depend on the .NET framework, it makes the project more portable and easier for users.

I normally use this command dotnet publish -r win-x86 -c Release -p:PublishSingleFile=true to produce the builds and change the os version to make builds for all 3.

TheAirBlow commented 10 months ago

Also I have a comment not related to the issue...

I think you should provide fully built binaries that do not depend on the .NET framework, it makes the project more portable and easier for users.

I normally use this command dotnet publish -r win-x86 -c Release -p:PublishSingleFile=true to produce the builds and change the os version to make builds for all 3.

It really inflates the filesize and it's probably just better to have .NET installed for other stuff I might be doing

user8547 commented 10 months ago

Would be great if you could release a new release that has this feature as the current releases are not usable in practice.

TheAirBlow commented 10 months ago

Would be great if you could release a new release that has this feature as the current releases are not usable in practice.

Yeah, I will tomorrow