Facebook
From Fry, 7 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 487
  1. @echo off
  2. title login facebook
  3. adb -s emulator-5554 shell pm clear com.android.browser
  4. adb -s emulator-5554 shell pm disable com.facebook.katana
  5. adb -s emulator-5554 shell pm disable com.facebook.lite
  6. adb -s emulator-5554 shell am start -a android.intent.action.VIEW -d https://mbasic.facebook.com
  7. echo Press any key to exit facebook
  8. pause >nul
  9. echo thoat Browser
  10. adb -s emulator-5554 shell am force-stop com.android.browser
  11. timeout 5