Category Archives: android

ADB Unauthorized

Problem When you type $adb devices you would like to see List of devices attached 2284239abd982342 device Instead you are seeing 22982342ab29834 unauthorized Standard Procedure That is when you connect you device for the first time, after enable developer options by touching the build number so many times and enabling the USB Debugging, the device […]

Posted in android

Samsung Galaxy S3 to Stock ROM/UnRoot and Lock

To go into boot mode To go to the recovery screen Hold Volume Up, Home and then Power Key To go to the odin screen Hold Volume Down, Home and then Power Key   To reset the phone to stock rom. You need these following files Odin KIES_HOME_I535VRBMB1_861013_REV09_user_low_ship.tar.md5 Verizon-SCH-I535-StockRecovery.tar 2. Flash Stock Recovery I downloaded […]

Posted in android

Android mount

$ adb -d shell $ mount mount rootfs / rootfs ro,relatime 0 0 tmpfs /dev tmpfs rw,relatime,mode=111 0 0 devpts /dev/pts devpts rw,relatime,mode=600 0 0 proc /proc proc rw,relatime 0 0 sysfs /sys sysfs rw,relatime 0 0 none /acct cgroup rw,relatime,cpuacct 0 0 tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0 tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0 […]

Posted in android