-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install deb files compiled #1
Comments
details? |
dpkg: error processing archive /var/tmp/com.iosyj.testjb_0.0.1-2+debug_iphoneos-arm.deb (--install): runyoH@runyoHhudeMac-mini testjb % otool -L /Users/runyoH/roothide/testjb/packages/Library/MobileSubstrate/DynamicLibraries/testjb.dylib runyoH@runyoHhudeMac-mini testjb % file /Users/runyoH/roothide/testjb/packages/Library/MobileSubstrate/DynamicLibraries/testjb.dylib |
It seems that the package arch you built is not for roothide. |
If you use other methods to build the package (such as xcode), |
sure yes, otool -L /Users/runyoH/roothide/testjb/packages/Library/MobileSubstrate/DynamicLibraries/testjb.dylib If not, this will not exist file /Users/runyoH/roothide/testjb/packages/Library/MobileSubstrate/DynamicLibraries/testjb.dylib |
check package arch in your control file? |
@roothide Thanks, I installed it successfully. is a new problem, tweak is not injected into SpringBoard,SHowTouch downloaded from the repo works normally. |
try
in shell/NewTerm3 |
I developed tweak deb , uploaded it to the device. dpkg -i reported an error.
tweak is inject SpringBoard
The text was updated successfully, but these errors were encountered: