Wednesday, May 3, 2017

How To Access Icloud Email From Another Device



ios notes is a nifty application to take fastnotes. however, it is a real pain when it comes to exporting those notesto your computer. the app has only two options - to print and to e-mailthe notes, which means you got to have either printer or email configuredon the device. alternatively, you may also use mail app on your desktopto sync the notes from itunes.


How To Access Icloud Email From Another Device, i don't use itunes at all, i don't want themail app, i don't even own a mac. all i want is just to export the stupidnotes to a text file and save them to my pc. unfortunately, the device givesyou no such option. another stupid apple limitation.however, there's is a sure-fire way to get


the text of the notes on yourcomputer. first, you need to copy the notes databasefile from your apple device to your pc. since it is stored in the user folder,you can access the file even without jailbreaking.now, grab an sqlite editor if you don't have one. they are mostly free andavailable for even most obscure platforms, so just download one.open the notes database in the database browser. go to browse data and select znotebody asthe table to view. so click on the zcontent field. in the nextwindow, press export and save the data as a .txt file.if you try to open the file with a text editor,


the text will be barelyreadable because of the html tags present. so rename the file extensionto .html, and use the "open file" option of your browser to open it.if you're using a different language, you may have to change the code pageto the appropriate one. finally! the text looks the same as in thenotes app. a single string in the znotebody table isa single note, so repeat the process for each of them. if you have a lot of notes,that may be a tedious and frustrating experience but hey, don't blameme, blame apple.


No comments:

Post a Comment

Up