[FIX][XPOSED][KK] Fix visibility of multiple non-fullscreen activities - Xposed Framework Modules

Fix visibility of multiple non-fullscreen activities.
This module patches the system to include this bug fix merged into AOSP on 10 Jan 2014
(This bug appears only on Kitkat ROMs)
Fix visibility of multiple non-fullscreen activities.
Issue detail:
Assume X, Y are non-fullscreen activities.
a. Home starts an activity X in task A in application stack.
b. X starts an activity Y in <task A> or <new task B>
c. Activity X will be invisible.
How to fix:
Because the function "isActivityOverHome" means an activity is able to see home.
But there may have many non-fullscreen activities between the top non-fullscreen activity and home.
If flag "behindFullscreen" is set, those middle activities will be invisible.
So it should only take care from who is adjacent to home.
Then check two flags frontOfTask(task root) and mOnTopOfHome for constraining the condition.
This patch is included in AOSP builds on 10 Jan 2014 or later. However, custom ROMs or manufacturer ROMs may cherry-pick this patch at a later date.
Video of how the bug looks like (using XHaloFloatingWindow)
Those who use XHaloFloatingWindow or XMultiWindow should notice this bug easily.
Notice that only one app can be shown at one time and the previous app disappears when a new one is opened
Source Code
This module is open-source. Feel free to send pull requests to improve it.
The source code is on Github
Download
Download on Xposed Repo

if we can open two windows normally, aosp patch will be included in ROM right? so no need to install this?
thanks for this ..it will be helpful while changing to ROMs that doesnt include aosp patch..

ajeesh vijayan said:
if we can open two windows normally, aosp patch will be included in ROM right? so no need to install this?
thanks for this ..it will be helpful while changing to ROMs that doesnt include aosp patch..
Click to expand...
Click to collapse
If you don't see the bug, (that means you can open 2 windows without the other one disappearing), Then you do not need this.

Works great on my Nexus 5, very much appreciate the fix!

It doesn't work for my Nexus 7 (2012) with stock 4.4.2. Nothing changes.
Enviado desde mi Nexus 7 mediante Tapatalk

Odileintheair said:
It doesn't work for my Nexus 7 (2012) with stock 4.4.2. Nothing changes.
Enviado desde mi Nexus 7 mediante Tapatalk
Click to expand...
Click to collapse
Try to disable, and re-enable the module. If it still doesn't work, post your Xposed Installer Log here.

Still not working after reboot... and Tapatalk doesn't let me attach the log?!
Edit from web
Is this the Xposed Log?
Enviado desde mi Nexus 7 2012, 4.4.2 Stock ROM, Xposed Framework.

Congratulations for making it to the front page!

Thank you for making this module patch. Everything is working well now
Thanks Thanks Thanks Thanks :cyclops:
Phone: Nexus 5 running stock 4.4.2

works well with note 3 stock samsung rom using xhalomultiwindow

can't make it work on slimkat 3.8 weekly
i tried what was said in post #6, it just doesn't show that small windows... it opens up like xhalo isn't even there...
i used xhalo a lot on other ROMs though
Sent from my Nexus 4

Thats my video!! gonna test this module, thank you for the effort
EDIT: it works perfectly on aosp/stock roms! (for ppl having problems, I guess this module is intended for untouched aosp and stock roms)

cant seem to get this working on moto x dev editon stock on 4.4.2..here is my xposed log file
update...i figured it out..you cant use it with module swipeback...for some reason they dont work together..i took off swipeback and everthing is working like it should!

not working
doesn't work on my samsung s4 with rom google play edition 4.4.2.

/delete

Doesn't work.
rirozizo said:
can't make it work on slimkat 3.8 weekly
i tried what was said in post #6, it just doesn't show that small windows... it opens up like xhalo isn't even there...
i used xhalo a lot on other ROMs though
Sent from my Nexus 4
Click to expand...
Click to collapse
It doesn't work on any Slim-based ROMs.

Do I need this on touch wiz kitkat 4.4.2 released in June 2014, I have it enabled but not working, what to do

It doesn't work for my s3 on cm 11. Gmap is always in full screen but icoyote is Split.

I am not able to understand this.......i m running android kitkat on mi3........plzzz help

Any solution for latest cm12? I installed this fix but doesn't seem to work on my oneplus.
I know it's for KK only but someone in other topic mentioned this should work.

Related

[MOD][Xposed] Disable "New tag detected" for empty NFC tags

Requires Xposed Framework!
The "New tag detected" message shows when an NFC tag is scanned that's either empty or contains some plain text.
This module disables that message if the tag is empty. This is useful if you want to have an empty tag that'll automate something with Llama or AnyTAG, or to unlock your device using NFC (module coming soon for 4.2+ devices).
Compatibility:
Any device with NFC and 4.1+
Source:
The mod is open source: https://github.com/MohammadAG/Xposed-Disable-NFC-Tag-Empty
Download from Xposed Repository:
http://repo.xposed.info/module/com.mohammadag.disablenfctagempty
Support development:
If you found this mod useful, consider donating with PayPal.
MohammadAG said:
Requires Xposed Framework!
The "New tag detected" message shows when an NFC tag is scanned that's either empty or contains some plain text.
This module disables that message if the tag is empty. This is useful if you want to have an empty tag that'll automate something with Llama or AnyTAG, or to unlock your device using NFC (module coming soon for 4.2+ devices).
Compatibility:
Any device with NFC and 4.1
Source:
The mod is open source: https://github.com/MohammadAG/Xposed-Disable-NFC-Tag-Empty
Download from Xposed Repository:
http://dl-count.xposed.info/modules/com.mohammadag.disablenfctagempty_v1_3263ac.apk
Support development:
If you found this mod useful, consider donating with PayPal.
Click to expand...
Click to collapse
I read I need this mod for NFCunlock. But once I apply this mod, how do I get an app to recognize a new tag?
Mikegrmn said:
I read I need this mod for NFCunlock. But once I apply this mod, how do I get an app to recognize a new tag?
Click to expand...
Click to collapse
It doesn't affect that. In fact what this does is simply call finish() for that activity, almost the same as pressing back. Anything deeper than that may not work across all ROMs.
Sent from my Samsung Galaxy S4 (GT-i9500) using Taptalk 4
Doesn't seem to work on Galaxy Note 3
Using on stock rom on Galaxy Note 3, doesn't seem to work. Tried after erasing a few tags using "NFC Task Launcher" and still getting the message "New tag scanned". Yes I've rooted, installed xposed and the module and rebooted.
davideshay said:
Using on stock rom on Galaxy Note 3, doesn't seem to work. Tried after erasing a few tags using "NFC Task Launcher" and still getting the message "New tag scanned". Yes I've rooted, installed xposed and the module and rebooted.
Click to expand...
Click to collapse
Can you post a screenshot of what you get?
Sent from my Samsung Galaxy S4 (GT-i9500) using Taptalk 4
I'm hoping this will get updated to work on 4.3+ soon. Your NFC Unlocking module works great but constantly triggers this screen immediately after unlocking.
It doesn't work on Note3. And the nfc unlokcer is really cool! If it does work, cooler.hah~
nonameduck said:
I'm hoping this will get updated to work on 4.3+ soon. Your NFC Unlocking module works great but constantly triggers this screen immediately after unlocking.
Click to expand...
Click to collapse
realbaby said:
It doesn't work on Note3. And the nfc unlokcer is really cool! If it does work, cooler.hah~
Click to expand...
Click to collapse
This should already work on 4.3. The code hasn't changed since 4.1: http://grepcode.com/file_/repositor.../apps/tag/TagViewer.java/?v=diff&id2=4.1.1_r1
Can someone post a relevant logcat?
Any chance of an ICS friendly version or is there some technical reason it won't work with 4.0.1?
davideshay said:
Using on stock rom on Galaxy Note 3, doesn't seem to work. Tried after erasing a few tags using "NFC Task Launcher" and still getting the message "New tag scanned". Yes I've rooted, installed xposed and the module and rebooted.
Click to expand...
Click to collapse
nonameduck said:
I'm hoping this will get updated to work on 4.3+ soon. Your NFC Unlocking module works great but constantly triggers this screen immediately after unlocking.
Click to expand...
Click to collapse
realbaby said:
It doesn't work on Note3. And the nfc unlokcer is really cool! If it does work, cooler.hah~
Click to expand...
Click to collapse
I updated my Nexus 7 to stock KitKat and figured this out. CyanogenMod didn't suffer from this.
Some builds have a different package name for the viewer. This is fixed in 1.1.
BlueMoonRising said:
Any chance of an ICS friendly version or is there some technical reason it won't work with 4.0.1?
Click to expand...
Click to collapse
1.1.1 has a lower SDK version, so this should work fine now.
I always set a higher SDK version since I have no ICS devices.
I'm getting a "There is a problem parsing the package" when tapping the apk, is it just me? I've downloaded it a few times to make sure.
First of all, THANK YOU FOR THE AWESOME NFC UNLOCKING MODULE!!
I use it on both my Note II and my Nexus 7, my problem is that this other module, "Disable new tag detected", does not work on my Note II (and my Nexus but that is expected as it is on KitKat and if I am not mistaken 4.4 is unfortunately not supported by this module).
Might that be because I am using Samsung TecTiles..? I don't have any other "generic" one to try at the moment.
BTW, for anyone in the same boat as me my workaround is to set it to do something which doesn't affect me (turn driving mode off or, for some other tag, to go to the launcher, Nova Prime) and disabling notifications for the Samsung TecTile app.
So not a biggie... and thanks again for NFC unlocking, I LOVE IT since I first saw it at the Moto X launch!!
BlueMoonRising said:
I'm getting a "There is a problem parsing the package" when tapping the apk, is it just me? I've downloaded it a few times to make sure.
Click to expand...
Click to collapse
Can you open the APK with Root Explorer and check if the AndroidManifest file has a min SDK of 14?
xdapao3 said:
First of all, THANK YOU FOR THE AWESOME NFC UNLOCKING MODULE!!
I use it on both my Note II and my Nexus 7, my problem is that this other module, "Disable new tag detected", does not work on my Note II (and my Nexus but that is expected as it is on KitKat and if I am not mistaken 4.4 is unfortunately not supported by this module).
Might that be because I am using Samsung TecTiles..? I don't have any other "generic" one to try at the moment.
BTW, for anyone in the same boat as me my workaround is to set it to do something which doesn't affect me (turn driving mode off or, for some other tag, to go to the launcher, Nova Prime) and disabling notifications for the Samsung TecTile app.
So not a biggie... and thanks again for NFC unlocking, I LOVE IT since I first saw it at the Moto X launch!!
Click to expand...
Click to collapse
You're welcome!
This should work fine on the Note II, I haven't tested it but it worked fine on the S4. I'll test it on a Note 2 tomorrow.
KitKat support is there, I forgot to update the URL in the first post, but it works fine on my Nexus 7. Stock 4.4 of course.
NFC tag type is irrelevant here, I simply check whatever the app is checking to show the empty text.
MohammadAG said:
You're welcome!
This should work fine on the Note II, I haven't tested it but it worked fine on the S4. I'll test it on a Note 2 tomorrow.
KitKat support is there, I forgot to update the URL in the first post, but it works fine on my Nexus 7. Stock 4.4 of course.
NFC tag type is irrelevant here, I simply check whatever the app is checking to show the empty text.
Click to expand...
Click to collapse
Thank you and please let me know if there is something I may do to make it work on both of them (especially on the Note II)!
My Note II is an unlocked carrier-free N7100 and runs the latest stock JB 4.1.2 (XXDME6) and only has root (no custom kernel, no custom recovery). The Launcher is Nova Prime.
My Nexus 7 2013 is a Wi-Fi 32GB one with stock KitKat 4.4 + ElementalX kernel 2.2 and root. The Launcher is the Nexus 5's one (AKA "G.E.L.", enabled by the well known Google apk).
xdapao3 said:
Thank you and please let me know if there is something I may do to make it work on both of them (especially on the Note II)!
My Note II is an unlocked carrier-free N7100 and runs the latest stock JB 4.1.2 (XXDME6) and only has root (no custom kernel, no custom recovery). The Launcher is Nova Prime.
My Nexus 7 2013 is a Wi-Fi 32GB one with stock KitKat 4.4 + ElementalX kernel 2.2 and root. The Launcher is the Nexus 5's one (AKA "G.E.L.", enabled by the well known Google apk).
Click to expand...
Click to collapse
Check with the Nexus 7 again, be sure to have the latest 1.1.1 version of this module installed. It should work fine as is
MohammadAG said:
Check with the Nexus 7 again, be sure to have the latest 1.1.1 version of this module installed. It should work fine as is
Click to expand...
Click to collapse
Yes everything is up-to-dated to the latest version
On the Nexus 7 I have Xposed 2.4.1, App Settings 1.6, Gravity Box 2.7.6, Disable NFC tag empty message 1.1.1, NFC Lock screen off enabler 1.9.7.2.
On the Note II I have Xposed 2.4.1, App Settings 1.6, MW Apps manager 1.0, Disable NFC tag empty message 1.1.1, NFC Lock screen off enabler 1.9.7.2.
MohammadAG said:
Can you open the APK with Root Explorer and check if the AndroidManifest file has a min SDK of 14?
Click to expand...
Click to collapse
It looks like you've updated the download link since I last tried? It's a different version which happily works now on the Intel platform. Thank you Mohammad.
Hi MohammadAG,
I'm using this module on a Nexus 5 running 4.4.2 in addition to the NFCLOckScreenOffEnabler. I'm experiencing a problem with this module using a xperia smarttags.
When I scan the tag a window opens reading "New Tag detected" semc://liveware.../smarttags.
Correct me if I'm wrong: this module should prevent this, right?
Thanks for your various projects/contriubutions
kimx0 said:
Hi MohammadAG,
I'm using this module on a Nexus 5 running 4.4.2 in addition to the NFCLOckScreenOffEnabler. I'm experiencing a problem with this module using a xperia smarttags.
When I scan the tag a window opens reading "New Tag detected" semc://liveware.../smarttags.
Correct me if I'm wrong: this module should prevent this, right?
Thanks for your various projects/contriubutions
Click to expand...
Click to collapse
Are you using the very latest apk, com.mohammadag.disablenfctagempty_v3_ce8067.apk? Have you enabled the mod within the framework AND restarted the phone?
BlueMoonRising said:
Are you using the very latest apk, com.mohammadag.disablenfctagempty_v3_ce8067.apk? Have you enabled the mod within the framework AND restarted the phone?
Click to expand...
Click to collapse
I've installed the module through the xposed installer app. I rebooted the phone a couple of times. I've even tried to remove the module and reinstall it.
Nothing happened. Is there any way to debug if the module is doing something? The module is getting loaded as I can see it in the log of the xposed installer app.
@MohammadAG any clues? Thanks in advance for the support given by this community.

[ROM][KERNEL] N5T • MIUI v5 • optimized mod • 4.4.2 • 4.12.5 final

•••
I know the days of 4.4.2 on N5 are over for quite some time now, but I just like MIUI.
So as long as there is no official v6 I will keep using v5 on my N5. I made a daily driver for myself based
on the official Xiaomi N5 MIUI ROM with some tweaks, then I thought I will share it because it runs so fine.
Here is the official thread with some details (german): decuro forums
Here is the download link. It is the same link as at the decuro thread, but there it is hidden.
I guess english speaking folks have no need to sign up at decuro forums.
ROM download
Kernel sources: LINK
--- Latest WSM tool (modules regarding themes) may cause hotbootloops ---
- I will not give much support here
- The ROM is stable and runs smooth as f***
- No ETAs • v2.1 - 4.12.5 is the final version
- Mini gApps included in ROM
- The ROM is as I use it - no feature requests
- The ROM comes with the well known no haptic feedback and LTE reactivation bugs
- Viper4Android convolver can cause battery drain
- No multilang ROM. Includes Chinese, English (Xiaomi) and German (andy25)
Flash at your own risk.
Please keep in mind that I am not a dev.
I just do some modding.
•••
MIUI rocks, I have always loved this ROM. Thanks
this is simply awesome!
Fastest & smoothest MIUI i ever used !!
Download link is not working
Sent from my Nexus 5 using Tapatalk 2
emir11553 said:
Download link is not working
Sent from my Nexus 5 using Tapatalk 2
Click to expand...
Click to collapse
Fixed. Somehow a http://http:// came in there when adding the link. Sorry.
Enjoy the full speed of the decuro server.
There is v6. There's the link. If you search miui v6 it's literally the 3rd or 2nd one down.
http://en.miui.com/thread-45306-1-1.html
I tried it today. Amazing fast little beast. Still on it right now. Love it. Fc when trying to play music with default app though. That's all the issues I found.
NolenUmar said:
There is v6. There's the link. If you search miui v6 it's literally the 3rd or 2nd one down.
http://en.miui.com/thread-45306-1-1.html
I tried it today. Amazing fast little beast. Still on it right now. Love it. Fc when trying to play music with default app though. That's all the issues I found.
Click to expand...
Click to collapse
I know that ROM. I meant official v6 in the OP.
Known issues:
- Music player crashes when selecting "Local music"
- Any app that opens a website (webview) will crash
Click to expand...
Click to collapse
datagutt sure does pretty good work. He is a good cook/porter. But having the bugs mentioned above I did not want to keep it as daily driver.
@t-ryder: i'm getting random-reboot after installing wsm ? any fix ?
fairyshacker said:
@t-ryder: i'm getting random-reboot after installing wsm ? any fix ?
Click to expand...
Click to collapse
Did you just install the xposed bridge or did that occur after you made some changes in mi-tools module?
Mi-tools is not fully functional anymore for some time now. Has to do with changes the Xiaomi dev team made in the ROM.
The clock position e.g. does not work, and I don't know if some changes in mi-tools cause reboots.
On my N5 I got no reboots and I got all included modules running without any problems.
Maybe try to disable mithemes module.
t-ryder said:
Did you just install the xposed bridge or did that occur after you made some changes in mi-tools module?
Mi-tools is not fully functional anymore for some time now. Has to do with changes the Xiaomi dev team made in the ROM.
The clock position e.g. does not work, and I don't know if some changes in mi-tools cause reboots.
On my N5 I got no reboots and I got all included modules running without any problems.
Maybe try to disable mithemes module.
Click to expand...
Click to collapse
thanks. i guess its the problem with Android L navbar module.... anyways, i'm still checking.
Can be flashed with MultiROM?
t-ryder said:
I know that ROM. I meant official v6 in the OP.
datagutt sure does pretty good work. He is a good cook/porter. But having the bugs mentioned above I did not want to keep it as daily driver.
Click to expand...
Click to collapse
Ahh, I thought that's what you meant. hey is this based on the latest official update that came through last night?
I like the WSM with MiTools and MiTheme included very much. But I see sometime softreboot (when surfing theme or contacts). I think It is same to MIUI builds on offical website, Its GUI is very great but soft reboot if WSM installed
@cimbrum - fully multiROM compatible.
@NolenUmar - yes, if I find the time it is always based on newest official update.
@ndminh82 seems like random soft reboot is caused by some mitool settings. I got no problems and got all modules active. I'll post my settings maybe.
Gesendet von meinem Nexus 5 Decuro mit Tapatalk
Flashed with multiROM. Two issues:
- phone is getting warmer than usual;
- enters in a loop of soft rebootings.
cimbrum said:
Flashed with multiROM. Two issues:
- phone is getting warmer than usual;
- enters in a loop of soft rebootings.
Click to expand...
Click to collapse
bootloop: read the thread; stuff related to WSM/Xposed/mitools
heat: no problem here. Even when running intense benchmarks no problem.
I am using multiROM too.
t-ryder said:
@ndminh82 seems like random soft reboot is caused by some mitool settings. I got no problems and got all modules active. I'll post my settings maybe.
Gesendet von meinem Nexus 5 Decuro mit Tapatalk
Click to expand...
Click to collapse
Please share your settings in mi-tools & modules you are using currently. Thanks.
fairyshacker said:
Please share your settings in mi-tools & modules you are using currently. Thanks.
Click to expand...
Click to collapse
See DOWNLOAD.
Hope this helps.
t-ryder said:
See DOWNLOAD.
Hope this helps.
Click to expand...
Click to collapse
ok, thanks, will give a try.
Edit: Still getting softboot with your mi-tools settings
Edit2: tried avoiding mi-themes
fairyshacker said:
Edit2: tried avoiding mi-themes
Click to expand...
Click to collapse
Yup, seems like I can confirm it is caused by mithemes module.
Gonna remove it from the ROM. I had a certain ambivalent feeling regarding this module anyway.

[FLASHABLE ZIP][CM12.1] Install Motorola Camera

Cheers,
I've been searching for a solution to install the stock Moto Camera in a custom OS and only found "partial information". I managed to install it fully working on CM12.1 and decided to share this zip which does all the magic. I tested this zip in my device and it worked fine.
This zip installs:
Motorola Camera 5.0.21.4
libjni_mot_mosaic.so (required for avoiding force close everytime you close the app)
Tested and working in:
CM 12.1
Nexus Experience ROM
Known issues:
Doesn't records slow motion videos (Thanks to t3chn0s1s for reporting)
Fell free to ask if there are any problems.
Thank you!
Great!
Just flash it and that's it? Not wiping anything?
Thanks
Yes. Just flash it and it should work.
There's a thread that provides flashable zip of Moto Camera incl some additional settings
Btw, after installing this zip, will I be able to receive updates from Play Store?
alcazoid said:
There's a thread that provides flashable zip of Moto Camera incl some additional settings
Btw, after installing this zip, will I be able to receive updates from Play Store?
Click to expand...
Click to collapse
Sorry, I searched for in the forum but didn't found anything about it as I said in the main post. Can you send me the link in a PM so I can check the thread, please?
And no, you probably won't receive updates from Play Store because it's not supported as the app is only available for the specific stock devices. But I'll keep my eye on it. My brother has this device with the stock Android. When he receive Camera Updates I'll check if I'll receive it and borrow him the Play Store downloaded apk otherwise to create an update zip and post here.
fredamsouza said:
Sorry, I searched for in the forum but didn't found anything about it as I said in the main post. Can you send me the link in a PM so I can check the thread, please?
And no, you probably won't receive updates from Play Store because it's not supported as the app is only available for the specific stock devices. But I'll keep my eye on it. My brother has this device with the stock Android. When he receive Camera Updates I'll check if I'll receive it and borrow him the Play Store downloaded apk otherwise to create an update zip and post here.
Click to expand...
Click to collapse
Here you go. Thanks anyway!
Thanks to the OP for posting this. Been looking for a working Moto X cam to run on the Nexus Experience ROM. So far so good. The only thing I noticed is that SloMo video recording returns a toast error message that the video cannot be captured as the mic is possibly in use by another app (paraphrased the message - not verbatim). But I probably would rarely use that feature anyways. Everything else seems to work excellently!
Will this work on PA rom ????
Sent from my XT1092 using XDA Free mobile app
Probably. But I can't ensure you, didn't tested. Give it a try and then tell me
Sent from my victara using XDA Free mobile app
another app
can i have mototrola fm for cm12.1?
works great on Resurrection Remix
Thanks! Been searching for this for a while.
Most of them giving issue's on AOSP,
This one works flawless, uses the roms gallery to open, no prob for me.
Hope you can fix the slo-mo option!!
Has something to do with the mic?
Vreestyle said:
Thanks! Been searching for this for a while.
Most of them giving issue's on AOSP,
This one works flawless, uses the roms gallery to open, no prob for me.
Hope you can fix the slo-mo option!!
Has something to do with the mic?
Click to expand...
Click to collapse
Interesting fact... I flashed 0.0's unofficial build of Temasek CM12.1 with a commit he cherry picked from official CM (I think that's what he said) which allows installation of ALL stock Moto apps from the Play Store. Not all of them work but the camera and gallery do. The issue with "Slo-Mo" not working is there as well. And that's after installing the OFFICIAL Moto camera app from the Play Store.
Thank you so so much!
Thank you very much for this I have been looking eveywhere for it. It works fine on XT1095 CM-12.1.
fredamsouza said:
Cheers,
I've been searching for a solution to install the stock Moto Camera in a custom OS and only found "partial information". I managed to install it fully working on CM12.1 and decided to share this zip which does all the magic. I tested this zip in my device and it worked fine.
This zip installs:
Motorola Camera 5.0.21.4
libjni_mot_mosaic.so (required for avoiding force close everytime you close the app)
Tested and working in:
CM 12.1
Nexus Experience ROM
Known issues:
Doesn't records slow motion videos (Thanks to t3chn0s1s for reporting)
Fell free to ask if there are any problems.
Thank you!
Click to expand...
Click to collapse
Deleted.
alexfiorani said:
After Flashing this zip I started having random reboots (soft reboots to be more specific) two or three times a day. I tried a bunch of CM nightlies, including doing a full data wipe and still had the reboots. I don't have a log to prove that the issue is related to flashing this camera, but as soon as reflashed my system without it everything went perfect again. I did find this camera way better than the stock (or google camera) one, but the reboots are a deal breaker. If I have time I'll try to flash it again and get some Logs to see if I (or someone) can narrow down the issue. My device is a xt1097 running the latest CM nightly 'stock' (no Xposed, no System apps removed, no system apps added, etc).
Click to expand...
Click to collapse
That is absolutely bizarre. Been using this cam for the last few weeks. No reboots here. But, not all devices are created equal. Just because one device runs something fine does not mean another same device will behave identically.
sent from my moto x™
t3chn0s1s said:
That is absolutely bizarre. Been using this cam for the last few weeks. No reboots here. But, not all devices are created equal. Just because one device runs something fine does not mean another same device will behave identically.
sent from my moto x™
Click to expand...
Click to collapse
Had to delete my previous comment because the reboots started again, and are deffinetely a CM issue with my device. After uninstalling the app everything was fine for a couple of days, but soon the problems started. I flashed some nightlies and they all had the reboots. I had to go back to the 12/08 version, that is working perfectly for me. I am using this camera again and hadn't had any problems at all.
Hi guys, question, stock camera has its own drivers? Cause i know stock has much better image quality than cm (MUCH PRETTY QUALITY), SO i guess stock camera and stock firm have they own drivers, this zip install that?
Enviado desde mi SM-T700 mediante Tapatalk
---------- Post added at 09:38 AM ---------- Previous post was at 09:37 AM ----------
And there's no more updates right?
Enviado desde mi SM-T700 mediante Tapatalk
fredamsouza said:
Cheers,
I've been searching for a solution to install the stock Moto Camera in a custom OS and only found "partial information". I managed to install it fully working on CM12.1 and decided to share this zip which does all the magic. I tested this zip in my device and it worked fine.
This zip installs:
Motorola Camera 5.0.21.4
libjni_mot_mosaic.so (required for avoiding force close everytime you close the app)
Tested and working in:
CM 12.1
Nexus Experience ROM
Known issues:
Doesn't records slow motion videos (Thanks to t3chn0s1s for reporting)
Fell free to ask if there are any problems.
Thank you!
Click to expand...
Click to collapse
can i flash on XT1033 with cm12.1 Rom ?
Tinchoska said:
Hi guys, question, stock camera has its own drivers? Cause i know stock has much better image quality than cm (MUCH PRETTY QUALITY), SO i guess stock camera and stock firm have they own drivers, this zip install that?
Enviado desde mi SM-T700 mediante Tapatalk
---------- Post added at 09:38 AM ---------- Previous post was at 09:37 AM ----------
And there's no more updates right?
Enviado desde mi SM-T700 mediante Tapatalk
Click to expand...
Click to collapse
Yes, @Tinchoska, it has it's own drivers, that's why I managed to install it on CM. The CM camera is awful compared to official one. And I did no more updates because the oficial update through Google Play Store seems to be working now (At least for me. If it's not working for you I can update it here.)
s27moto said:
can i flash on XT1033 with cm12.1 Rom ?
Click to expand...
Click to collapse
@s27moto, I did not tried it before. You could make a nandroid backup and try it and tell us if it worked.
@fredamsouza will it work with CM13? And no way to get slow motion working?
Enviado de meu XT1095 usando Tapatalk

[ROM][CM13] Marsh

Hello, I have decided to start my own rom, which I will build off what you suggest. Right it's a smooth and beautiful ROM.
Feel free to critique.
Check out the screenshots, that's where the beauty appears
Google Plus:
https://plus.google.com/communities/107126775554425330637
DOWNLOAD:
Download 1.6.1
http://forum.xda-developers.com/devdb/project/?id=12729#downloads
old:
https://drive.google.com/folderview?id=0B9uqk9InEzCYYXYybW9DNG0zWFE&usp=sharing#list
or click download on xda
If android.phone keeps crashing:
http://android.stackexchange.com/qu...opped-after-dirty-flashing-cm13/129946#129946
Gapps that work:
http://forum.xda-developers.com/slimroms/general/gapps-official-slim-gapps-trds-slimkat-t2792842
Current Status:
Rock Solid (check bugs)
CM13/android-6.0.0_r26
Custom Blur Launcher
New default wallpaper
Multi app split screen (enable in dev settings)
Kernel Config updated
Zip align
Odex
add my own version number to settings app
chromium (has ad blocker)
Build.prop
0fast (03,floop,ffmath) (incoming bugs)
BUGS SMASH
CM changes
Custom Blur Status bar
Custom Blur Multitasker
Updated Launcher Blur
OTA updater
Google Bootanimation
Original CM browser removed
Marshmallow open app animation (not built in cm13...)
Blur
In Next update:
Nothing yet
Current list of changes to add:
More transparency
Settings additions
Polly,graphite,optimized libcore ,vvlc qclang.
Status bar text greeting when you unlock the device
Marshmallow open app animation
something about addresses (read MAC address)
Something for recording the screen
Almoed colors (postponed)
Camera HALs from Sultanxda's rom (bread) (postpones)
Custom carrier (postponed)
Bugs:
Nothing known yet
Screenshots:
http://forum.xda-developers.com/devdb/project/?id=12729#screenshots
Source:
Kernel is stock until next update (when I will upload my kernel)
Everything else is scattered. Just for jerdog however, I'll upload it. This happens when I feel like it.
Credits (by size):
CM for obvious things
Qualcomm for more obvious things
serajr for amazing blur code, which I stole and spent hours trying to merge and update for my purpose
Sultanxda for his ota updater idea
~ And me, Aaahh
Visit https://forums.oneplus.net/threads/marsh-cm13-rom.405700/ for status updates
Wow very big size rom... I 'll try...
imam.krismanto said:
Wow very big size rom... I 'll try...
Click to expand...
Click to collapse
The extra 20 megabytes are from the snapdragon optimized loaded chromium browser
Aaahh said:
The extra 20 megabytes are from the snapdragon optimized loaded chromium browser
Click to expand...
Click to collapse
Stock camera still broken on HDR landscape...!
can it be installed as secondary rom in multirom?
custom carrier yeahh??.
Great Rom so far. My mobile data does not turn back on by itself when leaving WiFi network. Have to activate and deactivate flight mode to have mobile data back. Known issue?
desertfoxx said:
Great Rom so far. My mobile data does not turn back on by itself when leaving WiFi network. Have to activate and deactivate flight mode to have mobile data back. Known issue?
Click to expand...
Click to collapse
Cm issue
@Aaahh Finally you brought this rom here.
To all: please keep in mind CM13 is still under heavy development and new. So if you're missing any "cm" features, they'll be added at a later time by cm. Secondly, most of the bugs could be by introduced by CM so make sure you provide logs and keep an eye on other cm13 roms as well to make sure if it's a common CM bug or just in this rom. Thanks!
Sent from OnePlus One
Awesome. Would you like me to create a community in Google plus for your rom? @Aaahh
Sent from my bacon using Tapatalk
This is a awesome rom
AndroidPr0 said:
Awesome. Would you like me to create a community in Google plus for your rom? @Aaahh
Sent from my bacon using Tapatalk
Click to expand...
Click to collapse
https://plus.google.com/communities/107126775554425330637
Aaahh said:
https://plus.google.com/communities/107126775554425330637
Click to expand...
Click to collapse
Oh I see, there is one. Lol I'm the 3rd member [emoji2].
Sent from my bacon using Tapatalk
Google now on Tap crash error
Whenever I switch on google now on tap, it crashes and throws error unfortunately, google apps has stopped. Anyone else has this problem?
Appreciate any suggestion to resolve this issue.
Finally flashed this ROM and updated to 1.5.1..The ROM feels great. Smooth and fast..Good work dev..Will test the ROM more battery life and stability..Appreciate your effort..
salim1001 said:
Whenever I switch on google now on tap, it crashes and throws error unfortunately, google apps has stopped. Anyone else has this problem?
Appreciate any suggestion to resolve this issue.
Click to expand...
Click to collapse
What are the G-Apps u using I guess only bank gapps have now on tap working also heard somewhere that open gapps also works
Sent from my A0001 using Tapatalk
any recommendations for custom kernel with this rom?
karan2012 said:
What are the G-Apps u using I guess only bank gapps have now on tap working also heard somewhere that open gapps also works
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
Thanks, I had used bank gapps but let me try open gapps to be sure.
Can I get download link for default wallpaper when the rom boots, and latest version doesn't seem to be acquiring root
omaralkha99 said:
Can I get download link for default wallpaper when the rom boots, and latest version doesn't seem to be acquiring root
Click to expand...
Click to collapse
I had to turn root off then back on for it to work.

[ROM] [OUTDATED] Android One Port for Mi5X [7.11.18] [Nougat]

This thread is outdated, Oreo port will be uploaded to this other thread from now on.
Download link 7.11.18:
Mega
Baidu
Android One Nougat 7.12.19 is out but not ported. However, you can install it using my modded TWRP
https://forum.xda-developers.com/mi...rp-3-1-1-0-t3715084/post74745680#post74745680
How to install:
- Unlock bootloader
- Flash TWRP
- Wipe data, cache and dalvik
- Flash A1 Firmware
- Flash rom zip file
- Reboot
How to update
- Boot into TWRP
- Wipe cache and dalvik/art
- Flash rom zip file
- Reboot
Known issues:
- If you dont flash A1 firmware your fingerprint will acts as a button while unlocked.
- If you don't have Goodix fingerprint variant, fingerprint may not work.
- You tell me.
FAQ:
Q: Can I flash over August patch without wiping data?
A: Yes, you can. However WiFi may not work. If that's your case try restoring network settings. (Settings -> More -> Restore network settings). If WiFi still doesnt work, you'll need to wipe data.
Q: Can I update via OTA?
A: No, you can't. You'll need to wait until I port the update.
Q: Does this ROM come pre-rooted
A: No, it's the A1 stock rom which doesn't come rooted. If you want root, flash Magisk through TWRP
Q: Can I install Xposed?
A: Yes, you can. Just make sure you download xposed for SDK 25.
Q: Will this rom unlock 4G 800MHz band (B20)?
A: No, it won't unlock it. Mi A1 uses a different modem which supports it. Mi 5X modem doesn't.
Q: Do I need to unlock my bootloader?
A: Yes, you need to unlock the bootloader before you can install any custom ROM.
Q: How can I unlock my bootloader?
A: Apply for permissions on http://en.miui.com/unlock/ then download the tool and follow the steps.
Q: Where can I download TWRP?
A: You can download it from here
Donations:
If you like my work and want to contribute, you can donate via paypal.me/aex12
XDA:DevDB Information
Android One Port Nougat, ROM for the Xiaomi Mi 5X
Contributors
Aex12
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
Based On: Android One
Version Information
Status: Stable
Current Stable Version: 7.11.18
Stable Release Date: 2017-11-24
Created 2017-10-21
Last Updated 2018-03-07
Reserved
anyone know if it is possible to sideload the ota updates maybe??
---------- Post added at 03:30 PM ---------- Previous post was at 03:15 PM ----------
looks like it would be ok to dirty flash this hmm...
killswitx said:
anyone know if it is possible to sideload the ota updates maybe??
Click to expand...
Click to collapse
As stated on FAQs, you cant update via OTA, as this OTAs are made for an A/B device, and Mi 5X doesnt support A/B.
killswitx said:
looks like it would be ok to dirty flash this hmm...
Click to expand...
Click to collapse
It's OK if you come from another Android One port. Probably you will face some WiFi issues, to solve them read FAQs.
thanks
thanks but Are you sure you will let Android O run in this device??
adeljck said:
thanks but Are you sure you will let Android O run in this device??
Click to expand...
Click to collapse
I cant say it for sure. Will see when it's released for the A1 if it can be ported.
OMG! You're an angel!!
---------- Post added at 04:55 AM ---------- Previous post was at 04:48 AM ----------
@Aex12 is this rom pre-rooted?
I was waiting for this!! THANK YOU SO MUCH!!
Dirty flashed on this rom: http://en.miui.com/forum.php?mod=vi...997&page=15&extra=page=1&mobile=2#pid17831997
Everything working perfectly.
alekos panagulis said:
Dirty flashed on this rom: http://en.miui.com/forum.php?mod=vi...997&page=15&extra=page=1&mobile=2#pid17831997
Everything working perfectly.
Click to expand...
Click to collapse
Didn't you get any WiFi issues?
I got WiFi issues while updating from august to september. But not from september to october. Maybe updating from august to october dont cause any issue.
Aex12 said:
Didn't you get any WiFi issues?
I got WiFi issues while updating from august to september. But not from september to october. Maybe updating from august to october dont cause any issue.
Click to expand...
Click to collapse
No wifi issue.
@Aex12
Thank yoouuu! After waiting so long to unlock my bootloader I finally made it and flashed your rom right away. And it's working as a charm. I'm so happy I got rid of Miui 8 Chinese version and it's many bugs and problems (and occasional Chinese language notification I got no idea what it was saying). MiUi was cute and nice on a few parts, but it just seemed like an unfinished piece of software on many points (super aggressive ram management, brightness slider problem, crazily complex settings menu -especially the applications permissions one divided in three sections-).
This rom works just flawlessly for now, and I had no issue with the fingerprint reader acting as a button on my side. It's really great to see some functions works like fingerprint swipe for notifications or lock-screen notifications. Oh ! And I can finally make the google assistant and feed works out of the box without complex tweaks :laugh:
Camera is still ****ty though (especially coming from a nexus 5x) but, hey, it's a 200€ phone.
Do you have a paypal donate account so I can offer you a beer and encourage you to port the next android updates ?
As we all know all these 3 devices (Note 4x, MIA1 and MI5x) have the se chipsets
Is it possible to port it also on note 4x?
jonjon88 said:
@Aex12
Thank yoouuu! After waiting so long to unlock my bootloader I finally made it and flashed your rom right away. And it's working as a charm. I'm so happy I got rid of Miui 8 Chinese version and it's many bugs and problems (and occasional Chinese language notification I got no idea what it was saying). MiUi was cute and nice on a few parts, but it just seemed like an unfinished piece of software on many points (super aggressive ram management, brightness slider problem, crazily complex settings menu -especially the applications permissions one divided in three sections-).
This rom works just flawlessly for now, and I had no issue with the fingerprint reader acting as a button on my side. It's really great to see some functions works like fingerprint swipe for notifications or lock-screen notifications. Oh ! And I can finally make the google assistant and feed works out of the box without complex tweaks :laugh:
Camera is still ****ty though (especially coming from a nexus 5x) but, hey, it's a 200€ phone.
Do you have a paypal donate account so I can offer you a beer and encourage you to port the next android updates ?
Click to expand...
Click to collapse
You can make camera a little better by downloading the Google Camera modded with HDR+ and adding these two lines to build.prop:
Code:
persist.camera.HAL3.enabled=1
persist.camera.eis.enable=1
However, you will lose HDR support on native camera.
If you want to donate me you can do so on paypal.me/aex12
Thank you, donations are very appreciated!
rEsonancE_0404 said:
As we all know all these 3 devices (Note 4x, MIA1 and MI5x) have the se chipsets
Is it possible to port it also on note 4x?
Click to expand...
Click to collapse
Probably it can be done. Just ask a dev who have Note 4X to port it.
Aex12 said:
You can make camera a little better downloading the Google Camera modded with HDR+ and adding these two lines to the build.prop:
However, you will lose HDR support on native camera.
If you want to donate me you can do so on paypal.me/aex12
Thank you, donations are very appreciated!
Probably it can be done. Just ask a dev who have Note 4X to port it.
Click to expand...
Click to collapse
Edit: Can't PM you
Did you port the MIA1 rom.on 5x or did you build it on source?
I wonder what porting software did you use as android kitchen is not working on newer roms now
Edit2: do you have google+ or anything? To PM you?
After a few hours I noticed that unlocking with fingerprint has become very slow again. Something like 3 seconds.
alekos panagulis said:
After a few hours I noticed that unlocking with fingerprint has become very slow again. Something like 3 seconds.
Click to expand...
Click to collapse
The slow fingerprint sensor is an A1 related issue. Maybe it get improved in the future with updates.
rEsonancE_0404 said:
Edit: Can't PM you
Did you port the MIA1 rom.on 5x or did you build it on source?
I wonder what porting software did you use as android kitchen is not working on newer roms now
Edit2: do you have google+ or anything? To PM you?
Click to expand...
Click to collapse
I dont use any kind of AIO software. I use a bunch of linux tools and use them through CLI.
I use simg2img and make_ext4fs for the system.img and mkbootimg and unpackbootimg for the boot.img
Hello Aex12, I have no coding skills, so maybe my question is silly: it is possible to introduce in this rom the possibility to set different ringtone for each sim? Thank you.
Inviato dal mio Mi A1 utilizzando Tapatalk
alekos panagulis said:
Hello Aex12, I have no coding skills, so maybe my question is silly: it is possible to introduce in this rom the possibility to set different ringtone for each sim? Thank you.
Inviato dal mio Mi A1 utilizzando Tapatalk
Click to expand...
Click to collapse
Yes, it would be possible. However this rom is intended to be an exact same copy of the Mi A1.
Aex12 said:
Yes, it would be possible. However this rom is intended to be an exact same copy of the Mi A1.
Click to expand...
Click to collapse
Oh wow! Please consider to introduce this feature, please!! You could make a copy of Mi A1 and one more rom with experimental features. You would be my hero.
Inviato dal mio Mi A1 utilizzando Tapatalk

Categories

Resources