cydia

How to display package / app icon when browsing Cydia repo

岁酱吖の 提交于 2019-12-08 02:38:08
问题 I have successfully created a Cydia repo, and am hosting an app that I am developing, and it installs fine, but for some reason I can't get the app icon to display when clicking the package in Cydia. As of right now the app icon in Cydia looks like the following, The app icon shows when the app is installed on the device, and I was told the app needs to be installed before the icon will show up in Cydia, so I installed the app on my device, but the icon is still not showing up. I also added

Trying to use cydia libraries: NSTask on Jailbroken iphone crashes with Segmentation fault: 11

旧时模样 提交于 2019-12-07 10:29:16
问题 I want to run dpkg ( or any other binary library files from cydia in the /bin or /usr/bin directories) from a GUI app with an icon, like mobileterminal, ifile, myfile, cydia, alertscript, and so many others can. How do they accesses the libraries? This code works, and the stdout of the process is printed in nslog but then it immediately crashes with Segmentation fault: 11. this is in my viewdidload function. This DOES NOT OCCUR IN THE SIMULATOR, only my iPhone 4. weird. have tried running as

ERROR: iPhone Private Frameworks “No such file or directory”

柔情痞子 提交于 2019-12-06 13:30:50
问题 I have added Private Frameworks To my project. When I build in DEVICE | RELEASE everything works fine and I am able to ldid -S the application and it successfully launches on my device. However, when trying to BUILD AND GO in Simulator, I get the error "No such file or directory" as indicated below: (I also get the error twice which is strange too.) Line Location HomeProfileViewController.h:10: error: BluetoothManager/BluetoothManager.h: No such file or directory Below are the project and

How to display package / app icon when browsing Cydia repo

孤街醉人 提交于 2019-12-06 13:04:33
I have successfully created a Cydia repo, and am hosting an app that I am developing, and it installs fine, but for some reason I can't get the app icon to display when clicking the package in Cydia. As of right now the app icon in Cydia looks like the following, The app icon shows when the app is installed on the device, and I was told the app needs to be installed before the icon will show up in Cydia, so I installed the app on my device, but the icon is still not showing up. I also added the Icon: file:/// line to the control file. I can't seem to figure out why the icon isn't showing, as

Which method is called when device is about to be unlocked?

℡╲_俬逩灬. 提交于 2019-12-06 09:15:32
I would like to know where the -(void)unlock (or whatever is called) used when we "slide to unlock" on the LockScreen is. Has anyone an idea ? Try these iOS 4 - 5 SBAwayController -(void)_finishedUnlockAttemptWithStatus:(char) Argument will be non zero (I don't quite sure it will always be 1 when device is unlocked) when device is about to be unlocked. iOS 6 SBAwayController -(void)_finishUnlockWithSound:(char) unlockSource:(int) isAutoUnlock:(char) iOS 7 SBLockScreenViewController -(void)finishUIUnlockFromSource:(int) Divya Bhalodiya You can use by calling the method GSEventLockDevice ();

Can PhoneGap be used in apps built with theos?

∥☆過路亽.° 提交于 2019-12-06 06:24:19
I want to use PhoneGap to make a Cydia app, however the iOS instructions on their website only show how to use it with Xcode . I don't have a Mac, but I'd like to be able to make my app for Cydia, with theos. Is this possible with PhoneGap , or is it only usable with Xcode ? I've never done this, but YES it should be entirely possible. The Xcode instructions set it up for you to have a specific template with all of the phonegap files already in the proper locations. So it's easy to get going. But it doesn't do anything else that is particularly special. Theoretically you could simply setup all

How to class-dump AppStore app

我是研究僧i 提交于 2019-12-06 03:47:25
问题 I installed "Class Dump" from Cydia to get application header files. But there is a problem. I can use class-dump in default app. For example, I ran this command: class-dump -H /Applications/MobileSafari.app/MobileSafari -o /Headers/safari and could get header files in "/Headers/safari/". But AppStore app, for example, I ran this command: class-dump -H /var/mobile/Applications/BFF...../Dropbox.app/Dropbox -o /Headers/dropbox and terminal works, but garbled characters appeared (ScreenShot) and

Trying to use cydia libraries: NSTask on Jailbroken iphone crashes with Segmentation fault: 11

大城市里の小女人 提交于 2019-12-05 18:50:28
I want to run dpkg ( or any other binary library files from cydia in the /bin or /usr/bin directories) from a GUI app with an icon, like mobileterminal, ifile, myfile, cydia, alertscript, and so many others can. How do they accesses the libraries? This code works, and the stdout of the process is printed in nslog but then it immediately crashes with Segmentation fault: 11. this is in my viewdidload function. This DOES NOT OCCUR IN THE SIMULATOR, only my iPhone 4. weird. have tried running as both mobile and root. the app is under /Applications folder. Here's my code. EDIT: I'm using the snow

ERROR: iPhone Private Frameworks “No such file or directory”

南笙酒味 提交于 2019-12-04 20:24:46
I have added Private Frameworks To my project. When I build in DEVICE | RELEASE everything works fine and I am able to ldid -S the application and it successfully launches on my device. However, when trying to BUILD AND GO in Simulator, I get the error "No such file or directory" as indicated below: (I also get the error twice which is strange too.) Line Location HomeProfileViewController.h:10: error: BluetoothManager/BluetoothManager.h: No such file or directory Below are the project and build settings that I currently have, maybe someone can find a mistake and let me know, that would be

How to class-dump AppStore app

只谈情不闲聊 提交于 2019-12-04 06:58:27
I installed "Class Dump" from Cydia to get application header files. But there is a problem. I can use class-dump in default app. For example, I ran this command: class-dump -H /Applications/MobileSafari.app/MobileSafari -o /Headers/safari and could get header files in "/Headers/safari/". But AppStore app, for example, I ran this command: class-dump -H /var/mobile/Applications/BFF...../Dropbox.app/Dropbox -o /Headers/dropbox and terminal works, but garbled characters appeared ( ScreenShot ) and then terminal crashed. How can I get AppStore app header files? All AppStore apps are encrypted. In