Samsung Galaxy Note CM9 Alpha

A quick ScreenCast showing of CM 9 Alpha on the Galaxy Note [XDA Thread]
Ice Cream Sandwich runs GREAT, even with the pre-beta build that does not have ICS graphic blobs.  I changed the DPI to 160 to activate the tablet interface.  Too bad I can’t hang up that phone call 😉
Notice how smooth GTA3 runs (any stuttering is due to the screencast software and not the build).

SBS 2003 W3SVC1 log file grew to 50GB!

W3SVC1 log file located in C:inetpublogslogfiles grew to 50GB on a client SBS 2003 server.
Safe to delete manually.   Controlled by Start>Run>%SystemRoot%system32inetsrviis.msc
iisloggingWeb Sites > Right click Default Web Site > Properties > Enable Logging
Scheduled task to keep it on but stop the log file from growing unrestricted found here on Microsoft Technet:
Start>Run>CMD

at 12:00 /EVERY:Su Forfiles.exe -p C:WINDOWSsystem32LogFilesW3SVC1 -m *.log -d -30 -c “Cmd.exe /C del @path”

Best I’ve found so far.
The process is a little different with SBS 2008 and IIS7:
Disabling WSUS Logging (or any website on Windows Server 2008)

PCLaw 11.0 SP1

pclawWhen you first open PCLaw, it should prompt you to update to the latest version of the application.  Make sure all programs are closed and select YES and it the update will occur automatically on your workstation.

You should see “Successful Installation” and the finish button.  If not, please let me know. Windows 7 workstations may need to RIGHT CLICK the PCLaw icon and choose “Run as Administrator”.

Attached are the release notes for PCLaw 11 SP1 which includes the change log and feature enhancements.  The biggest feature change will be the addition of PCLaw mobility.  More instructions on that will be forwarded in the future.

Be sure to bookmark https://pclawmobility.lexisnexis.com/ on your iPhone or Android.

Here is the full PCLaw 11.0 User Guide (469 pages)

The Combine 2011

combine

The Combine 2011

My office, Mallor | Grodner LLP, is a sponsor of the 2011 Combine.  As the systems administrator for a law firm  (several actually), I tend to look at everything on a tilt for the legal industry.

I walked away from the Combine with a renewed love of Bloomington and loads of ideas for how to maximize technology in the legal environment.

I was fortunate enough to attend the Tech Cocktail, Ignite Bloomington, and many of Saturday’s workshops including API Hackday.

Continue reading “The Combine 2011”

Dell Streak + Win7 Fastboot Drivers

The SWF tutorials:   qdltool-tutorial or win64-driver-verification-disable.ZIP

  • Disable Win7 64 bit driver verification.
  • Start – cmd (CTRL + SHIFT + ENTER for admin priv command prompt)
  • ENTER:   bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS_
  • ENTER:   bcdedit -set testsigning on
  • Both commands should complete successfully.  Close CMD window.
  • Reboot
  • Next steps will install certificate from repairtool.zip Continue reading “Dell Streak + Win7 Fastboot Drivers”

Time Matters 11 sp1 TM Save and Shortcut Errors

The latest service pack for Time Matters has a quirk that causes it to lose the desktop shortcut to the program and possible corrupt the TM Save link in MS office Add-ins.
Here is how to fix the Microsoft Office 2007 integration error with TM Save plugin for Time Matters 11. If you experience the following errors, please read on.
Time Matters Shortcut is damaged or missing:
Open Start > My Computer and browse to C:Program FilesLexis NexisTime Matters 11
Right click the file “TMWE.exe” and choose “Send to > Desktop (Create Shortcut). Right click the new desktop shortcut and rename to “Time Matters 11”. Right click again and choose “Pin to Start Menu”.
Continue reading “Time Matters 11 sp1 TM Save and Shortcut Errors”

Theme Android (Dell Streak5)

Theming Froyo Dialer

Contacts.apk

Contacts.apkreslayout-long-fingertwelve_key_dialer.xml

  • CHANGE android:background=”#ff313131″ like:
  • LinearLayout android:orientation=”vertical” android:id=”@id/top” android:background=”@drawable/custom_dialer_background” android:layout_width=”fill_parent” android:layout_height=”fill_parent”

Contacts.apkreslayout-long-land-fingertwelve_key_dialer.xml

  • android:background=”@drawable/custom_dialer_background

Contacts.apkresvaluesplurals.xml

  • item quantity=”other”> %1$1$d contacts, %2$2$d with phones

Contacts.apkresvaluespublic.xml

  • <public type=”drawable” name=”voicedialer_pressed” id=”0x7f0200ce” />
  • <public type=”drawable” name=”custom_dialer_background” id=”0x7f0200cf” />

Contacts.apkresvaluesstyles.xml

  • <style name=”DialtactsTheme” parent=”@android:style/Theme.Wallpaper”>
  • <item name=”android:windowBackground”>@drawable/custom_dialer_background</item>

Once I you get that to compile, follow: [GUIDE]How to Theme Stock Dialer

archive: FROYO framework-res notes…

/system/app/settings.apk
HDPI 55×55: res/drawable-hdpi/ic_settings_*.png
(MDPI 48×48: res/drawable-mpdi/ic_settings_*.png
/system/framework/framework-res.apk
(50×26)/assets/webkit/android-weberror.png
HDPI: 72×72: res/drawable-hdpi/ic_menu_*.png
MDPI: 48×48: res/drawable-mdpi/ic_menu_*.png