• Re: How do you prevent an app from updating itself?

    From VanguardLH@21:1/5 to Mickey D on Tue May 28 04:01:23 2024
    Mickey D <[email protected]> wrote:

    Some apps used to have no ads but the latest versions have ads.
    If I re-install the old version, how do I prevent it from updating?

    Google not work for you?

    https://www.google.com/search?q=android+disable+auto+updates

    That found:

    https://www.lifewire.com/turn-off-automatic-updates-on-android-5192496

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mickey D@21:1/5 to All on Tue May 28 04:18:20 2024
    Some apps used to have no ads but the latest versions have ads.
    If I re-install the old version, how do I prevent it from updating?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Wed May 29 00:02:57 2024
    Mickey D, 2024-05-28 10:18:

    Some apps used to have no ads but the latest versions have ads.
    If I re-install the old version, how do I prevent it from updating?

    By turning off automatic updates in Google Play and only update apps
    manually.


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Danart@21:1/5 to All on Wed May 29 00:29:56 2024
    Mickey D wrote:
    Some apps used to have no ads but the latest versions have ads.
    If I re-install the old version, how do I prevent it from
    updating?

    You can use

    1)Super Freeze ( I froget the name but it looks like a blue icon ).
    You download it from F-droid website. In the past I would install
    F-droid and then install via searching the F-droid data-base that also
    allows you to connect to other repositories ( whatever ) of user made
    non google applications. You also have to understand many of these
    applications are not updated.

    https://f-droid.org/packages/superfreeze.tool.android/

    It literally starts up and freeze whichever $#$@ you set it too.
    Meaning it is off and is not functioning in anyway at all.
    You can set it to freeze forever or freeze if not in use.


    ......

    There are a couple of applications on the play-store but honestly
    ewwhh and ugghh the play-store.


    This is a response to the post seen at: http://www.jlaforums.com/viewtopic.php?p=666100245#666100245

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?J=C3=B6rg_Lorenz?=@21:1/5 to Danart on Wed May 29 04:02:13 2024
    On 29.05.2024 02:29, Danart wrote:

    Mickey D wrote:
    Some apps used to have no ads but the latest versions have ads.
    If I re-install the old version, how do I prevent it from
    updating?

    You can use

    1)Super Freeze ( I froget the name but it looks like a blue icon ).

    Learn to quote correctly. You are answering to Arno but delete
    everything he wrote.

    --
    "Ave Caesar! Morituri te salutant!"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Danart@21:1/5 to All on Wed May 29 19:17:02 2024
    Mickey D wrote:

    If I re-install the old version, how do I prevent it from
    updating?

    Sigh.......... your going to have to do a ADB push ( use ADB ) from
    your computer via commands.

    1) you need to gain access to your host folder.
    2) update the host lists. This can stop advertisements from updating
    in applications but could also keep it on the same ad.
    3) In the many years Android ( google ) have locked out ADB ( since
    Android 4 ) and recently since 12 have created a scenario where
    applications ignore ADB all together.

    or

    If you have an older application from whichever version of android.
    You literally would
    1) block the application from checking for updates. Even if you turn
    off updates. By that could be done with the HOSTS, but you need to
    know what server it calls to do the update.
    2) recompile the app itself via the pkg. Meaning you have the android
    package and as with OSX you are able to explore it like a folder.
    A. During this exploring you remove the part where it looks for
    updates.
    3) if the update is only looking for version number, then you just
    change that and because it matches it will not update.

    ......

    Just to repeat

    A. Block the update server. HOST files via ADB commands can do this.
    Simpliest method but you would need to know
    the actual server IP address it talks to when it does the update. If
    it is a google server it might block the entire phone from Googleplay
    services. ROTFLOL you might as well degoogle your entire phone if that
    is the case.
    B. Remove any information regarding updating by going through the pkg
    to that specific entry. E.T. no phone-home
    C. Change the version number ( or any entry ) so when it does a clap
    back with mother base it will claim it is updated.
    D. Run your program in a sandbox closes off all connections. I do not
    think there is an app outside of the workmode.?????
    I forget.
    E. Run a server that mimics home-base. Meaning this would run before
    you run that specific instance and log in the IP addresses ( server )
    it talks to. I do not see any application that will startup when the
    target app starts up in an effort to
    block any talking. This method is similar to HOST files but requires
    an application with ability to block any "communications" to
    the update server.

    ......

    Just to be clear you can use earlier versions of a program but some of
    them have bombs. These bombs might put up a wall that opens the app
    but it is in full use. Some apps just have the wall and you could
    click it off. This is used to get you to update.

    Some applications have court-orders against them and while legal they
    just update to bypass the court-order. I did nothing wrong but google
    still wants me to "update" the application.


    This is a response to the post seen at: http://www.jlaforums.com/viewtopic.php?p=666100245#666100245

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?J=C3=B6rg_Lorenz?=@21:1/5 to All on Wed May 29 22:36:23 2024
    Am 29.05.24 um 21:17 schrieb Danart:

    > Mickey D wrote:
    >
    > If I re-install the old version, how do I prevent it from
    updating?

    Sigh.......... your going to have to do a ADB push ( use ADB ) from
    your computer via commands.

    PLONK!

    --
    "Gutta cavat lapidem." (Ovid)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)