<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.ventusz.hu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.ventusz.hu/feed.php">
        <title>Ventusz Wiki</title>
        <description></description>
        <link>https://wiki.ventusz.hu/</link>
        <image rdf:resource="https://wiki.ventusz.hu/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-31T06:14:50+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.ventusz.hu/doku.php?id=krisz:android:bypass_charging&amp;rev=1755954940&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ventusz.hu/doku.php?id=krisz:dokuwiki:upgrade&amp;rev=1751492134&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.ventusz.hu/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Ventusz Wiki</title>
        <link>https://wiki.ventusz.hu/</link>
        <url>https://wiki.ventusz.hu/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.ventusz.hu/doku.php?id=krisz:android:bypass_charging&amp;rev=1755954940&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-23T13:15:40+00:00</dc:date>
        <dc:creator>ventusz (ventusz@undisclosed.example.com)</dc:creator>
        <title>bypass_charging</title>
        <link>https://wiki.ventusz.hu/doku.php?id=krisz:android:bypass_charging&amp;rev=1755954940&amp;do=diff</link>
        <description>Bypass Charging

&lt;https://www.reddit.com/r/GalaxyS24Ultra/comments/1biuqvy/comment/kvsmog6/&gt;

You can force charge bypass all the time with this command:


adb shell

settings put system pass_through 1


Do note, GOS will disable it, so you must disable GOS as well:


adb shell

pm disable-user com.samsung.android.game.gametools

pm disable-user com.samsung.android.game.gamehome

pm disable-user com.samsung.android.game.gos

pm disable-user com.sec.android.smartfpsadjuster</description>
    </item>
    <item rdf:about="https://wiki.ventusz.hu/doku.php?id=krisz:dokuwiki:upgrade&amp;rev=1751492134&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-02T21:35:34+00:00</dc:date>
        <dc:creator>ventusz (ventusz@undisclosed.example.com)</dc:creator>
        <title>upgrade</title>
        <link>https://wiki.ventusz.hu/doku.php?id=krisz:dokuwiki:upgrade&amp;rev=1751492134&amp;do=diff</link>
        <description>DokuWiki Upgrade


#!/bin/bash

dokuwikiDir=data
backupDir=backups
releaseDir=releases

# apache, vagy www-data
chownUser=www-data
chownGroup=www-data

deleteInstallPhp=true

curTime=$(date &#039;+%F_%T&#039; | tr -d &#039;:&#039;)

backup() {
  # Making sure directory exist
  [[ -d $backupDir ]] || mkdir $backupDir

  # Create backup from $dokuwikiDir to $backupFile
  backupFile=$backupDir/dokuwiki_${curTime}_backup.tar.gz
  tar --use-compress-program=&quot;pigz -9 -k&quot; -cf $backupFile $dokuwikiDir 2&gt;/dev/null
}

get_re…</description>
    </item>
</rdf:RDF>
