Pro3 Ai Edition (LEX653)(Helio X23) - Some application detect device as rooted - LeEco Le Pro3 Questions & Answers

The problem that I have faced was some application such as Boost App (e-wallet service in my country) detected my device as rooted and that's why I can't proceed to use the application but my banking app just run fine.
I tried KingRoot before but it was a failure and uninstalled it. I also tried reset my device and the problem still persist.
Do anyone have the same problem?
Ps: I wanted to root my device because I need to remove the default browser. I can't change default browser to Chrome maybe because of EUI bug maybe.
Thanks.
LE PRO3 AI LEX653
EUI 5.9.028S
Android 6.0

I don't know what root app you're using, but most people use Magisk. You can hide Magisk root with Magisk Hide. Hider apps also exist for SuperSU and SuperUser, but you'll have to research those yourself. Most people these days use Magisk.
Anyway, I assume your device is considered rooted because your vendor ROM doesn't pass SafetyNet. There's no way to hide from SafetyNet unless you're rooted or on a SafetyNet passing ROM, i.e. an official stock ROM, which probably doesn't exist for your device (unless you're okay with the Chinese one without Google apps). So you need to find a way to root your device first.

sk8223 said:
I don't know what root app you're using, but most people use Magisk, AKA system pressure root. You can hide Magisk root with Magisk Hide. Hider apps also exist for SuperSU and SuperUser, but you'll have to research those yourself. Most people these days use Magisk.
Anyway, I assume your device is considered rooted because your vendor ROM doesn't pass SafetyNet. There's no way to hide from SafetyNet unless you're rooted or on a SafetyNet passing ROM, i.e. an official stock ROM, which probably doesn't exist for your device (unless you're okay with the Chinese one without Google apps). So you need to find a way to root your device first.
Click to expand...
Click to collapse
I understand the use case for Magisk root. Unfortunately, my Mediatek device does not support custom recovery for now. :crying:

It seems that there is a twrp available for pro3 ai in the x651 section on the forum.
BTW, you can also use pm hide command in adb shell to hide chinese apps and change the default browser without rooting the phone.

smae said:
It seems that there is a twrp available for pro3 ai in the x651 section on the forum.
BTW, you can also use pm hide command in adb shell to hide chinese apps and change the default browser without rooting the phone.
Click to expand...
Click to collapse
I believe that TWRP is not finalized yet from what I read in that thread here: https://forum.xda-developers.com/le-pro3/leeco-le-pro3-a1-model-x651-guides-development--and-mods/twrp-mauronofrio-le-pro3-ai-x650-t3741669
Code:
adb shell pm hide <package>
really works from you have suggested, much thanks to you! :good::highfive:

seosac said:
The problem that I have faced was some application such as Boost App (e-wallet service in my country) detected my device as rooted and that's why I can't proceed to use the application but my banking app just run fine.
I tried KingRoot before but it was a failure and uninstalled it. I also tried reset my device and the problem still persist.
Do anyone have the same problem?
Ps: I wanted to root my device because I need to remove the default browser. I can't change default browser to Chrome maybe because of EUI bug maybe.
Thanks.
LE PRO3 AI LEX653
EUI 5.9.028S
Android 6.0
Click to expand...
Click to collapse
Are you even rooted?
Sent from my LEX727 using xda premium

mchlbenner said:
Are you even rooted?
Click to expand...
Click to collapse
I tried KingRoot app to root but unfortunately it was failed. So, my device is not rooted.

seosac said:
I tried KingRoot app to root but unfortunately it was failed. So, my device is not rooted.
Click to expand...
Click to collapse
Your device is not covered in these threads.
You can try lex 650_651 thread.
Sent from my LEX727 using xda premium l

seosac said:
Code:
adb shell pm hide <package>
really works from you have suggested, much thanks to you! :good::highfive:
Click to expand...
Click to collapse
Hi, I'm a newbie to Android tweaking so perhaps I missed something.
I installed ADBkit from play store and when I gave the command I got this:
$ pm hide Browser
Error: java.lang.SecurityException: Neither user 10216 nor current process has android.permission.MANAGE_USERS.
Any suggestion will be appreciated. Thanks.

smae said:
It seems that there is a twrp available for pro3 ai in the x651 section on the forum.
BTW, you can also use pm hide command in adb shell to hide chinese apps and change the default browser without rooting the phone.
Click to expand...
Click to collapse
Thanks so much !!
It was an incredible pain for me for so long.

Related

[Q] Has anybody managed to get Sky Go working with Rooted Nexus 7?

I'm just wondering if anybody has managed to get the Sky Go app working with a rooted Nexus 7?
I've read somewhere that a rooted Android device can work with Sky Go if it is running a stock kernel and used in conjunction with Temp Root Remover.
If anybody has, please share your set up. :good:
Many Thanks,
Andy
I don't have an active Sky account anymore, but on Modaco JR13 with Stock kernel and unsecure boot.
I managed to load the app and sign into my old account without any problems.
Obviously I didn't get as far as watching TV as my account is closed.
Hope this helps.
+1 would like top know if it is possible
Sent from my Nexus 7 using XDA Premium HD app
This thread ( http://forum.xda-developers.com/showthread.php?t=2042095 ) describes a possible workaround (removal of supersu) but grants all subsequently installed apps root access after this, hence not ideal.
Fingers crossed a more secure method or patched apk arises in the future!
aaronje said:
This thread ( http://forum.xda-developers.com/showthread.php?t=2042095 ) describes a possible workaround (removal of supersu) but grants all subsequently installed apps root access after this, hence not ideal.
Fingers crossed a more secure method or patched apk arises in the future!
Click to expand...
Click to collapse
OK so I have a nexus 7 (2012) on standard Android 4.4.4.
Rooted with CWM and superSU 2.01
I just used the root hider app from the play store and selected ..
Hide Su binary and then
Uninstall super user (selected chain fire SuperSU option)
I then had to go into my root of my nexus 7 and remove the sky go files stored there.
After I deleted them I then restarted the tablet.
I can still reinstalled superSU as I'm still rooted but its a bit of a Hassel ATM as every time I want to watch SkyGO I have to follow the same routine, hideSu > uninstall superSU > delete SkyGO files from root dir > restart tablet.
I think there should be an Xposed module to hide root to certain apps, not 100% sure though..
A simple google search would answer your question: http://lmgtfy.com/?q=hide+root+access+android+xposed+module
But any ways here is the right module: http://repo.xposed.info/module/com.devadvance.rootcloak
It's called rootcloak. Remember: you need the Xposed Framework!
flopower1996 said:
A simple google search would answer your question: http://lmgtfy.com/?q=hide+root+access+android+xposed+module
But any ways here is the right module: http://repo.xposed.info/module/com.devadvance.rootcloak
It's called rootcloak. Remember: you need the Xposed Framework!
Click to expand...
Click to collapse
Still not working with the above, shame I just don't want to lose root.
jb.traveller said:
Still not working with the above, shame I just don't want to lose root.
Click to expand...
Click to collapse
hide su from google play works
1eyedmonster said:
hide su from google play works
Click to expand...
Click to collapse
Hi mate, could you give me a run down to what you did as I still can't get it to work.
Thanks.
1eyedmonster said:
hide su from google play works
Click to expand...
Click to collapse
I couldn't even find the app?

[Q] I dont have full root aces. Can you help me?

I have LG optimus one and Iam try new rom Omnirom beta 7 and beta 7.1. Iam saw ther isnt any superuser app and Iam try flash SuperSU (chainfire) and SuperUser (CloakWorkMod) with cwm recowery 6.4.0.6 and twrp 2.7.0.0.
Now I can run some apps like a total commander with superuser aces, Rom manager, but Iam style not can run titanium backup and lot of more. Sorry my English. Thanks for all reply.
Just FYI it is recommended to run twrp and su. Regarding you question: can you use the functionality that requires root in the apps you mentioned to be working? If not you simply have no su access at all. In case you can run them go into the su UI under settings and see if you can manually grant su permission to TiB and the like. It seems strange to me that super user should only work for some of your apps. I might be wrong though, I'm no expert.
Sent from my Find 5 using XDA Premium 4 mobile app
thanks
chuSmu said:
Just FYI it is recommended to run twrp and su. Regarding you question: can you use the functionality that requires root in the apps you mentioned to be working? If not you simply have no su access at all. In case you can run them go into the su UI under settings and see if you can manually grant su permission to TiB and the like. It seems strange to me that super user should only work for some of your apps. I might be wrong though, I'm no expert.
Sent from my Find 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks Iam try it.
I am found error
chuwork54049883 said:
Just FYI it is recommended to run twrp and su. Regarding you question: can you use the functionality that requires root in the apps you mentioned to be working? If not you simply have no su access at all. In case you can run them go into the su UI under settings and see if you can manually grant su permission to TiB and the like. It seems strange to me that super user should only work for some of your apps. I might be wrong though, I'm no expert.
Sent from my Find 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
This dont work
Iam dont saw a easy think. My result app hawe root aces but adb no.
How to repair. Settings -> for developers ( If you dont see it, you must go to settings -> About phone and seven times touch build number)
In setings you mustvote apps & adb in defoult only apps.

Nexus 7 2012 on 5.1.1 -- any way to root it?

Hi all, kinda new to this whole game.
Couldn't find anything about rooting 5.1.1, only 4.2.2.
If there's no way to root 5.1.1, would you recommend reverting to 4.2.2 and then rooting it? Are there any improvements from using that version over 5.1.1?
Rooting 5.1.1 is the same way as on 4.2.2, unlock bootloader, flash custom recovery and flash super su.
I would recommend you to revert to 4.2.2 if you want a better performance, but if you want to stay on 5.1.1 make sure to use parrotmod to increase performance
Nexus Root Toolkit make it very easy.
thanks for the tips. i was able to root it, but now i'm trying to install the Xposed framework and it's telling me
cp:write error: No space left on device
meanwhile there's about 5 gigs of space since i flashed it down to 5.0 from 5.1.1
interestingly enough, after i root it and try to install busybox, it tells me free space is unavailable for /system/xbin as well as all the other options i try to change it to (/su/xbin, etc).
anyone know if something went wrong at some point?
PlayerThirteen said:
thanks for the tips. i was able to root it, but now i'm trying to install the Xposed framework and it's telling me
cp:write error: No space left on device
meanwhile there's about 5 gigs of space since i flashed it down to 5.0 from 5.1.1
interestingly enough, after i root it and try to install busybox, it tells me free space is unavailable for /system/xbin as well as all the other options i try to change it to (/su/xbin, etc).
anyone know if something went wrong at some point?
Click to expand...
Click to collapse
Your /system partition is full, try to remove something you don't need
iwjosi said:
Your /system partition is full, try to remove something you don't need
Click to expand...
Click to collapse
Thanks for the advice. How do I know what i can remove? If i flashed the tablet multiple times (tried diff versions of android), would that have bloated the /system partition?
Is there something specific i should be careful to leave in?
PlayerThirteen said:
Thanks for the advice. How do I know what i can remove? If i flashed the tablet multiple times (tried diff versions of android), would that have bloated the /system partition?
Is there something specific i should be careful to leave in?
Click to expand...
Click to collapse
you can remove google apps like youtube, hangout, g+ etc
anyone know if the play store can detect that a device is rooted, and prevent pokemon go from showing up in the store?
or is it just not detecting on my tablet possibly from the model of tablet i have?
i checked the official requirements page and there's nothing 'targeting' specific devices, the device just needs to haev Android 4.4+, but i'm not seeing it in my play store for whatever reason.
(my device is a nexus 7, Android 5.0)
i do recall that, before rooting my device, i'm pretty sure i was able to see and DL pokemon go on this tablet when it was running 5.11 before the root was performed
nvm, i found a site hosting the apk for the app. now just trying to make all the pieces work together on the nexus 7
you need to install Magisk to play pogo on a rooted tablet. magisk will disable the root so pogo will load.
http://forum.xda-developers.com/android/software/mod-magisk-v1-universal-systemless-t3432382
Flash a custom rom and install the nano gapps from http://opengapps.org/ if you want to install more apps.
But I wouldn't recommend it since it lags a lot without parrotmod speeding things up. Use the N7 2013 instead.
Magisk will not install on a 5..1.1 ROM because it needs systemless root and this is availabe only on 6.0 or greater ...
Thanks for the added tips. It's too bad this Magisk program only works on 6.0+.
I've tried everything detailed in this guide, including hiding the root with modules in Xposed, but i can't get the logins i created for PoGo to authenticate. I think i'm going to have to throw in the towel on this one.
AndDiSa said:
Magisk will not install on a 5..1.1 ROM because it needs systemless root and this is availabe only on 6.0 or greater ...
Click to expand...
Click to collapse
you might want to rethink that. It works fine on my 5.1.1, as stated in the magisk post "Magisk supports all the way down to Android 5.0 (SDK 21+) (thanks to the new method and busybox environment)"
---------- Post added at 03:21 AM ---------- Previous post was at 03:01 AM ----------
PlayerThirteen said:
Thanks for the added tips. It's too bad this Magisk program only works on 6.0+.
I've tried everything detailed in this guide, including hiding the root with modules in Xposed, but i can't get the logins i created for PoGo to authenticate. I think i'm going to have to throw in the towel on this one.
Click to expand...
Click to collapse
Don't use xposed, either don't install or disable when you don't need it. Someone mentioned that pogo won't work if xposed was installed, but i didn't think twice about it since mine worked with xposed installed, until today. So today I disabled xposed, then restarted, and it works again.
oh, thanks man. i'll def try it out -- see if i cant get it to work with Magisk. I appreciate you pointing that out
g96818 said:
you might want to rethink that. It works fine on my 5.1.1, as stated in the magisk post "Magisk supports all the way down to Android 5.0 (SDK 21+) (thanks to the new method and busybox environment)"
---------- Post added at 03:21 AM ---------- Previous post was at 03:01 AM ----------
Don't use xposed, either don't install or disable when you don't need it. Someone mentioned that pogo won't work if xposed was installed, but i didn't think twice about it since mine worked with xposed installed, until today. So today I disabled xposed, then restarted, and it works again.
Click to expand...
Click to collapse
Pardon my newb, but this workaround method is what i'm trying to achieve through all this.
In short, rooting, then using Xposed modules to hide the fact that 'mock locations' is enabled and faking my GPS location with it. (we live in a tiny town and want the device location moved to a big city).
Without Xposed installed, is there any alternate way that I can hide from PoGo that mock locations is enabled? Per the method linked, that was the one way to make it work, at time of writing.
Or even better, since the linked method actually didn't work on my device (pogo account 'wouldnt authenticate' -- not sure why but assuming its caused by xposed or some kind of root detection), would you know of a different way to fake my GPS location and hide it from PoGo on a Nexus 7?
Just to clarify, I followed your advice and installed Magisk already.
So I have a Magisk-ready device, just not sure where to take things from here, since I realized my instructions uses Xposed specifically to circumvent PoGo
Help
I'm in the same position.
How to remove thee apps? nexus tab 7 2012 is rooted running 5.1.1
Whic ROM should i use?
PlayerThirteen said:
Pardon my newb, but this workaround method is what i'm trying to achieve through all this.
In short, rooting, then using Xposed modules to hide the fact that 'mock locations' is enabled and faking my GPS location with it. (we live in a tiny town and want the device location moved to a big city).
Without Xposed installed, is there any alternate way that I can hide from PoGo that mock locations is enabled? Per the method linked, that was the one way to make it work, at time of writing.
Or even better, since the linked method actually didn't work on my device (pogo account 'wouldnt authenticate' -- not sure why but assuming its caused by xposed or some kind of root detection), would you know of a different way to fake my GPS location and hide it from PoGo on a Nexus 7?
Click to expand...
Click to collapse
There is another way, but it will disable your ability to use gps . use lucky patcher to install your spoofing app as a system app, then you don't need to enable mock locations and don't need xposed since the xposed modules don't work anyways. after that, install an app called disableservice and disable the 3 locationsharing services in google play service. What this does is prevent your real gps to overwrite your mock gps data.
try at your own risk of being banned
g96818 said:
There is another way, but it will disable your ability to use gps . use lucky patcher to install your spoofing app as a system app, then you don't need to enable mock locations and don't need xposed since the xposed modules don't work anyways. after that, install an app called disableservice and disable the 3 locationsharing services in google play service. What this does is prevent your real gps to overwrite your mock gps data.
try at your own risk of being banned
Click to expand...
Click to collapse
Thanks mate, i'll give it a shot!

Systemless ROOT - Some apps not working (Freedom, Link2SD, etc.)

Hi,
I am very new to Systemless root and it seems littlebit confusing for me.
I have few problems. I am using Magisk Systemless ROOT on my 1+5 with Android 7.1.1
I already know that because of non-editable /system i can't delete or upgrade system apps. But my bigger problem is for example with F***dom app. I know that warez is not supported here so I am asking only for educational purposes (or whatever). F***dom not working at all. My pay card still showing (Fallout Shelter, Fruit Ninja, etc.). Even L***y Pat***r not work well. I am still getting errors when trying to patch Fallout or any other apps. One of the least problem is with busybox. Why I cant install busybox to /system/bin but to /system/xbin yes?
Is there any way how to make system root work like nornal root? I really want use my old apps. Not just Freedom, but for example Titanium Backup not working too.
Titanium Backup definitely works with systemless root. When you go into the Magisk Manager app does it actually show that you are rooted? When you click on the Safety Net check in Magisk Manager what message do you get?
I am using Magisk systemless root and it works.
So you're probably not rooted at all. And I did not even had to install busybox either.
jhs39 said:
Titanium Backup definitely works with systemless root. When you go into the Magisk Manager app does it actually show that you are rooted? When you click on the Safety Net check in Magisk Manager what message do you get?
Click to expand...
Click to collapse
I am rooted. Safety Net is ok when Hide Root setting is selected in Magisk. Apps normally get root access but as I said some of them not work properly. Busybox throw error when installing to /system/bin
Titanium Backup not recover system apps or data.
And what about freedom?
There's actually a dedicated support thread on XDA for Magisk. Since your issue seems to be very Magisk specific rather than a OP5 issue you would probably have more success posting your question there.
Just a reminder to all. No mentions of lucky patcher or freedom are allowed in the forums as they are warez/malware apps.
ScottDGoodman said:
Freedom APK v2.0.8 is an Android application which will give you a chance to open the top notch highlights of prevalent recreations free of cost.
Click to expand...
Click to collapse
That app is also banned on xda as are all Warez apps.
I highly recommend you delete this post and go somewhere else before more aggressive devs start waking up
XDA's tag line is "XDA Developers was founded by developers, for developers. " and you come in here waving your middle finger around saying developers' time and energy is worthless and your deserve it all for fee, and your entitled ass comes here asking for more help exploiting devs.
Help specific to LP, Freedom, and all other exploitive apps is forbidden here. #GoAway
And all that aside, your question has been asked 1000x by legit users. Spending even 10-15 seconds researching the problem would yield a result. #LMGTFY

Debloat P9 Lite

Hello,
I want to debloat my P9 Lite from apps like Youtube etc. I used the approach from a video called "Remove ALL Bloatware from any Android Smartphone without Root" (cannot post link)
Bringing my phone into debug mode and installing adb all went fine. However, when I start Debloater (version 4.0) -- it shows me the correct serial number and battery status, though -- the model gets called "generic_a15" in Debloater. Furthermore, no package is listed when I click "Read Device Packages".
Does somebody know how I can resolve this issue? Thank you very much for your attention!
UndercoverDebloater said:
Hello,
I want to debloat my P9 Lite from apps like Youtube etc. I used the approach from a video called "Remove ALL Bloatware from any Android Smartphone without Root" (cannot post link)
Bringing my phone into debug mode and installing adb all went fine. However, when I start Debloater (version 4.0) -- it shows me the correct serial number and battery status, though -- the model gets called "generic_a15" in Debloater. Furthermore, no package is listed when I click "Read Device Packages".
Does somebody know how I can resolve this issue? Thank you very much for your attention!
Click to expand...
Click to collapse
Hi,
i never used that method, so
just my thought...
Maybe you have to try to reboot your device in fastboot mode,
then try to launch the debloater and see if it shows you packages.
Regards
Downloaded and installed, also not working.
Any other method to remove unwanted apps?
Kennabiz said:
Downloaded and installed, also not working.
Any other method to remove unwanted apps?
Click to expand...
Click to collapse
Installing a custom ROM usually brings a series of benefits including that
of not having bloatweres so it is my main recommendation.
On the other hand, manually, with superuser permissions and a root app manager,
you can uninstall all the applications you want, but you must pay attention to what you touch,
the system could become unstable (google apps). Do some research before venturing.
Making a Nandroid backup before starting is almost mandatory, always recommended.
Good luck
Installing custom roms is nice But simple huawei backup and restore for stuffs is so much easier than some third party app to do.
I would so easy install some of the many custom roms But eui is so easy and works.....
Dadditz please help here
Kennabiz said:
Dadditz please help here
Click to expand...
Click to collapse
Excuse me I probably did not grasp the juice of the speech.
I have already answered for what I know, custom roms or manual uninstallations of what you do not want.
Another way would be to freeze / disable unwanted apps ... the device will be grateful ..
Dear use @ to quote.
Best regards

Categories

Resources