Tuesday, December 17, 2013
It is the information of manufacturing cell phone jammers
What is a "soft solution"? The "soft solution" is referred to as "software unlock". What is "unlocked"? Unlock unlock solution is the network operator lock. Why Why do cattle fork phone AT & T sold $ 199? It is because of the lock. Locked a cattle cross the mobile phone, you can only use his phone card, let him make money. Mobile effort can only be inserted mobile card, you can not use other operators network. But some countries the law: "Do not engage in technological monopoly, the consumer is God, he wanted to use the the Han net with Han network, as long as God give money, you have to let him use the card of the other operators." So, "Xie lock "was born. How to unlock the operators of the things of God are paying. The life time of cell phone jammers can be prolonged further.
Such as the Australian version. There is a word called "lock", that is, there is no network lock. For example, the official website of the Order of the Hong Kong version. No lock Well no lock, the price can not stand. Some national laws do not protect the God who spend money, such as the United States. Buy no lock? The next life. So some cattle fork incomparable God began to study, the Team DEV. They do a "software unlock program," This is the famous, extremely cattle fork YellowSn0w by operators can not "unlock" So God save money. The soft solution before there is a love to hate: "SIM" card affixed to the role and the soft solution to achieve a lock version to use third-party operators card. If the customer needs the suggestion about the installation and operation of cell phone jammers .
Or version updates (like XP to Vista). "Recovery" is the format reinstall, "update" is to keep the original program on the basis of an upgrade. Should be "update" is relatively slow, but the "recovery" will result in data loss in case of no backup. Firmware, probably the equivalent of operating systems or functions of the computer more advanced BIOS. The firmware upgrade (to restore or update) and the escape or not, do not conflict. But for a locked version of iPhone is already unlocked, regardless of the jailbreak or not, it should not upgrade the firmware, otherwise it will cause the iPhone is locked, it is equivalent to that before the firmware upgrade will make the unlock failure and can not be used (because cracking method will not be faster than the firmware version update. The manufacturer should purchase the material of cell phone jammers .
Although the hacker is very powerful, but Apples designers Is a vegetarian.) As for the specific conditions of this can not be used, when there are many. Not unlock the lock (only normal use, such as the American people to use AT & T network the iPhone), and lock-free version, the firmware upgrade does not matter, just before escape, the installed non-genuine copy of the App Store in the software may not be able to continue to use (of course some small software you can use, this should and software programming with Apples official detection limit). In addition, the firmware upgrade, it should be is the need to reactivate. But just to say, for a locked version of iPhone has been unlocked.
Sunday, April 7, 2013
The Risks of Self Installation of your Auto Sound System
Tuesday, April 2, 2013
The Gentle Touch Circuit Diagram
Consumer appliances these days hardly ever have a proper mains switch. Instead, appliances are turned on and off at the touch of a button on the remote control, just like any other function. This circuit shows how a device (as long as it does not draw too high a current) can be switched on and off using a pushbutton. The approach requires that a microcontroller is already available in the circuit, and a spare input port pin and a spare output port pin are required, along with a little software. When power is applied T1 initially remains turned off. When the button is pressed the gate of T1 is taken to ground and the p-channel power MOSFET conducts. The microcontroller circuit is now supplied with power. Within a short period the microcontroller must take output PB1 high. This turns on n-channel MOSFET T1 which in turn keeps T1 turned on after the push-button is released.
Now the microcontroller must poll the state of the push-button on its input port (PB0) at regular intervals. Immediately after switch-on it will detect that the button is pressed (a low level on the input port pin), and it must wait for the button to be released. When the button is next pressed the device must switch itself of f: to do this the firmware running in the microcontroller must set the output port pin to a low level. When the button is subsequently released T1 will now turn off and the supply voltage will be removed from the circuit.
The circuit itself draws no current in the off state, and for (rechargeable) battery-powered appliances it is therefore best to put the switch before the voltage regulator. For mains-powered devices the switch can also be fitted before the voltage regulator (after the rectifier and smoothing capacitor). Since there is no mains switch there will still be a small standby current draw in this case due to the transformer. Be careful not to exceed the maximum gate-source voltage specification for T1: the IRFD9024 device suggested can withstand up to 20 V. At lower voltages R2 can be replaced by a wire link; otherwise suitable values for the voltage divider formed by R1 and R2 must be selected.
Circuit diagram:
The Gentle Touch Circuit Diagram
The author has set up a small website for this project at http://reweb.fh-weingarten.de/elektor, which gives source code examples (which include dealing with pushbutton contact bounce) for AVR microcontrollers suitable for use with AVR Studio and GNU C. Downloads are also available at http://www.elektor.com.
Rainer Reusch - Elektor Electronics 2008