Posts

Showing posts from June, 2017

How to fix "error: only position independent executables (PIE) are supported."?

Some users still using old gdb and are getting an error "error: only position independent executables (PIE) are supported." when executing gdb on Lollipop and above. It only work on Android 4.2.2-4.4.4, ARM based devices only To fix it, you must modify linker file and risk it replacing it in your rooted device. Make a full backup or make a Nandroid backup from recovery first. Tutorial Link: https://www.andnixsh.com/2020/10/old-tutorial-bypassing-pie-security.html If you do not like taking risks, please use Termux instead, it works on Lollipop, Marshmallow and above. https://www.andnixsh.com/2017/03/how-to-decrpyt-encrypted-dll-and-other.html If you have x86 device, please use GameGuardian https://www.andnixsh.com/2019/04/how-to-dump-decrypted-dll-files-using.html

.ba6 File Extension - What is a .ba6 file?

Image
What is a .ba6 file? A WAV audio file. These .ba6 files are from old flash-based games on Android/iOS. They are uncompressed Software that will open? - Windows Media Player - VLC - AVS Audio Converter etc... Can i rename .ba6 to .wav? Yes, you can, but you may need an audio converter to play that file on any devices. .ba6 files spotted in GT Racing 1 data files /sdcard/games/GloftGTFM

Android - How to disable "No location access" popup (Root needed)

Image
Google recently pushed an update of Google Play Services with this annoying popup says "no location access" when you reboot your device or turn off location. This is super annoying when it popups on boot. I don't know what's going on with Google designer, seems they are working with annoying features on Android devices and plans to remove random features for no reason without any notice. You are been warned! Note You can disable that annoying thing but you need a rooted device and an app named DisableService. It can be downloaded from Play Store. Launch DisableService app, tap on System, select Google Play Services   Click on full/short to show full service names, and uncheck com.google.android.location.util.PreferenceService. This disables the popup. It does NOT break the app but it may happen if you do something wrong. Reboot your device and enjoy using your device without annoying popup by Google Thanks Akmal_hyperion in XDA for this