Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 678 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 678 Bytes

Notes

Made By : Omkar Parte ( RAKMOSOLUTIONS )

GMS UPDATE GUIDE

Apk disassembler

pip install droidlysis
  • After Setup
droidlysis --input SetupWizardPixelPrebuilt.apk .apk --output DIR --config /home/ram-unlok/softs/venv/lib/python3.10/site-packages/conf/general.conf

Update Strings

  • Only add strings to stagging
git add '*strings.xml
  • Replace Pixel with ROM Name
grep -rli 'Pixel' | xargs sed -i 's/Pixel/EverestOS/g'
grep -rli ' your' | xargs sed -i 's/ your//g'

This Repo Contains All Kinds Of Configs, Notes, Bringup, Changelogs, Etc.