Open andrelec1 opened 11 years ago
Same here. iPhone 4 ios 6.1. No luck. Have tried various browsers.
Copying from issue #30
It crashes on start. Crash log here: https://gist.github.com/Tatsh/625fabe99fe1e7acceb5
Get a crash dump. They are on the filesystem as plist files.
Doesn't work on my iPhone 4 iOS 6.1. :(
Lyphone5:~ root# sudo -u mobile /User/Library/WifiSMS/WifiSMS "$*" > /dev/null
dyld: Symbol not found: _OBJCCLASS$_CKSMSService
Referenced from: /User/Library/WifiSMS/WifiSMS
Expected in: flat namespace
in /User/Library/WifiSMS/WifiSMS
Trace/BPT trap: 5
I'm Not 100% sure what you're trying to tell us andrelec1 haha. Who exactly are you responding to and in regards to what? Is what you are saying a fix or the issue itself? Please forgive my layman like questions, but I'm clearly in the dark.
@andrelec1 we have the same error. So we know it's probably that Apple has changed the name of the class that this was hacking over.
ChatKit framework is not anywhere on my iPhone in an easily recognisable sense. This is what class-dump
shows for MobileSMS.app
grep'ing for CK
.
@protocol CKTranscriptComposeDelegate <NSObject>
CKMessagesController *_messagesController;
@interface CKMessagesController : _AudioServicesAddSystemSoundCompletion <UISplitViewControllerDelegate, MFMailComposeViewControllerDelegate, UIActionSheetDelegate, UIPopoverControllerDelegate, CKTranscriptComposeDelegate, UINavigationControllerDelegate, UIAlertViewDelegate>
CKConversationListController *_conversationListController;
CKTranscriptController *_transcriptController;
CKConversation *_currentConversation;
@interface CKBlankTranscriptController : _AudioServicesAddSystemSoundCompletion
VoiceMemos.app
looks like it has a forward declaration to _CKSMSComposeControllerClass
. That's about it.
Connecting to MobileSMS
with cycript:
cy# _CK
_CKPriorityQueue _CKTextBalloonView _CKTiledTextView
cy# CK
Display all 142 possibilities? (y or n)
CKABNewPersonViewController CKDeletedMessagePart CKMessagePartURLProtocol CKSyncController
CKABUnknownPersonViewController CKDispatchQueue CKMessageStandaloneComposition CKTextBalloonContentView
CKAVMediaObject CKDraftManager CKMessageStatusCell CKTextBalloonView
CKActionSheetManager CKEffectsWindow CKMessagesAppPreferredServiceManager CKTextContentView
CKAnimatedImage CKEntity CKMessagesController CKTextContentViewDelegate
CKAnimatedImageBalloonView CKEntityCell CKModalTranscriptController CKTextInteractionDelegateconcret
CKAnimatedImageMediaObject CKEntryField CKMultiCache CKTextInteractionView
CKAnimationTimerObserver CKErrorMediaObject CKMultiDict CKTextMessagePart
CKAtomListView CKFixedImageMediaObject CKOverlayViewProtocol CKTiledTextView
CKAudioMediaObject CKGenericAttachment CKPassbookMediaObject CKTimedQueue
CKBalloonView CKGenericFileBalloonView CKPopoverManager CKTimedQueueObject
CKBalloonViewActionDelegate CKHTMLHelper CKPreferredServiceManager CKTimestampCell
CKBalloonViewDelegate CKIMComposeRecipient CKPreviewManager CKTranscriptBubbleData
CKBlankTranscriptController CKIMDBMessage CKPreviewableAttachment CKTranscriptButtonView
CKCache CKIMEntity CKProgressBar CKTranscriptButtonViewDelegate
CKCardMediaObject CKIMMessage CKQLPreviewController CKTranscriptCell
CKClientComposeConversation CKImageAnimationTimer CKRecipientGenerator CKTranscriptComposeDelegate
CKClientComposeEntity CKImageBalloonView CKRecipientListView CKTranscriptController
CKClientComposeMessage CKImageData CKRecipientSelectionView CKTranscriptHeaderView
CKClientComposeServer CKInteractionProxiedView CKRecipientTableViewCell CKTranscriptStatusController
CKColoredBalloonView CKInteractiveLabel CKRichContentView CKTranscriptTableView
CKComposeRecipientView CKLRUCache CKSMSCompose CKTranscriptToolbarView
CKCompressibleImageMediaObject CKLabelledAtomList CKSMSComposeController CKTranscriptTransaction
CKContentEntryBridge CKLazyTextView CKSMSComposeInternal CKTypingIndicatorCell
CKContentEntryBridgeClient CKLinksController CKSMSComposeQueuingRemoteViewControllerProxy CKTypingIndicatorView
CKContentEntryView CKLocationMediaObject CKSMSComposeRemoteViewController CKUIBehavior
CKConversation CKMediaObject CKSMSComposeRemoteViewControllerDelegate CKUnknownMediaObject
CKConversationList CKMediaObjectManager CKSMSComposeViewServiceController CKUnknownMessagePart
CKConversationListCell CKMediaObjectMessagePart CKSelectedMessageCellView CKVCalMediaObject
CKConversationListController CKMessage CKSendingProgressView CKVCardMediaObject
CKConversationListNewMessageCell CKMessageCell CKServiceCell CKVideoMediaObject
CKConversationSearcher CKMessageComposition CKSettingsMessagesController CKWBMPImageData
CKConversationSearcherDelegate CKMessageEncodingInfo CKSpotlightQuery CKWBMPImageMediaObject
CKDBMessage CKMessageEntryView CKSpotlightSearchResult CKWebviewBasedContentEntryBridge
CKDashedLineView CKMessagePart CKSubjectAndTextBalloonView
CKDefaultPreferredServiceManager CKMessagePartComposeResourcePool CKSummaryLabel
Looks like _CKSMSService
is gone.
same issues here . any time frame for fix?
I have the same problem, the port 8080 is not open. (nmap iphone device)
IPhone: 4S firmware 6.1.1 with Evasi0n Jailbreak.
You think someone gonna update the project?
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
There is a another app called Remote messages but that isn't working at the moment. The developer is actively pursuing it though.
Doesn't work on Iphone 5 with IOS 6.1 !