[RELEASE] Phone7Market for Windows PC v2.0 Alpha B2: finally Mango full support!

Search This thread

eried

Inactive Recognized Developer
May 10, 2010
303
125
ried.cl
Phone7Market (previously Windows Phone 7 Marketplace) for Windows PC is an application suite. There is one application to search the Marketplace application catalog, other can download the xap packages and the last one can deploy any application to a WP7 device or emulator. Intended only for testing free apps and your own apps.

** Version 1.7 or older: To allow Mango applications in this app, read: http://xdaforums.com/showpost.php?p=17427269&postcount=261

** Version 1.2 or newer: now display only fully free applications (not trials/paid/device branded apps) following the xda anti-piracy policy **

Features/updates:
Please see http://ried.cl/mobile/wp7desktopmarketplace.html for the changelog, also there is a quick video showing how to use the program here: http://www.screencast.com/t/9PkvJL50b

Requirements:
  • Windows Phone 7 device (unlocked) or emulator
  • Windows PC with Microsoft .NET Framework 4
  • It should require the Windows Phone SDK because the dependency of Microsoft.Smartdevice.Connectivity.dll assembly

Screenshot:
screen001.png

screen002.png


Download:
Setup program now available!:
Phone7Market v2.0 Alpha (setup)

The deployer application supports different commandline options (for batch operations for example):
Code:
wp7-deploy.exe path\to\xap\file.xap -destination[modifiers]

destination (required): is just one letter d=device, e=emulator
modifiers: up to 3 letters s=replace assemblies signatures, r=remove DRM, l=autolaunch

Example:
rem This deploys test.xap to the emulator and autolaunches the application
wp7-deploy.exe test.xap -el

rem This deploys mytest2.xap to the device replacing the signatures with your own certificate and removing the drm description file
wp7-deploy.exe c:\mytest2.xap -dsr

More info:
http://servicios.ried.cl/

Suggestions and todo:
  • Support for Mango 7.1 SDK! really soon (preview2?) Ready!! in the Alpha B2, search and deploy working now
  • Automatic updater Next priority... :( still
  • Smartpatcher functionality (to allow any "cracker" to make patches, for example to allow lg apps in other devices, etc) In progress...
  • Details panel (in search results)
  • Multi downloads/deploys?

Note:
Files attached in this post are just for backup. The most recent version will appear first in the link listed above. Please use attached files only for testing purposes.

Do not download the ATTACHED FILES if you want the latest release.
 

Attachments

  • this_is_the_previous_version_v1.6.3.zip
    395.8 KB · Views: 11,242
Last edited:

microhaxo

Senior Member
Aug 7, 2009
245
31
Says the file you tried to deploy is already installed retry?

BandWidth is the app - free in marketplace (i made sure to uninstall it on phone before deploy)
 

eried

Inactive Recognized Developer
May 10, 2010
303
125
ried.cl
Says the file you tried to deploy is already installed retry?

BandWidth is the app - free in marketplace (i made sure to uninstall it on phone before deploy)

Works perfectly to me, look: http://screencast.com/t/v9yVuSiLU ... mmm that message can be a mistake, it the deployment hangs between the execution and the unninstallation it might show that message, so it can be a problem with the execution.

I don't know if for a unlocked physical device you must send the new certify by mail and install it in your phone.
 

microhaxo

Senior Member
Aug 7, 2009
245
31
Hmm, yea the video show's it working. Might have to do with my phone being a dev unlock device?

I'll try it again tomorrow.
 

Hades32

Senior Member
Dec 30, 2010
62
3
Thanks!

But this doesn't seem to find everything. E.g. the manufactor specific apps like LG's voice-to-text. Or also some normal stuff like "Mehr Gehirnjoggen"
 

eried

Inactive Recognized Developer
May 10, 2010
303
125
ried.cl
do not work for me!
I want install in my device but got error, my phone is unlocked and zune lunched!

Did you receive an error description?

Thanks!

But this doesn't seem to find everything. E.g. the manufactor specific apps like LG's voice-to-text. Or also some normal stuff like "Mehr Gehirnjoggen"

Sorry but now its limited to fully free apps (xda piracy policy). So it does not work for brand exclusive apps, trials or paid apps.
 
Last edited:

tbk21

Senior Member
May 26, 2009
72
2
Please add device branded apps, trying samsung apps on htc phone is not piracy
 

nilsk123

Senior Member
Aug 11, 2008
186
5
34
Limburg
Great! Works without a problem. Make sure to check all checkboxes when deploying. Will use this until I can microsoft for my activation tomorrow morning ;)
 

Spirit81

Senior Member
Feb 22, 2006
243
80
Zagreb
i am getting error, on emulator is fine, but on device i am getting:
error deploying to the device. it seems to be a licensing problem with application

any help?

thx


SOLVED - something was messed up with certificate
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 56
    Phone7Market (previously Windows Phone 7 Marketplace) for Windows PC is an application suite. There is one application to search the Marketplace application catalog, other can download the xap packages and the last one can deploy any application to a WP7 device or emulator. Intended only for testing free apps and your own apps.

    ** Version 1.7 or older: To allow Mango applications in this app, read: http://xdaforums.com/showpost.php?p=17427269&postcount=261

    ** Version 1.2 or newer: now display only fully free applications (not trials/paid/device branded apps) following the xda anti-piracy policy **

    Features/updates:
    Please see http://ried.cl/mobile/wp7desktopmarketplace.html for the changelog, also there is a quick video showing how to use the program here: http://www.screencast.com/t/9PkvJL50b

    Requirements:
    • Windows Phone 7 device (unlocked) or emulator
    • Windows PC with Microsoft .NET Framework 4
    • It should require the Windows Phone SDK because the dependency of Microsoft.Smartdevice.Connectivity.dll assembly

    Screenshot:
    screen001.png

    screen002.png


    Download:
    Setup program now available!:
    Phone7Market v2.0 Alpha (setup)

    The deployer application supports different commandline options (for batch operations for example):
    Code:
    wp7-deploy.exe path\to\xap\file.xap -destination[modifiers]
    
    destination (required): is just one letter d=device, e=emulator
    modifiers: up to 3 letters s=replace assemblies signatures, r=remove DRM, l=autolaunch
    
    Example:
    rem This deploys test.xap to the emulator and autolaunches the application
    wp7-deploy.exe test.xap -el
    
    rem This deploys mytest2.xap to the device replacing the signatures with your own certificate and removing the drm description file
    wp7-deploy.exe c:\mytest2.xap -dsr

    More info:
    http://servicios.ried.cl/

    Suggestions and todo:
    • Support for Mango 7.1 SDK! really soon (preview2?) Ready!! in the Alpha B2, search and deploy working now
    • Automatic updater Next priority... :( still
    • Smartpatcher functionality (to allow any "cracker" to make patches, for example to allow lg apps in other devices, etc) In progress...
    • Details panel (in search results)
    • Multi downloads/deploys?

    Note:
    Files attached in this post are just for backup. The most recent version will appear first in the link listed above. Please use attached files only for testing purposes.

    Do not download the ATTACHED FILES if you want the latest release.
    2
    I got the same problem... but I think I miss something.. I download the "windows phone marketplace" open it..

    search for twitter.. double click.. deploy (downloading app) Deploy this xap package to: device.. (only "Launch application automaticly" selected) Deploy..
    sending file... and there comes the error: "Error deploying to the device. It seems to be a licensing problem with the application."

    than i can choose "retry" or "cancel"

    Do I have to change more settings?

    thanx in advance :)

    btw. i try to deploy it to my hd2 :) don't know if thats a problem ;)

    -reunlocking with chevron.. doesn't work

    Check the "remove drm" and "resign packages" and try again
    2
    I can't even find mango apps. Search doesn't find mango apps that I can see on my phone. How can I search for mango apps?

    Sent from my SGH-i917 using XDA Windows Phone 7 App

    Open the wp7-search.exe.config file with a text editor, then replace the following lines:

    <value>http://catalog.zune.net/v3.2/{1}/apps/{0}?clientType=WinMobile 7.0</value>

    by:

    <value>http://catalog.zune.net/v3.2/{1}/apps/{0}?clientType=WinMobile 7.1</value>

    and:

    <value>http://catalog.zune.net/v3.2/{1}/apps?q={0}&clientType=WinMobile 7.0&store=zest&orderby=downloadRank</value>

    by:

    <value>http://catalog.zune.net/v3.2/{1}/apps?q={0}&clientType=WinMobile 7.1&store=zest&orderby=downloadRank</value>
    2
    Just found a bug in the list view and tile view (right click in blank space)... so I fixed it in 1.6.2

    Also addressed a suggestion :D to append the version number when saving a xap file :rolleyes: but of course this can be changed editing the .config file, as almost everything.

    So far, so good, it seems that the current 1.6.x version reached a "perfect" bugless state :p
    2
    Same problem here, nothing happens by clicking on the app name in the search result. No window will open to show the details and screen shots with the download option.

    It was fine on the 1.4.x, but it doesnt work on 1.6

    Im using windows 7 32bit

    Yes, sorry. The thumbnail viewer was faulty.

    Check for the 1.6.1 version now

    Hi!

    Can I have some suggestions?
    1. A version info in title bar to see what version we are running.
    2. A List all button for list all the apps in Marketplace.
    3. Enable grid header to sort listed apps up/down (useful for most rated apps and or recent updates)
    4. Unset modal property of Details dialogbox and update it on every grid selection change.
    5. Update notification or autoupdate of your application (not marketplaces' of course).

    Regards,
    Cina.

    Check 1.6.1 for suggestion 1 and 3 :D