evoplus_cid icon indicating copy to clipboard operation
evoplus_cid copied to clipboard

Samsung Evo Plus CID changer

Results 11 evoplus_cid issues
Sort by recently updated
recently updated
newest added

I see following in my dmesg: ``` [655174.290234] rtsx_pci_sdmmc rtsx_pci_sdmmc.0: __mmc_blk_ioctl_cmd: cmd error -22 [655177.428399] mmcblk0: p1 ``` It's printed after calling: ``` ret = ioctl(fd, MMC_IOC_CMD, &idata); ``` so...

Used the same card, on the same laptop, it worked 2 years ago, now it doesn't. Should I use specific Ubuntu version? Thank you

Depending on the model of Apple Mac, the SD card reader is either mapped to USB or PCIE interface (in this case in System Information it will show in card...

Hi, I have a 2015 Samsung EVO SD card that the program tries to write to and ends with success, but the cid remains unchanged. Only indication of an error...

I decided to try it on my Samsung Evo Plus 32gb microsd, but I always get "Failed to enter vendor mode. Genuine Samsung Evo Plus?". Does that mean the card...

Hi, just wanted to say a huge thanks! evoplus_cid worked perfectly for me, running on Arch linux laptop with build in SD card - I just manually ran `gcc evoplus_cid.c...

### install git-core ``` sudo -s apt-get update apt-get upgrade apt-get install git-core ``` ### clone & compile ``` cd /usr/local/src/ git clone https://github.com/raburton/evoplus_cid.git cd /usr/local/src/evoplus_cid/jni gcc evoplus_cid.c -o evoplus_cid...

I decided to try it on my Samsung Plus 16gb microsd, but I always get "unlock command failed". Does that mean the card isn't supported or am I doing something...

Any idea why I got this error ? I am not that good with C.. :disappointed: ``` ➜ evoplus_cid git:(master) gcc ./jni/evoplus_cid.c -o evoplus_cid git:(master|) ./jni/evoplus_cid.c: In function ‘parse_serial’: ./jni/evoplus_cid.c:107:14:...