forked from tytydraco/LADB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tytydraco:main' into main
- Loading branch information
Showing
9 changed files
with
45 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,25 +16,29 @@ | |
<string name="cancel">Cancel</string> | ||
<string name="done">Done</string> | ||
<string name="pair">Pair</string> | ||
<string name="skip">Skip</string> | ||
<string name="dismiss">Dismiss</string> | ||
|
||
<string name="delete_confirm">Are you sure you want to delete this?</string> | ||
|
||
<string name="snackbar_intent_failed">Intent failed to start</string> | ||
<string name="snackbar_file_opened">Executing script from file</string> | ||
|
||
<string name="developer_url">https://www.github.com/tytydraco</string> | ||
<string name="source_url">https://www.github.com/tytydraco/LADB</string> | ||
<string name="contact_url">mailto:[email protected]</string> | ||
<string name="tutorial_url">https://www.xda-developers.com/debloat-your-phone-run-adb-shell-commands-no-root-no-pc</string> | ||
<string name="tutorial_url">https://www.xda-developers.com/debloat-your-phone-run-adb-shell-commands-no-root-no-pc | ||
</string> | ||
|
||
<string name="paired_key">paired</string> | ||
<string name="port_hint">Port</string> | ||
|
||
<string name="code_hint">Pairing code</string> | ||
|
||
<string name="pair_title">Pairing information</string> | ||
<string name="pair_message">You must connect this device to LADB using a pairing code from the \"Wireless debugging\" page in the Developer Settings page. If you have not done this before, click \"Help\" for a tutorial.</string> | ||
<string name="pair_message">You must connect this device to LADB using a pairing code from the \"Wireless | ||
debugging\" page in the Developer Settings page. If you have not done this before, click \"Help\" for a | ||
tutorial. | ||
</string> | ||
|
||
<string name="settings">Settings</string> | ||
<string name="troubleshooting">Troubleshooting</string> | ||
|
@@ -49,11 +53,15 @@ | |
<string name="restart_key">restart</string> | ||
|
||
<string name="auto_shell_title">Pair & shell</string> | ||
<string name="auto_shell_summary">Automatically enter an ADB shell; disable to enter a regular, non-adb shell without pairing</string> | ||
<string name="auto_shell_summary">Automatically enter an ADB shell; disable to enter a regular, non-adb shell | ||
without pairing | ||
</string> | ||
<string name="auto_shell_key">auto_shell</string> | ||
|
||
<string name="buffer_size_title">Buffer size</string> | ||
<string name="buffer_size_summary">The size of the screen output buffer. Increasing this value will show more output on the screen at once at the cost of performance. (Default: 16384)</string> | ||
<string name="buffer_size_summary">The size of the screen output buffer. Increasing this value will show more output | ||
on the screen at once at the cost of performance. (Default: 16384) | ||
</string> | ||
<string name="buffer_size_key">buffer_size</string> | ||
|
||
<string name="startup_command_title">Startup command</string> | ||
|
@@ -65,10 +73,16 @@ | |
<string name="tutorial_key">tutorial</string> | ||
|
||
<string name="error_waiting_title">Stuck on \"Waiting\"</string> | ||
<string name="error_waiting_summary">Either you entered the pairing information incorrectly, or your device is not being detected. First, ensure that Wireless Debugging is actually enabled. If that does not work, Try the \"Factory reset\" setting in LADB to try pairing again.</string> | ||
<string name="error_waiting_summary">Either you entered the pairing information incorrectly, or your device is not | ||
being detected. First, ensure that Wireless Debugging is actually enabled. If that does not work, Try the | ||
\"Factory reset\" setting in LADB to try pairing again. | ||
</string> | ||
|
||
<string name="error_no_wireless_debugging_title">No \"Wireless Debugging\" toggle</string> | ||
<string name="error_no_wireless_debugging_summary">Your device does not natively support Wireless Debugging, which is required by LADB. Alternatively, you can use a PC to enable this feature, even on unsupported devices. It will last until the next reboot. Connect the device to a PC and type: adb tcpip 5555</string> | ||
<string name="error_no_wireless_debugging_summary">Your device does not natively support Wireless Debugging, which | ||
is required by LADB. Alternatively, you can use a PC to enable this feature, even on unsupported devices. It | ||
will last until the next reboot. Connect the device to a PC and type: adb tcpip 5555 | ||
</string> | ||
|
||
<string name="developer_title">Developer</string> | ||
<string name="developer_summary">Tyler Nijmeh</string> | ||
|
@@ -86,6 +100,5 @@ | |
<string name="licenses_summary">View the open source licenses</string> | ||
<string name="licenses_key">licenses</string> | ||
|
||
<string name="pref_file" translatable="false">preferences</string> | ||
<string name="pref_key_verified" translatable="false">verified</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Fri Jun 03 20:49:13 PDT 2022 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME |