I was looking for an offline Quran application for my mother's old android in playstore but all offline apps are either full of ads or have low quality audio or can't run in here phone
So Using Chat-gpt and allot of debuginh i made this webpage and sent it to here phone and accessed it throw file:///sdcard/Quranapp/index.html
Player Paused | Player Play | List |
Using Some Free Web-to-apk services i made an apk for this , and using apktool i removed ads from it you can download the apk and use it Quran.apk
Feel Free to clone this code and change the audio in assets/audio/
to your preferrd reciter
- unpack the apkfile
bash apktool d Quran.apk -r -o Quran
- change audio in
Quran/assets/htmlapp/root/assets/audio/
- pack and sign the apkfile
bash apktool b Quran -o Quran-build.apk -r
bash apksigner sign --ks YOUR-KEY.keystore Quran-build.apk