Disable annoying dash charge sound? - OnePlus 3T Questions & Answers

I'm rooted and I've looked in system>media>audio>ui but cannot find the "USB.ogg" to delete that everyone talks about here: https://www.reddit.com/r/oneplus/comments/6unvll/oneplus_5_dash_charge_beep_sound/
Very annoyed I can't disable or delete this dumb sound. Anybody have any ideas of other directories this file is hanging out?

Bump - anybody have an idea where this sound file is located?

izzyfanto said:
Bump - anybody have an idea where this sound file is located?
Click to expand...
Click to collapse
I don't know if it works but at the Gravitybox of Xposed there is an option as "Charger unplugged sound", where you can leave it without any audio.
Unleashed by ONEPLUS 3T rooted

RASTAVIPER said:
I don't know if it works but at the Gravitybox of Xposed there is an option as "Charger unplugged sound", where you can leave it without any audio.
Unleashed by ONEPLUS 3T rooted
Click to expand...
Click to collapse
Great call and I appreciate the response but unfortunately I already have GB installed and that option doesn't seem to work. I've even went so far to use a silent ogg file in hopes it'd just play the silent sound but that didn't work either. Which is why I'd love to just find the location of the charging sound and delete it.

I can't find any audio file in /system that matches the sound. It makes me wonder if it is in some binary somewhere. If I come across anything else, I'll let you know.
Sent from my OnePlus 3T using XDA Labs

MrMeeseeks said:
I can't find any audio file in /system that matches the sound. It makes me wonder if it is in some binary somewhere. If I come across anything else, I'll let you know.
Click to expand...
Click to collapse
You rock, thanks! I know what the general definition of binary is (1s and 0s), but in Android terms what are you referring to? I wish they'd give an option to disable it in the settings.

Some technical details.
Decompiled OPSystemUI. Found where dash charge sound is being initialized:
KeyguardIndicationController:
Code:
const/high16 v2, 0x7f0a0000
invoke-virtual {v1, p1, v2, v3}, Landroid/media/SoundPool;->load(Landroid/content/Context;II)I
move-result v1
iput v1, p0, Lcom/android/systemui/statusbar/KeyguardIndicationController;->mChargingSoundId:I
Now, by searching for 7f0a0000 in resource IDs I found:
Code:
<public type="raw" name="charging" id="0x7f0a0000" />
Which means it's a file in "raw" folder that's part of resources which reside inside OPSystemUI.apk
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
TLDR; Sound is not in the filesystem so it can't be simply deleted/replaced. The only way is to modify OPSystemUI.apk

C3C076 said:
Some technical details.
Decompiled OPSystemUI. Found where dash charge sound is being initialized:
KeyguardIndicationController:
Now, by searching for 7f0a0000 in resource IDs I found:
Which means it's a file in "raw" folder that's part of resources which reside inside OPSystemUI.apk
TLDR; Sound is not in the filesystem so it can't be simply deleted/replaced. The only way is to modify OPSystemUI.apk
Click to expand...
Click to collapse
Wow. Thank you so much for going through all that work, very gracious of you to take the time to explain something so detailed and specific. I appreciate it very much! So is this something that can only be changed by Oneplus or is it possible for a dev to make a mod?

izzyfanto said:
Wow. Thank you so much for going through all that work, very gracious of you to take the time to explain something so detailed and specific. I appreciate it very much! So is this something that can only be changed by Oneplus or is it possible for a dev to make a mod?
Click to expand...
Click to collapse
I am thinking about adding an option for disabling that sound into my GravityBox Xposed module.

C3C076 said:
I am thinking about adding an option for disabling that sound into my GravityBox Xposed module.
Click to expand...
Click to collapse
Again, wow thanks for considering doing that! If you're not able to make it work, no worries I appreciate just the thought for some random guy like me. The dev community is amazing, I will pay for the premium app! Thanks again

izzyfanto said:
Again, wow thanks for considering doing that! If you're not able to make it work, no worries I appreciate just the thought for some random guy like me. The dev community is amazing, I will pay for the premium app! Thanks again
Click to expand...
Click to collapse
It is ready for the next version.
https://github.com/GravityBox/GravityBox/commit/1094e59ab476e40781c1a6eb816168419edfadca

C3C076 said:
It is ready for the next version.
https://github.com/GravityBox/GravityBox/commit/1094e59ab476e40781c1a6eb816168419edfadca
Click to expand...
Click to collapse
You rock!!!

C3C076 said:
It is ready for the next version.
https://github.com/GravityBox/GravityBox/commit/1094e59ab476e40781c1a6eb816168419edfadca
Click to expand...
Click to collapse
For future reference for anyone, this gentleman has implemented this requested feature in his app. It works perfectly. I'd highly recommend donating. He's very responsive and helpful.
https://forum.xda-developers.com/xposed/modules/app-gravitybox-v7-0-0-tweak-box-android-t3653953

Related

[Q] Blank Captivate Image For Screenshots?

Anyone know where I could get a large picture of a blank Captivate so I could throw in my own screenshot in it?
Why does it have to be blank?
Doesn't haven't to be blank...if it has something in it, I could always Photoshop it out. I'm just looking for a high res one...and images off Google Image search, Samsung's site, and AT&T's site don't give me anything decent.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I actually meant something along the lines of this:
http://phandroid.com/wp-content/uploads/2010/10/Samsung-Galaxy-S-Captivate-pics2.jpeg
Thanks.
Where's the like button for Mikes post?
Why not use the picture you just posted?
Sent from my SGH-I897 using XDA App
Just found that after a few hours of searching.
Ethere said:
Just found that after a few hours of searching.
Click to expand...
Click to collapse
You posted the link you found 17 minutes after you posted the initial question. I would just photoshop the picture you already have.
Ethere said:
I actually meant something along the lines of this:
http://phandroid.com/wp-content/uploads/2010/10/Samsung-Galaxy-S-Captivate-pics2.jpeg
Thanks.
Click to expand...
Click to collapse
Why not just chop that one? Or are you looking for the one like they have for the Nexus 1 with the "shiny" layer too?
arabcamel said:
You posted the link you found 17 minutes after you posted the initial question. I would just photoshop the picture you already have.
Click to expand...
Click to collapse
I posted the question after I did the searching. I don't post something here unless I've done my homework
avgjoegeek said:
Why not just chop that one? Or are you looking for the one like they have for the Nexus 1 with the "shiny" layer too?
Click to expand...
Click to collapse
I am going to try to photoshop the one I posted now to see how that goes.
Ethere said:
I posted the question after I did the searching. I don't post something here unless I've done my homework
I am going to try to photoshop the one I posted now to see how that goes.
Click to expand...
Click to collapse
I'd actually like this, too. If it turns out well would you mind posting it?
Is this what you are looking for?
I have included a higher res PNG file and the photoshop file as well.
j101399j said:
Is this what you are looking for?
I have included a higher res PNG file and the photoshop file as well.
Click to expand...
Click to collapse
Absolutely awesome. I will be using this on the website for phoenix.
Thank you very much.
xtremekilla09 said:
Absolutely awesome. I will be using this on the website for phoenix.
Thank you very much.
Click to expand...
Click to collapse
Cool, thank you. Love the ROM by the way. If you need a higher rez one, let me know, that is one I threw together in like 5 minutes.
j101399j said:
Cool, thank you. Love the ROM by the way. If you need a higher rez one, let me know, that is one I threw together in like 5 minutes.
Click to expand...
Click to collapse
Oh def, I can always use a high def over normal.
Thanks.
Sorry double post...gone **puff**
xtremekilla09 said:
Sorry double post...gone **puff**
Click to expand...
Click to collapse
That dialer is smexxxy
A lot better ones here. And these are HUGE
http://www.samsungusanews.com/index.jsp?menu=photos&album=3&gallery=1102
edit: Resized the picture to fit a 480x800 screenshot.
.psd: http://www.mediafire.com/?d7r2br8k72gdq61
png: http://www.mediafire.com/?lrm4zeo444p4l37
Now that's what I was looking for. Thanks so much.
I made the template a little better, because there were some blue streaks in the previous version. I also added the branding that is used on Rogers in Canada, (only "Samsung" at the top, and no "AT&T"), which is beneficial to anyone wanting to portray the Canadian Captivate, or just anyone who doesn't particularly like AT&T.
Screenshots (more versions/logo combinations in .psd than shown here)

[BOOTANIMATION]NeOXOOM - Geeknix Style.

Hey guys, Thought I'd make a nice geeky bootanimation that shows off the hardware in the XOOM at the same time.
Since I havn't got my XOOM yet I have only tested it on the emulator so the timing may need adjusting but let me know what you all think. Hope you like...
NOTE: Be patient and watch the whole thing, it's not just the red "XOOM" in the corner....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You can copy it to your device by entering the directory wit hthe bootanimation.zip, make sure you have adb setup and perform the following command:
Code:
adb push bootanimation.zip /data/local/
Alternatively if you have a file manager just copy it to your SD card and paste it from there. (Probably need Root for this method).
Does nobody like this, or are XOOMers just not geeky enough?
I think it's cool
I LOVE IT!
RinTinTigger said:
I LOVE IT!
Click to expand...
Click to collapse
In the thread email I got you said "Honestly, i think there's more bootanimations, that look a lot better. just beein honest! But i appreciate the try and your work."
So which is it lol? I'm confused. I'm not worried if you don't like it, it's a retro/linux style animation that is an aquired taste. Not for everyone.
alias_neo said:
In the thread email I got you said "Honestly, i think there's more bootanimations, that look a lot better. just beein honest! But i appreciate the try and your work."
So which is it lol? I'm confused. I'm not worried if you don't like it, it's a retro/linux style animation that is an aquired taste. Not for everyone.
Click to expand...
Click to collapse
Naaaaaa. rofl...when the animation started, i only saw the red xoom and nothing else, then i wrote the sentence...but after it, i saw the rest, which i simply LOVE!!
DUDE°!
RinTinTigger said:
Naaaaaa. rofl...when the animation started, i only saw the red xoom and nothing else, then i wrote the sentence...but after it, i saw the rest, which i simply LOVE!!
DUDE°!
Click to expand...
Click to collapse
Loool! If it was just the red XOOM in the corner I wouldn't have even been as kind as you were! Maybe I should update it to point out that it's not just the red XOOM in the corner!
I always try to be kind...but anyways, i prefer BigDX's Bootanimation, though i really love yours, i had a similar for my n1
No worries, I made it for my own XOOM thought I'd share it, guess my sh** just aint good enough to share, I suck at "design" though, I'm not much of a creative...
I had the same issue - just saw the red XOOM for a while and started scrolling away
You have to change the mSD to µSD though or people might mistake it
I like the retro/nerd style a lot
Really wish the original bootloader was not so lame, stuff like this is just awesome
funnycreature said:
I had the same issue - just saw the red XOOM for a while and started scrolling away
You have to change the mSD to µSD though or people might mistake it
I like the retro/nerd style a lot
Click to expand...
Click to collapse
Mistake it for what? I have no idea what _else_ mSD could be?
alias_neo said:
Mistake it for what? I have no idea what _else_ mSD could be?
Click to expand...
Click to collapse
IDK, maybe a miniSD? LOL I just tried to be "geeky"
funnycreature said:
IDK, maybe a miniSD? LOL I just tried to be "geeky"
Click to expand...
Click to collapse
Heh, good idea though, but I don't think i'll make the efffort to reacreate all 100 images for the micro sign when there is so little interest.
I'v fixed the timing and will upload that later, maybe even a screenshot of the full page with text so it's not mistaken.
P.S. need to talk with you later about this keyboard thing.
alias_neo said:
P.S. need to talk with you later about this keyboard thing.
Click to expand...
Click to collapse
You know where to find me! Send me a PM if you have Google chat!
I like this.
Can someone plz upload a short clip so we can see it?
Sent from my Xoom using XDA Premium App
tw1nz said:
Can someone plz upload a short clip so we can see it?
Sent from my Xoom using XDA Premium App
Click to expand...
Click to collapse
First post has an animated GIF.
Sent from my HTC Desire using Tapatalk

[APP] NOVA Updates Checker

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a simple app for NOVA (v7 mainly) that lets you manually check and see the 3 things you can receive in NOVA via d2u interface, whenever you want in case you missed the message or you want to check if new themes are available. There are the 3 tabs for:
·Messages (sent by knzo)
·Theme Updates alert/log
·NOVA Updates alert
Screenshots:
It's not the most useful app in the world right now, just a basic app that also intended to have an internal functionality that I'm not able to put.
DOWNLOAD:
http://bit.ly/appnova1​
good work!
Installing right now
Icon larger text such as to reduce, with "-"
netum said:
Icon larger text such as to reduce, with "-"
Click to expand...
Click to collapse
What?
very nice
updating W7 v15
Yusei said:
very nice
updating W7 v15
Click to expand...
Click to collapse
Actually there is no v15. The file was created to be launched when theme updates (tomorrow or so). So no v15 yet. Just edited the updates.html.
Sorry
antonio1475 said:
Actually there is no v15. The file was created to be launched when theme updates (tomorrow or so). So no v15 yet. Just edited the updates.html.
Sorry
Click to expand...
Click to collapse
i noticed this lool
tricked me like a jedi
Yusei said:
i noticed this lool
tricked me like a jedi
Click to expand...
Click to collapse
You two made me feel bad and I just got into making the next themes updates
Nice. Does this work on Nova ROM?
antonio1475 said:
You two made me feel bad and I just got into making the next themes updates
Click to expand...
Click to collapse
c'mon then
may the force be with you
knzo said:
Nice. Does this work on Nova ROM?
Click to expand...
Click to collapse
I think it doesn't in v7... Back to NOVA 4.5
(just kidding, in case anyone doesn't get it)
soooooooooo, you are a sith
go for it antonio
you two made a great work in this rom
tell me when you gona trade your OB, cuz i do the same
It would be nice if in the Messages tab, the link was active and could open it in browser.
If copy a link to the clipboard and paste into browser, because of the transfer line is obtained by mistake. In the place of transfer to a new line is added space character "%20"
http://forum.xda-developers.com/%20showthread.php?t=1241460
Good idea!
Then, with this app, can I disable d2u and check by myself the updates with the app?
knzo said:
Nice. Does this work on Nova ROM?
Click to expand...
Click to collapse
ha ha ha ha
Huexxx said:
Good idea!
Then, with this app, can I disable d2u and check by myself the updates with the app?
Click to expand...
Click to collapse
Yes you can, is one of the purposes of this app in case you want to disable d2u (wich I love and I'm excited for, but I understand ot everyone will like the background service)
netum said:
It would be nice if in the Messages tab, the link was active and could open it in browser.
If copy a link to the clipboard and paste into browser, because of the transfer line is obtained by mistake. In the place of transfer to a new line is added space character "%20"
http://forum.xda-developers.com/%20showthread.php?t=1241460
Click to expand...
Click to collapse
That's knzo's file, I can't handle it. But in case he doesn't read this, I will remind him.
Great app many thanks
antonio1475 said:
Click to expand...
Click to collapse
i like it ))))))
good job, already installed

Dot View Hack

Exciting. Would make me want to use my dot view more if I could get notifications for other apps!
https://plus.google.com/+ShenYe/posts/gWx8qd5PWuZ
I'm sure we'll see something we can flash/install in the near future!
henderjr said:
Exciting. Would make me want to use my dot view more if I could get notifications for other apps!
https://plus.google.com/+ShenYe/posts/gWx8qd5PWuZ
I'm sure we'll see something we can flash/install in the near future!
Click to expand...
Click to collapse
Sweet. But I'll hold out for now that HTC will do something similar officially.
Sent from my HTC One_M8 using Tapatalk
Im at least waiting for the sub par plastic protection to drop down from $50+.
Can't wait for a hack to this to hit the mainstream.
I use Kaiten email, chompsms, skype and whatsapp so would love for those notifications to hit the dot view front
I have a sneaky suspicion that this hack of Shen ye's isn't going to be released. He sure does post enough teasers, but nothing has come out yet. I think he gets the hack to work just long enough to take a picture of it. Hope he proves me wrong.
lifedelinquent said:
I have a sneaky suspicion that this hack of Shen ye's isn't going to be released. He sure does post enough teasers, but nothing has come out yet. I think he gets the hack to work just long enough to take a picture of it. Hope he proves me wrong.
Click to expand...
Click to collapse
Hmm, I don't know, but I hope he does release it. From what it looks like, he has to actually create each notification graphic by hand, as in his Twitter example. I imagine that would take some time.
I believe someone is working on an xposedinstaller hack as we speak and is looking at adding calculator dialer and other functions for the for the dotview, sound exciting
Sent from my HTC One_M8 using Tapatalk
Wow... Source please?
Sounds interesting..
**********
Sent from a tin of baked beans using some chewing gum, tinfoil, a piece of string and a manual written by MacGyver
p50kombi said:
Wow... Source please?
Sounds interesting..
**********
Sent from a tin of baked beans using some chewing gum, tinfoil, a piece of string and a manual written by MacGyver
Click to expand...
Click to collapse
http://www.androidbeat.com/2014/05/xposed-module-htc-one-m8-enhances-dot-view-case-functionality/
wonkizzle said:
Im at least waiting for the sub par plastic protection to drop down from $50+.
Click to expand...
Click to collapse
Hear you loud and clear there. Cool case, but no kickstand and WAY too expensive. I got this one for about 1/4 the cost:
http://www.amazon.com/gp/product/B00IGUUKRY/ref=ox_ya_os_product_refresh_T1
Hi guys,
does anyone know which mods I have to apply and install in order to use Xposed with my dotview case, in order to be able to arouse the number pad just like in this video?
Kind regards.
BernddasTost said:
Hi guys,
does anyone know which mods I have to apply and install in order to use Xposed with my dotview case, in order to be able to arouse the number pad just like in this video?
Kind regards.
Click to expand...
Click to collapse
i would like to know also as I have just received new case and want to mod the crap out of it lol
Xposed module dotview hack install guide..
Download and install xposed apk (will disable art)
Open the apk and go into framework.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Select download/update, then reboot
Then open the app again and go into the download tab
Search for "dot view" and you should see this and boy.
(Direct link to XDA thread if necessary) - http://forum.xda-developers.com/showthread.php?p=53517212
The module works heavily alongside a paid app in the play store. Most features are unlocked with the paid app
An alternative to this xposed module would be the mod made by the venom ROM devs. Let me link their thread...
http://forum.xda-developers.com/showthread.php?t=2771086
Their directions are clear in their thread. May be easier to use than the module, but may not have all the features and as far as I know does not work on arhd
Sent from my HTC6525LVW using Tapatalk

[Suggestion] Enable/Disable Magisk Hide to all proccesses of the package using CLI

Firstly, thank you very much, @topjohnwu
It's just a suggestion.
Why not a way to enable/disable Hide Magisk to all package processes?
Today, if I want to use the CLI, I have to dump the APK, collect all the package processes, and then enable/disable the magisk hide for each by one.
It would be very good if I could replace the name of the process by an asterisk to represent "all processes", like:
Code:
magiskhide add name.of.package *
magiskhide rm name.of.package *
And then enable/disable magisk hide for all processes of name.of.package
If you really want John's attention, a Github pull request would be the best way to go about that...
Didgeridoohan said:
If you really want John's attention, a Github pull request would be the best way to go about that...
Click to expand...
Click to collapse
I created my account on github.
Thank you for suggestion.
I'm sorry for my newbie question: do I have to write the code of my proposal or can I just write a suggestion like I did here?
VD171 said:
I created my account on github.
Thank you for suggestion.
I'm sorry for my newbie question: do I have to write the code of my proposal or can I just write a suggestion like I did here?
Click to expand...
Click to collapse
The optimal would be a pull request, but if you can't make one an issue ticket with the described proposal would be the second best thing.
Didgeridoohan said:
The optimal would be a pull request, but if you can't make one an issue ticket with the described proposal would be the second best thing.
Click to expand...
Click to collapse
Thank you very much, my friend.
I created my account: https://github.com/VD171
and I created the issue: https://github.com/topjohnwu/Magisk/issues/4019
Hope it can help other people too.
LOL.
The issue was closed with the tag "wontfix".
And somebody replied with a recommendation that does NOT work.
That can be solved with just some lines of code.
Apparentely that is not an interessting thing for the public !
This is a very strange attitude for developers from an open source tool.
No matter, I will keep dumping the APK using aapt, as I always did:
Android aapt - eLinux.org
elinux.org
Thank you very much for attention, @Didgeridoohan
VD171 said:
LOL.
The issue was closed with the tag "wontfix".
And somebody replied with a recommendation that does NOT work.
That can be solved with just some lines of code.
Apparentely that is not an interessting thing for the public !
This is a very strange attitude for developers from an open source tool.
No matter, I will keep dumping the apk, as I always did.
Thank you very much for attention, @Didgeridoohan
Click to expand...
Click to collapse
Exaclty that. Sad...
[Suggestion] Enable/Disable Magisk Hide to all proccesses of the package using CLI · Issue #4019 · topjohnwu/Magisk
Android Version: 10 QP1A.190711.020 Magisk Version Code: 22004 (This issue was posted to XDA-Developers: https://forum.xda-developers.com/t/suggestion-enable-disable-magisk-hide-to-all-proccesses-o...
github.com
Blinking was killed off in html code for a reason, a long time ago now.....
Unmistakeable hint: Change the gif, no one wants to see that or anything animated when theyre trying to read a thread, please, and thank you
73sydney said:
Blinking was killed off in html code for a reason, a long time ago now.....
Unmistakeable hint: Change the gif, no one wants to see that or anything animated when theyre trying to read a thread, please, and thank you
Click to expand...
Click to collapse
Really, really (and really) off-topic.
That's callled as gif, my friend.
The first gif released was at 1987.
I don't like coca-cola too, but I see it everywhere.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
VD171 said:
Really, really (and really) off-topic.
That's callled as gif, my friend.
The first gif released was at 1987.
I don't like coca-cola too, but I see it everywhere.
View attachment 5248833
Click to expand...
Click to collapse
There are limits on suignatures to try and stop people posting annoying matter because it ruins the readability of the forums....
Please think of others and knock the gifs off please
73sydney said:
There are limits on suignatures to try and stop people posting annoying matter because it ruins the readability of the forums....
Please think of others and knock the gifs off please
Click to expand...
Click to collapse
The gif on my signature keeps hide and you need to "toggle signature" to see that.
But, I will think about that.
VD171 said:
The gif on my signature keeps hide and you need to "toggle signature" to see that.
But, I will think about that.
View attachment 5248859
Click to expand...
Click to collapse
not hidden, still blinding people

Categories

Resources