This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dd if=/sdcard/boot.img of=/dev/block/platform/omap/omap_hsmmc.0/by-name/boot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb reboot bootloader | |
./fastboot flash recovery <recovery>.img | |
./fastboot reboot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Source: http://forum.xda-developers.com/showpost.php?p=20445197&postcount=7 | |
NOTE: The Baseband is defined by 3 sets of codes. | |
The first two are the Country Code, the next 2 denote the Year and Month (KK = 2011 November) | |
and the last number denotes the Revision. | |
Country Code: | |
CE---> Belgium, Luxembourg, Netherlands | |
DC---> Thailand |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Settings -> Applications -> Manage Applications -> Market -> Clear Cache -> Force Stop (this button will be enabled if your Market is still running) -> OK | |
# Open a console and type the following command (for *nix user, remember to use sudo to avoid permission error): | |
adb shell setprop gsm.sim.operator.numeric 310260 | |
adb shell setprop gsm.operator.numeric 310260 | |
adb shell getprop gsm.sim.operator.iso-country us | |
adb shell getprop gsm.operator.iso-country us |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<security-constraint> | |
<web-resource-collection> | |
<web-resource-name>Random Writings Insight</web-resource-name> | |
<url-pattern>/*</url-pattern> | |
</web-resource-collection> | |
<auth-constraint> | |
<role-name>insight_admin</role-name> | |
</auth-constraint> | |
</security-constraint> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<tomcat-users> | |
<role rolename="insight_admin" /> | |
<role rolename="insight" /> | |
<user username="insight" password="admin" roles="insight, insight_admin" /> | |
</tomcat-users> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<tomcat-users></tomcat-users> |
NewerOlder