Christine Coomanschristinecdev.hashnode.dev·Jul 24, 2024Android: How to Install ADB, APK's, and JADX-GUI on Parrot OSRecently I have dived into the journey of learning how to hack, or more precisely pen-testing. Since I focused previously on Android Pentesting when I explained how to install Genymotion and VirtualBox on Parrot OS, I thought, why don't I write anoth...Discussadb
Muhammad Mushlihmushlih.hashnode.dev·Jul 15, 2024How to Connect an Android Emulator to WSLConnecting an Android Emulator or a real Android device to WSL (Windows Subsystem for Linux) can be very useful for development purposes. This tutorial will guide you through the steps required to establish this connection over USB. Step 1: Configure...Discuss·45 readspentesting
Md. Minhazul HaqueProblog.mdminhazulhaque.io·Jun 24, 2024Optimize Your Sharp Smart TV: Disable Built-in Apps for Faster PerformanceYou can speed up your smart tv experience by disabling some annoying, built in apps. First, enable ADB on your Android TV unit. To Activate Developer Options: Navigate to Settings > About. Tap Build number seven times to enable developer mode. Once d...Discuss·101 readsAndroid
Jyoti Mauryajyotimaurya.hashnode.dev·Jun 22, 2024ADB commands TutorialIntroduction Android Debug Bridge or ADB is a versatile command line tool that lets you communicate with your android device for debugging purposes. ADB provides access to a shell environment on your device, allowing you to run powerful commands dire...DiscussReact Native App Developmentadb
Simran mehtasimranmehta18.hashnode.dev·Feb 26, 2024The problems you might face while setting up React Native and Android StudioProblem1:Android Debug Bridge not found: The problem most people face after installing android studio is that Android Debug Bridge(adb) can't be located. It a major reason behind the failing of app build. To solve this issue follow the following step...Discuss·12 likes·119 readsReact Native
Saiful Alamblog.msar.me·Feb 4, 2024Hello ADB - Cheat SheetAndroid Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can u...DiscussAndroid Debug
AKSHAY GADDIakshaygaddi.hashnode.dev·Jan 21, 2024How to install React Native in Linux (pop OS)Download VS Code and JDK VS Code I would recommend to install it as .deb package from official website https://code.visualstudio.com/download -To install the .deb package just double click and the "Eddy" (Package Installer for Linux) will handle the ...Discuss·35 readsLinux
Veeresh Charantimathveereshcharantimath.hashnode.dev·Dec 25, 2023Android Window Manager: Emulate Device Dimensions with EaseThe Challenge Often times you might encounter production issues where certain parts of your app’s UI appear cropped, missing “Call to Action” (CTA), or are not aligned correctly, but this only happens on specific devices. This is just one of the side...Discussandroid app development
Emran Khandaker Evanblog.evanemran.info·Dec 20, 2023Android Debug Bridge (ADB) Cheat Sheet: A Power User's GuideThe Android Debug Bridge (ADB) is your secret weapon for unlocking the true potential of your Android device. Whether you're a seasoned developer testing apps or a curious tinkerer exploring hidden corners, ADB is your gateway. But navigating its vas...Discuss·850 readsAndroidAndroid
Ravindu Sathsarasathsara.hashnode.dev·Nov 15, 2023Crafting Your First Ad Blocker Chrome Extension with React JS: A Beginner-Friendly Dive into Version 1Step 1: Set Up a New React App npx create-react-app ad-blocker-extension cd ad-blocker-extension Step 2: Create the Popup Component Replace the contents of src/App.js with the following code: import React from 'react'; import './App.css'; function ...Discuss·59 readschrome extension