Monday, December 11, 2017

DopeSettings - Renames items at Settings on iPhone

In the new tweak article in Cydia last week, I forgot a new free tweak called DopeSettings by the ARX8x iOS developer. When I installed it, it made people around me laugh because of the fancy.


In the Settings window, DopeSettings renames some of your Settings app's options with a series of fun alternatives:
As a developer, you can do this by navigating to the /private/var/mobile/Library/Preferences/xyz.xninja.dopesettings.plist path using the file system browser (such as Filza and iFile). ) and open the .plist file:
After opening the xyz.xninja.dopesettings.plist entry, look for the string of the item you want to change and rename it to what you want to display in the Settings application. Do not change the surrounding <strong> code.
Here is an example of a pair of values ​​in a file:
  <key> net.whatsapp.WhatsApp </ key>
 <string> WhatsApp </ string> 
Change the custom string name with the text you want:
  <key> net.whatsapp.WhatsApp </ key>
 <string> Put whatever you want here </ string> 
To reset the value to the default, simply make the string empty, as follows:
  <key> net.whatsapp.WhatsApp </ key>
 <string> </ string> 
You need to respring your equipment after making changes to ensure they are effective.You even need to quit the Multitask Settings app and restart the app to see your changes.
If you like custom stuff and want to try DopeSettings for yourself, then you can get it for free from Cydia's BigBoss repository. Tweaks works on all iOS 10 jailbroken devices .
What do you think of DopeSettings? Let us know in the comments section below.

0 comments

Post a Comment