How to enable Android USB Debugging on Samsung Galaxy S4 mini (in pictures)


Codever Logo

(P) Codever is an open source bookmarks and snippets manager for developers & co. See our How To guides to help you get started. Public bookmarks repos on Github ⭐🙏


1 - Select Apps

1 – Select Apps

2 - Go to Settings

2 – Go to Settings

3 - Select More -> About Device

3 – Select More -> About Device

4 - Tap 7 times on Build Number

4 – Tap 7 times on Build Number

5 - Select More -> Developer options

5 – Select More -> Developer options

6-enable-usb-debugging

6 – Check USB debugging

7-Allow-USB-debugging

7 – Select OK to allow USB debugging

8-ready

8 – That’s it

Subscribe to our newsletter for more code resources and news

Adrian Matei (aka adixchen)

Adrian Matei (aka adixchen)
Life force expressing itself as a coding capable human being

Use test.each in jest to avoid repetitive tests

This blog post makes a case for using jest test.each wherever possible, by refactoring an existing test, thus making the code more concise and maintainable and reduce code duplication Continue reading