I was just wondering if anyone knows what these are, or if theyre needed? This folder contains a bunch of text files. Im guessing this amount gets larger over time, there are quite a few i have in there already. Are they safe to delete?
anyone?
Related
This week I finally got around to backing up my text messages and clearing the text message cache on my HTC Touch Pro 2 (Verizon). (my God, it had become slow) I'm running WM 6.1 and it seems that the MMS text messages are stored separately in proprietary ".dat" files in the "MMS UA" folder in My Documents. I searched around xda-dev and couldn't find any way to extract the files contained within. From what I understand, they are referred to as "Arcsoft MMS".
Anyway, the file format is somewhat obfuscated so a true extractor wasn't possible but I was able to produce a tool that could extract all the files out of my .dat files. It is a total hack-job, but there don't seem to be any options. Like I said, I searched around for a few minutes and couldn't find anything else so I am now posting to ask the following:
Does anyone want the tool?
If there is no other extractor out there, I will post it to this thread. Also, anyone who has some Arcsoft MMS files handy that don't contain any private information could help by sending me a copy if the tool can't handle them. With some input, it could possibly become a valuable tool for the community.
Lend me your input.
Thanks
Sounds awesome, please post the tool!
Yes, would appreciate this as well - so many devices and MMS are cluttered among all of them.
Cool. Well here it is guys.
Remember that I couldn't completely discover the proprietary format, and although it works on all of my attachments, it may not work on all of yours. It is easy to update the tool, though, so just message me.
metalliqaz said:
this week i finally got around to backing up my text messages and clearing the text message cache on my htc touch pro 2 (verizon). (my god, it had become slow) i'm running wm 6.1 and it seems that the mms text messages are stored separately in proprietary ".dat" files in the "mms ua" folder in my documents. I searched around xda-dev and couldn't find any way to extract the files contained within. From what i understand, they are referred to as "arcsoft mms".
Anyway, the file format is somewhat obfuscated so a true extractor wasn't possible but i was able to produce a tool that could extract all the files out of my .dat files. It is a total hack-job, but there don't seem to be any options. Like i said, i searched around for a few minutes and couldn't find anything else so i am now posting to ask the following:
Does anyone want the tool?
If there is no other extractor out there, i will post it to this thread. Also, anyone who has some arcsoft mms files handy that don't contain any private information could help by sending me a copy if the tool can't handle them. With some input, it could possibly become a valuable tool for the community.
Lend me your input.
Thanks
Click to expand...
Click to collapse
thanks for this mate...s
Thanks, works - not on all, though. Will check further if there is a common cause for the failing ones.
Improvement proposal:
1.) touch the extracted files with the timestamp of the .dat file
2.) check the content of the smil file in the body section if there are elements supposed to be present. afaik, the .smil is a tag-language which can deliver the MMS content with an appropriate viewer
Thanks for the quick feedback.
Improvement #3... GUI
As for the .smil file, you are absolutely correct. However, the issue is not knowing that there are files present, but finding the boundaries of the data. Arcsoft's binary packed format uses header bytes to describe how data is stored. Unfortunately, even though I was able to determine many of the header fields, without documentation I have no idea what they mean or what others may be used in a given archive. It does seem to depend on what kind of phone sent the MMS. Still, I think you may have a good idea going. I could perform a second pass after extracting the .smil, which is just XML, using file names and a lazy search.
One thing I didn't have on my phone was an MMS containing a movie file. I should try that out...
This is a great tool!
It works under desktop Windows.
How about a tool that can be used in WM itself? Anyone thought of that?
Hey there,
I'm looking for a sort of trash can in android, does such a folder exist? Obviously not in the regular visible folders, but I thought it might be somewhere in the system files. Any idea, anyone?
Thanks!
Okay, well today, I picked up a new HTC One X. First impressions were pretty good, and I have to say that as of yet, it's looking like it's a pretty good handset.
However; there's one thing about it that really bugs me. SMS messages apparently force you to use these utterly horrific smileys. I was never a fan of the old android icons that occasionally popped up, but these icons are just plain god-awful. Is there any way of disabling them?
(To be honest, I'd much prefer just to have your standard ASCII faces... Not to mention, if you happen to need to send a message that just happens to have the characters in that order, I'd rather not have badly made face icons appearing in the middle of it..)
bump. I can't believe htc require you to install a 3rd-party sms app in order to be able to get rid of emoticons. I'm a 40-yr old man, I don't want to see a crappy cartoon face in my text messages...
thanks for this nice q
3lliot said:
bump. I can't believe htc require you to install a 3rd-party sms app in order to be able to get rid of emoticons. I'm a 40-yr old man, I don't want to see a crappy cartoon face in my text messages...
Click to expand...
Click to collapse
My thoughts exactly... Not to mention, they're so badly designed that I spend more time working out what emotion they're actually supposed to convey, rather than reading the actual message...
Seems slightly out of place, too. The rest of the UI is nice and clean, fairly sleek looking - then you have these ridiculous cartoon faces slapped accross all of your texts..
I'm going to go ahead and bring this thread back from the dead.
Last time I tired to fix this by modifying my framework files and ended up soft-bricking my phone.
There's got to be a better way.
bump?
Untested Solution
EDIT: I looked more into it, and it gets pretty complicated. According to a StackExchange post I found (link in the attached .txt file), you can go through a process to retrieve the source code from the original .apk file BUT it requires the classes.dex file to be intact. That means you have to de-odex the Message+Nonprime.odex file, "re-dex" it into classes.dex, and add it to the Message+Nonprime.apk archive (can simply change the extension to .zip and add the file before continuing the linked steps).
After following all of those steps, I ended up with the source code and readable XML files. Unfortunately, trying to open them in Eclipse does not work, as I'm apparently missing key HTC resources (or I just don't know where the resources files should be pointing). I was hoping for the ability to just change the name across any necessary files, then repackage, but it doesn't seem to work like this.
I've also tried taking the original APK, adding the .dex file (created from the .odex -> files/folders -> dex process) inside, and signing the package (after deleting the META-INF folder containing HTC's signed information). I was hoping that signing the package after renaming it to Message2.0.apk would allow me to install it as a user application (I don't have root or the ability to change the bootloader to overwrite system applications, due to the 4.2.2 update) but the install always fails since "the application is already installed." If I knew how to modify the files within classes.dex properly, I'm sure I could rename the entire package and create a "New" application, but for now I've hit a brick wall. Hopefully if anyone reads this they can build on my failed attempts.
======================================================
======================================================
I stumbled on this (admittedly old) thread, and I don't know if anyone cares, but I've figured out what seems to be key in disabling smiley images from appearing. Below is the information of the phone I'm working with:
Phone Model Number: HTC One X
Android Version: 4.2.2
HTC Sense Version: 5.0
Software number: 5.18.502.1
HTC SDK API level: 5.41
Android uses "SmileyParser" to watch for certain key combinations and replace them with preset images. The theory is that by changing the strings SmilelyParser checks, it won't ever find a match, and they won't be replaced.
I found the Message application under /system/app/Message+Nonprime.apk. HTC's Message application utilizes Android's android.com.mms but has custom functionality/themes (I'm assuming)
Using ADB (Android SDK tool to browse filestructure), I used "adb pull [source] [local]" to copy the .apk and .odex files
I used "smali-#-#-#.jar" and "baksmali-#-#-#.jar" to convert the .odex file
The output of the tool gives a file structure with editable files. I navigated to com/android/mms/util/
In this folder, there are two key files: SmileyParser.smali, and SmileyParserOne.smali. I believe the "One" version may be modified to work with HTC One phones, but I'm not 100% sure (content looks similar)
I opened each file with Notepad++ and found "const string" references with the text version of an emoticon. The code seems to match those with "aput objects" but I don't know 100%
I modified each string (within the quotes) by just adding an 'x' to hopefully thwart the string match. Basically, the phone should wait until x or x is fully matched before replacing the smiley
I'll note again, I did the EXACT same process in both .smali files I mentioned, and I touched ABSOLUTELY NOTHING ELSE. There's no telling what you'll break if those don't compile correctly (which is why I also avoided adding a longer string, in case memory allocation issues cropped up)
I then repackaged the entire output I created into a new .odex file
Now, here's where things get tricky. I don't have a rooted phone, so I can't actually replace the .odex inside of the /system/app folder. I may work on testing on my phone (but I don't get a lot of time and really would not like to brick it), but I'm worried since I'm running a very recently updated Sense version (and there may not be reliable root processes, I have no idea).
If anyone has a rooted HTC One X (check above for the exact software version I have) that would like to try out the modified .odex file (apk is mostly UI/theme, .odex contains the actual programming logic) I am providing the .zip containing the apk and odex files. I've also tried installing the apk+odex with "adb install X/X.apk" but the application has a name buried in the structure (probably everywhere) and I have no idea how to rename it everywhere that's required.
If someone knows how to take a package and re-compile it with a new name, I could potentially re-install "Message 2.0" as a user app without any root privileges required. That's another option I'm looking into (since I'd really rather not root and potentially lose my stored data).
The same problem is still occurring in 2018. I would try your solution, but it's outdated. I'll have to dive in and edit the files myself if a solution isn't found. Although, in that case, I would probably match something further from the x, preferably with 2 bytes because as you said, memory issues might pop up and I'm not sure just how far they went with this.
Hi,
I've been trying to make this app mostly for personal use.
I actually am just changing/designing the images to just skin it really.
Feel free to check it out ( http://db.tt/qfFVq7uz ) (see attached as well), but I have a question or two about the xml stuff.
In the settings, I want to change the links that are inside there that go to other site to basically reroute them to our website.
I have tried looking at the xml files, I'm assuming that's where the link gets it's info, but not 100% sure.
Can anyone point me in the right direction on how to change these links. Changing the images and signing the apk is no problem for me so far.
Just a little help needed with the xml stuff. I can see it with an xml reader/editor, but it all looks foreign when I open it. I know html and what should do what, so I'm not completely useless when looking at it!
Thanks so much!
Hi, I've been stumbling upon this file creating in my local storage on a couple of phones I own. Does anyone has ever seen that file before or know what it is? I only have AzRecorder that uses ads, all the other apps are paid and don't have any ads on them. Thanks.