Viber for wp7 .xap file - Windows Phone 7 Development and Hacking

Does anyone have the .xap file of Viber for wp7? Thanks.

aggelosvan said:
Does anyone have the .xap file of Viber for wp7? Thanks.
Click to expand...
Click to collapse
why do not you just download it from Marketplace (MS Store)?
it's still available for downloading.
and yes, if you are encountering a problem with download, just do not forget that now the only way to install some app is just keep hitting the download button. :silly:

Related

My Midlet manager does not work

Hi guys, i just installed some games and when i set it up, it lead me to Midlet, but when i open the game, it does not work. Please help me. thanks
shadowluan said:
Hi guys, i just installed some games and when i set it up, it lead me to Midlet, but when i open the game, it does not work. Please help me. thanks
Click to expand...
Click to collapse
Please be more specific. What did you load up and where you got it from? There are plenty around that is working like this one
Sorry about that. here is the link that i got the game from
http://www.mobilerated.com/yet-another-tetris-1904.html
thank you
shadowluan said:
Sorry about that. here is the link that i got the game from
http://www.mobilerated.com/yet-another-tetris-1904.html
thank you
Click to expand...
Click to collapse
I presume you downloaded the game from Generic Windows CE/ PPC 240x320? try that midlet manager above fingers crossed it should work
Sorry but i dont know what u mean. I downloaded the link called JAR file (yet_another_tetris.jar) below the Free Download! title.
shadowluan said:
Sorry but i dont know what u mean. I downloaded the link called JAR file (yet_another_tetris.jar) below the Free Download! title.
Click to expand...
Click to collapse
Please download the file esmertec java from the link i posted above, install it to your PPC, then you can run the game from that by opening the esmertec java first!
Thank you very much for spending your time for my problem.

web page for mobile phone

i wanna build web page for mobile phone, wich looks like application. i wanna convert whole web page to one file, then copy to mobile phone and install. Any solution?
thanks for help.
This can be done using webbrowser class in Visual Studio 2005/2008
gimme the link to the webpage, i'll make its EXE for you
Thanks for your time and help. I don+t have web page jet, i just planing how to do.
Thanks again
Hello again!
I still looking solution for my idea, because i don't wanna learning to programming.
This is my idea:
1. I build webpage (in Dreamveawer or Frontpage or WYSIWYG,...)
2. Export or compress or i don't know what to format, wich can i install to windows mobile or Symbian or Andorid phone. I know that this phones have diferent formats for installing. I create web page in diferenr resolutions.
Please don+t say, that my idea is Mission Imposible.
Thank you for your time and help.
95ka said:
Hello again!
I still looking solution for my idea, because i don't wanna learning to programming.
This is my idea:
1. I build webpage (in Dreamveawer or Frontpage or WYSIWYG,...)
2. Export or compress or i don't know what to format, wich can i install to windows mobile or Symbian or Andorid phone. I know that this phones have diferent formats for installing. I create web page in diferenr resolutions.
Please don+t say, that my idea is Mission Imposible.
Thank you for your time and help.
Click to expand...
Click to collapse
I might be misunderstanding your question here, but it sounds to me like you just want the HTML file copied to the phone (and obviously any assoicated images). HTML files will run in the default browser when executed.
Thanks. I know that. Maybe can i make just one file from webpage, copy to phone and run, not 1000 files?
95ka said:
Thanks. I know that. Maybe can i make just one file from webpage, copy to phone and run, not 1000 files?
Click to expand...
Click to collapse
You mean like a .mht archive file?
They open fine in Opera, but not IE. I think that's the closest you'll get.
johncmolyneux said:
You mean like a .mht archive file?
They open fine in Opera, but not IE. I think that's the closest you'll get.
Click to expand...
Click to collapse
This is new for me. Verry good. I mean that every user have opera installed.
How can i made mht file?
95ka said:
This is new for me. Verry good. I mean that every user have opera installed.
How can i made mht file?
Click to expand...
Click to collapse
You can make .mht files in IE on your PC. Just go to file, save as and select "Web archive, single file (*.mht)" (it's actually the default file type for me.) It downloads all images and associated files and packages them into an archive file.
Good luck mate. If you don't have any luck, bite the bullet, get VS and learn C#. It's not a world away from JavaScript

[Q] Any way to _read_ the file system of WP7?!

Hey Guys,
i'm looking for a method to read (and maybe transfer it to my PC) the files of the WP7 file-system for an analysis (not only the isolated storage files - i need more )
( I don't want to run unmanaged code, i only want to view the files of the system)
Reason:
i'm writing my bachelor thesis about the possibility's of a forensic analysis (on WP7).
It would be very (very!!) helpful for me if there is a code example how to do this (if possible)
Edit: i'm working on a samsung omnia 7
Thanks!
endeffekt
(sorry for my english )
you can read the isolated storage files in your PC now?
Search the forum. There are a couple threads here discussing that topic. Normally I would link to it but today I'm not in the mood to do someone's homework for them. (Dang, I'm in a rotton mood today).
You can use what I have of my filesystem lib here: http://forum.xda-developers.com/showthread.php?t=861501&page=3
jmorrill said:
You can use what I have of my filesystem lib here: http://forum.xda-developers.com/showthread.php?t=861501&page=3
Click to expand...
Click to collapse
can you or someone els make .xap of it ?
ceesheim said:
can you or someone els make .xap of it ?
Click to expand...
Click to collapse
There's not a whole lot you can do with that out of the box - It's mainly just a proof-of-concept, showing how you can use a COM Library to read the files. I'm working on a file browser that will attempt to load the files in a basic text reader, but there's little use for providing the sample as a XAP, it just attempts to read BasePolicy.xml.
thanks , then I will wait till you build a nice file explorer , so we can look what files are in the win dir .
FileBrowser
Source
Still very basic, not the most stable either, but at least you can browse the Windows folder, and read text files.
I'll probably put more effort in once I've got further with my SevenIRC App.
hounsell said:
FileBrowser
Source
Still very basic, not the most stable either, but at least you can browse the Windows folder, and read text files.
I'll probably put more effort in once I've got further with my SevenIRC App.
Click to expand...
Click to collapse
wow , thanks (sorry thanks are gone for today ) .
ps what is SevenIRC App ?
ceesheim said:
wow , thanks (sorry thanks are gone for today ) .
ps what is SevenIRC App ?
Click to expand...
Click to collapse
Homebrew IRC App based on jmorrill's Networking Library.
hounsell said:
Homebrew IRC App based on jmorrill's Networking Library.
Click to expand...
Click to collapse
Do you think it's possible to create a simple webserver or ftp server with this library?
ajhvdb said:
Do you think it's possible to create a simple webserver or ftp server with this library?
Click to expand...
Click to collapse
I didn't write any code to listen on a socket in that library. It shouldn't be too hard for you to write that in there and give it a try.
thank you very very much!
it will be very useful for me!
:-*

[HowTo]Lift 80 mb sideload limit

Im not sure if others have noticed this, but when using the deployment tool from Resumable XAP Tool v0.1 Release , RedAngel, should be inside the folder. I can sideload apps 80mb+ without a hassle. Im not sure if they removed the 80mb limit in mango, but this works. You can just right click an xap, open with, and redirect it to RedAngel.exe then just double click the xap to deploy, itll have an ugly icon but i dont mind
Hope this helps, Sorry if this has been posted.
let me know if this works for you
You just have to install VS10-KB2486994-x86.exe from Microsoft website to sideload big XAP.
minori_aoi said:
You just have to install VS10-KB2486994-x86.exe from Microsoft website to sideload big XAP.
Click to expand...
Click to collapse
oh lol ok did not know that thanks for the info
Edit: Mods please delete

[PC APP] XAP Capabilities Editor

I have developed yesterdays a new and I hope useful application.
XAPCaps is a simple WPF app which helps you to edit the capabilities of a xap.
It has a simple interface and you won't need to touch xmls or decompress the xap file. Everything is done by the application.
Click to expand...
Click to collapse
If you encounter any bugs please post it there possibily with a screenshot
Requirements:
.NET Framework 4.0 (Client Profile)
Download:
http://www.multiupload.com/C3BRMC5UJD
jdbastardy said:
I have developed yesterdays a new and I hope useful application.
If you encounter any bugs please post it there possibily with a screenshot
Requirements:
.NET Framework 4.0 (Client Profile)
Download:
http://www.multiupload.com/C3BRMC5UJD
Click to expand...
Click to collapse
Thank you for this really useful PC App
On my Windows 7 Ultimate SP1 it crashes when I load a XAP
logofreax said:
On my Windows 7 Ultimate SP1 it crashes when I load a XAP
Click to expand...
Click to collapse
Thank you for your feedback. That's strange. Can you try w/o Windows Phone Device Manager. Does it work fine with that?
EDIT: is the XAP on your PC? Beacuse if it is an error related to WP Device Manger you gave me a wonderful idea buddy.
please Download Link

Categories

Resources