Not really. Many roms come with that lock stock. You could always mount the system in twrp and adb pull the following file: /system/customize/ACC/default.xml and modify the following line from:Thanks for the reply man, the phone is still SIM locked, and doesn't have a SIM Card inside it! Weird isn't it!
Code:
<item type="boolean" name="keyguard_lockdown_when_sim_absent">true</item>
Code:
<item type="boolean" name="keyguard_lockdown_when_sim_absent">false</item>
You can also make that change to the rom zip on your computer prior to flashing the rom and then flash it like that. That should allow you into the rom without the absent sim lock.