Recent content by jeffhaskins

  1. jeffhaskins

    Boost Samsung Stylo 2

    I believe Stylo 2 is an LG device. I don't think it has that feature, but if it does it will be an option in Settings/Security/Screen Lock or Settings/Lock Screen/.
  2. jeffhaskins

    How do I get spell check on Galaxy Tab A

    Should be in language and input, but it may be in the settings of the keyboard app. I believe with Gboard it is in the Gboard settings, but could be different depending on the keyboard app.
  3. jeffhaskins

    water leaked in my bag with my phone in it

    Take a blow dryer to to the usb port...maybe just needs dried. I've had similar issues with the headphone jack before, so hopefully it will work again once it's dry.
  4. jeffhaskins

    Charger connect and battery charge but Battery charging logo not showing

    I would try a different usb cable and/or power block. USB ports often get damaged, so this could be the issue. Most of the time I see this it is just not the right amperage on the charger output.
  5. jeffhaskins

    Where is the LG stock music app

    I recently bought a Moto G4 Play...same thing. No stock music player, browser, file manager, e-mail, etc. Also, the system apps it does have like Camera...are on the playstore being updated. Weird. It seems they don't want AOSP apps anymore.
  6. jeffhaskins

    i have deleted bloatware apps and i havent back my phone s duos 2 s7582

    Did you delete GMSCore.apk? That is google play services, which will cause Gapps not to work. If so, you would have to try and download a copy from your browser and install it to system with root or backdoor install it with unknown sources enabled.
  7. jeffhaskins

    Help to retrieve data without reloading bootloader/unrooted

    Enable dev options by going to Settings/About Phone/ and tap on the build number 8 times. Then go into dev options and enable USB debugging. Install the necessary drivers for your device and download minimal adb and fastboot. Extract adb and fastboot to a folder on your desktop. Open the...
  8. jeffhaskins

    my ZTE is stuck in FASTBOOT mode ,its connected to my pc but i dont know how to get out of FASTBOOT

    Most likely need to flash your stock kernel again. Once you find the right boot.img you can flash it, but to test you can try fastboot boot boot.img. If it boots then you can go ahead and fastboot flash boot boot.img to make it permanent.
  9. jeffhaskins

    Galaxy S5 settings app is hidden and I can't seem to find it, please help!

    What happens when you pull the statusbar down and click the settings button?
  10. jeffhaskins

    I have to restart my phone to make apps lauchable.

    Interesting...sounds like an issue with package manager and ART runtime. It's not doing its runtime conversion at installation, but it does on boot. There seems to be all sort of bugs with the new runtime environment, though I haven't seen this one before. Commonly, people have issues with...
  11. jeffhaskins

    How to I downgrade to 6.0 on a Samsung Galaxy Tab A after the update?

    Download the firmware from www.sammobile.com/firmwares/ as well as ODIN and Samsung Universal USB Drivers. Boot into download mode with vol-, home,(if it has it) and power. Press vol+. Connect to PC and open Odin. You should see a blue block with a com number and it will say ...Added in the...
  12. jeffhaskins

    Was this guy really going to unlock my phone?

    I can't say for sure, but in my opinion you did the right thing. I would've been cautious as well. That whole scenario just sounds kinda shady.
  13. jeffhaskins

    Phone is frozen what can I do

    Might try removing the battery if you can. If you can't remove the battery try holding power and vol+ for 8 seconds or so to see if it will reboot. What model is this?
  14. jeffhaskins

    Why won't my Samsung Galaxy Tab 3 update past android 4.2.2

    Yes and Samsung Universal USB drivers.
  15. jeffhaskins

    How to retrieve data from a samsung s5 with a defected eMMc?

    If you use Odin to flash TWRP (if it is available for the device) adb will work by default in TWRP. My suggestion is try to get into download mode and flash TWRP, then once you boot TWRP you can grab a copy of minimal adb and fastboot. Unzip it to a folder then press shift and right click...