New pages
Jump to navigation
Jump to search
8 September 2025
- 11:1711:17, 8 September 2025 Automatic write enabling on SSH connection (hist | edit) [392 bytes] Mr-fix (talk | contribs) (Created page with " ssh root@10.173.189.1 mount -uw /net/mmx/mnt/app echo "/bin/mount -uw /net/mmx/fs/sda0 2>/dev/null" >> /net/mmx/mnt/app/root/.profile echo "/bin/mount -uw /net/mmx/fs/sda1 2>/dev/null" >> /net/mmx/mnt/app/root/.profile echo "/bin/mount -uw /mnt/app" >> /net/mmx/mnt/app/root/.profile echo "/bin/mount -uw /mnt/system" >> /net/mmx/mnt/app/root/.profile mount -ur /net/mmx/mnt/app exit")
26 August 2025
- 14:0714:07, 26 August 2025 LSD.jxe decompiling (hist | edit) [176 bytes] Mr-fix (talk | contribs) (Created page with "* https://gitlab.com/alelec/mib2-lsd-patching * https://github.com/kurtmorris/jxe2jar ← for python3 * https://github.com/leibnitz27/cfr ← for more recent <code>cfr</code>")
24 August 2025
- 11:3911:39, 24 August 2025 Google Earth on Audi MMI MIB2 (hist | edit) [1,616 bytes] Mr-fix (talk | contribs) (Created page with " public static final boolean isGoogleEarthPresent(IFrameworkAccess iFrameworkAccess) { return iFrameworkAccess.getSysConst(479) == 1; } public static final boolean isGoogleMapRestricted(IFrameworkAccess iFrameworkAccess) { return iFrameworkAccess.getSysConst(4436) == 1; } public static final boolean isGoogleMapRestrictedPoiOnly(IFrameworkAccess iFrameworkAccess) { return iFrameworkAccess.getSysConst(4436) == 2; } pub...")
- 09:3509:35, 24 August 2025 LSD.JXE system events (hist | edit) [3,747 bytes] Mr-fix (talk | contribs) (Created page with "== ATIPNotifyEvent == 10601: "TIMER_FIRED" 10602: "TIMER_CANCELLED" 10603: "BITMAP_PRELOADED" == GestureEvent == 10902: "GESTURE_EVENT_PRESS" 10909: "GESTURE_EVENT_PRESS2" 10903: "GESTURE_EVENT_RELEASE" 10904: "GESTURE_EVENT_MOVE" 10905: "GESTURE_EVENT_FLICK" 10910: "GESTURE_EVENT_CHARS_RECOGNIZED" 10908: "GESTURE_EVENT_ROTATE" 10906: "GESTURE_EVENT_TAP" 10907: "GESTURE_EVENT_ZOOM" 10911: "GESTURE_EVENT_FLICK2" 10912: "GESTURE_EVENT_DRAG2" 10913: "GESTURE...")