Paying $50 to solve problem on Android x86 - Android Software Development

Hi bro, I wanted a bypass method for a specific game on Android x86, can you? I'll explain better I want you to create a method for me to play the
Counter Attack
game, I offer 50 dollars, I'll explain the situation, I played this game on Phoenix The DarkMatter, I don't know if you know, continuing... the game has recently updated and the developers have implemented a security for the screen to get stuck with the message
hack detect
making it impossible to play, the developers have explained that this happens on devices that have root or jailbreak, and he said that if you remove root from your device you will be able to play normally, for you to understand better, the game on phoenix os darkmatter, it opens normally, and i play the tutorial part normally too, and only in multiplayer mode it gets stuck in screen due to root detection, so I really wanted you to help me create a method to circumvent this system on Phoenix Os, I use DarkMatter Os, but you can try it with anyone, working and whatever, Note: in the BlueStacks emulator the multiplayer mode works normally because it doesn't have root but my notebook is weak and I don't go over 40 fps, on the android system I had stable 60 fps, my discord is Paypal#1079, the payment will be as follows, you create the method and record the video showing that you managed to access the game and entering a multiplayer room on Android OS x86, then I pay 50 dollars via Paypal or another method if you prefer, and you then teach me the method I've tried using magisk hide, but it didn't work... I think it works on the cell phone but on android OS x86 it doesn't it works normally on the Bluestack emulator, however my notebook is low performance, so the game is better on android x86 os, but with the new update for this game it blocked rooted devices you just need to find some way around it
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

download the older game apk and set your play store to not auto update your apps.

It's hard to unroot a pre-rooted Android emulator.
But you can try this:
1. Enable Developer Mode (tap 9 times on build number on the Settings)
2. On the Developers options, enable full root access
3. Run the terminal emulator
4. Therein use the followings commands :
Code:
su
rm /system/bin/su
rm /system/xbin/su
5. Reboot the emulator instance
6. Return on Developers options and disable root access
7. Reboot again

jwoegerbauer said:
It's hard to unroot a pre-rooted Android emulator.
But you can try this:
1. Enable Developer Mode (tap 9 times on build number on the Settings)
2. On the Developers options, enable full root access
3. Run the terminal emulator
4. Therein use the followings commands :
Code:
su
rm /system/bin/su
rm /system/xbin/su
5. Reboot the emulator instance
6. Return on Developers options and disable root access
7. Reboot again
Click to expand...
Click to collapse
follow the steps, and the game still identifies root, you gave a tip to remove root, do you have any to hide?

3mel said:
download the older game apk and set your play store to not auto update your apps.
Click to expand...
Click to collapse
the game is based on open rooms, in the old version the rooms in the new version do not appear

you could install magisk manager apk on this device, use that to move from the default root solution to magisk and then uninstall root with magisk.

for starters bluestacks isnt rooted...
if you must make it harder on yourself, then perhaps try:
UnSU by @osm0sis in recovery, from here : https://forum.xda-developers.com/t/...-and-ends-multiple-devices-platforms.2239421/
It may just be the game hates running on emulators...and fussy

73sydney said:
for starters bluestacks isnt rooted...
if you must make it harder on yourself, then perhaps try:
UnSU by @osm0sis in recovery, from here : https://forum.xda-developers.com/t/...-and-ends-multiple-devices-platforms.2239421/
It may just be the game hates running on emulators...and fussy
Click to expand...
Click to collapse
but i said bluestack is not rooted, they shouldn't hate emulators, because bluestack is not detected? but in tecent's own pubg mobile game it detects bluestack, and that's what I want to make clear, thanks for the tip

Related

[Tool][Win] Better ADB GUI

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Many of you may be familiar with ADB GUI (Or ADB Helper UI). So am I. I always thought it could use something... I don't know... Then, a few days ago, while reading the portal, I read it got an update. So I had a look and downloaded the program. I looked at it, and thought: "Well. It works! But what can I do about it, and how could I make it better? It's missing some tools..."
So then I opened up Visual Studio and coded on. I spent an entire day working out the design and how it should work and what features it should have. I had no internet at the time (Change of ISP) so I then coded and coded and coded until it was bed-time. The next day I started coding and wasn't sure about the design, so I deleted the code, got rid of the project and started anew. And the results aren't too bad!
So today I am proud to present to you, Better ADB GUI!
It's still very early and almost nothing works, but I want to show it off and release the current source code.
Screenshots
Features
Install ADB to system (Natively, like in other projects of mine)
Install and uninstall apps
Push files to Android device
Pull files from Android device
Backup device
Restore device
Reboot system; system, recoery, bootloader|Fastboot
Show/Save logcat to device
Show DMESG
Sync dirs
Start ADB shell
Root ADB shell (Restarts ADBD deamon with root rights)
Open CMD
Remount system
Restart ADB
Install SuperSU by Chainfire (x86, arm)
Uninstall SuperSU (x86, arm)
Install SuperSU (by @Koush)
Uninstall Super User (by @Koush)
Install busybox (App by stericson)
Install busybox (App by Stericson) as root/system app
Uninstall busybox (App by Stericson)
Install busybox binary (Requires custom kernel)
Uninstall busybox binary (Requires custom kernel)
There is other stuff, but it's still being coded.
What doesn't work
Everything that isn't up there ↑
Coded in(...)
This program is coded in Visual Basic 2010 (Upgrading to 2012 soon, as my laptop is broken and the one I'm using is REAL bad.)
Uses(...)
The app uses following libs/apps:
AndroidLib (Forgotton by whom. Sorry!)
Custom libs (Usedin Universal Android Toolkit)
Odin 4.22 (Thanks to Samsung!)
ADB, fastboot, AdbWinApi.dll, AdbWinUsbApi.dll (Thanks to Google!)
SuperSU, SuperSU binaries (x86 and arm), SuperSU no-nag (Many thanks to @Chainfire!)
Busybox (Thanks, @Stericson!)
Super User (Thanks to @koushikdutta)
7z.exe, 7z.dll (Thanks to some Igor bloke!)
Anything else has yet to be added...
LINKS:
Better ADB GUI Repository
No download link, yet. Will be available with first release.
Don't forget to enjoy the program! If you like what you see, please do contribute to the project, or help me save up for a nice, new PC (Links in program and description).
Stay awesome, guys! ​
#1
Reserved post #1
#2
Reserved post #2
#3
Reserved post #3
Last one. Promise
Reserved post #4
Woe it looks awesome but When you gonna release it? Cant see any download link yet ..
H4CK_H0PP3R said:
Woe it looks awesome but When you gonna release it? Cant see any download link yet ..
Click to expand...
Click to collapse
Well, as sad as it is, I don't code in VB anymore, and I especially don't use Windoze anymore.
So, any functionality that is found here, will:
a) Be also incorporated into my much older project Universal Android Toolkit - which will be coming very soon
or
b) Will be ported to Java for use with Windoze (Universal Android Toolkit is mutating to a BSD/BSD-like OS-only program, because we've go way to little of these.
But, you can pull the source and try it out for yourself. I can't remember what's working and what isn't, but hey. There should be a working build in thre somewhere, and you should be able to carry on maintaining it.

[TOOL] Android Wear APK Tools: Sideload and Uninstall Apps to Android Wear

Android Wear APK Tools:
A GUI application which allows you to install any APK straight to your watch (via adb) or uninstall any non-protected package directly. Much more convenient than doing it through the adb command line.
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How to use:
Download Link: HERE
Windows:
Unzip Android-Wear-APK-Tools.zip, and run Android-Wear-APK-Tools.exe
Linux:
Run the following command in terminal, and then open AndroidWearAPKTools.py
Code:
sudo apt-get install python-tk
Mac:
Install Python from here, then run AndroidWearAPKTools.py
_________________
Connect your watch to your computer, enable ADB Debugging on your phone and your watch, and make sure ADB and the drivers are set up on your computer.
Doesnt work for me.
I opened it, clicked connect to watch, then it told me that it has connected, i can see the list of all the apps that i have installed on my phone. But android wear doesnt tell me that its connected.
I tried to uninstall an app, then it gave me an error. Then i tried installing an app, and it just stayed on "installing app, please wait" for a very very long time.
So, apparently you must have ADB already on the system path or in the main directory of this application and it must be accessible with the command "adb"
I am experiencing similar errors with the app. It tells me I am connected to my watch. I can't see any apps on the list. When trying to install an app it stops on "Installing app, Please wait..."
root required?
Does this require that the Android Wear device be rooted?
Lord_Cyrix said:
I am experiencing similar errors with the app. It tells me I am connected to my watch. I can't see any apps on the list. When trying to install an app it stops on "Installing app, Please wait..."
Click to expand...
Click to collapse
same here
can we install ota lollipop from this
by regular method my samsung gear live is not responding to sideload method
doesn't seems to work on windows 10
Exception in Tkinter callback
Traceback (most recent call last):
File "Tkinter.pyc", line 1470, in __call__
File "AndroidWearAPKTools.py", line 36, in connectToWatchCallback
IndexError: list index out of range
EDIT:Fixed by allowing adb access through cmd
works for me
In samsung gear neo 2 ported to android wear, works perfect thx...
NightMean said:
doesn't seems to work on windows 10
Exception in Tkinter callback
Traceback (most recent call last):
File "Tkinter.pyc", line 1470, in __call__
File "AndroidWearAPKTools.py", line 36, in connectToWatchCallback
IndexError: list index out of range
EDIT:Fixed by allowing adb access through cmd
Click to expand...
Click to collapse
NightMean, how did you fix it? Could elaborate?
I don't know how to allow ADB access through CMD
Thanks
nagasgura said:
Android Wear APK Tools:
Much more convenient than doing it through the adb command line
Click to expand...
Click to collapse
So writing all that code was easier than "adb install" ?
clevebb said:
So writing all that code was easier than "adb install" ?
Click to expand...
Click to collapse
Not for him (except he installs and deinstalls applications from 9 to 5 )
But for the rest off the world it´s really comfortable
I installed google chrome but i cant see it in the list of apps installed and i cant uninstall it any help? this is the list http://puu.sh/pc5Ka/0e12811101.png
Thanks for creating such a simple but useful tool!
Hy guys , i've used this method to install apps but i have a problem when opening a pdf file , as you can see in the pictures , i can't select a default app for it. can somebody give me a solution ? thx a lot .
kmc99 said:
Hy guys , i've used this method to install apps but i have a problem when opening a pdf file , as you can see in the pictures , i can't select a default app for it. can somebody give me a solution ? thx a lot .
Click to expand...
Click to collapse
Try opening the PDF on your phone instead.
For me, I connect to watch alright, I see the apps list, but uninstalling takes forever.. :/
Much easier to use adb command. meh
My watch is detected by the pc but I see an empty directory ....and if I try to copy a file no way ....
Any idea ?
So the windows 10 users have no chance to enjoy this ???

[ROOT][SuperSU] I8200N Working!

I'M NOT RESPONSIBLE IF ANTHING GOES WRONG USING THIS METHOD!!! IT'S ONLY ONE THAT WORKED FOR ME, SO I'M JUST SHARING IT FROM MY EXPERIENCE! USE AT YOUR OWN RISK!!!
Hi everyone!
So, i was looking for root my new I8200N. Only way to do it is with VRoot/iRoot chinese application, but it installs Kinguser instead of SuperSu or Superuser. In my experience it's like half root coz many apps doesn't fully work with it. I tried everything i could find but nothing worked. I finally found solution so if you have troubles, here we go:
All requirements in attachment, just unrar it!
1. Install SAMSUNG USB Drivers (Recommended reboot!)
2. On AD (Android Device) go to | Settings > More > About | then press about 10 times on version number to unlock developer features. See at screenshot.
Then go back and enter developer settings. Check USB debugging, OK.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3. Connect your AD with USB to PC and finish driver installation if needed in Device Manager.
4. Install VRoot and open it
Between this two, mobile will ask something with long address. Just check remember for this PC or something like that and Allow/OK.. And for white windows, go to Deny or something like that. It's something about Google Play...
On PC press "Root" when becomes available.
Just wait a minute and phone will reboot and it should be rooted. It should be like this:
Optional: You can delete chinese apps that comes installed, you just need "Kinguser".
5. Settings > More > Security | check "Unknown Sources" and OK.
6. Copy Lucky Patcher to AD and install it. Open it and when Kinguser ask for permission, go to Allow. Update if available.
7. In Lucky Patcher go to | Toolbox > Patch to Android > Check:
- Signature Verification status always True
- Disable .apk Signature Verification
- Disable Signature verification in the package manager
Apply
AD will reboot, if not then reboot after it finished.
8. Copy "kinguser.apk" from attachment to AD and install it. Open it and when asks you for update, CANCEL it!
9. Unrar "mrw" from attachment and whole folder copy to AD. I found easier paste it in device than SDcard coz of address we'll gonna need later.
10. Install Terminal from Google Play. https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en
11. Open Terminal, type "su" (without quotes) and press enter. When promted for root access, Authorize/Allow it.
12. Now type "sh /storage/emulated/0/mrw/root.sh" (Without quotes). I pasted mrw folder in root of AD, so address is like that one in quotes. You can put it somewhere else, just type correct address. Then press enter. If any error or something comes up, just go for OK or what ever you got and don't worry it's normal. After few seconds, you will be promted for root access from SuperSU, Allow it!
Phone will reboot. Update SuperSU binary and app if needed.
Congratz! You are rooted with SuperSU!
I successfully rooted 2 devices with this method.
Happy rooting!
Just to highlight issues with this, vroot will install apps on your pc without you knowing even after uninstalling.
Also you can completely remove kingroot and replace with supersu by using another mod found on this forum.
You will need an app to mount system as read writable on boot. See the playstore.
Sent from a stolen phone!
That was the only way i could found that really works for me. Days i've been searching for root and this is only i could get working.

[Guide] Universal SafetyNet Fix

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello Everyone, this is Rakesh today we are going to fix SafetyNet pass in MIUI8. As we all know about the google new policy regarding rooted devices and some applications like banking apps and railway reservation apps like IRCTC is we want to run this kind of apps in our rooted device we need to get SafetyNet pass with help of magisk.
So what is SafetyNet actually?
Google uses something called SafetyNet to detect whether your device is rooted or not, will block access to those features. Google isn’t the only one doing this even plenty of third-party apps also won’t work on rooted Android devices, although they may check for the presence of root in other ways. So I think now you guys have understood about this and I don’t want to push too much info into your brains, Let’s get into instructions how to get pass SafetyNet in MIUI8 ROMs. Know More About SafetyNet Here
Today I will Show You How To fix SafetyNet on MIUI8, as you already know MIUI is a very Heavily Skinned Android and it’s not easy to do modifications on it what we like to do. This a User-friendly Guide so you don’t need any diploma on Android and it’s a Universal Tutorial 5.0+
Let’s Start the Tutorial
As for your Information, I’m doing this Guide on multiROM.me 7.7.20 Global Beta.
Requirements
ZCX Recovery
MultiROM (optional)
MagiskSU
A Working Brain.apk
First of All
Reboot your Redmi Note 3 into Recovery Mode
Wipe Factory Reset ( optional wipe system dalvik/cache data)
Flash MultiROMReboot Your Device
Setup your Device Remember don’t add any account as of now,
( skip this if your ROM is not pre-rooted)
Go to SuperSU and Click on “Full Unroot” your device will automatically Reboot. Again Boot into Recovery
Flash Magisk v13.6
Flash USNF v2 b5
Reboot Your Device
Open Magisk and Check if your SafetyNet get Passed!!
If Not Passed then it will show like This “False”
Swipe The Left Edge
Open MagsikHide and Search Google and Tick on as shown below
Now Open Root Explorer or any other File Manager which can Edit build.pro
Go to root/system
Open Build.Pro
Search for ro.build.display.id=MMB29M
And add this after a space“release-keys”
Remove ” and copy/paste
Save it and Close Everything and now Boot into Recovery Mode again
Flash Magisk v14
Flash USNF v2 b5 hotfix
Reboot Your Device
Check Your SafetyNet Again and your Good to Go,
Now you can Add your Google Account and Play Store will Say that your device is “Certified”
for more information and downloads
http://redminote3.xyz/2017/09/10/univesal-safetynet-fix/
Thanks to redminote3.xyz for this wonderful guide.
Source :- http://en.miui.com/thread-825641-1-1.html
​
thank you so much, I just tick google play store and google services framework in magisk hide and everything change to true. tested on LeEco Le 2 x526 (MiuiPro 8.11.22)
I did an update, and now the safetynet test fails. I tried to reinstall the older version didn't work. I'm using Redmi Note 10 Pro device. Looking for the possible fix for this. Thank you!
Edit: It's working now, I have just reinstalled the MagiskHide Props Config

[AIO][SUB] How to pass SafetyNet

How to pass SafetyNet on unlocked Bootloader and custom ROMs
in this guide we'll go over how you can pass SafetyNet on custom ROMs, you need to have Magisk installed, check AIO guide for that
you need to pass basic integrity first, this guide will not help you if you broke that
Code:
Your warranty is now void.
We are not responsible for bricked devices, bootloop... Please
do some research if you have any concerns about mods
included in these GUIDES before using them! YOU are choosing to
make these modifications.
if you're on Stock and only have an unlocked bootloader, simply flashing Magisk should be enough to pass SafetyNet, if you're on a custom ROM, you need the following extra steps.
NOTE: if you just need to pass SafetyNet, follow the guide, if you want access to all Google Play apps which you can access on Stock, use this instead
Open Magisk Manager and go to the Downloads section, search for "MagiskHide Props Config" and install it, also search for "Busybox for Android NDK" and install it, then reboot.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
install Terminal Emulator and open it
type the following commands, grant root access when asked
Code:
su
props
then follow the prompts to edit your device fingerprint by typing the corresponding command shown on screen
Edit device fingerprint
Pick a certified fingerprint
Xiaomi
Xiaomi Mi A2
y
and then reboot
After rebooting, clear data for Google play
You should now pass SafetyNet
--reserved--
Hmm
How about having xposed??
miremo said:
How about having xposed??
Click to expand...
Click to collapse
You'll never pass safetynet with xposed, it's impossible
Nebrassy said:
You'll never pass safetynet with xposed, it's impossible
Click to expand...
Click to collapse
I have friends who was able to do it, but they won't spoil me. I've seen it.. That's why I'm trying to reach xda and read some articles here.
updated to access all google play apps that you can access on Stock (Netflix, Asphalt 9 etc), you'll need to use another module
I did everything but it sill doesn't work here. ?*
malabarth said:
I did everything but it sill doesn't work here. ?*
Click to expand...
Click to collapse
Use SafetyPatcher v3 magisk's module.
Download zip with magisk
Reboot to twrp
Install zip
Not work for me if instal with magisk
alcopsy said:
Use SafetyPatcher v3 magisk's module.
Download zip with magisk
Reboot to twrp
Install zip
Not work for me if instal with magisk
Click to expand...
Click to collapse
doesn't work, after following the OP and your steps using SafetyPatcher V3. I still can't see Netflix on my Play Store eventhough the device now is Certified
Cican49 said:
doesn't work, after following the OP and your steps using SafetyPatcher V3. I still can't see Netflix on my Play Store eventhough the device now is Certified
Click to expand...
Click to collapse
Netflix isn't showing up on any rom anymore, including stock, get it from apkpure
Nebrassy said:
Netflix isn't showing up on any rom anymore, including stock, get it from apkpure
Click to expand...
Click to collapse
but it showed up on stock locked bootloader. makes me wonder
Cican49 said:
but it showed up on stock locked bootloader. makes me wonder
Click to expand...
Click to collapse
Netflix don't show in Play store for unlocked bootloader device

Categories

Resources