updtater-script does not work - XDA-University

Every time, when i build a rom, i modificate the updater-script: i use the command ui_print(" .... "); but it never works.
i have tried it with scripts from custom roms which i had modificated them but again it failed.
i have read that the only thing that u have to do is to use this command and save the script.
what is going wrong???
Sent from my Galaxy Nexus using xda premium

kagouro said:
Every time, when i build a rom, i modificate the updater-script: i use the command ui_print(" .... "); but it never works.
i have tried it with scripts from custom roms which i had modificated them but again it failed.
i have read that the only thing that u have to do is to use this command and save the script.
what is going wrong???
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Hmmm, How many guesses do we get? :silly:
How about uploading one of the zip file that fails then we'll know what you're dealing with. Also how are you modifying the script? on the device? on you desktop? Have you tried different methods?
There's also the recovery log which you can print out which is located in CWM Advanced menu and finally you can download this tool that I'm casually developiong, This allow you to do basic syntax and parameter count checking on you desktop machine, In Actual fact that full thread is pretty useful for edify scripting
Thanks

kagouro said:
Every time, when i build a rom, i modificate the updater-script: i use the command ui_print(" .... "); but it never works.
i have tried it with scripts from custom roms which i had modificated them but again it failed.
i have read that the only thing that u have to do is to use this command and save the script.
what is going wrong???
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Proper format for UI Print is....for example...
ui_print("Installing Evil Alex Unleashed V2");
Note there are no spaces except what is in the (....). also must have a semi-colon at the end. NO spaces.
Use Notepad++ and open your updater script, make your changes, save, then re-compress your rom. Best not to do this via 7zip. Best to extract the updater script. make changes, then copy it into your rom zip.
MD

The way it should read is this
ui_print(" Installing Evil Alex Unleashed V2 ");

Related

[HOW TO] Cook your own ROM.

Hey guys, I am going to make a new thread about cooking, since I receive a lot of requests on HOW TO cook your own ROMs. I am always glad to help, but since those are always pretty much the same questions, I am going to gather all the information I have got about it in one simple thread, so everyone who is interested in cooking new ROMs for our device can get an easy start
I wanna start with really basic stuff and slowly come to more and more "complicated"/detailed information. I am still pretty much at the beginning of cooking, especially when it comes to kernels and stuff, but I think I will learn from it as well
But first of all, where do you begin with?
Pretty simple, with either installing a stock ROM and make your own ROM directly from this, or simply download a .zip ROM of your choice.
Either you take CM or a stock ROM like V20n from the repack of my nandroid by Redy.
Maybe you also want an already cleaned/deodexed ROM to start with. Grab them HERE
But watch out, cause this MIGHT contain bugs.
You can also grab any other flashable .zip ROMs out there, that you wanna modify.
For the second possible startpoint, you already will need dsixda's Android Kitchen so grab it and set it up, cause you will also need it for more advanced cooking/and even already some very basic steps. The kitchen simply provides a lot of scripts, that allow you to apply tweaks/mods very easily, without having to do it all manually.
A guide of how to set up kitchen for our device, will come. But I think the one in the thread should be enough for now.
Then you wanna flash a stock ROM, like one of these: http://forum.xda-developers.com/showthread.php?t=1480392
If you use other stock ROMs, you will need to root them, install ClockWorkMod and make a nandroid.
The Nandroid is, what you ll need to start. Copy it from your sd card (scard/clockworkmod/backup/THE-DATE-YOU-CREATED-IT) to your PC.
Then take system.ext4.tar/system.ext3.tar and boot.img and put it to your working folder of kitchen. Working folder path should be similar to this: C:\cygwin\home\USERNAME\kitchen\original_update.
Then start kitchen, by going to cygwin, cd (change directory) to the directory, where you can find the file menu.
Then type ./menu and kitchen will load.
1. Push "1" to set up the working folder.
2. Press enter, if you already added the needed files to working folder.
3. Select "1" again. Or if you already have got more ROMs in there, choose the one, you desire most. ENTER
4. Push "y" and give the folder a name, you will recognize, e.g. V20n if you cook a v20n ROM. ENTER
5. Chill
5.1. DO NOT I REPEAT, DO NOT convert updater-script to update-script! Otherwise your ROM wont boot! So type 2 and hit ENTER.
6. Press "Enter"
8. Now you can enter your Working_Folder (in .../kitchen/Working_FolderName) and e.g. delete /apps, apply tweaks,...
7. Select "99" to build a new flashable ROM. (How to apply tweaks will come later)
8. Select "1" except you know, what you are doing.
9. You can already zipaligne the apk files, but since you wanna do some more modding, push n in order to save time.
10. Push "y"
11. Sign your ROM by pushing "y"
12. Rename it, in order to be able to identify it again, even if you cook more ROMs parallely, so push "y". And then enter the epic name of your ROM
13. Find the ROM in: C:\cygwin\home\USERNAME\kitchen\OUTPUT_ZIP or whatever you called your folders.
Now it's time to get it on. First thing, most of you might wanna do, is to remove all the apps you dont need.
Find lists of removeable files HERE
or HERE.
In order to be able to remove them, you either need a packer like 7zip, but I always simply extract the .zip file, cause it is easier to operate and probably also faster. You will get the following folders:
-META-INF (Dont TOUCH IT! Except you know EXACTLY what you are doing
-system
-boot.img
In system folder, you can find the folder app. Here you can find all the files you wanna remove.
Next step will probably be, that you wanna add some tweaks and mods.
Therefor simply look around in the Dev section and choose whatever you like.
I ll list some of my personal favourites:
- Change the lockscreen: Either take one of these file or simply modify the build.prop, like Huexx found out HERE
- Add eRecovery by Huexxx
- Fix Audio Bug in CM
- Enhance Scores on benchmarks
- Add/remove build.prop tweaks
- Replace libsqlite.so BUT WATCH OUT, this breaks bluetooth file sending. If you only cook for yourself, extract the one from Zeus ROM, if you wanna release your ROM, ask Huexxx, before using his file.
Whenever you wanna try to flash your ROM, you ll first have to pack it and then sign it. Simply mark the folder system, META-INF and the file boot.img and click on add to .zip file. Best method to begin with is storage,because it "compresses" fastest. Then you already have a flashable .zip, but in order to flash it, you ll also have to sign it. Here is the simple way, I am doing it: http://forum.xda-developers.com/showthread.php?p=6232592. Just set it up, like it is said in the thread. Then right click your .zip ROM and click on sign this file. Wait till a popup comes up that tells you the file has been signed and find the new folder. The folder is called "Signed files" and in there, you can find the signed version of your ROM.
Here is a second possible solution.
Now you can flash it and test your new custom ROM.
If your phone gets stuck in a bootloop, you ll have to unbrick it. Look it up in my noob how to do it, there are several ways you can do it. The most simple is to set up adb and simply send the command adb reboot recovery to the phone.
To be able to fix errors, I think it will be best, if you always only make one change at a time and flash it directly afterwards. Then you can
More coming Have fun so far and if you experiance problems, while cooking, post it here, so I can correct the thread/add new cool stuff dsixda's kitchen thread will be posted in the next couple of days. Also, how to add cust kernels. Maybe a dev can help me, on how to compile one's own.
Oh I almost forgot: I am not responsible, for any damage, you do to your phone, bricking, not waking up, because you messed the alarm clock, bad food you made yourself, smelling feet, wars, bad films,...
dsixda's Android Kitchen guide coming here:
Like zipaligne, deodex, replace the kernel, ...
Going to edit this a bit tonight Hope you ll enjoy it
Reserved 10 CHARS
There are a lot a of cooking tutorials already in xda, instead you could make a collections of links to tutorials already out there.
Enviado desde mi LG-P970 usando Tapatalk
Thanks N00BY0815
I actually tried to cook a rom yesterday but bricked my device.
Dont hesitate to post links here, I will add em up there, if necessary, or already modify them to fit our device
It's a great idea N00by I have your tips yet but for others noobs (I'm too!) it a good thing to debut developping a ROM! I just meditate : do you think it is possible to create a topic where everyone could post his/her work?
Sent from my LG-P970 using XDA
hi... I had a couple of question to ask:
1. what If I want to add eg. erecovery by huexxx... I download the zip file, and extract the 2 files in the folder /system/bin and extract it to my /system/bin folder... is that step are right ? or do I have to add the updater-script to add permission of that 2 files
2. And what if I delete the default LG launcher and copy zeam.apk to /system/app does the system automaticaly detect zeam as a launcher, or do I have change the script?
thanx...
About the launcher, you simply have to delete one and add another one. To be on the safe side, I always renamed the new launcher to the old ones name, but the other solution works as well.
About eRecovery, idk, I need to confess, should work without, but I think you need to try. If it doesnt work, add these lines to updater-script:
set_perm(0, 0, 0755, "/system/bin/pvrsrvinit");
set_perm(0, 0, 0755, "/system/bin/pvrsrvinit2");
What if I take the stock Gingerbread launcher and replace with LG's stock one by just renaming it or overwriting it?
Will it work ??
ok I bricked my phone 5 times while trying cook my own rom... so I gonna back again from square one... Delete all my previous work and start again
V.0.2 Using v20N from redy, open dsixda, just zippalign, using updater-script from dsixda... test... result... When flashing my ROM I get the error "mount expects 4 args got 3"
V.0.3 using redy's original updater-script & update-script fille copy to my V.0.2 rom.. result... working perfect
V.0.4 Deodexed all files, except 3 files... result: missing market android
V.0.5 Delete bloatware and add google market apk (vending.apk)... result... good... I'm gonna use it to check the stability of this rom...
N00BY0815 said:
About the launcher, you simply have to delete one and add another one. To be on the safe side, I always renamed the new launcher to the old ones name, but the other solution works as well.
About eRecovery, idk, I need to confess, should work without, but I think you need to try. If it doesnt work, add these lines to updater-script:
set_perm(0, 0, 0755, "/system/bin/pvrsrvinit");
set_perm(0, 0, 0755, "/system/bin/pvrsrvinit2");
Click to expand...
Click to collapse
And if i add other apps that there isn't on default system, eg. OI File Manager, the app is installed automatically when i put it on system/app?
And if i want to put the beats audio mod, It's only necessary to put the file in the correct folder?
For the apps it's true, but its always better not to put too many new apps in there, since I think they cant be updated.
About beats audio, I think putting in the right folder should be enough, but pls check the updater-script and if needed add the corresponding lines to the updater-script of your ROM
Hum.... I'll try this... Worst that can happen?
s1ck82 said:
Hum.... I'll try this... Worst that can happen?
Click to expand...
Click to collapse
Worst that can happen is, you have to unbrick your device... At least as long as you dont REALLY mess it. But as long, as you stick to the guide you wont have problems I think And the unbricking guide is in my noob how to, so basically nothing can happen Just do a nandroid and your back to normal within 10 minutes
Hi... I always get trouble when using updater-script & update binary after build my rom from cygwin...
some times I get the error "mount expects 4 args got 3"
and I already changed my update-binary files from folder update_files folder...
but when I flash again CWM error (7) or sometime error (0)
sometime the resolution is to copy the update-binary and updater-script from previous Redy's rom
But now I want to make add /data/app functionality in my custom rom... and if I using update-binary and updater-script from previous Redy's rom it doesn't work...
I think the problem is in my updater script file created by cygwin:
Code:
package_extract_file("check_data_app", "/tmp/check_data_app");
set_perm(0, 0, 0777, "/tmp/check_data_app");
run_program("/tmp/check_data_app");
mount("MTD", "userdata", "/data");
package_extract_dir("data", "/data");
set_perm_recursive(1000, 1000, 0771, 0644, "/data/app");
show_progress(0.900000, 30);
format("ext4", "EMMC", "/dev/block/mmcblk0p8");
mount("ext4", "EMMC", "/dev/block/mmcblk0p8", "/system");
mount("MTD", "system", "/system");
package_extract_dir("system", "/system");
symlink("busybox", "/system/xbin/[");
symlink("busybox", "/system/xbin/[[");
I think it is missing "format" code, because it mounts system and data, but only format system...
and now i dont have a clue...
Try using a virtual machines.
Trolling in the deep
Pls gimme the full updater-script. And always watch to change update-script back to updater-script.
Because lines like these, I think are unreadable for some devices...
mount("MTD", "userdata", "/data");
mount("MTD", "system", "/system");
should look like this:
mount("ext4", "EMMC", "/dev/block/mmcblk0p8", "/system");
other mountpoints (e.g. for data) can be found by typing mount into terminal emulator.
Hope you get it working and I somewhen find time to make a step by step guid for kitchen
N00BY0815 said:
Pls gimme the full updater-script. And always watch to change update-script back to updater-script.
Because lines like these, I think are unreadable for some devices...
mount("MTD", "userdata", "/data");
mount("MTD", "system", "/system");
should look like this:
mount("ext4", "EMMC", "/dev/block/mmcblk0p8", "/system");
other mountpoints (e.g. for data) can be found by typing mount into terminal emulator.
Hope you get it working and I somewhen find time to make a step by step guid for kitchen
Click to expand...
Click to collapse
ok this is updater script from cygwin
Im still trying to mod it but get another bootloop
If you have any free time, N00by, could you tell us if/how we can use the google ADV Manager to simulate our cooked ROM ?

Making flashable zip help!

Hello, I am trying to make a flashable zip that replaces framework-res.apk in CM9. I have searched and read a bunch of other threads on this, but they all seem to be out of date and none of them actually address the update-binary. Whenever I flash my zip, it aborts due to "error 4" or sometimes "error 0." I have been just copying and pasting the update-binary from other zips, but it seems to give me these errors.
I've attached the .zip in case someone wants to look at it. I'm almost positive my script is solid. Thanks
Script (written in notepad++):
ui_print("Modified framework for CM9 nightly 04/02/2012");
ui_print("by korockinout13");
show_progress(1, 1.5);
ui_print("Installing now...");
run_program("/sbin/busybox", "mount", "/system");
package_extract_dir("system", "/system");
set_perm(0,0,0644, "/system/framework/framework-res.apk");
run_program("/sbin/busybox", "unmount", "/system");
ui_print("Happy didling!!!");
Try taking out the commas between the 0 0 0644 (per this).
jmtheiss said:
Try taking out the commas between the 0 0 0644 (per this).
Click to expand...
Click to collapse
That guide isn't in edify though, so those guidelines are out of date. I also think that the script would fail once it got to that step, but mine fails instantly and nothing from the script shows up at all.
in notepad ++ is it a UNIX file or Dos/Windows?
do you have a update binary compatible with ICS ? (this one took me a whole night)
sometimes its just best to start with someone elses script, erase everything and start yours, working these files on windows can be a pain.
I have also used D4 update zip maker to proof my scripts and re-save them in correct format, when i run into odd issues.
korockinout13 said:
That guide isn't in edify though, so those guidelines are out of date. I also think that the script would fail once it got to that step, but mine fails instantly and nothing from the script shows up at all.
Click to expand...
Click to collapse
cwm usually proof reads the script to make sure there are no errors and it can complete the task before it starts. if you have an error at the end of the script, nothing will happen.
error 4 isnt familiar but 0 is.
TRusselo said:
in notepad ++ is it a UNIX file or Dos/Windows?
do you have a update binary compatible with ICS ? (this one took me a whole night)
sometimes its just best to start with someone elses script, erase everything and start yours, working these files on windows can be a pain.
I have also used D4 update zip maker to proof my scripts and re-save them in correct format, when i run into odd issues.
Click to expand...
Click to collapse
Under the edit menu, for EOL conversion, I chose UNIX format after I read an article somewhere. I think that's the right place?
For the update-binary, I used one from Glitch, CM9, and also another framework.zip but it seems to fail.
I agree, I'll try using somebody else's again
Edit: Well, apparently the command for unmount is umount! I still get the same status 4 error though. I got it to work eventually by copying somebody else's script, but I have no freaking clue how it was in any way different from mine.
Click sig links at the bottom of my sig and you will find a cwm flash pack creator.

Flashable custom upgrade script

Hi guys,
I'm a noob in mod customization,
I have sgs1 (gti-9000) android phone, running cm9: nightly from date: 20120618.
After upgrading from cm7 to ICS, I upgraded the contacts app using so the T9 dialer will support Hebrew letters as well using this flashable zip file:View attachment Contacts.zip after some time I discovered a problem with my dialer - sometimes it got stuck when I tried to search contacts using the T9 dialer start writing a contacts name and then the dialer would freeze, and I would have to stop the process using the apps manager.
I tried to go to inverted(black instead of white) contacts app that a friend supplied and had the same issue so I left it alone for some time.
Today I decided to fix it, to take the contacts apk from a newer nightly version of cm9 and drop it into the folder structure of the flashable zip I used to install the contacts with Hebrew T9 support, on the way I noticed that the phone.apk has a different md5sum as well, so I put the newer phone APK in the same dir as well.
I followed some guides to alter the update-script so it will install both files and tried to flash it, didn't work - got the error installation abort after selecting the file from the recovery.
I tried to alter the zip this way and that way, even removed the phone.apk and used only the contacts apk, tried to sign it as well, still no use, same error every time, finally I installed it using the file manager from the recovery (used root explorer to install the phone.apk - that wasn't so smart because my phone stopped responding but after a reboot and a fix in the permissions it went back to life).
The main question, where did I go wrong with building the flashable zip file?
I read many guides how to write the updater-script, many on xda and others on different forums and sites,
this was my finale try(only contacts.apk in the):
ui_print("");
ui_print(" *********************************************** ");
ui_print(" * UPDATE PHONE AND CONTACTS APK * ");
ui_print(" * by Elia * ");
ui_print(" * * ");
ui_print(" * Mounting FS * ");
run_program("/sbin/busybox", "umount", "/system");
run_program("/sbin/busybox", "mount", "/system");
ui_print(" * Extracting files * ");
package_extract_dir("system", "/system");
ui_print(" * Setting permissions * ");
set_perm(0, 0, 0755, "/system/app/Contacts.apk");
ui_print(" * Unmounting FS * ");
run_program("/sbin/busybox", "umount", "/system");
ui_print(" * * ");
ui_print(" * Installation complete! * ");
ui_print(" * Reboot and Enjoy! * ");
ui_print(" *********************************************** ");
Click to expand...
Click to collapse
updater-script and update-binary were located under: META-INF\com\google\android
contacts.apk was located under: system\app
Could someone please point me where did I get wrong and how to fix it, so next time it will be easier to upgrade apks using flashable zip files?
Thanks guys.
had high hopes for xda,
maybe I posted in the wrong section of the forum(174 views and not a single comment),
but got inspired from all the great people that develop contribute and improve the android community,
tried to get myself into the same place so I would be to do those things, and for that I need to start from some place.
I feeling kind of disappointed.
Thanks for the try.
The update-script in your attached zip is att. jpg:
Not like the lines in OP.
Use Notepad+ and save edited update-script on pc. Use 7-zip and Copy that file into folder inside Contacts.zip where you have Lippols update-script.
O-T said:
The update-script in your attached zip is att. jpg:
Not like the lines in OP.
Use Notepad+ and save edited update-script on pc. Use 7-zip and Copy that file into folder inside Contacts.zip where you have Lippols update-script.
Click to expand...
Click to collapse
Thanks for the reply O-T,
can you explain a little bit your reply?
for example what do you mean by:
Not like the lines in OP.
Click to expand...
Click to collapse
---> what is OP?
And that is what I'm trying to understand,
how to change the original updater-script so it will fit my needs,
and why I need to use 7-zip to insert the script back into the original zip file, can't I create my own archive (zip file) from the same hierarchy - to to cantain the same folders structure, but my altered updater-script and my APKs?
Thanks again,
I really appreciate the help!
OP = original post. As for the script, use notepad++ because it pays attention to individual lines and formats. You may just have a little error from using something else.
Sent from my GT-I9000 using xda premium
AlwaysDroid said:
OP = original post. As for the script, use notepad++ because it pays attention to individual lines and formats. You may just have a little error from using something else.
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
Thanks,
I have used notepad++ when I edited the script, and yes this is what I tried to achieve to change the script for my needs - install both APKs (contacts and phone) so I cahnged it a little bit,
but in general, as I understood from the multiple guides, the steps that the upgdater-script is performing are:
1) mount /system FileSystem:
run_program("/sbin/busybox", "mount", "/system");
2) extract files from zip, this command will extract the "system" dir in the zip file into the /system FileSystem
package_extract_dir("system", "/system");
3) change permissions, set the permissions of the copied APKs to rwx-rw-rw , and set owners user-id and group-id to 0 :
set_perm(0, 0, 0755, "/system/app/Contacts.apk");
the basic change I made in the script is in step (3) - the original script set the permissions to SystemUI.apk , even that this APK wasn't part of the APKs in the zip file - I changed it to point on contacts.apk and the script stopped working after I zipped it again..
Thanks!
got some progress:
I used 7-zip to just edit the archive and plant the new apk in it,
I found another very good forum thread: http://forum.xda-developers.com/showthread.php?t=1721680 about the flashable zip packages,
the new error I get is:
Code:
E:Error in /sdcard/Calendar.zip (status 0)
Installation Aborted
I decided to use the Calendar.apk for testing, opened the archive using 7-zip, and planted it int the right path,
tried without atering the updater-script on both: the sample.zip from the link above, and from the contacts.zip I attached, same error,
I tried to throw into the archive an updater-script that I modified, same result.
so I'm still stuck with creating and installing my modified zip package..
does anyone know how to solve this current error?
Thanks again

[Q] Need help creating a ROM with dsixda's Android Kitchen. (Errors 0 and 7)

Hi,
The last couple of days I have been trying to create a custom ROM with dsixda's Android Kitchen,
I'm trying to modify the stock 2.3.4 ROM to include root and init.d support.
All goes well in the creating process, but when I try to flash
the ROM with ClockWorkMod Recovery, I get Error status (0).
I have tried to replace the update-binary with one from rohan007's CM10.1,
I also tried to modify the updater-script by changing the mount points based on rohan007's ROM,
but I always end up with error 0 or 7.
Did any of you guys have any luck creating a ROM with the Android Kitchen?
Can anyone tell me the correct way of creating a ROM for Samsung Galaxy Mini with the Android Kitchen?
What text editor did you use to modify updater-script ?
U should use Notepad++
I have used wordpad one time and Windows notepad the other time, minding to keep the Unix line endings intact.
Why does the mount point in rohan007's ROM (and others):
mount("ext4", "EMMC", "/dev/block/stl12", "/system");
differ from the one dsixda's Kitchen proposes:
mount("ext4", "EMMC", "/dev/block/mmcblk0p9", "/system");
Could both be correct?
I'm pretty sure my problem is the updater-script and the update-binary,
I believe status 7 means in CWM that CWM expects a ROM for a "tass" device,
but it gets a ROM for a "GT-S5570" device.
I think dsixda's Kitchen is an automated tool for doing some ROM modifications,
so how do real developers create/generate updater-scripts?
Harmc0re said:
I have used wordpad one time and Windows notepad the other time, minding to keep the Unix line endings intact.
Why does the mount point in rohan007's ROM (and others):
mount("ext4", "EMMC", "/dev/block/stl12", "/system");
differ from the one dsixda's Kitchen proposes:
mount("ext4", "EMMC", "/dev/block/mmcblk0p9", "/system");
Could both be correct?
I'm pretty sure my problem is the updater-script and the update-binary,
I believe status 7 means in CWM that CWM expects a ROM for a "tass" device,
but it gets a ROM for a "GT-S5570" device.
I think dsixda's Kitchen is an automated tool for doing some ROM modifications,
so how do real developers create/generate updater-scripts?
Click to expand...
Click to collapse
Okay, another confused newbies.
So, "tass" is a codename for "GT-S5770", CWM recognize device by their codename.
While real developer "build" ROM, the updater-scripts automatically generated.
F4uzan said:
Okay, another confused newbies.
So, "tass" is a codename for "GT-S5770", CWM recognize device by their codename.
While real developer "build" ROM, the updater-scripts automatically generated.
Click to expand...
Click to collapse
Okay, tass is a codename, but nowhere in the Kitchen does it mention tass, and since I get error 7,
I thought that could be my problem.
So they are generated while building ROMs, I guess I'll stick with fiddling around with the Kitchen then.
Made some progress... But still need your help.
Okay, so I just modified the updater-script that the Kitchen generated,
I used gedit in Ubuntu, and used rohan007's CM10.1 ROM for reference.
At the moment my modified stock ROM flashes fine in ClockWorkMod recovery,
but when I try to boot:
1) It takes about 10 mins (okay, that's normal)
2) I don't see a bootanimation, just the standard
GALAXY mini
GT-S5570
SAMSUNG
3) I get a black screen after the 10 mins are over. It's not turned off, because when I push any button, the backlight turns on but the screen is just black.
Why does this happen? All I did in the kitchen was adding root and init.d support to the stock ROM.
It's late now, tomorrow I'll try to flash an unmodified stock ROM created with the kitchen, see if the modifications prevent the ROM from working.
F4uzan said:
Okay, another confused newbies.
So, "tass" is a codename for "GT-S5770", CWM recognize device by their codename.
While real developer "build" ROM, the updater-scripts automatically generated.
Click to expand...
Click to collapse
just dont sign the package if you do there are youtube videos showing you how to take it ou the updater script

Fonts from the Htc 0ne forum.

Alot of you probably already know of this but theres probably some that dont. I found this thread over in the Htc0ne themes and apps forum, thought it would be cool if we were aware of it here too.
Ive used alot of these fonts and they do work on the Sprint Htc0ne variant. You may have to edit the Meta on some of them.
All in all its nice to have options for fonts. You can find them here http://forum.xda-developers.com/showthread.php?p=45437057 i know gianton worked pretty hard putting all these flashables together so dont forget to hit gianton's thanks button.
http://forum.xda-developers.com/showthread.php?p=45437057
EDIT: Heres a flashable .zip for our device you can use to flash the fonts.
Just pull the system/fonts file from the .zip you've chosen,
Add it to the .zip I've provided and flash in recovery.
Enjoy
The zips from the original thread flashes just fine. Also downloading the zip and moving the fonts into the zip provided would be redundant as they are indentical in the update script.
Code:
run_program("/sbin/busybox", "mount", "/system");
package_extract_dir("system", "/system");
unmount("/system");
im0rtalz said:
The zips from the original thread flashes just fine. Also downloading the zip and moving the fonts into the zip provided would be redundant as they are indentical in the update script.
Code:
run_program("/sbin/busybox", "mount", "/system");
package_extract_dir("system", "/system");
unmount("/system");
Click to expand...
Click to collapse
More just to let people know they're there. But thanks for the input,,,,,,,,
Thanks for sharing
what am i doing wrong
I have the HTC one m7spr running 4,3 sense 5.0. I download them on my phone and then flash them and they do not work. Not a single one. I have downloaded fonts from another site, droid views. I think it wad and they worked but now the download link doesentvwork for me. But when I flash them it just says failed. I do have the nearest version of twrp
Try it without the zip in this thread. I'm on 4.3 with Sense 5.0 and I just went to the thread, chose the font I wanted, downloaded it and flashed it with twrp.
Sent from my HTCONE using XDA Premium 4 mobile app
Thank. Gonna have to try this.

Categories

Resources