showly-oss icon indicating copy to clipboard operation
showly-oss copied to clipboard

Paid options ?

Open badgone88 opened this issue 2 years ago • 4 comments

Hi,

Is there any way to unlock paid options ?

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

badgone88 avatar Mar 31 '23 17:03 badgone88

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.

1RandomDev avatar Apr 01 '23 14:04 1RandomDev

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.

sombresu avatar Dec 31 '23 11:12 sombresu

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.

1RandomDev avatar Jan 01 '24 14:01 1RandomDev

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.

nightznero avatar Aug 29 '24 17:08 nightznero