New pages

New pages
Hide registered users | Hide bots | Show redirects
  • 14:25, 16 July 2024Autoinstall.sh (hist | edit) ‎[3,544 bytes]Kolkman (talk | contribs) (Created page with "'''General''' As explained on the previous page, a file called autoinstall.sh is used to instruct Sync 3 which commands need to be executed. The language used in this file is bash/shell. You can find a lot about in on the internet but below are some useful subjects: * The first line of the autoinstall.sh of a Mod or App always starts with a so called "she-bang": #!/bin/sh It is used to tell the interpreter which scripting language is offered. In this case it is bash/s...") Tag: Visual edit
  • 21:25, 15 July 2024Sync 3 Themes (hist | edit) ‎[570 bytes]Kolkman (talk | contribs) (Created page with "'''General''' A Sync 3 theme changes the look of multiple pages of the Sync 3 system. '''More info''' There are [https://www.fmods.net/community/dlext/index?cat=2 themes for Sync 3] itself and there is a special category for [https://www.fmods.net/community/dlext/index?cat=10 CANBUS box themes]. A popular Sync 3 Theme is the [https://www.fmods.net/community/dlext/details?df_id=44 semi-transparent theme] which supports viewing special background images, like provide...") Tag: Visual edit
  • 20:45, 15 July 2024Sync 3 Mods (hist | edit) ‎[7,973 bytes]Kolkman (talk | contribs) (Created page with "'''General''' To be able to install [https://www.fmods.net/community/dlext/index?cat=1 any Sync 3 Mods,] your SYNC 3 system has to be jailbroken first! To do this, download and apply the following [https://www.fmods.net/community/dlext/index?cat=4 basic Mods] first: # [https://www.fmods.net/community/dlext/details?df_id=1 Sync 3 Jailbreak] # [https://www.fmods.net/community/dlext/details?df_id=2 FMods Installer (Daemon)] # [https://www.fmods.net/community/dlext/detail...") Tag: Visual edit
  • 20:27, 15 July 2024Sync 3 Apps (hist | edit) ‎[1,068 bytes]Kolkman (talk | contribs) (Created page with "General If you want to install any App, you have to install Custom Apps Loader Mod first. Info An App is a standalone application developed entirely from scratch by developers. Unlike mods, apps don't rely on existing OEM features, except for their integration with the Sync 3 system via the Sync 3 QT5 implementation. Here's what sets them apart: Apps are independent software programs designed to run on the Sync 3 platform. They are written from the ground up, offering...")
  • 00:58, 27 May 2024Reformat package (hist | edit) ‎[5 bytes]Admin (talk | contribs) (Created page with "To Do")
  • 00:57, 27 May 2024Software Info (hist | edit) ‎[766 bytes]Admin (talk | contribs) (Created page with "To Do") Tag: Visual edit: Switched
  • 00:34, 27 May 2024Updating process (hist | edit) ‎[797 bytes]Admin (talk | contribs) (Created page with "== Update process == <!--T:1--> === APP_SUM === <!--T:52--> <pre> /fs/mp/apps/APP_SUM /fs/mp/apps/usr/lib/libNS_ExtractVerifyCore.so </pre> === NS_ExtractVerify === <!--T:52--> {{#fas:circle-info}} Present only in reformat OS <pre> Usage: SS_HashSpeedTest <certificate File Path> <src file> <dst Dir Path> <Particular file name to be extracted [Optional]> </pre> Example: <pre> NS_ExtractVerify /fs/mp/usr/share/ford_prod_ca_certs.pem PU5T-14G386-BB_1690840002000.TAR.GZ ....")
  • 00:21, 27 May 2024Unpacking firmware (hist | edit) ‎[622 bytes]Admin (talk | contribs) (Created page with "== OS update package == <!--T:1--> All commands and tools described here work on Linux === Top layer archive === <!--T:52--> <pre> $ tar -tf NU5T-14G381-AD_1689364279000.TAR.GZ Version.der # Update certificate apps.tar.gz # Apps partition QNX-IFS # StartupIFS MLO # Bootloader </pre> === apps.tar.gz === <!--T:52--> <pre> $ tar -tf apps.tar.gz apps.img # qnx6fs image for hd0t177 or hd0t178 </pre> This image can be mounted with: <pre> $ tar -tf apps.tar....") Tag: Visual edit: Switched
  • 23:10, 26 May 2024USB subsystem (hist | edit) ‎[2,678 bytes]Admin (talk | contribs) (Created page with "== USB subsystem == <!--T:1--> === usblauncher === <!--T:52--> <pre> /fs/mp/etc/usblauncher/ ├── iap2ea.lua ├── iap2.lua ├── iap2ncm.lua ├── netstart.sh ├── netstop.sh ├── override.lua ├── rules.lua ├── rules_otg.lua ├── startncm-molex.sh ├── startncm.sh ├── stopncm.sh └── umass.lua </pre> Useful commands: <code>usb -vvv -N /dev/otg/io-usb-otg</code> == USB-LAN ethernet == <!--T:1--> List of supp...")
  • 23:02, 26 May 2024Logging subsystem (hist | edit) ‎[3,102 bytes]Admin (talk | contribs) (Created page with "== QNX system logs == <!--T:1--> <code>/bin/sloginfo</code> - print system log <code>/proc/boot/slogger</code> - system logger == PASA (Panasonic) tools == <!--T:1--> === nslogutil === <!--T:52--> <code>/fs/mp/apps/usr/sbin/nslogutil</code> <pre> Help: nslogutil -q QUEUENAME [-m MASKVALUE(hex)] | [-l "slogger|msgq|console"] [-p "log message"] [-s severity] [-g "mask|outopt|severity"] [-t "rxontxoff, rxofftxon, rxontxon, rxofftxoff"] [-d Debug Dump Request] </pre> Ex...")
  • 22:54, 26 May 2024Graphics subsystem (hist | edit) ‎[1,913 bytes]Admin (talk | contribs) (Created page with "== DRM/GPU == <!--T:1--> https://www.qnx.com/developers/docs/8.0/com.qnx.doc.screen/topic/manual/cscreen_config_intro.html Screen configs: <pre> # cd /usr/lib/graphics/omap5430ES2_0/ # ls -l *.conf lrwxrwxrwx 1 root root 47 Jan 01 07:09 graphics.conf -> /usr/lib/graphics/omap5430ES2_0/graphics_l.conf -rwxr-xr-x 1 root root 1132 Jul 07 2023 graphics_l.conf -rwxr-xr-x 1 root root 1518 Jul 07 2023 graphics_p.conf </pre>...")
  • 22:52, 26 May 2024Disk subsystem (hist | edit) ‎[6,615 bytes]Admin (talk | contribs) (Created page with "== Bootloader + Startup IFS == <!--T:1--> https://www.qnx.com/developers/docs/7.1/#com.qnx.doc.neutrino.building/topic/intro/intro_startup_sequence.html <code>MLO</code> - ROM monitor or Multimedia card Loader. <code>Startup IFS</code> - Startup program, QNX kernel and rootfs Layout on EMMC flash: <pre> Block# Offset in bytes Name --------------------------------------------------- 0x0000 0x0000000 MBR 0x0002 0x0000400 (1024) bo...")
  • 22:30, 26 May 2024Hardware Info (hist | edit) ‎[1,049 bytes]Admin (talk | contribs) (Created page with "== QNX tools == <!--T:1--> <span style="background-color: grey;">pidin</span>")