UberSocial v1.353 (OS 4.6-7.1)
Uber social
Changes from 1.352 to 1.353 include:
-Fixed the photo picker in OS 6.0 and 7.x to use thumbnails
-Fixed the lack of notifications showing up in the notification bar in OS 6.0 and 7.x
Filesize1.42 MB
DateTuesday 08 May 2012 - 09:30:56
Downloads796
DownloadHere
Sunday, May 13, 2012
Wednesday, April 25, 2012
Change Windows7 Welcome Screen
In Windows7 its possible to change Welcome Screen (that appears when you start your computer with user list) and set Image there as your own choice. This feature is disabled by default, so you’ll have to enable it from the Registry and need to make one new folder only.
To Do this ...
1 ) Open Run Command box
Click here to know how to open Run Command box
2 ) Type "regedit" in "Run" window textbox
3 ) Hit "Enter", this will open "Registry Editor"
4 ) From the HKEY_LOCAL_MACHINE subtree, navigate/goto following subkey
SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background
to do this click on "+" left side of item name in tree view.
5 ) Double Click on "OEMBackground", "Edit DWORD (32-bit) Value" window will open
If you don’t see "OEMBackground", right-click in the right pane, select the New submenu and create a new DWORD value with "OEMBackground" name
6 ) Enter "1" as "Value data:", Click ok to close
7 ) Open folder "C:\Windows\System32\oobe"
here "C" is drive where windows installed, may be you have some other drive
8 ) Right Click inside the folder, Select New and then New Folder from popup menu
Click here to Read more »
To Do this ...
1 ) Open Run Command box
Click here to know how to open Run Command box
2 ) Type "regedit" in "Run" window textbox
3 ) Hit "Enter", this will open "Registry Editor"
4 ) From the HKEY_LOCAL_MACHINE subtree, navigate/goto following subkey
SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background
to do this click on "+" left side of item name in tree view.
5 ) Double Click on "OEMBackground", "Edit DWORD (32-bit) Value" window will open
If you don’t see "OEMBackground", right-click in the right pane, select the New submenu and create a new DWORD value with "OEMBackground" name
6 ) Enter "1" as "Value data:", Click ok to close
7 ) Open folder "C:\Windows\System32\oobe"
here "C" is drive where windows installed, may be you have some other drive
8 ) Right Click inside the folder, Select New and then New Folder from popup menu
Sunday, April 15, 2012
VMware Authorization Service is not running Error
"The VMware Authorization Service is not running" Error
Click here to Read more »
One of my freind is getting this VMware Error while useing "VMWARE" software, and we found its to fast and easy to solved this error
To Do this ...
1 ) Open Run Commandbox
Click here to know how to open run commandbox
2 ) Type "services.msc" in Run Commandbox textbox
3 ) Click on "Ok", and "Services" window open
4 ) Search for "VMware Authorization Service" under "Name" column
5 ) Double click on "VMware Authorization Service"
6 ) "VMware Authorization Service Properties(Local Computer)" window will open
Click here to know how to open run commandbox
2 ) Type "services.msc" in Run Commandbox textbox
3 ) Click on "Ok", and "Services" window open
4 ) Search for "VMware Authorization Service" under "Name" column
5 ) Double click on "VMware Authorization Service"
6 ) "VMware Authorization Service Properties(Local Computer)" window will open
7 ) Check "Service status:", it must be stopped
Monday, April 9, 2012
Create Custom Keyboard Shortcut in iOS 5
iOS 5 comes with only one shortcut, but you can define/create nw Shortcut your self to speedup your typingTo Do this ...
1 ) Select "Settings" icon from main menu
2 ) Select "General" Option from "Settings" options
3 ) Select "Keyboard" from "General" options
4 ) Scrollup Screen till you dont see "Shortcuts" options
here you will see one added shortcut "omw - On my way!" and "Add New Shortcut..." option
5 ) To add new shortcut, select "Add New Shortcut..."
6 ) New "Shortcut" page will open
7 ) Type the shortcut abbreviation in the "Shortcut" textbox, and what you want the shortcut to expand to in the "Phrase" textbox.
Friday, March 30, 2012
Aprilfool Trick
Tomorrow is Aprilfool Day so here is trick that will help you to make your friend/family member fool without harm or damage computer.i am putting very small trick(dont think its take long time because many steps in list) so you can do that when they are out for only 5-7seconds only.
To Play this Trick ...
1 ) Close every running/open Program
2 ) Press "PrtSc" key two times on your keyboard
3 ) Open "Paint"
you will open Paint from Start Menu > All Programs > Accessories > Paint
4 ) Press "Ctrl + V", to paste computer screen in paint
5 ) Press "Ctrl + S", Save As dialog box will open
6 ) Enter "File name:" as you want, Select "JPEG" as "Save as type:"
7 ) Select "Desktop" form Left side bar to save file, Click on save to save file, Close Paint
8 ) Open Saved file from desktop, make Right click on that
9 ) Select "Set as Desktop Background" from popup menu, Close open Image
Tuesday, March 20, 2012
Lock Down Computer If Someone Try to Hack It
Most easy way to guess someone's password is trying different random key combinations(like birthdate, mob no...) and you must be worried if someone enter your computer by doing that, but here is way to secure your computer by locking it temporarily when wrong password entered couple of time.
To Secure your system ...
Click here to Read more »
To Secure your system ...
1 ) Open "Command Prompt" as Administrator
Click here to to know more way to open "Command Prompt"
2 ) Type "net accounts" in Command Prompt and press "Enter"
3 ) List of your Current Password Policy will apeer
4 ) Check default value of "Lockout threshold:", it must be "Never"
means your accout will naver lock even someone entered many key combinations.
5 ) To change "Lockout threshold:" Type "net account /lockutthreshold:xx"
where xx is the number of times you want to allow someone entered password before the account is locked.
i.e. if you want to lock down computer after five times you need to type "net account /lockutthreshold:5"
6 ) Press "Enter" to save setting, you will get "The command completed successfully." message
7 ) Check default value of "Lockout duration<minutes>:", it must be "30"
means if your computer will be lock down for 30minutes after selected incorrect attempt
8 ) If you want to change lockout duration, Type "net accounts /lockoutwindow:xxx"
where xxx is the minutes you want to lock down your computer after selected incorrect attempt
i.e. if i want to lock down computer for 1hour i need to type "net accounts /lockoutwindow:60"
Click here to to know more way to open "Command Prompt"
2 ) Type "net accounts" in Command Prompt and press "Enter"
3 ) List of your Current Password Policy will apeer
4 ) Check default value of "Lockout threshold:", it must be "Never"
means your accout will naver lock even someone entered many key combinations.
5 ) To change "Lockout threshold:" Type "net account /lockutthreshold:xx"
where xx is the number of times you want to allow someone entered password before the account is locked.
i.e. if you want to lock down computer after five times you need to type "net account /lockutthreshold:5"
6 ) Press "Enter" to save setting, you will get "The command completed successfully." message
7 ) Check default value of "Lockout duration<minutes>:", it must be "30"
means if your computer will be lock down for 30minutes after selected incorrect attempt
8 ) If you want to change lockout duration, Type "net accounts /lockoutwindow:xxx"
where xxx is the minutes you want to lock down your computer after selected incorrect attempt
i.e. if i want to lock down computer for 1hour i need to type "net accounts /lockoutwindow:60"
Friday, March 9, 2012
BlackBerry App World 3.1.1.21 Hanging trouble
If you are BlackBerry user and if your BlackBerry App World Just updated to 3.1.1.21, you must be facing Hanging trouble like me while try to open it (I have 9100 with me). Even after tried reboot and battery pull, uninstalling and reinstalling App world, reinstall OS6 with no success.But here is a way to solved this trouble ...
1 ) Select "Option" from main Menu
2 ) Select "Device" from Option page
3 ) Select "Application Management" from "Device" page
4 ) Select "Blackberry App World" from Application list
5 ) Click on "Delete" button
6 ) "Blackberry App World" will delete from your BlackBerry, Restar BlackBerry
7 ) After restart, open "Http://rroyy.com/otaarchive/" in BlackBerry browser
8 ) Click on "Download" to reinstall older version on App World
(for my BlackBerry i select v3.1.0.60 - OS6)
Subscribe to:
Posts (Atom)


