Text Message Meta Data Question - Android Q&A, Help & Troubleshooting

I received a Text message sent from an E-Mail and I was wondering if it was possible to find the individual file on the filesystem holding the metadata for the E-Mail.
If so, would I have to root the phone? And where would that file be located?
I'm a techie, so no need to warn me that I could hurt my phone or files - I'm only looking to READ, not WRITE, and I'd be making a copy of that file beforehand anyways and porting it to a PC in order to check it with whatever program is necessary to decrypt (Probably only need a hex editor, but if someone knows better, feel free to pass that information along, too )
Anyways, is it possible?
Thank you for your time.

FordTough91 said:
I received a Text message sent from an E-Mail and I was wondering if it was possible to find the individual file on the filesystem holding the metadata for the E-Mail.
If so, would I have to root the phone? And where would that file be located?
I'm a techie, so no need to warn me that I could hurt my phone or files - I'm only looking to READ, not WRITE, and I'd be making a copy of that file beforehand anyways and porting it to a PC in order to check it with whatever program is necessary to decrypt (Probably only need a hex editor, but if someone knows better, feel free to pass that information along, too )
Anyways, is it possible?
Thank you for your time.
Click to expand...
Click to collapse
You can get access to system files by using a file manager. To edit files, you need to root your phone.
If it is *.txt attachment that was attached in that mail, go to downloads and look for it.
Now, serious. Why so serious?
If you are looking to decompile that mail app, use APKTOOL to decompile. Search on xda for the links. :good:
The apk file can be found on the device in: /system/app/ here
If the apk file is odexed, then you have to first deodex it to make it as one apk file Search on xda for the tutorials. :good:
If you are asking to decrypt mails, ask NSA :laugh: :laugh: :silly:
I am a newbie here. So I don't know where that file is located exactly.
Press thanks if I have helped you.

the_pirate_predator said:
You can get access to system files by using a file manager. To edit files, you need to root your phone.
If it is *.txt attachment that was attached in that mail, go to downloads and look for it.
Now, serious. Why so serious?
If you are looking to decompile that mail app, use APKTOOL to decompile. Search on xda for the links. :good:
The apk file can be found on the device in: /system/app/ here
If the apk file is odexed, then you have to first deodex it to make it as one apk file Search on xda for the tutorials. :good:
If you are asking to decrypt mails, ask NSA :laugh: :laugh: :silly:
I am a newbie here. So I don't know where that file is located exactly.
Press thanks if I have helped you.
Click to expand...
Click to collapse
Just to reiterate, the person sent me a TEXT. I open my text app and I read their text. I want to find the file containing that exact text. (Extra info, info you don't really need to know and MAY have confused you: The text was sent via an E-Mail... Meaning they logged into their E-Mail, typed my phone number, and my phone received a TEXT from that E-Mail address straight to my SMS inbox). I'm not sure if I was clear enough on that. But I am trying to open an SMS sent straight to my phone AS IF from another phone.
What did you mean why so serious? I'm just trying to seem professional in my question. Hate to confuse people. Also: Decrypying a file should a) not be necessary, but MAY be (still highly doubt it), and B) Does not require NSA lol. I can do it myself, and if not, I've got a buddy who could do it for sure. But ALL I'M TRYING TO GET is the "metadata" from the SMS that'll HOPEFULLY give me the metadata for the E-Mail.
Thanks for your time.

Solution
I think I have found a solution to your problem.
This is the absolute path to SMS and MMS DB on most android devices:
/data/data/com.android.providers/telephony/databases/mmssms.db
It is the file where these messages are stored.
I don't own this device but still I have posted the screen shots
I think you get what I am trying to say.
Press thanks if I helped

Related

[Q] Signing Help ..

Hey all, Well i know we could not wait for a Honeycomb theme, i know i cannot, but heres my conundrum.
I have made a honeycomb keyboard, but cannot get it to install for the life of me, ive used the testkeys, shared, platform, etc (all using Signapktic from Stericson. Does anyone have any clue as to why it will not install?
A few questions that i know you might ask, answered ...
No, there is no other keyboard, other than swype, and samsung keypad..
I made it off of the GB keyboard...
Yes, I have made many of themes, many of changes to Frameworks, and have had sucess installing, and running my custom roms....
My question basically is this, IF POSSIBLE, CAN ANYONE SIGN THE FILES I HAVE TO MAKE THIS WORK? PM ME AND I SHALL SEND THE FILES. CREDIT WILL BE GIVIN, I AM ON THE OTHER HAND GOING TO NEED SOME SORT OF PROOF YOU KNOW WHAT YOUR DOING, I WORKED REAL HARD ON THIS, SO FOR RIGHT NOW ITS PRIVATE, HENSE THE PM.
THANKS AGAIN IN ADVANCE. REMEMBER .. LETS GET THIS HONEYTCOMB GOING
I know that most of the keyboards dont work simply by installing but rather need to be pushed to the data\app or data\app_s folder depending on which rom you are running. You can accomplish this using adb or using a file explorer like RootExplorer.
Thanks
Thank you man, this helps a whole lot. Now do i need to re-sign each apk inside the rom folder? or can i just re-sign the .zip?
georgegreco86 said:
Thank you man, this helps a whole lot. Now do i need to re-sign each apk inside the rom folder? or can i just re-sign the .zip?
Click to expand...
Click to collapse
I'm not sure what .zip you're refering to other than a CWM recovery flashable .zip for you keyboard. If this is what you mean, then use the same signiture (key) you'd find in any of the flashable .zips on the forums. In other words, just copy over the META-INF folder from some other .zip to yours. Of course, you'll want to make sure the update-script in this folder is pointing at the proper directories for installation.
For your apk, you should only need to sign it if you changed the AndroidManifest.xml. Otherwise, just keep the META-INF folder from them original apk.

noob who wants to learn

I want to learn how to theme. I've read this guide http://forum.xda-developers.com/showthread.php?t=916814
I Think i understand the process of editing images, I'm not a noob when it comes to photoshop, but i get a little frustrated when it comes to the topic of signing. I have a windows vista system, and section two of this https://docs.google.com/Doc?docid=0AcdxIJRSH9ypZGZzc2pxNDlfMjdnazk4OHNxZA&hl=en states that signing in vista causes bootloops unless you take other steps. The directions for XP seem so straight forward, is there a way to sign without all the hassle that vista seems to cause?
I've been told that if you use another theme for a base, resigning is not needed. I'm a noob at this also, really wanting to learn.
thenaut said:
I want to learn how to theme. I've read this guide http://forum.xda-developers.com/showthread.php?t=916814
I Think i understand the process of editing images, I'm not a noob when it comes to photoshop, but i get a little frustrated when it comes to the topic of signing. I have a windows vista system, and section two of this https://docs.google.com/Doc?docid=0AcdxIJRSH9ypZGZzc2pxNDlfMjdnazk4OHNxZA&hl=en states that signing in vista causes bootloops unless you take other steps. The directions for XP seem so straight forward, is there a way to sign without all the hassle that vista seems to cause?
Click to expand...
Click to collapse
When it comes to basic themeing, you don't need to sign anything....its a matter of extracting and re-zipping the apk without signing it so it keeps its original signature...then you would add all your themed apks in a CWM flashable zip(that isn't signed either).....use APK Manager....it works wonders for theme devs
Mr. Apocalypse said:
When it comes to basic themeing, you don't need to sign anything....its a matter of extracting and re-zipping the apk without signing it so it keeps its original signature...then you would add all your themed apks in a CWM flashable zip(that isn't signed either).....use APK Manager....it works wonders for theme devs
Click to expand...
Click to collapse
Thanks man,
If i'm understanding you correctly you are basically saying that if i take from an existing theme i don't have to sign. but i create my own theme based off of a rom i need to sign it?
EDIT: nevermind, i mixed both responses up and with my question. i'm a little off today
thenaut said:
Thanks man,
If i'm understanding you correctly you are basically saying that if i take from an existing theme i don't have to sign. but i create my own theme based off of a rom i need to sign it?
EDIT: nevermind, i mixed both responses up and with my question. i'm a little off today
Click to expand...
Click to collapse
Ok...let me try to clarify this...if you're new to theme developing, get "signing" out of your head
You would only need to sign an apk if it was being installed...
When you theme, nothing is being "installed", all of the original apks that are in your /system/ directory are replaced with your themed ones while flashing....
YOU NEVER SIGN AN APK THAT IS BEING SENT TO /system/ DIRECTORY
In reality, no themed apks are signed, because they are sent to the /system/ directory....its just a matter of extracting the stock apk, make your mods, and re-zip. As a said above, if you use Apk Manager, this will be a breeze
Mr. Apocalypse said:
Ok...let me try to clarify this...if you're new to theme developing, get "signing" out of your head
You would only need to sign an apk if it was being installed...
When you theme, nothing is being "installed", all of the original apks that are in your /system/ directory are replaced with your themed ones while flashing....
YOU NEVER SIGN AN APK THAT IS BEING SENT TO /system/ DIRECTORY
In reality, no themed apks are signed, because they are sent to the /system/ directory....its just a matter of extracting the stock apk, make your mods, and re-zip. As a said above, if you use Apk Manager, this will be a breeze
Click to expand...
Click to collapse
Thanks, You've helped a lot. can't wait to start. I have to go to work though, so tomorrow, hopefully.
thenaut said:
Thanks, You've helped a lot. can't wait to start. I have to go to work though, so tomorrow, hopefully.
Click to expand...
Click to collapse
If you have any other questions, PM me....i'm always willing to help someone who is willing to learn.
What I do when i want to change something... example I made my own lock screen.
If it was already explained how to do this... im sorry for wasting your and mine time... I only have about 5 minutes so I cant read everything before i post this... but this is what i do when i want to edit the theme.
I put the rom on my computer and extract it... locate the files I need to edit, (they are alwas going to be in the res folder of an extracted .apk and then in a drawable folder.) I take the files i want and I edit them. put them back on my phone... copy the framework-res.apk from systems>framework>framework-res.apk and then put it in a folder i created on my sdcard.
Using Astro File Manager I select my edited files and copy them.... then click on framework-res.apk and select browse and past my edited files into the framework-res.apk then using root explorer I then copy my edited framework-res.apk and paste it back in system>framework>framework-res.apk

[Q] Adding files to apk to install

Ok, I have read and read and am still stumped. Let me explain. I have a game decompiled and want to add a file to it that will copy itself to a certain location upon install. Here it is--
My goal is to take a copy of my profile.sav and insert it into the decompiled apk, possibly in the res/raw directory. When I install the .apk, I want the profile.sav to be moved to the /data/data/com.myapp.here/app_Documents/ directory. I am learning here and this is solely for the purpose of making my apps custom for me. To be able to install the app and have my settings already in place, negating the need for a backup/restore would be ideal for me. Besides, it just seems a really interesting thing to learn. Thank you in advance for all you help folks!
OH, also I read this post http://forum.xda-developers.com/showthread.php?t=601629 But, The last post by Gene Pool is provided with code. Problem is, I have no idea where to insert this code, or if it is even useful for what I am trying to do. Thanks Again!
I guess this wont be as simple a task as I had hoped.
Sent from my SAMSUNG-SGH-I727 using xda premium

[Q] Copy paste problem on stock ROM

Hi all,
I am having issues with copy and paste on my stock ROM. According to Clipper, nothing goes into the clipboard when I cut/copy text. I've tried this in S Memo, Gmail, Chrome, Messaging and Whatsapp, so it should be a system issue. Is anyone else having similar problems? Mine is running PDA: I9305ZHALI8. Any help would be much appreciated, thanks in advance!
Not mine. I've tried copying text from webpage to search bar, and even copied some text from Gmail to Whatsapp.
But...does I9305ZHALI8 exist? Mine is ZHALI7.
Where's your S III LTE brought from? Mine is HK.
Edit: Seen the upgrade. I decide not to upgrade first.
Fix
I hade the same problem, but i found a salution.
First open upp any root explorer app.
data and look for the folder named clipboard.
delite that folder and boot your phone in to recovery mode.
then you fix permissions.
hoped i helped
ansonscleung: I just upgraded today hoping that the update would fix this copy paste issue, but unfortunately it does not. I was on I9305ZHALI7 for almost two weeks.
Curwer: Thanks for your fix! I was hoping I wouldn't have to root but if I may have to do so if it really gets on my nerves...
sry I dont know any other way to fix this, maybe factory reset will but i´m not 100% on that :/
Curwer said:
I hade the same problem, but i found a salution.
First open upp any root explorer app.
data and look for the folder named clipboard.
delite that folder and boot your phone in to recovery mode.
then you fix permissions.
hoped i helped
Click to expand...
Click to collapse
It definitely worked, I love you
vyper91 said:
It definitely worked, I love you
Click to expand...
Click to collapse
OP. This is the dev section. Please put your questions in to the appropriate forum Q & A next time. it helps make the moderators jobs less tiresome and makes teh dev section less cluttered
Ok you I9305 guys really have to stop posting non dev stuff in the dev forum...
Thread moved to general

[Q] [U] Where can I find dictionaries and how to edit them

Hi,
I'd like to edit a dictionary - add much more words. I know where is the user dictionary (data/data/com.android.providers.userdictionary/databases/user_dict.db) and I've tried to edit it with SQLite Manager (Addon for firefox - couldn't find something better while searching google for 5 seconds) but with no effect - when I tried to export it as a .db and open again, it shows database is corrupted :crying:
Can anyone tell me step by step how to and with which program may I edit dictionary?
Thanks in advance :cyclops:
@refresh
I dont think manually editing that db would be possible so easiest thing, create a blank Dictionary, add the words you want from Rom, then copy over the .db file
from Rom
Click to expand...
Click to collapse
You mean writing it by phone? It may take to much time :x
Sorry mate Im afraid my previous response was wrong ;( As it turns out, the db file is encrpyted with the rom. If you install another rom, I believe it wont work again Not sure, If someone could confirm, could be nice

Categories

Resources