Ramen

Results 9 comments of Ramen

when are you planning on posting? I would like to make some personal tweaks but can't

Same here. Debug info: ``` checking APTicket to be valid for this restore... Verified ECID in APTicket matches device ECID checking APTicket to be valid for this restore... Verified ECID...

I'm using `futurerestore -t blob.shsh2 -d --latest-baseband -p 114BuildManifest-Modified.plist -s 114sep-firmware.d20.RELEASE.im4p -m 114sepManifest-Unmodified.plist 1131.ipsw` Still failing on the same place. Should I be recompiling 1131.ipsw with a modified BuildManifest?

Ah right, Should I be using the same buildmanifest for both or different ones? ie. `futurerestore -d -t blobs.shsh2 -b baseband_file -p 11.3b6BuildManifest.plist -s 11.3b6sepfile -m 11.3b6BuildManifest.plist 11.3.1.ipsw` Also where...

@xybp888 Was able to get it to actually make it past the error 44, but it ended up failing to install and I've had to update to 11.4 to fix...

Any chance I can go from 11.4 backwards?

I'm not going to bother trying for now, No reason risking now that 11.3b6 is unsigned

Might be better to rename this issue to something like "InvalidCastException for DeserializeDictionary when Key is of non primitive or string type" Since it affects any non string/primitive key for...

as a side note, you could just serialize the key https://github.com/mbdavid/LiteDB/blob/0412d11ed9492bd0e442db3e18b195b164bf5ca9/LiteDB/Client/Mapper/BsonMapper.Serialize.cs#L167 with something such as `o[this.Serialize(key.GetType(), key).ToString()] = this.Serialize(type, value, depth);` and then handle the deserialization of keys somehow here...