[MOD][Xposed] Make Infrared Blaster working with all 3rd party apps (on EUI) - LeEco Le Pro3 ROMs, Kernels, Recoveries, & Other D

Update: Dec 6th, 2016: published version 1.1, works now with more LeEco phones. Btw, module was renamed to "LeEco Infrared Fix".
Hi!
I've created the Xposed module "LeEco Infrared Fix" for the LePro 3 (but seems to work on other LeEco phones too) which tries to make the IR blaster (the infrared hardware) usable via the standard Android API. This means that all 3rd-party infrared apps which use the standard API should work!
The module is open-source, you can find the code here on GitHub.
For background infos and details look into this thread: [REF] How Infrared is (not) working on LePro3 - some infos for IR devs.
Restrictions:
Problably only working with EUI (will not work on plain cyanogenmod. Update: seems to work also on Cyanogenmod as long as the proprietary sysrem app "UEI Android Services SDK(LeTV)" from the device's original ROM is also installed (as system app?) in Cyanogenmod). Developed on my LePro 3 --> Please give feedback if it also works on other phones or EUI versions
The app UEI Android Services SDK(LeTV) (QuickSet SDK Service) must not be removed or disabled (this service is responsible for talking to the IR chip). Its internal package name is: com.uei.quicksetsdk.letv.
It supports only sending Infrared (no receiving, learning-mode) simply because the standard Android API has no support yet for receiving infrared. But the original LeEco remote control app should still be able to use the learning-mode.
This module overrides the standard Android Infrared API, so this means the standard Infrared API must already be present in the ROM! This the case for EUI 5.8.018S on the LePro 3 but might not be the case on other ROMs. :-/ Update: no longer necessary since version 1.1
But you can disable or remove the original Le Eco remote control app. Or you can keep it. Just as you like. It should be able to co-exist with 3rd party apps.
Reported to work with following devices / ROMs:
LeEco Le Pro 3 (LEX720) running EUI 5.8.018S (tested by myself)
LeEco Le 2 MTK Chipset running EUI 5.9.020s (according to this posting from @bearady)
LeEco Le 2 X526 running EUI 5.9.020S (according to this posting from @jhakjhuk1853 and this posting from @kedaranmol)
LeEco Le Max 2 X820 running Madsurfer's 21s EUI 5.9 Rom according to this posting from @serc
LeEco LePro 3 running CM13 (as long as the proprietary system app "UEI Android Services SDK(LeTV)" from the original EUI ROM of the same device is also installed (as system app?) in Cyanogenmod)
Please report in comments if it's also working for other versions or devices, so I can complete this list.
Changelog and older releases:
see Changelog on Github
all releases can be downloaded from release page on Github
Also:
Here be dragons.. (aka bugs)
8 days ago I had no idea how infrared works, had never used the infrared API or even used any infrared app. I just started poking around and then things escalated quickly (you can follow my story in this other thread if you have some hours to read...). Keep in mind that working with the infrared API is new for me, so there might be bugs..
If it's working or not, please give feedback.
Btw, I'm currently testing with the app RCoid free which works perfectly for me (and which I really like). I also tested with these randomly chosen apps: ZaZa Remote-Universal Remote, ASmart Remote IR and IR Universal Remote and all of them worked.
Download:
via Download section in Xposed Installer app (click on the link from your phone and the Xposed installer app should open)
releases page on Github
or download attachment of this posting

Awesome, I do not use the IR blaster but thanks for the time and work!

i have tested with lemax2 and eui 5.9.21s
is not working
but i will look at later versions, for me this is very important
thanks for your work
can we do this way principicaly for the camera too
edit edit new version 1.1 beta is running like charme
thank you androcheck

Tried on eUI 5.8.19s with Le 1s Eco. ended up with boot loop.
im testing again to ensure the bootloop not bcos of this module... unfortunately couldn't get a logcat
@androcheck can you post this in xposed modules repo that would be useful.

reversegear said:
Tried on eUI 5.8.19s with Le 1s Eco. ended up with boot loop.
im testing again to ensure the bootloop not bcos of this module... unfortunately couldn't get a logcat
@androcheck can you post this in xposed modules repo that would be useful.
Click to expand...
Click to collapse
Hi, thanks for the feedback. Good idea, I will it submit to the Xposed repo. :good:
Yes, it's very likely that this might not work well on other devices (or even other EUI versions) as the tricks needed to get this working are very specific targeted. But in the other side (under the assumption that the used IR Blaster and QuickSet SDK is the same than on LePro 3) it might only require some small changes to get it working.
The logfiles from Xposed and maybe a Logcat (from the start of boot) would be extremly useful to see what's going wrong:
Boot into TWRP recovery and copy the Xposed logs to your computer:
Code:
adb pull /data/data/de.robv.android.xposed.installer/log/error.log
adb pull /data/data/de.robv.android.xposed.installer/log/error.log.old
Then boot normally start logcat from the beginning of boot (start it even before you see the bootanimation):
Code:
adb logcat -v time '*:V' > logcat_lepro3_boottime.txt
[edit]
If you experience a bootloop (caused by my module), simply boot into TWRP and delete my app from there: Just navigate to the directory "/data/app", there you should find a subdirectotry named "at.zweng.xposed.debug.infrared-1" (maybe the digit at the end is different) and just delete this whole directory.
[/edit]

Done. Published it into Xposed repo. Just search for "LePro 3 Infrared Fix".
Also I would like to get feedback from LePro3 users if it's working on the newer EUI versions for the american version. (And please include logs if it's not working.)
And when we finally have a working cyanogenmod device tree (so that we can build it ourselves) I will happily support developers to get this working for cyanogenmod, too so that infrared will work there out-of-the-box without the need for an Xposed module. (After searching the forums here on XDA I guess this would make the LePro3 being the first device with a UniversalElectronics IR chip where infrared will work on cyanogenmod with all 3rd party apps. )

serc said:
i have tested with lemax2 and eui 5.9.21s
is not working
but i will look at later versions, for me this is very important
thanks for your work
can we do this way principicaly for the camera too
Click to expand...
Click to collapse
One thought: could you test with an app like z-device test if the phone advertises having infrared capabilities to apps?
Because this is the case with the LePro 3. It has the Infrared API included (so all infrared apps install and work fine), but just didn't do anything.
My module only works if the Infrared API is already present in first place.
I did not understand what you meant about the camera.

androcheck said:
One thought: could you test with an app like z-device test if the phone advertises having infrared capabilities to apps?
Because this is the case with the LePro 3. It has the Infrared API included (so all infrared apps install and work fine), but just didn't do anything.
My module only works if the Infrared API is already present in first place.
I did not understand what you meant about the camera.
Click to expand...
Click to collapse
May be he meant to say about working camera 2 API

Z-device test says no IR capabilities
androcheck said:
One thought: could you test with an app like z-device test if the phone advertises having infrared capabilities to apps?
Because this is the case with the LePro 3. It has the Infrared API included (so all infrared apps install and work fine), but just didn't do anything.
My module only works if the Infrared API is already present in first place.
I did not understand what you meant about the camera.
Click to expand...
Click to collapse
Z-device test says no IR capabilities in Le 2 (X526) Indian Version. So i guess we cant use your xposed module? Is there any way to add the Infrared API with rooted phone? I could test it, if you have any theories...

OMG...you're a life saver and a genius.I can confirm it worked on Leeco Le 2 X620 eui 5.9.020s mtk chipset. I've tested with Anymote,Rcoid(also suggested by you),Peel Smart and Zaza Remote. Thank you very much...respect for your work

Which eui version?
One of the user said worked on mtk 20s we can also try on Chinese 20s
kedaranmol said:
Z-device test says no IR capabilities in Le 2 (X526) Indian Version. So i guess we cant use your xposed module? Is there any way to add the Infrared API with rooted phone? I could test it, if you have any theories...
Click to expand...
Click to collapse
---------- Post added at 10:42 AM ---------- Previous post was at 10:41 AM ----------
@androcheck can you help in making it for le2 Indian x526
I can help for files etc

jhakjhuk1853 said:
One of the user said worked on mtk 20s we can also try on Chinese 20s
---------- Post added at 10:42 AM ---------- Previous post was at 10:41 AM ----------
@androcheck can you help in making it for le2 Indian x526
I can help for files etc
Click to expand...
Click to collapse
But the 20s rom is for mtk chipset? Or are you referring to 20s ported from Chinese 5.9.20s?

Ported
Ported 20s
kedaranmol said:
But the 20s rom is for mtk chipset? Or are you referring to 20s ported from Chinese 5.9.20s?
Click to expand...
Click to collapse

androcheck said:
I did not understand what you meant about the camera.
Click to expand...
Click to collapse
reversegear said:
May be he meant to say about working camera 2 API
Click to expand...
Click to collapse
Hi Androcheck, Reversegear with Camera I mean this ROM
http://forum.xda-developers.com/le-max-2/development/unofficial-cyanogenmod-14-1-t3498764
here is Camera not running, i thinked your way can Help here perhaps

kedaranmol said:
Z-device test says no IR capabilities in Le 2 (X526) Indian Version. So i guess we cant use your xposed module? Is there any way to add the Infrared API with rooted phone? I could test it, if you have any theories...
Click to expand...
Click to collapse
jhakjhuk1853 said:
@androcheck can you help in making it for le2 Indian x526
I can help for files etc
Click to expand...
Click to collapse
I am currently playing around and testing.. I am trying to hook also all the relevant PackageManager methods, so that for an app everything looks like if there is a standard infrared HAL implementation available. Not sure, if this would work for the X526.
If the IR blaster hardware or the QuickSet SDK is only a little bit different, then it might not work. So this is just a try.. Don't get your hopes too high..
serc said:
Hi Androcheck, Reversegear with Camera I mean this ROM
http://forum.xda-developers.com/le-max-2/development/unofficial-cyanogenmod-14-1-t3498764
here is Camera not running, i thinked your way can Help here perhaps
Click to expand...
Click to collapse
Hi! I think there is a misunderstanding what Xposed is and what it's used for. Xposed is a (not so easy) way to "hook" (in other words: modify) existing code during runtime.
It's complicated to work with Xposed and it should only be the last resort if you have no other ways to do it. If you have the orginal source code of some peace of software it's MUCH easier to just work with the plain source code and fix the bugs directly there before you build it (and not take the unnecessarily complicated road with Xposed).
In Cyanogenmod you have all the source code (besides low-level drivers, and there Xposed also cannot be used), so devs should try to fix the errors in the source code, not with Xposed. Also, I have never worked with Camera API (and I can only assume that it's way more complicated than Infrared), so I'm afraid I cannot really help here.

Hi, @serc, @reversegear, @kedaranmol, @jhakjhuk1853!
I've extended the module so that it now also fakes the availability of standard Android Infrared API. So now all Infrared apps should think infrared is available. I attached it to this posting below. Update: removed attachement, use final version 1.1 instead from first post (or from Xposed installer app)
Maybe you can try it this beta version on your devices. No guarantee that it will work (as I don't have the devices for testing). If it seems to work please verify with a digital camera or another's phone camera that the infrared LED actually is really emitting light (cameras can see infrared light, which humans cannot see).
--> also please report your exact phone model plus the version of the ROM you're running!
If it's not working I would need a logcat output (started directly at boot) as well as the Xposed logfile (found in the Xposed installer app).
Code:
adb logcat -v time '*:V' >> logcat_debug_infrared.txt
Have fun!
[EDIT]
Removed BETA attachement as final version 1.1 is now released in Xposed installer app (and in first post)
[/EDIT]

update : le2 x526 EUI 20s version
after installing module phone booted succesfuly
installing peel smart and report back when home will check on TV
will check and report in 10min
thank you
androcheck said:
Hi, @serc, @reversegear, @kedaranmol, @jhakjhuk1853!
I've extended the module so that it now also fakes the availability of standard Android Infrared API. So now all Infrared apps should think infrared is available. I attached it to this posting below.
Maybe you can try it this beta version on your devices. No guarantee that it will work (as I don't have the devices for testing). If it seems to work please verify with a digital camera or another's phone camera that the infrared LED actually is really emitting light (cameras can see infrared light, which humans cannot see).
--> also please report your exact phone model plus the version of the ROM you're running!
If it's not working I would need a logcat output (started directly at boot) as well as the Xposed logfile (found in the Xposed installer app).
Code:
adb logcat -v time '*:V' >> logcat_debug_infrared.txt
Have fun!
Click to expand...
Click to collapse
---------- Post added at 03:23 PM ---------- Previous post was at 02:47 PM ----------
Guys this really worked I am using peel smart on my le2
nothing can be better than this thanks

androcheck said:
Hi, @serc, @reversegear, @kedaranmol, @jhakjhuk1853!
I've extended the module so that it now also fakes the availability of standard Android Infrared API. So now all Infrared apps should think infrared is available. I attached it to this posting below.
Maybe you can try it this beta version on your devices. No guarantee that it will work (as I don't have the devices for testing). If it seems to work please verify with a digital camera or another's phone camera that the infrared LED actually is really emitting light (cameras can see infrared light, which humans cannot see).
--> also please report your exact phone model plus the version of the ROM you're running!
If it's not working I would need a logcat output (started directly at boot) as well as the Xposed logfile (found in the Xposed installer app).
Have fun!
Click to expand...
Click to collapse
I have tested it and I can confirm that this xposed module now works on Le 2 X526 (Indian version with Snapdragon 652). I can see IR signals from another phone's camera using the Anymote Universal Remote and Rcoid. But strangely SURE Universal Remote for TV didn't work for me. I will test with other apps later when I get home. I am yet to test if this works with my TV and other devices. Will update when I do this.

Hi Androcheck compliment you are a Genius !!!
ver. 1.1 beta
my Phone LeEco LeMax2 x820 with Madsurfer's 21s EUI 5.9 Rom, from lemax2 forum xda
rCoid remote is running wonderfull, for me one of the important things at this phone.
Thank You very much , i am now very very happy

Hi, @jhakjhuk1853, @kedaranmol and @serc!
Thanks for reporting back! I will clean up the code (remove a little bit of the debug logging I've included for the case if it wouldn't work), and will make a new clean 1.1 release (and also release the source again).
I'm glad you like it! At the beginning I only wanted to solve this problem just for me personally, but I am happy that my solution now even is working for several devices.
(And if you like it really much and feel like buying me a coffee, there is also a donation link at my profile page.. )
P.S.: The app SURE Universal Remote for TV also doesn't work for me. It seems that they are not only using the standard API to query for infrared capabilities. Hmm.. it looks like they include several other proprietary IR implementations to make it work on as much devices as possible. It seems there is also a version of QuickSet SDK included but it's a different one than the one we see in our phones (I guess it's for LG phones). I'm not sure what exactly is causing the problem.

Related

[MOD][Xposed] Make Infrared Blaster working with 3rd party apps (on EUI)

Hi!
I've created an Xposed module for my LeEco Le Pro 3 phone, so that I can use the IR blaster not only with the included Remote control app from LeEco but with any other 3rd party infrared app from the Play Store which uses the standard Android ConsumerIR API (for example like RCoid).
As some XDA users (thanks to: @jhakjhuk1853, @kedaranmol and @bearady) reported that the module also seems to work for the LeEco Le 2, I thought I will leave a note also here in this forum.
You will find my related threads in the LePro 3 forum:
[MOD][Xposed] Make Infrared Blaster working with all 3rd party apps (on EUI)
[REF] How Infrared is (not) working on LePro3 - some infos for IR devs
The Xposed module is available via the Xposed Installer app, just search for "LeEco Infrared Fix" (or simply click this link on your phone).
Full source code is available at Github under GPL license: github.com/johnzweng/XposedLePro3Infrared
While the module was initially made for devices running EUI it seems to work also on other ROMs as long as the proprietary system app "UEI Android Services SDK(LeTV)" from the device's original EUI ROM is also installed (as system app?). This special system app (aka "QuickSet SDK") is responsible for communicating with the IR blaster hardware and needed for getting the IR blaster working.
now working with any EUI version or even with miui
just install peel smart
install this module
activate module
restart phone
dont open default remote app
and start peel smart
it would work
if you open default remote app
just restart phone and it would work
thanks @androcheck
Thanks For This Awesome Module
How to use this in Nougat ROMs as Xposed is not present.
Does it work with the latest MIUI 8 ROM for LeEco Le 2........................??
This mod worked in Le1s eui 5.8.0019s but when i tried it on cool 1 dual 5.8_17s it boot looped.. Any idea why this happens?
Surya1998 said:
This mod worked in Le1s eui 5.8.0019s but when i tried it on cool 1 dual 5.8_17s it boot looped.. Any idea why this happens?
Click to expand...
Click to collapse
Sorry, no idea. I don't have a Le1s at hand and without any logs it's hard to say anything about the cause. You could try to capture the logcat output on your computer when the phone is booting up. Try to start the logcat as early as possible (shortly after power-on):
Code:
adb logcat -v time '*:V' > logcat_logfile.txt

Revolution 20s Chinese version

Hi all.
First stable version of EUI 5.9, 20sm has present yesterday by LeEco.
Im prooud to present you Revolution 20s Chinese version, with next changelog:
- All chinese apps erased.
- Play store installed.
- Contact and calendar syncronization with Google account.
- Google APP y Voice Search installed.
- Rooted.
- Busybox.
- Su.d support for optimization scripts.
Download link: https://mega.nz/#!jpc0FBZQ!2q0Y0y5elv6bPWkY8q7dxDXFSLHRtmZ5SOC8vuiCaX8
Enjoy and Merry Christmas
Sorry but I would like to know, what is the major change eui 5.8 to eui 5.9?
then eui 5.9.19s to eui 5.9.20s? and why there is eui 5.9.21s version thread?
xuser_ said:
Sorry but I would like to know, what is the major change eui 5.8 to eui 5.9?
then eui 5.9.19s to eui 5.9.20s? and why there is eui 5.9.21s version thread?
Click to expand...
Click to collapse
LeEco have two markets to LeMax2 X820, chinese and indian.
Chinese dont use Google, use some stuff only for this big country. In Indian market, they use, like Europe, Google Play and all his services.
In China, last stable version was 18s EUI 5.8, and now 20s EUI 5.9. In Indian, last stable version are 19s in EUI 5.8, till now dont present EUI 5.9 officialy.
All others version (21s, 419d, 446d, etc.) are developed versions to test for developers, but there isn´t official either stables.
Between EUI 5.8 and 5.9, there is new features and perfomances (and EUI 6.0 must be next step).
Hi.
Steve (forgive me, I hope this is no problem), could You write although information about known errors, bugs, nonfunctionals?
I am sure You know everyone asks always the same (me too): is X working? Is Y working? And so on.
But very good and and sufficient info is: X doesn't work, Y doesn't work, Z doesn't work.
Because a lot of us will think: "OK, X, Y and Z don't work so ALL THE REST WORK". And this is the most desirable information for many. And they (me too) will install this or not.
So if You know... Please.
Thanks.
MoRiA Cheo said:
Hi.
Steve (forgive me, I hope this is no problem), could You write although information about known errors, bugs, nonfunctionals?
I am sure You know everyone asks always the same (me too): is X working? Is Y working? And so on.
But very good and and sufficient info is: X doesn't work, Y doesn't work, Z doesn't work.
Because a lot of us will think: "OK, X, Y and Z don't work so ALL THE REST WORK". And this is the most desirable information for many. And they (me too) will install this or not.
So if You know... Please.
Thanks.
Click to expand...
Click to collapse
Hi, my friend.
I install this morning and until now I cant test it hard. But for now, all works very fine.
Regards.
STEVE_MARS said:
LeEco have two markets to LeMax2 X820, chinese and indian.
Chinese dont use Google, use some stuff only for this big country. In Indian market, they use, like Europe, Google Play and all his services.
In China, last stable version was 18s EUI 5.8, and now 20s EUI 5.9. In Indian, last stable version are 19s in EUI 5.8, till now dont present EUI 5.9 officialy.
All others version (21s, 419d, 446d, etc.) are developed versions to test for developers, but there isn´t official either stables.
Between EUI 5.8 and 5.9, there is new features and perfomances (and EUI 6.0 must be next step).
Click to expand...
Click to collapse
Thanks for the information!
How is the RAM usage? Currently I am using your Revolution 5.9.446D, on an average available RAM 1.8GB (i play nfs, watsapp etc..)
OK, thanks.
Usually don't work: camera, slowmotion, Viper (ViperFX, Viper4Android, Arise etc.) and Xposed.
Did You check it?
MoRiA Cheo said:
OK, thanks.
Usually don't work: camera, slowmotion, Viper (ViperFX, Viper4Android, Arise etc.) and Xposed.
Did You check it?
Click to expand...
Click to collapse
Are you sure? Camera, slowmotion always works fine in all stock Revolution versions
thx steve, i think its time i install a new rom
so with your rom i have all i need with google ? like the indian rom ?
Maybe You're right. On Revolution. But I use MoKee and I am looking for stable ROM.
So camera and slowmotion works. Did You check Viper and Xposed?
xuser_ said:
Thanks for the information!
How is the RAM usage? Currently I am using your Revolution 5.9.446D, on an average available RAM 1.8GB (i play nfs, watsapp etc..)
Click to expand...
Click to collapse
Around 2.2 gb available, like others Revolutions stock versions. But it depends that how many apps had installed.
optiplex2012 said:
thx steve, i think its time i install a new rom
so with your rom i have all i need with google ? like the indian rom ?
Click to expand...
Click to collapse
Yes, all Revolution versions had Google Services included
MoRiA Cheo said:
Maybe You're right. On Revolution. But I use MoKee and I am looking for stable ROM.
So camera and slowmotion works. Did You check Viper and Xposed?
Click to expand...
Click to collapse
Yes, stock ROM and AOSP ROM are very differents. Stock ROM are developed by LeEco, and all drivers, etc. are working.
This afternoon i check Xposed and Viper, but all stock roms had installed Dolby Atmos. And this maybe cause Viper error.
STEVE_MARS said:
Around 2.2 gb available, like others Revolutions stock versions. But it depends that how many apps had installed.
Click to expand...
Click to collapse
OK!
Are we planning to have below items in upcoming Revolution ROM update?
1. Remove Power save notification from lock screen when Power saver mode is on, it is not very nice, hides the beauty of lock screen wallpaper
2. Xposed with Google assistant and other cool xposed modules?
Is it possible?
xuser_ said:
OK!
Are we planning to have below items in upcoming Revolution ROM update?
1. Remove Power save notification from lock screen when Power saver mode is on, it is not very nice, hides the beauty of lock screen wallpaper
2. Xposed with Google assistant and other cool xposed modules?
Is it possible?
Click to expand...
Click to collapse
I´ll check if power save notification can disable, I dont known. For my work, I need 3G/4G connection all time, so I don´t use power save function ever.
About Xposed, I dont install because each user can install himself, and there is users like me that dont use Xposed
STEVE_MARS said:
About Xposed, I dont install because each user can install himself, and there is users like me that dont use Xposed
Click to expand...
Click to collapse
Agreed.
Does Xposed work? Good. I decide what modules I want.
(Show off Your the coolest modules. Mine: N-ify, BootManager, Flat Style Bar Indicator, GravityBox [MM] and Greenify.)
Hi
Thanks STEVE_MARS for your work. Can you give us any install instructions? My phone runs V6 of Bshuy2003 rom (21s) so I don't know if I can dirty flash your rom over the old one or wipe anything first (full wipe or only a partition). Sometimes dirty flash can cause errors and issues in daily using like app crashes or battery drain.
CozzY
MoRiA Cheo said:
Agreed.
Does Xposed work? Good. I decide what modules I want.
(Show off Your the coolest modules. Mine: N-ify, BootManager, Flat Style Bar Indicator, GravityBox [MM] and Greenify.)
Click to expand...
Click to collapse
Many thanks.
Ill tested everyone
CozzY2453 said:
Hi
Thanks STEVE_MARS for your work. Can you give us any install instructions? My phone runs V6 of Bshuy2003 rom (21s) so I don't know if I can dirty flash your rom over the old one or wipe anything first (full wipe or only a partition). Sometimes dirty flash can cause errors and issues in daily using like app crashes or battery drain.
CozzY
Click to expand...
Click to collapse
Normally in stocks roms, dirty flash often works OK, but make a backup before
Sure! There are two different groups of people nowadays: people who make backups and people who WILL make backups
I'll try your rom today and give a feedback. For me the very important thing is battery life. On Bshuy I find it unfortunately bad and I hope stable ROM like 20s make it better.
CozzY

ZTE Z7 Max (NX505J) - IR Not Working

I'm deeply puzzled, and a bit annoyed my shiny new Z7 Max doesn't seem to have working infrared. I can see the thing, but software can't.
Bought the phone off Feebay, has a "Westone" logo on the back, along with China Mobile. ROM seems stock, shows as Android 5.1.1 and has no obvious bloatware.
The reception seems no better than on my old THL T6 pro, but the GPS is vastly better (can even get a lock indoors). Both hate having two sims (from the same provider) fitted - Another reason I upgraded, and another irritation, but one I can live with.
There was something about explore Nubia OS when it first started, and I'm used to KitKat, so there might be some tweaks or other away from stock I don't know of.
What's bothering me is I can't find any sign of an IR app on it, and anything I've downloaded just says the phone doesn't have an IR port.
Anyone got any ideas? Or known working/ stable roms where the IR *does* function?
I'm using MoKee, and it seems to work; can control my tv, which is all i've used it for. The app that comes with the ROM is called Infrared control.
This is the one I bought ebay.co.uk/itm/272424574812
I can't find any hint of IR software on the phone as it reached me, so will see if the seller can help (unlikely) and then.. Gasp.. invalidate my warranty by finding a rom that *does* operate the features the phone was sold as having.
I imported mine, but it also came running android 5.1 and with play store. Unfortunately I didn't try out IR before installing custom ROM, and can't remember if there was any IR app installed.
The app which comes with MoKee appears to be a Nubia app though.
barryburton said:
I imported mine, but it also came running android 5.1 and with play store. Unfortunately I didn't try out IR before installing custom ROM, and can't remember if there was any IR app installed.
The app which comes with MoKee appears to be a Nubia app though.
Click to expand...
Click to collapse
I can't find a download for the IR app that came with the phone, so may as well go for a different rom I guess.
Are there any known/ annoying bugs in Mokee?
Nothing I've noticed, but there's some stuff I haven't tested, like second SIM, Bluetooth audio and tap to pay. Probably other stuff too. Do a backup first and you've got nothing much to lose.
Shmbolic said:
I'm deeply puzzled, and a bit annoyed my shiny new Z7 Max doesn't seem to have working infrared. I can see the thing, but software can't.
Bought the phone off Feebay, has a "Westone" logo on the back, along with China Mobile. ROM seems stock, shows as Android 5.1.1 and has no obvious bloatware.
The reception seems no better than on my old THL T6 pro, but the GPS is vastly better (can even get a lock indoors). Both hate having two sims (from the same provider) fitted - Another reason I upgraded, and another irritation, but one I can live with.
There was something about explore Nubia OS when it first started, and I'm used to KitKat, so there might be some tweaks or other away from stock I don't know of.
What's bothering me is I can't find any sign of an IR app on it, and anything I've downloaded just says the phone doesn't have an IR port.
Anyone got any ideas? Or known working/ stable roms where the IR *does* function?
Click to expand...
Click to collapse
I recieved mine yesterday from GearBest. It also has the Westone logo on it and aside from missing the IR app was also missing the FM Radio.
After a little searching around I found a German forum from where I downloaded the, what seem to been stock, apks.
Now my FM Radio is working fine, but IR is still not functioning. An IR Romote App sugested a library is missing....
P.M. If you want the links, since I cannot post them due to new member restrictions.
I wasn't worried about FM radio, but did notice there was no sign of it.
I looked around for the IR app, but kept getting rather suspicious looking, definitely not, IR things in disguise.. Sigh.
It sounds like you've made some inroads though, fingers crossed there's a solution to this (though slapping a non stock rom on isn't a problem, *if* all features work relaibly).
Edit to add:
I've found an official ROM and copied the control and control test apks from it.. But although the app loads/ runs, there's still no sign of life from the IR led itself. No doubt I'm missing something the OS requires, it's been a while since I played with these things (and I wasn't very good at it then!).
I have same problem i extracted from 3.84 romofficial the 2 apk ir control and zfm radio only radio works hope there is a solution out there....
I bought the phone from china bangood and no help is provided...
Infrared works on z7 Max bought from banggood on CM12.1 ROM (www.needrom.com)
But i like the 5.1.1 oficiall rom is there any way to make it work i fixfmradio by finding an zfwapp.apk from previous official rom i also install ircontrol.apk and its the nubia one but is notworking pls help me enable ir here
vkoulbal said:
But i like the 5.1.1 oficiall rom is there any way to make it work i fixfmradio by finding an zfwapp.apk from previous official rom i also install ircontrol.apk and its the nubia one but is notworking pls help me enable ir here
Click to expand...
Click to collapse
this is the infrared apk (cn.nubia.control v3.0.1.1011) from the CM12.1 that works 100% in the CM12.1 ROM, you can try it on your ROM and see.
Note: - i beleive it has to be a system app but you can try installing as normal and see if it works, if not then you will have to make it a system app, also the Z7 Max has to be rooted to be able to do as below.
Here's how to make it a system app -
1). Install the attached app as usual.
2). use an explorer app like 'Root Explorer' and
move "ZTE_IRControl.apk" (which will very likely be in /data/app)
to /system/priv-app
then restart phone and then try the infrared app.
.
.
.
I can't install apk ..... Phone is rooted
---------- Post added at 03:53 PM ---------- Previous post was at 03:35 PM ----------
This apk doesn't install I have the phone rooted and my ircontrol.apk that I got from previous ROM I install it doesn't work then move it to system/priv-app reboot still not working I'm loving this phone but I don't like that ir is not working
I got mine from Banggood as well. Here's how I got both FM and IR working. All referenced apps unless otherwise stated can be found on Needrom under the Z7 Max section.
Phone needs to be rooted - use the utility "Z7 Max All In One Tool v3.3.0" to root and install TWRP, followed by SuperSU ZIP file from Chainfire via TWRP.
Extract the nubia_IRControl1.apk and nubia_ZFM.apk from the Stock ROM V3.89. Place them in your SDCard/microSD card.
Under Settings > Security - Allow installation from Unknown Sources, install the IR and FM APKs.
I used 3C Toolbox Pro from Play Store to move both apps to the system folder. Both runs nicely in the stock Nubia 3.96 that came on the phone.
Further on, I flashed the ResurrectionRemix Nougat Rom dated Feb 03, 2017, both IR and FM apps are already included and working. Both the stock and RR ROMs were working nicely, I just wanted the latest security patch by moving to RR.
For starters thank you very much for your help I already root my device with kingroot and I copy the twoapks from previous ROM 3.89 and install them then made them system apps by copying them to priv-app with root explorer
The problem is that the IR still not working can you help me skittle bit more cause I don't won't to change ROM I like this 3.96 please advise...please
finally I flashed the ResurrectionRemix Nougat Rom dated Feb 03, 2017, both IR and FM apps are already included and working...do you have a link of official rom 3.96??
Unfortunately I cannot find a download for 3.96, the latest available is 3.89 from Needrom.
hi
i too have the same issues, basically the IR has not been built into the lollipop rom. any help greatly appreciated as i love this rom
Radio is working on 3.96 but not ir only in RR nougat
Had other things take my attention off this problem - Glad to see lots of useful info in the thread now
I'd better get downloading and faffing.

Please Help !!! In search of a working google camera mod working on official eui 19s.

Hey,
i just flashed official EUI indian 19s on my Le max 2 due to battery issue with all oreo custom roms.
i enabled Camera2api using build prop editor.
But now when i am trying to install any developer's google cam mod i am facing multiple problems-
1. Many mods doesn't support android 6.0.1 because of that every time when i am trying to install a modded apk i get this error - THERE WAS A PROBLEM WHILE PARSING THE PACKAGE. ( Screenshot attached)
2. After searching for some time i am able to find some modded apk which does install but they r also not working properly - some are giving bizarre pinkish images and some r dont even have basic HDR+ function in them. ( Screenshot attached)
Could you guys please suggest me which google camera mod supports indian 19s and work properly and have basic function like HDR+ and portrait mode working .
Thanks in advance.
- Reetesh
Heyyo, you'll need a version of Google Camera Mod for Marshmallow and you will also need to force Camera API v2 as EUI ROM only uses camera API v1.
This guide tells you how to do that and it is the same on X2 with EUI ROM. I the raw mode stuff probably won't work as that is MediaTek specific parts for this guide.
https://appuals.com/enable-camera2-api-shoot-raw-android/
On here you will need to search for an Android 6.0 Marshmallow version of Google Camera Mod.
https://www.celsoazevedo.com/files/android/google-camera/
Third option is to switch to ChrisBalGreece versions of Indian EUI ROM and I think he even has one based on Indian 21s as I believe all his EUI ROM mods come with Camera API v2 and Google Camera Mod included.
Good luck!
ThE_MarD said:
Heyyo, you'll need a version of Google Camera Mod for Marshmallow and you will also need to force Camera API v2 as EUI ROM only uses camera API v1.
This guide tells you how to do that and it is the same on X2 with EUI ROM. I the raw mode stuff probably won't work as that is MediaTek specific parts for this guide.
https://appuals.com/enable-camera2-api-shoot-raw-android/
On here you will need to search for an Android 6.0 Marshmallow version of Google Camera Mod.
https://www.celsoazevedo.com/files/android/google-camera/
Third option is to switch to ChrisBalGreece versions of Indian EUI ROM and I think he even has one based on Indian 21s as I believe all his EUI ROM mods come with Camera API v2 and Google Camera Mod included.
Good luck!
Click to expand...
Click to collapse
Thanks For Your Reply.
I already enabled Camera2Api using that same method and i cheeked it using Manual Camera Compatibility app from plus store and Camera2Api is working super fine after it.
The real issue is i am unable to find a modded version of Gcam which have basic function working properly android marshmallow 6.0.1 - some are giving bizarre pinkish images and some r dont even have basic HDR+ function in them.
Because approximately every modded app work only with oreo or nogut.
Is anyone out there who is using a modded Gcam which have basic function working properly Like HDR+ and Portrait Mode on eui 19s Indian,
PLEASE PLEASE PLEASE REPLY.
Thanks In Advance
- Reetesh
Most mods are based on Google Camera 5. Thus, they won't install on Marshmallow, because original Google Camera 5 requires Android 7.1.
Afaik latest Google Camera suitable for Android 6 is version 3.2 and it uses only camera api v1.
There may be som mods with decreased min API to allow install newer Google Camera versions on older Android, but I doubt it's going to work.
Btw. portatit mode is not possible on Android 6.0. It requires Android 8.

crDroid 6.5 (Android 10) for Davinci available

Hello
here is a Android 10 release of crDroid 6.5 from 16.4.20 for download:
https://yadi.sk/d/TD-kDw6UvZbvoQ
I got it running on my Mi 9T, without any issues.
Even the fingerprint sensor works very fine, its my daily driver.
It has lots of customization options
It is official rom?
Can I flash it on indian k20
I dont think its official.
I am not the developer , but I am very happy with crDroid on my Davinci.
I tested very much other roms, every one had issues with something.
Mostly with the fingerprint sensor or the customization options.
With a backup from your previous system its worth a test
Is it smooth ROM like, for instance, Pixel Expirience? Does ANX Camera works in it? Which gapps do you use on this ROM?
does all functions works ok?
I didnt find anything what is not working.
Pixel Exp. is nothing for me, to less options. But yes, it runs smooth.
The battery life is amazing.
I use opengapps nano, because when pixel launcher is installed the orignal laucher has problems.
And the gcam port from urnyx works very fine. Havent anx cam installed yet.
Volte/vowifi working? And stupid question but does it ask for FP when double tapping a notification or just pin?
Used to use crDroid back in my Samy S2 days so interested to see how its come along.
videoseven said:
I dont think its official.
I am not the developer , but I am very happy with crDroid on my Davinci.
I tested very much other roms, every one had issues with something.
Mostly with the fingerprint sensor or the customization options.
With a backup from your previous system its worth a test
Click to expand...
Click to collapse
Then who is the developer !!!
I found the download with Google.
Dont know whos the dev.
Crdroid is my absolute favorite rom , hope there will be an official build on the crdroid page
@nikc0069
You can unlock with fingerprint or pattern.
How can I test Volte/vowifi ?
Volte is on per default, Wi-Fi calling can be enabled
Found the ROM on 4pda, the develop name is Razziell of that forum, this is the know bugs written on the post:
ANX camera not supported!
After making calls on the bt headset while playing music, you need to reconnect the headset / headphones, since the audio stops playing (the same applies to the GU)
It is better to write about the problems found in telegram (link in the profile) or in qms.
Click to expand...
Click to collapse
Installation instructions:
Requires an unlocked bootloader and the presence of TWRP.
Installed on any stock firmware based on 10 android.
!! The firmware contains its own vendor - you don’t need to install others and it is extremely undesirable !!
It is required to install firmware from global 10 version 11.0.4 / 5 or the latest Chinese dev!
Click to expand...
Click to collapse
If want more information look at his telegram channel
https://t.me/crdavinciunoff

Categories

Resources