更改越狱 iPhone 上的主屏幕壁纸

发布于 2024-11-15 14:57:07 字数 179 浏览 4 评论 0原文

我正在尝试为 iPhone 越狱编写一个应用程序。 基本上我想以编程方式更改主屏幕壁纸。

我知道可以通过写入某些 /var/Library 来更改它,但确切地说如何在编码中写入此文件以及如何设置权限

我了解到此类应用程序需要以 root 身份运行。需要做什么才能以 root 身份运行 iphone 应用程序?

I am trying to write an app for jailbreak iphone.
Basically I want to change the home screen wallpaper programatically.

I have got that it can be changed by writing to some /var/Library but exactly how to write to this file in the coding and how to set the permissions

I have learnt that such app need to be run as root. What needs to be done to run the iphone app as root??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不再见 2024-11-22 14:57:07

从 iOS 4.2.1 开始,壁纸是 /var/mobile/Library/SpringBoard/ 中的“cpbitmap”文件。我不知道有任何 Objective-C 代码可以写入这些文件,但应该有一些东西可以使用。在 4.2.1 之前,壁纸是同一文件夹中的 JPEG。

复制完这些图像后,重新启动应该会使其出现。

Since iOS 4.2.1, the wallpapers are "cpbitmap" files in /var/mobile/Library/SpringBoard/. I'm not aware of any Objective-C code to write to these files, but there should be something out there that you can use. Prior to 4.2.1, the wallpapers are JPEGs in the same folder.

Once you've copied over these images, a respring should make it appear.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文