Giter Site home page Giter Site logo

jollychang.github.com's Introduction

jollychang.github.com's People

Contributors

jollychang avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

jollychang.github.com's Issues

小米电视倒腾自定义图片屏保失败 xiaomi tv hack image screensaver failed

前情提要
公司基本上每个会议室都有小米电视,然后最近我们想对于会议室做一些海报的推广,很自然的想到了小米电视来作为展示的入口。
之前小米电视是支持『云相册照片自定义屏保』,但是最近广告越来越多,取消了这个功能,我就在想有没有一些 Hack 的手段来做这个事情?但是最终都一一失败了,仅分享解题思路,欢迎大家献计献策。

思路一:替换『时尚画报』已缓存的图片

  • adb 连上小米电视
    • 连续点击 5 次设置里的版本号
    • 安全页面开启 ADB 调试;
    • adb connect ip,比如 adb connect 192.168.43.119
    • adb shell find 一通,没有找到相关文件夹,而且没有 root 的话,很多目录访问不了

思路二:劫持『时尚画报』的网络请求,替换将缓存的图片

  • adb 连接小米电视
  • 安装类似 XX 桌面等可以进入 android 系统设置的应用
  • Android 系统的 WiFi 设置面板设置代理信息
  • 使用 Charles 等代理调试工具修改网络的代理资源请求 map local 到本地
  • 替换资源列表和图片文件
    xnip2018-06-28_13-14-53
    • 还修改了本地 map 图片的 md5 值
      但是依然未果,替换完成之后一直提示 『时尚画报』 加载高清图片中,而且应该触发了 httpdns 的逻辑,有时候会直接请求 ip 来获取资源

思路三:Root
不是很想做,但是 TBD

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.