domingo, 29 de junho de 2014

Android: Delete SMS conversation from a contact | Eliminar conversa SMS com um contacto

Blog post: Android: Delete SMS conversation from a contact

[en] Delete SMS conversation from a contact

If you want to delete a conversation in the SMS messaens application in your Android smartphone or tablet. Follow the steps below, which will allow you to eliminate all messages with someone or just some selected messages if desired.

1. Opem the SMS/MMS application.
2. Open the desired conversation.
3. Press the menu button (physical button).
4. Press «Select messages» in the menu.
5. Press where it says «0 selected» and then «Select All» option that appears below. All messages in the conversation will be selected.
6. Press the «Trash» icon.
7. Press «Delete» in the confirmation alert.

All messages exchanged in this topic will be deleted, and that topic is no longer displayed in the Messages application. To delete a selected messages from a topic, in step 5, don't select all, click each one you want to delete, and then follow the next steps.


[pt] Eliminar conversa SMS com um contacto

Se deseja eliminar uma conversa com um contacto específico no tópico de conversa SMS do seu Smartphone Android ou tablet. Siga os passos abaixo, que o irá permitir eliminar todo o histórico de SMS trocadas ou apenas liminar algumas mensagens específicas se assim o pretender.

1. Abra a aplicação de Mensagens SMS/MMS.
2. Abra a conversa pretendida.
3. Pressione o botão de menu (botão físico).
4. Pressione «Selecionar mensagem» no menu.
5. Pressione onde diz «0 selecionadas» e depois «Selecionar tudo» na opção que lhe aparece. Todas as mensagens da conversa ficam selecionadas.
6. Pressione o ícone de «Caixote do lixo».
7. Pressione «Eliminar» no alerta de confirmação que lhe é mostrado.

Todas as mensagens trocadas nesse tópico serão eliminadas, e esse tópico não aparece mais na aplicação de Mensagens. Para eliminar apenas algumas mensagens desse tópico, no passo 5, em vês de clicar para selecionar todas, clique em cada um que pretende eliminar, e depois faça os passos seguintes.

sexta-feira, 27 de junho de 2014

Windows: Como adicionar/remover aplicações do arranque/inicialização | How to add/remove applications shortcuts to startup/boot

Blog Post: Windows: Como adicionar/remover aplicações do arranque/inicialização

Windows: Como adicionar/remover aplicações do arranque/inicialização

A pasta de arranque e de inicialização de aplicações do Windows quando liga o computador poderá ser importante para si porque faz poupar tempo, sendo as suas aplicações essenciais iniciadas automaticamente sempre que liga o computador. Por outro lado, poderá remover certas aplicações que iniciam porque foi definido na instalação do programa, através desta pasta poderá remover a inicialização de certas aplicações que já não deseja que sejam iniciadas.
Nas verões Windows 7, Vista e XP poderá ser acedido a partir da barra de programas do Windows, mas na versão do Windows 8 já não é possível fazer dessa forma, mas abaixo tem os passos todos para aceder á pasta de arranque.

Windows 8, 8.1 e 7
1. Pressione a tecla Windows+R e execute o comando %AppData% clicando OK.
2. Irá abrir a pasta C:\Users\NomeDeUtilizador\AppData\Roaming
3. Na barra de endereço cole a seguir ao endereço já existente o caminho \Microsoft\Windows\Start Menu\Programs\Startup
4. No endereço C:\Users\YourUserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup é a pasta onde pode adicionar ou remover atalhos para arranque de aplicações do Windows.
5. Copie e cole um atalho de uma aplicação nesta pasta, ou arraste com o botão direito do rato e faça «criar atalho» para dentro desta pasta.

Windows 7, Vista e XP
Poderá fazer da mesma forma que fez no procedimento acima para o Windows 7, mas nesta versão do OS é mais simples.
1. Clique no ícone do Windows da barra iniciar.
2. Clique «Todos os programas».
3. Procure a pasta «Arranque», pode mover os atalhos diretamente aí.
4. Se clicar na pasta «Arranque» com o botão direito do rato e escolher «Explorar» irá abrir a localização da pasta onde pode adicionar os atalhos.

----------------- [english]

Windows: How to add/remove applications shortcuts to startup/boot

The Startup folder may be important to you because it saves time, and your essential applications start automatically whenever you turn on the computer. On the other side, you can remove certain applications that also start because it was set in the program instalation, in this folder you will be able to remove applications that you no longer want to be initiated.
In Windows 7, Vista and XP versions can be accessed on the Windows bar, but in the version of Windows 8 is no longer possible to do it that way, but below there are all the steps you neeed to access the Startup folder.

Windows 8 and 7
1. Press the Windows key + R and run the command %AppData% and hit OK.
2. It will open the folder C:\Users\YourUserName\AppData\Roaming
3. In the address bar paste the following address to the existing path \Microsoft\Windows\Start Menu\Programs\Startup
4 In the address C:\Users\YourUserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup folder is where you can add or remove shortcuts to the Windows startup applications.
5. Copy and paste a shortcut to an application in this folder, or drag with the right mouse button and then click «Create Shortcut» into this folder.

Windows 7, Vista e XP
You can do it the same way you did in the above procedure to the Windows 7, but in this version of the OS is simpler.
1. Click the Windows start bar icon.
2. Click «All Programs».
3. Find «Startup» folder, you can move the shortcuts directly there.
4. Clicking the «Startup» folder with the right mouse button and choose «Explore» it will open the folder location where you can add shortcuts.

domingo, 22 de junho de 2014

Create an "autorun" to exe and icon for a CD/DVD | Criar um "autorun" para ícone e exe num CD/DVD

Blog Post: Criar um autorun para um CD/DVD [pt] Criar um

Create an "autorun" to exe and icon for a CD/DVD

To create a CD / DVD more interactive and professional you should create an "icon" for the drive to have an associated image when the disk loads on the client computer, this way the client can better identify which drive each disc is. You should also have an "autorun" for the CD/DVD, the application that is on the disc is expected to start automatically after the disc is in the drive, preventing the customer to have to find what file to execute to use the application, with the autorun the program opens automatically.

Create the Icon:
Create a square image (equal height and width) that symbolize the theme of your project. If you do not want to install a program to create icons, go to http://www.rw-designer.com/online_icon_maker.php site (or another similar site) and open your image in the application, the program will transform your image into a mesh size of an icon. Hit "Download Icon" and save the icon in the root of the CD (where the CD will be).

Create the Autorun:
Also create the root of the CD the file "autorun.inf".
Open Notepad, save the file with the name "autorun.inf" in the root of the CD and write the following code:

[autorun]
ICON="icon_name".ico
OPEN="project_name".exe

if your icon have the name "icon.ico" and your project have the name "project.exe" then your autorun would have the following code:

[autorun]
ICON=icon.ico
OPEN=project.exe

Then just burn the CD/DVD with all these elements in the root, including the exe file and the entire project in the same location of the autorun.inf and icon created. When you start the CD will automatically launch the "exe" and showing the icon you created in the CD drive.

------------ [português]

Criar um "autorun" para ícone e exe num CD/DVD

Para criar um CD/DVD mais interativo e profissional deverá colocar um "ícone" para a drive ter uma imagem associada quando o disco arranca no computador do cliente, desta forma o cliente poderá identificar melhor em que drive está cada disco. Também deverá ter um "autorun", ou seja, a aplicação que o CD/DVD tem deverá arrancar automaticamente após a leitura do disco, evitando que o cliente tenha que pesquisar qual o ficheiro a executar para usar a aplicação, desta forma o programa abre automaticamente.

Criar um Ícone:
Arranjem uma imagem "quadrada" (lado igual à altura) que simbolize o tema do vosso projeto. Se não quiserem estar a instalar um programa de criação de ícones, vão ao site http://www.rw-designer.com/online_icon_maker.php (ou outro site semelhante) e abram a vossa imagem para o programa, o programa irá transformar a vossa imagem numa malha do tamanho de um ícone. Façam "Download Icon" e guardem o ícone criado na raiz do CD (onde será o CD).

Criar o Autorun:
Cria também na raiz do CD o ficheiro "autorun.inf".
Abre o bloco de notas, guarda o ficheiro com o nome "autorun.inf" na raiz do CD e coloca o seguinte código:

[autorun]
ICON="nome_do_icone".ico
OPEN="nome_do_projecto".exe

ou seja, se o teu icone se chamar "icone.ico" e o teu projeto se chamar "trabalho.exe" então o teu autorun ficaria da seguinte maneira:

[autorun]
ICON=icone.ico
OPEN=trabalho.exe

Depois é só gravar o CD com todos estes elementos na raiz, incluindo o ficheiro exe e todo o projecto no mesmo local do autorun.inf e o ícone criado. Ao correres o CD irá abrir automaticamente o "exe" e mostrando o ícone que criaste na drive de CD.

domingo, 8 de junho de 2014

Windows: How to Protect folders and files with a password using the «Quick Crypt»

Windows: How to Protect folders and files with password

If your computer is used by several people, accessed by coworkers, or you will share a computer at an event or job. You may want to protect your folder and files, preventing others from having access to them, preventing them to see or even copy your files.
This process is applied to folders, image files, videos, documents, audio, etc, which can be encrypted and only have access through a password that will you will set.

Download the program «Quick Crypt» at https://www.valkovatech.net/download.html and install the application:
1. On "Target File" click the magnifying glass icon and select the file you want to protect.
2. Keep selected "Encrypt File" option.
3. Under "Settings" in the "General" tab, enter the password and confirm with the same password. You may enter on the third field a hint to help you remember your password.
4. Press "Encrypt File" and wait while the program encrypts the files.

To decrypt the files do the same procedure but using the "Decrypt File" option.

Windows: Como proteger pastas e ficheiros com password usando o «Quick Crypt»

Windows: Como protejer pastas e ficheiros com password

Se o seu computador é usado por várias pessoas, acedido por colegas de trabalho, ou vai partilhar um computador num evento ou trabalho. Poderá querer proteger a sua pasta e ficheiros, impedindo que outros possam ter acesso a eles, impedindo que os possam ver ou mesmo copiar os seus ficheiros.
Este processo é aplicado a pastas, ficheiros de imagens, vídeos, documentos, áudio, etc, que serão encriptados e apenas possível o seu acesso através de uma password que vai definir a seu gosto.

Faça download do programa «Quick Crypt» em https://www.valkovatech.net/download.html e instale a aplicação:
1. Em "Target File" clique no ícone da lupa e seleccione o ficheiro que pretende proteger.
2. Tenha seleccionado a opção "Encrypt File".
3. Em "Settings", na aba "General", introduza a password e confirme com a mesma password. Podendo introduzir no terceiro campo uma dica para não se esquecer da password.
4. Pressione "Encrypt File", aguarde enquanto o programa encripta o ficheiro.

Para desencriptar os ficheiros faça o mesmo procedimento, mas utilizando a opção "Decrypt File".