0% found this document useful (0 votes)
144 views1 page

Comandos para Quitar Cuenta Google

This document provides 3 commands for interacting with an Android device via ADB: 1) adb devices lists connected Android devices, 2) adb shell netcfg lists network interfaces, and 3) adb shell content insert sets a flag in the device's settings to complete the initial user setup process.

Uploaded by

Arturo AS
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
144 views1 page

Comandos para Quitar Cuenta Google

This document provides 3 commands for interacting with an Android device via ADB: 1) adb devices lists connected Android devices, 2) adb shell netcfg lists network interfaces, and 3) adb shell content insert sets a flag in the device's settings to complete the initial user setup process.

Uploaded by

Arturo AS
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1- adb devices

2- adb shell netcfg

3- adb shell content insert --uri content://settings/secure --bind


name:s:user_setup_complete --bind value:s:1

You might also like