; *** Any app on Gallery Key *** ; Author: piskor ; Date: 14.02.2009 ; Tested on N95 v31.0.017, not working on N73 (preFP1) ; ; Patch description: ; With this patch you can run any application using Gallery key. ; You need to know its UID. Then, swap bytes to little-indian to get xxDIUxxx. In other words: 0xABCDEFGH becomes 0xGHEFCDAB ; For example: ; X-plore UID = 0xA0000BCD therefore DIU = CD0B00A0 ; ; then, the patch becomes: ; SnR:sys\bin\DeviceModeHandlerPlugin.dll:99851F10:xxDIUxxx ; Thanks to fca00000 an his "Change the Browser On Key 0" patch ; SnR:sys\bin\DeviceModeHandlerPlugin.dll:99851F10:CD0B00A0