Thread: Searching iPhone- Can it be done
-
02-04-2009, 05:47 AM #1iPhone? More like MyPhone
- Join Date
- Feb 2009
- Location
- Oklahoma City
- Posts
- 253
- Thanks
- 31
- Thanked 4 Times in 4 Posts
Searching iPhone- Can it be done
on my Blackberry there is a search tool that will allow you to search all text fields for a certain word.
is there a way to do this on a iPhone? Specifically I need to search the calendar.
-
02-04-2009, 06:30 AM #2
Look for an application called Search in Cydia. I haven't used it for calendar info, but it .....nevermind...as I opened the app, it only does Mail, SMS, Notes, Contacts, and Web.
And it struggles with html mail and large inboxes...I haven't found a perfect solution for mail searching either.
-
02-04-2009, 06:46 AM #3
If you're into MobileTerminal or SSH, you can use the command-line:
Type: find . -type f -exec grep "install" '{}' /dev/null \; -print
Be mindful of the punctuation. It IS important
The above command prints all instances of "install" in all files in the current directory.
Wiki link: [ame=http://en.wikipedia.org/wiki/Find]find - Wikipedia, the free encyclopedia[/ame]
-
02-04-2009, 06:50 AM #4Livin the iPhone Life
- Join Date
- Aug 2008
- Location
- New Jersey
- Posts
- 1,065
- Thanks
- 1
- Thanked 115 Times in 78 Posts
Yeah I think he wants like a "I'm on my way to the office and want to check something" way to search not by connecting to a PC. Good suggestion though. I would post in the 3RD party app request section and maybe someone could make it or point you in the right direction there.
Android user suffering from iPhone withdraw.
-
02-04-2009, 08:30 AM #5iPhone? More like MyPhone
- Join Date
- Feb 2009
- Location
- Oklahoma City
- Posts
- 253
- Thanks
- 31
- Thanked 4 Times in 4 Posts
Thanks for the suggestions
-
02-04-2009, 09:07 AM #6
I agree with the original poster. This Search type of function is something that I really really miss on my iPhone coming from a WM phone.
-
02-06-2009, 09:07 AM #7iPhone? More like MyPhone
- Join Date
- Feb 2009
- Location
- Oklahoma City
- Posts
- 253
- Thanks
- 31
- Thanked 4 Times in 4 Posts
I keep searching but nothing yet
anybody with an idea today?Last edited by beav626; 02-06-2009 at 09:07 AM. Reason: Automerged Doublepost
-
02-06-2009, 09:52 AM #8
I haven't tried it, but the program Searcher by Zac White says it can search contacts, notes, events, safari bookmarks and history. Its in the bigboss' repository.
-
02-06-2009, 11:40 AM #9
I use searcher, but as you've indicated, it's limited to certain files.
To search the entire iPhone file system there are few choices. Use my 'find .....' suggestion above until something better comes along.
-
02-06-2009, 01:01 PM #10iPhone? More like MyPhone
- Join Date
- Feb 2009
- Location
- Oklahoma City
- Posts
- 253
- Thanks
- 31
- Thanked 4 Times in 4 Posts
-
02-06-2009, 03:05 PM #11
You must have MobileTerminal installed or OpenSSH (or equivalent) installed, both from Cydia.
MobileTerminal is a local application (run from iPhone). You type the 'find...' command from within MobileTerminal. Depending upon you current permissions (mobile or root) and your starting location, 'find ....' will recursively search files and directories.
OpenSSH (or just SSH) allows a PC to connect to the iPhone and execute tasks. On the PC, I use WinSCP to connect, then within WinSCP I open a command terminal and exectue a 'find ...' command.
All of this requires some knowledge, reading, and more reading to understand. You'll never learn it overnight. But it's not so difficult if you are willing to put some effort into it
What do you type? Well, it depends upon what you're looking for. In my original post, that command searched for 'install' from the current directory. The link at the bottom in the original post provides extensive reading to explore the capabilities and 1,000's of options to 'find...'. It is a very powerful utility/command -- and again, can't be learned overnight.
You might say 'This is way over my head' -- and you might be right
But learning just one example, say: "find / -type f -exec grep "search string" '{}' /dev/null ; -print" (no double quotes '"') can go a long way towards your goal. BTW The above command searches EVERYWHERE for 'search string'.
-
02-16-2009, 08:21 AM #12iPhone? More like MyPhone
- Join Date
- Feb 2009
- Location
- Oklahoma City
- Posts
- 253
- Thanks
- 31
- Thanked 4 Times in 4 Posts
I downloaded a free app called searcher... and it does all that I needed!
-
02-16-2009, 10:24 AM #13
Great. I love Searcher. Another one, called Search includes email.



LinkBack URL
About LinkBacks
Reply With Quote
