Hi,
I am trying to compile vlc player (videolan client) for my Hermes with Windows Mobile 6.
Because previously compiled ver.8.5 of VLC Pocket Player does not run on my device and as this project is discontinued, I have to compile it myself.
If anyone has precompiled version of VLC Player which runs on WM6 I'd be interested.
Ottherwise, could you assist me in compiling this thing for WM6 ?
I got the sources from Videolan website and I 've read the following INSTALL.wince file which describes building it for Windows CE.
I got downloaded all the stuff that's described in the explanation and extracted them to the correct folders on my Linux installation. However, I get many errors which state that some header files are missing.
I'd be grateful if anyone could assist me in this or supply the working version of VLC Pocket Player.
I know that there is TCPMP which seems better than this one but when I try to watch the streams from my Dreambox TCPMP says "unsupported format"
Code:
$Id: INSTALL.wince 11166 2005-05-26 13:40:09Z gbazin $
INSTALL file for the WinCE version of the VLC media player
Building VLC from the source code
=================================
If you want to build VLC from sources, you can do it in several ways:
- On GNU/Linux, using the wince gcc cross-compiler.
(Right now we only provide an ARM version of the cross-compiler)
- Natively on Windows, using Microsoft Embedded Visual C++.
Even though we provide some evc project files with vlc, this method is
advised only if you just want to experiment/play with some basic
functionality in vlc. The reason for this is that vlc depends on a lot of
3rd party libraries and building them in EVC is not convenient and
sometimes even impossible.
Getting the right compiler tools
================================
You will need to download our wince gcc cross-compiler package:
http://www.videolan.org/pub/testing/wince/wince-arm-gcc4.0.0-cvs-linux-crosscompiler-20050517.tar.bz2.
Extract this package in your root directory (everything will be extracted in
/usr/local/wince/cross-tools).
The source code for this cross-compiler in also available at the same location.
Getting the additional libraries
=================================
VLC depends on other libraries to provide some features like ac3 audio decoding
or mpeg4 video decoding, etc...
Depending on your needs you will have to compile/install some or all of these
external libraries.
They can be found here (source code):
http://download.videolan.org/pub/testing/contrib/
We also provide a package with all the libraries already compiled so it is
actually really easy to compile a full-featured version of vlc:
http://download.videolan.org/pub/testing/wince/contrib-20050220-wince-xscale-bin.tar.bz2 (Check out fo more recent versions at the same location).
All you need to do is extract it in your root directory (the include files
and libraries will be put in /usr/local/wince/contrib-xscale).
You can do this with the following command:
tar xjvf contrib-20050220-wince-xscale-bin.tar.bz2 -C /
Please note the "-C /".
A complete list of the libraries on which we depend can be found here:
http://developers.videolan.org/vlc/
Configuring the build
=====================
Once you've got all the files you need in place, you need to configure the
build with the `./configure' script.
I'll assume that you are using the pre-compiled 3rd party libraries I'm
providing and that they are in /usr/local/wince/contrib-xscale.
Use something along those lines:
./bootstrap &&
PATH=/usr/local/wince/cross-tools/bin:$PATH \
CFLAGS="-D__stdcall= -D_OFF_T_ -I/usr/local/wince/cross-tools/include" \
CFLAGS="$CFLAGS -I/usr/local/wince/contrib-xscale/include" \
LDFLAGS="-L/usr/local/wince/cross-tools/lib" \
LDFLAGS="-L/usr/local/wince/contrib-xscale/lib" \
CC="arm-wince-pe-gcc -mcpu=xscale" \
../configure --host=arm-wince-pe --target=arm-wince-pe \
--build=i686-linux --prefix=/usr/local/wince \
--disable-sdl --disable-gtk --disable-dvdnav --disable-dvdread \
--disable-nls --disable-sout --disable-vlm --disable-wxwindows \
--disable-a52 --disable-libmpeg2 --disable-freetype --disable-fribidi \
--disable-mad --disable-plugins --enable-optimize-memory \
--with-freetype-config-path=/usr/local/wince-xscale/bin \
--with-fribidi-config-path=/usr/local/wince-xscale/bin \
--enable-tremor --enable-faad
./configure
PATH=/usr/local/wince/cross-tools/bin:$PATH \
CFLAGS="-D__stdcall= -D_OFF_T_ -I/usr/local/wince/cross-tools/include" \
CFLAGS="$CFLAGS -I/usr/local/wince/contrib-xscale/include" \
LDFLAGS="-L/usr/local/wince/cross-tools/lib" \
LDFLAGS="-L/usr/local/wince/contrib-xscale/lib" \
CC="arm-wince-pe-gcc -mcpu=xscale" \
../configure --host=arm-wince-pe --target=arm-wince-pe \
--build=i686-linux --prefix=/usr/local/wince \
--disable-sdl --disable-gtk --disable-dvdnav --disable-dvdread \
--disable-nls --disable-sout --disable-vlm --disable-wxwindows \
--disable-a52 --disable-libmpeg2 --disable-freetype --disable-fribidi \
--disable-mad --disable-plugins --enable-optimize-memory \
--with-freetype-config-path=/usr/local/wince-xscale/bin \
--with-fribidi-config-path=/usr/local/wince-xscale/bin \
--enable-tremor --enable-faad
See `./configure --help' for more information.
Actually Compiling the VLC source
=================================
Once configured, to build VLC, just run:
PATH=/usr/local/wince/cross-tools/bin:$PATH make
Once the compilation is done, you can build self-contained VLC packages with
the following 'make' rules:
make package-win32-base
will create a subdirectory named vlc-x.x.x with all the binaries
'stripped' (ie. without any debugging symbols).
make package-win32-zip
Same as above but will package the directory in a zip file.
Well done, now you're ready to use VLC!
=======================================
anyone interested ?
What format is the Dreambox streaming in?
You know you can add additional codecs in to tcpmp right?
I am not sure about dreambox streaming format but I know that VLC player can play what dreambox streams.
I am aware that additional codecs can be added to tcpmp but tcpmp project is not continued. So I can't find any new or old) codecs for it...
Besides, tcpmp can not connect to streams which need http authentication. so it says "unauthorized"
maybe this helps?
http://rpmfind.net//linux/RPM/freshrpms/fedora/6/vlc/vlc-devel-0.8.6a-4.fc6.ppc.html
papamopps said:
maybe this helps?
http://rpmfind.net//linux/RPM/freshrpms/fedora/6/vlc/vlc-devel-0.8.6a-4.fc6.ppc.html
Click to expand...
Click to collapse
thanks but this is an rpm for Feodora Linux distro.
Sounds to me like you need to get a streaming app that actually works.
Orb is a fantastic streaming app. I can play any of my music/videos on my phone through Orb with the built in Windows Media Player.
I don't want to use any 3rdp party streaming app on my server. Dreambox is already streaming (found out to be MPEG-2)
I just need a MPEG2 codec for TCPMP or Coreplayer.
Or just VLC Player for Windows Mobile.
any other ideas ?
no one interested ?
I have a Dell PDA X51. Do you have any Ideas how to compile VLC for that?
heringh said:
I have a Dell PDA X51. Do you have any Ideas how to compile VLC for that?
Click to expand...
Click to collapse
I guess noone is capable of compiling it.
too bad...
This is an old thread. but...
This is an old thread, but here it is:
http://vlc-media-player-pocketpc.so...tcpmp-plugin-for-flash-video,adobe-flash-lite
Dreambox HD800 streams out using mpeg2 codec, programme called dreamstream is one of the progs that makes streaming easier for this type of streaming...also VLC player for experts...if this helps...
regards
mmm i dont think so... cause we can stream perfectly with youtube app
or codeplayer too. so even that apps
the skyfire streams to direct in the web.
I have managed to stream directly from Dreambox to my PocketPC for about 1-2secs with VLC for PocketPC vlc-0.8.5-svn-20060214-0130-wince. Select File->Open Network Stream and check HTTP/FTP/MMS
<dreambox ip>:31344.
Check what happens.
With Coreplayer 1.3.5
go to
Menu->Open URL
and write -> http://<dreambox ip>:31344
it will give you the message :
CoreMPEG1: MPEG-2 video is not supported! (0201)
With TCPMP is crashing when trying to play stream video ( i have win 6.5 on my X900). It is also crashing and on win 6.1 on my X500.
The version of TCPMP i use is:
TCPMP-0.72RC1-ARM-PPC-SUBTITLES-iriki-repack01.CAB
with normal version of TCPMP 0.72RC1
Go to
File->Open File
and write http://<dreambox ip>:31344
it says :
Player:
http://192.168.1.4:31344
Unknown file format!
When i copy TCPMP Master Codec Pack 4 in TCPMP folder it says the same thing.
It needs some special codec.
If someone finds that codec please post it to the forum.
It seems that the codecs we are looking are mpgv and mpga .
these codecs don't seem to be in my collection pack , or even exist for tcpmp.
SUCCESS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
i have managed to do a succesfull complete streaming from dreambox directly to my phone with the Mplayer-armv4.
This Player don't work on my Glofiish X900 (win 6.5).
But works on my Glofiish X500 (win 6.1 Pro).
When you load the player go to
View->Open URL
and write http://<dreambox ip>:31344
i have mine without password
You have to wait 15-30sec for video to appear.
for low resolutions channels like 352x288 the video is perfect
for high resolution channels like 544x576 video loses frames and audio has sync problems (probably i need a more powerfull mobile like HD2)
link for player
http://forum.xda-developers.com/showthread.php?t=344274
Success Again!!!
With my new Acer S200 Neotouch (1GHz snapdragon), i can complete see from my dreambox without re-encoding the video.
Just use VLC for windows mobile version vlc-1.1.0-git-20091227-0101-wince
or version vlc-0.8.5-svn-20060214-0130-wince
the only problem is , that i can not see fullscreen.
Related
[X50V] ROM WM6.1 VOIP Professional (WWE/GER/ITA/ESN/FRA)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
My First thanks to Maglite and Football. Maglite was the first to release a custom rom for the x50v, he was the one with Football to explain me about xip & xipport, when I registered to 4pda.ru. These roms were built using a derived kitchen from Football's kitchen.
These roms share the same kernel than the x51v's one and are directly derived from them. They are stricly for x50v, the one from the x51v are located here .
You can only flash your x50v with these roms, if your device is running WM5 aku 2.3.1 or higher. If you attempt to flash over a WM2003 bootloader, you will brick your device.
This rom is indeed a full professional rom, with this rom your x50v is not a PDA anymore, it will just become a real VOIP Pdaphone.
What is the difference between a x50v regular rom with a VOIP software (like Sjphone) and this WM6.1 VOIP rom?
Here are the main benifits once your axim is properly configured:
- You only need to turn on your wifi to place or receive VOIP call (You don't need to start any software because the VOIP is native on the OS)
- You can call directly from your contact
- You can import call log and dialed number from any other phone using PimBackup
- There are three way to check your PDAphone is connected to the VOIP network
1/ You can see the two network call bar from the top bar
2/ You can use the VOIP today plugin
3/ You can see your VOIP network from the phone application itself.
Also this incredible rom is available in 5 different localized version: WWE/WWE/GER/ITA/ESN/FRA
Status of these 5 roms:
Rom A09 PRO_VOIP (private "pure" edition):
WM6.1 Professional - CE OS 5.2.19965 (Build 19965.1.2.3) with "4.8 MB Pagepool"
And includes the following
-- Native VOIP support
-- Setup VOIP from Schap to configure your VOIP setup.
-- SDHC support
-- Outlook Enhancementsupport
-- WPA-TSK vagus fix.
-- NetCF 3.5
-- SQLCE 3.5 (Localized)
-- wireless manager, is there but tricky to use.
-- Softkey Applet (a powerfull applet that allows you to change your softkey without having to soft reset)
-- TCPMP 0.72 (Localized) with two different subtitle support (thanks will5 for the information about the new subtitle pluggin) and YouTube support (Subtitle support for SMI in video "Intel 2700G" mode and not in "Intel 2700G Decoder" mode)
It also includes avc, aac & ac3 plugin. TCPMP is an alternative to WM Player. File associations is availble in TCPMP settings
-- PIE 6.1 and YouTube plugin, scrolling can be done using directional button, PIE Ramdisk is available in Scripts & Tricks section (it uses ram for PIE cache to improve performance). About the YouTube Plugin, it works natively. If you surf on YouTube with PIE, when you click on a video a context menu will be displayed (see screenshot above). Then you will be able to save the video or to view it online through TCPMP.
-- DF's PIM Backup 2.8 (a replacement for Data Backup)
-- ModemIS, a string initialization modem utility.
-- 7-zip, if you need to extract 7z compressed files.
-- aximsite wireless switcher
-- screen capture, a simple screen capture utility (Not in German rom)
-- Notepad, a very usefull text editor.
-- GSFinder+, a replacement for File Explorer, this version has an High Resolution feature. I find this software more interesting than Resco Explorer because of this feature and also because it's faster.
-- ozVGA and WM6.1 trueVGA Localized dlls, to switch in TrueVGA mode (The German rom contains only the trueVGA dlls and not the trueVGA applet)
-- MortScrip 4.1
-- NoPluginsToday, a switcher to quickly de-activate all your plugin and re-activate them all. Plugin de-activation will boost your device.
-- MagicButton, so all application will close and release memory instead of being minimized (a replacement for switcher bar) (Not in German rom)
-- Ramdisk see "Menneisyys" article. These rom will automount a 3 Mo ramdisk with filesys.exe TempPath pointing to the ramdisk. Unmounting the ramdisk will autopoint to permanent storage, while mounting any ramdisk will automatically point the TempPath the the ramdisk.
-- Hibernate, a powerfull tool to claim unused memory.
-- UC ROM capability
The package contains the following UC components with the appropriate SDConfig.txt:
----- PocketRAR 3.80 (Localized)
----- DF's Task Manager / Registry Editor 3.1, a very good task manager embedding a usefull registry editor (with this software and GSFinder+, you don't need Resco File explorer anymore).
---- x51v Mix
---- Windows Live 10.6.39.1300
---- MagicButton (only in German package)
---- screen capture (only in German package)
with following registry tricks:
HKEY_LOCAL_MACHINE\System\ObjectStore\RegistryType=0 , (file based registry)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Navigation\"4-Way Nav"=0
Compaction thread :
One of the best way to fight against compaction thread is to reassign all temp files to ramdisk. By default, this 4.8 pagepool rom will autoload a 3 Mo ram disk and ensure more than 30 Mo of free memory to run the programs. You can easily unmount or change the capacity of the ramdisk using the preconfigured features located in program files/ramdisks. Like mentioned before it will automatically point filesys.exe TempPath to the ramdisk. I also strongly suggest to use Pie_Ramdisk (in tips&tricks) instead of Pie.
Also if you want to check compaction thread behaviour with different pagepool values, you can use Paveld PPeditor. (Thanks Paveld & wllw from 4pda)
Instruction to use Paveld PPeditor
Kitchen from Football is available here.
Update: A09 VOIP Gold release
It's more like a dking special, those rom have :
--a patched gwes.exe to avoid the display problem in menus (thanks to dking that was kind enough to explain me his tutorial published in russian in 4pda.)
--dking patched drivers for Axim's screen backlight on minimum brightness
(it should also fix the french menu displayed when trying to access YouTube from PIE)
Update 2: A09 VOIP Gold with patch filesys.exe release
It's the very same A09 VOIP Gold release, with a custom shsmith patch filesys.exe v6.3. I've use cook method highlighted by Menneisyys to generate those patch filesys.exe.
The patch is launched at startup and can be invoked also from Scripts & Tricks section.
Last Update: A09 523F release
WM6.1 VOIP Pro (21055) WWE only
This rom is build over the last WM6.1 build (dated september 2009) and have finger scrolling ability.
features:
--pure WM6.1 rom with only added screen capture utility, Mortscript, SDHC support, WPA-TSK vagus fix, Softkey Applet, aximsite wireless switcher.
--dking 2700G driver
--patched Wireless Manager
--The Pro rom has native VOIP all other WM6.1 bonus (except IE6 Mobile that is removed) could be installed by UC, but you have to get it from the x51v rom (Including My Phone and SkyMarket, and other bonus)
UC will install Office Mobile, and will kick with filesys.exe after reset, You'll have to wait 5 minutes to start benefit the full speed rom (when filesys goes down to 0% of cpu).
Tip for downloading from rapidshare: use jdownloader.
If you like these rom and you wish to donate.
If you are interested by the french rom please participate here.
Localized today screens
Some tricks related to VOIP part:
You can use up to two VOIP configuration. Using setup VOIP from Schap, you can create your 1st VOIP configuration.
Then go to \Windows\system\VOIP and duplicate the Prov1SIPSettings file to Prov1BackupSIPSettings. Re-use setup voip to configure your second VOIP configuration.
If you don't use headset, and you use the speaker and mike from the x50v (by using it up side down), reduce the speaker sound to avoid echoing.
Ahh, perfect! Just after I broke my LCD. Now I am more motivated to go to ebay and buy that LCD replacement.
[Solved:] Mine is giving error: Image checksum file not found.
Which rom are you trying to use?
WWE,
I have copied .nb and .crc both.
BTW, I use A09 (Lenny) edition.
Does WPA natively work?
TIA
biligee said:
WWE,
I have copied .nb and .crc both.
BTW, I use A09 (Lenny) edition.
Click to expand...
Click to collapse
Perhaps, you have too many files located in the SD root folder, try to only have those from the package.
Dividee said:
Does WPA natively work?
TIA
Click to expand...
Click to collapse
It should.
Thanks, Now it is working.
makuu said:
Perhaps, you have too many files located in the SD root folder, try to only have those from the package.
It should.
Click to expand...
Click to collapse
just now i'm flashing my x50v to the german version. I was using the 6.1 from LennySh A09 before, but WLAN was not working perfectly, as it did in WM5 and of course, it was english. I'm interested, how this rom works. gonna write about it then...
Well, played around with it and: i love you for making this rom completely german. (as from first post, i understood that only the home-screen should be german), anyway it's great! And reacts much better than the A09 WM6.1 from LennySh before. A really great Rom. (Is good that it's german, as i'm gonna sell this device, when i get my MDA Pro, which may arrive some time these days, And i think, it's going to sell more, if there's a german WM6.1 on it. Thanks for this rom!!
run fast but wifi works only whit wep ,wpa disconnect every 5 five second
caxio said:
run fast but wifi works only whit wep ,wpa disconnect every 5 five second
Click to expand...
Click to collapse
I have no problem with WPA TKIP. Keep connect and it is supported natively.
No on / off / on trick is needed.
Also, this roms seems lessen the filesys compaction problem, even the CPU loading at 624Mhz, it is still responsive.
new voip user
Can you recommend me on a good VOIP provider. so I can set my new x50v rom.
what VOIP provider are you guys yusing ?
where should I install programs
my congratulations, great rom! thanks for providing it!
I have just a one question:
do you recommend to install programs like agenda fusion to the device or to a sd card (concerning the filesys issue)
thanks in advance
Nice work! But what about troubles with filesys.exe 99% CPU use?
WPA doesn´t work. But the Rom is very nice.
Cya
the german rom seems to have bricked my x50v. i get memory errors when booting and cannot reflash the rom from sd card.
JoeBlob said:
the german rom seems to have bricked my x50v. i get memory errors when booting and cannot reflash the rom from sd card.
Click to expand...
Click to collapse
You might have bricked your axim if it was running WM2003 prior flashing with a M6.1 rom. There are stickies on aximsite that should help you recover in this case.
But remember that there is always a risk to flash your device it can always be bricked.
killert68i said:
Nice work! But what about troubles with filesys.exe 99% CPU use?
Click to expand...
Click to collapse
haven't noticed so far yet. (but don't care anymore, as i'm going to sell my X50v now, because i now have my HTC Universal.
btw @ EDITman
VOIP depends mostly on your ISP / internet provider. If you have DSL and a telephone flatrate, you might be able to use your home connection, as the telephone-connection goes over internet. (that's VOIP). I don't know, if you can use VOIP anywhere else but home.
there is no official development-kit to create and test flash-panels on the X1.
i did however manage to collect, compile and modify all necessary files to do
this on an X1-device. you do not need any fourther software except for the
Flash CS3 or CS4 suite.
X1-FlashPanels-Development.zip is attached below and contains all the tools,
documentation and samples to start developing:
Folders:
\Documentation\*
all necessary documentation (guidelines, api reference, ...)
\FlashPanelExample Source\*
FlashLite3.x Sample Application Source (.fla)
\FlashPanelizer\*
the "Panelizer" tool to create an installation (.cab) file
\X1-Setup-Files\*
the activeX_deployment (flashlite plugin) and the flash-panels device API
QUICK GUIDE:
- install all files in \X1-Setup-Files\ on your X1-device
(this enables your X1 to handle flash-panels created with the "Panelizer" tool including the device-API)
- use Flash CS3 (or higher) to create your flashlite3.1 application (.swf)
(at first you may want to work with the FlashPanelExample.fla)
- use the Panelizer to create an installation file (*.cab) from your *.swf
- install your *.cab on your device
- add/select the new panel with the panel-manager
feel free to post some feedback here if you have managed to create your first panel.
have fun,
- quadword
([email protected])
*Updated Attached File*
- added fake-classes (to remove the errors while publishing the example .fla).
- QuadWord
let me start a thread where you all can drop your shared homebrew app's.
For homebrew app's we first need to unlock:
iridium21 said:
As people may know, Chevron have removed their unlocker download for WP7 so I thought I'd archive it and make it available for everyone here still:
http://www.megaupload.com/?d=Q1T7WQMK
EDIT: Thanks to Cendaryn we also have the required security certificate - the easiest way (thanks to Talys) to install the cert and unlock your WP7 is to do as follows:
1. Unzip file, and attach chevronwp7.cer (see below for file) to an e-mail to yourself
2. Open email in WP7
3. Tap attachment once, turns it into a shield, tap it again, goes to install certificate screen with white letters on black screen
4. Click install at the bottom
5. Make sure registry is modified:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsPhone\ProxyPorts]“DeviceReg”=dword:000069C5
I think the WP7 developer tools from MS does this, but you can add it in manually (it's a 32bit DWORD)
6. Plug in phone and leave Zune running
7. Run chevronwp7.exe, click both checkboxes
8. Click unlock
Excellent video tutorial here thanks to Jaxbot
[Edit 8th Dec 2010]
Worried that Microsoft has relocked your phone? They haven't, look here
Hope this helps someone.
Click to expand...
Click to collapse
Or unlock using a modded version by hounsell .
hounsell said:
Been able to remove the sideload limit, I was able to install 11 apps by my count, though I'd appreciate a third-party confirmation to be honest.
http://thounsell.co.uk/2010/12/chevronwp7-now-without-the-sideload-limit/
Click to expand...
Click to collapse
After unlocking we want some custom ringtones ofcourse:
ShadowLegion said:
I didnt see a thread so i just thought i would let people who did already know that ChevronWP7 released their Custom Ringtone Manager Today
you can Find It Here http://www.chevronwp7.com/
download: http://walshie.me/ChevronWP7.RingtoneInstaller.zip
Source code:http://blog.walshie.me/2010/12/source-code-to-the-chevronwp7-ringtone-editor/
Click to expand...
Click to collapse
Lets look at the file system:
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
We need a .reg viewer to:
(nico) said:
I've managed to create a basic Registry Viewer, readonly for the moment.
For now, I didn't manage to get access to root path, so the first 2 levels are hardcoded.
Download it here: (link removed, see below)
Edit:
Updated version here: http://bit.ly/ed1Sz1
and a direct link:http://www.xda-developers.ch/download/?a=d&i=4227279264
Click to expand...
Click to collapse
And to get this all on the phone a nice way:
tom_codon said:
Hi all !
For all devices unlocked with ChevronWP7 Unlocker , we're can easy install custom ringtones or applications .XAP format via Application Deployment , but everytimes need open start menu --> Application Deployment then browser .xap to tool for install take too much times and almost make some in us crazy
That why i decided to write Tom XAP installer , basicly Tom XAP installer and Application Deployment are the same ( Alow install custom .xap to device and emulator windows phone 7 ) But Tom XAP installer a lot convenience , it's alow you install .xap with double click to file or simple just right click --> install xap
How to :
Download exe and put it somewhere in PC, run it , it will automatic add registry path of application and add menu , icon to .XAP files
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Then just close it and now double click to custom ringtones , or any .xap format files , the Tom XAP installer will automatic open and give you some details ( App name , Version , Author , Size , Description of XAP ) then select where you will install xap ( device or emulator )
Press Install and wait it finish.
Notices :
1. Tom XAP installer Requires .NET 4.0 Framework and Windows Phone 7 SDK
2. If you install xap to device
- Please make sure your device was unlocked with ChevronWP7 Unlocker ( Here is guide how to unlock )
- Make sure your device was connected with PC and Zune lauched
- Make sure your device not in sleep mode
3. If you move Tom XAP installer.exe to other location in PC , you should run it again one time for registry again location of application
4. If you don't like this software , just run Tom XAP installer.exe and uncheck " Enable Tom XAP installer" it will uninstall all registry of Tom XAP installer in your PC
Download: http://forum.xda-developers.com/attachment.php?attachmentid=456249&d=1291493842
Cheers !
Tom
Click to expand...
Click to collapse
Man I need a webserver on my phone.
davux said:
I've extended jmorrill's code to include the Winsock functions to listen. The example proves that one may listen on port 80.
One problem with this library right now is that it is IPv4 only. I tried to make things generic but that was quite hard, I'm also really not very familiar with native Winsock anyway.
dl.dropbox.com/u/12359/PhoneNetworkingSample_with_listen.zip
[edit] and here's a really simple (and really hacked together - you've been warned) webserver!
dl.dropbox.com/u/12359/wp7_webserver.zip
The code is definitely *preview quality* - I pulled it together just now because I don't think I'll be able to work on this for a few days, so it'd be a starting point but I'm sure it's buggy.
Click to expand...
Click to collapse
davux said:
I've enhanced my Webserver sample to support reading from the device (where allowed), as well as reading/writing IsolatedStorage
//dl.dropbox.com/u/12359/WP7Homebrew_Webserver.zip
The XAP is located in the Webserver project.
I am not finished, there are several issues:
- I have not implemented support for getting the local endpoint, so you need to know your phones IP address
- There is a bug somewhere that causes a problem when uploading larger files.
- There is no UI
- No authentication!
To access the webserver, open the app on your phone (it will disable the idle timer and run behind the lock screen)
//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.
I'll add in registry and other capabilities once those two components are stable.
Most of the code came from jmorrill.
Click to expand...
Click to collapse
I'm thinking we could do with somewhere to place an open-source collection of homebrew apps.
Also, with the Chevron WP7 unlocker, you might want to include the version with the sideload limit removed
hounsell said:
I'm thinking we could do with somewhere to place an open-source collection of homebrew apps.
Also, with the Chevron WP7 unlocker, you might want to include the version with the sideload limit removed
Click to expand...
Click to collapse
good idea do you have some ideas
can you gif me the link of the unlocker you modded ?
The regviewer zip file contained projects not possible to open in VS2008 or VS2010. Could you check this?
ajhvdb said:
The regviewer zip file contained projects not possible to open in VS2008 or VS2010. Could you check this?
Click to expand...
Click to collapse
I will ask the maker of the regviewer.
What to you mean by not possible ?
The source contains multiple project:
- COM: Visual Studio 2008 C++ project using Windows Mobile 6 SDK
- Native : Visual Studio 2010 Solution containing the .Net / COM interface
- Registry Viewer: Visual studio 2010 Project containing the registry viewer app and also referencing Native project.
Everything works on my machine. You may need to fixe path to make it works on yours.
(nico) said:
What to you mean by not possible ?
The source contains multiple project:
- COM: Visual Studio 2008 C++ project using Windows Mobile 6 SDK
- Native : Visual Studio 2010 Solution containing the .Net / COM interface
- Registry Viewer: Visual studio 2010 Project containing the registry viewer app and also referencing Native project.
Everything works on my machine. You may need to fixe path to make it works on yours.
Click to expand...
Click to collapse
Sorry, most of the time when i rebuild a project all files are relative to the project, the references are not of course and i need to set the correct path. Could you give me a hint?
I download the 002 file. In this there is a native.zip. I unzipped it and got 2 folders:
1. COM
Renamed it to COM2008 and opened this in VS2008, did a rebuild. below is the output.
1>Compiling resources...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Linking...
1> Creating library Windows Mobile 6 Professional SDK (ARMV4I)\Release/Native.lib and object Windows Mobile 6 Professional SDK (ARMV4I)\Release/Native.exp
1>Performing Post-Build Event...
1> 1 file(s) copied.
1>The system cannot find the path specified.
1> 0 file(s) copied.
1>The system cannot find the path specified.
1> 0 file(s) copied.
1>The system cannot find the path specified.
1> 0 file(s) copied.
1>Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."
1>Build log was saved at "file://e:\_PROJECT\WP7\_Source\_Homebrew\RegistryViewer002\Native\Native\COM2008\Native\Windows Mobile 6 Professional SDK (ARMV4I)\Release\BuildLog.htm"
1>Native - 1 error(s), 0 warning(s)
Im not sure where to find this "path".
2. Nativelibrary
In the post build event of the COM project, I copy the output file to several projects of mine. Just remove post build events and copy the file manually to your own project.
(nico) said:
In the post build event of the COM project, I copy the output file to several projects of mine. Just remove post build events and copy the file manually to your own project.
Click to expand...
Click to collapse
Yup, it's working now.
In the registry viewer I only needed to change the project folder to the nativelibrary.
ceesheim, thanks..excellent
Updated the first post with a newer/better webserver
Edit:
Watch post number 4.
Included links to:
AutoDVR.v.2.1.17b.cab
MyDVR.me.5.3.cab
What is it ?
Two programs to record the route.
AutoDVR.v.2.1.17b.cab
https : // rapidshare . com / files / 829434410 / AutoDVR.v.2.1.17b.cab
MyDVR.me.5.3.cab
https : // rapidshare . com / files / 3091089181 / mydvr.me.5.3.cab
If you have a problem with the track record in MyDVR suggest:
[HKEY_LOCAL_MACHINESoftwareSilogMyDVR]
"TargetFolder"=".\Память телефонаВид.рег"
"TargetFolderStill"=".\Память телефонаВид.рег"
Where Память телефонаВид.рег replace the previously created file in Storage Card
for example:
\Storage Card\MyDVR
http : // hotfile . com / dl / 132817704 / 8b16744 / AutoDVR.v.2.1.17b.cab.html
http : // hotfile . com / dl / 132817796 /b66db46 / mydvr.me.5.3.cab.html
mydvr seemsto be a little better-smoother on xperia x1 but for what do i need this app^^
AutoDVR does not work smoothly on HTC HD2.
And for both programs is 30 fps movie recording.
I am waiting for colleagues from Russia, who will tell us how to record in AutoDVR 800x480 without cropping the image.
AutoDVR screen
new version 2.3.3
http://uploading.com/files/26f1947f/AutoDVR.v.2.3.3.eng.crk_igorca.cab
Hello,
Thanks a lot for these apps. But how do I play the captured *.cpt video files from AutoDRV on Windows 7 ?
I think they should be MJPEG but it didn't work on vlc lan player nor wmp.
http://slated.org/files/ffmpeg-0.11.1-armv7neon.tar.gz
This is Slated's build of ffmpeg 0.11.1 from the Guardian Project sources:
https://github.com/guardianproject/android-ffmpeg
This build is licensed LGPLv3.
The only modification is Freetype2 has been disabled, because the build fails otherwise (see build_fail.log). The binary is ARMv7-only with NEON extensions (e.g. Galaxy S I9000), and will probably fail on other systems. It's a native Linux binary, not an Android app, and therefore has no GUI. To use it you will need a terminal emulator such as this:
https://play.google.com/store/apps/details?id=jackpal.androidterm
The simplest use is:
ffmpeg -i file1.<ext1> file2.<ext2>
E.g.:
ffmpeg -i song.wav song.ogg
If you don't trust this binary then you can build it yourself from the above sources (full instructions provided).
All files in this archive have been checksumed with a GPG-signed sha512sum. Please use "sha512sum -c ffmpeg.sha512" to verify their integrity and "gpg --verify ffmpeg.sha512" to verify their authenticity. The Slated buildsystem public key is available here:
http://slated.org/files/GPG-KEY-SLATED.asc
Please note I am not an FFmpeg developer and cannot provide any support. Bugs should be directed to the Guardian Project in the first instance, since this is their build method. General questions regarding FFmpeg development and use should be sent to the FFmpeg mailing lists:
http://ffmpeg.org/contact.html
Please try to RTFM before posting noob questions on the FFmpeg mailing lists, as they are notoriously noob-intolerant, and may kill you.
Thank you.
--
Sent from my X-Bean 3.0 SGS with Tapatalk 2
Right forum?
Apologies if this is the wrong forum, but looking through the list I couldn't see any other that matches this topic, and I see at least one other topic with [Program] in the title.