- click on start menu >>open control penal>>click on Network and Internet connection.
- Click on Network Connection>>>>
- Right Click on Local Area Connection>>>>>than click on Properties
- click on internet protocol >>>>>>>than click on properties
- click on (use the following DNS server address)type 8.8.8.8 in the 1st box
and type 8.8.4.4 in the 2nd box and SAVE.
- Enjoy You Tube in Pakistan.
Thursday, November 10, 2016
New Seller Countries in Google Play
New Seller Countries in Google Play
If you develop Android apps in one of the new countries and want to get started selling them, visit play.google.com/apps/publish and set up a new Google Play developer account. Once youve uploaded your apps, you can price them in any available buyer currencies, publish, and then receive payouts and financial data in your local currency.
If you are based in Israel or Mexico and are currently selling apps through an AdSense merchant account, you will need to migrate your apps to a new Google Play developer account in your local currency. Watch for an email that provides complete information on the migration process and timeline.
Additionally, we encourage developers everywhere to visit the Developer Console as soon as possible to set prices for their products in the currencies of these new countries. Stay tuned for more announcements soon as we continue to roll out our new billing infrastructure to buyers and sellers throughout the world.
+Android Developers
Available link for download
Sunday, November 6, 2016
Open YouTube In Pakistan With Out any Proxy in Pakistan
Open YouTube In Pakistan With Out any Proxy in Pakistan
0 Response to "Open YouTube In Pakistan With Out any Proxy in Pakistan"
Available link for download
Wednesday, October 19, 2016
Unifying Key Store Access in ICS
Unifying Key Store Access in ICS
[This post is a group effort by Tony Chan, Fred Chung, Brian Carlstrom, and Kenny Root. Tim Bray]
Android 4.0 (ICS) comes with a number of enhancements that make it easier for people to bring their personal Android devices to work. In this post, were going to have a look at the key store functionality.
Back in Android 1.6 (Donut), a system key store was added for use by VPN. Although this was later expanded to support WiFi authentication, applications werent able to access it.
In the past, it was common practice for apps to maintain their own key store if they needed to authenticate a secure SSL web server, or authenticate the user to a server via a client certificate. While this works, it can present manageability issues in an enterprise environment where multiple certificates may be shared across a number of apps such as Email and Browser.
New in ICS: KeyChain
To bridge the gap in ICS, theres a new API named KeyChain that regulates application access to the system key store and allows users to grant application access to the credentials stored there. Additionally, this API enables applications to initiate installation of credentials from X.509 certificates and PKCS#12 key stores.

The KeyChain API is rather simple. To install a key store or a certificate, you retrieve an install intent, supply the raw bytes of the credentials, and use the intent to launch a system installation dialog. If its a keystore, as in the example below, youll need provide the data in PKCS#12 format, and the user will have to know the PKCS#12 password.
byte[] keystore = . . (read from a PKCS#12 keystore)
Intent installIntent = KeyChain.createInstallIntent();
installIntent.putExtra(KeyChain.EXTRA_PKCS12, keystore);
startActivityForResult(installIntent, INSTALL_KEYSTORE_CODE);The install intent launches a system dialog that prompts the user to enter the password for the keystore.
This can also be used for installing organizational CA certificates which will then be trusted by all applications to authenticate to non-public servers with certificates issued by the same CA.
In ICS, Android no longer requires a separate password to protect the system credential storage. Rather, it uses the screen lock password for this purpose, and the Android Device Administration API can be used for central policy enforcement. This means, for example, that the screen lock password cant be removed as long as the secured credentials remain on the device.
Accessing System Key Store Credentials
Once the system key store is configured, the KeyChain API offers functions such as requesting a client certificate for authenticating with an SSL server. The first time an application requests access, the user is prompted with a list of available certificates and can select one to grant access to that certificate to the application. If the user chooses to allow access to a certificate, a string alias name for the certificate is returned to the application. The application can then use the alias to access the certificate in the future without further user involvement.
The code below illustrates how an application can prompt the user to select a credential alias and grant access to the application. KeyChain will remember this selection such that the same application can save the credential alias selection and have access to the same certificate in future. For example, the Email application for ICS has implemented this feature in its Server Settings screen.
KeyChain.choosePrivateKeyAlias(this,
new KeyChainAliasCallback() {
public void alias(String alias) {
// Credential alias selected. Remember the alias selection for future use.
if (alias != null) saveAlias(alias);
}
},
new String[] {"RSA", "DSA"}, // List of acceptable key types. null for any
null, // issuer, null for any
"internal.example.com", // host name of server requesting the cert, null if unavailable
443, // port of server requesting the cert, -1 if unavailable
null); // alias to preselect, null if unavailable
Once an application has been granted access to the certificate, it can access the private key through the getPrivateKey() method. It is worth noting that as with any PrivateKey objects, the application should not make assumptions about the encoding. For example, on some implementations the PrivateKey object may just be an opaque representation of a key stored in a hardware key store.
Heres a sample code snippet that demonstrates the use of private key retrieved from the key store for signing:
PrivateKey privateKey = KeyChain.getPrivateKey(context, savedAlias);
if (privateKey != null) {
...
Signature signature = Signature.getInstance("SHA1withRSA");
signature.initSign(privateKey);
...
}A common use of the private key is for SSL client authentication. This can be implemented by using an HttpsURLConnection with a custom X509KeyManager that returns the PrivateKey retrieved from the KeyChain API. The open source Email application for ICS uses KeyChain with an X509ExtendedKeyManager. To learn more, have a look at the source code (in SSLUtils.java).
This API provides a unified way to access the system key store credentials. If your application uses client certificates (take note: enterprise email client or web browser developers) you should definitely look into the KeyChain API for your next update!
Available link for download
Thursday, October 13, 2016
MOST ADVANCE ACTIVE SUSPENSION SYSTEM IN VEHICLES
MOST ADVANCE ACTIVE SUSPENSION SYSTEM IN VEHICLES

- Collision detection and airbag deployment: To measure intensity of collision and signal to initiate airbag deployment.
- Electronics stability programs and control: Measures acceleration along various axes, (e.g. forward, braking and cornering accelerations, to compute relative movements and regulate them).
- Antilock braking systems.
- Active suspension systems: Measures longitudinal and lateral accelerations as well as vehicle roll characteristics to change damper characteristics accordingly.
- Hill descent/hold control: Measures vehicle inclination and speed to regulate system.
- Monitoring Noise,Vibration and Harshness.
- Vehicle navigation systems to determining vehicle location, speed, etc.
Wednesday, October 5, 2016
RF CONTROLLED ROBOTIC BOAT TO TRAVEL IN WATER
RF CONTROLLED ROBOTIC BOAT TO TRAVEL IN WATER


If you want to buy this project, drop email on technofieldsystems@gmail.com
Available link for download
Thursday, September 29, 2016
Tips in Finding Any Device’s IP Address and MAC Address
Tips in Finding Any Device’s IP Address and MAC Address
Side point of view of a mans hands using propelled cell as a part of inside at his teaming up spot using development
Each framework joined device compact workstations, desktops, mobile phones, tablets, and everything else has an IP address on the framework and a unique MAC address. There are various reasons you might need to find this information, so heres the methods by which to find it on each one of the convenient workstations, PDAs, and tablets you might have lying around.
This will basically demonstrat to you an individual devices IP address. Youre probably behind a switch on your framework, so your open IP address your IP address on the Internet is unmistakable and must be found elsewhere.
Windows 10
On Windows 10, you can find this information more quickly than you could on past types of Windows. Click the Wi-Fi image in the notice range, or structure plate, and after that tap the "Framework settings" join.
If its not a Wi-FI affiliation, you can open the Settings application, select "Framework and Internet, select the sort of affiliation it is, and hunt down more information.
Click "Moved options" in the window that appears. (You can in like manner accomplish this window by opening the Settings application and investigating to Network and Internet > Wi-Fi.) Scroll down and youll see this information under the Properties heading.
Windows 7, 8, 8.1, and 10
You can find this information in diverse courses on past versions of Windows. Clearly, these frameworks still work on Windows 10, too.
Essentially open the Control Panel, click "Point of view framework status and errands" under Network and Internet, click "Change connector settings", right-tap the affiliation youre using, and select "Status". Click the "Purposes of interest" catch under Connection and youll see all the information you need to know in an once-over.
You can in like manner find this information by opening a Command Prompt window and running the going with request:
Mac OS X
The most direct, quickest way to deal with find this information on Mac OS X is to hold down the "Decision" key on your console and tap the Wi-Fi image on the menu bar at the most noteworthy purpose of your screen. The Option key enables smart access to status information elsewhere in Mac OS X, too.
Youll see your Macs IP address by "IP address." Other unobtrusive components here will demonstrat to you information about your remote framework and your switchs IP address.
You can in like manner find this information by tapping the Apple menu on the menu bar at the most elevated purpose of your screen, selecting "Structure Preferences", tapping the "Framework" image, selecting the framework affiliation, clicking "Advanced", and tapping the "TCP/IP" tab. Youll find the MAC address under the "Hardware" tab.
iPhone and iPad
To find this information on an iPhone, iPad, or iPod Touch running Apples iOS, first open the Settings application. In the Settings application, tap "Wi-Fi" and after that tap the "i" image to the other side of the Wi-Fi affiliation youre starting now joined with. Youll see the IP address and other framework purposes of enthusiasm here.
To rather find the MAC address, investigate to General > About in the Settings application. Look down and look at the "Wi-Fi Address".
Android
On Android, you can find this information in the Settings application. Pull down from the most noteworthy purpose of the screen and tap the gear image or open your application drawer and tap the "Settings" application image to open it.
Tap the "Wi-Fi" elective under Wireless and frameworks, tap the menu get, and tap "Advanced" to open the Advanced Wi-Fi screen. Youll find the IP address and MAC address appeared at the base of this page.
As constantly on Android, these decisions may be in a to some degree better place dependent upon how your maker revamp your contraption. The above methodology was performed on a Nexus 7 running Android 6.0 Marshmallow.
Chrome OS
On a Chromebook, Chromebox, or some other device running Chrome OS, you can find this in the Settings screen.
The speediest way to deal with get to this information is to tap the status range at the base right corner of your screen, tap the "Connected with [Wi-Fi Network Name]" decision in the summary, and click the name of the framework youre joined with. An affiliation information page will open.
You could in like manner open the Settings page by tapping the menu find in Chrome and selecting "Settings". Click the name of the Wi-Fi framework youre joined with at the most elevated purpose of the Settings page, and subsequently click it afresh. Youll see the same page.
The MAC area is under the "Affiliation" tab, while the IP area is under the "Affiliation" Tab.
Linux
On a present day Linux structure, this information should be successfully open from the status or notice district. Scan for a framework image, click it, and select "Affiliation Information". Youll see the IP address and other information here the "hardware area" is the MAC address.
This is the way NetworkManager does it, and most Linux scatterings now use NetworkManager.
If you just have permission to a terminal, run the going with request. Disregard the "lo" interface, which is an area loopback interface. In the screenshot underneath, "eth0" is the framework relationship with look at.
ifconfig
The system is near on distinctive devices, from preoccupation consoles to set top boxes. YOu should have the ability to open the Settings screen and hunt down a "Status" screen that demonstrates this information, a "Framework" screen that may show framework affiliation unpretentious components some spot, or an once-over of information on an "About" screen. In case you cant find these purposes of interest, perform a web search for you
Available link for download
Wednesday, September 28, 2016
Tutorial SPD Android Mobile Root Read Full Flash Backup in PAC format
Tutorial SPD Android Mobile Root Read Full Flash Backup in PAC format
How To Root Lemon P5
1.Mobile On Condition.
2.USB Debug Mode Enabled.
3.Minimum 2Gb Memory Card Inserted into Phone With 32 BIT Formatte.
4.Now Connect To Pc Port.
5.Open Volcano Box Software.
6.Go to SPD Tab.
7.Select 6820/8810.
8.Select One-Key Root.
9.Select ADB_ROOT from Option.
10. Untick Auto-Detect Pinouts.
11.Click on Run.
12.Mobile will Detect Phone on ADB.
13.Some Times After Mobile Restart & Root Done.
Root Image Below
1.Mobile On Condition.
2.USB Debug Mode Enabled.
3.Minimum 2Gb Memory Card Inserted into Phone With 32 BIT Formatte.
4.Now Connect To Pc Port.
5.Open Volcano Box Software.
6.Go to SPD Tab.
7.Select 6820/8810.
8.Select One-Key Root.
9.Select Backup Flash from Option.
10. Untick Auto-Detect Pinouts.
11.Click on Run.
12.Mobile will Detect Phone on ADB.
13. Some Times After Volcano Box Software Ask Where Save File.
14.Make Flash File Path.
15.Some Times After Mobile Read Done.
Lemon P5 SPD Android Mobile Read Done In Volcano Box Type
Read Flash Image 1
Here I Telling You How To Making PAC File
1.First Download ResearchDownload_VER_2.9.7017
ResearchDownload_VER_2.9.7017 BY YASH MOBILE - Download - 4shared - gopal parmar
2.Open ResearchDownload_VER_2.9.7017
3.Open To Settings.
4.Go To Main Page.
5.Select All Files.
6.Select Product I Select SC6820 Because Lemon P5 In SPD Cpu.
8.Click On Packet
9.Save Flash File Path In PAC Format.
10.Now Complete PAC File
11.Now Ready Lemon P5 Flash File In PAC Format
Available link for download
Tuesday, September 27, 2016
Nokia Infineon Flash File 7 in 1Setup Download
Nokia Infineon Flash File 7 in 1Setup Download
1280 RM-647(5.80) 1616 RM-125(3.61 , 4.65 , 5.80) 1800 RM-653(5.80) C1 RM-689(3.00) C1.01(3.35) C2 RM-704(3.45) X1.01,RM-713(V05.34) (Urdu , Arabic) Languages with inis in 1 Setup exe
INFINEON 7 IN 1 SETUP.exe
File size : 89.6 MB Only
Available link for download
Top 10 Pharmaceutical Companies In Nigeria Update
Top 10 Pharmaceutical Companies In Nigeria Update
Pharmacy as a profession comes with a lot of profit due to the rate at which pharmaceutical products are being patronised. These products should come with an expected standard thereby doing what it was produced for. Students currently studying Pharmacy in any university in Nigeria can look up to the following standard pharmaceutical companies ranked as Top 10 for their internship.
- Click hereto view top 10 list of pharmaceutical companies in Nigeria
Available link for download
Sunday, September 25, 2016
Tafheem ul Quran in Urdu PDF free Download by Maulana Syed Maududi
Tafheem ul Quran in Urdu PDF free Download by Maulana Syed Maududi
