Search results

  1. D

    Thread OIS not working after last update

    CLT-L29 @ 260 firmware Optical image stabilization not working after update. Video: [email protected] [email protected] Only digital stabilization. Photo mode OIS turning on very rarely, mainly in portrait mode. Why?
  2. D

    Post [Launcher 4.0+] Lucid Launcher (home screen replacement) (Updated 6/7/18) [UPDATE]

    Adding shortcuts from Browser do not work on Android Pie Recorded some example https://youtu.be/wlmBoBLRKtU
  3. D

    Post [Launcher 4.0+] Lucid Launcher (home screen replacement) (Updated 6/7/18) [UPDATE]

    Hey. Great launcher, but why I cant add bookmark from Chrome AMD any browser to home screen? No such menu item in chrome
  4. D

    Thread No reaction to USB (charger/earphones) until switch off

    My phone do not react to charger and usb headphones when android is on. If I switch off phone (not just reboot), and then boot with charger/phones connected, it works fine but till next replug. So usb port is working, bus some issue happened. Tryed to clean port did not helped.
  5. D

    Post USB port fault?

    My phone do not react to charger and usb headphones when android is on. If i switch off phone, I may start charge and may plyg phone and then if I switch phone on, charging will continue and phones will work, but until next replug. Running latest OTA update.
  6. D

    Post Bricked HTC U11 after complete discharge

    My phone do not react to charger and usb headphones when android is on. If i switch off phone, I may start charge and may plyg phone and then if I switch phone on, charging will continue and phones will work, but until next replug. Running latest OTA update.
  7. D

    Post Audio lag during videos

    I have the same problem. Update from Nougat to latest oreo didnt fix problem. Reboot helps but not for a long time.
  8. D

    Post Xiaomi Mi Band data extraction, analytics and Google Fit sync tools

    I cant understand how raw data extraction works. If I could understand algorithm, maybe I could make some software to decode it. I open origin_db in SQLiteStudio. It have table named "DATE_DATA" It have SUMMARY field - wich used for days summary extract2.csv (works now), looks like Also...
  9. D

    Post Xiaomi Mi Band data extraction, analytics and Google Fit sync tools

    Try my version for Windows. As mentioned before, to use it you need first edit "extract_data.bat" file with notepad: set origin_db=origin_db_1610064220 - set your ID here. Go MiFit -> Profile -> My Personal Info -> ID: 1610064220 set SDPathTemp=/storage/sdcard0 - set your path to SDCard...
  10. D

    Post Xiaomi Mi Band data extraction, analytics and Google Fit sync tools

    there is my working version, using new miband2.sql from previous posts. Checked on Mi Fit 2.2.1 + MiBand-2 drive.google.com/open?id=0B2Qb94YlMoWSY1dFb3YyQkNVeEU In run_NEW.bat you need change following strings: set SDPath=/storage/sdcard0 set origin_db=origin_db_1610064220 SDPath is path for...
  11. D

    Post Xiaomi Mi Band data extraction, analytics and Google Fit sync tools

    Your tables works for me! Thanks. Im use Mi Fit 2.2.1 + Mi-Band 2 - File names are changed. my directory listing: There is no "mihealth_db" - what data was in that file in prev. versions? And what data is in mistat.db now? Here is my stats using kueters miband2.sql and miband2_raw.sql...