Giter Club home page Giter Club logo

incognito's People

Contributors

blawar avatar ddinghoya avatar ely3m avatar leo60228 avatar snoozeddev avatar throwawayay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

incognito's Issues

Overwrite prodinfo after patching, no backup.

Ok so, i did the backup of the prodinfo twice and the “without serial” version overwrote the console version.

Tried to use my nand backup but i think it’s corrupted.

Is there a way to change manualy what icognito changed at the prodinfo (no serial) backup file?

Can you add a restore option?

I wasn't prepared for this automatically changing the serial on load. Can you please add an option to restore from backup?

Also, please add the option to confirm the change before doing so automatically.

Failure to restore proinfo.bin

Hello guys, thanks for your hard work. I am having some problem to deactivate incognito. When I try to restore, I got the message:

Error: failed writing hash
new serial: XAW00000000000
fin, please reboot.

Someone can help me?

Perdi o backup da prodinfo

Amigos , alguém pode me ajudar?
Perdi o backup da minha prodinfo e agora não consigo restaurar o serial do meu switch , será que tem solução ?

restore not work

the restore funtion alwas give you serial 0000

image

tested on two diferent prodinfo files

[FR} Pre made .bin

It's really hard to set up the envirement on my PC, any chance for pre-compiled .bin files?

Not working on 9.0.1?

I am on sxos 2.9.2 and 9.0.1 emunand and every time I load up incognito it gives me a error writing serial just gives me the console orginal serial number

failed to open cal0 partition

Hi,
When i open Incognito, i got this message :
incognito failed to open cal0 partition

I have the options menu below, it launches things but give me an error everytime i try

I'm on 6.2 with exFAT SD

Failed to read calibration data

Currently using Atmosphere 0.92 and the incognito application doesn't work. Upon opening two errors are presented:
error: failed to open cal0 partition
error: failed reading calibration data

Broken 11.0.1 AMS 0.16

Unknown pkg1 version. Make sure you have the latest release. If new firmware was released Incognito_RCM must be updated.

updated to 1.5 (9/19) got error above

Switch crashes when trying to restore prodinfo.bin

Hey guys, I'm trying to restore my serial number so I'm trying to restore it from Incognito, but whenever I do so, my switch just crashes (Atmoshpere). I'm getting the casual crash screen :
image (image taken from google image, don't know if the error codes are the same)

Please help

Online?

Can i play in fortnite with it?

Unban Possible?

So someone things that you can unban yourself if you inject a p-info that is unbaned into the banned one...
Is that true? Sound logical to me

Can Deactive The Sketchy DNS Servers?

This means I can activate incognito, then deactivate my DNS servers, and should work just like the DNS but saffer?

Just trying to really understand it

Question: re-build (via reverse engineering) prodinfo... it's even possible?

Hi, i'm no C++ programmer, but, because of my current problem, I wonder if it's possible to build a new prodinfo file.

Apparently the problem on my switch it's the missing prodinfo, making me unable to upgrade to any firmware higher then 8.1 (and my backup looks like to have included the already modified prodinfo by the incognito)

I have my serial, device keys etc, and after analysing the incognito.cpp seems to be viable to place these values manually.

any idea if this kind of "reverse engineering" it's even possible, there is specific keys dynamic generated or that i cannot use from my keys file?

really apreciate the help, folks

thanks!

Crashing my Switch

When i started my Switch just freezes (black screen)
edit: I was using Atmosphere... DONT use Atmosphere while trying this

Typo? proinfo = prodinfo?

Typo? proinfo = prodinfo?

	char* backupFileName()
	{
		static char filename[32] = "prodinfo.bin";

		if (!fileExists(filename))
		{
			return filename;
		}
		else
		{
			for (int i = 0; i < 99; i++)
			{
				sprintf(filename, "proinfo.bin.%d", i);

				if (!fileExists(filename))
				{
					return filename;
				}
			}
		}
		return NULL;
	}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.