Hi. I am Eswar Malla.

Configuring and accessing Raspberry PI(4) without SD Card reader or external monitor

Configuring and accessing Raspberry PI(4) without SD Card reader or external monitor

February 28, 2021 · 2 min · Eswar Malla

Recover a Nexus 9 from a corrupt OTA

This guide is on a Windows machine, you can follow most of it and adapt it for other operating systems though. Before you do this make sure you have the drivers for adb, fastboot and usb installed. On Windows PC: Right click on the Windows icon in the lower left corner of your screen and click Command Prompt. Right click on the Windows icon in the lower left corner of your screen and click Device Manager....

September 16, 2016 · 4 min · Eswar Malla

Somabot

The hardware interfacing is based on libmraa. You can use this on beaglebone black, Raspberry PI or the intel edison/galileo. Just select the ingredients in the settings, and the right recipes are populated for generating your cocktails automatically. The control software is a webserver you can access from any browser. Built to be responsive, so you can use it either on your mobile or desktop. If you want to add new recipes, just add new ones to the recipes....

May 4, 2016 · 2 min · Eswar Malla

Set date and time from adb

adb shell date -s YYYYMMDD.HHmmss adb shell date -s 20141020.165800 adb shell date -s 20120423.130000 adb shell 'su 0 date -s YYYYMMDD.HHmmss'

April 18, 2016 · 1 min · Eswar Malla

Android Studio stuck on 'Gradle: resolve dependancies'

Check all the dependencies, whether they are valid or not. Or for a temporary fix, try offline mode. To enable this setting go to:Preferences -> GradleIn the right side options go down to “Global Gradle Settings” and check the “Offline work” box. Build from the command line to know the exact source of the problem In windows gradlew.bat assembleDebug In linux chmod +x gradlew./gradlew assembleDebug If nothing works, You can also try to delete all contents of folder C:\Users....

April 8, 2016 · 1 min · Eswar Malla