Feeds:
Objave
Komentarji

Archive for the ‘01010011000’ Category

Today one of the colleague came to me with brand new Samsung Galaxy S i9001, which couldn’t get accurate gps fix.

After short time, i found a working solution on xda-developers forum…

1 – Disable “Use Wireless Networks” | Settings > Location & Security

2 – Enable “Use GPS satellites” | Optional: “Use sensor aiding” (I do use it)

3 – Dial *#*#3214789650#*#* | Stock Dialer usually works best with codes.

[NOTE] When I enter the above code in GB default dialer it brings me to the “Location & Security” settings screen from Step 1. I fluked into this, to get into the Angry GPS settings you need to Double Press the ‘back’ button. As if you’re double-clicking your mouse button.

4 – Enter “Settings” | Then enter “General Settings
—| Test Mode: S/W Test
—| Operation Mode: MSBASED
—| Start Mode: Hot Start
—| GPS Plus: ON
—| GPS Logging: OFF
—| Time Out(s): 255
—| Accuracy: 50M

Now back to the previous screen.

5 – Enter “SUPL Settings” |
—| Server FQDN Type: Custom Config
—| Server: supl.google.com
—| Server Port: 7276
—| Server Type: UMTS SLP
—| SUPL Secure Socket: OFF
—| AGPS Mode: SUPL
—| SSL Type: VerSign

6 – Back out to previous screen, and then continue backing out to close and save the settings.
7 – Power Off Completely. (Until you feel the short vibe)
8 – Turn on phone.
9 – Get a clear line of sight to sky.

10 – Enable “Use Wireless Networks” | Settings > Location & Security

11 – Enter Angry GPS Settings again.

12 – Press “Delete GPS Data

13 – Press “TTFF Test” | Press “Start GPS” Let your phone sit for about 5 min. without touching anything. It will lock on to a few satellites, stop, count to 60 and do the same thing over. I let it do this about 10 times. Press “Stop GPS” and Back out to save.

 

Read Full Post »

Last week i had a lot of problems with slow and laggy RDP connection to windows 2008 servers and home windows 7 desktop. It was almost impossible to work. Yesterday i had enough, so i started to look for solutions and i think i found one.

It turns out that all i have to do, is run this command as administrator and voila.

netsh interface tcp set global autotuninglevel=highlyrestricted

 

I found this solution with explanation here.

Read Full Post »

First we need to create a new Self Signed Certificate for the existing web application.

Click on the root node in IIS 7 Manager and select the “Server Certificates” icon in the feature pane on the right:

Click the “Create Self-Signed Certificate…” link on the right side of the window.

Enter a name and click OK. Now you should see your certificate which appears in the list of server certificates.

Select the IIS site that is running the SharePoint application and click on the “Bindings…” link on the right hand side of the page

To enable SSL click “Add”, select “https” and select the SSL certificate we created earlier:

Click OK. At this point we have configured IIS to allow connections to this site over SSL but we need to let SharePoint know to map these requests to the correct web application.

Configure SharePoint to accept requests over HTTPS

Navigate to Central Administration > Operations, select “Alternate Access Mappings” and click “Edit Public URL’s”

Select the Alternate Access Mapping Collection for the web application and enter the relevant HTTPS address. It is up to you which Zone you put the URL in as this doesn’t affect anything and is just there to help you remember what they are each used for.

That’s it! You should now be able to browse to your site using SSL. If you are using a self signed certificate you will first be presented with a certificate warning so click on the “Continue to this website (not recommended)” link and your site will be displayed.

I found this solution here.

Read Full Post »

For simple solution (tested on windows 7) follow this steps:

1.) go to windows\system32
2.) find t2embed.dll (you must set the option to see all files and folders in windows explorer)
3.) open properties
4.) open security tab
5.) select ‘Everyone’ or whatever users you are trying to allow
6.) click Edit
7.) check Full Control allow All
8.) click ok

in word
save as > save as type > pdf

Read Full Post »

Follow this steps if you have troubles installing Prezi Desktop on Linux Ubuntu.

1.) download adobe air v 2.6
2.) chmod +x AdobeAIRInstaller.bin
3.) sudo ./AdobeAIRInstaller.bin
4.) sudo firefox
5.) follow prezi install steps on https://prezi.com/desktop/
6.) make cool presentations

Read Full Post »

Older Posts »