[XAP] Functional Webserver - Windows Phone 7 Apps and Games

I've enhanced my Webserver sample to support reading from the device (where allowed), as well as reading/writing IsolatedStorage
The XAP is located in the Webserver project.
To access the webserver, open the app on your phone (it will disable the idle timer and run behind the lock screen--but WiFi will turn off, so you'll want to be connected via USB or don't let it sleep)
//phone_ip/IsolatedStorage
//phone_ip/Windows
IsolatedStorage is a special case (virtual directory that uses the SDK IsolatedStore APIs), the filesystem is mounted at the root of the webserver. Note that if you navigate to //phone_ip/, you will not see anything, as we are not able to list the contents of the root directory.
I am working to create a real socket library that mimics System.Net/.Sockets, and System.IO for file access. TcpClient and TcpListener are in a mostly functional state already.
Most of the socket and I/O code came from jmorrill. I have pulled code from mono to mimic System.Net.
Perhaps I'll spend some time on the web UI next, maybe a fancy Silverlight uploader. There doesn't seem to be a ton of interest though, so we'll see.
Update ("v2"):
- Authentication
- UI
- Adapter list
- More reliable

nice.. will try it out.

Very nice! Thanks!!

I've updated the sample to one with a UI, Authentication and more reliability.

Looking at your code WP7 looks more and more like a normal windows CE with a secured UI.

Yeah, I think someone with a strong WM background could port code to [native, homebrew] WP7 pretty quickly. Pretty much everything works just fine.... I just wish we could add the System.Net .NET CF assemblies back to the GAC. :/

davux said:
I've enhanced my Webserver sample to support reading from the device (where allowed), as well as reading/writing IsolatedStorage
The XAP is located in the Webserver project.
To access the webserver, open the app on your phone (it will disable the idle timer and run behind the lock screen--but WiFi will turn off, so you'll want to be connected via USB or don't let it sleep)
//phone_ip/IsolatedStorage
//phone_ip/Windows
IsolatedStorage is a special case (virtual directory that uses the SDK IsolatedStore APIs), the filesystem is mounted at the root of the webserver. Note that if you navigate to //phone_ip/, you will not see anything, as we are not able to list the contents of the root directory.
Click to expand...
Click to collapse
Noob questions: It says "connect to your wifi address below". How? Also, connect the phone or the pc? And navigate via IE mobile?
As I said, noob questions. Thanks for any help.

start ie and type in http://wifi address

I have found on alternateboot.reg
HTML:
; Disable MTPz USB function driver
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\CompositeFN]
"ClientDriverList"=multi_sz:"Serial_Class"
What is MTPz USB function driver?

ajhvdb said:
start ie and type in http://wifi address
Click to expand...
Click to collapse
... which gives me the ever-popular "cannot find server or DNS address". What am I doing wrong? I assume you meant IE on my phone.

piaqt said:
... which gives me the ever-popular "cannot find server or DNS address". What am I doing wrong? I assume you meant IE on my phone.
Click to expand...
Click to collapse
I think (might be misreading your question), you'll need to plug your device in to USB (or be prepared to loose the connection), then on your desktop, go to one of the IPs listed (in IE or any other browser).
On the screenshot shown, WiFi is the last one, with "BCMSDDHD1" attached to the label, thought the device name may be different for you. Try one that has "192.168.1." as that'll be the most likely option.

l3v5y said:
I think (might be misreading your question), you'll need to plug your device in to USB (or be prepared to loose the connection), then on your desktop, go to one of the IPs listed (in IE or any other browser).
On the screenshot shown, WiFi is the last one, with "BCMSDDHD1" attached to the label, thought the device name may be different for you. Try one that has "192.168.1." as that'll be the most likely option.
Click to expand...
Click to collapse
Thanks. Next noob question: It asks for a user/password. What do I use and or where do I set it?

piaqt said:
Thanks. Next noob question: It asks for a user/password. What do I use and or where do I set it?
Click to expand...
Click to collapse
I don't know what the default password is, but if you type admin/admin in on the device for user/pass that works fine.
EDIT:
Code:
// In order to secure the device, the default password is a random number, not a static default
So you'll need to change it, unless you can read minds

l3v5y said:
I don't know what the default password is, but if you type admin/admin in on the device for user/pass that works fine.
EDIT:
Code:
// In order to secure the device, the default password is a random number, not a static default
So you'll need to change it, unless you can read minds
Click to expand...
Click to collapse
OK. admin/admin works. Next nq: I get "Error opening directory:O". Is there a specific path to enter?

piaqt said:
OK. admin/admin works. Next nq: I get "Error opening directory:O". Is there a specific path to enter?
Click to expand...
Click to collapse
Try 192.168.1.XX/Windows and that should work.

l3v5y said:
Try 192.168.1.XX/Windows and that should work.
Click to expand...
Click to collapse
Ba-da-bing! We are in business.

this works great! does this work just over USB? I assumed that since I didnt see an SSID advertised that the webserver wasn't broadcasting over WiFi.
A few feature suggestions:
* Make it clearer in the device UI to use the last IP address. I had assumed I would use the SERIAL ON USB IP address
* When browsing files, show a detail view so that you can see date/time modfied, type (optional), size
* when in a subdirectory add an Up ellipsis (...) to more easily walk back up the directory tree.
* be able to filter a directory listing so that you can display just certain file types (ie *.exe)
* Be able to download files
I love it! Its handy to be able to get a file listing that you can copy so that you can capture file listings.

Scratch the suggestion to add downloading files, the filenames are of course URLs which enable http downloads

I found a bug. When you click on a file to download it the href seems to have an issue since the file extension is stripped. You can easily add it during the save but it would be easier to have that done by default. I need to check the syntax but for example for filebrowser.exe the html is:
FileBrowser.exe<br />
This was handy so that it was possible to download an EXE and see what certificate is used for signing.

It looks like if you press Back or Start the webserver shuts down or is tombstoned.
I wonder if anyone has come up with a way to keep an application from being killed.
If that was possible then the webserver could provide active control. In that case if it was running in the background a great feature to add would be a screen capture function.

Related

needing a different APP for remote access

Hello guys, I have searched for some apps to get the Remote Control, by my fuze to PC, I found remote control, remote pc, remote desktop mobile, and others of them.
The problem is that my home's IP changes every time, so the best app I found was z2remote2PC, becaus this you choose your username and password, and it is all necessary to log in, do not need the system IP, the problem was that I didint achieve the registration for it, I would like to know an APP like this without registration or with the crack/serial, anybody know?
thanks
basmareck said:
Hello guys, I have searched for some apps to get the Remote Control, by my fuze to PC, I found remote control, remote pc, remote desktop mobile, and others of them.
The problem is that my home's IP changes every time, so the best app I found was z2remote2PC, becaus this you choose your username and password, and it is all necessary to log in, do not need the system IP, the problem was that I didint achieve the registration for it, I would like to know an APP like this without registration or with the crack/serial, anybody know?
thanks
Click to expand...
Click to collapse
Can't you use a free dynamic DNS service like no-IP, or something?
Cheers,
Steve.
yes, I can.
But, How can I obtain it?
just registred on my-ip.com
what should I do now?
I dont know how to do
basmareck said:
just registred on my-ip.com
what should I do now?
I dont know how to do
Click to expand...
Click to collapse
Now you have to forward port 3389 to the internal ip address of you computer (192.168.1.X or similar) within your router. This website should help you out www.portforward.com . Once that is done, go into system properties ---> remote ---> and enable remote desktop. Download and install no-ip DUC (dynamic update client) and let it startup with your PC (this allows your external ip to be constantly mapped to XXXXXX.no-ip.org)
To access your remote desktop. type in XXXXXX.no-ip.org within the remote desktop window.
If you need any help. Feel free to ask!
make your life easier, just use logmein. all you gotta do is install the client on your phone and desktop and log in from your phone and you can access your desktop anywhere in the world.

Transfer Files using Wifi + Android Name

Hi, i`ve been looking for a way to transfer files to the phone without using the USB cable.
I found: OnAir which does not work and SwiFTP which works but...
- i`m using Conectify to share my laptops internet connection. This in turn offers IP`s with DHCP.
Is there a way to name your phone to something fixed so that i can use it's name to connect?
If you have any other tips on how to do this, please feel free to let me know
qiuness said:
Hi, i`ve been looking for a way to transfer files to the phone without using the USB cable.
I found: OnAir which does not work and SwiFTP which works but...
- i`m using Conectify to share my laptops internet connection. This in turn offers IP`s with DHCP.
Is there a way to name your phone to something fixed so that i can use it's name to connect?
If you have any other tips on how to do this, please feel free to let me know
Click to expand...
Click to collapse
you can use WebSharing, connect using IP address + port number..
qiuness said:
Hi, i`ve been looking for a way to transfer files to the phone without using the USB cable.
I found: OnAir which does not work and SwiFTP which works but...
- i`m using Conectify to share my laptops internet connection. This in turn offers IP`s with DHCP.
Is there a way to name your phone to something fixed so that i can use it's name to connect?
If you have any other tips on how to do this, please feel free to let me know
Click to expand...
Click to collapse
on air does work fine on both 5.0.7 and froyo for me.
I suppose you're talking about Windows network. Is the phone rooted or not?
Non-rooted have no such option, but can use FTP. If you want to address it by a name - install DynDNS on the phone.
Rooted can change hostname to whatever you like (look up my thread about it in Development section - but it doesn't show on Windows network, since it's not NetBIOS name, it needs DNS server to be addressed) and/or install Samba+Netbios (look up Samba thread in Android General section, this one shows your phone as a computer on the Windows network with an SDCARD share, but it's a bit quirky - slows down when phone goes into sleep). Both things require interaction with O/S on a level of browsing system dirs, executing system commands and changing system text files. If you're not comfortable with it - I don't suggest trying.
I would just use ES File Explorer and pull the files from your Windows shares that you want rather than trying to go through all of the trouble to push a file to your phone.
Estrongs File Explorer does work very well browsing windows/smb shares over wifi. Astro can do this as well as an option for sftp for connecting to your linux box. As for a static IP you can do this manually from the wifi options in the phone. Or a nice app was made called WiFi Static, and is available free from the market.
A bit of a different choice, but Dropbox is free and can share files between any number of devices, in the cloud.

Astro SMB

How to use Astro SMB module? I cant connect to my PC with it .. I am currently using another SMB app called File Expert and it works fine.. I want to try Astro SMB module since I just loved its file manager.. Can anybody tell me how to set up astro?
Are you working with Windows Vista or 7?
In that case, newer SMB underlying protocol used by those systems might explain it, your client needs to support it.
Yeah I am using 7..
So, astro wont work?
You can do a check - perform this:
http://www.tannerwilliamson.com/2009/09/windows-7-seven-network-file-sharing-fix-samba-smb/
And try to connect. If it works - then it's the only way, due to the reason I wrote above. It's downgrading the share security, but I guess for most home networks it's not important at all.
I'm running several shares on my network, most are linux smb shares but there are a couple windows shares as well. Astro refuses to access any of them.
I installed estrong file explorer, all shares are visible and I have access to all of them. So my suggestion is to give estrong a shot. Free app with no ads
________________________
N1 w/ XDA App
Hi,
I've Windows Xp, but Astro SMB doesn't work. Instead, Estrongs File Explorer it's able to see my pc, to connect my galaxy s with it and to let me see on the phone shared document.
But I prefer Astro SMB, so anyone can tell me how to configurate Astro to make it work?
Thanks
Look at the link posted above.
sorry, but isn't the link above only for windows 7?
I've got windows xp
The link above is for Windows 7 and Vista, indeed. Sorry, I kinda missed that part of your post.
If Astro SMB doesn't work with your Windows XP - there are 2 options: 1) if you have a corporate laptop or something - it might be set to use the same sharing security as Win7 and Vista, and then you need to do the same thing as described in the link. 2) if not - then it's probably some problem with configuration, and people might be able to help you with it. What exactly are you trying to do, and what is the result? Please describe.
no, my pc isn't a corporate laptop but an home pc.
I want to create a network between my galaxy s with android and my home pc, using my router wifi.
So i've installed smb module for Astro. Then i've selected new network--->smb. After that step, the phone ask me some information. For exactly:
-Label
-Server
-Domain
-Shared folder
-User
-Password
I've try to set as Server the IP of my pc and as user and password that one I use to access on Windows Xp. But Astro gives me the error: "unknown user or bad password".
I'd like that someone who use Astro for networking with windows Xp would tell me how to configure the net.
With Estrongs Explorer files i had no problems: when i've selected "lan", the software has searched automatically avaiable devices and found my pc with his IP. Then i've selected "connect" and Shared folders appared on my phone...
You don't need to enter user credentials to connect to common share, if I'm not mistaken. Try without username and password, only server and shared folder.
Jack_R1 said:
You don't need to enter user credentials to connect to common share, if I'm not mistaken. Try without username and password, only server and shared folder.
Click to expand...
Click to collapse
In this way it gives another error: SocketTimeoutException: socket is not connected
I've finally decided to use ES file explorer.
Ty however
Turn off simple file sharing in any explorer window. Folder, options, third tab (forget label), drill to bottom and deselect simple file sharing. Check firewall... and you should have your shares pw protected. I usually just go to my serger and put c$ in the folder field.
Sent from my Nexus One using XDA App
Finally worked
So finally i was able to share files between ASTRO & my Win7 Ulti laptop.
Assuming your settings at PC end are correct, here's what you need to do in ASTRO,
Under, Networks>New>SMB, Just fill in the..
Server: <your pc local ip, say, 192.168.1.2>
Username: Guest
Password: <blank>
I filled only the above mentioned fields, leaving everything else blank.
The above setting will work if you have simple sharing enabled on your pc with no username/password, as it was in my case or you may use the username/password for your window's login. Also see that the file/folder you are trying to share has atleast Read permission for 'Guest' account.
It should work now.
But i encountered a new problem now, i was keen to use ASTRO as i thought it will be able to play videos from my PC but when i try to open file using the Video Player, it gives some crashing sort of error & closes. However, i am able to play the same file from my memory card using Video Player.
Any solution??
Use Samba mount command from Development section, to mount your PC share as a directory under /sdcard.
I think thats possible only with rooted phones, plz correct me if i am wrong..
My phone is not rooted.
I can't verify it, but I think mount should work with non-rooted phones too, as long as you have busybox and your kernel supports CIFS (it's a good question if the stock one does - I believe you're running stock?)...
Jack_R1 said:
I can't verify it, but I think mount should work with non-rooted phones too, as long as you have busybox and your kernel supports CIFS (it's a good question if the stock one does - I believe you're running stock?)...
Click to expand...
Click to collapse
Thanks for your response...
I am not much aware about this, can you help me where to find & how to do this?
Also i have no clue what busybox is.
Thanks again..
J.L.C. said:
I installed estrong file explorer, all shares are visible and I have access to all of them. So my suggestion is to give estrong a shot. Free app with no ads
Click to expand...
Click to collapse
+1
I'm able to connect to all my PCs very quickly and easily. Besides, they are working on Root permissions as well, so this can be a root explorer (currently only CM is supported).

[APP] jdControl - Control jDownloader from your phone!

jdControl allows you to control jDownload from your phone. With it's simplistic interface, you can start / pause and stop downloads directly from your phone! You can also add links from your phone, in case you aren't at home. For this to work properly, you must enable Remote Control within jDownloader. Because there isn't any security measures through Remote Control, I advise you to change the port and tell nobody your IP address. I will add a username / password login through the application in later versions, right now this is just a basic application.
Upcoming features:
- Username and password login
- Dynamic tiles stating if the downloads are in progress and how many downloads
- Ability to automatically add spaces between links
- Settings page to change the URL and port of jDownloader
- More options to customize downloads, to automatically start them and whatnot.
For now, this is a basic application. It works, but there aren't many features to it. I will be adding more eventually. If you have any ideas or comments please let me now! Thanks!
OMG it's awesome!!! thank you
can't install to my hd7 final mango, Error connection.
Ttblondey said:
can't install to my hd7 final mango, Error connection.
Click to expand...
Click to collapse
Do you have your data connection or WiFi connection enabled? It does require an active internet connection. If you do, the only other thing I could suggest is you typed your URL / Port wrong or you don't have Remote Control enabled in jDownloader. Try uninstalling the application (to delete the saved files) and try again.
mrbel87 said:
OMG it's awesome!!! thank you
Click to expand...
Click to collapse
Glad you like it! It will soon be available on the Marketplace, it's currently going through certification at Microsoft.
I manage to install it Thanks
Ttblondey said:
I manage to install it Thanks
Click to expand...
Click to collapse
Glad to hear it!
It ask me to type the URL and the port stated is 10025
Ttblondey said:
It ask me to type the URL and the port stated is 10025
Click to expand...
Click to collapse
This isn't a downloader for your phone, this is a mobile addon to jDownloader. You must enable the Remote Control addon in jDownloader before this application will work. jDownloader will ask for a port to use (defaulting at 10025), then type the URL to your computer running jDownloader. For example, if the computer is on the IP 192.168.1.103 then you would type http://192.168.1.103 for the URL and 10025 for the port.
Does that make sense? I might make a tutorial when I release version 2.
ok, thanks
Very Nice!
Thanks

Samsung Apps on other devices?

Samsung released a really cool app:
App Folder:
Link: http://www.windowsphone.com/en-US/s...48adb-1429-45ea-a507-f3d5f4cad58c?signin=true
Is there any way to get this on a NOKIA LUMIA windows phone 8? It's developer unlocked.
EDIT:
We don't need this App anymore. The feature is already backed into the OS in the latest Update.
Turkishflavor said:
Is there any way to get this on a NOKIA LUMIA windows phone 8? It's developer unlocked.
Click to expand...
Click to collapse
Got it working on HTC 8x. Pretty handy app, but not as good as Android or iPhone folder system. (installed with Fiddler and custom rule replacing HTC with Samsung).
Ok thx. Can You upload The XAP? ?
You can download XAP directly by following the link you provided from the PC browser. On the bottom left side there is a link Download and install manually which will bring you to the XAP.
Ah.... yet another demonstration of what you can do with the high-privilege capabilities that WP8 supports. Note that list of installed apps? That's not (officially / publicly) possible. It would, however, allow doing things like writing an app that checks how much storage every app is using - a very handy feature that was homebrewed into WP7, and present out of the box on recent Android versions, but is missing on WP8 and Microsoft won't let us develop it ourselves.
You can try install with this tutorial: http://www.windowsmania.pl/poradnik...i-producenta-na-dowolnym-urzadzeniu-wp8-4496/
This is in Polish, but you can use google translator. Now I have on my Lumia 820 "App folder" app from the Samsung store.
http://www.windowsphone.com/pl-pl/store/app/app-folder/1a248adb-1429-45ea-a507-f3d5f4cad58c
Budniu said:
You can try install with this tutorial: http://www.windowsmania.pl/poradnik...i-producenta-na-dowolnym-urzadzeniu-wp8-4496/
This is in Polish, but you can use google translator. Now I have on my Lumia 820 "App folder" app from the Samsung store.
http://www.windowsphone.com/pl-pl/store/app/app-folder/1a248adb-1429-45ea-a507-f3d5f4cad58c
Click to expand...
Click to collapse
Looks very nice, but i can't find the program that they are using in the tutorial.. Can you maby give me a link?
gremmmy said:
Can you maby give me a link?
Click to expand...
Click to collapse
Yes, take this: http://fiddler2.com/get-fiddler
Budniu said:
Yes, take this: http://fiddler2.com/get-fiddler
Click to expand...
Click to collapse
Thanks for the link! I found the way to see the traffic from my Phone on my computer, but i cant figure it out to download the samsung folder app on my Phone. The translation isn't that good with google/bing translation.
spikedviper said:
Got it working on HTC 8x. Pretty handy app, but not as good as Android or iPhone folder system. (installed with Fiddler and custom rule replacing HTC with Samsung).
Click to expand...
Click to collapse
Can you point me in the diection of how to use Fiddler to install this app?
strikeIII said:
Can you point me in the diection of how to use Fiddler to install this app?
Click to expand...
Click to collapse
i like to know that also
strikeIII said:
Can you point me in the diection of how to use Fiddler to install this app?
Click to expand...
Click to collapse
From reading some other threads I figured out how to get my phone to connect using my PCs connection through Fiddler but the whole AutoResponder piece I'm still having issues with as the Polish translation is unclear. Any help would be greatly appreciated.
Small translating:
1. Download Fiddler2 for your netframework (2 or 4) http://fiddler2.com/get-fiddle and install on PC.
2. Run Fiddler2 and go to: Tools => Fiddler Options => Connections
3. In this window you have to select option: "Allow remote computers to connect" and "ok".
4. Go to cmd console (LogoWin+R) write "cmd" and comend: "ipconfig"
5. In cmd window you have to find IPv4 for WiFi connection eg. 192.168.0.101.
6. On your phone you have to edit your actual WiFi connetcion for server PROXY. In the place for server ip, you have to write above IPv4 adress and for port 8888. Next save changes but not close WiFi settings.
7. Plug in phone to the PC and open market store. Find any application and in left window from Fiddler2 you have to find link eg. marketplaceedgeservice.windowsphone bla, bla, bla - select him and in right window select tab "AutoResponder" and check two checkboxes:
"Enable automatic responses"
"Unmatched requests passthrought"
and click: "Add rule"
8. Now, in down you have two strips of address - in first you have adress and second is empty. In first, you have to change app ID for aplication to install (for AppFolder is: 1a248adb-1429-45ea-a507-f3d5f4cad58c) for other Samsung apps check this: http://www.windowsphone.com/pl-pl/store/oem/samsung-zone?oemid=samsung
9. Now, select and copy address and paste him to second strips but change EXACT to *redir.
10. Next you have to find in address name device (eg. NOKIA, SAMSUNG, etc.) and change him to name producer aplication (for AppFolder is Samsung) and click "Save" (right).
11. Next, use Bing search from the phone and scann QR code for app to instal. Don't touch INSTALL now !!!!!
12. From background run WiFi settings and off server proxy.
13. Now, go to market store with app from backgrund and install app.
I'm sorry for my English, but this process is difficult to translate.
Source: http://www.windowsmania.pl/poradnik...i-producenta-na-dowolnym-urzadzeniu-wp8-4496/
Budniu said:
Small translating:
1. Download Fiddler2 for your netframework (2 or 4) http://fiddler2.com/get-fiddle and install on PC.
2. Run Fiddler2 and go to: Tools => Fiddler Options => Connections
3. In this window you have to select option: "Allow remote computers to connect" and "ok".
4. Go to cmd console (LogoWin+R) write "cmd" and comend: "ipconfig"
5. In cmd window you have to find IPv4 for WiFi connection eg. 192.168.0.101.
6. On your phone you have to edit your actual WiFi connetcion for server PROXY. In the place for server ip, you have to write above IPv4 adress and for port 8888. Next save changes but not close WiFi settings.
7. Plug in phone to the PC and open market store. Find any application and in left window from Fiddler2 you have to find link eg. marketplaceedgeservice.windowsphone bla, bla, bla - select him and in right window select tab "AutoResponder" and check two checkboxes:
"Enable automatic responses"
"Unmatched requests passthrought"
and click: "Add rule"
8. Now, in down you have two strips of address - in first you have adress and second is empty. In first, you have to change app ID for aplication to install (for AppFolder is: 1a248adb-1429-45ea-a507-f3d5f4cad58c) for other Samsung apps check this: http://www.windowsphone.com/pl-pl/store/oem/samsung-zone?oemid=samsung
9. Now, select and copy address and paste him to second strips but change EXACT to *redir.
10. Next you have to find in address name device (eg. NOKIA, SAMSUNG, etc.) and change him to name producer aplication (for AppFolder is Samsung) and click "Save" (right).
11. Next, use Bing search from the phone and scann QR code for app to instal. Don't touch INSTALL now !!!!!
12. From background run WiFi settings and off server proxy.
13. Now, go to market store with app from backgrund and install app.
I'm sorry for my English, but this process is difficult to translate.
Source: http://www.windowsmania.pl/poradnik...i-producenta-na-dowolnym-urzadzeniu-wp8-4496/
Click to expand...
Click to collapse
Thanks man you are great!!!!!! It worked now and I'm dammnnn happy with it
Budniu said:
Small translating:
1. Download Fiddler2 for your netframework (2 or 4) http://fiddler2.com/get-fiddle and install on PC.
2. Run Fiddler2 and go to: Tools => Fiddler Options => Connections
3. In this window you have to select option: "Allow remote computers to connect" and "ok".
4. Go to cmd console (LogoWin+R) write "cmd" and comend: "ipconfig"
5. In cmd window you have to find IPv4 for WiFi connection eg. 192.168.0.101.
6. On your phone you have to edit your actual WiFi connetcion for server PROXY. In the place for server ip, you have to write above IPv4 adress and for port 8888. Next save changes but not close WiFi settings.
7. Plug in phone to the PC and open market store. Find any application and in left window from Fiddler2 you have to find link eg. marketplaceedgeservice.windowsphone bla, bla, bla - select him and in right window select tab "AutoResponder" and check two checkboxes:
"Enable automatic responses"
"Unmatched requests passthrought"
and click: "Add rule"
8. Now, in down you have two strips of address - in first you have adress and second is empty. In first, you have to change app ID for aplication to install (for AppFolder is: 1a248adb-1429-45ea-a507-f3d5f4cad58c) for other Samsung apps check this: http://www.windowsphone.com/pl-pl/store/oem/samsung-zone?oemid=samsung
9. Now, select and copy address and paste him to second strips but change EXACT to *redir.
10. Next you have to find in address name device (eg. NOKIA, SAMSUNG, etc.) and change him to name producer aplication (for AppFolder is Samsung) and click "Save" (right).
11. Next, use Bing search from the phone and scann QR code for app to instal. Don't touch INSTALL now !!!!!
12. From background run WiFi settings and off server proxy.
13. Now, go to market store with app from backgrund and install app.
I'm sorry for my English, but this process is difficult to translate.
Source: http://www.windowsmania.pl/poradnik...i-producenta-na-dowolnym-urzadzeniu-wp8-4496/
Click to expand...
Click to collapse
gremmmy said:
Thanks man you are great!!!!!! It worked now and I'm dammnnn happy with it
Click to expand...
Click to collapse
Can you clarify steps 8, 9 and 10. Sorry, but I'm a little confused. Do I put just the App ID 1a248adb-1429-45ea-a507-f3d5f4cad58c in the first line and then put the actual web link for AppFolder in the second line but putting *redir in the front of the address?
Also, I do not see the name of device in the address. If do this from the US site the address is http://www.windowsphone.com/en-us/store/app/app-folder/1a248adb-1429-45ea-a507-f3d5f4cad58c but it doesn't state the device name in the address for me to change it to SAMSUNG.
strikeIII said:
Can you clarify steps 8, 9 and 10. Sorry, but I'm a little confused. Do I put just the App ID 1a248adb-1429-45ea-a507-f3d5f4cad58c in the first line and then put the actual web link for AppFolder in the second line but putting *redir in the front of the address?
Also, I do not see the name of device in the address. If do this from the US site the address is http://www.windowsphone.com/en-us/store/app/app-folder/1a248adb-1429-45ea-a507-f3d5f4cad58c but it doesn't state the device name in the address for me to change it to SAMSUNG.
Click to expand...
Click to collapse
Ok, I figured it out if anyone else got confused but after messing around this is the setting that finally worked for me.
strikeIII said:
Ok, I figured it out if anyone else got confused but after messing around this is the setting that finally worked for me.
Click to expand...
Click to collapse
Can you copy and paste just the text from the field? Can't copy it from the image you posted.
Thanks!
Never mind, got it now. Text if anyone needs it.
EXACT:http://marketplaceedgeservice.windo...0_nam_att_100&oemId=NOKIA&moId=att-us&cf=99-1
*redir:http://marketplaceedgeservice.windo...nam_att_100&oemId=Samsung&moId=att-us&cf=99-1
Somebody can PM the last version please ? I really want to have app folder on my lumia 920.
thanks a lot
More easy way:
windowsmania.pl/poradniki-19/%5Bwp8%5Dprzegladaj-pobieraj-z-marketu-jako-urzadzenie-innego-producenta-5114/
Thanks for this - I have App Folder working on my HTC 8X now

Categories

Resources