Hi everyone,
I have downloaded hundreds of apps and games by wp7 3mktplace and I think they are unsigned because deployment software always cant install them.
I just can install apps that mentioned as signed xap.
Is there any way that i can install unsigned apps or even convert them to signed apps????
Thanks in advance,
Is there a software that can allow to install unsigned apps??????
Related
Can someone tell me how to install some apps on my HTC diamond?What program i need to download or what?
Hello,
I've been starting to cook my own rom under Clockwork, but ran into trouble when putting apps into system/app. They aren't installed on boot, because they aren't from a trusted source.
*SwypeInstaller, for example, is given through e-mail by the swype team, but cannot be cooked, as it doesn't come from the market (need "allow untrusted sources to be ticked)
*I understood signing isn't enough, and that a custom certificate is needed?
I'd like to know how to do that kind of stuff, in order to batch-cook some roms, and to avoid manual install or titanium install or recovery install of system apps.
>Good example is fasterfix, install like a charm upon first boot
I'd need a very simple explanation, i know how to use adb for example and zipsigner and stuff, but i'm not really into the Linux thingie
Edit : A way to disable certificate check on first boot will do as well ^^
Thanks
Up please!
Up! I really need help on this one, i can't cook swype installer on my personal rom updates :-(
Hello,
one of the biggest problems in bada app development is the lack of simple mechanisms to install apps to the handsets of beta-testers. There is a way to do this when the tester has installed the bada SDK on his pc, but i always thought it should be possible without it.
This is why i started to examine what the SDK does when you're running an app on the target device, and begun to recreate this mechanism. What i have now is a tool that installs in-development app on a handset. The tester only has to install the root certificate from the SDK on his phone, no need to download and install the whole SDK anymore.
Any interested app developer can contact me to get a copy of the tool for his own app for free! For security reasons, the tool has a hard-coded list of known apps that it can install, so there is no reason to offer it as direct download here.
The tool offers the possibility to restrict installation to handsets with certain IMEIS, as well as an expiration date after which the app can't be installed anymore.
Patrick
are you using some different method than broker.exe?? i have been using this exe file from sdk to distribute application for my clients.
No, what i ahve done is to watch what broker.exe does, and to rebuild that in my tool.
I found solution to rename .xap to .zip and be able to edit .xap but It's not working. Probably new .xap's are encrypted. Any solution? Is there any tool for decompile?
XAPs themselves are still regular ZIP-Files. They get encrypted when they are uploaded to the Marketplace. Therefore you seem to try to crack Software downloaed from the Marketplace. There is currently no known way to make this happen.
If you have a developer-unlocked device, I thought you could sideload unsigned/self-signed xap files? I'm new to this whole Windows Phone thing though. I still need to set up a dev box with Windows 8 on it so I can write apps!
compu829 said:
If you have a developer-unlocked device, I thought you could sideload unsigned/self-signed xap files? I'm new to this whole Windows Phone thing though. I still need to set up a dev box with Windows 8 on it so I can write apps!
Click to expand...
Click to collapse
Side-load? Sure. If you have an SD card slot on your device. Be aware, that the device will still contact the store to double check the file, so you won't escape payment like this.
You need a Windows 8 PC to develop apps, and those you will be able to side-load once you get your phone registered. (Check this), but since browsing the file system is currently not possible, you still won't be able to access the side-loaded app.
The process to put Apps on the phone is like this:
1 XAP uploaded by Dev to the Store
2 XAP gets precompiled and encrypted
A3 XAP gets downloaded from the Store on the Device
or
B3 XAP gets downloaded from the Store Homepage and put on SD Card
B4 XAP gets selected for install from SD Card inside the Device
B5 Store is contacted to check the App license
6 device decrypts XAP
7 device installs App
So you can't decrypt Apps that have been downloaded from the Store. The whole key Management is currently only done on the device and to my knowledge not broken.
There is another path for App Installation if you have a developer unlocked device.
1 Write App
2 Package App in XAP file (this XAP is unencrypted and can either be uploaded to the Store where it would get encrypted or)
3 Deploy XAP to the unlocked device
4 Device accepts unsigned XAP due to developer unlock
5 App is installed
There are Tools that allow you to Access the Isolated Storage of Apps you have deployed using the developer unlock (look for Apps like the Windows Phone Power Tools). You can not deploy XAP files that are encrypted using that way though (protection against piracy).
I know all this tricks, and I'm using xap deployer to deploy xap and all of that.
I just want to know is here any way to hack or crack some xaps? Is here any black market to download cracked xaps?
so you said no way to extract XAP from Store. :/
No there isn't. But if you're looking for Warez you're at the wrong address anyway.
StevieBallz said:
No there isn't. But if you're looking for Warez you're at the wrong address anyway.
Click to expand...
Click to collapse
I found application that can recompile installed app back to .xap with no encryption.
But I can't install that excavated app.
cro.dev said:
I found application that can recompile installed app back to .xap with no encryption.
But I can't install that excavated app.
Click to expand...
Click to collapse
Since you have made it abundantly clear your out for things you haven't paid for, you should leave.
Sent from my Arc using xda app-developers app
Discussion of warez and piracy is not allowed on xda developers.
Thread closed.
I know most of apps that disable apps are pretty much diacontinued and i can't install BK package disabler because it is not available in my country and when i download it from some website and install it it says that the app is not signed ( not downloaded from google play i guess )
So what do you guys suggest so i can disable apps without root?
Tyy
Look up uninstalling apps through ADB, and then use those commands to remove anything you want. I believe there is a tutorial on how to do it over at the S8 Guides and Tutorials page