Quote:
Originally Posted by lumping-sugar66
Also, I need some help with getting the qt resources exported. The qrc2zip instructions are to look for some registration and init calls to get the parameters required but I’m seeing to trace to these calls. shermp, I see in your code you act based on the design and structure of these internal qt files. Is there an easy way to get them or the parameter set for qrc2zip?
|
https://github.com/pgaskin/qrc/blob/...ipts/armqrc.py
Quote:
FWIW: I was playing around with the DragonQuiltedPowerView method and hooking into it , getting the size written to see which widget it was etc. and managed to completely factory reset the device. No idea how that happened, but creating mods aren’t as safe as I initially thought!
|
It's always riskier hooking stuff which is used before getting to the home screen. It's also possible that something you did (not necessarily in the mod itself) interfered with the database, which would cause a reset. Mods should always be safer than nearly all other methods, though, since they remove themselves eventually, and they only load when nickel loads.