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

Root [Avail 2] I need help with my avail 2

It just shows the errors that happened but basically a more detailed look at it. stedman420 has made a file that should work this time (hopefully). We won't know until you flash it. I will let him take over this thread now since he is an actual dev for ZTE devices and knows a lot more than I do :)
 
Busybox is a tool that is used in Android. The updater-script is what allows the file to flash and send the file(s) to the place they need to be. In your case they go in "/system"
 
Here's the updater-script

Code:
show_progress(1.000000, 0);
ui_print(" ");
run_program("/sbin/busybox", "mount", "/system");
delete_recursive("/system/fonts");
show_progress(0.200000, 10);
package_extract_dir("system", "/system");
symlink("Roboto-Bold.ttf", "/system/fonts/DroidSans-Bold.ttf");
symlink("Roboto-Regular.ttf", "/system/fonts/DroidSans.ttf");
show_progress(0.100000, 0);
unmount("/system");
ui_print("");

And here's a link to the zip
Stock_Fonts_Z992.zip


 
That's good. Gotta go now, I have a lot of mods to make :D Have fun with your phone and be careful. If you need anything else then feel free to send me a PM and I will contact you as soon as I can. @stedman420, thanks for helping him out!
 
is there an app to where you can make zip files that you can flash on your phone for apps that will not originally install by the installer app
 
I wouldn't suggest doing that but all you would have to do is empty out that .zip stedman gave you and change up the updater-script
 
oh ok i was trying to get that new google experience launcher to work and someone suggested that but since you said you wouldnt do that i wont
 
Back
Top Bottom