[ROM][DEODEX][WIP]Deodexed 4.2.2 K2_PLC_CL - HTC One SV

Refer here: http://forum.xda-developers.com/showpost.php?p=53554899&postcount=73

@eduardog131
I recommend taking a more recent busybox binary and replacing the old one found within the dsixda kitchen directories. That one is old. It works, but old lol. A recommendation, but not a necessity.
Sent from my C525c using Tapatalk

You say PLC, then you say cricket. Will this work for PLC_CL?

zomgitsanoob said:
You say PLC, then you say cricket. Will this work for PLC_CL?
Click to expand...
Click to collapse
@zomgitsanoob
Yes lol. He just kept it short when he said PLC.
@eduardog131
For the sake of not wanting to confuse future readers, I would recommend replacing PLC with K2_PLC_CL.
Sent from my C525c using Tapatalk

Stupid question: I see the boot.img, and I'm used to flashing that. What do I do with everything else? Or am i supposed to flash the zip? I'll be happy to test it out, if you explain this to me.
I thought it might be a flashable zip, but TWRP tells me
ERROR executing updater binary in zip
Click to expand...
Click to collapse
I've removed a lot of things, and I had this same problem with the OTA update. Do I need to flash the stock, then flash this zip? Can I just flash the boot.img inside the zip?

zomgitsanoob said:
Stupid question: I see the boot.img, and I'm used to flashing that. What do I do with everything else? Or am i supposed to flash the zip? I'll be happy to test it out, if you explain this to me.
I thought it might be a flashable zip, but TWRP tells me
I've removed a lot of things, and I had this same problem with the OTA update. Do I need to flash the stock, then flash this zip? Can I just flash the boot.img inside the zip?
Click to expand...
Click to collapse
Its a flashable Rom. If you remove stuff, it may upset the updater-script. However, that would depend on what it is that you actually removed. Have you flashed this Rom without making any changes? If not, try that. If it still gives a problem with flashing, then it may have something to do with the updater-script (not the update-binary as it is reporting).
Sent from my C525c using Tapatalk

Alright, flashing the default ROM (since I hack so much out of myphone) then updating with the OP. Will testdrive and report back

Modding.MyMind said:
Its a flashable Rom. If you remove stuff, it may upset the updater-script. However, that would depend on what it is that you actually removed. Have you flashed this Rom without making any changes? If not, try that. If it still gives a problem with flashing, then it may have something to do with the updater-script (not the update-binary as it is reporting).
Sent from my C525c using Tapatalk
Click to expand...
Click to collapse
awh crap that's what I thought it would be. I didn't make the updater-script myself, I let the kitchen do it's work. It might be the script that's janked up. Ugh not this.
Also, boot.img should work standalone, on a 4.2 ROM, all I did was edit the 'set fake battery value' values.

I flashed the boot.img
ADB said it worked, although nothing appeared to have changed upon reboot. Still can't flash the zip.
Still trying to track down my copy of the default boot img so I can try that route

eduardog131 said:
awh crap that's what I thought it would be. I didn't make the updater-script myself, I let the kitchen do it's work. It might be the script that's janked up. Ugh not this.
Also, boot.img should work standalone, on a 4.2 ROM, all I did was edit the 'set fake battery value' values.
Click to expand...
Click to collapse
Then the updater-script made need some adjustments at the beginning and at the end. Assuming you did not touch it when building your Rom. The mount() needs changing, and remove format(). Our binary only accepts three arguments and not four.
At the bottom, it is raw writing the boot.img, I personally have never allowed it to do it in that manner so I have always changed it. I have a tutorial on how to make these changes when using the dsixda kitchen in regards to the updater-script. Its really simple and won't take but minutes to fix. You can check it out here.
Just scroll towards the end and you will see it. Pictures are provided.
zomgitsanoob said:
I flashed the boot.img
ADB said it worked, although nothing appeared to have changed upon reboot. Still can't flash the zip.
Still trying to track down my copy of the default boot img so I can try that route
Click to expand...
Click to collapse
The boot.img pertain to 4.2.2, you won't see much of a difference between it and yours unless the developer does some big tweaks to it. Otherwise, it will pretty much appear the same. The system partition is what will really show its differences due to it being deodexed and such.
Sent from my C525c using Tapatalk
---------- Post added at 12:27 PM ---------- Previous post was at 12:22 PM ----------
Also, I recommend, setting the instructions to wiping the cache, system, data, dalvik cache, and factory reset. Once installation is complete, wipe dalvik and cache, then reboot. This will prevent any type of "dirty flashing".
Sent from my C525c using Tapatalk

Modding.MyMind said:
Then the updater-script made need some adjustments at the beginning and at the end. Assuming you did not touch it when building your Rom. The mount() needs changing, and remove format(). Our binary only accepts three arguments and not four.
At the bottom, it is raw writing the boot.img, I personally have never allowed it to do it in that manner so I have always changed it. I have a tutorial on how to make these changes when using the dsixda kitchen in regards to the updater-script. Its really simple and won't take but minutes to fix. You can check it out here.
Just scroll towards the end and you will see it. Pictures are provided.
The boot.img pertain to 4.2.2, you won't see much of a difference between it and yours unless the developer does some big tweaks to it. Otherwise, it will pretty much appear the same. The system partition is what will really show its differences due to it being deodexed and such.
Sent from my C525c using Tapatalk
---------- Post added at 12:27 PM ---------- Previous post was at 12:22 PM ----------
Also, I recommend, setting the instructions to wiping the cache, system, data, dalvik cache, and factory reset. Once installation is complete, wipe dalvik and cache, then reboot. This will prevent any type of "dirty flashing".
Sent from my C525c using Tapatalk
Click to expand...
Click to collapse
ARE YOU KIDDING ME?!?! YOU HAD ONE JOB DROPBOX, YOU HAD ONE JOB!
{
"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"
}

eduardog131 said:
ARE YOU KIDDING ME?!?! YOU HAD ONE JOB DROPBOX, YOU HAD ONE JOB!
Click to expand...
Click to collapse
Yea, dropbox sucks with bandwidth.
Sent from my C525c using Tapatalk

Modding.MyMind said:
Yea, dropbox sucks with bandwidth.
Sent from my C525c using Tapatalk
Click to expand...
Click to collapse
The file barely goes over 512MB on Dev-Host. It's 515MB. Sense makes everything so much bloated.

eduardog131 said:
The file barely goes over 512MB on Dev-Host. It's 515MB. Sense makes everything so much bloated.
Click to expand...
Click to collapse
You can get more space to upload files. Though it would require to be an RC, RT, Rom Dev, etc, etc. Basic members do not have those privileges so other means must be found.
Sent from my C525c using Tapatalk

everytime I tried to flash this, I got "failed" through TWRP.
I don't remember the exact problem, something with the update script I believe.

ARitualSacrifice said:
everytime I tried to flash this, I got "failed" through TWRP.
I don't remember the exact problem, something with the update script I believe.
Click to expand...
Click to collapse
Extract the updater-script and send it to me. I will fix it and send it back to you.
Sent from my C525c using Tapatalk

OP updated with fixed link to DB. Will add MediaFire link later...

eduardog131 said:
OP updated with fixed link to DB. Will add MediaFire link later...
Click to expand...
Click to collapse
Is Rom confirmed working now? No problems with flashing? aritualsacrifice never sent me the updater-script lol.
Sent from my C525c using Tapatalk

Modding.MyMind said:
Is Rom confirmed working now? No problems with flashing? aritualsacrifice never sent me the updater-script lol.
Sent from my C525c using Tapatalk
Click to expand...
Click to collapse
Well, I fixed the script to flash to the correct partition, here is the script if you wanna look.

eduardog131 said:
Well, I fixed the script to flash to the correct partition, here is the script if you wanna look.
Click to expand...
Click to collapse
Thanks man. Looks good . Didn't see anything out of place.
Sent from my C525c using Tapatalk

Related

MetaMorph Theme Status Bar Icons

Here is a collection of my personal MM themes for status bar icons.
(note - i did not create the img files them selves. i just packaged them up so people can use them with there roms. If anyone finds there work here and would like me to remove it please PM RIGHT AWAY!!!!. With that said i cant make img files, if you request something please attach a link to an img that you would like me to use.)
**Please make a back up of your ROM before installing anything I have created!!!**
Email
{
"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"
}
Link ---> http://db.tt/7HwBZAH
(After applying you will need to do a restart of the phone to take effect.)
Gmail
Link ---> http://db.tt/qzlAScK
(After applying you will need to do a restart of the phone to take effect.)
SMS
link ---> http://db.tt/oclNqoI
(After applying you will need to do a restart of the phone to take effect.)
Notify Icons
link ---> http://db.tt/2YSrg5e
(After applying you will need to do a restart of the phone to take effect.)
(img look pix-elated because i made them bigger for you to see. It will look smoother on your phone)
Let me know if you have any problems. This has only been tested on SkyRaider 3.3 final. If you have any more requests just let me know and I will try to make them for you.
And if you like what i do please consider on giving me more space on my drop box. I don't need money. I just need space so i can offer more room for my MM themes.
http://www.dropbox.com/referrals/NTEyMzcyNzg2OQ
synisterwolf said:
Here is a collection of my personal MM themes for status bar icons.
**Please make a back up of your ROM before installing anything I have created!!!**
Gmail
Link ---> http://db.tt/qzlAScK
(you might need to apply this twice. Some people said they did and some said they didn't.)
SMS
link ---> http://db.tt/oclNqoI
(you might need to apply this twice. Some people said they did and some said they didn't.)
Notify Icons
link ---> http://db.tt/2YSrg5e
(img look pix-elated because i made them bigger for you to see. It will look smoother on your phone)
Let me know if you have any problems. This has only been tested on SkyRaider 3.3 final. If you have any more requests just let me know and I will try to make them for you.
And if you like what i do please consider on giving me more space on my drop box. I don't need money. I just need space so i can offer more room for my MM themes.
http://www.dropbox.com/referrals/NTEyMzcyNzg2OQ
Click to expand...
Click to collapse
Can you make a MM for the HTC Mail application. Please.
Oops forgot to post that one. It will be up shortly.
I've tried to apply the Gmail one twice, both times it made Gmail stop working. I'm running Virtuous 3.1.0 had to restore with Titanium Backup. Any thoughts?
Hey thanks for the work. I tried the Gmail, Mail and SMS and they all stopped working (applied twice). Had to restore.
Don't fret, the others that I have tried have done the same.
I am using Rooted Stock Froyo, Deodexed, S-OFF.
Thanks for the effort.
Just tested gmail and mine disappeared too. I applied it again and it came back with the notify working. Please try this and report back.
Sent from my ADR6300 using XDA App
looks like you will need to do a restart after you applied the themes. i guess the system needs to re read the apk to make them work.
(this is still a learning experience for me.... sorry again)
synisterwolf said:
looks like you will need to do a restart after you applied the themes. i guess the system needs to re read the apk to make them work.
(this is still a learning experience for me.... sorry again)
Click to expand...
Click to collapse
YAHTZEE! We have a winner! Very nicely done! Works for me now.
I'm glad it works now. I guess I just needed more testers before going live.
Sent from my ADR6300 using XDA App
GMail works fine. I applied the icon pack twice and rebooted, but no joy. It does not work. Like I said, I'm using Virtuous 3.1.0 with the Revolution Theme.
Cincybearcatfan said:
GMail works fine. I applied the icon pack twice and rebooted, but no joy. It does not work. Like I said, I'm using Virtuous 3.1.0 with the Revolution Theme.
Click to expand...
Click to collapse
Can you tell me where you framework-res.apk is located. And if possible make a copy of it and send it to me?
Sent from my ADR6300 using XDA App
synisterwolf said:
Can you tell me where you framework-res.apk is located. And if possible make a copy of it and send it to me?
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Not sure where to even look to find that.
Is the link for the email one broken or pulled? Because there is nothing showing up. SMS one worked great, thank you.
Cincybearcatfan said:
Not sure where to even look to find that.
Click to expand...
Click to collapse
ok. i will download the rom and install it and see whats up with it.
there was an extra .bd file that was not suppose to be in the zip that i deleted. please try again while i download the rom and test
never mind. i found out why it does not work. can i use us as a tester???
Yes, I'll test it no problem.
00McD00 said:
Is the link for the email one broken or pulled? Because there is nothing showing up. SMS one worked great, thank you.
Click to expand...
Click to collapse
i pulled it. its back up. i forgot that 7zip adds a thumb.db to any img folder. and i did not want anyone install it to there phone because it might cause a boot loop for a file the phone does not know. i double checked every file again so its should all be clean and good to go
Cincybearcatfan said:
Yes, I'll test it no problem.
Click to expand...
Click to collapse
pm sent. please make a back up before testing. apply once and do a full restart
synisterwolf said:
i pulled it. its back up. i forgot that 7zip adds a thumb.db to any img folder. and i did not want anyone install it to there phone because it might cause a boot loop for a file the phone does not know. i double checked every file again so its should all be clean and good to go
Click to expand...
Click to collapse
Oh awesome, I see it's back up now. Should have just been more patient. Thanks again.
Tried the new icon.zip force closes with an error message
"The file we are looking for mnt/sdcard/AndroidThemes/Icon-1/Framework-res in this theme but it does not exist, skipping"
Cincybearcatfan said:
Tried the new icon.zip force closes with an error message
"The file we are looking for mnt/sdcard/AndroidThemes/Icon-1/Framework-res in this theme but it does not exist, skipping"
Click to expand...
Click to collapse
ops i forgot to say that the "android Theme" folder needs to be clear. the xml is trying to find a file that you dont have because the phone made a copy of the "icon" folder.
Please clear out the android theme folder on your sd card and unzip again.
and delete the old zip files you have in you download file and re download.
synisterwolf said:
ops i forgot to say that the "android Theme" folder needs to be clear. the xml is trying to find a file that you dont have because the phone made a copy of the "icon" folder.
Please clear out the android theme folder on your sd card and unzip again.
and delete the old zip files you have in you download file and re download.
Click to expand...
Click to collapse
ok so i renamed the hole zip xml and all so it wont conflict if you still have the old one on the phone.

[Mod] 4-in-1 Reboot Menu - Updated for 3.70 OTA ROMS

Ok guys... this is my port to the 4-in-1 Reboot Menu made by sqn- for the HTC Desire and DesireHD.
Hot Restart basically lets u guys restart the phone in less then 10 seconds instead of going through the full boot cycle.
This should work on any DeOdexed rom that has busybox installed and was made from the new android.policy.jar file that came with the 3.70 OTA update.
{
"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"
}
Please note that this is based off of the icons that are in com.htc.resources apk from the 3.70 OTA and if someone themed them a little different or using a different com.htc.resources apk file for their theme the icons might look different than the picture.
It is a relatively easy fix to make if u happen to end up in one of those situations... so let me know and ill try to help when i can.
Link to zip is attached... Have fun.
p.s.
i changed the icon for the reboot menu... so it doesnt look exactly like the pic.
nand backup complete, flash update zip complete... rebooting now... will update here w/ findings....
UPDATE: Works great w/ setup in my sig! Awsome Work! Now I can use that spot in switchpro widget for something else! lol
shad0w77 said:
nand backup complete, flash update zip complete... rebooting now... will update here w/ findings....
Click to expand...
Click to collapse
a tiny tip...
next time.... instead of a nand backup... since it is only one file and nothing more.
simply use adb:
1. adb remount
2. adb pull /system/framework/android.policy.jar /where ever u wanna save it.
and flash... if anything goes wrong u can always push the file u had back to replace.
Off topic here, but where did you get your battery icon with the percentages? Can that be flashed with the new Fresh ROM (based on 3.30 leaked ROM) and can you share?
Ph33zy said:
Off topic here, but where did you get your battery icon with the percentages? Can that be flashed with the new Fresh ROM (based on 3.30 leaked ROM) and can you share?
Click to expand...
Click to collapse
its the icons that konikub made and i redid them with numbers and a little bit of improved quality.
thats a part of the theme i have on my rom.
i will probably put up a stand-alone version of my theme soon for anyone who likes the theme but wanna stick to a different rom.
if u want only the batt icons... u need to look inside my framework-res.apk for them... and hopefully fresh uses a framework-res that has batt percent on and u can simply replace the images.
if u dont know how to do that i can be of much help cuz although its simple to do im sure u can find a how-to in the forum somewhere.
Awesome now I can get rid of Quick Boot.
Love replacing widgets and apps with flashed mods
Same here. Thanks for this!
Shane112358 said:
Awesome now I can get rid of Quick Boot.
Love replacing widgets and apps with flashed mods
Click to expand...
Click to collapse
Sent from my EVO using Tapatalk
Normal restart works but hot restart doesn't seem to do anything
thank you
notmike said:
Normal restart works but hot restart doesn't seem to do anything
thank you
Click to expand...
Click to collapse
what rom r u on?
if u on an older rom than it might not work... i never checked...
also, try wiping cache and dalvik and try again.
REMOVED....
thanks man..... downloading now to try on the newest fresh rom
Edit..... works great on newest fresh
Bummer. Can't get it to work on Calk's new EViO 1.5.
Edit: Nvm, I'm stoopid. Didn't realize you had to select 'reboot' to get the reboot options.
Anybody know how to create a shortcut to this on the home screen?
Thanks aamikam !
aamikam said:
what rom r u on?
if u on an older rom than it might not work... i never checked...
also, try wiping cache and dalvik and try again.
Click to expand...
Click to collapse
I tried wiping cache and dalvik with no luck, I'm on myn 3.29.651.5 deodex
notmike said:
I tried wiping cache and dalvik with no luck, I'm on myn 3.29.651.5 deodex
Click to expand...
Click to collapse
i think myn already had it ported to his rom a few weeks ago if im not wrong...
but anyways... i can see why it wont work with his rom.
initially i tried to pull off his port of it from his rom... but no go.... then i realized that he was using something else cuz my whole phone started acting up... so i went to the original page of the 4-in-1 boot menu and just did it myself with the new jar file from 3.30.
of course i had to switch some icons around cuz every image has its on unique id # and from phone to phone it might change.
im not sure what happens when u say its not working though... what does happen? does anything change?
Is it supposed to wipe data when flashing this? I stupidly didn't do a nandroid before flashing and had to re-setup everything. Maybe I just wasn't paying attention when I went to wipe the cache in recovery, don't know.
Anyway, the reboot menu is working fine in Fresh 3.4, I just had to set my stuff back up.
Noxious Ninja said:
Is it supposed to wipe data when flashing this? I stupidly didn't do a nandroid before flashing and had to re-setup everything. Maybe I just wasn't paying attention when I went to wipe the cache in recovery, don't know.
Anyway, the reboot menu is working fine in Fresh 3.4, I just had to set my stuff back up.
Click to expand...
Click to collapse
the update script in the zip doesn't even clear cache ... it just copy's over the old android.policy.jar file thats inside /system/framework...
so i really can't see why u would need or needed to set up everything again.
Hm. I probably just fat-fingered it when I was wiping the cache, then. Weird. It works though, so thanks.
aamikam said:
i think myn already had it ported to his rom a few weeks ago if im not wrong...
but anyways... i can see why it wont work with his rom.
initially i tried to pull off his port of it from his rom... but no go.... then i realized that he was using something else cuz my whole phone started acting up... so i went to the original page of the 4-in-1 boot menu and just did it myself with the new jar file from 3.30.
of course i had to switch some icons around cuz every image has its on unique id # and from phone to phone it might change.
im not sure what happens when u say its not working though... what does happen? does anything change?
Click to expand...
Click to collapse
It just goes back to the home screen as though no action was taken, so what is it supposed to do exactly ... it sounds like something I want, even though I don't know what it is

[ODIN][5-30-11][Mesmerize] Froyo EE19 stock update

This is the EE19 Froyo update package for the Mesmerize. This build replaces any build dated prior or not dated in the name. It is also only for the Mesmerize. I am not responsible for what happens if you flash it to other phones.
This is just an update package, just like what you would get from the USCC home page. I have just pulled it out of Kies build form and turned it into an Odin build for our convenience. What this means, is that you will likely not lose anything that you have downloaded from the market if you just flash the package. What you must understand, is that there may be differences in the packages themselves. If you flash and experience FC's (force closes) on packages after the flash when you first boot up, then you will need to do a wipe data/factory reset and probably flash again.
To use these files: unzip and then flash in Odin using the directions below.
#####IF YOU HAVE VOODOO ENABLED, DISABLE LAGFIX BEFORE YOU USE ODIN#####
1. Pull your phone battery
2. Start Odin
3. Click PIT and select the .pit file from the download
4. Check the PDA box, Click PDA and select the .tar.md5 file from the download
5. Plug your phone into the USB port and hold volume down
-your phone should go into download mode
6.Verify that Odin sees your phone.
-if not, try another USB port
7. Click Start
It will look similar to this. -- and when i say similar, I mean 'not exactly like'
{
"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"
}
Mesmerize EE19 stock update
OK. New upload that has been verified good downloaded and md5 checksum is checking out now.
Stock means not rooted. If you want to root this build, SOC should still do the trick. I will have a PnP for it soon.
Do we know what all has changed/been updated? I looked on the uscc page but no info was there. As always thanks for your work . It is always appreciated
Tap-a-Talked
scarmon25 said:
Do we know what all has changed/been updated? I looked on the uscc page but no info was there. As always thanks for your work . It is always appreciated
Tap-a-Talked
Click to expand...
Click to collapse
Yeah, this is another of my source leaks. I sometimes get them before the company does. This won't be released for a little bit on the website, but it is coming.
As far as what is different, there are bug fixes that may or may not affect everyone. From what I have read, the main fix is a missed call bug that was actually present back in 2.1 and carried over into 2.2 that was finally found and fixed. As for anything else, I'm just getting into it, so we'll see what it has to offer.
Ah you the man. One last question. If we odin this does it wipe the phone. For example in on heinz and themes and such. Will this on undo all that or will this just update what's already on the phone.
Tap-a-Talked
scarmon25 said:
Ah you the man. One last question. If we odin this does it wipe the phone. For example in on heinz and themes and such. Will this on undo all that or will this just update what's already on the phone.
Tap-a-Talked
Click to expand...
Click to collapse
I assume we'll have to create new theme's and rom's from this build so if you don't want stock you'll have to wait until things roll out.
bdemartino said:
I assume we'll have to create new theme's and rom's from this build so if you don't want stock you'll have to wait until things roll out.
Click to expand...
Click to collapse
its gonna be fun on a bun!!!! as soon as hes got the PnP released for this ill get themes ported to it...will also have no clock mod, puzzle mod, and ill see if i can get puzzle answer without tsm parts but i dont know how well that will work
That's cool with me. No hurry I've been happy with this setup since I got it and don't mind waiting till things get rolling. You guys rock
Tap-a-Talked
Big thanks for this! The missed calls were a pain!
On first try I got a MD5 hash value is invalid error.
so got some info on the error code and got it to go by deleting the md5 in the file name and just leaving it as .tar
after deleting the md5 it converts it to a winrar file and when trying to use odin on it, it does nothing. any ideas?
ok, so after it converted to the winrar file renaming it once again with the .md5 at the end did the trick. go figure.
Kick ass. I'll try this tomorrow since I'm out of town right now. Hope this solves my missed calls/texts issue.
Sent from my SCH-I500 using XDA App
I can't get the .md5 to rename to a usable .tar file. Help!!
Did the fascinate suffer from this bug?
If we are using a VZW rom/radio, would the bug still affecT me? ...i suppose the amazing builders that make this device worth owning will be hard at work on framework updates? Thanx for the package!
Sent from my SCH-I500 using XDA Premium App
From what I can tell on ec01 I missed even more calls then when on ec10
Sent from my SCH-I500 using XDA App
stephenj37826 said:
From what I can tell on ec01 I missed even more calls then when on ec10
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Then I bet vzw had their own update coming soon
but this tells me that all their programmers aren't working on GB yet!
As usual the biggest obstacle to the progress of cm7 is samsung! Gah ...hopefully these bugs were fixed finally! I've missed at least a few importanto calls
Sent from my SCH-I500 using XDA Premium App
Tortuga1234 said:
Big thanks for this! The missed calls were a pain!
On first try I got a MD5 hash value is invalid error.
so got some info on the error code and got it to go by deleting the md5 in the file name and just leaving it as .tar
Click to expand...
Click to collapse
MD5 is a checksum process to make sure you're not flashing a corrupted file, by removing that from the name you're also removing the md5 check, I don't think that's a good idea even tho it may still work. I haven't tried this yet so I'm not sure but sounds like a corrupted download would be the cause.
Oh, Thanks for the heads up!
Flashed, rooted, and got OTB on it before bed and it has been running very smooth ever since.
Sent from my SCH-I500
So this radio is the most recent radio for the Mesmerize correct? And I can Odin this to my rooted phone with the Heinz rom?
I am running stock Rom but using Voodoo kernel and voodoo lagfix. Can I just disable lagfix and then flash this in Odin?
Sorry for my ignorance, just wasn't sure if I need to revert everything back to stock before flashing this.
Thanks!
Thank you, I will be following this one. My only complaint with this phone has been missed calls. I am also interested in how this will work with Heinz 57 ROM.

[MOD] Google Nexus S Boot Animation

I really like Nexus S boot animation, it's one of the most beautiful ones I've seen so I decided to mod it for note.
Preview:
(The actual animation looks better as the preview is in half the resolution.)
{
"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"
}
Download: http://www.mediafire.com/?59yapyivu3oy1cg
Enjoy!
EDIT2: I have finally learned how to sign files so this fixed-signed version should flash reliably now
EDIT3: So, seems I was too quick there... The file flashed correctly the first time. But then when I tried again later I got error twice and then the third time it flashed... Not quite sure what's wrong - CWM is not exactly informative in its error messages. So if flashing fails just try again a few times!
Thank you!
Nice!
I don't usually change or care that much about boot animations but that is a really good looking one!thanks a lot for sharing mate
off to flashing
Mate I flashed you're mod and it's amazing!thank you very much
Can you tell me what files I have to delete to disable bootanimation sound? I tried bootsamsung and boot samsundloop in /system/media but wasn't successful
Thanks in advance
Sent from my GT-N7000
matius44 said:
Mate I flashed you're mod and it's amazing!thank you very much
Can you tell me what files I have to delete to disable bootanimation sound? I tried bootsamsung and boot samsundloop in /system/media but wasn't successful
Thanks in advance
Sent from my GT-N7000
Click to expand...
Click to collapse
There should be a file called 1_Power_on.ogg in /system/etc. Just make a backup of it then delete
Sent from my GT-N7000 using XDA App
verisae said:
There should be a file called 1_Power_on.ogg in /system/etc. Just make a backup of it then delete
Sent from my GT-N7000 using XDA App
Click to expand...
Click to collapse
Thanks a lot for the help mate
though its Poweron.wav that did the trick not the .ogg file anyways wouldn't have found it without you're help so thanks
Sent from my GT-N7000
I tried this. Installed via CWM, install went fine, but no change in boot animation.
I am on Rocket rom v18. Is this only supposed to work on stock?
Any help is appreciated.
oalex said:
I tried this. Installed via CWM, install went fine, but no change in boot animation.
I am on Rocket rom v18. Is this only supposed to work on stock?
Any help is appreciated.
Click to expand...
Click to collapse
Very sorry, I never actually tested the CWM file myself.
There was an error in the installation script which I have now fixed and re-uploaded the file: http://www.multiupload.com/SYYQBKHN60
It should now work fine, at least it did for me.
Original post edited.
piit79 said:
Very sorry, I never actually tested the CWM file myself.
There was an error in the installation script which I have now fixed and re-uploaded the file: http://www.multiupload.com/SYYQBKHN60
It should now work fine, at least it did for me.
Original post edited.
Click to expand...
Click to collapse
Tried to apply again and this time it gave error
E:Error in /sdcard/download/bootanimation-nexus-s-cwm-fixed.zip (status 0).
Installation aborted.
What other installation method can I use with the zip? You said you did not test it CWM so I guess you used some other means. Do you just rename zip to apk?
Anyway there is probably still some syntax errors that you left in there.
Thank for trying to help.
oalex said:
Tried to apply again and this time it gave error
E:Error in /sdcard/download/bootanimation-nexus-s-cwm-fixed.zip (status 0).
Installation aborted.
What other installation method can I use with the zip? You said you did not test it CWM so I guess you used some other means. Do you just rename zip to apk?
Anyway there is probably still some syntax errors that you left in there.
Thank for trying to help.
Click to expand...
Click to collapse
Ugh... That's strange, sorry for that! I tried flashing this file using recovery in CF-root LA3 kernel and it worked fine for me, not sure what the problem is :/
If you want to install manually, just put the bootanimation.zip file (contained in the bootanimation-nexus-s-cwm-fixed.zip file) and put it to /system/media using Root Explorer (or adb if you have it set up). Don't forget to remount /system read/write first.
problem since la4
hi this was working great (manually put in system/media) then i flashed la4, put in there again and it just loads stock animation every time, and if i delete stock it just loads blank, any ideas?
Which kernel do you use?
Androboyben said:
hi this was working great (manually put in system/media) then i flashed la4, put in there again and it just loads stock animation every time, and if i delete stock it just loads blank, any ideas?
Click to expand...
Click to collapse
Hi, as far as I know custom boot animations work with CF kernels and AbyssNote kernels (probably with most custom kernels but these two I have personal experience with).
They do not work with stock kernels.
Signed file reploaded
Hi,
I have finally learned how to sign zip/apk files so I have re-uploaded a signed CWM-flashable file that should work correctly at last.
Thanks for your patience
Piit
kernals......hmmm i need to do some more reading in the forums
I've only just wrapped my head round installing roms etc so not got a clue about the kernals.
I guess I accidentally flashed a compatible kernal the 1st time I ref lashed and this latest flash doesn't have a compatible one. Can I install a custom kernal with mobile Odin?
Androboyben said:
I've only just wrapped my head round installing roms etc so not got a clue about the kernals.
I guess I accidentally flashed a compatible kernal the 1st time I ref lashed and this latest flash doesn't have a compatible one. Can I install a custom kernal with mobile Odin?
Click to expand...
Click to collapse
Yes, Mobile Odin is ideal. Just click Kernel and select either a zImage file (found inside the CWM flashable files) or a tar file that contains the zImage file. Then click Flash firmware at the bottom.
I would recommend a CF-root kernel to start with - it's nearly stock so is the least likely to give you any trouble. Download the kernel according to your ROM base version from here: http://forum.xda-developers.com/showpost.php?p=20724234&postcount=5
Ah nice one. Thank you piit79 followed your steps and now have a new kernel........just gotta figure out what I can do with it now but hopefully I can get me boot animation back now
piit79 said:
Hi,
I have finally learned how to sign zip/apk files so I have re-uploaded a signed CWM-flashable file that should work correctly at last.
Thanks for your patience
Piit
Click to expand...
Click to collapse
Hi, can't flash it via cwm.. Got error message..
Sent from my GT-N7000 using xda premium
freyria182 said:
Hi, can't flash it via cwm.. Got error message...
Click to expand...
Click to collapse
Hi, yeah, don't quite know what it is! As mentioned in the first post it flashed fine when I was testing the last signed package. But then I re-flashed ROM and when I tried again it was failing. Anyway, when I tried again it would succeed on third or fourth attempt. Just try again until it flashes
piit79 said:
Hi, yeah, don't quite know what it is! As mentioned in the first post it flashed fine when I was testing the last signed package. But then I re-flashed ROM and when I tried again it was failing. Anyway, when I tried again it would succeed on third or fourth attempt. Just try again until it flashes
Click to expand...
Click to collapse
Thanks.. Will try again
Sent from my GT-N7000 using xda premium

[ROM][8/9/12] 2.20 OTA ATT base Eraser Rom

My attempt at a custom Rom.
{
"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"
}
Eraser Rom was built to be a "stock" ATT lite ROM. With this in mind I have removed a lot of "bloat" apps but also left some that I use.
I designed this ROM for myself but decided to share it here.
This Rom is light weight 500.27MB! Smooth as butter so far
De-odexed ( i know, i know odex is better i'm learning here lol )
Zip aligned and signed
Busybox installed
Rooted
Somewhat "debloated"
Custom bootanimation
No boot sound ( can be changed by taking whatever mp3 file youd like roughly 30 sec long renaming it to ATTSonicLogoNoSnap_Retail.mp3 and replacing the stock one in /system/customize/resource folder.
initd script support ( i think it works)
APM with eqs pull down settings thanks and based off XsMagical's posted mod for 2.23 apm,etc
Themed 4G icon thanks to wangtang2K
Removed:
Mog music, Soundhound, Most ATT apps (navigator, uverse), Yellowbook, facebook, twitter, kindle, maybe some others i cant remember
Unhidden in app drawer:
Mirror, Polaris, voice recorder, voice dialer
Modified MMS:
Options now for MMS 1M, 600k, 300K
You tell me
4G icon will change to either H or G when data is activated or you are actively using data sometimes, working on fix.
Dropbox integration into album's is not working, wierd.
Since facebook,etc was deleted friendstream, won't work. Will delete friend stream in next build.
Modifying your phone can be potential hazardous. I cannot take responsibly if you damage your phone.
As we all know you cannot flash the boot.img currently with the new hboot. So I have made it so that everyone has to flash the boot.img in fastboot to keep confusion down.
I will only support issues that arise from TWRP recovery, CWM is not officially supported so dont use it.
Prerequisites:
1. Unlocked bootloader
2. Custom Recovery TWRP
3. Disable HTC SYNC from running
4. Phone connected to PC
1. Download Rom, copy boot.img from rom zip to your fastboot tools location, then place rom zip on sdcard
2. Nandroid your current Rom
3. wipe caches, system, factory reset ( Rom will wipe your data anyway but best to do it manually just in case )
4. Flash Rom, Be patient it is slow lol
5. wipe cache/dalvik after finish, hit home reboot to bootloader NOT SYSTEM!
6. Flash the boot.img in fastboot. here is command:
fastboot flash boot boot-image-name.img
(replace boot-image-name) with whatever you named it
7. Reboot enjoy
8. The Rom takes a while to boot up the first time dont get scared the bootanimation will play the whole time. Enjoy.
For those of you who don't have it I have compiled a folder with all you need to flash roms this way. It includes, adb, fastboot, TWRP 2.1.8.1, and my roms boot.img.
Download androidtools.zip
Extract the file to the root of your C drive name it android.
so under your C drive it should look like this:
C:\android < this is the folder you extracted
C:\program_files
etc
Open command prompt.
type: cd C:\android then hit enter.
you should now see in the command prompt this of course without my name:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved
C:\Users\Eraste>cd C:\android
C:\android>
This is were you will be able to input commands to flash the boot.img. Or any other thing requiring adb, fastboot just make sure what ever you want to flash is in this folder.
Scrolser for his infinite knowledge
XsMagical APM EQS mod he posted
wangtang2K themed icons
Beta testers proving it works
​
MD5: 54d6e4c4ab3132ab5de43245abaf7777
or if you cant see that link download
HERE
Please hit the thanks button if you like this and feel free to donate!
reserved
Always good to see more ROMs. Nice work man.
I have a feeling that this will go popular. If it does hit my thanks meter XD...
Haha good job man. Actually the 4G icon jumps between H and G. I first wondered "what the heck I'm only getting GPRS after flashing the latest RUU??" But then I figured it out...
---------- Post added at 02:51 PM ---------- Previous post was at 02:44 PM ----------
I have an idea: Make a completely clean ROM and a separate zip that contains the apps.
BreatheHT said:
I have a feeling that this will go popular. If it does hit my thanks meter XD...
Haha good job man. Actually the 4G icon jumps between H and G. I first wondered "what the heck I'm only getting GPRS after flashing the latest RUU??" But then I figured it out...
---------- Post added at 02:51 PM ---------- Previous post was at 02:44 PM ----------
I have an idea: Make a completely clean ROM and a separate zip that contains the apps.
Click to expand...
Click to collapse
It stays on the same network its just an icon issue , or at least that's what I figure. Lol
eraste said:
It stays on the same network its just an icon issue , or at least that's what I figure. Lol
Click to expand...
Click to collapse
I've noticed 4.0.4 ROMS connect to hspap instead of hspa.. then the icon for hspap reports as G.. Very strange
Sent from my HTC One X
ChongoDroid said:
I've noticed 4.0.4 ROMS connect to hspap instead of hspa.. then the icon for hspap reports as G.. Very strange
Sent from my HTC One X
Click to expand...
Click to collapse
Hotspot hack included on this?
jay661972 said:
Hotspot hack included on this?
Click to expand...
Click to collapse
No not yet. I had been looking at those new mobile share plans with att. If you switch over to one of them when they become available I think hotspot is included in all of them.
eraste said:
No not yet. I had been looking at those new mobile share plans with att. If you switch over to one of them when they become available I think hotspot is included in all of them.
Click to expand...
Click to collapse
Thank you. I am running CR 4.5 now with 2.20 kernel. I did fastboot flash the boot.img from 2.23, adb shows ok but its not going through still 2.20 kernel.
jay661972 said:
Thank you. I am running CR 4.5 now with 2.20 kernel. I did fastboot flash the boot.img from 2.23, adb shows ok but its not going through still 2.20 kernel.
Click to expand...
Click to collapse
Your trying to get 2.23 boot back on cleanrom?
eraste said:
Your trying to get 2.23 boot back on cleanrom?
Click to expand...
Click to collapse
i screwed up couple of nights ago, i did your guide and all went fine. i took out the telephony from CR mods and replace the one on the system so i can get a hotspot, but i guess it dont work, my phone fc all the time and dont have the ruu and dont want it thats why i decided to flash CR 4.5 and everything works after 4 tries but i dont get the 2.23 kernel, i still have the 2.20. Just wondering if i flash the 2.23 kernel using fastboot, will it work?
jay661972 said:
i screwed up couple of nights ago, i did your guide and all went fine. i took out the telephony from CR mods and replace the one on the system so i can get a hotspot, but i guess it dont work, my phone fc all the time and dont have the ruu and dont want it thats why i decided to flash CR 4.5 and everything works after 4 tries but i dont get the 2.23 kernel, i still have the 2.20. Just wondering if i flash the 2.23 kernel using fastboot, will it work?
Click to expand...
Click to collapse
You should have been able to flash the boot.IMG hmm maybe asked Scrolser if there is anything specific needed.
eraste said:
You should have been able to flash the boot.IMG hmm maybe asked Scrolser if there is anything specific needed.
Click to expand...
Click to collapse
i did try that and adb says ok but it wont stick the 2.23 kernel
great work man, glad to see you're trying your hand at roms! i look forward to seeing what you do with this!
mcmb03 said:
great work man, glad to see you're trying your hand at roms! i look forward to seeing what you do with this!
Click to expand...
Click to collapse
Gonna add a few things to the next build.
eraste said:
Gonna add a few things to the next build.
Click to expand...
Click to collapse
Cool, will give it a try
Sent from my HTC One XL using xda premium
eraste said:
Gonna add a few things to the next build.
Click to expand...
Click to collapse
if you can add hotspot hack, that will be awesome.
jay661972 said:
if you can add hotspot hack, that will be awesome.
Click to expand...
Click to collapse
Looking into that now
eraste said:
Looking into that now
Click to expand...
Click to collapse
Nice, thanks
Sent from my HTC One X using xda premium
jay661972 said:
Nice, thanks
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
I lost root.... trying to get root for 2.20. Everything will be on hold until I can get it back

Categories

Resources