Black box for Windows Mobile - Windows Mobile Software Development

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.

Related

compiling vlc player for WM6 ? (or precompiled available?)

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.

TCPMP v0.81rc1 beta for TouchHD

Hi everybody... I create a CAB file for install TCPMP media player with support HTC Touch HD and still work fine. It suport GAPI but isn`t work on full screen wery well. I`mm not a programmer but as you know how to modifiy "Common.dll" or "gx.dll" files to work GAPI video on full screen properly, it would be nice to make someone...
This CAB contains everything you need to play all known formats and subtitles.
Link to download CAB:
http://www.4shared.com/file/97112995/795ee107/TCPMP_v081RC1Beta_Touch_HD.html
I have installed but mine version work full screen
Yes, but no on GAPI video driver which is fastest. All other video driver work fine on full screen but GAPI not work on full screen properly.
you mean with sub. files?
I also noticed, that GAPI driver is fastest (faster then directdraw) on HD.
But there is no full screen. Can somebody fix this, please.
Because movies are really watchable with GAPi driver.
Thanks
vidojajce said:
you mean with sub. files?
Click to expand...
Click to collapse
Yes, i mean with all sub file formats and all video formats. GAPI is fastest video driver for play video with any sub files, but GAPI is not properly play video at full screen.
My benchmark result in TCPMP with GAPI driver is between 150% of played speed, but full screen not work as reel full screen.
Uhhh... Sorry if my english as bad...
Is there much difference between this version and 0.72RC1 which works fine on the HD?
I think that is v0.72RC1 not support GAPI video?!
Hi
Can't download. Can post the cab here or somewhere else? Preferably not Rapid share..
v0.72RC3 posted here support GAPI and also subtittles (you must use subtittles addon). This is only version that works on qualcomm.
I would like to try this 0.81 version, but I get crash.txt error (same as with 072RC1). Do you know what is problem?
gregy74 said:
v0.72RC3 posted here support GAPI and also subtittles (you must use subtittles addon). This is only version that works on qualcomm.
I would like to try this 0.81 version, but I get crash.txt error (same as with 072RC1). Do you know what is problem?
Click to expand...
Click to collapse
Hi,
Can provide the link?
gregy74 said:
v0.72RC3 posted here support GAPI and also subtittles (you must use subtittles addon). This is only version that works on qualcomm.
I would like to try this 0.81 version, but I get crash.txt error (same as with 072RC1). Do you know what is problem?
Click to expand...
Click to collapse
Do you use a d3dm_ati.dll? If you don`t use this driver, maybe is d3d driver is problem?!
Try to create this file and copy to \Windows folder...
File name: atihwtbl0.txt
--------------------------------------------------------------
//ATI_HW_TBL
[Header] // Header
"Revision"=string:2.30.061208.88258
"OEMID"=dword:0x00000000
"ProductID"=dword:0x00000000
"Date"=dword:0x20060818
[Platform] // Hardware
"CPU"=dword:1
"RDN"=dword:5
"RDF"=dword:5
"RRR"=dword:1
"BusWidth"=dword:16
"InterruptNum"=dword:21
"IntISTPriority"=dword:101
"IntActiveLevel"=dword:0 // active high
"IntTriggerType"=dword:1 // call back trigger
[ASIC]
"ExtMemCfg"=dword:5
"ExtMemEnable"=dword:1
"CoreVoltage"=dword:0x00015000 //1.5V
"ChipPhysAddr"=dword:0x10000000
"VRamAllocCfg"=dword:0
"PM4IdleIntEnable"=dword:0
"PM4RBSize"=dword:11
"ClkXtalFreq"=dword:16000000 //16MHz
"ClkSysFastFreq"=dword:192000000 //PLL2 = 192MHz
"ClkExternalInputFreq"=dword:32768 //src = 32.768kHz
"ClkSysNormXtalSrcDiv"=DWORD:3
"ClkSysFastPllSrcDiv"=DWORD:2
"ClkSysNormPllSrcDiv"=DWORD:14
"ClkSysNormSrc"=DWORD:1
"ClkSysTurboPllSrcDiv"=dword:2
"ClkPixDiv"=DWORD:3 //For LCD 5.3MHz => 16MHz / 3
"ClkPixSrc"=DWORD:0
"ClkPixDiv2"=DWORD:2 //For LCD 8MHz => 16MHz / 2
"ClkPixSrc2"=DWORD:0
"ClkVipDiv"=DWORD:8
"ClkVipSrc"=DWORD:1
"ClkCliDiv"=DWORD:1
"ClkCliSrc"=DWORD:0
[MEMORY]
"MemClkDriveStrength"=dword:0x000000F3 // 0011 1100 1 1 = 0000 1111 0011
"MemAddrDriveStrength"=dword:0x0000030F // 1100 0011 1 1 = 0011 0000 1111
"MemDqDriveStrength"=dword:0x0000030F // 1100 0011 1 1 = 0011 0000 1111
[PowerManagement]
"Enable"=dword:1
"HwAutoModeSwitch"=dword:1
"HwAutoFastTurboSwitch"=dword:0
"ExtMemPowerManagement"=dword:1
[LCD] // LCD
"ResolutionWidth"=dword:240 // 240
"ResolutionHeight"=dword:320 // 320
"ColorDepth"=dword:16
"ColorOrdering"=dword:0
"Rotation"=dword:0
// Panel (240x320)
"LcdFormat"=dword:0x003
"GraphicCtrl"=dword:0x18f1c06
"CrtcTotal"=dword:0x01450117
"ActiveHDisp"=dword:0x00f00000
"ActiveVDisp"=dword:0x01400000
"GraphicVDisp"=dword:0x01400000
"GraphicHDisp"=dword:0x00f00000
"CrtcSS"=dword:0x80f00000
"CrtcLS"=dword:0xa10600fc
"CrtcGS"=dword:0xc0050005
"CrtcVPosGS"=dword:0x01430141
"CrtcGClk"=dword:0x0
"CrtcGOE"=dword:0x0
"CrtcRev"=dword:0x00400008
"CrtcDClk"=dword:0xa0000000
"CrtcDefaultCount"=dword:0
"CrtcFrame"=dword:0x0
"CrtcFrameVPos"=dword:0
"LcddCntl1"=dword:0x0f00000
"LcddCntl2"=dword:0x3ffff
"GenLcdCntl1"=dword:0xa950fd
"GenLcdCntl2"=dword:0x3f000
"LcdBackGroundColor"=dword:0x00ffffff
[LCD2] // LCD
"ResolutionWidth"=dword:240 // 240
"ResolutionHeight"=dword:320 // 320
"ColorDepth"=dword:16
"ColorOrdering"=dword:0
"Rotation"=dword:0
// Panel (240x320) as secondary
"LcdFormat"=dword:0x003
"GraphicCtrl"=dword:0x18f1c06
"CrtcTotal"=dword:0x014f010A
"ActiveHDisp"=dword:0x00fb000b
"ActiveVDisp"=dword:0x01470007
"GraphicVDisp"=dword:0x01470007
"GraphicHDisp"=dword:0x00fb000b
"CrtcSS"=dword:0x800c000b
"CrtcLS"=dword:0xe0050001
"CrtcGS"=dword:0xC0010001
"CrtcVPosGS"=dword:0x0003014f
"CrtcGClk"=dword:0x0
"CrtcGOE"=dword:0x0
"CrtcRev"=dword:0x00400008
"CrtcDClk"=dword:0xa0000000
"CrtcDefaultCount"=dword:0
"CrtcFrame"=dword:0x0
"CrtcFrameVPos"=dword:0
"LcddCntl1"=dword:0x0f00000
"LcddCntl2"=dword:0x3ffff
"GenLcdCntl1"=dword:0xa950fd
"GenLcdCntl2"=dword:0x3f000
"LcdBackGroundColor"=dword:0x00ffffff
[GPIO] // GPIO
"PinUsed"=dword:0xFFFFFFFF
"PinDirection"=dword:0xFFFFFFFF
"PinData"=dword:0x0
"PinPullDown"=dword:0xFFFFFFFF
[SD]
"SdClockRate"=dword:312500 // SD Card Initial Clock Rate (Hz)
"SdCardDetectMethod"=dword:1 // SD Card Detection Method is initialized to polling
[CAMERA]
"CameraFlashGpioPin"=dword:0x11 // GPIO17
"CameraFlashPinPolarity"=dword:0 // Active high
"CameraOutputClkFreq"=dword:0 // Hz
"CameraFlashTrigger"=dword:0 // trigger by VSync
Thank, I will try.
Sian said:
Hi,
Can provide the link?
Click to expand...
Click to collapse
Link for subtittles plugin:
http://sourceforge.net/projects/tcpmpsubssubtit/
You can find program in development and hacking.
I have difficulty downloading this application here in this thread too. Can't someone post it somewhere for downloading?
Download link shagged
For people that are having problems with the download link, it's because of the spaces.
Use this instead...
http://www.easy-share.com/1903736063/TCPMP 081rc1b TouchHD.rar
Am I suppose to register with Easy Share in order to download this? Cos' the 'Free download' timer run up and no button appear for me to start the download.
Sian said:
Am I suppose to register with Easy Share in order to download this? Cos' the 'Free download' timer run up and no button appear for me to start the download.
Click to expand...
Click to collapse
Nope works fine here. Try a reboot, a different browser etc. When the free download timer is up and the "free download" button appears in the same place.
Now I see the button (using IE) but after clicking on the button it brought me to this other page with a 'Download the file' button, but clicking on it didn't bring up the 'save function'??
Can you provide mirror sites pls. Thanks

[PointUI] [DEAD] [Zepiii's HD Config v1.11 of PointUI] New WallPaper !

Presentation of the Applets
------------------------------------------------------------------------------
Welcome Screen - Applet MyStatus :
{
"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"
}
- Short press on the battery will show you % left of the battery
- long press on the battery will launch battery and brightness propreties
- short press on network icon will show you % recieve of it.
- long press on network will launch CommManager
- short press on the hour will show you active alarm
- long press on the hour will launch G-Alarm
My modification on this applet
- Added on week tab appointements of today and tomorow with dates before
- 10 appointements on week tab
- HELP : Arrive on week tab by default instead of today one.
------------------------------------------------------------------------------
Switch between applets is very fast by sliding from right to left or left to right with your finger. Also, you can click on the icon up right (House icon sshot upper), and you will arrive to a preview of your applet.
------------------------------------------------------------------------------
Next applet - Messages
- Press arrow : to switch between text message and email
- Press + : to create new message
- Press ... : to go in outlook (SMS or email)
------------------------------------------------------------------------------
Next applet – Slideshow
- Switch picture by picture
- One clic and you go in HTC album
- HELP : A fullscreen project already exist, but in QVGA HERE
------------------------------------------------------------------------------
Next applet – Music TAB
- You can integrate : S2P, Coreplayer or
- [DONE] : After have launched at least one time S2P (only), it will launch S2P by pushing pause. Play will be use to play and pause.
- HELP : Improve it ! More fonction, and too much space for the screen size !
------------------------------------------------------------------------------
Next applet – World
- Worldmap colored by Montecristoff
- HELP : Too much free space for the screen size ! Would be great to get it almost fullscreen
------------------------------------------------------------------------------
Next applet – Tasks
- Press ... to go in task management of Windows Mobile
- [DONE] : Show 7 tasks instead of 4
------------------------------------------------------------------------------
Next applet – RSS
- Add your RSS flux (Default : LeMonde & LaLibre but in french ! ) To modify it, use blocnotes and open
\\Program Files\\Home2\\RssReader\\FEEDS.xml
- Works WVGA ! Great !
------------------------------------------------------------------------------
Next applet – MyStatus
A lof of fonction here :
- Fast CommManager
- Long press lock key will lock using S2U2
- F1, F2, F3, F4 - fonction you want. By default (F1: G-Alarm, F2: S2P, F3: calendrier windows, F4 : call+123456)
To modify F1,F2,F3,F4 : \\Program Files\\Home2\\MyStatus\\Settings.txt
- Long press the network icon : flight mode
- Since v2.0.30 all space is clickable ! We should get 2 mores usefull programm ligns
------------------------------------------------------------------------------
Next applet – Wheater
- Using accuwheater as the TF3D, you can modify you town, work WVGA
- To add your own : click http://translate.google.fr/translat...wtopic.php?t=50847&sl=fr&tl=en&hl=fr&ie=UTF-8
------------------------------------------------------------------------------
Next applet – Calendar
- Press Today or Tomorrow to see you daily appointement
- HELP : Find how to put ThumbCal by default.
------------------------------------------------------------------------------
Presentation of the rest
As you can see on screenshot, there are 4 icons
------------------------------------------------------------------------------
- Phone icon : review of phone dialogues
------------------------------------------------------------------------------
- icon text : 12 favorites programm's and All App's switch by softkey.
------------------------------------------------------------------------------
- icon head : 12 favoris contacts
NB : It's a preview from google image : Our WVGA versoin got 12 favorites contacts
------------------------------------------------------------------------------
- icon message : open outlook !
- Search bouton : deleted to gain space !
------------------------------------------------------------------------------
- le bouton pointUI (middle of the softkey).
Here you can modify everything here : \\Program Files\\Home2\\Quick Launch
I've added as exemple S2P
------------------------------------------------------------------------------
How to install?
If you already had a previous version and you want to install MY config :
- Unistall PointUI. You save favourite contact & program from \Program Files\Home2
- Delete the following folder \Program Files\Home2
- Download PointUI on http://www.pointui.com/products/home-2
Scroll down :
Download (Build 2.0.30b) VGA/WVGA
It's long to install and configure applets...
... that's why i created this topics for you. I did some modifications and optimisation for our Touch HD ! It's easy, clean and fast ! So Let's go
How to? If you had a previous version of PointUI go to step 1, if not go to step 3.
1. Unistall PointUI. You save favourite contact & program from \Program Files\Home2
2. Delete the following folder \Program Files\Home2
3. Download PointUI on http://www.pointui.com/products/home-2
Scroll down :
Download (Build 2.0.30b) VGA/WVGA
4. Then, install it.
5. Download the files Zepiii's HD Config, unzip it.
6. Delete the following folders "Themes" and "AppletRibbon" in \Program Files\Home2
7. Open Zepiii's Config : You got 2 folders (Themes and AppletRibbon). Select them both and copy it. Then, paste then in your pocketPC at \\Program Files\\Home2
8. If it ask you to overwirte file, then you didn't did it correctly : check step 6, you can continue if you know what you do (only select some applets or something like that).
9. Go in "Menu","Customize" : Home Screen buttons V Align : Bottom !
10. (Re)launch it. Select 6 applets you wish !
Important : keep your HD during 2 hours and discove all fonction of this wonderfull PointUI !
I'll help you if you have problem, there is no potential risks. The maximal risk is hardreset, but it is (still) never arrived for any reason !
---------------------------------------------------------------------------------------------------
Don't download, except if you use Home 2 Free 2.0.30b. With the new version, it's not working correctly ! As i am using SPB at the moment, this project is currently dead ! I don't know if i'll come back to pointUI!
Last : Zepiii's HD Config v1.11 [ChangeLog]
Zepiii's HD Config v1.11 of PointUI Home 2 Free 2.0.30b
- Megaupload : http://www.megaupload.com/?d=BGMZZHI3
- Zshare : http://www.zshare.net/download/5881890122e4393a/
Old : v1.1
- Megaupload: http://www.megaupload.com/?d=ZPNDKB6I
Old : v1.0
- MegaUpload : http://www.megaupload.com/?d=HVAMWX5L
---------------------------------------------------------------------------------------------------
One thing important :
PointUI can't be integrated in any ROM !! It's a free programm but you can't use it without autorisation from Staff of PointUI !
Source
- PointUI : http://www.pointui.com/
- MyStatus : http://community.pointui.com/topic/appletvgamystatus-01b
- UIMusic : http://community.pointui.com/topic/appletbetaqvga-uimusic
- World : http://community.pointui.com/topic/applet-world-color-the-world
- Tasks : http://community.pointui.com/topic/applet-mod-tasks-qvga
- RSS : http://community.pointui.com/topic/appletvgarss-reader-beta-1-sonnar-style
- MyPhone : http://community.pointui.com/topic/myphone-applet
- Wheater : http://community.pointui.com/topic/beta-5-days-forecast-applet-1
- WVGA Wheater : http://community.pointui.com/topic/applet-mod-non-sonnar-5-days-weather-applet-for-wvga-only
- Messages : http://community.pointui.com/topic/applet-mod-messaging-applet-with-new-functionnalities
- Calendar : http://community.pointui.com/topic/appletdevcalendar-appointment-wvga-only
FAQ - Frequently Asked Questions
Who is the master?
PointUI - www.pointUI.com - My config is just light modification compared to their work ! Pro version will be out soon, don't hesitate to support them !
Where to get other applets?
http://community.pointui.com/topic/applets-the-applets-store
Where to get other themes?
http://community.pointui.com/topic/themes-the-themes-store
Will new themes make bug Zepiii's HD Config ?
It depend which themes ! Sometimes, i modify thing in themes folder !
But you can try, if it doesnt' work, simply reinstall ! Easy & Fast !
For each version version of Zepiii's HD Config, i'll lose my favourites programms and favourites contacts?
No, simply save the 2 folders from your ppc : \Program Files\Home2\: FavouriteApplications & FavouriteContacts.
Also, when you install my config and you had a old one : you can simply deleted "Themes" & "Applets Ribbon" and copy the new one after !
I am cooker, can i integrate PointUI in my ROM
No, excpet with SPECIAL autorizations from PointUI.com. Respect legal mention.
A pack of 30 WallPaper's for our HD !
Intersted by this?
> Important : If you are on Zepiii's HD Config 1.1:
> Go To "Menu","Customize","Auto Size Background" "Yes"
> Download this Zepiii's pack v1.0 of 30 wallpapers :
- Megaupload : http://www.megaupload.com/?d=VVYOQF5W
- Zshare : http://www.zshare.net/download/5881880319b1a422/
> Unzip it @ your storage card for exemple.
> Now go in PointUI Home2 in "Menu","Customize","Change BackGroundImage","Select your Image".
> Now restart Home2 !
> You got the wallpapper you want
> It works for anywallpaper, just that i proposed you a very nice pack of Wallpaper.
Reserved !!!!!!!
Hi. Nice work. Looks really good I must say. But can I get phone number to Rachael? She's your Girlfriend? Or already Wife maybe?
Czlowiekzezlota said:
Hi. Nice work. Looks really good I must say. But can I get phone number to Rachael? She's your Girlfriend? Or already Wife maybe?
Click to expand...
Click to collapse
Haha ! That's why i added this under :
NB : It's a preview from google image : Our WVGA versoin got 12 favorites contacts
So, it's not mine !
Btw, shoud i add your question to the FAQ ! HAHA
I have to say that this, in it's version 1, looks like a very serious and well thought out project!
Personally, design looks just a bit too colorful for my taste, but since this seems to be highly customizable, so I'm sure you could work up a more darker / sleek design.
Anyway, I will follow development of this, because it sure looks nice!
Rozenthal said:
I have to say that this, in it's version 1, looks like a very serious and well thought out project!
Personally, design looks just a bit too colorful for my taste, but since this seems to be highly customizable, so I'm sure you could work up a more darker / sleek design.
Anyway, I will follow development of this, because it sure looks nice!
Click to expand...
Click to collapse
For sure ! Background color is the default one ! You can add all background you want very easily
About v1. It's only my config that is v1.1 which mean, the applet i give you and modification i made. It's my "pack of applets" which is v1.1
PointUI is already at version 2.0.30b !
Looks great! But I've got problem with diacritic marks.
Is there a way to change font used in the theme?
please post a video of this in action
would like to see how good it performs before going through the long installation..
Looks awesome...
But does this work with wm6.5 ???
Yes, it works with 6.5. Already tried.
Zepiii, any video presentation?
i have a problem with changing the wallpaper. when i choose a different wallpaper it displays only the half of it, no matter what images i choose or in what folder it is. and when i selected one and i see it half , if i then select the option for autosize background the image goes black, no wallpaper at all. is there something im doing wrong?
NEW point UI menus
this new menus are Excelent but can´t download ???
any one please make a cab with this new menus and feactures for pointUI please many thanks
Welcome Screen - Applet MyStatus :
- Short press on the battery will show you % left of the battery
- long press on the battery will launch battery and brightness propreties
- short press on network icon will show you % recieve of it.
- long press on network will launch CommManager
- short press on the hour will show you active alarm
- long press on the hour will launch G-Alarm
My modification on this applet
- Added on week tab appointements of today and tomorow with dates before
- 10 appointements on week tab
- HELP : Arrive on week tab by default instead of today one.
------------------------------------------------------------------------------
Switch between applets is very fast by sliding from right to left or left to right with your finger. Also, you can click on the icon up right (House icon sshot upper), and you will arrive to a preview of your applet.
------------------------------------------------------------------------------
Next applet - Messages
- Press arrow : to switch between text message and email
- Press + : to create new message
- Press ... : to go in outlook (SMS or email)
- [DONE]: 7 preview messages instead of 4.
------------------------------------------------------------------------------
Next applet – Slideshow
- Switch picture by picture
- One clic and you go in HTC album
- HELP : A fullscreen project already exist, but in QVGA HERE
------------------------------------------------------------------------------
Next applet – Music TAB
- You can integrate : S2P, Coreplayer or
- [DONE] : After have launched at least one time S2P (only), it will launch S2P by pushing pause. Play will be use to play and pause.
- HELP : Improve it ! More fonction, and too much space for the screen size !
------------------------------------------------------------------------------
Next applet – World
- Worldmap colored by Montecristoff
- HELP : Too much free space for the screen size ! Would be great to get it almost fullscreen
------------------------------------------------------------------------------
Next applet – Tasks
- Press ... to go in task management of Windows Mobile
- [DONE] : Show 7 tasks instead of 4
------------------------------------------------------------------------------
Next applet – RSS
- Add your RSS flux (Default : LeMonde & LaLibre but in french ! ) To modify it, use blocnotes and open
\\Program Files\\Home2\\RssReader\\FEEDS.xml
- Works WVGA ! Great !
------------------------------------------------------------------------------
Next applet – MyStatus
A lof of fonction here :
- Fast CommManager
- Long press lock key will lock using S2U2
- F1, F2, F3, F4 - fonction you want. By default (F1: G-Alarm, F2: S2P, F3: calendrier windows, F4 : call+123456)
To modify F1,F2,F3,F4 : \\Program Files\\Home2\\MyStatus\\Settings.txt
- Long press the network icon : flight mode
- Since v2.0.30 all space is clickable ! We should get 2 mores usefull programm ligns
------------------------------------------------------------------------------
Next applet – Wheater
- Using accuwheater as the TF3D, you can modify you town, work WVGA
- To add your own : click http://translate.google.fr/translat...wtopic.php?t=50847&sl=fr&tl=en&hl=fr&ie=UTF-8
------------------------------------------------------------------------------
Next applet – Calendar
- Press Today or Tomorrow to see you daily appointement
- HELP : Find how to put ThumbCal by default.
------------------------------------------------------------------------------
Presentation of the rest
As you can see on screenshot, there are 4 icons
------------------------------------------------------------------------------
- Phone icon : review of phone dialogues
------------------------------------------------------------------------------
- icon text : 12 favorites programm's and All App's switch by softkey.
------------------------------------------------------------------------------
- icon head : 12 favoris contacts
NB : It's a preview from google image : Our WVGA versoin got 12 favorites contacts
------------------------------------------------------------------------------
- icon message : open outlook !
- Search bouton : deleted to gain space !
------------------------------------------------------------------------------
- le bouton pointUI (middle of the softkey).
Here you can modify everything here : \\Program Files\\Home2\\Quick Launch
I've added as exemple S2P
------------------------------------------------------------------------------
How to install?
If you already had a previous version and you want to install MY config :
- Unistall PointUI. You save favourite contact & program from \Program Files\Home2
- Delete the following folder \Program Files\Home2
- Download PointUI on http://www.pointui.com/products/home-2
Scroll down :
Download (Build 2.0.30b) VGA/WVGA
It's long to install and configure applets...
... that's why i created this topics for you. I did some modifications and optimisation for our Touch HD ! It's easy, clean and fast ! So Let's go
How to? If you had a previous version of PointUI go to step 1, if not go to step 3.
1. Unistall PointUI. You save favourite contact & program from \Program Files\Home2
2. Delete the following folder \Program Files\Home2
3. Download PointUI on http://www.pointui.com/products/home-2
Scroll down :
Download (Build 2.0.30b) VGA/WVGA
4. Then, install it.
5. Download the files Zepiii's HD Config, unzip it.
6. Delete the following folders "Themes" and "AppletRibbon" in \Program Files\Home2
7. Open Zepiii's Config : You got 2 folders (Themes and AppletRibbon). Select them both and copy it. Then, paste then in your pocketPC at \\Program Files\\Home2
8. If it ask you to overwirte file, then you didn't did it correctly : check step 6, you can continue if you know what you do (only select some applets or something like that).
9. Go in "Menu","Customize" : Home Screen buttons V Align : Bottom !
10. (Re)launch it. Select 6 applets you wish !
Important : keep your HD during 2 hours and discove all fonction of this wonderfull PointUI !
I'll help you if you have problem, there is no potential risks. The maximal risk is hardreset, but it is (still) never arrived for any reason !
---------------------------------------------------------------------------------------------------
Download – Last : Zepiii's HD Config v1.1 [ChangeLog]
Zepiii's HD Config v1.1 of PointUI Home 2 Free 2.0.30b
- Megaupload : http://www.megaupload.com/?d=ZPNDKB6I
- Mirror if needed.
Old : v1.0
- MegaUpload : http://www.megaupload.com/?d=HVAMWX5L
---------------------------------------------------------------------------------------------------
Important member of point UI will probably post important thing
One thing important : PointUI can't be integrated in any ROM !! It's a free programm but you can't use it without autorisation from Staff of PointUI !
Source
- PointUI : http://www.pointui.com/
- MyStatus : http://community.pointui.com/topic/appletvgamystatus-01b
- UIMusic : http://community.pointui.com/topic/appletbetaqvga-uimusic
- World : http://community.pointui.com/topic/applet-world-color-the-world
- Tasks : http://community.pointui.com/topic/applet-mod-tasks-qvga
- RSS : http://community.pointui.com/topic/appletvgarss-reader-beta-1-sonnar-style
- MyPhone : http://community.pointui.com/topic/myphone-applet
- Wheater : http://community.pointui.com/topic/beta-5-days-forecast-applet-1
- WVGA Wheater : http://community.pointui.com/topic/applet-mod-non-sonnar-5-days-weather-applet-for-wvga-only
- Messages : http://community.pointui.com/topic/applet-mod-messaging-applet-with-new-functionnalities
- Calendar : http://community.pointui.com/topic/appletdevcalendar-appointment-wvga-only[/QUOTE]
this new menus are Excelent but can´t download ???
any one please make a cab with this new menus and feactures for pointUI please many thanks
new feactures Menus for point UI download ?
this new menus are Excelent but can´t download ???
any one please make a cab with this new menus and feactures for pointUI
please many thanks
pepcza said:
Looks great! But I've got problem with diacritic marks.
Is there a way to change font used in the theme?
Click to expand...
Click to collapse
Hi ! i am sorry, but i don't understand "diacritic", can you give me a sshot exemple of what it is?
For any new theme : check the FAQ
str0nz0 said:
please post a video of this in action
would like to see how good it performs before going through the long installation..
Click to expand...
Click to collapse
radospol said:
Zepiii, any video presentation?
Click to expand...
Click to collapse
It is so easy to install and unistall (like 1h hour maximum ! i would say ten minutes) that i won't make it. In more uninstalling PointUI will not change anything from before to after in the configuration of your touch HD
masrterk said:
this new menus are Excelent but can´t download ???
any one please make a cab with this new menus and feactures for pointUI
please many thanks
Click to expand...
Click to collapse
Don't quote my first message, it makes topic so long !
I don't understand about can't download? Megaupload link not working?
I won't make a cab of it. I prefer this way, simply read the paragraph "It's long to install and configure applets.."
Then, read it and in maximum 1hours (i would 10-20 minutes) you have pointUI with a great config !
htckaiseruser said:
i have a problem with changing the wallpaper. when i choose a different wallpaper it displays only the half of it, no matter what images i choose or in what folder it is. and when i selected one and i see it half , if i then select the option for autosize background the image goes black, no wallpaper at all. is there something im doing wrong?
Click to expand...
Click to collapse
You are the second to report it, so now, it's a bug to correct in v1.2 ! I'll try to correct it for end of week and why not, for tonight!?
But to solve it, i need YOU ! Did you tried a 800x800 wallpaper?
Anyway, i'll check by myself this bug (coming from MYconfig and not from PointUI !)
[edit]OK ! I've found the problem, it will be corrected in v1.2 !
I'll perhaps add a new theme... So ppl will be able to choose between 2 !
The problem, there is sometime a lost of quality, but rarely to be honest, anyway for that i can't do anything for this i think.
The best will be to add 800x800 wallpapper, there, you will normally have no problem[/edit]
[edit2]I'll propose some nice wallpaper in almost same time than v1.2 ! [/edit2]
Hi, ActiveSync keeps running in the background (same prob of touchflo b4 rom update) how do i stop this pls?
Also I did not understand how to use the music tab (have core media player and WMP)
jpcicno6 said:
Hi, ActiveSync keeps running in the background (same prob of touchflo b4 rom update) how do i stop this pls?
Also I did not understand how to use the music tab (have core media player and WMP)
Click to expand...
Click to collapse
Read this for activesync : http://forum.xda-developers.com/showthread.php?t=386948
For music player, i am using S2P. That's why your pause button won't launch it. But in fact, when you are hearing S2P/WMP or CorePlayer and you come back to pointUI, music applet, you can switch next song/play it/pause from that applet. If you want that the button pause launch also WMP (as it do for S2P), check here :
http://community.pointui.com/topic/appletbetaqvga-uimusic/page/2#post-9570
MegaDownload limit exceeded

[SHARE] Sounds of Windows Phone 7

This is the secound round of data/files found on the Windows Phone 7 via the Functional WebServer found at : http://forum.xda-developers.com/showthread.php?t=877782
This time the zip contains alarms, alerts and ring's + a random file name: "Samsung tune.wma" (only found on samsung?).
Alarm-01.wma > Alarm-06.wma
Alert-01.wma > Alert-10.wma
Ring01.wma > Ring30.wma
Samsung tune.wma
Zip: 6270 kb
Enjoy
Thanks! I don't have WP yet, but i'll use the rings on my Android. Just for fun! o/
Np, justa having fun with dumps
Nice, I have this one from my samsung omnia 7 (ringing to you)

Just playing with Advanced Info on version 10.0.14291.1001

I was just playing on my 950 XL with advanced info
be sure you use version 10.0.14291.1001 or 10.0.14291.1000
what i did :
- put my phone in mtp mode
- browse on my pc to : this pc -> windows phone -> phone -> dpp -> mmo -> regscreen
--- > there a couple of files you can edit
- i replaced the file : imagelabel_dark.png with my own ( i put : my first test in it )
- and changed the content of the file : coo.txt with the text : test test test
- then HARD reset my phone ( or settings -> about -> reset your phone )
i know its not much but i just want to share this info.
have fun with it ..
Micheal
see here the result :
what it do for you ,advanced info meant for finetune your device ,it makes apps work better with the info on it ,you can change anything in that by just going
HKLM/SOFTWARE/OEM/NOKIA (or any OEM)/variant
all fields are change it make fun
also change Soc 8996(SD 820) below and PhoneManufacturer "HP"see any performance increase with Antutu Benchmark V6 and share your Results
SYSTEM/Platform/DeviceTargetingInfo/PhoneManufacturer == " HP "
SYSTEM/Platform/DeviceTargetingInfo/PhoneSOCVersion == " 8996 "
Coz antutu is fake.
augustinionut said:
Coz antutu is fake.
Click to expand...
Click to collapse
unfortunately that's the only benchmark tool For WM10. other apps need to upgrade WM 10

Categories

Resources