terça-feira, 4 de outubro de 2011
Ring Tones in Android
-To calls: create a folder named "ringtones";
-To messages (notifications): create folder named "notifications";
-To alarms: create folder named "alarms".
I create the folders in "/sdcard/media/audio".
Just put the files .mp3 in the respective folders and the new ring tones are available in the selection lists.
quarta-feira, 21 de abril de 2010
hp c4280 problems
HP Photosmart C4280 Cartridge Problems
Print cartridge(s) missing or not detected.
It doesn't mean that! You might think that the cartridge is empty or damaged. You couldn't be more WRONG! It just means that HP wants YOU to BUY a NEW CARTRIDGE - but DON'T DO THAT! You cartridge is presumably fine!
Actually you can try to convince the printer that the cartridge is ok by entering the service mode. To do that press buttons in the following sequence:
- Power and Cancel simultanously, then
- Blue, Green, Gray buttons, in turn.
Congrats! You entered the service mode. Now you can read and edit some of the printer settings. Watch the LCD display, it should say sth like:
Support
PlxxFN0724AR
Now, the color buttons mean:
- Blue: next
- Gray: previous
- Green: enter
Which allow you to browse the menu and options.
In order to cure your cartridge press Blue once. You will see Information Menu displayed. Enter the menu by pressing Green. Go to Pen supply, level of Ink (LOI) submenu by pressing 11 times Blue and enter it by pressing Green. Then you can see some ink levels on the display. At this point your job is done. Press Cancel 3 times – it will quit the service mode. And you will notice that the nasty message about the cartridge being missing is gone.
Putting it all together, to reset the message press:
- Power and Cancel simultaneously,
- Blue, Green, Gray, in turn,
- Blue
- Green
- 11 times Blue
- Green
- 3 times cancel.
I found these service codes on the web and accidently i figured out that viewing the ink level resets the nasty message. The drawback is that you need to reset the printer pretty much every print job.
from http://wojnickitech.blogspot.com/2009/11/hp-photosmart-c4280-cartridge-problems.htmlterça-feira, 14 de julho de 2009
Change Login Image on Leopard
In the Terminal enter:
sudo mv /System/Library/CoreServices/DefaultDesktop.jpg /System/Library/CoreServices/DefaultDesktopOld.jpg
Then type:
sudo cp DefaultDesktop.jpg /System/Library/CoreServices/DefaultDesktop.jpg
sexta-feira, 12 de junho de 2009
svnX with https certificate
- Type "svn ls
" in terminal - Acept the certificate permanetly (p)
- svn should now be able to connect to your repository without problems.
Show Hidden Files
- Open Automator.app
- Select Run Shell Script from the list of available actions, and drag it into your workflow.
- Type the following code into the Run Shell Script text box:
killall Finder
- Save as a Plugin with name " ShowHiddenFiles"
- Now a simply right-click and Automator > ShowHiddenFiles and the Finder will restart showing all your hidden files.
- Repeat the process but change "FALSE" for "TRUE" and save the new plug-in as HideHiddenFiles.
quarta-feira, 15 de abril de 2009
Coordenadas do googleMaps para GPS
- Escolher o local.
- Centrar o mapa no local pretendido (clicar com o botão direito do rato, sobre o local exacto e escolher a opção "Centrar o mapa aqui").
- Clicar no link "Hiperligação para esta página".
- Copiar o link e filtrar as coordenadas, que estão localizadas depois do conjunto de caracteres "ie=UTF8&ll=".
- Traduzir as coordenadas para o sistema do GPS:
- Latitude: valor positivo -> N (Norte), valor negativo -> S (Sul).
- Longitude: valor negativo -> W (West-Oeste), valor positivo -> E (East-Este).
sexta-feira, 6 de março de 2009
partilhar entre OSX e Ubuntu com VirtualBox
- Com a máquina virtual desligada, selecione a máquina e vá em Settings > Shared Folders
- Adicione um new folder, em Folder Path coloque o caminho da pasta que está na máquina host. Em Folder Name dê um nome para a pasta
- Por exemplo "Share"
- Clique em OK e inicialize a máquina virtual
- No ubuntu, crie uma pasta para montar o share.
- Por exemplo "Share"
- Abra o terminal e digite "sudo mount -t vboxsf FolderName PathToMount"
- FolderName é o nome que foi escolhido para a pasta no segundo passo e PathToMount é o caminho do folder criado no ubuntu.
- Por exemplo: mount -t vboxsf Share /home/my_user_name_here/Share
- in Terminal: sudo gedit /etc/fstab
- add to the end of my fstab file
- "Share /home/my_user_name_here/Share vboxsf defaults 0 0"