BULGARI’s WordPress

Uncaught Exception java.lang.error

Posted by: BULGARI on: October 11, 2009

When BlackBerry app executing, then Printed the Error.

Here is simple solution.

Option -> Advance Option -> Application -> (Application that you have just installed) -> (Menu Button) -> Edit Permission -> Check (Set) Allow All (Check All) -> (Menu Button) -> Save -> Reset Device (Remove Battery & Restart) -> Now start the program

If not solved, then follow these steps.

1. After deleting the application, you will be asked to reboot. Allow that to happen.
2. After rebooting, go back to Options, advanced options, applications, menu (click thumb roller), Modules.
3. Scroll right down to the bottom of the modules list, and you should be able to see a the application module. Delete that.
4. You will be asked to reboot. Allow it.
5. Re-install the application.

Phantom bookmark Problem Solution

Posted by: BULGARI on: October 11, 2009

When Using iPodtouch / iPhone ..

Occured Springboard some of Phantom weird bookmark icons. (empty safari bookmark icons.)

Although You deleting the items, they are reappear that re-spring with winterboard or etc.

=Solution=

at first into terminal (via mobile terminal or SSH)

then go the this path : cd /User/Library/WebClips

(Remove all *.webclip directories by “rm” unix command)

rm -rf /User/Library/WebClips

How to Half-Star Rating in iTunes

Posted by: BULGARI on: September 24, 2009

The Macintosh solution to allow half-stars is one simple line that can be entered in Terminal. In order to implement this hidden feature you will need to close iTunes on the Macintosh and open Terminal (/Applications/Utilities). With Terminal opened type the following command followed by the ENTER key:

defaults write com.apple.iTunes allow-half-stars -bool TRUE

For Windows users the implementation of half-stars is simply a matter of adding a few lines to a hidden preference file. After closing iTunes on your Windows computer navigate to the iTunesPrefs.xml file. This file is normally located in C:\Documents and Settings\username\Application Data\Apple Computer\iTunes for Windows XP users or C:\Users\Username\AppData\Roaming\Apple Computer\iTunes for Windows Vista. The Application Data folder is generally hidden so you will need to make sure you have “Show Hidden Files” selected in Folder Options.

Open the iTunesPrefs.xml file with a text editor such as Notepad or Wordpad and search for “User Preferences” Find the place in the iTunesPrefs.xml file that says:

<key>User Preferences</key>
<dict>

Below that line type the following:

<key>allow-half-stars</key>
<data>
dHJ1ZQ==
</data>

Save the iTunesPrefs.xml file and launch iTunes. You will be able to click between the stars in the ratings field to rate content by half-star. If you ever want to disable this ability just edit the iTunesPrefs.xml file and remove the lines you entered.

How to get Bootcamp from Leopard DVD Image

Posted by: BULGARI on: August 15, 2009

Part 1

Do not mount the Leopard DMG. If it is mounted, unmount it and then restart (you must restart or it will not work, there’s no way to get around it, sorry guys.)

Part 2

Open a new Terminal window. If you don’t know where to find terminal it’s in Applications/Utilities.

Type in:
Code:
sudo hdid -nomount
[Add a space to the end] and drag the Leopard DMG file from your hard drive to the terminal window. The path will appear, and you can hit enter on the command. This forces the HFS+ partition of the Leopard DMG to not load, allowing the ISO part of the DMG to be booted, which is what we need.

If you’re not using sudo already, it’ll ask you for your password, type it in, hit enter, and you’ll be rewarded with the following:
Code:
/dev/disk? Apple_partition_scheme
/dev/disk?s1 Apple_partition_map
/dev/disk?s2 Apple_Driver_ATAPI
/dev/disk?s3 Apple_HFS
Take note of the “?” because you’ll need to remember it in a little bit.

Part 3

We need to make a way for the volume to mount on your Mac, so type in:
Code:
mkdir /Volumes/drivers
You’ll recieve no response but this is normal.

Part 4

You’re almost there! We now need to force the DMG to load with the ISO volume instead of the HFS+ volume. To do so, simply type:
Code:
sudo mount -t cd9660 -o nodev,nosuid /dev/disk? /Volumes/drivers
Where ? is the number we mentioned earlier. Remeber not to include the ’s1,’ ’s2,’ or ’s3′ parts in this command.

Now you simply have to restart Finder, which is easy to do from terminal:
Code:
killall Finder
Now you just have to copy the drivers onto a USB drive [or burn them to a disc], boot into Windows and install.

No more need TCP-Z ! (just VISTA & Serve2008 SP2)

Posted by: BULGARI on: May 27, 2009

How to enable the half-open TCP connections limit in Windows Vista with Service Pack 2 and in Windows Server 2008 with Service Pack 2

INTRODUCTION

By default, the half-open TCP connections limit is disabled in Windows Server 2008 with Service Pack 2 (SP2) and in Windows Vista with Service Pack 2 (SP2). This article describes how to impose the half-open TCP connections limit in Windows Server 2008 with SP2 and in Windows Vista with SP2. The limit is ten connections.

Note In Windows Server 2008 and in Windows Vista with Service Pack 1 (SP1), the system allows for a maximum of ten half-open TCP connections at any time.

MORE INFORMATION

How to enable the half-open TCP connections limit

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:

322756 How to back up and restore the registry in Windows

To enable the half-open TCP connections limit in Windows Server 2008 with SP2 or in Windows Vista with SP2, set the value of the EnableConnectionRateLimiting DWORD registry entry to 1 (0×00000001).

To do this, follow these steps:

1) Click Start, type regedit in the Start Search box, and then click regedit.exe in the Programs list.

If you are prompted for an administrator password or for confirmation, type your password, or click Continue.

2) Locate and then double-click the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip

\Parameters\EnableConnectionRateLimiting

3) In the Value data box, type 1, and then click OK.

4) Exit Registry Editor.

5) Restart the computer.

Tags:

Firefox tweaks that will double your browser speed !

Posted by: BULGARI on: April 1, 2009

- Reduce the amount of RAM Firefox uses for its cache feature

1. Type “about:config” (no quotes) in the adress bar in the browser.
2. Find “browser.sessionhistory.max_total_viewer”
3. Set it’s value to “0“;(Zero)

- Increase the Speed at Which Firefox loads pages

1. Type “about:config” into the address bar and hit Enter.
(Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.)

2. Alter the entries as follows:
Set “network.http.pipelining” to “true”
Set “network.http.proxy.pipelining” to “true”
Set “network.http.pipelining.maxrequests” to some number like 10. (This means it will make 10 requests at once)

3. Lastly, right-click anywhere and select New-> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0“;.(Zero)

This value is the amount of time the browser waits before it acts on information it receives. If you’re using a broadband connection you’ll load pages faster now.

Optionally (for even faster web browsing) here are some more options for your about:config (you might have to create some of these entries by Right Click –> New– > Interger or String

network.dns.disableIPv6: set “false”
“content.notify.backoffcount”: set “5“; (Five)
“plugin.expose_full_path”: set “true”.
“ui.submenuDelay”: set “0; (zero)

- Reduce RAM usage to 10MB when Firefox is minimized:
This little hack will drop Firefox’s RAM usage down to 10 Mb when minimized:

1. Open Firefox and go to the Address Bar. Type in about:config and then press Enter.
2. Right Click in the page and select New -> Boolean.
3. In the box that pops up enter “config.trim_on_minimize”. Press Enter.
4. Now select True and then press Enter.
5. Restart Firefox.

TCP-Z ‘ Fail to load driver’ issue

Posted by: BULGARI on: March 22, 2009


TCP-Z

if you print on screen

“Fail to load driver.

Please right click this program, run as administrator.”

Already KIS2009 Firewall Rules Allowed TCP-Z, Still problem exist…

I have solution. It’s too simple !

Windows Start – RUN, Entered ‘ regedit ‘

Delet This Items

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpz

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpz-x86

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_TCPZ-X86

then REBOOT !

Good Luck :D

ACDSee Pro!

Posted by: BULGARI on: November 11, 2008

ACDSee Pro 2.5

 

ACDSee Pro 2.5 is the complete tools for Photographers !

ACDSee Pro 2.5 comes with all the SOTA(state-of-the-art) tools demanded by professional photographers.

Perfect images with SOTA non-destructive RAW processing and advanced pixel-level editing.

 

anyway I Stronely Recommend !

 

DOWNLOAD

Boxee, Awesome !

Posted by: BULGARI on: November 4, 2008

Boxee is a free and open source cross-platform media center & entertainment hub with SNS.

Looks Good, also support Multi-Languages. more details visit the official site – http://www.boxee.tv

anyway great user-interface..! awesome xD

New MBP Downgrade ?

Posted by: BULGARI on: October 29, 2008

 

New Macbook Pro, Downgrade from Old Model Some Parts… Check it Out !

 

First. More Large & More Heavy – 4% Larger than Old Model, Weight also increase 0.1 Pounds

 

Second. Lower Battery Life – 20% lower than Old Model (when use 9600M GT GPU)

 

Third. Lower GPU Chip – Actually 2 GPU(9400M , 9600M GT) integrated in New MBP, but 9400M  is Same Spec in Macbook Models.. only when you switch to alternate CPU chip, you feel high perfomance. (only use 4 hours)

 

Fourth. Only Glossy-Screen – Old Models also can select option at Matte Screen. New Stuffs Removed Matte Option. Matte screen prefer Photographers or Video Engineers .. becuz less glare and fingerprints than glossy screen.

BULGARI

Blog Stats

  • 119,213 hits

Category Cloud

Archives

Twitter

  • 이 @iReed 사람 말씀인가요? RT @preney: 닥터 리드는 제껍니다♥♥♥♥ RT @ardshuna: 크리미널 마인드란 재미있는 것이었군뇨♥__♥ 1 hour ago