Diatrus / BetterRes

A modern resolution changer
12 stars 3 forks source link

com.apple...setrestarget.bak is not moved after install script is ran #1

Closed markie-dev closed 5 years ago

markie-dev commented 5 years ago

iPhone 10,4 I am on 12.1.2 running the Rootless Jb

After extracting to /var/mobile I set the permissions to 0777 and try to install the script.

After every command the script outputs “Defaults//com.apple.iokit.IOMobileGraphicsFamily.plist: No such file or directory”

Any Help?

Diatrus commented 5 years ago

Looks like it's not setting the resolution for your phone correctly. Could you run uname -m from SSH and give me the output @markieeee?

markie-dev commented 5 years ago

iPhone 10,4 @Diatrus

Diatrus commented 5 years ago

@markieeee Can you send the exact log of when you run the install.sh for me?

markie-dev commented 5 years ago

Marcuss-iPhone:~ root# clear
Marcuss-iPhone:~ root# cd /var/mobile/BetterRes
<r/mobile/BetterRes root# ./install.sh
iPhone10,4 detected! is your default resolution. Crerating stock IOMobileGraphicsFamily.plist... cp: Defaults//com.apple.iokit.IOMobileGraphicsFamily.plist: No such file or directory Default IOMobileGraphicsFamily.plist copied! Creating SetRes resolution files... cp: /private/var/mobile/Library/Preferences/com.apple.iokit.IOMobileGraphicsFamily.plist: No such file or directory cp: /private/var/mobile/Library/Preferences/com.apple.iokit.IOMobileGraphicsFamily.plist: No such file or directory Copying launchdaemons... Done! Set your custom resolution in /private/var/mobile/Library/Preferences/com.apple.iokit.IOMobileGraphicsFamily.plist.setrestarget.bak then reboot and rejailbreak!

@Diatrus

Diatrus commented 5 years ago

@markieeee fixed in 0.5.2.

markie-dev commented 5 years ago

works great, thanks!