View Single Post
Old 12-01-2023, 08:25 AM   #35
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,808
Karma: 7423683
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by lumping-sugar66 View Post
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.
geek1011 is offline   Reply With Quote