Posted by: marceloaraujo | January 12, 2010

iSopro – Assopre um Dente de Leão.

Estou lançando mais um aplicativo para iPhone gratuitamente o iSopro, este aplicativo simula uma flor Dente de Leão e permite que você assopre via microfone e relembre a sua infância.

Download: AQUI
MD5: BA33F78626FF1C5A8DC57A7AB6CE1886

1 ) Copie via scp o diretório da aplicação para o seu iPhone: scp -rv iSopro.app root@ip.ip.ip.ip:/Applications/
2  ) Use o Respring para dar um reload no SpringBoard ou reinicie o seu iPhone.

Feedbacks via Twitter “araujobsd” ou email “araujobsdport <…> gmail.com”

Posted by: marceloaraujo | January 8, 2010

iFerias – Aplicativo Free para iPhone.

O iFerias é um aplicativo simples que calcula quanto você vai receber de 13 salário e férias com os devidos descontos de INSS e IRRF.

Infelizmente ainda não foi liberado meu ID na Apple, o software deve apenas funcionar em equipamentos com JailBreak, siga os passos abaixo para instalar o iFerias:

Download: AQUI
MD5: 97A319957D588714ADA96DF2E0CF32D7

1 ) Copie via scp o diretório da aplicação para o seu iPhone: scp -rv iFerias.app root@ip.ip.ip.ip:/Applications/
2  ) Use o Respring para dar um reload no SpringBoard ou reinicie o seu iPhone.

Feedbacks via Twitter “araujobsd” ou email “araujobsdport <…> gmail.com”

Posted by: marceloaraujo | January 3, 2010

Testando suas aplicações no iPhone.

Neste último natal ganhei um iPhone da minha esposa, e também comprei um MacBook, pronto agora tenho tudo o que preciso para desenvolver aplicativos para o iPhone. Até ai tudo bem, baixei o SDK e Xcode, mas ficar fazendo testes no simulador ninguém merece, quero mostrar as aplicações para os meus amigos, rodando direto no iPhone.

Passei alguns dias lendo diversos tutoriais, e não consegui rodar os aplicativos direto no aparelho. Juntei alguns desses tutoriais e fiz alguns testes e agora consigo rodar minhas aplicações direto no iPhone, mas fiz tudo, totalmente diferente e aqui estou eu compartilhando com vocês.

Antes quero agradecer as dicas do Alan Jumpi, estou usando o mesmo esquema de diretório que ele, realmente fica mais organizado.

Então vamos lá:

1 ) Meu iPhone veio com o OS 3.0.0, atualizei para a última versão 3.1.2 (7D11) e fiz o JailBreak com o PwnageTool.
2 ) Instale via Cydia o OpenSSH e o Respring(Dica do Alan).
3 ) Acesse o iPhone via ssh, a senha de root padrão é: alpine
4 ) Crie um diretório onde você vai guardar suas aplicações: /var/Applications/
5 ) Inicie um novo projeto no Xcode e altere em: Project->Edit Project Settings o Code Signing Identity na opção Any iPhone OS Device para Don’t Code Sign.
6 ) Selecione no Xcode para fazer o Release e selecione também Device com a versão correta do seu SDK, no meu caso 3.1.2.
7 ) Compile a aplicação, após compilar deve aparecer uma mensagem: No provisioned iPhone OS device is connected.
8 ) Entre no diretório do seu projeto, no meu caso: iphone_teste/build/Release-iphoneos/
9 ) Execute o comando: codesign -s iphone iphone_teste
10 ) Copie via scp o diretório da aplicação para o seu iPhone: scp -rv iphone_teste.app root@ip:/var/Applications/
11 ) Via ssh diretamente no iPhone crie um link simbólico para a sua aplicação: cd /Applications ; ln -sf /var/Applications/iphone_teste .
12 ) Use o Respring para dar um reload no SpringBoard.

Pronto, aproveite os seus testes, existe apenas um problema, você não vai conseguir fazer Debugs direto no aparelho, mas você pode usar o iPhone Simulador que acompanha o Xcode.

Abraços.

Posted by: marceloaraujo | December 30, 2009

Bloqueio de dados no iPhone (FakeAPN)

Estava procurando uma forma de bloquear a transmissão de dados via rede EDGE, 3G e etc.

Achei um site útil: http://apn.blogdoiphone.com/index.html

Posted by: marceloaraujo | November 15, 2009

Directly from Taiwan!

 

Last login: Sun Nov 15 09:15:18 on console
araujoteki-MacBook:~ araujo$ uname -a
Darwin araujoteki-MacBook.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov  3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386

 

Posted by: marceloaraujo | October 30, 2009

Just another world business’ trip.

Now, I’m sat down in Guarulhos’ Airport at São Paulo, Brazil. I’m waiting a flight to Amsterdam, in this trip, I’m gonna visit some new countries included, Netherlands and Taiwan. Different that last time when I was there in China, I’m gonna try to take some notes about places and my trip, just to record and maybe someone could use it in a future.

Now, here is the world map updated:


visited 9 states (4%)
Create your own visited map of The World

Posted by: marceloaraujo | August 6, 2009

The countries where I have went.

Posted by: marceloaraujo | March 28, 2009

uCLinux on PSP SLIM

Some hours ago, I did some research about how I can run Linux on PSP and if is possible.The answer is yes, I can run Linux on PSP.
So, there are many howtos on the WEB that explain how you can do it but isn’t so easy to do it on PSP SLIM, just in PSP FAT.

Then, I prepare a package that contain all files necessaries to run Linux on PSP SLIM, you can do the download at the following link.

http://people.freebsd.org/~araujo/uClinux-PSPSLIM.bz2

Uncompressed this file, copy the uCLinux directory to PSP/GAME150 and going to be happy.

Posted by: marceloaraujo | March 25, 2009

Python threads example

In last couple months, I looked better the Python features and some modules. Now, I can do some good things with pyGTK and I did some software to the company where I working. So, now I’m gonna improve some parts of this software and I gonna use threads to do some internals tasks.

Here is an example of how is easy to use and understand threads in Python. If you’ve interest to see this software, ask me and I can put in some place.

Software Result:

araujo@ponderosa thread> python thread.py
————————————————————————————–
Thread Name   |   Thread Id   |   Sleep   |      MESSAGE
————————————————————————————–
Thread-1                                        6                 Alive
Thread-2                                        6                 Alive
Thread-3                                        6                 Alive
Thread-4                                        3                 Alive
Thread-5               Special              5                 Alive
Thread-4                                        3                 Dead
Thread-5               Special              5                 Dead
Thread-8                                        2                 Alive
Thread-1                                        6                 Dead
Thread-2                                        6                 Dead
Thread-3                                        6                 Dead
Thread-8                                        2                 Dead

Posted by: marceloaraujo | December 13, 2008

Bye bye 2008, welcome 2009.

I’m back to Brazil and much things happening in my life, you can see that, it’s one of motives that I don’t posting with some frequency.
Then, my trip to China was amazing, I was there during 36 days, I saw HongKong and Shenzhen, beatiful cities for live. I would like to live there in next year, but in currently economic world, actually haven’t a good health. So I’ll waiting some world reaction and so getting this idea again.

For me the trip was very good, China is wonderful, the people there are friendly, have a good education to welcome your guests and frankly, there are people extremely happy, or can I say, all very happy.

If you are a bit curious to see the pictures, you can access the URL below, there are many pictures about my trip.
http://picasaweb.google.com/araujobsdport/

Well, now is the end of year, I have some tasks to do before it, after it, I’ll go to the beach, I’ll stay some days in GAMBOA with my wife and my little dog. I’ll get my vacation at 31th of December and I’ll be back to work at 26th of January. The good news is when I back to work, I have one new project waiting for me.

Then, that all having a good end of year, that all will pray a little to god and that 2009 will be a good year, with much money, with much trip and with much business. Health and peace for all.

Good bye 2008, I’ll miss you.
A warm welcome to 2009, bring me beatiful dreams.

Older Posts »

Categories