remote - Windows Phone 7 Q&A, Help & Troubleshooting

I have a focus wondering if there's a way to access the phone from a web browser. Like what you can do to the android with a program called remote desktop. Wondering if its possible or not. Tried doing it stock got nowhere gave me page cant be found. Figure i give it a shot anyway

That depends what you mean by "access the phone" but yes, there are web server apps (homebrew only, the official APIs don't allow server sockets for some reason). Root Webserver (linked in my signature) is the newest one, providing full access to the phone's filesystem, but requires elevated permissions (typically from WP7 Root Tools or a fully-unlocked custom ROM) in order to use it.
If you're looking for an app to remotely drive your phone from the PC through a web browser, I don't think anybody has written such a thing yet. I'm not sure why you'd want to do this though, in all honesty.
If you're looking for an actual Remote Dekstop app (as in, an app that uses the Remote Desktop Protocol to allow you to remotely log into and view/control a Windows computer) there are several such apps on the WP7 marketplace. I use one called "RemoteDesktop" (there's no space) and it works quite well.

Related

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).

[Q] Remotely operate apps (uTorrent, Dropbox)

Hello
I've been thinking of making my android phone operate like a stand-alone operating system; i.e. which does not require direct input from the user but can receive input through internet.
I've been trying to setup an architecture in which I place an android phone in my home connected to my wifi, it has uTorrent Beta and some file syncing service (like dropbox, google drive, skydrive, etc.) What I'm trying to accomplish is to operate my phone from my laptop sitting at my office, send a torrent file to my phone lying at home, it picks up the file in uTorrent (or any other torrent client), downloads the file, and later uploads to dropbox or other file syncing service, and after uploading it removes the file from phone.
Can something like this be performed on android? it involves two main obstacles... remote controlling the android via internet, and operating two / three separate apps on android. Is there a better way to do this?
-F.A.
itzfaraz said:
Hello
I've been thinking of making my android phone operate like a stand-alone operating system; i.e. which does not require direct input from the user but can receive input through internet.
I've been trying to setup an architecture in which I place an android phone in my home connected to my wifi, it has uTorrent Beta and some file syncing service (like dropbox, google drive, skydrive, etc.) What I'm trying to accomplish is to operate my phone from my laptop sitting at my office, send a torrent file to my phone lying at home, it picks up the file in uTorrent (or any other torrent client), downloads the file, and later uploads to dropbox or other file syncing service, and after uploading it removes the file from phone.
Can something like this be performed on android? it involves two main obstacles... remote controlling the android via internet, and operating two / three separate apps on android. Is there a better way to do this?
-F.A.
Click to expand...
Click to collapse
trying to make a trojan horse?
Sent from my SK17i
Portrait ifcanMc
m3lv1nht said:
trying to make a trojan horse?
Sent from my SK17i
Click to expand...
Click to collapse
?? no way sir. Wouldnt it be too obvious for any person seeing multiple apps running around on his cell phone?
My office has real bad ass firewalls all around its network. But it allows dropbox or teamviewer etc apps. I used to have a windows computer for this work of mine. I used an Acer Aspire ZG. So whenever I have something to download on torrent I connect to my laptop at home via teamviewer, download the file and then put it up on dropbox again, so i can download it at my office. My work makes me travel a lot to different cities so im not always at my home, thats why i need something like this.
But alas my aspire got burnt in the power spike in my area. I have my old samsung galaxy S android phone as a spare. I see apps like dropbox and utorrent are now available for android. So i thought would a similar server setup be possible on android.
So can you give me any ideas or workarounds?

best crypt for Android. fail

I recently saw this on Google play.
It's a volume container encryption application that runs on many platforms including Windows Linux and Android and possibly others (ok I admit I'm pretty blind to Mac and Apple).
I thought I would give it a try. I have not used best crypt since I found true crypt.
I was able to create and mount a container in Android.
But that was about it.the built in file browser that you NEED to use is about as user friendly as a bed of thumb tracks. You had no options on what encryption methods to create the container or any other options. That's a pretty glaring problem.
I tried to install the desktop application but it requires internet to install..
And only an idiot would use such a system
(What happens is you need to reinstall to get to your data and you have no internet? All your backups are useless with internet required applications be it installing or running)
Security applications in any form should never NEED the internet to function in any way.
So basically I cannot even recommend looking at this software for any use.
I could understand issues like these in a new software company that knew nothing of security and was just starting out..
But the makers of best crypt have been around for years. And personally I could never see a situation where I would pay for a application that had such issues right at the start.
Even free I would never use it
It's NOT open source software so I can't even comment on their encryption techniques..
(Once again it would not matter as the desktop needs internet access to install and the app has no encryption options)

Can i set up a cloud server using an android device?

Looking for a way to setup a rooted android device as a dedicated cloud server to allow on the fly storage for phones and computers, is there any way to use a android tv box or android device of any kind as a cloud server to access it over any network away from home with my phone or laptops etc for example? The idea being use a usb external hdd on my ouya that's rooted and access it online somewhere or anywhere using any mobile device or computer trying all manner of ftp apps, but they allways seem to expect you to use a pc to access the ftp address any I try to join via a browser just fail to open to view files, I would have thought it's easily possible and the whole plan is to have a cheap electricity cost android device as the cloud server. Maybe provide others access to set folders to save stuff and access stuff to. I asked tonido cloud if their app supports android as the server not just access as a client it but it doesn't else would have set it up. Meanwhile I'll keep trying apps and looking back here to see if anyone can come up with something thanks in advance.

Access same instance of app from two devices while on the go

Me and my friend both need to access the same instance of an app at the same time. We can not just both install the app, as we both need access to the exact same instance, account, etc. We may be at different locations, yet we still want to access the app. Both of us occasionally switch off our phones, and the other one of us may need access to the app while the other person has their phone off.
We both have Android phones. We also have a cheap third Android device that we do not use.
So:
Device 1: My device
Device 2: Friend's device
Device 3: Cheap device not currently in use.
What I am thinking about doing is installing the app on Device 3, and then leaving it at home, with the app always running, connected to WiFi and power. I guess we could then use some remote access software to access the app wherever we are.
My priorities are that accessing the app should be as simple as possible. I do not want to go login screens, authorisations, etc. every time I access it. Ideally, it should just be an icon on the home screen to click on, and preferably I should just get straight into the app. If that is not possible, then at least it should be as quick as possible with the minimum amount of steps required for access.
We do not require remote control, only remote viewing. However, remote control would also be nice.
We can use root, Xposed Framework, Magisk modules and whatever may be needed.
It would all depend on your app. If it can be run on the device and access remote data (via 'mount' as an FTP device, NFS, or other file sharing) then that would be good.
Otherwise what you want is to have a remote control app for Device 3 (where the app and data live). Go to No-IP.com and get a free DDNS entry so you can point it to your network. Have the DMZ host be configured to be Device 3 (you'll have to assign a static IP address to the device). Then you use the client software to access the server (device 3) so you can use your App. Otherwise, without knowing the abilities of your app, and its limitations, there would not be a clean way to do what you want.
If you are using the same app on both machines and having it to point to one set of data, then a networked folder would be best.

Categories

Resources