[FONT] Ubuntu Font for Android (Update.zip) - Desire Themes and Apps

After lots of blood, sweat, and tears, I present to you...
The OMGThisIsSoFuckingAwesome Ubuntu font, on your phone! :O
I did not make this font, it's just ripped from Ubuntu (Linux Distro)
Gimme Screenies!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Gimme Downloads!
Download (New version with updater-script by david1171, thanks!)
Note: As I have a bit of a reputation for making dodgy update-scripts, this has been tested on a Hero and two Desires, it should work for all phones.

Thanks! it works with font changer!

flashed and it works fine in my Desire!
really nice to see!!
thanks

Does this work on SenseHD from Desire HD?
Sent from my HTC Desire HDified.

Skimi said:
Does this work on SenseHD from Desire HD?
Sent from my HTC Desire HDified.
Click to expand...
Click to collapse
Any Android phone will work.

Nice job on the update.zip
A lot of people will be happy!
I personally like the Ubuntu font, but I'm stuck on NeutraFace ATM.

Thanks, will give it a go. Is there a .zip we can flash to take us back to stock if necessary?

nice looking, however, seems not to be a complete set? Got empty boxes in Genie Widgets... - ca someone help?
what is the standard sense font? I do not have it anymore =(

Font not fully change in MIUI ROMs.. i can just see the font changes at clock at lock screen and password field... anybody can help?
thank

Working perfectly on OpenDesire 4 Thanks!

flashed and confirmed working on mij leedroid 2.2b desire.
awesome!

terminal emulator app don't works fine when i install the fonts
the cursor are showed not text aligned

bartito said:
terminal emulator app don't works fine when i install the fonts
the cursos are showed not text aligned
Click to expand...
Click to collapse
Try pushing the fonts via ADB.
Assuming you have the Android SDK all ready @ C:\Android and USB debugging enabled:
(My fonts are named UbuntuRegular and UbuntuBold. Names can obviously differ).
- All you need to do is extract the fonts to C:\Android\tools
- Open Command Prompt (cmd) and type "adb devices" (See your device?)
- Type "adb push UbuntuRegular.ttf system/fonts/DroidSans.ttf [ENTER]
- Type "adb push UbuntuBold.ttf system/fonts/DroidSansBold.ttf [ENTER]
- Type "adb reboot" [ENTER]
ALWAYS WITHOUT ""

zHk3R said:
Try pushing the fonts via ADB.
Assuming you have the Android SDK all ready @ C:\Android and USB debugging enabled:
(My fonts are named UbuntuRegular and UbuntuBold. Names can obviously differ).
- All you need to do is extract the fonts to C:\Android\tools
- Open Command Prompt (cmd) and type "adb devices" (See your device?)
- Type "adb push UbuntuRegular.ttf system/fonts/DroidSans.ttf [ENTER]
- Type "adb push UbuntuBold.ttf system/fonts/DroidSansBold.ttf [ENTER]
- Type "adb reboot" [ENTER]
ALWAYS WITHOUT ""
Click to expand...
Click to collapse
same result....

Works on the RCMixHD ROM, although it does cut the bottom off the temperature on the clock widget...anyone got a ZIP to revert back to stock?

Yeah, how to get the stock font back?
/CK

Good job; I'll try this.

Café King said:
Yeah, how to get the stock font back?
/CK
Click to expand...
Click to collapse
I've got a ZIP that'll upload later on when home from work

bartito said:
same result....
Click to expand...
Click to collapse
Uhm. How's that possible? :S
Boot your phone into Recovery - Mount /system and try again.
It's bound to work if you've got the SDK set up all OK.

zHk3R said:
Uhm. How's that possible? :S
Boot your phone into Recovery - Mount /system and try again.
It's bound to work if you've got the SDK set up all OK.
Click to expand...
Click to collapse
the fonts installation works fine (with adb), but the Terminal Emulator shows bad (see my previous post).
i have tried with connectbot also, with same result

Related

Got another question....

I really hate to sound like a newb
I have my phone Rooted via VISONary.apk, and s=off, and i have flashed
When i am in the Term Emulator and i type SU i get the # sign.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
But there are certain commands such as "reboot recovery", that i get a "not permitted" feedback.
So i went into the CMD to try adb shell line and all i get is a dollar sign
So i know something isn't right, but i do not know what. I did check and i've got the Development option turned on in the apps menu. I've updated my SDK, I've checked the Super User Log and nothing says denied. everything is allowed.
do you guys have any ideas??
i NEVER had this problem with my Magic... just really odd in my book.
Can you run free in shell in terminal? Or does that get you permission denied as well? I had a similar issuer and tried everything to fix it .. The only thing that worked was unrooting and downgrade back to stock and then re-root.. Since then no issues with permission denied...with the free thing anyhow ... But still can't run reboot or reboot recovery in terminal .. Get not permitted.
Sent from my HTC Glacier using XDA App
neidlinger said:
I really hate to sound like a newb
I have my phone Rooted via VISONary.apk, and s=off, and i have flashed
When i am in the Term Emulator and i type SU i get the # sign.
View attachment 459485
But there are certain commands such as "reboot recovery", that i get a "not permitted" feedback.
View attachment 459486
So i went into the CMD to try adb shell line and all i get is a dollar sign
View attachment 459487
So i know something isn't right, but i do not know what. I did check and i've got the Development option turned on in the apps menu. I've updated my SDK, I've checked the Super User Log and nothing says denied. everything is allowed.
do you guys have any ideas??
i NEVER had this problem with my Magic... just really odd in my book.
Click to expand...
Click to collapse
You will ALWAYS get a $ as long as ro.secure=1 in your build.prop... it is not a bug.. in order to get root in adb you will need to type su
slhpss said:
You will ALWAYS get a $ as long as ro.secure=1 in your build.prop... it is not a bug.. in order to get root in adb you will need to type su
Click to expand...
Click to collapse
not trying to be a butt. but i did do that. And it gives me a permission denied. it's the third attachment that i've included.
Strapt said:
Can you run free in shell in terminal? Or does that get you permission denied as well? I had a similar issuer and tried everything to fix it .. The only thing that worked was unrooting and downgrade back to stock and then re-root.. Since then no issues with permission denied...with the free thing anyhow ... But still can't run reboot or reboot recovery in terminal .. Get not permitted.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
That is really kind of weird that it would do that. I wonder if there is something in the phone's stock ROM that prevents us from doing that.

[Q] help me..

i've firstly root.ok.n then xrecovery.ok..but then when i want to enable JIT following this thread http://forum.xda-developers.com/showthread.php?t=877565,
my phone suddenly can't connect to wifi.and then the xrecovery cant be perform...and other things,how can i perform this operation?
(1: enable JIT (in a termnial or adb shell)
cd adb
adb shell
su
cd /sdcard/JiT-toggle-0.1
sh enable_jit.sh)
i connect the phone to pc an enable debug mode,run cmd,but pc says cant detect..watsoever..
can anyone help me?
If you followed all instructions for JIT and your wifi doesn't work means it wasn't the correct version of Busybox. I recommend you to install Titanium Backup hit Problems? and install busybox. Then, when you copy all files for JIT, don't copy busybox, because you have already the latest one. It should work. It happend to me, too. The nasty part is that you need to repair your Android with PcCompanion/ SEUS.
do i need to repair my phone first with pc companion or repeat again the step?
n how to run cmd?do i need to enable debug?i dont know how to do this instruction,1: enable JIT (in a termnial or adb shell)
cd adb
adb shell
su
cd /sdcard/JiT-toggle-0.1
sh enable_jit.sh
Well, if you have your phone rooted with superoneclick, then you got adb.exe. You need to access that folder into cmd. ex : c:\superoneclick\ and then with the phone connected (usb debug enabled) you can enter commands like adb shell and su. Try it. But wifi and xrecovery malfunctions are symptoms that something went wrong. Eventually repair with PcCompanion. Good Luck.
when i run the command prompt,it says 'adb' is not recognized as an internal or external command,operable program or batch file..is this because i didnt rooted my phone well?
Do you have adb.exe? Or superoneclick for root?
yeah.i have both.i downloaded superoneclick and inside ithave adb.exe..but when i click adb.exe,nothing happened.just a temporary command prompt about 2second and then its appeaered..
now open start-run->cmd and go to that folder. And only there you can run "adb shell".
So, in cmd you must be in that folder in order to input all commands.
go to that folder?what do u mean?open cmd from the folder?or open cmd and click to the folder?
sorry for the noob question..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This should look like. using commands like " cd .." to exit folder and use ' cd "name of folder" ' to enter one. it should work.
thank god.finally i know how to run command.thanks a lot redpik
guys..help me.how am i to solve this command error?
Please follow this thread http://forum.xda-developers.com/showthread.php?t=877565 .
If you connect your phone to computer, make sure not to mount the sdcard. So, click on USB CONNECTION and select TURN OFF from the status bar. Make sure you have SUPERUSER application installed to grant access.
If it helps you, please consider pressing Thanks button.
sorry redpik..
i got big probs.. my homescreen and apps icon become smaller and i dont know whats going on.
is it brick or something else?
i try to use pc companion and seus,but it keep saying no update for my phone..
seriously,this small icon thing make me crazy..
I don't know what's with the screen, shouldn't have happened. Seus says no update, but Repair button is active so you can make it brand new. Then try again rooting and jit.

Honeybee boot animation (320x480)

Hi,
This is another boot animation for phones with 320x480 resolution such as ours.
To be frank, I don't know who is the original creator of this boot animation, since there are many variations out there.
Perhaps GchildT is the original creator; his thread is here.
Anyway, since I don't like black 'empty' background, I added 'starry night' background and optimized images to 320x480 to fit on our phone.
Hope you like it.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I don't think it is necessary, but to be safe, do nand backup before doing following steps:
get attached file
reboot to recovery, choose 'Mounts', 'Mount /system', and 'Mount /data'
connect phone with your pc
on your pc, open command prompt and check where original file 'bootanimation.zip' is located
try 'adb shell ls /system/media/bootanimation.zip' or 'adb shell ls /data/local/bootanimation.zip'
type 'adb push bootanimation.zip /system/media' if original bootanimation.zip is in directory '/system/media'
otherwise, type 'adb push bootanimation.zip /data/local' if original bootanimation.zip is in directory '/data/local'
reboot
Attached file is not flashable!!!
giveme13s said:
Hi,
This is another boot animation for phones with 320x480 resolution such as ours.
To be frank, I don't know who is the original creator of this boot animation, since there are many variations out there.
Perhaps GchildT is the original creator; his thread is here.
Anyway, since I don't like black 'emptyness' background, I added 'starry night' background, modify and optimize images to 320x480 to fit on our phone.
I don't think it is necessary, but to be safe, do nand backup before doing following steps:
get attached file
reboot to recovery, choose 'Mounts', 'Mount /system', and 'Mount /data'
connect phone with your pc
on your pc, open command prompt and check where original file 'bootanimation.zip' is located
try 'adb shell ls /system/media/bootanimation.zip' or 'adb shell ls /data/local/bootanimation.zip'
type 'adb push bootanimation.zip /system/media' if original bootanimation.zip is in directory '/system/media'
otherwise, type 'adb push bootanimation.zip /data/local' if original bootanimation.zip is in directory '/data/local'
reboot
Attached file is not flashable!!!
Click to expand...
Click to collapse
can we just use root xplorer then copy the bootanimation.zip to data/local.??
yes, you can do that.
reboot to see boot animation.
i don't think using dis.
i don't like this animation due to a honeybee just flapping his wings....
try to make it fly man!!!
giveme13s said:
Hi,
can you see if u can make (or find the boot from http://www.youtube.com/watch?v=xAJP8u6mBKo)
would be awesome
Click to expand...
Click to collapse
it's AWESOME
you mean this ? http://www.4shared.com/file/qWG8xZ2T/bootanimation.html

Optimus p500 deserves a real boot animation

Can some one anyone make a animation that optimus really deserves. I mean like a rotating autobot/ decepticon insignia. Or hell even a transforming android would be awesome.
Even better if it was the 80's version and would say
"I am Optimus Prime"
Sent from my LG-P509 using XDA App
I found a gif I converted to boot animation.
Its attached and Ill get the sound file added shortly having a bit of trouble getting it edited down properly.
Forgive the initial quality Im trying to get it all resized and having a issue with gimp.
But it will end up better once Im done.
Click to expand...
Click to collapse
Disclaimer:I am not responsible if you break,brick,hump,throw against wall or any other action to do to your phone. By using this bootanimation you agree anything that happens is your own noobtastic fault. Any attempts at blaming me for anything other than this being fantastic will result in you being pointed and laughed at.
New files uploaded.
Sized down to fit better.
Added a grey background.
If you like the while background use the one that says while in the name. Once you download it rename it to bootanimation.
Root Explorer method:
1. Rename your boot animation to bootanimation
2. Put it on your SD card
3. Open Root Explorer and copy bootanimation.zip to /system/media. This will replace the existing boot animation
4. Reboot your phone
ADB method:
1. Make sure you have downloaded android sdk
2. Put android sdk in C:\
3. Set the directory of command prompt to C:\android-sdk-windows\platform-tools. Click here for a video tutorial.
4. Rename your boot animation to bootanimation and put it in C:\android-sdk-windows\platform-tools
5. Open cmd
6. Type in order:
-adb remount
-adb push bootanimation.zip /system/media/bootanimation.zip
-adb reboot
Click to expand...
Click to collapse
To add the sound use these instructions.
Unzip the file first
Originally Posted by hockeyfamily737
0. It's recommended to do a nandroid backup first!
1. Download the "bootsnd.sh" file and put it on the root of your sd card.
2. Download the "android_audio.mp3" file and using root explorer copy it to /system/media
3. Open Terminal Emulator and type the following commands using the stock keyboard. Press enter after each line:
su
cd /sdcard
sh bootsnd.sh
reboot
4. As the device boots up you will be greeted by the "Dolby THX" test sound heard before movies. You are now free to replace the android_audio.mp3 file in /system/media with any .mp3 file you like as long as you rename it to "android_audio.mp3"
5. DO NOT ATTEMPT TO OUTSMART THESE DIRECTIONS OR YOU WILL BE RESTORING YOUR NANDROID BACKUP!
6. Enjoy
Click to expand...
Click to collapse
http://dl.dropbox.com/u/10373328/bootsnd.sh
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If Im missing anything PLEASE let me know.
You are a man among men
Sent from my LG-P509 using XDA App
Updated with new files and instructions.
Woowee that's slick. Thank you.
Interesting might give this a try
Sent from my LG-P500 using XDA App
check out this transformers boot animation made by me
http://forum.xda-developers.com/showthread.php?p=16519044#post16519044
don't forget to press thanks button!

[TOOL][AFM][7 Nov] ADB & Fastboot Manager | v0.2 | Simple & Easy

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a simple C++ writen programm which allowes you to use the most important ADB & Fastboot commands. It's easy to use and compatible for every Android Device. I am NOT responsible for any damage to your device. This is still in alpha stage - there are only a few Features included. But more about that later...​
Click to expand...
Click to collapse
So you will be asking whats different to many great other tools out there which have features like that ? Well i have never seen a tool which implements the most important ADB & Fastboot commands for the daily use. You will never have to search for commands. In addition you dont have to type much because the most features allow drag & drop.​
Click to expand...
Click to collapse
Features:
Install an applikation:
Just drag and drop the app you like and it will be installed instantly to your device
Deinstall an applikation:
Enter the Package name of the app and it will be deinstalled instantly
Pull an applikation from your device:
Just enter the Path of your file and you will have it saved in the tools folder
ADB Logcat:
With one click you can logcat your device and save the log.txt in the tools folder
Reboot your device:
Simply reboots your phone
Reboot to bootloader:
Simply reboots your phone into bootloader
Reboot to recovery:
Simply reboots your phone into recovery
Flash boot.img via fastboot:
Just place the boot.img in tools folder and it will be flashed instantly
ADB Shell:
Opens the Android Terminal - you can close it with just typing "exit"
CID Getter:
With CID Getter you will get shown your CID Number quickly
Erase Cache:
This will simply erase your cache via fastboot
Click to expand...
Click to collapse
Click to expand...
Click to collapse
How-To:
-Download the AFManager.zip below
-Unpack it somewhere you like
-Make sure you have the tools folder and the .exe in the same directory
-Start the AFManager.exe and follow the intruductions
-Your Device have to be rooted and make sure you have USB-Drivers installed for your device
-Your Phone have to be turned on and usb-debugging have to be enabled
Click to expand...
Click to collapse
Click to expand...
Click to collapse
More to follow:
-ADB Push
-Installing bootanimation
-Displaying Phone info
-Implement APKManager
-Saving Screenshots
-just to tell some...
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Changelog:
Code:
[B]Changelog 0.2:[/B]
-Added displaying the Device Model in main menu
-Added CID Getter
-Added Erasing cache
-Added function to reboot your phone after doing something in fastboot
-Added XDA-Thread in About
-Some Clearing up and code fixes
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Last Notes:
-If you have any suggestion how you would make it better or which features i could include let me know.
-And always remember this is a alpha build so please report back what works and what not
Click to expand...
Click to collapse
Click to expand...
Click to collapse
placeholder...
nice one mate, useful for n00bies and not only:good:
New version is online with some new cool features.
I didn't tought that there is such a lack of interest, but anyway i will keep updating this
New Features
New Features for the next update will be:
-Adb push
-Batch installing of apps
-Batch pushing files
-Batch pulling files
-Some more Device infos
-Displaying SDcard folder
Should be online by tomorrow :fingers-crossed:
zFr3eak said:
New Features for the next update will be:
-Adb push
-Batch installing of apps
-Batch pushing files
-Batch pulling files
-Some more Device infos
-Displaying SDcard folder
Should be online by tomorrow :fingers-crossed:
Click to expand...
Click to collapse
Nice!
Inviato dal mio HTC Sensation Z710e con Tapatalk 2

Categories

Resources