[NO ROOT][28.04.2020] FaceNotify - Show notifications only when you look - OnePlus 6 Themes, Apps, and Mods

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
FaceNotify by K4CZP3R
Hi, I'm really happy to show you my app.
This app will hide content of your notifications and show it only when it recognizes your face!
I really wanted this IOS-feature on my OnePlus, but could not find an app for this. So I wrote this app!
Installation guide on YouTube
It works with OnePlus 5/5T/6/6T/Xiaomi RN7/Samsung S8/S9/S9+/S10. Other phones are not tested, but it will probably work.
(OS Supported: OxygenOS, crDroid, OmniROM, MIUI)
Send me your logcat dump if you want to have your phone supported! (adb logcat -d > logcat.txt)
Create logcat dump after locking and unlocking your device using face unlock
Upload to gist.github or pastebin and send it to me via PM.
You can send my app log if you are having issues! (Enable it in settings, then send file named Documents/facenotify.txt)
OnePlus and their Oxygen OS Android modification is known as maximizing the stock Android experience. This may be true on the UX front but the exact opposite is valid for background process limits. ~https://dontkillmyapp.com/oneplus
So, try to follow this guide if the service gets killed!
If it still does not work, you can try to install facenotify as system app (will add magisk support for it in the next release!)
Code:
Changelog 2.0.5 (beta)
- Comply with Google Smartlock (FaceNotify will show notifications when Google Smartlock trust your location/bluetooth devices)
Changelog 1.5.6
- Added support for Galaxy S20 (and other new galaxy devices)
- Fixed App Logger crashing the whole app (Permissions error on android 10)
Changelog 1.5.3
- Fixed: scan function would not work because of path differences between phones
- Fixed: LG face recognition, thanks to @Saad Kothiwala
Changelog 1.5.2 (This version is only available through google play)
- Fixed: Notifications not showing after detection
- Added: [B]LG support[/B] (let me know if it works)
- Added: Reboot info at first startup
- Changed: removed hardcoded strings
- This is the last beta release (if everything goes well)
Changelog 1.5.0 (This version is only available through google play)
- Fixed: redirection to face unlock settings (All phones)
- Fixed: device not supported even when it is supported
- Changed: icons in settings
- Fixed: layout of startup check (Now it should work with smaller screen sizes)
Changelog 1.4.9 (This version is only available through google play)
- Changed: versionNameSuffix apperance (x.x.x.beta)
- Added: face unlock settings activity in manifest (this should fix fc on samsung phones)
- Changed: categorized settings
- Fixed: restoreAtInstall would not reset "firstRun" flag
- Deleted: old service functions
- Changed: comp check in settings
- Changed: Face detection scan should be a little bit more faster now
- Changed: logcat check, now system does the heavy part, not the app
- Fixed: Multiple services because startAtBoot service did not check if service is already on
- Fixed: crash on service stop
Fixed: Bug where service would crash because of wrong type of preference
Changelog 1.4.8 (This version is only available through google play)
- Added: Iris, Intelligent scan for samsung devices! (Thanks, @marcovittori and @Mr.Januzi)
- Changed: Backend server api
- Tried to fix: method tester in settings
Changelog 1.4.2 (This version is only available through google play)
- Added: Samsung Galaxy S8/S9/S10 support! (Thanks, @Mr.Januzi)
- Added: Samsung Galaxy S9+ to the supported devices list (SAMSUNG_SM-G965F)
- Fixed: FaceNotify would not work if specified language was set on phone
- Added: Changelog in the app
Changelog 1.4.0 (This version is only available through google play)
- Fixed: now service start itself at boot
- Fixed: Background service (check settings [ignore battery optimisation])
- Changed: Delay after face detection can by any value (in ms)
- Changed: First run screen (clear app data to see it)
Changelog 1.3.3 (This version is only available through google play)
- Fixed: Crash on start (it was due bad implementation of file reader)
- Moved: Log viewer to separate activity
- Changed: Logcat won't contain app facedetection messages (only app logs will do)
- Changed: Small cosmetic changes
Changelog 1.3.2
- Changed: Detection mode, software is prioritized over hardware
Changelog 1.3.1
- Added: support for MIUI (Tested on Xiaomi Redmi Note 7)
- Added: support for Xiaomi Redmi Note 7 on MIUI
- Changed: Yet another update on background process...
- Added: App log (enable it in settings to log app behaviour)
- Added: Simple "animations" [works with content hiding, not notification hiding]
- Changed: small cosmetic changes
- Changed: cleaned code a little bit
- Changed: "Your phone" name to a human-readable one
- Changed: names of detection modes to (OnePlus (Oxygen OS), AOSP (smartlock), Xiaomi (MIUI))
- Bug 1: In tester, miui option does have Samsung name (it's just a string mismatch) so if there's a true at samsung, choose miui.
Changelog 1.3.0
- Added: support for OmniROM (9.0)
- Added: Another method of background service (need to be tested)
- Added: Bugs to be fixed later
- Added: Will scan logs after the time of unlocking (won't scan old logs which could confuse notification show decision)
- Removed: Not working samsung unlock option
- Bug 1: Sometimes content will overlap
- Bug 2: You need to tap on a boot notification to start service
Changelog 1.2.7
- Added: Initial support for Samsung Galaxy S9 (probably broken)
- Added: Support for crDroid (on OnePlus 5T, there is a chance it will work on other custom roms)
- Added: Ability to choose 1 of 3 detection options (OOS, Custom ROM, Samsung) [Will add more in the future]
- Added: Test mode in settings, open it, lock your screen and unlock using your face. Then look if a value changes from false to true, if not your phone is not supported :( (send me your logcat)
- Changed: The way of detecting face back to 1.1 (Test)
Changelog 1.2.5 (hotfix)
- Added: Fix button in settings, if your face detection has no effect, please use this button.
Changelog 1.2.4
- Fixed: Restore to defaults had no effect
- Fixed: When hide notification, it would show notification with hidden content
- Fixed: Bug where multiple services will launch causing detection to break
- Fixed: Start on boot not executing
Changelog 1.2
- Added support for non-rooted phones (You will need a one-time adb connection to grant some permissions)
- Added support for OnePlus 5
- Rewrote some functions (preparing for open source release)
Changelog 1.1
- Lowered API, now Oreo devices can install this app
- Added support for OnePlus 5t
- Fixed bug when whole notification will show, but content will be still hidden
- Fixed shortcut to security settings
FaceNotify will need following permissions:
Code:
READ_LOGS - Check status of face recognition (adb shell pm grant k4czp3r.facenotify android.permission.READ_LOGS)
WRITE_SECURE_SETTINGS - Configure notifications settings (adb shell pm grant k4czp3r.facenotify android.permission.WRITE_SECURE_SETTINGS)
DUMP and PACKAGE_USAGE_STATS - Check background service status (adb shell pm grant k4czp3r.facenotify android.permission.DUMP) (adb shell pm grant k4czp3r.facenotify android.permission.PACKAGE_USAGE_STATS)
How to grant these permissions
Linux
1. Download platform-tools to be able to use ADB (google it)
2. Enable USB Debugging on your phone
3. Connect your phone to the computer
4. Enter adb devices
5. If your device is on the list, continue, otherwise repeat from step 2.
6. Grant needed permissions:
6a.
Code:
adb shell pm grant k4czp3r.facenotify android.permission.READ_LOGS
6b.
Code:
adb shell pm grant k4czp3r.facenotify android.permission.WRITE_SECURE_SETTINGS
6c.
Code:
adb shell pm grant k4czp3r.facenotify android.permission.DUMP
6d.
Code:
adb shell pm grant k4czp3r.facenotify android.permission.PACKAGE_USAGE_STATS
7. Permissions are granted and you can use FaceNotify now!
Windows
1. Download FaceNotify - Helper (look at downloads section)
2. Enable USB Debugging on your phone.
3. Connect your phone to the computer
4. Open FaceNotify Helper.exe
5. In the new opened window click Refresh
6. If your device is on the list, select it and continue, otherwise repeat from step 2.
7. Button Grant permissions should become active, click it
8. Accept confirmation message.
9. Permissions are granted and you can use FaceNotify now!
FAQ
Q: Nothing happens when my face is detected
A: Run Fix logs option in settings
Q: I've just installed FaceNotify and started service, it does not work
A: Reboot your phone.
Presentation by 4U Tech
Download from Play Store!
FaceNotify - PlayStore Download
Big thanks to:
@Mr.Januzi- for samsung galaxy s8/s9/s10 support
(and everyone who sent logcats to help me!)
Buy me a beer! paypal.me/KacperSerewis
Sources:
FaceNotify - Helper: https://github.com/K4CZP3R/FaceNotify_helper
XDA:DevDB Information
FaceNotify, Tool/Utility for the OnePlus 6
Contributors
kacperes00
Version Information
Status: Stable
Current Stable Version: 1.5.6
Stable Release Date: 2020-04-28
Current Beta Version: 2.0.5
Beta Release Date: 2020-05-04
Created 2019-04-03
Last Updated 2020-05-10

Great idea. Thanks for making this.
Just FYI for other: On the 6T, I only saw a blank page when I first opened the app. Waited a bit and I could see the buttons.
Sent from my ONEPLUS A6013 using Tapatalk

Wow it seems great

Tried your app and bit worked but when I set it back to default and my notifications still wasn't showing....

ddaharu said:
Tried your app and bit worked but when I set it back to default and my notifications still wasn't showing....
Click to expand...
Click to collapse
Settings - Security & lock screen - Lock screen preferences - On lock screen - Show all notification content.

SpY311 said:
Settings - Security & lock screen - Lock screen preferences - On lock screen - Show all notification content.
Click to expand...
Click to collapse
thanks mate. This is a great app. Thanks a lot for it. Maybe I can shoot you some ideas of my own. ?

ddaharu said:
thanks mate. This is a great app. Thanks a lot for it. Maybe I can shoot you some ideas of my own. ?
Click to expand...
Click to collapse
It's not my app. I just said how solve problem.

Thanks it's working fine !!

Anybody confirm if it works on 5t?

Is the download down? It doesn't work for me.

GeneFitz23 said:
Anybody confirm if it works on 5t?
Click to expand...
Click to collapse
Someone on the reddit post confirmed that it works. Although it will say "not supported" in the second box
Sent from my ONEPLUS A6003 using XDA Labs
---------- Post added at 06:01 AM ---------- Previous post was at 05:52 AM ----------
Oh damn never thought this would be possible. One caveat though. The transition from hidden to showing the notification content is not smooth. Actually there isn't even an animation. Could you do something with that or is it a limitation of Android?
Sent from my ONEPLUS A6003 using XDA Labs

Drunken1337 said:
Is the download down? It doesn't work for me.
Click to expand...
Click to collapse
It is working, you can try downloading from xda

Does not seem to be working for me on OnePlus 6.
First time I tap start service, it gives me an error my device is not supported. Second time it activates but does not hide any notifications on lock screen.

Nice work, thx

anirudhnyg said:
Does not seem to be working for me on OnePlus 6.
First time I tap start service, it gives me an error my device is not supported. Second time it activates but does not hide any notifications on lock screen.
Click to expand...
Click to collapse
Try to change some settings in app, it may be a bug. (will be fixed in the next release)

This is seriously very clever ! And it works perfectly, OOS 9.0.4. I set id the hide the whole notifications, it works wonders ! Love it !

It's a little inconsistent on OOS 9.0.3. The persistent notification is there, battery optimization is off for this app but somehow it still doesn't work after a period of time and I have to go into the app to disable and then re enable the service for it to work again.
Sent from my ONEPLUS A6003 using XDA Labs

Works great on my OnePlus 5T Beta 26(Pie).
Thanks!

Looks and works great! Thanks for this! I was trying on tasker a few days ago but it didn't work nearly as well. Are you planning on making this open source by chance?

JTruj1ll0923 said:
Looks and works great! Thanks for this! I was trying on tasker a few days ago but it didn't work nearly as well. Are you planning on making this open source by chance?
Click to expand...
Click to collapse
Sure thing! Once we get in stable version, I will release source for it.

Related

[Xposed][MOD][1.30.3] AppOpsXposed - AppOps for 4.3+

AppOpsXposed is a module for the Xposed framework that restores AppOps functionality on Android >= 4.4.2, and works on all Android versions from Jellybean 4.3 up to Marshmallow 6.0.1. Why not just install XPrivacy? you may ask - read this post.
Source code is available on github (License: GPLv3+)
ChangeLog:
1.30.3 (2016-02-21):
* Fix missing op labels/summaries
* Fix issue in "Show changed"
* Fix OP_BOOT_COMPLETED on Marshmallow
1.30.2 (2016-02-20):
* Fixed crashes
1.30.1 (2016-02-20):
* Fixed crash
* Updated Slovak translation
1.30 (2016-02-19):
* Better support for Marshmallow
* Fixed crashes
* Fixed label/summary issues
* Fixed multiple icons in "App info" screen
* New "Minimal" variant (disables icon in "Settings" app)
1.29-BETA10
* Fixed crashes
1.29-BETA9
* Fixed crashes
1.29-BETA8 (2015-11-09):
* Fixed crashes / empty app lists
* Potentially fixed missing bootup tab
1.29-BETA7:
* Add option to customize appearance (theme, icons)
* Fixed issue on MiUi where ops were reset
* Add AppOps to AOSP Lollipop Settings
* Add option to export/import app restrictions
* AOX now displays notifications on app installs/updates, launching the AppOps screen for that particular app
1.28.1 (2015-08-04)
* Fix bugs in hacks for OP_WAKE_LOCK and OP_BOOT_COMPLETED
1.28 (2015-05-17)
* Fix crashes on certain HTC devices
* Fix switch labels
* Smaller icon in Settings
1.27 (2015-05-15):
* Add translations for 22 languages
1.26.1:
* Fixed issue on Sony ROMs where all ops were shown as disabled
* Restrictions can be reset under "Show changed"
* Fix crash when changing ops
* Better handling of non-AOSP ops (labels, summaries)
1.25.3:
* Multiple fixes for Lollipop
1.24:
* Add option to disable verbose logs
* Potential fix for LG icon issue
* Potential fix for Samsung GridSettings bug
* Add hack to fix ops resetting on reboot if
installed on SD.
1.23
* Finally got the HTC variant working
(thanks to @Mikanoshi)
* Fixed some system-app-install issues
* Bugfixes
1.22:
* AppOpsXposed now works without Xposed, by installing
as a system-app.
* Add new ops for Lollipop (compatibility mode)
* When enabled, use compatibility mode when launching
from settings app as well
1.21.1:
* Fix compatibility mode
1.21:
* Added new compatibility mode (BETA)
* Fix crash on LG ROMs
* Attempted to fix wrong icon size on some ROMs
* WakeLock hack disabled on JellyBean for now
1.20.2:
* Fixed version number (updates should work now)
1.20.1:
* Fixed compatibility with some LG ROMs
* Fixed WakeLockFix (JellyBean currently broken)
* Updated icon in settings for non-AOSP ROMs
1.19:
- Fixed some issues in Samsung ROMs
- Fixed issue in detection of CyanogenMod-based ROMs
- Added bug report functionality
1.18:
* Added OP_BOOT_COMPLETED hack (must be enabled manually under "Hacks")
* Added WakeLock fix (must be enabled manually under "Hacks")
* Fixed crashes in CyanogenMod-based ROMs
* Now using a dedicated icon in Settings (thanks @Kickinpigeons)
* Added Spanish translation (thanks @Jose Artuñedo)
1.17.2:
- Xperia only: more human readable info (e.g. "Run at start-up" vs "BOOT_COMPLETED")
1.17:
- Fixed compatibility with Galaxy S5 settings app (grid layout)
- Fixed crash on Xperia KitKat ROMs
1.16:
- Added OmniROM variant (no header in settings, only icon in "App info")
- Added variant for Sony KitKat ROMs with a switch in AppOps, as opposed to the drop-down menu found in 4.3 ROMs
1.15.1:
- Fix crashes on Android 4.3
1.15:
- Added module-specific settings (click module name in Xposed Installer's "Module" section)
- Launcher icon can now be hidden
- Added Korean translation by [email protected]
1.14:
- This release should fix further crashes on recent cn11 nightlies
1.13:
- Attempted to fix issues on recent cm11 nightlies - again
- Added Japanese translation ([email protected])
1.12:
- Hopefully fixed crashes on Xperia devices
- For now, on CM11 nightlies >= 2014-01-28 almost all features are disabled. AppOps can be launched via the launcher icon only.
1.11:
- Fixed layout issue on Xperia ROMs.
1.10.2:
- Hopefully fix crash on Sony stock ROMs
1.10.1:
- On Android 4.3, AppOpsXposed now works as a launcher even if the Xposed Framework is not installed
- Fixed issue where AppOps could not be started from "App info"
1.9:
- AppOpsXposed is now compatible with Sony Xperia devices
- Fixed AppOps details layout for languages where strings were much longer than in English
- Fixed error where AppOps could not be launched from "App info"
- "App info" now uses AppOpsXposed's icon instead of text
- Better detection of Stock vs. AOSP ROMs
- Added 63 translations of "App ops"
- New icon
1.8:
- AppOps for a specific app can now also be launched from the "App info" page of an app
- The module should now work correctly on Sony (Xperia) devices
1.7:
- Added launcher icon for ROMs where there's no icon in Settings
- Reverted sorting in AppOps to default for now
- Potential fix for HTC devices
1.6.1:
- Sort entries in App ops alphabetically.
1.6:
- Another attempt at fixing Samsung-related issues. "App ops" should now be listed below "Apps", wherever "Apps" may be
on your device.
1.5:
- On Samsung devices with a tabbed interface in "Settings", "App ops" should now be displayed in the "General" tab only.
1.4:
- Should fix issue where "App ops" was shown more than once in "Settings"
1.3:
- Fixed Android 4.3 compatibility
1.2:
- No longer allow module to be installed on Android versions before 4.3
1.1:
- Add "App ops" in Settings app; thirdparty AppOps-launcher no longer required!
What is AppOps(Xposed)? What's the difference between AppOps and permissions?
AppOps is a feature that is included in Android starting with JellyBean 4.3. It allows the user to limit an apps functionality, regardless of permissions granted; for example, you can prevent an app from reading your contact list, or accessing your current location. The difference between revoking permissions and using AppOps is that in the latter case, the affected app will not know what happend and, most importantly, will (usually) not crash. In the case of the location, the app will think that the location is currently unavailable. In the case of your contact list, the app will see an empty list. See this flowchart for an example:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You'll notice ALLOWED, IGNORED and ERRORED; these are the so-called modes, which can be set for each operation. The AppOps interface is very simple, as it provides an on/off switch for every operation. Using this, you switch between ALLOWED and IGNORED, which is usually enough. ERRORED will (likely) make an app crash, or in some cases it will behave exactly as IGNORED.
In the flowchart above, the permission for reading the contact list is android.permission.READ_CALL_LOG,
the corresponding app op is OP_READ_CALL_LOG. Not every permission has a corresponding op, and likewise some ops don't have a corresponding permission. For example, there's no op for the network access permission android.permission.INTERNET, and there's no permission corresponding to the OP_POST_NOTIFICATION op. Note that some app ops are used internally by Android: for example, starting with KitKat Android only allows one app to act as the messaging app; this is controlled by OP_WRITE_SMS.
You'll also notice that in the AppOps app-list, there are often more ops listed for an app than when clicking it. This is because Android groups certain ops into one switch. For example, the "Location" switch controls 7 ops at once: OP_COARSE_LOCATION, OP_FINE_LOCATION, OP_GPS, OP_WIFI_SCAN, OP_NEIGHBORING_CELLS, OP_MONITOR_LOCATION, OP_MONITOR_HIGH_POWER_LOCATION.
Another important thing to keep in mind is that AppOps was not intended for end-users, so some features do not work as advertised. Limiting "Keep awake" for example has no effect, as this was not implemented by the Android developers.
Now that Marshmallow has permission control, what does this module do on Marshmallow?
It may come as a surprise that permission control on Marshmallow doesn't directly use AppOps directly, but instead operates on the permission level. The mechanism used in Marshmallow is this:
When installing an app, so-called "dangerous permissions" [1]are not immediately granted
An app must check whether a permission has been granted before performing an operation that requires this permission
The app is notified of the user's decision and must handle it accordingly (displaying an error message, for example).
This is in contrast to previous Android versions, where an app was granted all requested permissions after install. Revoking a permission thus most often caused the app to crash, since it generally did not expect the permission to be denied.
The mechanism layed out above leads to a slightly different permission/op flowchart, as compared to pre-Marshmallow:
The major difference here is, as explained above, that the app itself must check whether a permission has been granted, and then handle the result accordingly. This also means that an app will be notified of the users decision on a permission level, but not the AppOps level,
i.e. an app may believe that it can access the user's contact list, because the user permitted the app to do so (i.e. granted it the READ_CONTACTS permission), when in fact it is not, because OP_READ_CONTACTS is set to MODE_IGNORED).
A list of so-called "dangerous" permissions can be found here.
The history of AppOps(Xposed)
Until Android 4.4.2, you could access a hidden AppOps interface in the "Settings" app, which you could use to limit the operations of apps; root access was not needed. In 4.4.2, this possibility was disabled. The interface was still there, but it could not be launched from the outside anymore. It was at this point that I decided to create AppOpsXposed, initially a *really* simple (source code) Xposed module, that restored the previous behaviour by hacking into the "Settings" app and re-enabling the interface again.
Starting with AppOpsXposed 1.1, I also added an entry in the "Settings" app, so a launcher icon was not needed anymore. This however only worked for AOSP and AOSP-based ROMs, so I had to add support for ROMs from Sony, HTC, Samsung, etc.. This proved to be a difficult task over time, as many made major modifications to the "Settings" app, and I had no way of testing the code without an actual device - my only device is a Nexus 4. I thus had to rely on user-supplied logs, and then hope that they follow up with more info, to get an issue in the "Settings" app fixed.
Starting with AppOpsXposed 1.21, I added a feature called "Compatibility mode", which ignored the AppOps interface in the Settings app, which didn't use the AppOps interface in your settings app, but rather one included in AppOpsXposed itself. This makes it much easier to fix bugs and add new features, and relieves me of the pain in the ass that is the support of so many different ROMs out there. See another flowchart for a TL;DR:
Starting with AppOpsXposed 1.25, "Compatibility mode" was enabled for all ROMs, and could no longer be disabled. The app uses the GET_APP_OPS_STATS and UPDATE_APP_OPS_STATS permissions to access and change operation modes; this also allows the app to work without Xposed, by installing it as a system app (because the *_APP_OPS_STATS permissions are not granted to normal applications).
I have plans to add several new features in the AppOps interface, but as always, be patient. I'm often busy and this is just my hobby!
READ BEFORE YOU POST
It might seem stupid, but before reporting a crash please try the following: uninstall AppOpsXposed, reinstall it, re-enable it in the Xposed Installer, reboot. It often helps, don't as me why.
Post AT LEAST the following info:
Device,
Android version (4.3, 4.4, etc.)
Name and type (stock/custom) of ROM
In AppOpsXposed's settings menu there's an option "Build bug report" (see below) - use it! Normal logcats are not enough!
>>> DOWNLOAD LINK (github) <<<
caspase said:
AppOpsXposed is a quick-'n-dirty module for the Xposed framework that restores the AppOps functionality on Android 4.4.2. The module enables the :android:show_fragment hack used by many AppOps-launching apps on KitKat and also adds "App ops" in the native android Settings app.
ChangeLog:
1.1:
- Add "App ops" in Settings app; thirdparty AppOps-launcher no longer required!
Source code is available on github (can't post link though).
Click to expand...
Click to collapse
Is root required ?
dive3000 said:
Is root required ?
Click to expand...
Click to collapse
It requires the Xposed Framewoek, so yes!
caspase said:
It requires the Xposed Framewoek, so yes!
Click to expand...
Click to collapse
Fancy uploading it to the repo at http://repo.xposed.info/ ?
Great job, thank you!
The module itself doesn't need root right?
Sent from my Nexus 7 using Tapatalk 4
drewstiff said:
Fancy uploading it to the repo at ... ?
Click to expand...
Click to collapse
Done, can't post link though, need 10 posts first
stfudude said:
The module itself doesn't need root right?
Click to expand...
Click to collapse
Nope, but it's useless w/o root since Xposed Framework needs root. The source is available on github (link
Works perfectly for me ... and I love that you added the AppOps to the settings menu thank you much!
Please add support for 4.3 S3.
Where is it shown in settings?
tariq2kn said:
Please add support for 4.3 S3.
Where is it shown in settings?
Click to expand...
Click to collapse
It should be shown in the "Personal" section, or the very last entry in Settings.
To add proper support for devices not running stock Android I need the Settings.apk file, since the module's design is very implementation-specific.
Sent from my Nexus 4 using xda app-developers app
Works great. Thank you!!
Sent from my Nexus 4 using Tapatalk
Every time... problem parsing the package... please re-upload.
Will this effect the OTA update? As far as I know the xposed framework will cancel OTA veryfication...
LittleGreenMan13 said:
Will this effect the OTA update? As far as I know the xposed framework will cancel OTA veryfication...
Click to expand...
Click to collapse
If you uninstall xposed, OTA will install fine.
68325426
Awesome work dude......thankyou.. :highfive:
bobstone said:
Every time... problem parsing the package... please re-upload.
Click to expand...
Click to collapse
Ensure that you have version 2.4.1 of Xposed Framework installed. What version of Android are you on? Can you post the relevant sections from a logcat?
Sent from my Nexus 4 using xda app-developers app
caspase said:
It should be shown in the "Personal" section, or the very last entry in Settings.
To add proper support for devices not running stock Android I need the Settings.apk file, since the module's design is very implementation-specific.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Not showing anywhere on my S3 4.3.
felix1234 said:
If you uninstall xposed, OTA will install fine.
Click to expand...
Click to collapse
To slightly clarify, you don't need to uninstall the app itself or any of it's modules. Just go into the xposed app and click uninstall, but leave the app installed. Once OTA is done and you're re-rooted, go back to the app and click install/update.
Thanks for this, I was hoping someone would finally make a mod for this.
tariq2kn said:
Not showing anywhere on my S3 4.3.
Click to expand...
Click to collapse
In my last post I asked for some info, without it there's little I can do! If you're using Samsung ROM it's very likely that it won't work, because their Settings app is likely to differ implementation-wise!
For now I've tested it ONLY on Nexus Kitkat ROMs (4.4.2), so be patient!
Sent from my Nexus 4 using xda app-developers app

[Touchwiz ROM] : MIUI V5 4.6.20 with Multiwindows & S-Pen

[Touchwiz ROM] : MIUI V5 4.6.20 with Multiwindow & S-Pen
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Your warranty is now void
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
THANKS
I would like to give my sincere thanks to: eZdubzitmk4 for his work
INSTRUCTIONS
1. Wipe data, cache, and dalvik
2. Install Rom zip file
3. Install gapps
4. Flash modem (if needed)
5. Flash kernel (if needed)
6. Boot into rom. You will likely have working 3g and not 4g. Setup the rom all the way through until you get to the homescreen.
7. Enable root using the permissions app in the security folder.
8. Add APN details ( Only if no Data connection you see even after turning ON 3G, else skip this part)
9. Download Terminal Emulator from play store ( only if Data connection messed up or not available, else skip this part)
10. Type "su" without qoutes. Hit enter. ( only if Data connection messed up or not available, else skip this part)
11. Type "fixdata.sh" without the quotes.The device will reboot.
*****************************************************************************************************************
A few force closes when you boot up but after that very smooth.
NOTE: If your Network Data is not working, just run "fixdata.sh" from terminal again
*Not sure if this applies to everyone(need further feedbacks), because I had to go set up the Singtel APN and save it..
*****************************************************************************************************************
UPDATES: MIUI V5 4.6.20
Google Gapps Added
Android L Boot Animation and MIUI Animated Icons added
MIUI ROM 4.6.20 Full Changelog
[System]
Fix - Sometimes, volume would change when playing music using bluetooth (Mi3) (6-17)
[Gallery]
Optimization - When viewing images from Camera, the title bar and editing bar will show by default (6-19)
Optimization - Support pinching to change sizes of Gif images (6-19)
Fix - Unclear watermarks on pictures taken in HDR/RAW modes (6-19)
[Themes]
New - Added 'Declaration and Impunity' popup message when first connecting to the Internet or first using the app (6-19)
New - Added option to set MIUI system font (6-19)
New - Resources introduction and recommendation for new users (6-19)
Optimization - Optimized the layout of themes list (6-19)
Fix - Free trail notification wouldn't disappear (6-19)
Fix - Preview images wouldn't show when sharing local fonts (6-19)
Fix - Couldn't set MMS images as wallpaper (6-19)
[Security]
Optimization - Enhanced smoothness of Permission - Manage App Permissions page (6-19)
[Calendar]
Fix - Sometimes, app would stop responding (6-18)
[Mail]
Fix - App might FC when setting up Hotmail accounts (6-19)
Fix - Inaccurate attachments sizes for IMAP protocol accounts (6-19)
Fix - Mistakes in sorting attachments by date (6-19)
Fix - For some POP3 protocol accounts, couldn't download an attachment again after deleting it in the attachments management page (6-19)
Fix - Sometimes, app would fake freeze when downloading attachments (6-19)
Fix - Sometimes, mail content would show as unrecognizable codes (6-19)
Fix - yeah.net mails couldn't download attachments (6-19)
Fix - Some POP3 accounts might receive mails repeatedly (6-19)
Fix - Sometimes, couldn't download images automatically even when connected to WiFi (6-19)
Downloading LINK:
http://www.mediafire.com/download/t7gvelauptbsefw/STABLE_MIUI-N7105-4.6.20-Gapps_V9.zip
UPDATES: MIUI V5 4.6.13
MIUI ROM 4.6.13 Full Changelog
[System]
Fix - Sometimes could not get IP address (Mi3 WCDMA) (6-12)
[Gallery]
Fix - Sometimes Gallery would FC when opening pictures from a third-party app (6-9)
[Mail]
Optimization - There will be a reminder if a mail was not sent out (6-9)
Optimization - The add attachment button will always show in the mail composing page (6-9)
Fix - Could log into a same account repeatedly (6-9)
Fix - Sometimes there were mistakes in folders number counting if there were several accounts (6-9)
Fix - Attachments would continue downloading after pressing stop (6-9)
Fix - Sometimes could not forward mails with attachments (6-9)
Fix - Errors in signature UI after saving a mail as draft (6-9)
Fix - App might exit abnormally when editing account name (6-9)
[Browser]
New - Support pulling down to refresh cloud tags (6-11)
New - Sync history and Sync webapp functions added (6-11)
Fix - It would still automatically fill in usernames after clearing the saved passwords (6-11)
[Radio]
Fix - There was no sound when playing using the speaker (Mi3 WCDMA) (6-12)
Fix - There was no sound when recording using FM Radio (Mi3 WCDMA) (6-12)
[Calendar]
Fix - Could not open calendar if not logged into a Xiaomi account (6-9)
Downloading LINK:
http://www.mediafire.com/download/21j6zf9ivy6pjvf/STABLE_MIUI-N7105-4.6.13-Android4.1_V8.zip
UPDATES: MIUI V5 4.6.6
MIUI ROM 4.6.6 Full Changelog
[System]
Fix - Slow charging speed (Mi3 WCDMA/CDMA) (6-5)
Fix - Sometimes couldn't open WLAN after booting (Mi3 WCDMA/CDMA) (6-5)
Fix - Sometimes couldn't connect to any WiFi router without rebooting (Mi3 WCDMA/CDMA) (6-5)
Fix - Recorder couldn't adjust volume on speaker (Mi3 WCDMA/CDMA) (6-5)
Fix - OTG couldn't write in (Mi3 WCDMA/CDMA) (6-5)
[Messaging]
Optimization - Optimized UI of Notification messages. Support viewing messages by types by pulling down (6-4)
[Camera]
Optimization - It blurred when long pressing to take pictures (Mi3 WCDMA/CDMA) (6-5)
[Gallery]
New - Press the blank area to add pictures when Cloud images page is empty (6-4)
New - Support editing pictures in cloud albums (6-4)
New - Support pinching to return to image list when viewing pictures in full screen (6-4)
[Mail]
Fix - Some POP accounts could not log in (6-3)
Fix - ZIP attachments did not automatically open after downloading (6-3)
Fix - Using 'Sort by' in searching results may cause FC (6-3)
Fix - Could not send mails by clicking the email address in contact details page (6-3)
[Browser]
Fix - Some webpages said password was not filled in after auto-fill (6-4)
Fix - Some webpages didn't zoom in/out by double press (6-4)
Downloading LINK:
http://www.mediafire.com/download/h0gzqkq0241e4v4/STABLE_MIUI-N7105-4.6.6-Android4.1_V7.zip
UPDATES: MIUI V5 4.4.25
1) A lot of language
2) CRT OFF (not buggy with lockscreen.)
3) WeatherBZ instead Chinese weather app
4) Added MIUI Old wallpaper
5) Some New Icons and Way more V5 style icons
6) Little Change in Window animations
7) Stock Kernel
NOTE: No bug seen for the moment except SNote functioning, I will fix this up.
Downloading LINK:
http://www.mediafire.com/download/f89dhe95a9w1wxp/STABLE_MIUI-N7105-4.4.25-Android4.1_V6.zip
UPDATES:
1. Added Sony Walkman
2. Added TrackID from Sony Xperia
3. DSP Manager for Music
4. Added Note2Settings for icons DPI settings
5. Flash player Added
6. Added QuickOffice and Adobe Reader
7. Added MovieStudio for modifications
8. Added Taptalk, Adway and SamsungApps
9. MIUI Security Centre works like charm
For TORCH on lockscreen : After flashing ROM it asks to disable the Recovery Flash say NO on the confirmation. Worked on CMW, TWRP and Philz Recovery.
Downloading LINK: http://www.mediafire.com/download/a137ayegp3obd1h/MIUI_V5_LTE_4.2.28_AROMAV5.zip
NEW RELEASE UPDATES: 4.2.28
I DONT HAVE N7105 NOW AS I SWITCHED BACK TO N7100, SO WONT BE POOSIBLE FOR FUTURE UPDATES
Change Log:
1. No more Phone force closed
2. Don't ask me LTE for now, please use 3G
3. AROMA working need some clean up, please take care
4. Android Version : 4.1.2
5. Works with any variant of Note II
6. Torch Fixed
7. Please use the default Kernal else you wont be having working Torch.
AND MANY MORE, TRY IT.
LATEST ROM FILE:
MIUI_V5_LTE_4.2.28_AROMAV4.zip
ROM FILE:
MIUIv5_3.12.20_N7105-FixedV1.zip
Change Log:
1.Added S-Voice app
2.Added Paper Artitst app
3.Added Burgerz International Weather app
4.FIXED: Browser for file downloading
5.Removed MiuiVideo player for now
6.Removed FMRadio app as N7105 doesnt have Radio hardware to support it
7.Updated the MIUI Music app for some know issues
8.Google Contact and Calander Sync support without installing GAPPS
DOWNLOAD
MediaFire LINK[UPDATED]: MIUIv5_3.12.20_N7105-UPDATED.zip
GAPPS LINK( Thanks to eZdubzitmk4) : GAPPS
SABRE KERNAL: HERE
KNOWN ISSUES AS OF NOW
1. Phone.apk crashes a few times at bootup (turn off show force closes if you don't want to see it)
2. Downloaded Themes might lead theme manager to crash
3. Torch needs a fix
4. 3G/1X always shows no signal regardless of actual strength
5. Stock theme causes Phone.apk to crash when making a call ---- switch to a different theme and reboot to fix
HOW TO DISABLE MULTI-WINDOWS
TAKE BACKUP FIRST
Just freeze FlashBarService.apk in /system/app. Titanium Backup can freeze apps, but it requires root. Don't forget to reboot the phone after freezing it.
Link to Titanium Backup:
https://play.google.com/store/apps/d...dW1CYWNrdXAiXQ
MODS
WSM Tools
http://forum.xda-developers.com/show....php?t=2481178
XPOSED Framework
http://forum.xda-developers.com/show....php?t=1574401
CHANGELOG
MIUI ROM 3.12.20 Full Changelog
[Home screen]
New - App location function added in Global Search (12-17)
Optimization - Auto-complete search: User doesn't need to enter the full name of the app or file they are looking for to view search results (12-17)
[Calendar]
New - New version (new day view and month view, transparent black and full white widgets added) (12-19)
Fix - Fixed display issue with description on calendar details page (12-19)
[Contacts]
Optimization - When user is not signed in to Email account, tapping a contact's picture on their cover page will display their Email address (12-17)*
Fix - When an unknown number was added to contacts, sometimes the list view would not be displayed correctly (12-17)
Fix - Sometimes, when syncing contacts from SIM card to phone, app would FC (12-17)
Fix - When user had no contacts, the "Select all" button could still be tapped (12-17)
Fix - On contact's detail page, birthday was displayed incorrectly (12-17)*
Fix - When contact's detail page had 3 tabs, the triangle indicating the current tab would not align properly (12-17)*
Fix - When airplane mode was on, user would be reminded to re-sign in to their Xiaomi Account (12-17)
Fix - When using the +17951 and +86 prefixes to dial the same number, the number would display as two separate numbers in call history (12-17)
[Clock]
Optimization - Updated 2014 holiday info for China ("work days" for alarm settings) (12-19)
[Downloads]
Fix - File formats and links to apps were incorrect (12-17)
[Phone]
Fix - Some parts of the dial pad were displayed incorrectly (12-17)
[Messaging]
Fix - Outing going message status icon displayed incorrectly (12-18)*
[MiCredits]*
New - Horizontal view added for pop-up payment windows (12-18)
New - Details page for user purchase and top-up history (12-18)
New - After top-up card QR code is read, app will complete top-up automatically (12-18)
Optimization - When user needs to enter a password, keyboard appears automatically (12-18)
Optimization - Lock screen hides user account info (12-18)
[MiCloud Back ups]
Optimization - Only apps that have been used on the day of the back up are backed up to cloud (12-19)
[Music]
New - Sync playlist feature (12-17)
New - Song select feature for Leishi KTV consoles (12-17)
New - Baidu High Quality Music service (pay per month) (12-17)
[Security Center]
Optimization - After check process is complete, new title displayed at Cache Clean Up page (12-19)*
Optimization - In Permissions, user can view blank pages display format (12-19)
Fix - After check process was complete, tapping the Clean up button would cause app to FC (12-19)
Fix - After apps were designated as risks or viruses during scan, when user tapped app to view details, the app size would display as "0" (12-19)*
[Video]*
Fix - Sometimes when user was streaming content, app would FC (12-19)
Fix - User couldn't delete items in "My videos" list view (12-19)
Thanks: If it weren't for these guys, we wouldn't have the newest TW MIUI!
dtroup64 - For maintaining the Verizon base now, again making this port possible as well.
WarlockLord - For his Verizon base, making this all possible
lbxmobbin_1 - For his sprint base, getting the ball rolling, and a bunch of tech support
aminalmo - For his AT&T base that I pulled a lot of ideas and info from
Great Great Great Great:laugh:
I Like IT:good::good::good::good:
Hope upload will update soooooooooon.:fingers-crossed:
I will give this rom a try.. Thanks Kat0072 for your hard work. I will provide feedback soon, once I can download it
Updates:
1) Dropbox File uploading finished....
2) Uploading the same on MediaFire as well.. which is still going on << Completed and added the link to the main thread
Maw2607 said:
Great Great Great Great:laugh:
I Like IT:good::good::good::good:
Hope upload will update soooooooooon.:fingers-crossed:
Click to expand...
Click to collapse
For now I uploaded to dropbox, please a try on it.
MediaFire link still under uploading status...
slysurfer said:
I will give this rom a try.. Thanks Kat0072 for your hard work. I will provide feedback soon, once I can download it
Click to expand...
Click to collapse
Dropbox links is available now :silly:
Thanks already download it.
Dopeeee.
Thanks for posting! Keep us updated!!
At first side, the rom is very good !!!
My APN is well recognise :victory: which is really cool because on ATT and VZW i always have to enter it manually. I will test it even more to see if 4G end everything work but i think it's a really good base.
You just forget to include the fixdata.sh in xbin, i will try with this on the att rom.
Thanks you very much kat0072 :good:
Maw2607 said:
Great Great Great Great:laugh:
I Like IT:good::good::good::good:
Hope upload will update soooooooooon.:fingers-crossed:
Click to expand...
Click to collapse
which is better for GT N7105T - MIUI V5 OR DN3
paddypm said:
which is better for GT N7105T - MIUI V5 OR DN3
Click to expand...
Click to collapse
dn3 by far, but MIUI TW . needs a lot of attention, but will be a perfect alternative to tw rom if stable + fixes,
thanks
Maw2607 said:
At first side, the rom is very good !!!
My APN is well recognise :victory: which is really cool because on ATT and VZW i always have to enter it manually. I will test it even more to see if 4G end everything work but i think it's a really good base.
You just forget to include the fixdata.sh in xbin, i will try with this on the att rom.
Thanks you very much kat0072 :good:
Click to expand...
Click to collapse
Thanks for giving it a try and pointing to my mistake. Let me check the fixdata.sh file in the base.
KNOWN ISSUES AS OF NOW
1. Phone.apk crashes a few times at bootup (turn off show force closes if you don't want to see it)
2. Downloaded Themes might lead theme manager to crash
3. Torch needs a fix
4. 3G/1X always shows no signal regardless of actual strength
5. Stock theme causes Phone.apk to crash when making a call ---- switch to a different theme and reboot to fix
Click to expand...
Click to collapse
Tried it, but have to uninstall after few hours. Phone, contact, Video folder not working, tried to download new theme but each time crash while trying to import theme, so can't change theme to fix it.
After some little test:
I don't have crash with phone.apk (make call and receive call) but i could fill lucky for now as i use it as is and don't install theme.
After fixdata.sh 4G ok (verify with network monitor and the icon show 4G on status bar) :good:
Translate in french wit jbart master: all is good.
I Have some FC with themes.
Here i am for now.
pspeter said:
Tried it, but have to uninstall after few hours. Phone, contact, Video folder not working, tried to download new theme but each time crash while trying to import theme, so can't change theme to fix it.
Click to expand...
Click to collapse
Hey thanks for the feedback. I would advise you to give a try with cleaning your internal SD card.
Initially I faced issue when I was using another MIUI based and tried putting MIUI Touchwiz. The phone and contact started crashing.
I didn't see phone and contact crashing yet, Themes I know its crashing as soon as its starts importing it. I am working on this to get it fixed.
Maw2607 said:
After some little test:
I don't have crash with phone.apk (make call and receive call) but i could fill lucky for now as i use it as is and don't install theme.
After fixdata.sh 4G ok (verify with network monitor and the icon show 4G on status bar) :good:
Translate in french wit jbart master: all is good.
I Have some FC with themes.
Here i am for now.
Click to expand...
Click to collapse
Thanks for the valuable feedback, Theme manager having some bug. I will start working tomorrow onwards.
Hi all.
Can I install it with the 4.3 bootloader? My warranty is already void.
Thanx in advance.
nambinina said:
Hi all.
Can I install it with the 4.3 bootloader? My warranty is already void.
Thanx in advance.
Click to expand...
Click to collapse
Should not be a problem ROM will take care of it, only thing make sure the internal SD card stuff is backed up and in clean state.
Don't keep old files and folder. External micro card no need to touch, you can keep the stuff as it is.
Good Luck.
pspeter said:
Tried it, but have to uninstall after few hours. Phone, contact, Video folder not working, tried to download new theme but each time crash while trying to import theme, so can't change theme to fix it.
Click to expand...
Click to collapse
Based on the last response I made some changes to the build, which will fix the below:
1) No more Phone dial crashing
2) No more contact crashing
3) APN File working fine: fixdata.sh not required until you really have issue with Data connection or APN
4) More importantly Theme Manager application crashing which is somehow fixed.
The latest file is still uploading, will share the latest link in the morning.
I NEED A TESTER, to try this build .......
In Progress
----------------
Torch and Video app still working on
GOOD NIGHT

MIUI 8 ROM for Micromax A350

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CHANGELOG
- Brand new design
- Second space
- Support for cloning most apps
- Long screenshots
- New scanner
- Shortcut menu
- Special effects for video editing
- New templates for Notes
- Redesigned Task Manager
- Redesigned Gallery
- Smart menu for editing text
- Wallpaper Carousel
- All-new Battery saver
- Recognition for fraudulent messages
MIUI 8 China Developer ROM 6.6.16 Full Changelog
There are over a thousand optimizations in MIUI 8, please allow me to introduce some new features for you!
- Brand new design
- Second space
- Support for cloning most apps
- Long screenshots
- New Calculator
- New scanner
- Shortcut menu
- Mi Lanting font
- Support for speech-to-text output in Recorder
- Special effects for video editing
- New templates for Notes
- Redesigned Task Manager
- Redesigned Gallery
- Smart menu for editing text
- Wallpaper Carousel
- All-new Battery saver
- Recognition for fraudulent messages
Lockscreen, Status Bar, Notification Bar
Optimization - Can't unlock Second space with Mi Band (06-14)
Fix - Couldn't see percentage progress of the system updates (06-14)
Market
New - New power saving algorithm for automatic updates (06-14)
Fix - Problems with "Install" button in Downloads (06-14)
Live
New - New design (06-15)
New - Customizable Beautify (06-15)
New - Support for Traditional Chinese and English (06-15)
Optimization - 16 new animations (06-15)
Optimization - Minor adjustments and improvements (06-15)
Mi Drop
Fix - Mi Drop could not find the receiver after GPS was closed (06-07)
MIUI 8 China Developer ROM 6.6.23 Full Changelog
Highlights
New - App lock: Unlock all apps at once (06-23)
Optimization - Loading speed for the first reboot after OTA (06-21)
System
Optimization - Loading speed increased twice for the first reboot after OTA (support for 6.0 devices) (06-21)
Lockscreen, Status Bar, Notification Bar
Optimization - Floating notification format for incoming calls (06-22)
Fix - Errors on Wi-Fi details page (06-22)
Security
New - App lock: Unlock all apps at once (06-22)
Other
Fix - FC issues with Sogou handwritten input (06-21)
MIUI 8 China Developer ROM 6.6.30 Full Changelog
Highlights
New - Preventing unwanted triggered app starts (06-28)
New - Deleting Second space while in First space (06-29)
Messaging
New - Editing rules for blocked messages (06-28)
Home screen
Optimization - Hid the switch icon when there are no current tasks (06-27)
Settings
New - Deleting Second space while in First space (06-28)
Permissions Manager
New - Preventing unwanted triggered app starts (06-28)
File Explorer
Fix - Couldn't see files saved from dual apps (06-28)
Quick Ball
New - Tap gesture for Quick ball (06-30)
MIUI 8 China Developer ROM 6.7.7 Full Changelog
Highlights
New - Saved and available Wi-Fi networks appear first in the list (07-05)
New - After a permission is restricted, a clickable notification is sent to the user which can restore permissions (07-05)
System
Fix - Interrupted Wi-Fi connection in some cases (07-07)
Lockscreen, Status Bar, Notification Bar
New - Animation for successful Wi-Fi connection (07-07)
Optimization - Separeter sound and vibration permissions for notifications (07-07)
Fix - An error whe tapping the white area of the Notification shade (07-07)
Fix - Issues with notification shade in landscape mode (07-07)
Fix - Couldn't enter Mi Home from lock screen with Second space on (07-07)
Home screen
Optimization - Fixed sound effect for deleting apps (07-07)
Fix - Wrong app was opened after long-pressing the app in Task manager (07-07)
Fix - The button for switching modes didn't work in Task Manager in some cases (07-07)
Camera
New - MIUI 8 camera (07-07) (Mi 5, Mi Max)
Settings
New - Saved and available Wi-Fi networks appear first in the list (07-05)
Market
Optimization - Start page loading speed (07-05)
Fix - Issues with sharing apps to Weibo (07-05)
MI Wallet
New - Card design by default (07-05)
MIUI 8 China Developer ROM 6.7.14 Full Changelog
Highlights
New - Deleted button in the screenshot mode (07-12)
System
Fix - Fingerprint issues (07-12)
Fix - Fingerprint scanner made the device freeze and reboot (07-12)
Lockscreen, Status Bar, Notification Bar
Optimization - Clickable arrow for Wi-Fi (07-12)
Optimization - A prompt about entering password and activating fingerprint after rebooting the device (07-13)
Fix - Customized carrier name isn't shown in Second space (07-12)
Home screen
Optimization - Landscape mode for Task manager (07-08)
Optimization - Task Manager stability (07-13)
Fix - Issues with wallpaper when switching to Second space (07-13)
Delete - Home screen Music widget (07-13)
Gallery
New - Delete directly from the screenshot preview page (07-12)
Optimization - Adjusted size for the button which creates new albums (07-12)
Optimization - "Show original" option appears only on cloud or optimized items (07-12)
Optimization - Double tap to zoom in, swipe up without entering sharing mode (07-12)
Optimization - When auto-rotate is off in Gallery, it won't influence the rest of the system (07-13)
Fix - Scrolling screenshot issues in Notes and Mail (07-12)
Fix - Couldn't go back to the original photo after making a screenshot or finishing editing/sharing it (07-12)
Fix - Couldn't pick up calls while making Scrolling screenshots (07-13)
Fix - Enter system app while editing a scrolling screenshot in the OOB flow (07-13)
Delete - Removed Edit option for GIF images (07-12)
Weather
Fix - Issues with curves in forecasts (07-13)
Mi Wallet
Optimization - Details for transport cards (07-14)
Optimization - Transport card balance displayed on the start page of Mi Wallet (07-14)
Optimization - Transport card algorithm (07-14)
MIUI 8 China Developer ROM 6.8.11 full changelog (LATEST)
Improved layout for text descriptions of Wallpaper Carousel.
Issues fixed with icons after re-flashing the device.
Three-fingered swipe for taking screenshots
New option for preview scrolling screenshot preview with a double tap.
While creating a Scrolling screenshot screen won’t go to sleep.
Issues fixed with note’s background and QQ WeChat
Major design improvements in the music app.
Optimization in adjustments in Sound & Vibration while starting
New features added in the Chinese calendar.
Improved Security. Better design, more cool features.
Optimization in finger payment, password prompt and credit and bank cards bill
Fix issues in fingerprint and password appeared simultaneously in some cases
Fix back button in Settings, music app and crashed page.
MIUI 8 China Developer ROM 6.8.11 design improvement update:
The main page of music app is recreated to provide smooth and faster performance. MIUI renovate the Music app with a new look with harmonizing colors.
MIUI 8 China Developer ROM 6.8.11 three finger swipe for taking screenshot update:
It is whole new features which enable users to take fingerprint with three finger swipe. Users can take screenshots in more convenient way with this features. Below image demonstrate the three finger swipe.
MIUI 8 China Developer ROM 6.8.11 improved security update:
In this latest MIUI ROM performance score will be shown at first page. This will saves time of users to get performance score.
MIUI 8 Global Developer ROM 6.7.5 Features and Changelog(LATEST)
New Features
Introducing new design
Introducing Second space
Dual app support for most apps
Long screenshots
New Calculator
Introducing Quick ball
New templates for Notes
Redesigned Gallery
Smart menu for editing text
Highlights
New - App lock: Unlock all apps at once (06-23)
New - Deleting Second space while in First space (06-29)
New - Saved and available Wi-Fi networks appear first in the list (07-05)
New - After a permission is restricted, a clickable notification is sent to the user which can restore permissions (07-05)
System
Optimization - Loading speed increased twice for the first reboot after OTA (support for 6.0 devices) (06-21)
Lockscreen, Status Bar, Notification Bar
New - Animation for successful Wi-Fi connection (07-07)
Optimization - Floating notification format for incoming calls (06-22)
Optimization - Separeter sound and vibration permissions for notifications (07-07)
Fix - Repetitions in Settings (06-22)
Fix - Errors on Wi-Fi details page (06-22)
Fix - An error whe tapping the white area of the Notification shade (07-07)
Fix - Couldn't enter Mi Home from lock screen with Second space on (07-07)Home screen
Optimization - Hid the switch icon when there are no current tasks (06-27)
Optimization - Fixed sound effect for deleting apps (07-07)
Fix - Wrong app was opened after long-pressing the app in Task manager (07-07)
Fix - The button for switching modes didn't work in Task Manager in some cases (07-07)
Settings
New - Deleting Second space while in First space (06-28)
New - Saved and available Wi-Fi networks appear first in the list (07-05)
File Explorer
Fix - Couldn't see files saved from dual apps (06-28)
Quick Ball
New - Tap gesture for Quick ball (06-30)
AND MUCH MORE!
Some screenshots are available for you under screenshot tab on this forum !
Wipe data highly recommended in case of issues..!
Due to the limitation of hardware platform, devices running MIUI 8 based on Android 4.4 (Redmi 1, Redmi 1S, Redmi 2, Redmi 2A, Redmi Note 3G, Redmi Note 4G) don't support 'Second space' and 'Cloned apps' for now.
FLASHING INSTRUCTIONS
download rom from given link, sound patch & GAPPS to internal memory
MMX A350 V3 PHILZ recovery is recommended to flash any MIUI Version in A350
format data, caches, dalvik caches....go to custom format option then wipe system manually
then choose MIUI 8 zip & flash...
DO NOT INSERT SIM NEITHER CONNECT TO WIFI In order to complete 1st boot setup...
install viper driver by opening app & giving supersu permission
head to xposed, Activate both Modules & install firmware followed by reboot
To Improve Loudness of thr device sound patch zip can be flashed via Recovery
Vooollllaaaa.....ready to enjoy MIUI 8( IMEI can be entered by Chamlephone app from Google play store unless u don't lose ur baseband)
Credits :
XIAOMI & MIUI -For Providing the ROM.
Dr.Rahul(ME) & My Lovely Brother Dr.Rohan-For Endless Efforts.
DON'T FLASH ANY KERNEL
Note :
-IMPORTANT: FLASH AT YOUR OWN RISK. We are not responsible for any bricked phones or damages caused due to the ROM. You lose
warranty when you root/flash ROMS on your phone.
-BATTERY: Keeping at 100% charged is recommended before flashing.
-BACKUP: Take BACKUP from recovery, useful in case you mess up. Or try Titanium to backup all data and apps.
-Please do not mirror without permission.
-Do not port without permission
-Please read the FAQ first as it might help you.
-Please don't send PM. Ask queries in the thread only.
-Please do not send request to add any app / themes.
-This ROM will be kept as as close to pure MIUI to give a rich experience.
-Please don't ask for when will you update the ROM.
-I won't guarantee anything about my ROM. If you like it keep it otherwise the most simple thing you can do is switch to some other ROM.
DOWNLOAD LINKS
Download MIUI 8 China (Dev) V.6.6.16 ROM For V3 :CLICK HERE
Download Sound Enhancement Patch : CLICK HERE
Download Philz Touch Recovery for V3 Micromax A350 : CLICK HERE
Download GAPPS for MIUI7/8 China Dev ROMS : CLICK HERE
Download OTA_v4.4.2_A350_6.6.16_6.6.20_MIUI8 : CLICK HERE
Download OTA_v4.4.2_A350_MIUI8_6.6.20_6.6.23 : CLICK HERE
Download OTA-v4.4.2-A350-MIUI8-6.6.23-6.6.30-fix : CLICK HERE
Download MIUI 8-Multilingual-V.6.7.7-A350-ROM with Global Theme Support : CLICK HERE
Download MIUI 8-OTA-V.6.7.7-V.6.7.14-A350-DR.RAHUL : CLICK HERE
Download MIUI 8-OTA-V.6.7.14-V.6.8.11-A350-DR.RAHUL : CLICK HERE
Download MIUI 8-Global-Dev-V6.7.5-A350-ROM(NEW) Dated: -11/07/2016 : CLICK HERE
MIUI 7 THREAD LINK FOR A350 : CLICK HERE
XDA:DevDB Information
MIUI 8 for Knight, ROM for the Micromax Canvas Knight
Contributors
rsbaviskar, rohanbaviskar530
Source Code: https://github.com/tpruvot/MT6592-KK-KERNEL
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: kitkat 4.4.2 v3 merge storage
Based On: MIUI, AOSP
Version Information
Status: Stable
Current Stable Version: 6.6.16,6.6.20,6.6.23
Stable Release Date: 2016-06-17
Created 2017-01-01
Last Updated 2017-01-01
Awesome!
Edit... Good!!

DeluxeROM v32 [N950F/G955F/G950F] [DUG6] [PIE] [AROMA] [ROMCONTROL] [+KERNEL] [FINAL]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​# 1 - Introduction
# 2 - ROM features
# 3 - Kernel features
# 4 - ROM / Kernel links
# 5 - Sources and thanks
# 6 - FAQ and Telegram support
# 1 - Introduction
Hi! Welcome to Android Pie DeluxeROM® for exynos8895!
This ROM is compatible with N950F/FD/N, G955F/FD/N and G950F/FD/N.
At this point you should already know this, but just in case... Installing a custom ROM requires TWRP, and installing a modified binary such as TWRP, will increase our knox timer to 0x1, restricting us to use most of the knox features and without a way to reset it. With this custom ROM, we'll get most of the features back, keep reading
WARNING : WE DON'T TAKE RESPONSABILITES WITH WHAT HAPPENS ON YOUR DEVICE.
# 2 - ROM features
- Based on latest N950FXXSFDUG6
- Security patch 1 aug 2021
- AROMA installer to customize what we need
- Odex (Modded files has ben reodexed to get a better performance)
- Debloat
- Deknox
- Build.prop tweaks
- Secure folder patch
- RMM patched
- OEM toggle always enabled
- Decrypted CSCs and tweaked (Call recording, LTE only...)
- Safetynet/Netflix/S-Health fixes
- Official status on settings
- Signature checks disabled
- Native WebView without Chrome dependency
- Flash available till 1%
- Endless trials on theme store
- Modded TouchWiz with custom grid sizes (up to 8x8)
- Magisk root (optional)
- Chinese smartmanager (optional)
- AppLock (optional)
- Dual speaker (optional)
- ROM/Kernel/BLCP/DRC auto-updated
- Ton of mods under DRC (DeluxeROMControl) such as dual bar, remap for all keys, toggle styles, panel colors, advanced reboot menu, wifi/signal/alarm/sound styles, led settings, kernel settings... and much more
# 3 - Kernel features
- Based on latest N950FXXSDDTJ1 sources
- Compiled with stock google gcc 4.9
- Removed knox/tima/defex and all security restrictions
- Removed forced /data encryption and dm-verity
- Added props to help with S-Health, SmartView, Secure Folder, etc...
- Added all stock governors and schedulers
- Added WireGuard
- Added NTFS (R/W) support
- Added fake knox (0x0) and other small hacks
- Added DriveDroid support
- Added gestures (DT2W,S2W,S2S)
- Added led fading
- Removed forced selinux enforcing
- SELinux permissive by default (Switchable on DRC)
- CRC disabled by default (Switchable on DRC)
- Low memory killer profiles (Switchable on DRC)
- Patched sepolicy to avoid lags
# 4 - ROM / Kernel links
- First we need TWRP with working /data partition. If you don't know how to, please go to THIS thread.
- Download the ROM from here :
DRIVE - DRIVE2 - DRIVE3 - MEGA - MEGA2 - AFH
- Push to the phone
- Wipe system/data/cache/dalvik
- Install the ROM and after the auto-reboot wait about 10mins.
- Done
Kernel is built-in the ROM, but in case you need to reflash it, here are all the releases :
GITHUB KERNEL RELEASES
# 5 - Sources and thanks
DRC CODE SOURCE
KERNEL CODE SOURCE
List of developers/testers who contributed to this :
- @a.raul for all his extensive help on this project (mods, icons, fixs...)
- @DeluxeTeam®
- @ISS81
- @skywalkerr
- @jotajotavader
- @Jhonny_The_Raven
- @pablostriker19
- @Logel
- @ANDROIDXFOREVER
- @BudHorn
- @FD2R_K20A
- @msubhani
- @corsicanu
- @SuperRs
- @Grouxho
- @thereassadd
- @khongloi
- @yash92duster
- @daxgirl
- @topjohnwu
- @amarullz
That's all! Don't forget to press the thanks button
If you want to make a contribution, press Donate button or click HERE
Enjoy ​
FAQ
DO NOT REPORT BUGS OR TRY TO GET ASSISTANCE WHILE USING MODDED VERSIONS USUALLY MADE BY KANGERS LIKE @mpal AND OTHER 4PDA MEMBERS.
- What's dual statusbar (DSB) ?
+ The mod consists on duplicate the statusbar size and unlock more "positions" on "Statusbar views position" on DRC. This will give us more space to place our views like carrier, network speedmeter, batteries, icons, etc ...
- How can I activate dual statusbar ?
+ Once you flashed the ROM, you have a zip on the internal memory called DUAL_SB. This zip will detect which statusbar you have and change it. So it's valid too to revert dual to single.
- Why the statusbar custom background takes some time to be shown after a reboot ?
+ This happens only with images (not colors nor gradient), and it have a reason, when the device is booting, the UI can't access to your internal memory (for security reasons), so, when the mod tries to load the image, it fails. On the past this give us a headache with force-closes and not showing images. Now it simply will load it when the system sends the flag BOOT_COMPLETED. How much time it takes ? Not much really, from 10 seconds up to 1:30min.
- Where I can find backgrounds that fits with dual statusbar ?
+ We added a folder on your internal memory called DLX_BGS with more than 50 designs. If is not enough, you can always use any other image...
- Why I can't enter to the sub-screens on DRC ?
+ The statusbar views have a "master" preference called "Icons hidden", ALL the icons picked here won't be visible on the statusbar and the sub-screens will be disabled (why would we edit preferences without show the view ?). Don't forget to un-hide before edit them.
- DRC needs root and busybox to work ?
+ No. ONLY the kernel configurations needs root and busybox (both).
- I need mTweaks to configure DeluxeKernel ?
+ NO. You have a screen on DRC to configure it, so, don't use other apps while you're on this kernel.
- I switched to permissive but it doesn't change.
+ First of all check root and busybox, if they are ok wait few minutes. Sometimes magisk is slow to grant the root. This applies to all kernel configurations.
- I rebooted and I'm again on enforcing SELinux.
+ The boot is always with the default values, and as the statusbar, when the flag BOOT_COMPLETED is sent, kernel configurations are applied.
- If I flash another kernel, will DRC override kernel configurations ?
+ No, if is not the kernel provided, DRC won't show you the preferences related and won't apply them, so you can still using the app provided (usually) with the kernel.
- Double tap to wake doesn't works as expected with AOD.
+ Known issue, but no solution for now. (AOD have already a double tap to wake with the home button without press it, maybe is enough with it )
- What's the "Fingerprint wake-on" exactly ?
+ I made it thinking on the S7 where the user needs to press the button to wake-up the screen, but is good for us if we don't want to wast battery with the sensor. If it's disabled, fingerprint stills working, but won't wake up the device.
More questions when I get free...
Telegram support
English group HERE
Spanish group HERE
​
Reserved 2
Sounds nice! Will give it a try. I'd love RomControl Roms
Nice job!! Congrats master!!!
Feature Request in rc; 3minit clock
Bug; ram bar recents - height wrong?!
Bushido1992 said:
Feature Request in rc; 3minit clock
Bug; ram bar recents - height wrong?!
Click to expand...
Click to collapse
3minitclock? Did u see what u have in RC for clock? 3minit is not needed...
And what bug of ram bar? Any problem with that
thanks bro finally a serious rom for the note 8 a few things but done well congratulations
Sounds good. Trying asap. Thanks
AbrahamGC said:
3minitclock? Did u see what u have in RC for clock? 3minit is not needed...
And what bug of ram bar? Any problem with that
Click to expand...
Click to collapse
I like 3minit clock because there a tons of settings and customizations(also a little bit more than RC - i miss german date settings^^) . Yeah i look'd up to all RC settings.
To rambar - 4 me i think it's too far down (i only know it on top) . Look at my attachment
Good work so far. All runs fine at the moment
how can I decrease aod light?
Bushido1992 said:
I like 3minit clock because there a tons of settings and customizations(also a little bit more than RC - i miss german date settings^^) . Yeah i look'd up to all RC settings.
To rambar - 4 me i think it's too far down (i only know it on top) . Look at my attachment
Good work so far. All runs fine at the moment
Click to expand...
Click to collapse
If you want in German I can send you an strings.xml and you can translate it, then all mods will be in German too. Just PM me.
RAM bar you r right it's little down, I will fix it on next release, don't worry.
arshia.sunboy said:
how can I decrease aod light?
Click to expand...
Click to collapse
There isn't any mod added for that, mate
Thanks for your ROM and Rom control.
After installation on my S8-fd, I have to play with Magisk manager and enable permission, after that can start Rom control. Then, no root, and installed Magisk 16.4, enable System ui permision for Superuser. After that, reboot menu worked.
But, still can not enable OEM unlock. What to do?
Gear vr and Dex working? What about people with OEM issues?
miloshp said:
Thanks for your ROM and Rom control.
After installation on my S8-fd, I have to play with Magisk manager and enable permission, after that can start Rom control. Then, no root, and installed Magisk 16.4, enable System ui permision for Superuser. After that, reboot menu worked.
But, still can not enable OEM unlock. What to do?
Click to expand...
Click to collapse
The Magisk "fight" are explained on the FAQ, but well, u made it working.
OEM unlock, the ROM contains RMM patch so u shouldn't have that problem. All my testers never faced problems with that so.... i'm not sure what happened.
Motawa88 said:
Gear vr and Dex working? What about people with OEM issues?
Click to expand...
Click to collapse
Gear VR are tested, DEX I don't have, but I don't removed anything related, so it will work.
OEM as I said, have RMM patch so it shouldn't have any problem.
I can't find the link to download the Rom... ?
Or someone point it plz....
firasusman said:
I can't find the link to download the Rom...
Or someone point it plz....
Click to expand...
Click to collapse
Links are on installation steps buddy...
How to install :
1- Make a backup!
2- Wipe data/system/dalvik-cache/cache
3- Install the ROM. AFH - MEGA
4- Let it boot and enjoy
AbrahamGC said:
Links are on installation steps buddy...
How to install :
1- Make a backup!
2- Wipe data/system/dalvik-cache/cache
3- Install the ROM. AFH - MEGA
4- Let it boot and enjoy
Click to expand...
Click to collapse
Thanks bro... ?
Hello Deluxe Team
I have flashed this Rom right now to test it and what should i say? Wow. It feels really fast! I have seen the animations in developer options are set to 0.5 but also with default settings 1.0 it feels still really fast. Amazing.
Only 1question. You also have debloat the setup wizard (or something was going wrong on my end)? After first boot i can't set up my phone with wifi, Google account, Samsung account, Google assistant etc. to restore all my apps and settings. It's a bit awkward to restore all that stuff later manually.
Flashed on my note 8, clean installation with DBT CSC (Germany) and SuperSU.
Greetings Logel
Gesendet von meinem SM-N950F mit Tapatalk
Looks good, will it work on N950N? Thanks.
Sent from my SM-G965F using Tapatalk

[ROM] [7.1.1] newdory (WIP Wear OS 3.0 Clone)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This rom is an attempt at trying to make the LG G Watch feel as close to Wear OS 3.0 as possible. You will find that font, icons and some UI elements are updated to mimic the latest Wear OS updates. At the same time I also tried to improve both the battery life and the overall response time while also adding some extra customization. If you are curious about the whole changelog just read the Changelog/Features>> section below. Let me know if you encounter any issues and have fun!
Flashing instructions/Downloads >>
BEFORE PROCEEDING MAKE SURE YOU HAVE THE ADB DRIVERS INSTALLED AND THE BOOTLOADER UNLOCKED
• Download the twrp img (twrp-3.0.0-0-dory+squashfs.img) linked below
• Download the newdory0.8.img and the boot2.img available at the links below
• Enter bootloader (reboot and swipe from up-left corner to the opposite one at lg boot screen)
• Connect your watch to your pc and open up a terminal
• Now type fastboot flash recovery /path-to-twrp-3.0-squashfs-img
• Reboot into TWRP using fastboot reboot recovery
• Click on "Allow Modifications" then go into "Wipe" and "Factory Reset" then Swipe Right >>
• Don't worry about the errors, now reboot into bootloader again (Home >> Reboot >> Bootloader)
• Back in the terminal type fastboot flash boot /path-to-boot2-img and enter
• Then type fastboot flash system /path-to-newdory-img
• Reboot your watch (with fastboot reboot for example)
• Wait patiently, once booted up leave the watch updating it's apps for a few mins/hours, after that, enjoy!
 newdory0.8.img     boot2.img     twrp-3.0-squashfs.img
Follow the newdory telegram for more info: https://t.me/newdory
Disclaimer: If you are facing bootloops after following precisely the above steps you must restore your watch to stock and then follow the flashing steps again, you can go back to stock using the LG G Watch Tool by RootJunky
Changelog/Features >>
Spoiler
Latest newdory 0.8 (24/01/2023):
• Updated build.prop (optimal af now)
• Better Phone Shortcut (source)
• Solved issues with Google Play Store
• Added another level of brightness (lowest possible)
• Updated UI to look like Wear OS 3.0 (wip)
• Updated Settings app look (Wear 3.0 style)
• Added the Location panel in Settings
• Updated fonts to Google Sans Text (Wear OS 3.0 style)
newdory 0.7 (11/12/2022):
• Updated Agenda icon
• Updated HomeButton icon
• Updated Google Play app icon
• Removed Reminders app
• Added more text sizes choices in settings
• Updated Flashlight icon and app resources
• Enabled Phone app shortcut in the apps menu
• Pre-installed Google Keep (not available on playstore)
• Made Google Translate icon round
• Made Google Maps icon round
• Updated Contacts and Phone icons
• Updated DeskClock icons (Timer, Stopwatch, Alarm...)
• Cleaned up build.prop
• Tweaked some DEX compilation parameters
• Improved app installation time
• Small changes and various improvements
Latest boot2 (23/10/2022):
• Fixed the ADB unauthorized device issue
boot2 (14/09/2022):
• Updated ramdisk to 2.0_v1 by invisiblek
• Improves boot speed
• Improves overall performance
• Enables adaptive LMK
• Adds support for ext4 /system partition type (hopefully in the future)
• Updates default cores to smartmax eps
• Mpdecision support
newdory 0.6 (14/09/2022):
• Tweaked some low-battery parameters
• Added the General panel in settings
• Enabled doze for gms services (might revert)
• Optimized background operations
• Pre-updated Clock app
• Updated to Android 12L emojis
newdory 0.5 (20/10/2021):
• "Ok Google" working
• Updated Android 12 emojis
• Made calculator icon round
• Made agenda icon round
• Updated WearOS app icon
• Pre-updated Play store app (latest material you version)
newdory 0.4 (25/08/2021):
• Updated Google app, again
• Cleaned up build.prop
• Added more brightness levels (lower ones)
• Slightly better app memory management
newdory 0.3 (17/08/2021):
• Pre-updated Play store app
• Pre-updated Clock app
• Updated Google app
• Added back Bugreport (fixes screen capturing)
• Added Lge Compass
• Added Rom version flaw inside settings
• Fix product image (now displays an lg g watch on phone)
• Reduced brightness to match stock values
• Made Google Sans font a little thicker
• Fixed some lenok values inside framework
newdory 0.2 (06/06/2021):
• Removed unecessary system files (to save some space)
• Improved overall system response
• System rw faster than before
• Forced UI hw rendering (will revert tho)
newdory 0.1 (01/06/2021):
• Updated Google app
• Fixed deprecated weather cloned app
• Added LGW100 Stock watchfaces
• Added GoogleSans as the default font
• Updated settings icon (matches latest android ver)
• Made the entire UI black (OLED style, matches latest android ver)
• Added Google Calculator app (not available on playstore)
• Changed pm sleep behaviour (improves battery?)
• Disabled most of kernel error checking
• Updated kernel to use all 4 cores (credits to invisiblek)
• Used the latest lenok build NWS2.170620.003
• HomeVirtualButton app included (credits to svprm)
• Also nope, it's not rooted
Issues/Bugs >>
• The 0 digit is slightly out of the drawable canvas in the DigitalElements watchface (minor bug)
• Unable to send Whatsapps using google assistant/contacts app (Google's fault)
Tips to save battery & improve response time >>
• Turn off "Always-on screen" (settings > display > always-on)
• Disable "Ok Google" and voice output (settings > personalization)
• Disable all gestures (settings > gestures)
• Disable "wake up to notifications" (settings > notifications)
• Lower the brightness all the way :v
Screenshots >>
Spoiler
Credits/Info >>
This newdory system img is a modified/custom/updated version of the one available on 4pda by shyster.
The boot img is as well an updated version of the one and only invisiblek.
The link for the TWRP img provided is extracted from this thread.
Credits to ab123321 and syshter and to everyone that contributed to the lenok2dory project. Also credits to the awesome invisiblek for the kernel he made back then for Android Wear 2.0
Software disclaimer: If you are facing any issues or bugs feel free to write here or DM me, I'll try my best to help y'all. That said, I'm not responsible of any possible damage that happens to you or your device when using/flashing this software.
Custom Rom version: 0.8
Android version: 7.1.1 (Nougat)
Wear OS support: 2.35.0.325323493
ROM Kernel: 3.10.X (invisiblek_v8.1)
Last Rom Update: 24/01/2023
Github Source (WIP)
Latest Updates:​
Latest newdory 0.8 (24/01/2023):
• Updated build.prop (optimal af now)
• Better Phone Shortcut (source)
• Solved issues with Google Play Store
• Added another level of brightness (lowest possible)
• Updated UI to look like Wear OS 3.0 (wip)
• Updated Settings app look (Wear 3.0 style)
• Added the Location panel in Settings
• Updated fonts to Google Sans Text (Wear OS 3.0 style)
New rom link available here
Finally got around UI modding again and this time I think I went for the biggest UI changes. This update changes some UI elements to look like Wear OS 3.0, specially the drawers items. You will notice also some big changes in the Settings app since I reordered the main elements and updated most of the icons so that it looks as close to a pixel watch as possible (also added the Locations panel heh). Updated and cleaned up the build props as well (again huh) and also included a better and lighter Phone Shortcut app. Finally I updated the Google Play app to the latest possible (this was a pain in the ass and I better not explain why) and also updated the system fonts to the Google Sans Text variant (Introduced in A12~ as the default font).
Love this so far! Great idea to revive the old watch. Thanks for making it!
Thanx you bring my watch back to life !!!
ps: need to test it
edit test : what can i say .... it work very good after 4 days i am impressed very good work
sorry but after reboot my g watch goes to recovery mod, whay can i do?
Alexoxo said:
sorry but after reboot my g watch goes to recovery mod, whay can i do?
Click to expand...
Click to collapse
Try "fastboot continue" command. Unfortunately, it is not a permament fix. It will boot into twrp again afterevery restart.
KardchCode said:
View attachment 5327403
Soo I found my watch a few days ago and I thought about giving it a second life, and since there is no develoment or updates for lenok anymore I tought it might be a good idea to make my own rom with an android 8.0 style to it. I tried my best to make the system look as close to android 8 as possible while also updating some apps and improving the overall experience. You might wanna give it a try!
Flashing intructions >>
- Download the newdory.img and the boot.img available at the links below
- Enter bootloader in your watch (swipe from top left to bottom right corner at lg boot screen)
- Open a terminal and type fastboot -w (this will factory format your watch)
- Now type fastboot flash boot path/to/boot/image/
- Then type fastboot flash system path/to/system/img/called/newdory.img
- Reboot your watch (with fastboot reboot for example)
- Wait patiently, once booted up leave the watch updating it's apps for a few hours, after that, enjoy your new oreo-styled watch!
Download boot.img | | Download newdory.img
Changelog/Features >>
Spoiler
Latest newdory (06/06/2021):
- Removed NOTICE.html.gz (not needed)
- Improved overall system response
- Made system way faster than before (also when downloading updates)
- Forced UI hw rendering
- Updated bootanimation
- Updated emojis to android 12
newdory (01/06/2021):
- Updated google search app to latest version (june 1 2021)
- Removed useless bugreport app
- Removed depercated weather cloned app
- Added LGW100 Stock watchfaces
- Added GoogleSans as the default font (android 8 style)
- Updated settings icon (android 8 style)
- Made the entire UI black (android 8 style)
- Added Google calculator app (not available on playstore)
- Changed pm sleep behaviour to save battery
- Disabled most of kernel error checking
- Improved performance a bit
- HomeVirtualButton app is included yep (credits to svprm)
- Also nope, it's not rooted
Planned updates:
- Bugfixes
- Google app upgrades (wating for updates)
- Reduce minimun brightness
- Battery improvements
- Add stock LgeCompass app
Issues >>
- Ok Google not working (blame google for this)
- Default digital clock numbers are sometimes just a bit "out of canvas"
- Battery drain (wear os 2.0 fault)
- Wear os companion app displays a G watch R (not a big deal, to be solved)
Tips to save battery & improve response time >>
- Disable Ok Google and voice output (clockscreen > swipe left, > settings at the bottom)
- Disable animations, RECOMMENDED (enable developer settings and disable them there)
- Disable Gestures
- Disable "wake to notifications"
Screenshots >>
Spoiler
View attachment 5326643 View attachment 5326645
View attachment 5326673 View attachment 5326647
View attachment 5326653 View attachment 5330641
Latest one is the boot animation.
Also, ignore my spanish system and the screen crack at the top thx xd
Credits >>
This system img is a modified-custom-updated version of the one available on 4pda by shyster (latest update on 21/05/2020). All credits to him for the base img, also all of his changes are present in the newdory.img linked above, enjoy! ;D
Shyster's old img changelog >>
Spoiler
Old changelog from shyster on 4pda (21/05/2020):
- Built the system using latest lenok img NWS2.170620.003 (from 2017)
- Updated Google play applications + deskclock
- Deleted unused lg apps
- Updated Google search app (from may 1 2020)
- Increased memory and the number of streams for Dalvik
- Disabled logcat (improves performance a bit)
- Made calls to display without delay
Credits to ab123321 and syshter and everyone that contributed to the lenok2dory porting project. Also credits to invisiblek for the awesome kernel he made back then for aw2.0.
If there's any issue with the rom or anything please write an answer here or contact me at [email protected]. I'm not responsible of any possible damage that happens to your device when using this. The following are some extra details:
ROM OS: 7.1.1 Nougat
Wear OS support: 2.35.0.325323493
ROM Kernel: 3.10.X (invisiblek)
Last Update: 06/06/2021
Click to expand...
Click to collapse
Great ROM! However, I am experiencing some issues with it, one of which is probably my fault.
1. With my current setup, my watch always boots into recovery even if I select boot to the system. The only way I am able to boot it into the system is by using the "fastboot continue" command.
2. My watch has a white spot on bottom right of the screen, which I am sure is not a hardware issue as it worked fine in TWRP and when I initially boot in the system.
And, yes, I did try flashing everything again. So, if you know how I could fix this, I would highly appreciate that
SokkolG said:
Great ROM! However, I am experiencing some issues with it, one of which is probably my fault.
1. With my current setup, my watch always boots into recovery even if I select boot to the system. The only way I am able to boot it into the system is by using the "fastboot continue" command.
2. My watch has a white spot on bottom right of the screen, which I am sure is not a hardware issue as it worked fine in TWRP and when I initially boot in the system.
And, yes, I did try flashing everything again. So, if you know how I could fix this, I would highly appreciate that
Click to expand...
Click to collapse
Okey, well for the first issue I would recommend going inside twrp recovery > wipe > factory reset > swipe right. Then reinstall the rom again
And for the second one, it's not an issue, it's an app that comes pre-included so that you can open the apps list by pressing the white dot on the corner. You can customize it by going into apps > HomeButton > and changing transparency or position there
SokkolG said:
Great ROM! However, I am experiencing some issues with it, one of which is probably my fault.
1. With my current setup, my watch always boots into recovery even if I select boot to the system. The only way I am able to boot it into the system is by using the "fastboot continue" command.
2. My watch has a white spot on bottom right of the screen, which I am sure is not a hardware issue as it worked fine in TWRP and when I initially boot in the system.
And, yes, I did try flashing everything again. So, if you know how I could fix this, I would highly appreciate that
Click to expand...
Click to collapse
The white spot is intentional. In WearOS 2.0, you can only access some features with a hardware button. Because the G Watch does not have a physical side button, this white spot serves as that. It is a virtual button that emulates the button on the later-released G Watch R.
I also have the same issue with the "fastboot continue" command. However, I only started to experience this when I unpaired the watch and it tried to do a factory reset. Maybe the boot flags were messed up, but I have no idea. I'll try the fastboot continue command and see if I can get it to work. I haven't tried that since when I started having the issue, I just left my watch be.
EDIT: I didn't see OP's response when writing this. Basically this can be ignored
KardchCode said:
View attachment 5327403
Soo I found my watch a few days ago and I thought about giving it a second life, and since there is no develoment or updates for lenok anymore I tought it might be a good idea to make my own rom with an android 8.0 style to it. I tried my best to make the system look as close to android 8 as possible while also updating some apps and improving the overall experience. You might wanna give it a try!
Flashing intructions >>
- Download the newdory.img and the boot.img available at the links below
- Enter bootloader in your watch (swipe from top left to bottom right corner at lg boot screen)
- Reboot into TWRP recovery and choose Wipe > Factory Format > Swipe right.
- Now reboot into bootloader (aka fastboot) again
- Now type fastboot flash boot path/to/boot/image/
- Then type fastboot flash system path/to/system/img/called/newdory.img
- Reboot your watch (with fastboot reboot for example)
- Wait patiently, once booted up leave the watch updating it's apps for a few hours, after that, enjoy your new oreo-styled watch!
Download boot.img | | Download newdory.img
Changelog/Features >>
Spoiler
Latest newdory (06/06/2021):
- Removed NOTICE.html.gz (not needed)
- Improved overall system response
- Made system way faster than before (also when downloading updates)
- Forced UI hw rendering
- Updated bootanimation
- Updated emojis to android 12
newdory (01/06/2021):
- Updated google search app to latest version (june 1 2021)
- Removed useless bugreport app
- Removed depercated weather cloned app
- Added LGW100 Stock watchfaces
- Added GoogleSans as the default font (android 8 style)
- Updated settings icon (android 8 style)
- Made the entire UI black (android 8 style)
- Added Google calculator app (not available on playstore)
- Changed pm sleep behaviour to save battery
- Disabled most of kernel error checking
- Improved performance a bit
- HomeVirtualButton app is included yep (credits to svprm)
- Also nope, it's not rooted
Planned updates:
- Bugfixes
- Google app upgrades (wating for updates)
- Reduce minimun brightness
- Battery improvements
- Add stock LgeCompass app
Issues >>
- Ok Google not working (blame google for this)
- Default digital clock numbers are sometimes just a bit "out of canvas"
- Battery drain (wear os 2.0 fault)
- Wear os companion app displays a G watch R (not a big deal, to be solved)
Tips to save battery & improve response time >>
- Disable Ok Google and voice output (clockscreen > swipe left, > settings at the bottom)
- Disable animations, RECOMMENDED (enable developer settings and disable them there)
- Disable Gestures
- Disable "wake to notifications"
Screenshots >>
Spoiler
View attachment 5326643 View attachment 5326645
View attachment 5326673 View attachment 5326647
View attachment 5326653 View attachment 5330641
Latest one is the boot animation.
Also, ignore my spanish system and the screen crack at the top thx xd
Credits >>
This system img is a modified-custom-updated version of the one available on 4pda by shyster (latest update on 21/05/2020). All credits to him for the base img, also all of his changes are present in the newdory.img linked above, enjoy! ;D
Shyster's old img changelog >>
Spoiler
Old changelog from shyster on 4pda (21/05/2020):
- Built the system using latest lenok img NWS2.170620.003 (from 2017)
- Updated Google play applications + deskclock
- Deleted unused lg apps
- Updated Google search app (from may 1 2020)
- Increased memory and the number of streams for Dalvik
- Disabled logcat (improves performance a bit)
- Made calls to display without delay
Credits to ab123321 and syshter and everyone that contributed to the lenok2dory porting project. Also credits to invisiblek for the awesome kernel he made back then for aw2.0.
If there's any issue with the rom or anything please write an answer here or contact me at [email protected]. I'm not responsible of any possible damage that happens to your device when using this. The following are some extra details:
ROM OS: 7.1.1 Nougat
Wear OS support: 2.35.0.325323493
ROM Kernel: 3.10.X (invisiblek)
Last Update: 06/06/2021
Click to expand...
Click to collapse
Hi, this rom isnt Wear OS support: 2.35.0.325323493
i see 2.00 ?
dayi said:
Hi, this rom isnt Wear OS support: 2.35.0.325323493
i see 2.00 ?
Click to expand...
Click to collapse
Once the watch gets its apps updated it updates wear os internal app to that version which is one of the latest supported.
Where are you seeing this?
Alexoxo said:
sorry but after reboot my g watch goes to recovery mod, whay can i do?
Click to expand...
Click to collapse
first flash newdory.img then flash boot.img then recovery.img click with sticks and choose recovery mode when you enter you move down and select wipe data and move right and choose yes with right shift and ready
Is it have custom kernel? Instead dual core or quad mp decision?
raditzava said:
Is it have custom kernel? Instead dual core or quad mp decision?
Click to expand...
Click to collapse
The kernel included in the post and the recommended one is the 4 core invisiblek one, but you can install a different one if u want
KardchCode said:
The kernel included in the post and the recommended one is the 4 core invisiblek one, but you can install a different one if u want
Click to expand...
Click to collapse
Any suggest install magisk module?
raditzava said:
Any suggest install magisk module?
Click to expand...
Click to collapse
No need to, in fact watch works just perfect without anything else
KardchCode said:
No need to, in fact watch works just perfect without anything else
Click to expand...
Click to collapse
Aight you have a plan to fix for rest of bug in OP thread?
raditzava said:
Aight you have a plan to fix for rest of bug in OP thread?
Click to expand...
Click to collapse
Yeah, I have almost all bugs fixed except Google hotword which I can't due to Google having the issue. I will push the update soon after vacations
KardchCode said:
Yeah, I have almost all bugs fixed except Google hotword which I can't due to Google having the issue. I will push the update soon after vacations
Click to expand...
Click to collapse
Thanks, happy vacations then
KardchCode said:
Yeah, I have almost all bugs fixed except Google hotword which I can't due to Google having the issue. I will push the update soon after vacations
Click to expand...
Click to collapse
Anyfix for home button when press hold to google voice?

Categories

Resources