Signature Spoofing on unsuported Android 11 (R) Roms - Android Software/Hacking General [Developers Only]

{
"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 get Signature Spoofing working on Android 11 (R) Roms that have no support for Signature Spoofing?
In my Case here I use a Samsung Galaxy S8 with an unofficial LineageOS 18.1 (Android 11) by stricted
I use TWRP recovery but this should not matter !
First of all Flash your ROM and Magisk (you need to download the latest version to get Magisk working on Android 11)
Link for my ROM in case anyone needs it:
dreamlte(s8): https://images.stricted.net/test/18.1/lineage-18.1-20201231-UNOFFICIAL-dreamlte.zip
dream2lte(s8+): https://images.stricted.net/test/18.1/lineage-18.1-20201231-UNOFFICIAL-dream2lte.zip
greatlte(n8): https://images.stricted.net/test/18.1/lineage-18.1-20201231-UNOFFICIAL-greatlte.zip
Magisk Link: https://github.com/topjohnwu/Magisk/releases/tag/v21.2
Click on Build number (7x) to enable Developer Options
After that enable ADB-Debugging and Root-ADB-Debugging in your ROM in case of LineageOS go to Setting -> System -> Developer Options
So Lets go this is the more complicated part. but also really easy if you done it once.
I'm using Debian Linux but it should be possible on every OS. In Windows use the Linux Subsystem.
You need to have ADB installed on your System tho.
ADB link: https://adbdownload.com
First of all you need to download this 2 Files:
spoof_AVDapi30.zip.ONLY'MAGISK&ANDROID-STUDIO · 11-attempt · oF2pks / Haystack · GitLab
GitLab.com
gitlab.com
https://github.com/microg/GmsCore/files/5652857/microG_AVDx86api30_magiskMaRViN.zip
Rename "spoof\_AVDapi30.zip.ONLY'MAGISK&ANDROID-STUDIO" to "spoof\_AVDapi30.zip"
Next Download this zip: https://gitlab.com/oF2pks/haystack/-/archive/11-attempt/haystack-11-attempt.zip
Also download this jar file: https://github.com/DexPatcher/dexpa...nload/v1.8.0-beta1/dexpatcher-1.8.0-beta1.jar
So now unzip the haystack-11-attempt.zip and put the dexpatcher.jar file into to Folder.
This part I use Bash shell in Linux.
Bash:
adb pull /system/framework/services.jar
java -jar dexpatcher-1.8.0-beta1.jar -a 11 -M -v -d -o ./ services.jar 11-hook-services.jar.dex 11core-services.jar.dex
(After that Command you should have 4 files all named classes*.dex)
Bash:
mkdir repack
zip -j repack/services.jar classes*.dex
After that you should have a new services.jar in your repack Folder.
Now You need to open the spoof\_AVDapi30.zip go in /system/framework/ and delete the old services.jar and put your own file in. that's in your repack Folder.
Don't ruin the zip-format of the file tho because otherwise Magisk will cry while install.
After that put your spoof-AVDapi30.zip and your microG\_AVDx86api30\_magiskMaRViN.zip on your Phone and Flash via Magisk.
Reboot and you hopefully have Signature spoofig working. If you run in any Problems check out the GitHub Links here. there will be comments that maybe will help.
I also want to credit the real developers of this
on xda: Lanchon (DexPatcher & Haystack)
https://forum.xda-developers.com/m/lanchon.4141005/
I'm Sorry if there is ****ty English.
The best of luck for you guys i hope this helps.

Hello, I have a question, this ROM for the S8, is it in beta? or can it be used normally?

Thanks a lot, with the help of your instructions and files I installed it on my Mi Note 10 (tucana) with LineageOS 18.1!
However, it's not working when Magisk Hide is activated - any idea to combine both?

Thanks a lot too ~~ is very working grade ~~

Eriizoo said:
Hello, I have a question, this ROM for the S8, is it in beta? or can it be used normally?
Click to expand...
Click to collapse
Beta

DeanPhoenix said:
Thanks a lot too ~~ is very working grade ~~
Click to expand...
Click to collapse
No problem

UniNick said:
Thanks a lot, with the help of your instructions and files I installed it on my Mi Note 10 (tucana) with LineageOS 18.1!
However, it's not working when Magisk Hide is activated - any idea to combine both?
Click to expand...
Click to collapse
No sorry it shoud be working.

Thank you so much, worked like a charm on an unofficial LineageOS 18.1 ROM running on Lenovo K6 Power

Good stuff man. It really works. Got this running on LOS unofficial 18.1 on a Samsung G970F. Big

Kingslayer9988 said:
...
If you run in any Problems check out the GitHub Links here. there will be comments that maybe will help.
...
Click to expand...
Click to collapse
Check https://gitlab.com/Nanolx/NanoDroid/-/issues/169 for more specifics

LINK for s8?

Thom'S said:
LINK for s8?
Click to expand...
Click to collapse
dreamlte(s8): https://images.stricted.net/test/18.1/lineage-18.1-20201231-UNOFFICIAL-dreamlte.zip
dream2lte(s8+): https://images.stricted.net/test/18.1/lineage-18.1-20201231-UNOFFICIAL-dream2lte.zip
greatlte(n8): https://images.stricted.net/test/18.1/lineage-18.1-20201231-UNOFFICIAL-greatlte.zip

the link does not work, it gives me a "cardboard" instead of the download. How can i download this rom?

Thom'S said:
the link does not work, it gives me a "cardboard" instead of the download. How can i download this rom?
Click to expand...
Click to collapse
Sorry links got updated I fixed it.
dreamlte(s8): https://images.stricted.net/test/18.1/lineage-18.1-20201231-UNOFFICIAL-dreamlte.zip
dream2lte(s8+): https://images.stricted.net/test/18.1/lineage-18.1-20201231-UNOFFICIAL-dream2lte.zip
greatlte(n8): https://images.stricted.net/test/18.1/lineage-18.1-20201231-UNOFFICIAL-greatlte.zip

Kingslayer9988 said:
Don't ruin the zip-format of the file tho because otherwise Magisk will cry while install.
After that put your spoof-AVDapi30.zip and your microG\_AVDx86api30\_magiskMaRViN.zip on your Phone and Flash via Magisk.
Click to expand...
Click to collapse
So Magisk cried! It said not a Magisk module and 'installation failed'.
I re-zipped the spoof-AVDapi30 folder with included jar file, re-zipped by right clicking in Dolphin file manager and compressing as zip.
What am I doing wrong? How do I not ruin the zip-format? Thanks.
Thanks.
nb. I also renmaed it spoof\_AVDapi30.zip
Still the same fail.

anarchotaoist said:
So Magisk cried! It said not a Magisk module and 'installation failed'.
I re-zipped the spoof-AVDapi30 folder with included jar file, re-zipped by right clicking in Dolphin file manager and compressing as zip.
What am I doing wrong? How do I not ruin the zip-format? Thanks.
Thanks.
nb. I also renmaed it spoof\_AVDapi30.zip
Still the same fail.
Click to expand...
Click to collapse
Would I be able to fastboot sideload spoof\_AVDapi30.zip ??

anarchotaoist said:
So Magisk cried! It said not a Magisk module and 'installation failed'.
I re-zipped the spoof-AVDapi30 folder with included jar file, re-zipped by right clicking in Dolphin file manager and compressing as zip.
What am I doing wrong? How do I not ruin the zip-format? Thanks.
Thanks.
nb. I also renmaed it spoof\_AVDapi30.zip
Still the same fail.
Click to expand...
Click to collapse
Just open the zip on windows winrar on linux just click it. Go and find the .jar delete it and click on addfile and add yours. Pretty basic and if you know how to make a magisk-flashable zip you can also do that but my way is just a shortcut. But dont UNZIP.

anarchotaoist said:
Would I be able to fastboot sideload spoof\_AVDapi30.zip ??
Click to expand...
Click to collapse
I don't know about that but someone here more knowelaged then me will tell you probably.

what about gapps? no more contacts, maps, play store etc?

walid_loulou said:
what about gapps? no more contacts, maps, play store etc?
Click to expand...
Click to collapse
If you wan't Gapps don't install MicroG

Related

Debloat your OnePlus 6 on Android 10 Systemlessly

Prerequisites
Magisk root
Debloat (Terminal Emulator) Magisk module
Termux or Terminal Emulator
Any file manager with root access
Rename /data/india/india.img to india.img.BAK
Download import-debloat.txt.
Open Terminal. Type the following commands, one by one
Code:
su
debloat
i
Enter the complete path of import-debloat.txt. For example,
Code:
/sdcard/Download/import-debloat.txt
Reboot
Credits to Tomatot Debloater. The attachment below is based on Tomatot's Light Script, with a few apps removed.
Can you add "/system/etc/usb_drivers.iso" or how i do it?
Just add usb_driver^= /system/etc/usb_drivers.iso to the txt?
Here are more info about debloating apps
https://forum.xda-developers.com/on...ol-tomatot-debloater-basic-script-to-t3869427
Sh0X31 said:
Can you add "/system/etc/usb_drivers.iso" or how i do it?
Just add usb_driver^= /system/etc/usb_drivers.iso top the txt?
Here are more info about debloating apps
https://forum.xda-developers.com/on...ol-tomatot-debloater-basic-script-to-t3869427
Click to expand...
Click to collapse
Yes, that is correct
remewer said:
Prerequisites
Magisk root
Debloat (Terminal Emulator) Magisk module
Termux or Terminal Emulator
Download import-debloat.txt from the attachment below.
Open Terminal. Type the following commands, one by one
Enter the complete path of import-debloat.txt. For example,
Reboot
Credits to Tomatot Debloater. The attachment below is based on Tomatot's Light Script, with a few apps removed.
Click to expand...
Click to collapse
This should work on a PC with adb you think?
qbanlinxx said:
This should work on a PC with adb you think?
Click to expand...
Click to collapse
The terminal commands? Yes, it should.
Anybody else got a semi-bricked phone after using this? I used this on oos 10 (added some more apps from the tomatot debloater script) and my phone would only boot to a black screen with only power button working. Deleting/uninstalling the module in twrp didn't disable debloating. Even reflashing oos10 in twrp didn't work. Only way to get a working phone again was to use the fastboot rom flash method to get a clean phone.
Edit: I used this debloater on oos 9.0.9 without issues. Only now on 10.0.3 I'm getting stuck.
Edit 2: After using the debloat text file from the Git repo eveything works as expected on OOS 10.0.3. Must've been an entry I added myself that caused the issues.
Koeties said:
Anybody else got a semi-bricked phone after using this? I used this on oos 10 (added some more apps from the tomatot debloater script) and my phone would only boot to a black screen with only power button working. Deleting/uninstalling the module in twrp didn't disable debloating. Even reflashing oos10 in twrp didn't work. Only way to get a working phone again was to use the fastboot rom flash method to get a clean phone.
Edit: I used this debloater on oos 9.0.9 without issues. Only now on 10.0.3 I'm getting stuck.
Edit 2: After using the debloat text file from the Git repo eveything works as expected on OOS 10.0.3. Must've been an entry I added myself that caused the issues.
Click to expand...
Click to collapse
Yes, there's an issue with the list I provided, but I'm not quite sure which package was the culprit. However I made a new import-debloat.txt file which works with 10.3.0.
Any changes? Do it work with OOS 10.3.0?
I'm on a Oneplus 6T and on 10.3.2, and it says "Invalid file" for me.
meetlogan said:
I'm on a Oneplus 6T and on 10.3.2, and it says "Invalid file" for me.
Click to expand...
Click to collapse
After upgrading to 10.3.2 my debloat still works flawlessly. I didn't even have to rerun any scripts.
Koeties said:
After upgrading to 10.3.2 my debloat still works flawlessly. I didn't even have to rerun any scripts.
Click to expand...
Click to collapse
Then what could I be doing wrong? I have installed the magisk module, have busybox installed if that matters, am using termux, have downloaded the file from the pastebin link, entered the correct file path, still invalid file.
{
"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"
}
Maybe the file is corrupt or something? Not sure how that could happen when just downloading.
I attach the debloat.txt that I use (which works well for me). Go through it to make sure you're happy it's what you expect and then try it out. Hopefully it will work for you. :good:
One thing I found: after debloat some system apps would still be on the phone. If that happens to you, you can just uninstall them as you would a normal app. Don't worry, if you remove the Magisk module or restore the debloated apps, they'll re-appear.
Good luck!
The file was the problem indeed, yours worked perfectly like you said, some hidden app appeared like google auto, and I just uninstalled them. Thank you for the help man.
i do this and my device doesn't start! Stuck on the screen that says The boot loader is....

Nokia 7.1 stock rom flasher (Windows and Linux support)

Attention : All actions with your phone are performed at your own risk. The Creator of this SOFTWARE is not responsible for your further actions.
n_flasher is a powerfull application for Nokia 7.1 flashing written on D and GTK+ (GTKd)
{
"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"
}
Rom collection​
Android 10 with Googlse Secure Path 10.2020 (with vbmeta) : rom
How to use it on LINUX​Build it by instruction which you can find at n_flasher GitHub page
Linux video tutorial :
How to use it on Windows​
1. Download latest Release from my GitHub : https://github.com/KonstantIMP/n_flasher
2. Extract archive. Download ROM and android tools
3. Connect your phone. Reboot it to the bootloader and install driver from driver directory
4. Start the application. Set root to the ADB and ROM. Click Flash and wait
Windows video tutorial :
Questions​
A. I have an error with vcruntime140.dll
Install .exe file from redist directory
B. Fastboot can't see my device
Try to reinstall driver. Remove all Android devices from DeviceManager and install it again.
It is instruction from 4pda.ru
We connect the phone on the screen of which "Download mode" hangs to the PC.
Now open the file "Phone_Nokia_USB_Driver_v.1.1.0.msi", click "Next" everywhere.
If an error occurs during installation, such as "Che is there in English, and access is denied", click "OK", complete the installation.
Open the "nokia_usb_drivers" archive, run the "setup" file in the only folder - something imperceptible should happen, wait a few minutes
Open "Control Panel" - "Device Manager" - And see a device named "Fastboot device"
Click to expand...
Click to collapse
A. Need I flash vbmeta?
In general, you don't need to do this. It is worth using this function if, after flashing, your phone refuses to update via the cloud. In some situations, this may solve your problem.
Note! You can only do this if your firmware archive contains vbmeta.img.
A. How the project will develop?
I hope, that I will add some new opportunities like non-stock ROM flashing, but I don't know what will really happen
A. Can I use It with Locked bootloader
NO
A. What is SVB flashing?
By default, the program flashes almost all partitions on the phone. This is fine for recovery, but there is too much redundancy for flashing custom ROMs.
SVB is a firmware method in which only 3 sections of System, Vendor, Boot are sewn. Hence the name)
My GitHub : https://github.com/KonstantIMP/
XDA:DevDB Information
n_flasher, Tool/Utility for the Nokia 7.1
Contributors
KonstantIMP
Source Code: https://github.com/KonstantIMP/n_flasher
Version Information
Status: Stable
Current Stable Version: 2.0.1
Stable Release Date: 2021-02-23
Created 2020-11-30
Last Updated 2021-02-23
hello Konstant, can you upload the stock rom again? I cant download the file.It says the download limit has been exceeded
safaan0313 said:
hello Konstant, can you upload the stock rom again? I cant download the file.It says the download limit has been exceeded
Click to expand...
Click to collapse
Hello! Which version do you want?
the problem is my phone got stuck at android one logo and the bootloader is not unlocked.
and the only way of using my phone again is to use apply update from adb in recovery.But when i try to update a android 10 zip, it says upgrade timestamp should be higher than 16xxxxx something i dont know what to do.Can you give me an ideas
safaan0313 said:
the problem is my phone got stuck at android one logo and the bootloader is not unlocked.
and the only way of using my phone again is to use apply update from adb in recovery.But when i try to update a android 10 zip, it says upgrade timestamp should be higher than 16xxxxx something i dont know what to do.Can you give me an ideas
Click to expand...
Click to collapse
Where did you download update zip?
i dont think i remember.I downloaded lots of updates from different websites and tried everyone of them.But the same message was displayed as "timestamp is old"
Files in this thread are not for 'adb sideload' or recovery flashing. Please download any FullOta zip from this website and try to flash it by recovery : https://www.thecustomdroid.com/download-and-install-nokia-7-1-android-10-update-ota/
thank you konstant for your help.
safaan0313 said:
thank you konstant for your help.
Click to expand...
Click to collapse
Does it work?
Can someone upload to another server? It's impossible on Google Drive, since it says there have been too many downloads
BlackbirdSCV said:
Can someone upload to another server? It's impossible on Google Drive, since it says there have been too many downloads
Click to expand...
Click to collapse
try this website for the latest patch https://www.thecustomdroid.com/download-and-install-nokia-7-1-android-10-update-ota/
BlackbirdSCV said:
Can someone upload to another server? It's impossible on Google Drive, since it says there have been too many downloads
Click to expand...
Click to collapse
nokia7.1_android10_google_secure_05_2020_clear.zip
View and download from Yandex.Disk
yadi.sk
I will post other versions again this evening
safaan0313 said:
try this website for the latest patch https://www.thecustomdroid.com/download-and-install-nokia-7-1-android-10-update-ota/
Click to expand...
Click to collapse
You cannot use OTA updates for flashing by this program
KonstantIMP said:
nokia7.1_android10_google_secure_05_2020_clear.zip
View and download from Yandex.Disk
yadi.sk
I will post other versions again this evening
Click to expand...
Click to collapse
Thanks!
If you can't download ROM from Google Drive use this link : https://disk.yandex.ru/d/Cgcu826tn5BssQ
N_FLASHER 2.0.1
New version! Changelog :
Slot changing support
Turning reboot after flashing off support
SVB flash support
Added Russian support
sudo fix with linux systems
If you have problems with n_flasher write me abiut it. Thank you
All of the links for the ROM do not work. Could you post a new one please?
HTransistor said:
All of the links for the ROM do not work. Could you post a new one please?
Click to expand...
Click to collapse
Yandex
Finds everything
disk.yandex.com
KonstantIMP said:
Yandex
Finds everything
disk.yandex.com
Click to expand...
Click to collapse
The download speed is 25KBs, but the download over night worked. Thank you!
I have a nokia 7.1 TA-1096 that is stuck in androidone logo and my bootloader is locked I need help please
is there any way i can flash or unlock my phone in this state

[Stock Apps] Samsung A03s Stock Apps Extracted from stock ROM

Hello Samsuns A02s users,
I know this forum section is for Samsung A02s but I did not found Samsung A03s forum here on XDA. But you can still try installing this apps on your A02s.
Here are the Stock Apps extracted from Samsung A03s stock firmware SM-A037F_INS_A037FXXU1AUJ2_fac.zip. (SM-A037F)
For faster downloads I have uploaded files to Google Drive.
{
"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"
}
1. Apps
2. Priv Apps
Google banned the access to files due to abusive downloads and removed the files.
To prevent unnecessary downloads I have restricted downloads. Please request for download if you want it.
If anyone want I will upload it to Mega as well.
Hi!
I hope not to bother you, I'm new here and since there isn't a A03s specific forum, maybe I could find some help here.
I have an A03s (SM-A037M) and I want to root it, but as far I know there isn't a TWRP for this model yet and I have never tried other ways. Surfing Google, I have found some tutorials, but I'm not sure how trustworthy they are.
Do you have this device too? If so, have you root it? Hope you can point me on the right direction.
Thank you in advance!
paulthecapybara said:
Hi!
I hope not to bother you, I'm new here and since there isn't a A03s specific forum, maybe I could find some help here.
I have an A03s (SM-A037M) and I want to root it, but as far I know there isn't a TWRP for this model yet and I have never tried other ways. Surfing Google, I have found some tutorials, but I'm not sure how trustworthy they are.
Do you have this device too? If so, have you root it? Hope you can point me on the right direction.
Thank you in advance!
Click to expand...
Click to collapse
You could root by flashing your Patched ap file with Odin.
I know of someone who is building a TWRP.
I built a kernel for him but I'm not sure if it boots
physwizz said:
You could root by flashing your Patched ap file with Odin.
I know of someone who is building a TWRP.
I built a kernel for him but I'm not sure if it boots
Click to expand...
Click to collapse
Thanks for the reply! I have already rooted, but the TWRP will be welcome any time
paulthecapybara said:
Thanks for the reply! I have already rooted, but the TWRP will be welcome any time
Click to expand...
Click to collapse
Try this
wizzROM Creator module
wizzROM Creator module v2 for all Samsung a-series phones Turn any stock or custom OneUI into a QwizzROM or RwizzROM OneUI 2.0 will become QwizzROM OneUI 3.1 will become RwizzROM Debloated ROM with Extras Extras: Battery charge limit Clean...
forum.xda-developers.com
Hello. How to make 'OEM Unlock' appear in developer options. Samsung A03S running android version 11.
physwizz said:
You could root by flashing your Patched ap file with Odin.
I know of someone who is building a TWRP.
I built a kernel for him but I'm not sure if it boots
Click to expand...
Click to collapse
please drop a link if the TWRP is finished I will really appreciate it
SoloHyper said:
please drop a link if the TWRP is finished I will really appreciate it
Click to expand...
Click to collapse
Unfortunately his pc is broken.
But you can install my kernel without it.
Installing physwizz custom kernels
INSTALL AT YOUR OWN RISK
I AM NOT RESPONSIBLE FOR ANY BRICKED PHONES
But I will help any well-mannered person to recover.
A. Preparation
1. Root the phone
2. Compress your patched boot.img to make boot.tar
3. Copy boot.tar to PC
B. Installation
Method 1
Install from twrp
Reboot to recovery
Backup boot and dtbo
Install kernel zip
Reboot
Method 2
Install kernel from terminal.
1. Download magisk module (magic-flash.zip) from https://github.com/Magisk-Modules-Alt-Repo/magic-flash
2. Install module and reboot.
3. Open terminal.
4. Navigate to folder containing kernel.zip.
Use
ls to list contents
and
cd to change directories
5. Type su
6. Type flash kernel_name.zip
7. Reboot
Method 3
Using ADB
Install adb tools on pc
Connect to PC
Copy zip file to adb folder on pc
Open terminal on pc
Navigate to adb folder
Type
adb sideload file-name.zip
Method 4
Using boot.img
Install AIK Mobile from magisk modules
Use rootexplorer to access
/data/local/AIK-MOBILE
Add patched boot.img and tap unpackimg.sh
Exit the folder and return to see the files.
Edit the files (eg to add a new Image
rename Image to boot.img-zImage and insert in split-image folder)
Tap repackimg.sh
Rename new_image.img to boot.img
Compress boot.img to boot.tar
Copy boot.tar to PC
Reboot phone to download mode
Install boot.tar from odin
AIKLink
Physwizz Collection
Install from magisk modules Use rootexplorer to access /data/local/AIK-MOBILE Add boot.img or recovery.img and tap unpackimg.sh Exit the folder and return to see the files. Edit the files (eg to add a new Image rename Image to boot.img-zImage and insert in split-image folder) Tap repackimg.sh
t.me
C. Removal
Method 1
Reboot to recovery
Restore boot and dtbo
Reboot
Method 2.
Reboot phone to download mode
Install patched boot.tar from odin
@physwizz
paulthecapybara said:
Thanks for the reply! I have already rooted, but the TWRP will be welcome any time
Click to expand...
Click to collapse
hey could you link the guide or whatever and how you rooted it? its the same here i cant find that much information
how extracted stock app from stock ROM?
is can extracted without PC?
Yagami1807 said:
how extracted stock app from stock ROM?
is can extracted without PC?
Click to expand...
Click to collapse
Not without PC.

[ROM] stayboogy 12L Pixel 5 Lineage 19.1 SPA2 [ColorPerf]

Here's my latest build of Lineage 19.1 for the Pixel 5, UnOfficial
This has all the same great features of my other rom, but on the LIneageOS platform, with all their additions.
However, I also have themed icons and the option revealed in settings which they don't have, along with some other stayboogy goodies worked in already, such as call recording available in the US standard, custom wallpapers, and others...
No Signature Spoofing Supported.
GApps Compatible
Sources:
Kernel: https://github.com/LineageOS/android_kernel_google_redbull
GitHub - stayboogy/stayboogy_Redfin: Redfin
Redfin. Contribute to stayboogy/stayboogy_Redfin development by creating an account on GitHub.
github.com
stayboogy 12L Pixel 5 Lineage 19.1 SPA2 [ColorPerf]
{
"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:
stayboogy-12L-Pixel5-Lineage19.1-SPA2-ColorPerf
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
HOW TO INSTALL​
Code:
THIS IS A FULL SYSTEM IMAGE,
JUST LIKE A GOOGLE FACTORY IMAGE.
THIS IS BETTER THAN AN OTA PACKAGE
1) make sure you have platform tools / adb & fastboot downloaded
and installed or in your path
2) download the stayboogy-12L-Pixel5-Lineage19.1-SPA2-ColorPerf.zip
3) extract stayboogy-12L-Pixel5-Lineage19.1-SPA2-ColorPerf.zip.
you will have: bootloader.img, radio.img, install.sh, install.bat, stayboogy.zip
4) make sure your bootloader is unlocked,
reboot to bootloader,
run either, install.sh for linux, or install.bat for windows.
5) if you have errors with the sudo commands in linux,
just open the install.sh and run the commands manually
excluding "sudo"
6) any other errors are issues on your end
with either a corrupt download
or platform tools / adb & fastboot not properly installed
or in your path
​
link live
stayboogy_Officially said:
link live
Click to expand...
Click to collapse
How do we install this ROM?
Reboot to bootloader, Extract and you will have update.zip, radio.img, and bootloader.img and install.sh, and install.bat.
Run install.sh or install.bat depending on your computer
stayboogy_Officially said:
Reboot to bootloader, Extract and you will have update.zip, radio.img, and bootloader.img and install.sh, and install.bat.
Run install.sh or install.bat depending on your computer
Click to expand...
Click to collapse
Thank you.
stayboogy_Officially said:
Here's my latest build of Lineage 19.1 for the Pixel 5, UnOfficial
This has all the same great features of my other rom, but on the LIneageOS platform, with all their additions.
However, I also have themed icons and the option revealed in settings which they don't have, along with some other stayboogy goodies worked in already, such as call recording available in the US standard, custom wallpapers, and others...
No Signature Spoofing Supported.
GApps Compatible
Sources:
Kernel: https://github.com/LineageOS/android_kernel_google_redbull
GitHub - stayboogy/stayboogy_Redfin: Redfin
Redfin. Contribute to stayboogy/stayboogy_Redfin development by creating an account on GitHub.
github.com
stayboogy 12L Pixel 5 Lineage 19.1 SPA2 [ColorPerf]
View attachment 5651581View attachment 5651577View attachment 5651579View attachment 5651583
View attachment 5651585View attachment 5651587View attachment 5651589View attachment 5651591View attachment 5651593View attachment 5651595View attachment 5651597View attachment 5651599
DOWNLOAD:
stayboogy-12L-Pixel5-Lineage19.1-SPA2-ColorPerf
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
HOW TO INSTALL​
Code:
THIS IS A FULL SYSTEM IMAGE,
JUST LIKE A GOOGLE FACTORY IMAGE.
THIS IS BETTER THAN AN OTA PACKAGE
1) make sure you have platform tools / adb & fastboot downloaded
and installed or in your path
2) download the stayboogy-12L-Pixel5-Lineage19.1-SPA2-ColorPerf.zip
3) extract stayboogy-12L-Pixel5-Lineage19.1-SPA2-ColorPerf.zip.
you will have: bootloader.img, radio.img, install.sh, install.bat, stayboogy.zip
4) make sure your bootloader is unlocked,
reboot to bootloader,
run either, install.sh for linux, or install.bat for windows.
5) if you have errors with the sudo commands in linux,
just open the install.sh and run the commands manually
excluding "sudo"
6) any other errors are issues on your end
with either a corrupt download
or platform tools / adb & fastboot not properly installed
or in your path
​
Click to expand...
Click to collapse
How do we install GAPPS?
elong7681 said:
How do we install GAPPS?
Click to expand...
Click to collapse
Just install the gapps zip in recovery…not open gapps but something like mindthegapps
you can also use the magisk gapps method as well.
you can also install GSF from included Aurora store too
Friend, do you have a telegram group, or do you only publish the updates here?
Angelo Caicedo said:
Friend, do you have a telegram group, or do you only publish the updates here?
Click to expand...
Click to collapse
Just here
stayboogy_Officially said:
Just install the gapps zip in recovery…not open gapps but something like mindthegapps
you can also use the magisk gapps method as well.
you can also install GSF from included Aurora store too
Click to expand...
Click to collapse
Thank you
Hello, when are you going to release the new update?
rebuilding with GApps included right now. i'll have it uploaded sometime soon.
nothing much else has been updated other than a little polishing here and there

Question Pixel 6a on Official 13 - is Root possible

Phone arrived today, got on the website, downloaded the latest August build. I did not notice it was 13. Unlocked the bootloader, flashed the image and the phone booted right up. I was about to root when I realized I was on 13 and then came here and saw the PSA about the phone can't be downgraded from 13 to a previous build.
My question (I've searched and found nothing), can I root the Pixel 6a on the official August 13 build with Magisc? Will I need to do anything differently like disable verifications and stuff? Usually I install the latest Magisk (v25.2), patch the boot.img, flash the patchedboot.img and profit.
Thanks in advance.
Bad Bimr said:
My question (I've searched and found nothing) can I root the Pixel 6a on the official August 13 build with Magisc?
Click to expand...
Click to collapse
Yes
Bad Bimr said:
Will I need to do anything differently like disable verifications and stuff?
Click to expand...
Click to collapse
No. Disabling verity and verification is optional.
Bad Bimr said:
Usually I install the latest Magisk (v25.2), patch the boot.img, flash the patchedboot.img and profit.
Thanks in advance.
Click to expand...
Click to collapse
Yep
Rooting Android 13 works exactly the same way as Android 12. The only thing that would prevent rooting is a locked bootloader. Google hasn't done anything to prevent root (yet).
Lughnasadh said:
Yes
Click to expand...
Click to collapse
It worked like a charm. Only thing is I cannot get YoutubeVanced to work on 13. I assume the Youtube Version in 13 is a higher build number and it will not work.
Thanks.
V0latyle said:
Google hasn't done anything to prevent root (yet).
Click to expand...
Click to collapse
I wish that, in addition to the "allow bootloader unlock" switch, there was a "don't be a nanny" switch.
Bad Bimr said:
It worked like a charm. Only thing is I cannot get YoutubeVanced to work on 13. I assume the Youtube Version in 13 is a higher build number and it will not work.
Thanks.
Click to expand...
Click to collapse
Glad it all worked out! Yeah, the version of YouTube that comes with A13 is higher than the Vanced YouTube version.
Just use the new revanced builder. It's on Reddit. There's even APKs there. You can scan for viruses if you want.
r/revancedapks
r/revancedapks: Share your revanced apks.
www.reddit.com
i wish i could unlock my bootloader, mine is still greyed out
beanaman said:
Just use the new revanced builder. It's on Reddit. There's even APKs there. You can scan for viruses if you want.
r/revancedapks
r/revancedapks: Share your revanced apks.
www.reddit.com
Click to expand...
Click to collapse
Are there any rooted versions that work with A13? Is building it simple? I didnt see anything there just doing a quick search.
Yes very simple to build. Just use the builder and follow instructions to patch current YouTube APK.
Here is link to GitHub w instructions.
How to use revanced builder on Android
A NodeJS ReVanced builder. Contribute to reisxd/revanced-builder development by creating an account on GitHub.
github.com
beanaman said:
Yes very simple to build. Just use the builder and follow instructions to patch current YouTube APK.
Here is link to GitHub w instructions.
How to use revanced builder on Android
A NodeJS ReVanced builder. Contribute to reisxd/revanced-builder development by creating an account on GitHub.
github.com
Click to expand...
Click to collapse
Ok, that was stupid simple. Thanks
"Disabling verity and verification is optional"
What are the advantages or disadvantages of doing that?
beanaman said:
Just use the new revanced builder. It's on Reddit. There's even APKs there. You can scan for viruses if you want.
r/revancedapks
r/revancedapks: Share your revanced apks.
www.reddit.com
Click to expand...
Click to collapse
Thank you for this!
Bad Bimr said:
It worked like a charm. Only thing is I cannot get YoutubeVanced to work on 13. I assume the Youtube Version in 13 is a higher build number and it will not work.
Thanks.
Click to expand...
Click to collapse
Just got a pixel 6a, updated to 13, pulled Vanced Manager off my old phone, and installed it. It's working fine for me
¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯
Hi, how to fix this issue?
{
"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"
}
7kAi said:
Hi, how to fix this issue?
View attachment 5804131
Click to expand...
Click to collapse
Try using the latest Platform Tools and also try using command prompt instead of PowerShell. Put the patched image in the Platform Tools folder, open up command prompt from that folder and flash.
fastboot flash boot <nameofpatchedimage>
Lughnasadh said:
Try using the latest Platform Tools and also try using command prompt instead of PowerShell. Put the patched image in the Platform Tools folder, open up command prompt from that folder and flash.
fastboot flash boot <nameofpatchedimage>
Click to expand...
Click to collapse
worked using
fastboot.exe flash boot <nameofpatchedimage>
Thanks!
people were reporting that the OTA Beta QPR2 (it was qp something) was having issues with root, but as far as I can tell, its cleared up.
Or just use AICP for the 6a. no issues. Had issues with crdroid
TechX1991 said:
people were reporting that the OTA Beta QPR2 (it was qp something) was having issues with root, but as far as I can tell, its cleared up.
Click to expand...
Click to collapse
It was QPR2 Beta 1 where root could not be obtained by flashing a patched Pixel 6 boot image, so people had to patch a Pixel 7 boot image to obtain root.
We don't know if this is "cleared up" since QPR2 Beta 2 has not been released yet.
Lughnasadh said:
It was QPR2 Beta 1 where root could not be obtained by flashing a patched Pixel 6 boot image, so people had to patch a Pixel 7 boot image to obtain root.
We don't know if this is "cleared up" since QPR2 Beta 2 has not been released yet.
Click to expand...
Click to collapse
Got it, thanks for clearing it up. I wonder if that's similar to the issues with crdroid rom. Root can't be done via recovery at all, it just errors out. When you patch the boot.img from crdroid's rom, at least for me, I had random crashes and bluetooth flat out didn't work. It would say the app for controlling bluetooth was crashing.

Categories

Resources