Lievenvw’s Weblog

howto reset ipod

October 30, 2009 · Leave a Comment

howto reset or reboot a hun ipod

http://support.apple.com/kb/HT1320

any ipod with a scrol wheel :

  1. togle hold switch on and off
  2. press and hold menu & center untill the ipod reboots (about 6 seconds).

the old ipods with click wheels

  1. togle hold switch on and off
  2. press and hold menu & play button untill the ipod reboots (about 8 seconds).

if nothing else helps, use a hammer or wait untill the battery is empty

→ Leave a CommentCategories: audio
Tagged:

citrix white theme howto

October 30, 2009 · Leave a Comment

Citrix updated it’s white team howto with specifications for WI 5.2

http://support.citrix.com/article/ctx119509

→ Leave a CommentCategories: citrix
Tagged:

enable desktop viewer on webinterface 5.2

October 30, 2009 · Leave a Comment

Citrix Desktop Viewer is nog longer enabled by default in WebInterface 5.2

Enable it by adding : “ShowDesktopViewer=On” in webinterface.conf

→ Leave a CommentCategories: citrix
Tagged:

windows update error 0xC80003FB

October 30, 2009 · Leave a Comment

  • stop automatic update service
  • delete %windir%\SoftwareDistribution\datastore
  • start automatic update service

→ Leave a CommentCategories: Windows
Tagged: ,

installing secure gateway on xenapp 5 server breaks session reliability

October 28, 2009 · Leave a Comment

I normally never install a secure gateway on the XenApp box itself, so I don’t know if it’s the same case with other versions of Presentation server.

Anyway, after installing Citrix Secure Gateway on a Xenapp 5 fp2 box, the path to the XTE service was wrong in the registry and in the httpd.conf file.

see http://support.citrix.com/article/CTX118021

entries in eventvwr :

The description for Event ID ( 3299 ) in Source ( Citrix XTE Server ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The Citrix service named; Citrix XTE Server; reported the following error:
>>>; Syntax error on line 3 of C:/Program Files/Citrix/XTE/conf/httpd.conf:; ; ; ; ; .

and

The description for Event ID ( 3299 ) in Source ( Citrix XTE Server ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The Citrix service named; Citrix XTE Server; reported the following error:
>>>; ServerRoot must be a valid directory; ; ; ; ; .

 

In my case I had to edit both registry & httpd.conf file.  Didn’t reboot, just started the XTE service.

 

→ Leave a CommentCategories: citrix
Tagged:

Groovefish : Grooveshark client for windows mobile 6

October 12, 2009 · 1 Comment

found this little application for our windows mobile devices :

Groovefish will allow you to search for and play virtually any song in the world for free via your Windows Mobile 6.x device!

developed by Barguast

development / download bugs etc here

if you don’t know what grooveshark is

→ 1 CommentCategories: HTC · audio
Tagged: , , ,

VMware Server.msi is not permitted due to an error in software restriction policy processing. The object cannot be trusted.

June 2, 2009 · 1 Comment

You try to install a Vmware Server 2, and get an error claiming that software restriction policies prohibit this installation.

In the eventvwr (application log) you find an entry like this :

The installation of C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\{AF08C71F-F822-4416-87A9-2BBF5A8A5F12}~setup\VMware Server.msi is not permitted due to an error in software restriction policy processing. The object cannot be trusted.

Solution : KB9253326

http://support.microsoft.com/kb/925336

→ 1 CommentCategories: Windows · vmware
Tagged: ,

Windows Mobile 6.5 themes, skins, apps, plugins,…

May 22, 2009 · Leave a Comment

It hasn’t been officially released yet (it’s gold however), but here is the master thread with Windows Mobile 6.5 themes, skins, apps, etc.

for example :

but I still prefere touch flo 3D 2 :)

check it out here :

→ Leave a CommentCategories: HTC

Shep’s Custom Windows Mobile 6.5 rom for HTC Touch Pro

May 22, 2009 · 1 Comment

As most of you have found out, Monx no longer offers his rom trough XDA, but strictly trough his website.  Access to his roms is now only available after a donation.  You’re choice, his rom’s are worth it, check it out here And that will be the last thing I write about RoMeOS, until his policy changes.

now for another ROM.  I highly recommend Shep’s Custom Windows Mobile 6.5 series.  It’s as fast & Stable as Windows Mobile 6.1 (if not faster on many occasions), I have a GPS lock within 5-10 seconds (with quick gps data downloaded), etc.

You might want to check out the new windows Mobile 6.5 interface, personally I prefer the Touch Flo 3D 2 interface!

Check it out here

→ 1 CommentCategories: HTC
Tagged: , , ,

Profiling Microsoft Office 2007 for Streaming – Best Practices

May 3, 2009 · Leave a Comment

check out the Citrix KB here .

Covers everything from generating the .msp (setup.exe /admin) to profiling / outlook profiles / updates …

→ Leave a CommentCategories: Uncategorized
Tagged: , ,

HTC Touch Pro Theme : BBExtreme 4

February 9, 2009 · Leave a Comment

Check out this new theme from showaco : BBExtreme 4.

thread here
download here

bbextreme4_1

bbextreme4_2


→ Leave a CommentCategories: HTC

How to configure VMWARE networking from the Service console command line.

January 28, 2009 · 2 Comments

How to configure VMWARE networking from the command line.

see vmware KB 1000258
1.
Ensure the network adapter you want to use is currently connected

[root@server root]#  esxcfg-nics –l
Name    PCI      Driver      Link Speed    Duplex Description
vmnic0  06:00.00 tg3         Up   1000Mbps Full   Broadcom Corporation NetXtreme BCM5721 Gigabit Ethernet
vmnic1  07:00.00 tg3         Up   1000Mbps Full   Broadcom Corporation NetXtreme BCM5721 Gigabit Ethernet

Up indicates that the network adapter is available and functioning.

2.
List the current virtual switches

[root@server root]# esxcfg-vswitch –l
Switch Name    Num Ports   Used Ports  Configured Ports  Uplinks
vSwitch0       32          3           32                vmnic0

PortGroup Name      Internal ID    VLAN ID  Used Ports  Uplinks
VM Network          portgroup2     0        0           vmnic0

In the above example, there exists a virtual machine network named “VM Network” and no Service Console portgroup. For illustration, we will create a new virtual switch and place the service console portgroup on it.

3.
Create a new virtual switch:

[root@server root]# esxcfg-vswitch –a vSwitch1

4.
Create the Service Console portgroup on this new virtual switch:

[root@server root]# esxcfg-vswitch –A “Service Console” vSwitch1

Because there is a space in the name we chose (Service Console), we must enclose it in quotation marks.

5.
Uplink vmnic1 to the new virtual switch:

[root@server root]# esxcfg-vswitch –L vmnic1 vSwitch1

6.
If you need to assign a VLAN, use the command:

[root@server root]# esxcfg-vswitch -v <VLAN> -p “Service Console” vSwitch0

where <VLANID> is the VLAN number. A zero here specifies no VLAN.

7.
Verify the new virtual switch configuration:

[root@server root]# esxcfg-vswitch –l

Switch Name    Num Ports   Used Ports  Configured Ports  Uplinks
vSwitch0       32          3           32                vmnic0

PortGroup Name      Internal ID    VLAN ID  Used Ports  Uplinks
Service Console     portgroup5     0        1           vmnic0

Switch Name    Num Ports   Used Ports  Configured Ports  Uplinks
vSwitch1       64          1           64                vmnic1

PortGroup Name      Internal ID    VLAN ID  Used Ports  Uplinks
Service Console     portgroup14    0        1           vmnic1

8.
Create the vswif (Service Console) interface. For example:

[root@server root]# esxcfg-vswif –a vswif0 –i 192.168.1.10 –n 255.255.255.0 –p “Service Console”
[‘Vnic’ warning] Generated New Mac address, 00:50:yy:yy:yy:yy for vswif0

Nothing to flush.

9.
Verify the configuration:

[root@esx]# esxcfg-vswif –l
Name     Port Group          IP Address    Netmask          Broadcast      Enabled   DHCP
vswif0   Service Console     192.168.1.10  255.255.255.0    192.168.1.255  true      false

10.
Verify the networking configuration on the ESX Server host. See Verifying ESX Server host networking configuration on the service console (1003796) .

→ 2 CommentsCategories: vmware
Tagged:

Update on Themes, roms, games & dialer for your HTC Touch Pro / Fuze

January 23, 2009 · Leave a Comment

long time since there has been an update,

some new themes for your touch pro / Fuze

What is CFC compression

Thanks to Chainfire for that. What’s CFC? Its a compression method for the tf3d image files that greatly reduces file size. The CFC cab and zip below also included a modified manila.exe and mode9.dll necessary for the cfc compressed files along with two other dlls and ALL manila image files compressed. CFC compression allows for quicker tf3d.

BBExtreme 2 link

bbextreme2_1

bbextreme2_2

This is, in my opinion, the nicest theme around.  CFC and non CFC version available.  only problem => the guy removed the calender.  A new version should come available this weekend with the calender added back in!

Blue TF3D link

bluetf3d

from the same guy, nice blue theme.  CFC compressed version available.

Games

Touch Pro Super Arcade 3.3 link

One cab, with these games

Navtetris by Baldo
Net Hack PPC by M Stephenson
All Mobile Mines by BinaryFish
Battleship by Steve Belczyk
Chess by Valentin Iliescu
Clickball by
Connecting Jigsaw
Crosswords by Eric House
Cubicle Chaos from Microsoft
Dope Wars by Jenifer Glover
Hearts
ICBM by Geoff Macdonald
G-Invaders by ageye DONATE
Rubik
Tangled Bugs by XflibINFO
TripYzee by Tim C.
Caver by Ageye DONATE
Diamond Beer v2 by cgeboers
Sensory Overload by Koush
Pocket Uno by OrangaProgramaro
Pipes by Xflib
Sudoku by Xflib

ROMS

I’ve flashed a lot of roms in the last few months.  Some ROMS to remember

The Amazing Rom v10 R WWE link

desktopclock

This is without a doubt, one of the nicest looking roms out there.  It’s quite fast, and a nice addition id P.D.M.  This enables you to download cabs from the PDM, and install them with just one click.  Gps is fast also.

The Raphael Elite rom RC3 link

This is the rom I’m using right now.  Very fast, and a lot of tweaks & apps built in.

Lantis OS link

Been using this one also.  Also very fast, and worth checking out his RC2 builds with Manilla HD included.

There is no best ROM.  Almost every rom is fast, and quite bugfree.  Test them all :)

Dialer

Do you also pick up your phone accidentally from time to time ?  Most new roms have changed the default dialer with a new version that includes a dialer.

have a look at it here

dialer

→ Leave a CommentCategories: HTC
Tagged: , ,

HD manilla from Touch HD on HTC Diamond / Touch Pro

November 17, 2008 · 1 Comment

“Hackers” of XDA have managed to port the HD Manilla from the HTC Touch HD to the HTC Touch Pro & Diamond.  (manilla is the Touch Flo 3D user interface from the HTC Touch Pro / Diamond / Touch Hd).

some release notes :

- Fastest manila version
- 1 new tab – Stocks!
- 1 updated tab – Weather (now the forecast is for 5 days)
- BackGround4All pages mod included
- Forward option in messaging menu
- Customizable tabs. U can chage an order or hide any tabs you want by using new option in settings menu. Attention!!! U can see common tabs only !!!

Please note that all this is still beta.  It’s worth cheching it out, if you know what you’re doing.  Otherwise, i would wait untill a more stable (and easier to lauch) version is launched.

link here :

→ 1 CommentCategories: HTC
Tagged: , ,

updates on custom ROMS for the HTC Touch Pro

November 17, 2008 · 2 Comments

I’m currently using ROMeOS V1.40, which is very fast and very stable.  Good GPS  reception, activesync / pushmail working 100%.  My HTC hasn’t crashed anymore in the last 2 weeks, which is a first!  I highly recommend this rom, it’s clean, it’s nothing fancy, but it made my Touch Pro the best GSM / pocket pc i’ve ever had.

  • ROMeOS² World Wide English version here
  • ROMeOS² French Version here
  • ROMeOS² Dutch Version here

Another very popular ROM atm is a Rom made by the PDAviet forum.  Some users are discussing this  rom here in English :  They are porting stuff from the Touch HD to the Touch Pro.  Haven’t tried this rom yet, but i’m following it closely, as it has some potential.

A first beta of the Elite Rom Project has been released here .  I wouldn’t recommend this rom yet (it’s beta), but as it’s made by a few of the best skilled rom devs, its worth checking it out.  It might become the best ROM yet.

and finally PROven Rom.  This guy is also porting stuff from the touch HD to the Touch Pro.  I might install a next version later, it has some potential.  Check it out here .

→ 2 CommentsCategories: HTC
Tagged: , ,

master list of HTC diamond manilla themes, icons, clocks, tweaks

November 3, 2008 · Leave a Comment

NisseDilligaf made a huge list of available HTC diamond manilla tweaks, clocks, icons, themes etc etc.  Check it out here if you want to customize your diamond.

Some of these also work on the Touch Pro (icons, clocks, some themes).  Trial and error :)

→ Leave a CommentCategories: HTC
Tagged: , ,

ROMeOS 1.21 released for HTC Touch Pro

October 27, 2008 · Leave a Comment

ROMeOS² got updated to version 1.21. Based on Htc Rom 20758.1.4.1, It’s really really really faster then any previous build / tweak I’ve ever tried.  Make sure you backup all your data before you flash to this rom.

tips on howto flash your Touch Pro here

tips on howto backup your data with pimbackup here

[v1.21] Consider this as BETA 2 or final if no major bugs
-[CHGED] NEW 20758 XIP & OS BUILD | Thanks to ayyu3m
-[CHGED] NEW ATT v1.95.502.5 BASE | Thanks to incognitho
-[CHGED] 4 icons in a row for programs & settings page supported but disabled by default.
-[CHGED] Manila now has full support for mun_rus Manila addon.
-[ADDED] mun_rus Manila addon (uninstallable)
-[ADDED] Shutdown animated screen
-[CHGED] REALLY FASTER THAN PREVIOUS BUILD

(All previous fixes/tweaks/hacks/etc has been applied to this ROM except new bugs may found)

→ Leave a CommentCategories: HTC
Tagged: , ,

HOWTO hardreset (format) your HTC Touch Pro

October 27, 2008 · 78 Comments

Hard resetting your phone is like reinstalling windows on your computer, and chosing to format your windows partition. It will wipe out all data of your phone, your messages, your contacts, pictures, xls data, everything.  Except what’s on your memory card.

So before you hard reset your phone, backup your data.  Some tips :

1. Backup your phone with PIM backup (messages, contacts, …)
2. copy your pictures etc either to your computer, or to your memory card
3. If possible, sync mail, tasks, calender, contacts with either your exchange server, or outlook, or …

To quote pda4x.com :

1. With your phone on. Pull out your stylus.
2. Hold your Touch Pro upside down.
3. Press and Hold the VOLUME DOWN and ENTER buttons, then press the RESET button with the stylus tip till message appear
4. To HARD RESET, Press the VOLUME UP button to perform the hard reset, or else press any other button to cancel.
5. Then just follow all the screen instruction to continue…

hardreset touchpro

hardreset touchpro

→ 78 CommentsCategories: HTC
Tagged: , ,

The Icons theme for HTC Touch Pro

October 22, 2008 · 1 Comment

check out the themes posted here . Kinda nice.

if you just want to replace your icons, and some tabs, check out the themes here

→ 1 CommentCategories: HTC
Tagged: , ,

backup & change T9 custom words on windows mobile

October 20, 2008 · 3 Comments

before you flash or hard reset your device, you might want to backup your T9 custom words. They are saved in eT9Rudb.Rdb in the windows folder.  There is also eT9MyWord.exe in the windows folder, allowing you to edit, change, delete, … the custom words.

→ 3 CommentsCategories: HTC
Tagged: , , , ,