Monday, December 27, 2010

Σύγκριση καρτοκινητών

Σκέφτομαι να φύγω από Wind F2G. Η Wind μέχρι τώρα είχε φοβερές προσφορές. Αλλά σε μερικά που θέλω (π.χ. internet) δε συμφέρει. Προς το παρόν, ορίστε τα ισχύοντα. Με βλέπω προς vodafone cu, μεριά... Και unlimited και λίγο Internet με 7€/μήνα. Εκτός κι αν βγάλουν προσφορές με μηδενικό κόστος όπως φέτος.

Περισσότερα εδώ:
Σύγκριση καρτοκινητών;

Saturday, September 25, 2010

Change android system files [HTC Desire]

So I bought my HTC Desire and I wanted to change the hosts file in /etc
But you can;t change system files that easily. At first I had to download HTC Sync in my windows OS in order to be able to use adb usb drivers.
I downloaded android sdk, which it did its own stuff...

The really good part is where you get to open a cmd and then go to the tools directory. From there, one has to reboot into recovery mode. Mine was rooted, so I had to go to clockworkmod recovery->advanced->key
Then issue these commands:
adb shell mount /system #not sure if this worked
adb push [hosts] /etc


And then reboot. Not hard uh???

Edit: For the most bold and daring of you, why not try S-OFF??? Then you won't have to be in recovery mode. The phone can be on and still you will be able to alter your files.

Android

So I recently got my htc desire (well not so recently, it's been 2 months already).

Thursday, September 16, 2010

Add ttf fonts in ubuntu

Ok, so you've downloaded a great font (what about this one... ok maybe not) and you don't know how to install in Ubuntu?

Fear no more. Just sudo cp your file to /usr/share/fonts and then issue this command: sudo fc-cache -f -v