PC software to read android phone to read deleted texts and others - Android Software/Hacking General [Developers Only]

with windows mobile on the Mogul, Touch Pro, and Touch Pro 2, I was able to use a program to read all sorts of data from my phone. Hacking it was easy as long as I had a guide telling me what was what. I'm surprise I didn't see a program that will let me browse through the phone in that manner. I don't just mean a file explorer. I'm talking about a full browser where I can check out the registry and EVERYTHING.
One useful application is to find deleted texts and save them on the computer.

try MyPhonExplorer free

Related

Does windows mobile 5 smartphone edition support exploring network drives???

I've searched the net like crazy trying to find an answer but all I come up with is junk. I have an imate sp5m running windows mobile 5 smartphone edition. All I want to be able to do is connect to a wifi network and explore the network files on my phone. As far as I know the default file explorer doesn't do it but resco file explorer used to. I went to resco and they had a bunch of junk saying that it was impossible or something. It's really starting to piss me off, something so simple yet I can't find any information about it. The net is useless to me atm. So I turn to you. WTF? What's the deal? Thanks. SPACE
I think I've read somewhere that it can be done if some necessary files are copied from a wm pro os... But what are the needed files?
why would microsoft do something so obviously stupid???

[Q] Integrate WM Device Center

Hi everyone, Is it possible to integrate the WM Device Center directly in the OS? I don't wanna have to open this app every time I connect my phone to the pc..I'm lazy, I know
gigsaw said:
I'm lazy, I know
Click to expand...
Click to collapse
Seems like you are lazy more than you've expected. You don't even read forum title - it's WP7, not WM forum
I'm not even sure what app or what OS you're referring to - do you mean ToucnXpereince on WP7? That's *supposed* to open automatically when you start WPDM on the PC.
Windows Mobile Device Center is a "big" Windows (desktop/laptop) app, not a phone app... are you saying you want it to launch on the PC when you connect your phone?
Sorry guys, I haven't been clear enough I meant the Windows Mobile Device Center LAUNCHER look at this tread: http://forum.xda-developers.com/showthread.php?t=1521763
It's an app that has to be launched on a fully unlocked phone every time you connect it to the computer. In this way your device can be explored as a sort of plug&play usb mass storage. You can directly copy on it doc files, or anything else you want. Even xap files on my HD7 with deepshining, if I install a File Browser too, I'm able to install XAPs directly from my phone without any other software installed on my pc or on my phone. I think it's a great thing, even for doc files because before of this program the only method to transfer them from PC to the phone ad vice versa was to send'em to myself via mail, or use skydrive. Not much convenient for me. This new method simplyfied my life
So my question was: can this XAP be directly integrated in Windows Phone 7 so when I connect my device to the computer I don't have to open every time this app on my phone?
Now *that* is actually an interesting question. It's certainly possible to have a PC app start a phone app; that's how WPDM launches TouchXperience or Visual Studio launches a debug app. To launch fully automaticlaly, though... that would probably require that the app either have some background service (possible on a fully-unlocked ROM) that monitors for a PC connection, or that the app be registered in some way as "do this when you connect" although I'm not sure how I'd go about the latter.
Yeah, now it's much clear and as GoodDayToDie said is much more interesting I'm already thought about implementation (but I need to run WPConnect.exe automatically, not a Windows Mobile Device Center LAUNCHER). I'll try to find time for the development of this app (this one - finding time - is really hard ), so stay tuned!
Here we are: http://forum.xda-developers.com/showthread.php?p=24820620
Hey, gigsaw, did you tried WP7 auto launcher? I don't have full unlock so I can't test with WMDC Launcher.
So sorry if it seems that I disappeared but someone stole my HD7 some days ago D: D: D: D: I'm so sad........I was very interested in windows phone 7, I thought it could be the best mobile OS with a bit of developing..but now I can't do anything more. So sorry guys ='(

Save WhatsApp Conversation

Hello!
I have a question regarding WhatsApp. Is there a possibility to save WhatsApp conversations/history? Through any homebrew-App?
I searched through Google and XDA, didn't find anything useful, unfortunately.
Thanks in advance.
Greetings,
Crash1k
You need to copy out the Isolated Storage for the app. There are a few tools that can do this, including any filesystem browser (such as WP7 Root Tools). An easy way to get the file(s) from your phone to the PC would be my Root Webserver app; find the App GUID of WhatsApp and go to http://<PHONE_IP>/FileSystem/Applications/Data/<APP_GUID>/Data on the PC while the phone runs the webserver app.
Thanks for your fast answer.
Since I'm pretty new to this homebrew-and-phoneHacking thing I don't have much of a clue how to work with those programs. I have downloaded "HtcRootWebServer_231.zip" and the ".xap" file, but I don't know how to get started. Are there any instructions online, perhaps on your homepage, if you have one?
Thanks again.
Oh boy... okay, I assumed you'd already be familiar with dev-unlock at least, so this is going to be a bit complicated. First of all, what phone do you have? On some phones, you won't even be able to run the app because of restrictions that we don't know how to get past.
The summary:
To install an app to the phone from a XAP file, your phone needs to be developer-unlocked. There are a few ways to do this, including an official one from Microsoft (though that costs money unless you're a student). To deploy the apps, you'll probably want to download the Windows Phone SDK from Microsoft as it has all the tools.
To use high-privilege apps, you'll need your phone to be "interop-unlocked" which you can read about on XDA-Devs. Not all phones can currently be interop-unlocked, though many can.
Once your phone is IUed, install the webserver and also WP7 Root Tools v0.9. Use the Root Tools to mark the Webserver app as "Trusted"; this will give it the permissions it needs (it has its own permission elevation code, but I'm almost sure your phone isn't compatible).
if your phone is unlocked:
install wmdc by ultrashot, then, connect it to wmdc, then browse <YOUR WP NAME>\\Applications\Data\218A0EBB-1585-4C7E-A9EC-054CF4569A79 then copy everything from it
GoodDayToDie said:
Oh boy... okay, I assumed you'd already be familiar with dev-unlock at least, so this is going to be a bit complicated. First of all, what phone do you have? On some phones, you won't even be able to run the app because of restrictions that we don't know how to get past.
The summary:
To install an app to the phone from a XAP file, your phone needs to be developer-unlocked. There are a few ways to do this, including an official one from Microsoft (though that costs money unless you're a student). To deploy the apps, you'll probably want to download the Windows Phone SDK from Microsoft as it has all the tools.
To use high-privilege apps, you'll need your phone to be "interop-unlocked" which you can read about on XDA-Devs. Not all phones can currently be interop-unlocked, though many can.
Once your phone is IUed, install the webserver and also WP7 Root Tools v0.9. Use the Root Tools to mark the Webserver app as "Trusted"; this will give it the permissions it needs (it has its own permission elevation code, but I'm almost sure your phone isn't compatible).
Click to expand...
Click to collapse
Thanks a lot for your help, and I'm sorry you had to write this much. I already know how to deploy .xap's and these things, but I have no clue when it comes to the Webserver and how to find the conversations with that. I'll try this for now. I appreciate your help and effort.
aramadsanar said:
if your phone is unlocked:
install wmdc by ultrashot, then, connect it to wmdc, then browse <YOUR WP NAME>\\Applications\Data\218A0EBB-1585-4C7E-A9EC-054CF4569A79 then copy everything from it
Click to expand...
Click to collapse
Is this the same method as the one GoodDayToDie explained?
Thanks for your answer!
//Edit:
I tried it like you, GoodDayToDie, told me. I downloaded your HtcRootWebServer_231.xap and HtcRootWebServer_231.zip. (even though I have a Samsung Omnia 7 with windowbreak unlock (I think that's interop unlock, don't know for sure though)). Then I deployed the .xap, opened the App in the phone but didn't know what to do with the numbers and text fields (like what kind of Admin name and password I should fill in...). After I gave up on the phone-part, I tried to work with the .zip file, but I don't know what to do next. There are 2 folders, one is called "Homebrew" the other "WebServer", I tried to open the programs which are placed in the subfolders (I opened both with Microsoft Visual Studio Solution) but I only get an error and it won't show anything.
Do you know where the problem is? (aside from my lack of knowledge of course :/ )
Thanks for your help.
Crash1k said:
Thanks a lot for your help, and I'm sorry you had to write this much. I already know how to deploy .xap's and these things, but I have no clue when it comes to the Webserver and how to find the conversations with that. I'll try this for now. I appreciate your help and effort.
Is this the same method as the one GoodDayToDie explained?
Thanks for your answer!
//Edit:
I tried it like you, GoodDayToDie, told me. I downloaded your HtcRootWebServer_231.xap and HtcRootWebServer_231.zip. (even though I have a Samsung Omnia 7 with windowbreak unlock (I think that's interop unlock, don't know for sure though)). Then I deployed the .xap, opened the App in the phone but didn't know what to do with the numbers and text fields (like what kind of Admin name and password I should fill in...). After I gave up on the phone-part, I tried to work with the .zip file, but I don't know what to do next. There are 2 folders, one is called "Homebrew" the other "WebServer", I tried to open the programs which are placed in the subfolders (I opened both with Microsoft Visual Studio Solution) but I only get an error and it won't show anything.
Do you know where the problem is? (aside from my lack of knowledge of course :/ )
Thanks for your help.
Click to expand...
Click to collapse
yes, it goes to one objective, but in a simpler method
Eh, WebServer doesn't require installing anything on the PC, WPDM doesn't (directly) require installing anything on the phone. In both cases, you'll need to have WP7 Root Tools installed.
For WPDM + TouchXperience:
Install Windows Phone Device Manager from TouchXperience.com.
Start Zune and connect your phone.
Start WPDM and wait for it to install the TouchXperience app on the phone.
Open WP7 Root Tools v0.9 and go to the Policy pivot.
Mark TouchXperience as "Trusted" and exit Root Tools.
Open TouchXperience (and WPDM on the PC, if you closed it) and connect them.
Either do what @aramadsanar suggested, or use the Installed Apps feature of WPDM to make a backup.
For Root Webserver:
Install Root Webserver (the XAP; the ZIP file is the source code); you already did this.
Open WP7 Root Tools v0.9 and go to the Policy pivot.
Mark "Webserver (HtcRoot)" as Trusted and close Root Tools.
Connect the phone to WiFi (on the same network as your PC) and launch the webserver app.
Set a username and password you can remember ("admin" and "root" for example, though that's insecure).
On the PC, open a web browser and go to the phone's IP address, then drill down into the FileSystem like I said (aramadsanar gave you the app's GUID).
Download the files from the Isolated Storage to your PC, and save them somewhere.
Thanks a LOT for those great instructions, GoodDayToDie! That's really nice, thanks for your effort.
I tried the WebServer method since I didn't want to install Windows Phone SDK 7.1, but I didn't manage to get into my phone through the browser (by typing the I.P. of the phone, which is listed on the Webserver App, just as you said), that's why I was forced to use the other way. Well, who cares, it worked! I have my messages file, but the next problem shows up. I can open the file with the Editor, but it shows weird symbols and you can't read the messages actually. I tried many other programs but none work. Do you guys know how to open those files? The ending is ".sdf". I google'd it for nearly two hours, couldn't find anything useful.
Thanks for the help so far.
You used the WiFi address of the phone, right? The WWAN (cellular) connection is almost certainly firewalled. For example, on my home network the router usually gives my phone IP address 192.168.0.73 on WiFi, so I type in "http://192.168.0.73" into the browser on my PC. It'll ask for username and password; give it what you put on the phone.
As for the file contents, I can't help there. They might be encrypted, in which case the crypto key is somewhere but might be hard to find. Or they might be compressed, in which case you need to find a decoder for that compression. Either one would produce files that appear to be meaningless binary to a casual glance.
One thing you could try for the compressed file possibility is tell 7-Zip to open the file. It's usually very good at recognizing compressed formats. If it's encrypted, you'll probably need to decompile WhatsApp to figure out how. If WhatsApp is obfuscated, you're going to be in a tough spot.
By the way, I assume you downloaded the messages file directly, rather than using the data backup function of WPDM, right?
Hmm... what do you need these files for? If it's just for backup, what you have is *probably* sufficient, so long as you grabbed *all* the files from the IsolatedStorage.
Yeah, I used the WiFi address which is listed on the WebServer App, and I typed that IP Address just like you said into my browser, with "http://" etc., but it still didn't work. It doesn't even ask me for any password or username.
I don't think they are compressed, because I already tried to open/extract them with 7zip, all I got was an error because of the incompatibility. The other thing is, that when I open the files with the "Editor", I can see my messages there, but there are many many other symbols there, which makes it impossible to read the messages. They are too wide spread and you can't tell which messages belong together etc.
Even though I have no idea how to "decompile" WhatsApp, I won't ask you to tell me, since it sounds pretty complicated. I hope there is another way to solve this problem.
Yes, I simply saved the file on my Desktop, didn't use the BackUp function.
That's right, they're "just" for backup, and I didn't grab just the IsolatedStorage folder, I took the whole "Data" folder, just like aramadsanar told me to.
Thanks again for your fast and detailed answer.
If the wifi address didn't work, either your phone was not on WiFi (did the address start with 169.254.?) or your PC was not on WiFi or even connected to the same WiFi network. You can (in theory; I've never tried) also connect to the phone over wired Ethernet by plugging in the phone to the PC with its USB cable, and running Zune on the PC. That will add an ethernet entry to the phone IP list, but I don't know if it can be used for server ports from the PC.
There are a number of free apps for decompiling managed (.NET) code. The latest version of .NET RAIN, distributed right here on XDA-Devs, can do it, for example. Decompiling turns the intermediate-language binary code in a managed DLL or EXE file into C# or VB.NET or whatever. It's not a perfect reversal; the decompiler has to guess what the original source code looked like, and of course comments are missing. It's good enough to read pretty easily, though.
It sounds like what you have is probably a database file of some kind. There are only a few database formats available for WP7 apps (a few more can be accessed using native code).

Easiest Way to Save SMS onto PC in Nokia 710

Hello
I know this question gets asked a lot, and I've been through nearly all the threads, most are out of date or not relevant or applicable.
All i want to do is have my texts copied in a file so i can see it on my computer. I don't care if it is in text file, xml, if i can't export it back, all i just need to do is see the data on them, easily viewable with my computer. Whether notepad, word, anything.
Options I've checked but don't seem to work UNLESS YOU GUYS KNOW BETTER?
1) Bluetooth file transfer - was my first and easiest choice, not allowed on windows phone (Microsoft are worse than apple - retards).
2) my-backup pro like app on windows - none in the market place, so useless
3) using Zune - piece of turd software, worse than Sony's sonicstage. Why do these large companies always make simple tried and tested proven things harder and complicated. they only ever end up losing customers, but they never learn, they always think they are smarter than they are.
4) exporting to skydrive - not possible as limited access to internet, wifi and data usage for person involved.
5) sms back or dft bluetooth software - all require extreme cases of tech knowledge to unlock phone first, and possibility of unstable phone afterwards.
6) drag and drop the text files from the phone onto the computer - usb browsing of the phone seems to be have been disabled with later updates of windows phone. so don't know if this is possible to access the text files and just copy them over to my computer. Anyone know better?
7) windows phone 7.8 - rumors flying about saying that all of this will be possible with windows phone 8, but does anyone know if it will be possible with windows phone 7.8? Any form of backing up the texts onto the computer, either via Bluetooth transfer, drag and dropping from the phone onto pc, or built in backup, any option will do. i don't mind waiting if i know its coming, but if it isn't going to be coming to windows phone 7.8 then i might as well get rid of this horrible phone operating system right now, before it gets any worse. I have a bad feeling windows 7.8 is nothing more than a cosmetic update of the tile bars.

pdf viewer on surface pro

i want to delete all history and most recently used files in the pdf viewer metro app on the surface. i can not find on the pro where these lists are kept so that i can delete them and also to stop them making these lists.
this is the only metro app i use , i do everything via the desktop .
hope someone knows where they hide this info.
if this should be in the win8 forum please move.
many thanks.
win8.1 surface pro 1
It should probably be in the Win8 general forum, yeah, since it has nothing to do with Surface devices per se.
With that said, unless it's an option in the Settings for the app (open the app, then use the Settings charm), the only way that I know of to do this is to remove and re-install the app. That's obviously a pain, and not really sustainable. You could scrub it manually - it'll be stored in local app data, almost certainly, so a script could take care of it easily - but that's kind of a pain to write...

Categories

Resources