Code Monkey home page Code Monkey logo

xmitools's Introduction

XMiTools

An xposed module for MIUI 10 / MIUI 11 / MIUI 12 / MIUI 12.5 SystemUI.

中文说明

Screenshots

Download

You can download in the following sites:

Attention

  • Only compatible for MIUI. Other ROM may not suitable.
  • Support Xposed, EdXposed, LSPosed and TaiChi.

Features

  • Status Bar
    1. Show seconds in status bar clock
    2. Custom clock alignment (left, center, right)
    3. Custom clock time format
    4. Custom clock time color
    5. Signal icons align left
    6. Display dual mobile signals
    7. Custom displayed mobile network type
  • Dropdown Status Bar
    1. Show seconds in dropdown status bar clock
    2. Custom clock time and date color
    3. Show weather info
  • Lock Screen
    1. Show seconds in horizontal clock
    2. Show seconds in vertical clock
  • And so on...

Credits

License

All code is licensed under GPLv3

xmitools's People

Contributors

tianma8023 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

xmitools's Issues

Broken

Since 9.5.9 (MI9) the mod to place the clock on the right side is broken.

The rest like colors etc is still working.

Notification icons cross the central clock

hello, when the notification icons are many these cross the central clock, it is the only problem that I have seen, for everything else it is an excellent application, thank you very much for your work.
IMG_20200509_180307

English

Maybe you can make it in English?

Statusbar Clock day

Please add day in upper and lowerformat on the clock. Works good on miui 11

BUG MIUI 12.0.3

BUG MIUI 12.0.3 / XMiTool v1.2.3, signal icons (WIFI, 4G) are duplicated on the lock screen
BUG LOCK SCREEN

THX

Snad bude fungovat, bylo by to super.

24 hour to 12 hour format

Hi Tianma, I currently use MIUI 12 on a Redmi Note 7

I would like to ask you to please choose between 24 hours and 12 hours

Thanks

LSPosed and font

大佬你好,这个模块可以使用 LSPosed 安装吗?
截图中的字体太漂亮了,请问叫啥名字呀,感谢!

bug

锁屏显秒更新系统后无效,MIUI10 9.5.9,红米5plus,状态栏时间格式一直无效,只能显秒

How you deal with Xsharepreference??

Actually i am developing a module but Xsharedpreference can't take data from sharepreferences "/data/user/0/packageName/shared_prefs/user_prefs.xml" coz as we knw its coz protection of SDK 24 or Higer i tried this way too...

if (Build.VERSION.SDK_INT > 23) {
File Prefile1;
File Prefile2;
Prefile1 = new File("/data/user/0/packageName/shared_prefs/user_prefs.xml");
Prefile2 = new File("/data/user_de/0/packageName/shared_prefs/user_prefs.xml");
if (Prefile1.exists() && Prefile1.canRead()) {

            pref = new XSharedPreferences(Prefile1); // For Android 7.0 or Higer

        } else if (!Prefile2.exists() || !Prefile2.canRead()){

            pref = new XSharedPreferences("packageName", "user_prefs");
            pref.makeWorldReadable();
            pref.reload();

        }else {
            pref = new XSharedPreferences(Prefile2);
            pref.makeWorldReadable();
            pref.reload();
            
             }

    }else {
        pref = new XSharedPreferences("com.yuvi.mask", "user_prefs");
        pref.makeWorldReadable();
        pref.reload();
    }

    return pref;
}
return pref; }
            
            
            but still can't read user_prefs.xml by Xsharedpreference
            please help bro

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.