1RandomDev / showly-oss

Fork of the Showly app without Google Trackers.
GNU General Public License v3.0
186 stars 4 forks source link

Paid options ? #1

Open badgone88 opened 1 year ago

badgone88 commented 1 year ago

Hi,

Is there any way to unlock paid options ?

Thanks for this fork btw, very useful without Google trackers ;)

1RandomDev commented 1 year ago

Currently you can just tap the "Single Payment" button 7 times, but for later releases that will probably change and you will only be able to unlock premium by opening the file /data/data/com.michaldrabik.showly_oss/shared_prefs/PREFERENCES_MISC.xml in a ROOT explorer and add the line <boolean name="KEY_PREMIUM" value="true" /> before the last line. Or just downgrade to 3.20.1, unlock and upgrade to the latest version.

sombresu commented 10 months ago

Currently you can just tap the "Single Payment" button 7 times, but for later releases that will probably change and you will only be able to unlock premium by opening the file /data/data/com.michaldrabik.showly_oss/shared_prefs/PREFERENCES_MISC.xml in a ROOT explorer and add the line <boolean name="KEY_PREMIUM" value="true" /> before the last line. Or just downgrade to 3.20.1, unlock and upgrade to the latest version.

Is this still work? I have tried to paste the code on line 11 and it doesn't work.

1RandomDev commented 10 months ago

Yes nothing has changed in the settings format since then. Just make sure the code is inside the <map> ... </map> group like the other settings.

nightznero commented 2 months ago

Helloz,

I Lil modder here,if You want to unlock premium u can also make changes in .smali files. To do this find in Dex explorer(any dex editor) path z5 -> j and search for KEY_PREMIUM below this here is a code 0x0 that's mean u are free user,change it to 0x1 to unlock it. It should looks like this: const/4 p3, 0x0 and after unlock: const/4 p3, 0x1 Best Regards, NIGHTZNERO.