Changes

no edit summary
Line 203: Line 203:  
[[File:SSH1.jpg|border|class=tlt-border]]
 
[[File:SSH1.jpg|border|class=tlt-border]]
   −
Make sure that the file that we want to edit is in the similar file path as below.
+
Make sure that the file that we want to edit is in the similar file path as above.
    
[[File:Ssh2.jpg|border|class=tlt-border]]
 
[[File:Ssh2.jpg|border|class=tlt-border]]
   −
It shall open up as  below , after making the desired changes to the banner, you can then save those modifications.
+
It shall open up as  above , after making the desired changes to the banner, you can then save those modifications.
    
[[File:SSH3.jpg|border|class=tlt-border]]
 
[[File:SSH3.jpg|border|class=tlt-border]]
Line 224: Line 224:     
==Changing Company Links==
 
==Changing Company Links==
 +
To modify the Company Links, you can make use of the file search tool in the extracted GPL. To access this, follow these steps from the root directory of your project, you can find the file from route below:
 +
 +
~/Downloads/RUTX_R_GPL_00.07.05.3/rutos-ipq40xx-rutx-gpl/package/feeds/vuci/vuci-ui-core/bin/dist/brand
 +
 +
[[File:COMP1.jpg|border|class=tlt-border]]
 +
 +
Make sure that the file that we want to edit is in the similar file path as above.
 +
 +
[[File:COMP2.jpg|border|class=tlt-border]]
 +
 +
It shall open up as  above , after making the desired changes to the banner, you can then save those modifications.
 +
 +
[[File:COMP3.jpg|border|class=tlt-border]]
 +
 +
After making changes and saving them to the directory, we may build compile using the following commands:
 +
 +
1- ./scripts/feeds update -a
 +
 +
2- make clean
 +
 +
3- Following that, we must execute the "nproc" command to determine the number of processors, and it will return a number, such as 1, allowing us to run command. “make -j1 V=sc” for verbose output. This way you will see more logs that may help to troubleshoot compilation issues.
 +
 +
The firmware can then be found in the directory listed below *Depends on the target*:
 +
rutos-ath79-rut9-gpl>bin>targets>ath79>generic>tltFws>RUTX_R_GPL_00.07.05.3_WEBUI
 +
'''file name''': RUTX_R_GPL_00.07.05.X_WEBUI
 +
 +
 +
'''RESULTS:'''
 +
 +
[[File:RESULTS COMP.jpg|border|class=tlt-border]]
 +
 +
==Changing Device brand==
 +
To modify the Device brand, you can make use search tool in the extracted GPL. To access this, follow these steps from the root directory of your project, you can find the TWO files from route below:
 +
 +
First File:
 +
 +
~/Downloads/RUTX_R_GPL_00.07.05.3/rutos-ipq40xx-rutx-gpl/package/feeds/vuci/vuci-ui-core/bin
 +
 +
[[File:SVG1.jpg|border|class=tlt-border]]
 +
 +
Second File:
 +
 +
~/Downloads/RUTX_R_GPL_00.07.05.3/rutos-ipq40xx-rutx-gpl/package/feeds/vuci/vuci-ui-core/bin/dist/ tlt-icons
 +
 +
[[File:Brand2.jpg|border|class=tlt-border]]
 +
 +
For example, I will use this brand in order to perform the changes here.
 +
 +
[[File:DubaiNetworks.png|border|class=tlt-border]]
 +
 +
Note: If you have a brand in a different format, you can convert it to SVG using any online converter, please keep in mind that online converters can cause scalability issues.
 +
 +
and then compress it to .gz file as per screenshot below:
 +
 +
[[File:SVG2.jpg|border|class=tlt-border]]
 +
 +
After making changes and saving them to the directory, we may build compile using the following commands:
 +
 +
1- ./scripts/feeds update -a
 +
 +
2- make clean
 +
 +
3- Following that, we must execute the "nproc" command to determine the number of processors, and it will return a number, such as 1, allowing us to run command. “make -j1 V=sc” for verbose output. This way you will see more logs that may help to troubleshoot compilation issues.
 +
 +
The firmware can then be found in the directory listed below *Depends on the target*:
 +
rutos-ath79-rut9-gpl>bin>targets>ath79>generic>tltFws>RUTX_R_GPL_00.07.05.3_WEBUI
 +
'''file name''': RUTX_R_GPL_00.07.05.X_WEBUI
 +
 +
 +
'''RESULTS:'''
 +
 +
[[File:RESULTSBRAND.jpg|border|class=tlt-border]]
 +
 +
==Changing Device Logo==