• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root {Release} T2noob's BAT

I tried to flash the Droid Font, and Comic Sans, phone still has original font tho
Did you change any of the Folders that were in the zip?

Because I just flashed fonts to that rom and I didn't have any problems.
16iibnl.png

2h4b1gw.jpg
 
Great job T2noob....for those having trouble make sure you unzip the file....i had the same no file directory found error too then I realized I hadn't unzipped it I had just run it from inside the zipped file....
 
Got it to work for the boot animation.
When I try to do my own fonts it restarts with no changes.
So I tried manually and I get the following error when I try the adb shell mount

Code:
mount: permission denied (are you root?)

When I do just an adb shell I get the $ prompt, type in su and it immeditely changes to a # prompt

I am running GrdLocks official 2.1 OTA ROM.

What can I do to get this bat to work right?
 
Got it to work for the boot animation.
When I try to do my own fonts it restarts with no changes.
So I tried manually and I get the following error when I try the adb shell mount

Code:
mount: permission denied (are you root?)

When I do just an adb shell I get the $ prompt, type in su and it immeditely changes to a # prompt

I am running GrdLocks official 2.1 OTA ROM.

What can I do to get this bat to work right?

Can you try this ?
Code:
adb shell mount -o rw,remount /dev/b mtdblock3 /system
adb nameofyourfont.ttf /system/fonts/DroidSans-Bold.ttf
adb reboot
Make sure you have your font in the tools folder of your sdk or in the FilesGoesHERE of my zip if your running adb from my zip.
If it gives you permission denied it means that the adb can't get permission in order to flash the font. I may have a fix if it has to do with permissions, I just want to make sure it isn't the the Rom giving you problems. That way I know its my script.
 
Sorry I've been really busy the last couple of days, just wanted to drop in and say thanks to T2noob and Conapl, for helping me get this to work. Unzipped it and everything worked great! Really diggin the droid font!
 
After I try the first line "adb shell mount etc."
I get

BusyBox v1.15.0 (2009-08-25 15:17:43 BST) multi-call binary

and then usage and option listings for mount.

Beginning to sound like the ROM.
 
After I try the first line "adb shell mount etc."
I get

BusyBox v1.15.0 (2009-08-25 15:17:43 BST) multi-call binary

and then usage and option listings for mount.

Beginning to sound like the ROM.
Sorry when I copy and pasted it put a space where there shouldn't be one try this one instead i think I got it right this time
Code:
adb shell mount -o rw,remount /dev/block/mtdblock3 /system
 
I moved to KaosLegendary v.12 and it works just fine.
I am assuming right now that the problem was GrdLock's ROM.
When I get time next week I will restore back to it and confirm this.

Thanks T2Noob. I look forward to using this!!!
 
Just for anyone who even cares about it, when changing fonts (and restoring them back), it seems that the 'Verizon Wireless' text at the top of the lock bar mysteriously disappears!

I think it's cooler without it, anyway.

Just sayin'. This is a great batch file. I personally recommend this to everyone.
 
Just for anyone who even cares about it, when changing fonts (and restoring them back), it seems that the 'Verizon Wireless' text at the top of the lock bar mysteriously disappears!

I think it's cooler without it, anyway.

Just sayin'. This is a great batch file. I personally recommend this to everyone.

I guess it depends on which fonts you flash because mine still shows
ld09k.png
 
Got it to work for the boot animation.
When I try to do my own fonts it restarts with no changes.
So I tried manually and I get the following error when I try the adb shell mount

Code:
mount: permission denied (are you root?)
When I do just an adb shell I get the $ prompt, type in su and it immeditely changes to a # prompt

I am running GrdLocks official 2.1 OTA ROM.

What can I do to get this bat to work right?
Having the same issue with Grdlock's Vanilla ROM. I assume this is a problem with the ROM?
 
Having the same issue with Grdlock's Vanilla ROM. I assume this is a problem with the ROM?

Yea it looks like it might be something up with the rom and not being able to get permissions.
you could try switching the boot with one from senseable, because the senseable one gives permissions automatically without having to do su.
Just make sure to make a nand backup just in case, because I don't know if it will cause any contradictions.
 
Yea it looks like it might be something up with the rom and not being able to get permissions.
you could try switching the boot with one from senseable, because the senseable one gives permissions automatically without having to do su.
Just make sure to make a nand backup just in case, because I don't know if it will cause any contradictions.
I just installed Typefresh and used your fonts. Works great now. Thanks!
 
I know this thread is ancient but I'm not quite sure how to flash these fonts. Could anyone who's familiar with this help me out? I've d/l the .bat to my computer and unzipped the fonts but I don't know what to do next. Thanks in advance
 
Let me be a little more specific. I d/l the file, unzipped it, plug my phone into my computer, follow the commands and it keeps saying device not found and returns me to the main menu.
 
Let me be a little more specific. I d/l the file, unzipped it, plug my phone into my computer, follow the commands and it keeps saying device not found and returns me to the main menu.

i thought you needed to flash this file in order to install the fonts as you would a rom from recovery. i did it a long time ago just don't remember what i did.

edit: my mistake it runs from windows, i believe a .bat file will run just like an .exe file just have the phone hooked up to the computer as charge only. here's another thought, i'm not sure where the fonts go, sdcard or phone, if you formated your sdcard for aps2sd then windows in some instances won't recoginze it.
 
i thought you needed to flash this file in order to install the fonts as you would a rom from recovery. i did it a long time ago just don't remember what i did.

edit: my mistake it runs from windows, i believe a .bat file will run just like an .exe file just have the phone hooked up to the computer as charge only. here's another thought, i'm not sure where the fonts go, sdcard or phone, if you formated your sdcard for aps2sd then windows in some instances won't recoginze it.

I never formatted my SD card so I don't know why my computer isn't reading my phone :confused:
 
I get that same thing when I tried to run this. Something on our end probably. I just get error device not found and only option is back to menu. I check with ADB device and on the command, it shows my phone, so I don't know. Might try again another time.
 
Back
Top Bottom