[Q] Where is mmssms.db? - Fascinate General

I can't seem to find this file on my Fascinate. I looked in /data/data/com.android.providers.telephony, but there isn't even a databases/ directory in there.
But I have texts?

/dbdata/databases/com.android.providers.telephony/mmssms.db

Awesome, thank you!

Related

Need Help with S2U2

Hey everyone, first post here, I just downloaded SLide to Unlock for my shadow, but its only a lnk file? How do Install this? I am really looking for the .cab file I have been digging for awhile and I cant seem to find the right zip file anywhere, getting a little frustrated. I had to turn off the lock because to have to hit it everytime a text comes in or anything is a bit of an annoyance.
Thanks for the help everyone.
cooljuno said:
Hey everyone, first post here, I just downloaded SLide to Unlock for my shadow, but its only a lnk file? How do Install this? I am really looking for the .cab file I have been digging for awhile and I cant seem to find the right zip file anywhere, getting a little frustrated. I had to turn off the lock because to have to hit it everytime a text comes in or anything is a bit of an annoyance.
Thanks for the help everyone.
Click to expand...
Click to collapse
Please post in the thread your question pertains to.
http://forum.xda-developers.com/showthread.php?t=412418

[Q] Extract single application from custom rom

hey,
I wanted to extract "Torch" application from "Azure" Rom and few other applications. as Torch is the only working app which did really enable the LED for HTC Legend.
I actually opened the ZIP package to path \azure-1.0.1.zip\system\app where the applications are stored, every app comes in APK and OBEX files. I extracted few APKS, non of them worked.
I am seeking some help for extracting the application from the ROM.
Thanks in advance!
lamppu is a good LED torch. You need root to use it, look in market
TheGrammarFreak said:
lamppu is a good LED torch. You need root to use it, look in market
Click to expand...
Click to collapse
I have looked in market, but it doesnt seem to exist there. However, do you know anyway to extract the application as working APK file?
Any other LED torches that works with LEGEND?
*EDIT: well, I found it, its named Lamppu. but anyway it didnt work, although my phone is rooted! why is that?
Try Extended Controls, there is a Torch Widget which worked on my HTC Legend. (NOTE:Root access Required For this very Widget)
omar.elhelw said:
hey,
I wanted to extract "Torch" application from "Azure" Rom and few other applications. as Torch is the only working app which did really enable the LED for HTC Legend.
I actually opened the ZIP package to path \azure-1.0.1.zip\system\app where the applications are stored, every app comes in APK and OBEX files. I extracted few APKS, non of them worked.
I am seeking some help for extracting the application from the ROM.
Thanks in advance!
Click to expand...
Click to collapse
If you find a ROM that has both .apx and .odex in the app-folder you will not get it to work by only extracting the .apk file.. You need both of the files in order to include them in another ROM..
Use a backup program like Titanium backup or MyBackup pro: they will extract for you.
XtremeHTM said:
Try Extended Controls, there is a Torch Widget which worked on my HTC Legend. (NOTE:Root access Required For this very Widget)
Click to expand...
Click to collapse
I already tried using Lamppu, but it didnt work on my rooted phone!
Have any idea what might be the reason?
----
whitetigerdk said:
If you find a ROM that has both .apx and .odex in the app-folder you will not get it to work by only extracting the .apk file.. You need both of the files in order to include them in another ROM..
Click to expand...
Click to collapse
That makes sense...but who would I merge the .apk and .obex together to be in one .apk file so I can install it?
Or maybe you know some way I can install these files?
Help would be really appreciated.
----
robto said:
Use a backup program like Titanium backup or MyBackup pro: they will extract for you.
Click to expand...
Click to collapse
You mean like after loading the custom ROM, I backup the application I want then restore them after I load the custom I want?!
This is just long process of backing up your data then load custom rom, then back to the old rom, then root then restore...
I thought there might be easier and shorter ways?!
Any help would be appreciated. Gracias!
Anyone to help?????
try the kitchen method.
Scout around in the .zip to find the package you want, copy the .apk to your ADB directory and then, with the phone plugged in:
Code:
adb install [I]path-to-package[/I].apk
I actually opened the ZIP package to path \azure-1.0.1.zip\system\app where the applications are stored, every app comes in APK and OBEX files. I extracted few APKS, non of them worked.
I am seeking some help for extracting the application from the ROM.
Click to expand...
Click to collapse
To be honest you've answered your own question. What you've done is the easiest way to pull an app from a ROM. So if your issue is something else it may be an idea to re-write your question (again, I know. Sorry).
I also apologise for mis-interpreting your question the first time 'round. I hope my help in this post is better.
TheGrammarFreak said:
Scout around in the .zip to find the package you want, copy the .apk to your ADB directory and then, with the phone plugged in:
Code:
adb install [I]path-to-package[/I].apk
To be honest you've answered your own question. What you've done is the easiest way to pull an app from a ROM. So if your issue is something else it may be an idea to re-write your question (again, I know. Sorry).
I also apologise for mis-interpreting your question the first time 'round. I hope my help in this post is better.
Click to expand...
Click to collapse
Your help so much appreciated mate!
Well, the last conclusion I got to is, the .apk and .obex files are actually one file but they were divided to 2 files just to make them work better, so if you take the .apk file only it wont work as it will be missing the other .obex file.
Anyway, I am also guessing there is a way to merge the 2 files back, I read a little about "de-odex" but I couldnt really get the best help I could get. I will post the solution once I get to it.
Thanks again for your help mate!
omar.elhelw said:
Your help so much appreciated mate!
Well, the last conclusion I got to is, the .apk and .obex files are actually one file but they were divided to 2 files just to make them work better, so if you take the .apk file only it wont work as it will be missing the other .obex file.
Anyway, I am also guessing there is a way to merge the 2 files back, I read a little about "de-odex" but I couldnt really get the best help I could get. I will post the solution once I get to it.
Thanks again for your help mate!
Click to expand...
Click to collapse
You will have to use the kitchen do deodex the files.. Search the entire forum for "Chefs Central"
whitetigerdk said:
You will have to use the kitchen do deodex the files.. Search the entire forum for "Chefs Central"
Click to expand...
Click to collapse
I tried the "de-odexing" method of the Android Kitchen, but it didnt seem to be working fine. Error message of "There is a problem prasing the package." ???
omar.elhelw said:
I tried the "de-odexing" method of the Android Kitchen, but it didnt seem to be working fine. Error message of "There is a problem prasing the package." ???
Click to expand...
Click to collapse
I know it's a pain, but de-odexing the whole rom might help. Unless you already did this, in which case something is wrong with your download I imagine.
Swyped from my HTC Legend
TheGrammarFreak said:
I know it's a pain, but de-odexing the whole rom might help. Unless you already did this, in which case something is wrong with your download I imagine.
Swyped from my HTC Legend
Click to expand...
Click to collapse
I havent tried deodexing the whole rom actually. I will certainly do this and try.
I have another question to you though, from where can i get Swype? lol
I know it's a pain, but de-odexing the whole rom might help. Unless you already did this, in which case something is wrong with your download I imagine.
Swyped from my HTC Legend
Click to expand...
Click to collapse
I havent tried deodexing the whole rom actually. I will certainly do this and try.
I have another question to you though, from where can i get Swype? lol
Click to expand...
Click to collapse
Search, I might post the link when I'm home. Swype HVGA
Swyped from my HTC Legend
TheGrammarFreak said:
Search, I might post the link when I'm home. Swype HVGA
Swyped from my HTC Legend
Click to expand...
Click to collapse
Thanks!
heres the DL link
http://goo.gl/xKSk

[Q] How to get app sound?

Hi. I'm new here and i don't know if i'm posting this in the right place. I got the motorola milestone and got this app called scruff, when someone message you on there it plays a beautiful notification sound and i really want that sound as my main notification sound. i tried root explorer but i couldn't find the sound as a file.
Can you point me to the right direction? i'm sure theres has to be in somewhere but i don't know where exactly. If someone coulp help me i'd really aprecciate it!
Thanks in advance!!!
The required files are attached. You will have to convert them to ogg format and push it into /system/media/audio/notifications or create the same file structure ( media/audio/notifications ) on the sdcard and copy them there.
Thank you soooo much!!!!!!!!!!!!!!!!!
=)

[Q] apk help

forgive me if this is obvious to everyone but me, but i am trying to locate an APK on my tablet and for the life of me i cant find it. I have a game deal or no deal uk that i downloaded from somewhere, it is now no longer available online cos of copyright issues. i want to share it with my friends but cant find the file to give them. I have downloaded root explorer, es file explorer, been into evey folder it comes up with and cant find the bloody thing... can anybody give me any advice where it may be hiding. Could it be another type of file .. swf or something that i am not seeing.. the words deal or no deal appear nowhere in my system tree that i can see.
Thanks in advance for any help you can give.
craig in scotland
/data/app
Sent from my Galaxy Nexus

"Meet" notification

Hi guys, I am a OP 5T user. I found out while watching a review that OP introduced a new "meet" notification sound in their latest flagship.
Since I wasn't able to find it anywhere, can anyone of you guys please upload it here or help me find it?
Thanks
Idk how to open it atm. These used to not be stored in .bin format. Technically, you could prolly put it in a magisk module and maybe that way, get it put in system to play? Alternatively, if you know how I can locate it better or so, I can do that too.
(Uploaded with .zip extension. Just delete .zip)
Unfortunately I can't make it work, even changing file extension (tried .mp3 and .ogg)
g_turc said:
Unfortunately I can't make it work, even changing file extension (tried .mp3 and .ogg)
Click to expand...
Click to collapse
I tried too. Is there different area the media is stored in? I'll see if I can find more info. But I pulled this directly off my phone.
g_turc said:
Unfortunately I can't make it work, even changing file extension (tried .mp3 and .ogg)
Click to expand...
Click to collapse
You know what. I feel dumb. I searched, but I searched poorly. I also thought they were here: /system/media/audio/
I was wrong. I searched, and found it's in a different location. I EVEN HAD FILE MANAGER SEARCH MEET and it only came up with that file. Ugh. Here you go. Sorry for the inconvenience.
This time, change .zip to .ogg and you'll be good to go.
_________________
Breadcrumbs for future self and like minded individuals:
/product/media/audio
Reference: https://www.xda-developers.com/how-to-fix-charging-end-call-sounds-google-pixel-android-10-update/
Truant_Luce said:
You know what. I feel dumb. I searched, but I searched poorly. I also thought they were here: /system/media/audio/
I was wrong. I searched, and found it's in a different location. I EVEN HAD FILE MANAGER SEARCH MEET and it only came up with that file. Ugh. Here you go. Sorry for the inconvenience.
This time, change .zip to .ogg and you'll be good to go.
_________________
Breadcrumbs for future self and like minded individuals:
/product/media/audio
Reference: https://www.xda-developers.com/how-to-fix-charging-end-call-sounds-google-pixel-android-10-update/
Click to expand...
Click to collapse
Thanks mate

Categories

Resources