HTC Notes App - One (M7) Q&A, Help & Troubleshooting

Hi, I’m having a problem with the HTC Notes App on my Rogers HTC One. I have backed up a copy of the folder ".data\HtcNotes" on the SD card, thinking that this folder contains all my notes files. I then wiped my phone and started setup as a new phone. I tried restoring my backed up notes by replacing the folder ".data\HtcNotes" with the one I had backed up earlier but the Notes App does not recognize the restored files. the Notes App works fine, i.e I can create new notes without any problems.
Also, when I try to open the "contentE.html" stored for each note inside subfolders of ".data\HtcNotes", I get unreadable characters. This happens for my new and properly functioning notes as well. Does the Notes App store content in a non-standard html format?. It used to be that the Notes app stored the content in a file called "content.html" which was a normally readable html format, but now it stores in the non-readable " "contentE.html" file.
Please advise how to recover the content of my notes...is there a way I can open the "contentE.html" files in a readable format?. My notes are not synched to the clouds and are stored only locally on the phone.
Thanks

any suggestions?

dabasdabas said:
any suggestions?
Click to expand...
Click to collapse
you may have to reset the permissions of the files
you do this with ES File Explorer and highlight a file go to properties and set the permissions ... usually to rw-r-r but notes files may be different check one you just created and make the old ones the same

thanks for the suggestion, I am able to open the "contentE.html" of my old notes using an html editor or browser, but the file contains unreadable characters, as if I'm opening a binary file inside a text editor. The same thing happens for any new notes I create.
I remember in earlier versions of Android, the Notes app used to store the content in a file called "content.html" which was a normally readable html format, but now it stores it in a "contentE.html" file which is not readable by html editors...
attached is an example of the "contentE.html" file from a new note I've just created, it's supposed to be titled "w1" and contain only the word hello...if you try to open it you'll understand what I'm trying to describe...can you guys please check the "contentE.html" on your phone and let me know if you're able to open the file properly outside the Notes app...thanks...

guys need your help...can anyone please check the "contentE.html" located in numeric subfolders under ".data\HtcNotes" on the SD card and let me know if you're able to open the file properly outside the Notes app...thanks...

bump

i use colornote app, its free in playstore, you can sync with gmail,.. if you use another android phone just install same app, and your note will there to

BUMP!!
Having the same problem, did a factory reset of my phone and the files arer physically still intact, but I can't open them with Evernote app or HTC Notes app. Alle notes are stored in a folder with a .PNG and a .HTML file, the HTML file contains unreadable text. There's very important info in for me, which I need within a week. Can someone please help? I'm willing to do almost anything to be able to read my files...

Still unsolved (bump)

mpc007 said:
Still unsolved (bump)
Click to expand...
Click to collapse
^^

mpc007 said:
^^
Click to expand...
Click to collapse
This disappoints me. If you consider yourselves even moderately skilled, this little problem of my should be peanuts.
Please, help me how to restore my notes from the ContentE.html file!!

mpc007 said:
This disappoints me. If you consider yourselves even moderately skilled, this little problem of my should be peanuts.
Please, help me how to restore my notes from the ContentE.html file!!
Click to expand...
Click to collapse
Try this, create a new note in the HTC Notes app and save it (If it doesn't save, just write random words and exit, it should save then), then go to your .data/HtcNotes folder, find the folder that contains the note you just created. There should be an existing "ContentE.html" file. Delete it and replace it with the file you want to restore.

mpc007 said:
This disappoints me. If you consider yourselves even moderately skilled, this little problem of my should be peanuts.
Please, help me how to restore my notes from the ContentE.html file!!
Click to expand...
Click to collapse
I think you're wasting your time, just having the ContentIE.hml file won't be enough, the actual database is stored in /data/data/com.htc.notes (i think), and without that, the app can't link to the contents of the sdcard.

nkk71 said:
I think you're wasting your time, just having the ContentIE.hml file won't be enough, the actual database is stored in /data/data/com.htc.notes (i think), and without that, the app can't link to the contents of the sdcard.
Click to expand...
Click to collapse
My data folder is indeed empty. However, can't it just be enough to have the raw files from the .data/htcnotes/ folder? I have those, every note exists of a folder with a PNG and a HTML file. They're just not recognised by the Notes App.

mpc007 said:
My data folder is indeed empty. However, can't it just be enough to have the raw files from the .data/htcnotes/ folder? I have those, every note exists of a folder with a PNG and a HTML file. They're just not recognised by the Notes App.
Click to expand...
Click to collapse
Yes, but unless i'm mistaken, the Notes app will rely on the database file, which in turn would link to the contents on the sdcard... so even if the contents weren't on the sdcard they would still show up in the notes app, but not vice versa.
And I don't know of any way to reconstruct the database file.... maybe try searching for that.

nkk71 said:
Yes, but unless i'm mistaken, the Notes app will rely on the database file, which in turn would link to the contents on the sdcard... so even if the contents weren't on the sdcard they would still show up in the notes app, but not vice versa.
And I don't know of any way to reconstruct the database file.... maybe try searching for that.
Click to expand...
Click to collapse
Nobody found a way yet? right?

If you have a backup of your data (or data partition), you need to restore the contents of /data/data/com.htc.provider.notes (as well as com.htc.notes, i think) and set the file permissions by ES file explorer or sth. This is tested and works (I got this answer off google somewhere else, but since this xda thread is the first result that comes up for searches like "recover htc notes", I (necro-)posted the solution here).
Now comes the hard part: If you don't have backup of com.htc.provider.notes, here's how I suggest you hack it BUT I haven't tested: try adding a new note in an empty instance of the notes app. The file /data/data/com.htc.provider.notes/databases/notes.db will be an SQLite file. Open it with any SQLite editor on your computer and you see IDs and file names in its tables match with the created note in your /sdcard/.data/HtcNotes folder. See if you can modify the notes.db database by adding new rows in all related tables to make the app recognize your old HtcNotes files. Don't forget to change file permissions of notes.db after restoring it to your device (I gave rwx-rwx-rwx to everything I copied). If you're lucky and knowledgeable enough you might be able to fix it.
Lesson to learn: Sync, or use plain-text file next time for writing notes.

Chromatix said:
Now comes the hard part: If you don't have backup of com.htc.provider.notes, here's how I suggest you hack it BUT I haven't tested: try adding a new note in an empty instance of the notes app. The file /data/data/com.htc.provider.notes/databases/notes.db will be an SQLite file. Open it with any SQLite editor on your computer and you see IDs and file names in its tables match with the created note in your /sdcard/.data/HtcNotes folder. See if you can modify the notes.db database by adding new rows in all related tables to make the app recognize your old HtcNotes files. Don't forget to change file permissions of notes.db after restoring it to your device (I gave rwx-rwx-rwx to everything I copied). If you're lucky and knowledgeable enough you might be able to fix it.
Click to expand...
Click to collapse
I have a HTC Sensation and I used the HTC Notes app often and so does my girlfriend on her Sensation. I recently changed ROMS on both our phones and have been trying to figure out how the hell to restore our notes. You indeed need to edit that notes.db as you mentioned. I know you didn't test it, but I just tried your suggestion and it did work on my first try. :victory: Here's what I did:
1) I opened the HTC Notes app and created a new note and named it Blah and saved it.
2) I used ES File Explorer to navigate to /data/data/com.htc.provider.notes. Then I copied the notes.db file to my microsd card.
3) I used DB Browser for SQLite to open the notes.db files that I copied to the card. Then clicked on the tab that says Browse Data, then in the drop down menu where it lets you pick a table, I choose notes. There you can see what notes the HTC Notes app will recognize.
4) The note I created earlier called Blah was on row 2, so I clicked on New Record and carefully made a new entry in row 3 with the same format as row 2. Just VERY carefully edit the columns that say: notebook_id, name, data, saved_time, last_modified_time, saving_time, ap_extra_info, thumdnail_path, widget_screenshot_path, and HTC_CREATED.
5) Verify the info you entered is correct fore ach column, then write changes to the database (File menu, Write Changes.)
6) I copied my now modified notes.db from my sdcard back to /data/data/com.htc.provider.notes ES File Explorer, changed the permissions of the file to match notes.db-journal,
7) And finally, I restarted the HTC Notes app, and the new note I added to the database was recognized.
I can think of a shorter way of doing this, but I''ll have to test it first. :fingers-crossed: Why did HTC have to complicate this? Why can't the app just read the files that are in the same folder or provide a refresh option to read any new files that may have been added to .data\HtcNotes at the very least?

Related

Cannot copy clg_in.gif, clg_miss.gif, clg_out.gif, spd_lst.gif; access denied.

I used a registry tweak to disable the default AT&T dialer and now I want to change out the images. I am having a problem copying clg_in.gif, clg_miss.gif, clg_out, and spd_lst.gif into the \windows directory. I keep getting an access denied error message. I have turned off the phone and did a soft reset, but that didn't make any difference.
I have attempted to replace the files using my desktop computer and File Explorer.
Does anyone have a solution so I can copy over the four new files?
Thank you.
resco explorer allows you to force the copy.
Thank you.
ekw said:
resco explorer allows you to force the copy.
Click to expand...
Click to collapse
I will give it a try. Thank you.
Update...
I downloaded Resco File Explorer and installed it. I copied the four images to \windows and after confirming the files copied. I can see the correct images in \windows. I did a soft reset but the old images are still showing. I verified that the new images are in \windows. Why are the old images (AT&T crap) still showing?
Thank you.
Bumping = Bad
Sorry to bump my own thread, but I'm fairly confident that someone knows how to correct this problem.
I downloaded Resco File Explorer and installed it. I copied the four images to \windows and after confirming the files copied. I can see the correct images in \windows. I did a soft reset but the old images are still showing. I verified that the new images are in \windows. Why are the old images (AT&T crap) still showing?
Thank you.
its probably a cache issue, such as if u put a picture on a contact, then delete the picture, the picture is still on the contact.
but, i dont know how to do what you are asking.
You can just flash the rom im sure there are more customizable friendly roms out there.

"Application not installed" - frustrating error

Mods please delete. I figured out my errors and all is well.
If anyone is having trouble with this as I was, please refer to these instructions. I'm sorry, I forget who posted them but credit to whoever you are. Big help.
1. Transfer the apk from your phone to your computer. It's probably in a place like data/app or data/data or the like
2. Open the apk with 7zip. Do not extract the whole thing, just open it. Inside you'll see a folder called "res"; transfer that somewhere on your computer.
3. Inside the res folder you'll see a bunch of folders. The images you want to edit are usually in a folder labeled "drawable", but you may have to look elsewhere
4. Find the background image you want to edit. It might be labeled widget_bg or something helpful like that.
5. Edit it how you want. In the case of transparency, you want to delete the background and make it entirely transparent. Save it in the same format and do not change the name. (Note- if your file has .9.png in it, you have to open your edited version using draw9xpatch or whatever in the Android SDK and save it through that as well)
6. Drag the res folder with your modified images back into the archive, using 7zip. You might want to use a duplicate of the apk, just to have the original on hand in case something goes wrong.
8. Place the modified apk into the place-apk-here-for-modding folder in the APK Manager folder
9. Open up script.bat. Select your project using option 22.
10. Do the following things- Extract APK (1), Zip APK (3), zip as regular apk (2), sign apk (4)
At this point you should have a signed version of the apk in the place-apk-here-for-modding folder. You can transfer it to your phone now and install it. Or install it directly onto your phone through apk manager if you have ADB enabled.
Click to expand...
Click to collapse
Thanks!
Wait a minute, you click on the application from your file manager, opening it in your App Manager, and it says Application not Installed?
That makes no sense at all. The only time I've encountered that is when I've tried using an app that was stored on my SD card, which wasn't put in. That app was on my homescreen too.
I'll have the .apk on my SD card somewhere and I'll try to install in through a file explorer with the error message above.
I tried installing through Dropbox, but that also gets me the error message. I've uninstalled all applications of the same name because that's what you're supposed to do. It's weird, I know. I'm trying to work through it right now.
see OP
10char
Same problem
Hello gentlemen, i have some problem with installing "slide it keyboard" and others applications. The messages is: application not installed. I tried everything, but nothing works... Please help me.
HTC desire 2.2 froyo

[Q] How to merge multiple mmssms.db backups

Hi all!
This in my first thread in this forum
As in the title, I'd like to ask you if there's a way to merge mmssms.db files in a single file. I do a lot of backups and programs like MyBackup overwrite them everytime, furthermore I can't let other people to read them. I don't think is impossibile, in fact there's a script to merge iPhone's sms. Thanks a lot in advance!!
Nobody can help me?
the mmssms.db is a SQLite Database. Google for "merge SQLite databases" and
you will find some results. It seems to be possible, although I can't tell you exactly
how to do it, because I don't know anything about SQLite databases.
But I can imagine opening one database and then copy the content of the other
databases and attach it to the first one should be a possible solution.
I've already googled, and found anything good. I can't edit an SQL database via command line (SQLite is almost textual), and most little graphical editors are very limited. That's because I decided to write here
Looking for the same. How to compile mmssms.db files?
I'm trying to do the same thing has anyone found a decent solution?
SMS Backup & Restore lets me save it as XML on the sd card, then restore nandroid to a rom with other SMS and use SMS Backup again there, it adds to the existing XML file on your sd card.. so that would work, but I was hoping for something quicker than having to restore 6 different nandroids run a program and then go back.
I feel like there must be a way to just add the contents of one mmssms.db to another but not sure what software would allow me to do that.
I have extracted 6 different mmssms.db files from my nandroid backups and have them sitting in a folder now.... hmm what next
Found an Online solution?
I found an online solution: https://smsmerge.homedns.org/
The PHP source is here: https://smsmerge.homedns.org/?source=1
I haven't tried it because I'm not a fan of online tools for such personal data so I am waiting for an offline solution.
Ideas:
-Maybe an APK that can seek out *.db files and merge them, possibly seeking out NANDROID backups.
-Otherwise a bash script will do too.
Anyone want to take a swing at this?
I'm willing to collaborate
I know it's been a couple of months,
but has a solution been found???
i use sqlitespy to merge my htc sense mmssms.db file with cm mmssms.db file
first open the new db file (in my case cm file)
then open the old db file with file>attach database
then if your case is same with me you can use the sql script below to insert your db file to the new one (my case old file:leedroid 3.3 htc sense new file cm10.1 vj mod)
if your case is different you have to edit the sql script in order to match the tables columns in each file (a little sql knowledge needed)
Code:
insert into main.sms(_id,thread_id,address,person,date,protocol,read,status,type,reply_path_present,subject,body,service_center,locked,error_code,seen) SELECT _id,thread_id,address,person,date,protocol,read,status,type,reply_path_present,subject,body,service_center,locked,error_code,seen FROM mmssms.sms;
insert into main.addr select * from mmssms.addr;
insert into main.canonical_addresses select * from mmssms.canonical_addresses;
insert into main.part select _id,mid,seq,ct,name,chset,cd,fn,cid,cl,ctt_s,ctt_t,_data,text from mmssms.part;
insert into main.pdu (_id,thread_id,date,msg_box,read,m_id,sub,sub_cs,ct_t,ct_l,exp,m_cls,m_type,v,m_size,pri,rr,rpt_a,resp_st,st,tr_id,retr_st,retr_txt,retr_txt_cs,read_status,ct_cls,resp_txt,d_tm,d_rpt,locked,seen) select _id,thread_id,date,msg_box,read,m_id,sub,sub_cs,ct_t,ct_l,exp,m_cls,m_type,v,m_size,pri,rr,rpt_a,resp_st,st,tr_id,retr_st,retr_txt,retr_txt_cs,read_status,ct_cls,resp_txt,d_tm,d_rpt,locked,seen from mmssms.pdu;
insert into main.threads (_id,date,message_count,recipient_ids,snippet,snippet_cs,read,type,error,has_attachment) select _id,date,message_count,recipient_ids,snippet,snippet_cs,read,type,error,has_attachment from mmssms.threads;
insert into main.words select * from mmssms.words;
hope this helps others that forget to backup sms using a third party app.

Razr I XT890 bloat apps safe to remove from JB?

Hi,
Just wondering if anyone has tried and tested the removal of bloatware apps from their Razr I XT890 running 4.12?
I'd be interested in cleaning the phone up a bit just to make it less crowded, I like to use real calc instead of stock calculator, go sms instead of stock messaging, zeam launcher instead of stock launcher etc etc.
I'm quite a novice when it comes to the technical side of things so would be too afraid to start deleting system apps incase they messed something up.
If anyone has seen a list compiled and could share, that would be great. Also, would it be Razr I specific, or would a general 4.12 safe removal list be safe to follow?
Any feedback appreciated
Here you can find answers.: http://forum.xda-developers.com/showthread.php?t=2223482
Read the forum.
Sent from my XT890.
Thanks a lot, have you any idea what to do with them zip files and how can I keep some of the google apps in the list? I'm not sure where to put the #?
cormie said:
Thanks a lot, have you any idea what to do with them zip files and how can I keep some of the google apps in the list? I'm not sure where to put the #?
Click to expand...
Click to collapse
I think that for you would be easier use Titanium Backup or SystemAppRemover (need root acces) to remove apps.
If you want use the zip file you have to unlock bootloader and flash CWM. In CWM you can install zip files. # you must put in front of the line where is written desired app. Updater-script you can fing in the zip file /META-INF/com/google/android/
Thanks again, I actually have my phone rooted and was able to apply the debloater, however I don't want to remove everything so will restore the backup I took before trying it, I tried install the zip file with the edited script (with the # in front of the ones I wanted to keep) but it failed to install via recovery so I must be doing it wrong
I extracted the script file, opened with wordpad, edited, closed and saved, put it uncompressed back into the zip and tried it.
that failed, so I tried open directly from the zip, edit, close and save and flash that too but that failed too the original unedited one doesn't fail.
The error I get is something referring to error in zip file.
cormie said:
I extracted the script file, opened with wordpad, edited
Click to expand...
Click to collapse
Do not use WordPad. Edify scripts require line endings to be linux style (LF only). Wordpad converts them to windows style (CR LF). Use another editor; I recommend notepad2-mod (set syntax highlighting, F12, to shell script)
See I edited and saved in wordpad and wasn't prompted to save in any other format, do you think it still saved in CR LF?
In the same script and another edit, I think I pasted something from somewhere else and went to save, but then it prompted me to save in the wordpad format itself (rtf I think it was) which I didn't, when I simply added a # or two, it just prompted to save without asking for format so it appeared to save as it was and not change anything? So you reckon it still changed it to the non-readable CRLF?
Would basic windows notepad be ok to edit it instead of having to download notepad 2?
Thanks for tyour help so far!
Maybe I'd be better just doing this via root explorer, of which I have some experience of. Is it just a case of locating each of the files listed in the script and deleting them or is there other hidden crap elsewhere that the script gets rid of which a simple root explorer delete won't?
cormie said:
See I edited and saved in wordpad and wasn't prompted to save in any other format, do you think it still saved in CR LF?
In the same script and another edit, I think I pasted something from somewhere else and went to save, but then it prompted me to save in the wordpad format itself (rtf I think it was) which I didn't, when I simply added a # or two, it just prompted to save without asking for format so it appeared to save as it was and not change anything? So you reckon it still changed it to the non-readable CRLF?
Would basic windows notepad be ok to edit it instead of having to download notepad 2?
Thanks for tyour help so far!
Click to expand...
Click to collapse
Try notepad++

[Q]Strange folder : .eCtcQjbu1dgnvtFnvnr6yepTp1M=

Hello, I would like to ask if somboby know for what is : .eCtcQjbu1dgnvtFnvnr6yepTp1M= folder in internnal memory and SD Card?
Also, I have problem with some images....you can see the attached file....the files are brocken and not usable.(all those images are only on SD card)? What si this problem with SD Card?
I'm not sure if we have connections between the 2 questions.
Thank you in advance.
pavl0v_xda said:
Hello, I would like to ask if somboby know for what is : .eCtcQjbu1dgnvtFnvnr6yepTp1M= folder in internnal memory and SD Card?
Also, I have problem with some images....you can see the attached file....the files are brocken and not usable.(all those images are only on SD card)? What si this problem with SD Card?
I'm not sure if we have connections between the 2 questions.
Thank you in advance.
Click to expand...
Click to collapse
Is the folder empty or is something in the folder?
gripfly said:
Is the folder empty or is something in the folder?
Click to expand...
Click to collapse
These is file ".nomedia".
Aha ok. I think an app created the folder with the .nomedia file. The .nomedia file hides for example pictures in gallery app.
what application that creates it?
I have it as well. Which app is it?
I have it too! Dont know from where its come
I have similar folder and i found that "Office suite" create it.
I have it too in my SD! :S:S:S
SoulFury said:
I have it too in my SD! :S:S:S
Click to expand...
Click to collapse
I think it might be swype keyboard that creates it. Or maybe Nandroid Online Backup.
office suite
no it's definitely office Suite
Every android update we are getting an extra folder lol
TapaTalked from my Xperia™ Z (C660²) running Dirty Unicorns ROM!
The .nomedia file that is usually created to hide media (audio/video) is a zero byte file. This OTOH, is an 80 byte file with some gibberish that appears to be encoded in various languages. Definitely a marker file from some malicious programme. Could be even towelroot!
Here's the text from the .nomedia file copied from es file explorer text editor:
ĄЏ우굏庙낉࿊袞၆
Yes, But, Why, And Why Now...
Just got this folder with cryptic extension .eCtcQjbu1dgnvtFnvnr6yepTp1M= an hour ago, with its 1 KB .nomedia file (*), when I resumed my tablet on the PC USB (99% held ok for 9 hours),
BUT—Windows (7) also complained that the external sdcard (the location of said) needed to be scanned...which...was also all okay (after a lengthy scan time on 16 GB)...
I have the uptodate OfficeSuite 7 (com.mobisystems.office version 7.5.2129; USB storage in use by the PC), as well as the oem OfficeSuite (ver 1.5.290; enabled but never used)...
(N.B. Sometimes when I turn On the USB storage the estrongs file manager app will complain.)
Ray.
* .nomedia says 4ÇX‚LÍOýÞÏцXËøôÍð[email protected]†;··!O.bÿ)=îŽ}ål§Cÿ“Ì6¥ÛÎuÈ‹AüÎÊ{bÜgã’=TÄ ÎQA&b0ôE
Cookie Ninja said:
The .nomedia file that is usually created to hide media (audio/video) is a zero byte file. This OTOH, is an 80 byte file with some gibberish that appears to be encoded in various languages. Definitely a marker file from some malicious programme. Could be even towelroot!
Here's the text from the .nomedia file copied from es file explorer text editor:
ĄЏ우굏庙낉࿊袞၆
Click to expand...
Click to collapse
Did you ever figure this out for sure? I am curious what made you think it might be towelroot? I used that APK but it is not on my system anymore and I just had another strange directory appear with naming similar to the ones in this thread.
I do not have the office application or others mentioned in this thread so that rules those out.
I can tell you that the directory name is clearly Base64 encoded. It decodes to more characters but I don't know their meaning yet (looks like gibberish/random).
In the last month the directory has appeared twice on my internal storage and SD card in the root. Both times I deleted it along with the .nomedia file that was 80 bytes.
One other detail... I noticed most threads about this topic are related to Xperia phones but I happen to have a Samsung Galaxy S4.
Yup. I transfer files between my devices, and I had this folder on both of my nexus (Nexi?) N7 and N10! This Folder on. Dell 7 disappeared: after reflash using mykit_batch. Surprisingly, after formatting and reinstalling from flashtool, both XZ are clean now.... go figure!
Edit...
This is the nomedia text from my N10
クク誣コセル_}-橸2掛アモヌ」ナZtツマスユ��
j"zルュツレc[k「�絵4─Lユ"ヘ!殼�6ネッ�閭堕ワ�jIn*
Dead Cookies leave no trails...
Finally. I solved what caused these strange directories and files for me.
In my case it wasn't the transfer of files. It was a an app. Others had mentioned OfficeSuite caused it and I found out they were right, but I didn't have OfficeSuite which confused me.
I found out I had the Oxford English Dictionary which was from the same company as OfficeSuite.
Every time I started the app it would re-create the folder and .nomedia files.
My phone is rooted so I did a little more looking in to it and there is a file in the application's directory under /data/data/<appname>
So in my case it was:
/data/data/com.mobisystems.msdict.embedded.wireless.oxford.dictionaryofenglish.full/
Under that folder there is another folder called "files" which contains a strange file called ".mssnDatabase2". If you notice the file is 80 bytes in size. It happens to contain the exact same data as the .nomedia files that are created.
So that's how I figured out what was creating the strange folders for me. I hope that helps others.
BTW, the application (the dictionary) in my case appears to send the company quite a bit of info they don't need so I uninstalled it. You might want to check yours too.
I have this .eCtcQjbu1dgnvtFnvnr6yepTp1M= folder too with inside a .nomedia file
I dont know which app created it but i think it is office suite because i installed it and few others apk. However if i delete it after some time it come back.
Just to say
An OfficeSuite folder. A genius way to name it, whatever the dev was smoking.
zeemenshater said:
An OfficeSuite folder. A genius way to name it, whatever the dev was smoking.
Click to expand...
Click to collapse
You just made my day^^

Categories

Resources