Giter VIP home page Giter VIP logo

notes's Introduction

[中文]

1. MiCode便签是小米便签的社区开源版,由MIUI团队(www.miui.com) 发起并贡献第一批代码,遵循NOTICE文件所描述的开源协议,
   今后为MiCode社区(www.micode.net) 拥有,并由社区发布和维护。

2. Bug反馈和跟踪,请访问Github,
   https://github.com/MiCode/Notes/issues?sort=created&direction=desc&state=open

3. 功能建议和综合讨论,请访问MiCode,
   http://micode.net/forum.php?mod=forumdisplay&fid=38


[English]

1. MiCode Notes is open source edition of XM notepad, it's first initiated and sponsored by MIUI team (www.miui.com).
   It's opened under license described by NOTICE file. It's owned by the MiCode community (www.micode.net). In future,
   the MiCode community will release and maintain this project.

2. Regarding issue tracking, please visit Github,
   https://github.com/MiCode/Notes/issues?sort=created&direction=desc&state=open

3. Regarding feature request and general discussion, please visit Micode forum,
   http://micode.net/forum.php?mod=forumdisplay&fid=38

notes's People

Contributors

acmilan avatar sharpdevelop 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

notes's Issues

When 'Export text', it occurs 'Export failed, Please check SD card'.

This bug occurred when I tested the ‘Export text’ function.
I checked the storage permission of the Note for the first time, and find there is no SD card.
I thought the AVD has no SD card. Then, I checked the setting of my AVD, and I find there is nothing weird.
Settings of AVD
So, I check the AndroidManifest.xml at last. And I think it might lost some uses-permission like,
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
which for SD card creation and deletion permissions?

Is there any help for Android Studio?

Configuring the instants in AWS

Aws
Configuring the instants in AWS (EC2)

Choose Ami - Amazon Linux - AMIC(HVM), SSD (volume type) ----choose instance type - configure instance - Add storage - 8 or 10 gb - add tags- key (Name) , value - vijay - configure security group - review - launch- create a new key pair.
Key pair name - vijay( download. Key pair)

AlarmReceiver时钟提醒延时

net.micode.notes.ui.AlarmReceiver
安装完,第一次设置时钟是准的,第二次有一点偏差,第三次开始就是延时5分钟,从此之后定时提醒不准

java.lang.NullPointerException

D/OpenGLRenderer( 6105): Enabling debug mode 0
W/InputManagerService( 148): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@41680458 (uid=10017 pid=374)
I/ActivityManager( 148): Displayed net.micode.notes/.ui.NotesListActivity: +666ms (total +1m35s793ms)
D/dalvikvm( 6105): GC_CONCURRENT freed 100K, 3% free 11468K/11719K, paused 12ms+3ms
E/ActivityThread( 6105): Failed to find provider info for notes
D/dalvikvm( 222): GC_CONCURRENT freed 442K, 28% free 10357K/14279K, paused 2ms+3ms
E/ActivityThread( 6105): Failed to find provider info for notes
E/ActivityThread( 6105): Failed to find provider info for notes
I/ActivityManager( 148): START {act=android.intent.action.SEARCH flg=0x10000000 cmp=net.micode.notes/.ui.NoteEditActivity (has extras)} from pid 6105
W/InputManagerService( 148): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@415318f8 (uid=10021 pid=6105)
D/dalvikvm( 222): GC_CONCURRENT freed 376K, 28% free 10378K/14279K, paused 2ms+3ms
E/NoteEditActivity( 6105): Intent not specified action, should not support
W/ActivityManager( 148): Duplicate finish request for ActivityRecord{41765688 net.micode.notes/.ui.NoteEditActivity}
W/InputManagerService( 148): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41536ab0
D/AndroidRuntime( 6105): Shutting down VM
W/dalvikvm( 6105): threadid=1: thread exiting with uncaught exception (group=0x40a5d1f8)
D/dalvikvm( 6105): GC_CONCURRENT freed 159K, 3% free 12014K/12295K, paused 2ms+3ms
E/AndroidRuntime( 6105): FATAL EXCEPTION: main
E/AndroidRuntime( 6105): java.lang.NullPointerException
E/AndroidRuntime( 6105): at net.micode.notes.ui.NoteEditActivity.clearSettingState(NoteEditActivity.java:466)
E/AndroidRuntime( 6105): at net.micode.notes.ui.NoteEditActivity.onPrepareOptionsMenu(NoteEditActivity.java:485)
E/AndroidRuntime( 6105): at android.app.Activity.onPreparePanel(Activity.java:2462)
E/AndroidRuntime( 6105): at com.android.internal.policy.impl.PhoneWindow.preparePanel(PhoneWindow.java:416)
E/AndroidRuntime( 6105): at com.android.internal.policy.impl.PhoneWindow.invalidatePanelMenu(PhoneWindow.java:739)
E/AndroidRuntime( 6105): at com.android.internal.policy.impl.PhoneWindow$1.run(PhoneWindow.java:2833)
E/AndroidRuntime( 6105): at android.os.Handler.handleCallback(Handler.java:605)
E/AndroidRuntime( 6105): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 6105): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6105): at android.app.ActivityThread.main(ActivityThread.java:4424)
E/AndroidRuntime( 6105): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6105): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 6105): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime( 6105): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime( 6105): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 148): Force finishing activity net.micode.notes/.ui.NotesListActivity
W/ActivityManager( 148): Activity pause timeout for ActivityRecord{4173d258 net.micode.notes/.ui.NotesListActivity}

Release kernel source code for Redmi note 12 5G (SUNSTONE)

Greetings, Xiaomi Team

I am writing as a Redmi Note 12 5G India Sunstone user to ask for the release of the kernel and device trees for this particular handset.

I'm interested in customizing my device and helping to create custom ROMs and kernels because I'm an enthusiast and developer. Without having access to the required kernel and device tree sources, I am unable to achieve it, though.

I ask Xiaomi to make the Redmi Note 12 5G Sunstone's kernel and device trees available, as doing so will allow the development community to make custom ROMs and kernels for the smartphone and enhance the user experience in general.

I appreciate you giving this issue your attention. I value your ongoing assistance with the information

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.