Groups | Search | Server Info | Login | Register
Groups > comp.mobile.android > #149083
| From | Marion <marion@facts.com> |
|---|---|
| Newsgroups | comp.mobile.android, alt.cellular, uk.telecom.mobile |
| Subject | Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam |
| Date | 2025-06-19 21:17 +0000 |
| Organization | BWH Usenet Archive (https://usenet.blueworldhosting.com) |
| Message-ID | <1031uou$1kgc$1@nnrp.usenet.blueworldhosting.com> (permalink) |
| References | (4 earlier) <10309eb$3nbbb$1@dont-email.me> <1030jiq$1ua$1@reader2.panix.com> <103157p$cqrt$1@news.samoylyk.net> <1031fbh$gne$1@dont-email.me> <1031kem$dhol$1@news.samoylyk.net> |
Cross-posted to 3 groups.
On Thu, 19 Jun 2025 19:21:11 +0100, W. Green wrote : > On Thu, 19 Jun 2025 17:54:07 +0100, Chris wrote: > >>>>> The blatant point is don't post in a UK group when it has no relevance >>>>> there. T-mobile doesn't exist in the UK. >>>> >>>> T-Mobile is a division of Deutsche Telecom. >>>> >>>> You don't suppose...??? >>> >>> Besides operating in the us, eu & the uk, sliide is based out of london. >> >> Interesting. Its address has no name plate and seems to be a gym. It >> made a loss of Ł6.5m in its most recent accounts, an increase on the >> Ł2.6m loss the previous year. >> https://find-and-update.company-information.service.gov.uk/company/08751708 >> >> Except it does not operate outside the US. p20 of the most recent >> financial disclosure: >> >> "The whole of the company's turnover is attributable to its market in >> the USA" > > Interesting. > > Sliide (plus44 holdings ltd, trading as sliide) is headquartered in the > heart of london's tech city, specifically at rutland house, edmund street, > birmingham b3 2jr, england, united kingdom, with about 150 employees. > > Sliide's job postings are in the uk for employment and they advertise a > "buzzing london office" and "cycle to work" and "london office with a > vibrant culture". > https://app.welcometothejungle.com/companies/Sliide#company-mission-section > > In 2019 they were nominated for the uk business tech awards, which seems to > be indicating their activity within the uk market. > https://sliide.com/press/nominated-for-uk-business-tech-awards-2019 > > Much of their press releases seem to be about business in the uk. > https://www.doit.com/clients/sliide/ > > But it could all be an offshore tax haven facade for all we know. While it's clear Sliide is based out of London and that they have job ads for people based in London, what's not clear yet is if the carriers in the UK are implementing the Sliide activities that the USA carriers are adding. <com.sliide.content.MainActivity> Given Sliide has signed up with at least four different carriers, it behooves Android owners to check for the known Sliide activities. This is perhaps the best single command to use to find that "activity". $ adb shell dumpsys package | grep -B 2 -A 5 "com.sliide.content.MainActivity" C:\> adb shell dumpsys package | findstr /B /C:"com.sliide.content.MainActivity" /S PS> .\adb shell dumpsys package | Select-String -Pattern "com.sliide.content.MainActivity" -Context 2,5 Just in case the activity has a different name, we can shorten that to: $ adb shell dumpsys package | grep -B 2 -A 5 "sliide" C:\> adb shell dumpsys package | findstr /B /C:"sliide" /S PS> .\adb shell dumpsys package | Select-String -Pattern "sliide" -Context 2,5 To test the commands above... Just in case you do not have this Android activity, this command below will find launcher activities on almost every Android device out there. $ adb shell dumpsys package | grep -B 2 -A 5 "com.android.launcher3.Launcher" C:\> adb shell dumpsys package | findstr /B /C:"com.android.launcher3.Launcher" /S PS> .\adb shell dumpsys package | Select-String -Pattern "com.android.launcher3.Launcher" -Context 2,5 When you run the command above, let the rest of the team know if you found Sliide activities. After I deleted the offending package, no more came up.
Back to comp.mobile.android | Previous | Next — Previous in thread | Next in thread | Find similar
Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Marion <marion@facts.com> - 2025-06-18 17:05 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Andy Burns <usenet@andyburns.uk> - 2025-06-18 18:17 +0100
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Marion <marion@facts.com> - 2025-06-18 17:57 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Alan <nuh-uh@nope.com> - 2025-06-18 11:00 -0700
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam bad sector <forgetski@_INVALID.net> - 2025-06-28 10:32 -0400
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Marion <marion@facts.com> - 2025-06-29 03:02 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Alan <nuh-uh@nope.com> - 2025-06-18 10:59 -0700
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Woody <harrogate3@ntlworld.com> - 2025-06-18 20:04 +0100
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Alan <nuh-uh@nope.com> - 2025-06-18 12:08 -0700
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Marion <marion@facts.com> - 2025-06-18 19:35 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam badgolferman <REMOVETHISbadgolferman@gmail.com> - 2025-06-19 04:03 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Alan <nuh-uh@nope.com> - 2025-06-18 21:08 -0700
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Marion <marion@facts.com> - 2025-06-19 14:22 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Tyrone <none@none.none> - 2025-06-19 14:36 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam "W. Green" <wgreen@notreal.net> - 2025-06-19 16:28 +0100
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Chris <ithinkiam@gmail.com> - 2025-06-19 06:07 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam danny burstein <dannyb@panix.com> - 2025-06-19 09:00 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam "W. Green" <wgreen@notreal.net> - 2025-06-19 15:01 +0100
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Chris <ithinkiam@gmail.com> - 2025-06-19 17:54 +0100
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam "W. Green" <wgreen@notreal.net> - 2025-06-19 19:21 +0100
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Marion <marion@facts.com> - 2025-06-19 21:17 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Andy Burns <usenet@andyburns.uk> - 2025-06-25 12:15 +0100
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Marion <marion@facts.com> - 2025-06-25 13:07 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Tyrone <none@none.none> - 2025-06-19 14:40 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Jolly Roger <jollyroger@pobox.com> - 2025-06-19 15:58 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Marion <marion@facts.com> - 2025-06-19 18:07 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Alan <nuh-uh@nope.com> - 2025-06-19 11:56 -0700
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Jolly Roger <jollyroger@pobox.com> - 2025-06-21 18:27 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Marion <marion@facts.com> - 2025-06-19 22:39 +0000
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Alan <nuh-uh@nope.com> - 2025-06-19 16:52 -0700
Re: Warning: Check your phone for unwanted "Sliide" intrusive full-page video spam Siard <saylor259@mailbox.org> - 2025-06-20 10:54 +0200
csiph-web