What's new

Personalizing gui appearance -solved-

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

No, the script has to be named with one of the names that the router supports. In this case, I recommend services-start.
 
No, the script has to be named with one of the names that the router supports. In this case, I recommend services-start.
I'm using notepad++ and offer several extensions to save the file. I saw that no extension is present with the scripts of your fw.

I found this page to learn the way to do it...

Thanks RMerlin!!
 
No way... renamed to "services-start" and set as executable for owner, group and others. I get the old logo...

Remember, was saved as a linux script services-starts.bash ( with notepad++) and renamed as services-starts. After, copied to /jffs/scripts/

But is my first script!! ;)
 
SOLVED!!! I would like to detail the right process:

I deleted my original file and tried the follow:

1. Logged in to the router with WinSCP:

- File protocol: SCP

- Host name: Router IP

- User name/Password

2. Used the “..” folder all the way on the top to go all the way back where I found “jffs” partition. Gone to jffs -> scripts and then right clicked and created a new file named “services-start” without quotations. So /jffs/scripts/services-start

3. Once the file was created, right clicked, checked the properties and selected Owner permission to “X” making it executable.

4. Used the following script below to setup my png instead of the original:

Code:
#!/bin/sh

mount -o bind /jffs/asustitle.png /www/images/New_ui/asustitle.png

5. After rebooting the router... I got the desired logo to confirm what router I am configurating:

14-1-2016%2019.1.26%202.jpg


Thanks for your support!!! I will stay improving my scripting skils.

;)
 
Ive been trying to go for a blue and orange theme but still struggling to find colour references/images to update to get the rest done. I'm not a web coder so its pretty alien to me delving into the .css files. Its been mainly trial and error with firefox style editor, find the right values to edit. Would love a built in theme selector :D
Capture.PNG
 
Hi, after remove entware-ng I experimented a problem with this mod and the services-start script.
After reboot the router I can't apply the change to the GUI. For some reason, services-start won't start.
If I mount from the CLI the image everything works fine again... Any idea?
 
Hi, after remove entware-ng I experimented a problem with this mod and the services-start script.
After reboot the router I can't apply the change to the GUI. For some reason, services-start won't start.
If I mount from the CLI the image everything works fine again... Any idea?

What's the content of your services-start? It's possible that after removing Entware it contains code that no longer executes properly, preventing the script from completely executing.
 
What's the content of your services-start? It's possible that after removing Entware it contains code that no longer executes properly, preventing the script from completely executing.

Thanks Eric, I solved re-editing the content :)
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top