Sunday, September 16, 2012
User PSExec to remote deploy EV outlook plug-in
psexec \\<computer_name> -u "user" -p "pass" cmd /c "msiexec.exe /i "\\<Computer_name or IP_address>\Public_Share\EV\en.msi" /q /norestart"
User PSExec to remote deploy EV outlook plug-in
Tuesday, July 24, 2012
Upgrade the ZTE Skate (V960) from 2.3.5 (Official ROM) to 4.0.4 ([ICS] [CM9] [4.0.4] ColdFusionX)
Previous ROM: ZTE 2.3.5 official (Rooted)
The ClockworkMod Recovery r4-4.0.1.4-skate-clockworkmod have been installed.
Step 1: Use the Titanium backup 5.1.1 to backup all apps and the data of those apps
Step 2: Backup the contact list to SIM card and also make the other backup by export to SD card
Step 3: Use SMS backup by using SMS backup and Restore
Step 4: Download the update-cm-9-20120515-SNAPSHOT-skate-ColdFusionX-tilal6991-signed.zip and gapps-ics-20120429-signed.zip
Step 5: Copy the GAPPs and ROM to a SD card
Step 6: Reboot the phone to CWM Recovery mode and FORMAT SYSTEM "Wipe data/factory". <- VERY IMPORTANT
Step 7: Then flash the ROM and any patches (if applicable)
Step 8: After this wipe data
Step 9: Then reboot out of recovery and let it boot into the ROM
Step 10: After you let it sit on the launcher for ~ 5 minutes then reboot into recovery again
Step 11: Now flash the GAPPs zip
Step 12: And reboot out of recovery mode
Step 13: Let it sit on launcher for another 5 minutes to stabilize.
Step 14: Now you need to cal the sensor and install Barnacle wifi tether for wifi tethering.
Reference:
http://www.modaco.com/topic/348745-ics-cm9-404-coldfusionx-for-the-zte-skate-rom-updated-1505/
http://www.addictivetips.com/mobile/what-is-clockworkmod-recovery-and-how-to-use-it-on-android-complete-guide/#booting
Upgrade the ZTE Skate (V960) from 2.3.5 (Official ROM) to 4.0.4 ([ICS] [CM9] [4.0.4] ColdFusionX)
How to apply a official Tango offline update (from 8107 to 8112 to 8773)
First of all, you need to check your phone is running on 8107. If not, please connect to Zune to upgrade to 8107.
(Remark: This method is not support 3rd parties cutomerized ROM installed phone. I tested it on Acer M310 only)
Step 1: Download the “WP7 Update Cab Sender”
http://dl.dropbox.com/u/7952970/WP7%20Update%20Cab%20Sender.rar
Step 2: Unzip and install the “Setup-UpdateWP” (Remark: There are X64 and X86 version)
Step 3: Go to folder “Tools” to copy the file under folder “x86” or “x64” to Zune program files (Default C:\Program Files\zune)
Step 4: Go to (Computer-> Properities –> Advanced System settings –> Enviroment Variables…-> “Path (Under System variables) –> to add the “;C:\Program Files\zune” (Not include “ “))
Step 5: Copy the “WP7 Update Cab Sender.bat” and All downloaded update .cab file (8107 to 8112) to C:\cabsend (Pls create it if it is missing)
Step 6: Run the “WP7 Update Cab Sender.bat” and press “S” to send the update (Please make sure the zune is closed)
Step 7: Wait for the installation complete and then reboot the phone.
Step 8: At that time, the phone is updated to 8112, then repeat the step 5 to 7 for replace the update file (This time use those files for 8112 to 8773) in the C:\cabsend
Step 9: Wait for the installation complete and then reboot the phone.
Update files required at the following:
Update from 7.10.8107.79 to 7.10.8112.7
OS
Languages: (Traditional Chinese, 0404)
Update from 7.10.8112.7 to 7.10.8773.98
OS
Languages: (Traditional Chinese, 0404)
Reference:
http://www.qdppc.com/thread-122054-1-1.html
http://www.qdppc.com/thread-121998-1-1.html
http://www.hkepc.com/forum/viewthread.php?tid=1762956
How to apply a official Tango offline update (from 8107 to 8112 to 8773)
Acer M310 – Windows Phone 7.5
I use the Acer M310 about two month, it is pretty good. But there are no compass and gyroscope on this phone.
When I run the Microsoft PhotoSynth, it is not running very well. It seems to be the hardware limitation.
Acer M310 – Windows Phone 7.5
Sunday, June 10, 2012
Different between remove mirror and break the mirror in Windows Server 2008 R2
(For your reference only, I only try in a VM one time to do the “remove mirror” and “break mirror”).
Remove mirror will also remove all the data on the designated mirror disk. (Disk A will keep current data, but Disk B will remove all the data and volume)
Break mirror will stop the mirroring of the volume, but it will keep the data in both disk. (Disk A and Disk B which creates two separate and independent volumes containing identical data)
Please do not try the “Remove mirror” or “Break mirror” in your production system unless you have full data backup and well prepare disaster recovery of your system. (Take your own risk)
Different between remove mirror and break the mirror in Windows Server 2008 R2
How to setup the software RAID 1 on Window Server 2008 R2?
Step 1: Open the “Server Manager” -> Storage -> Disk Management
Step 2: Select the “System Reserved” volume
Step 3: Right click on “System Reserved” volume and select “Add Mirror…”
Step 4: Press “Yes” to start the disk conversion and mirroring.
After the mirroring of the “System Reserved” volume is complete, you will see the Disk Management like the following:
Step 5: Select the “Volume C:” and “Add Mirror….”
Step 6: Select the disk you want to form mirror with your selected volume.
Then wait for few hours until the mirror is complete. The following screen is the disk starting to form mirroring. There are yellow alert on Disk 1 since the mirroring is not complete.
When the mirroring is complete, you will the Disk Management like the following:
How to boot into Windows if the Disk 0 is fail?
In the boot menu, select “Windows Server 2008 R2 – secondary plex”
Remark: Since this is a software RAID, please do not use this setup for the mission critical system. (Use this setup for your own risk)
How to setup the software RAID 1 on Window Server 2008 R2?