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
@echo off | |
rem COUNT | |
set c=0 | |
rem FOLDER ID | |
set f=0 | |
mkdir folder%f% | |
echo Copiando a folder%f%... |
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
Dim Configuration As Configuration = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.PerUserRoamingAndLocal) ' Take the configuration file in %APPDATA%\..\Local\<Application.Info.Title>\<Version>\user.config | |
Dim Section As ConfigurationSection = Configuration.GetSection("userSettings/" & My.Application.Info.Title & ".My.MySettings") ' Take the sections group of the file called userSettings and select the section <Application.Info.Title>.My.Settings (i.e.: WindowsApplication1.My.Settings). | |
If Not Section.SectionInformation.IsProtected Then ' If it's not encrypted... | |
Section.SectionInformation.ProtectSection("RsaProtectedConfigurationProvider") ' Encrypt it. Note the selection of the proper provider "RsaProtectedConfigurationProvider". | |
End If | |
Section.SectionInformation.ForceSave = True ' Force save, it might not work else because it might think it shouldn't be saved (i.e.: already protected, but with changes). | |
Configuration.Save(ConfigurationSaveMode.Full) ' Force saving the full configur |
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" encoding="UTF-8"?> | |
<manifest> | |
<!-- Device --> | |
<project name="Harpia-development/device_motorola_harpia" path="device/motorola/harpia" remote="github" revision="kraken_9" /> | |
<project name="Harpia-development/device_motorola_msm8916-common" path="device/motorola/msm8916-common" remote="github" revision="9" /> | |
<project name="Harpia-development/kernel_motorola_msm8916" path="kernel/motorola/msm8916" remote="github" revision="pie_cust" /> | |
<project name="Harpia-development/vendor_motorola" path="vendor/motorola" remote="github" revision="pie" /> | |
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" encoding="UTF-8"?> | |
<manifest> | |
<!-- Device --> | |
<project name="Harpia-development/device_motorola_harpia" path="device/motorola/harpia" remote="github" revision="cosp_9" /> | |
<project name="Harpia-development/device_motorola_msm8916-common" path="device/motorola/msm8916-common" remote="github" revision="9_testing" /> | |
<project name="Harpia-development/kernel_motorola_msm8916" path="kernel/motorola/msm8916" remote="github" revision="pie_cust" /> | |
<project name="Harpia-development/vendor_motorola" path="vendor/motorola" remote="github" revision="pie_testing" /> | |
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" encoding="UTF-8"?> | |
<manifest> | |
<!-- Device --> | |
<project name="Harpia-development/device_motorola_harpia" path="device/motorola/harpia" remote="github" revision="somefeakos_9" /> | |
<project name="Harpia-development/device_motorola_msm8916-common" path="device/motorola/msm8916-common" remote="github" revision="9" /> | |
<project name="Harpia-development/kernel_motorola_msm8916" path="kernel/motorola/msm8916" remote="github" revision="pie_cust" /> | |
<project name="Harpia-development/vendor_motorola" path="vendor/motorola" remote="github" revision="pie" /> | |
</manifest> |
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
echo "Honeycomb? Feeling like the soul of the party already? There ya go, I'm closing your shell." | |
sleep 5 | |
exit 0 |
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" encoding="UTF-8"?> | |
<manifest> | |
<!-- GitHub --> | |
<remote name="github" | |
fetch="https://github.com/" /> | |
<!-- Device --> | |
<project name="Harpia-development/device_motorola_harpia" path="device/motorola/harpia" remote="github" revision="dot-p" /> | |
<project name="Harpia-development/device_motorola_msm8916-common" path="device/motorola/msm8916-common" remote="github" revision="9" /> |
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" encoding="UTF-8"?> | |
<manifest> | |
<!-- GitHub --> | |
<remote name="github" | |
fetch="https://github.com/" /> | |
<!-- Device --> | |
<project name="Harpia-development/device_motorola_harpia" path="device/motorola/harpia" remote="github" revision="cr-7.0" /> | |
<project name="Harpia-development/device_motorola_msm8916-common" path="device/motorola/msm8916-common" remote="github" revision="9" /> |
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" encoding="UTF-8"?> | |
<manifest> | |
<!-- GitHub --> | |
<remote name="github" | |
fetch="https://github.com/" /> | |
<!-- Device --> | |
<project name="Harpia-development/device_motorola_harpia" path="device/motorola/harpia" remote="github" revision="aosp-caf_9" /> | |
<project name="Harpia-development/device_motorola_msm8916-common" path="device/motorola/msm8916-common" remote="github" revision="9" /> |
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" encoding="UTF-8"?> | |
<manifest> | |
<!-- Device --> | |
<project name="Harpia-development/device_motorola_harpia" path="device/motorola/harpia" remote="github" revision="baked_posp" /> | |
<project name="Harpia-development/device_motorola_msm8916-common" path="device/motorola/msm8916-common" remote="github" revision="9" /> | |
<project name="Harpia-development/kernel_harpia.git" path="kernel/motorola/msm8916" remote="github" revision="9" /> | |
<project name="Harpia-development/vendor_harpia" path="vendor/motorola" remote="github" revision="9" /> | |