Joshuajackson
Senior Member
Im wondering if its possible to customize UI in merlin. As i would like to update a lil and make it more modern with updates pics and background pics
i got access to the file system and able to view them. However its view only and cant write. How do i give myself permission to write?You can attempt it with ssh, PuTTy, and WinSCP.
You can't. It's a read-only flash filesystem.How do i give myself permission to write?
Ohh okay, so it used to be thing but not anymore?You can't. It's a read-only flash filesystem.
Was able to give myself read and write permission, not sure if i was able to do that but heres how i did it. SSH into the router and put this command in mount -o remount,rw '/'You can't. It's a read-only flash filesystem.
That won't work properly. If you want to change specific files used by the webUI use the rebind technique described in the thread you referenced in post #3.Was able to give myself read and write permission, not sure if i was able to do that but heres how i did it. SSH into the router and put this command in mount -o remount,rw '/'
What meant was that it is not a particularly good method because the changes would be wiped out every time there was a firmware update.it works for me
Yeah true you do have a point. I tried doing the method listed in that old post however im lost asfWhat meant was that it is not a particularly good method because the changes would be wiped out every time there was a firmware update.
Say you wanted to customise the Asus logo in the top left of the UI (Yeah true you do have a point. I tried doing the method listed in that old post however im lost asf
/www/images/New_ui/asustitle.png). Place your new logo somewhere in /jffs (e.g. /jffs/webUI/asustitle.png) and then mount bind it over the original.mount -o bind /jffs/webUI/asustitle.png /www/images/New_ui/asustitle.png
services-start user script.
It doesnt seem like it gets rid of the original logo though as you can see in your testSay you wanted to customise the Asus logo in the top left of the UI (/www/images/New_ui/asustitle.png). Place your new logo somewhere in /jffs (e.g./jffs/webUI/asustitle.png) and then mount bind it over the original.
Code:mount -o bind /jffs/webUI/asustitle.png /www/images/New_ui/asustitle.png
Now to apply that change every time the router boots up you'd put that command into aservices-startuser script.
Here's one I created earlier:
View attachment 45922
I guess it depends on what it is exactly you're wanting to change.
It does. I made a copy of the original logo and scribbled on it in Paint.It doesnt seem like it gets rid of the original logo though as you can see in your test
OHHH my bad. Thanks for helping out much appreciatedIt does. I made a copy of the original logo and scribbled on it in Paint.
We use essential cookies to make this site work, and optional cookies to enhance your experience.