[Q] S Voice/Vlingo Uninstall and Install Modded Directions Please - Samsung Epic 4G Touch

I just rooted my phone for the first time and flashed the Frankenstein Ego ROM. I just want to say thank you for the amazing work by everyone here at XDA. You guys are the best!
S voice that comes with the ROM does not work and get a network error. I know that there is a modded version that should work (here if anyone is looking: http://forum.xda-developers.com/showthread.php?t=1662358)
I apologize for the noob question, but how do I uninstall the S voice that came with the ROM and Vlingo (I tried Titanium and finding it in the .zip file, but didn't want to play with the latter too much).
Again, thank you for the amazing work. BTW-this ROM is absolutely wonderful.
Please provide step by step directions, I am new to the whole scene.

titanium worked
Never mind. Used titanium to uninstall. The modded version works great!!

For anyone else interested use the S Voice patch v4 on this blog
http://epicrev.blogspot.com/2012/05/frankensteins-ego-v4-is-here-and-it.html?m=1
THANKS tdunham for spotting that script error!
Sent from my SPH-D710 using xda premium

TeamERA said:
For anyone else interested use the S Voice patch v2 on this blog
http://epicrev.blogspot.com/2012/05/frankensteins-ego-v4-is-here-and-it.html?m=1
Click to expand...
Click to collapse
It looks like there is a v3 is posted on that url.
I examined the script and it's not quite right copying over one of the files that the dev put into that flashable zip. Specifically, there is an etc/permissions folder that isn't being written back to the phone. If the app works, then maybe that file isn't necessary. But if it doesn't someone needs to tell the dev to correct the script and see if it that helps.

tdunham said:
It looks like there is a v3 is posted on that url.
I examined the script and it's not quite right copying over one of the files that the dev put into that flashable zip. Specifically, there is an etc/permissions folder that isn't being written back to the phone. If the app works, then maybe that file isn't necessary. But if it doesn't someone needs to tell the dev to correct the script and see if it that helps.
Click to expand...
Click to collapse
And I was about to grab that... Lol hopefully someone will report here when out gets fixed.
Sent from my SPH-D710 using xda premium

CyberpodS2 said:
And I was about to grab that... Lol hopefully someone will report here when out gets fixed.
Click to expand...
Click to collapse
It may work the way it is. It wouldn't hurt anything to try it. That was just an observation on my part.
FYI for anyone downloading that flash, it will delete several default files on your phone, including voicetalk.apk and vlingo.apk. If you depend on these apps I thought you would like to know. Please backup your phone prior to flashing this file so you can easily restore everything the way it was.

Updated to v4, thanks man ^

TeamERA said:
Updated to v4, thanks man ^
Click to expand...
Click to collapse
No problem. Like I said, may not even matter but I thought I would point it out in case it was an oversight. Plus I like to see how other people like to code their work and learn from it.

Related

[Q] How do you make flashable zips?

I've looked around and can't seem to find a proper guide of how to make flashables I know newer cwm's use an amend script as opposed to the older edify what ever that may mean xD .... anyways I want to start creating my own shiz I don't want to give details but I think it might be kind of special and could interest some nerds anyways if someone can point me in the direction of a proper guide/ tutorial I will much appreciate it.
Sent from my OG Epic
Someone recently asked a similiar questioon. Maybe their thread will help?
http://forum.xda-developers.com/showthread.php?t=1394328
sent from a phone using an app
Figured it was as easy as modifying someone elses zip but wanted to make sure
Sent from my OG Epic
Biggoron said:
Figured it was as easy as modifying someone elses zip but wanted to make sure
Click to expand...
Click to collapse
Often it's as easy as gutting another flashable .zip that you know works, then replacing the directory structure and files with what you want to install. If you want a neater solution with more customization, adamdelozier found benzyniarz1's UpdateZipCreator utility, which provides much more customization possibilities. It currently has a bug that causes scripts to fail, thus causing the entire flashable .zip to fail, but I've let the developer know what's up so hopefully a fix will be out soon. If you want to learn about the bug and the workaround, see pages 5 and 6 and pay close attention to the "Error 6" and "EOL" related posts.
Customization kind of like what the script shows ex: after flashing rc it says your phone is now legendary?
Sent from my OG Epic
Biggoron said:
Customization kind of like what the script shows ex: after flashing rc it says your phone is now legendary?
Click to expand...
Click to collapse
Yes, you can create a custom script from scratch within the utility, and it has the most used commands available to drop into your script, along with a very brief description of syntax for each. Read the OP for the utility to get an idea of its range of features.
AmericanJedi001 said:
Yes, you can create a custom script from scratch within the utility, and it has the most used commands available to drop into your script, along with a very brief description of syntax for each. Read the OP for the utility to get an idea of its range of features.
Click to expand...
Click to collapse
You are the man jedi. Thanks for updating the op also
sent from a phone using an app
Djinn23 said:
You are the man jedi. Thanks for updating the op also
Click to expand...
Click to collapse
Word! Umm, which OP are you refering to? I've updated a couple different OPs this evening, that's why I'm confused!
Thanks as well this is what I did with the knowlegde gained here.
http://forum.xda-developers.com/showthread.php?t=1404886
Sent from my OG Epic
AmericanJedi001 said:
Word! Umm, which OP are you refering to? I've updated a couple different OPs this evening, that's why I'm confused!
Click to expand...
Click to collapse
Yea I typed that knowing it was misuse n abuse. Sorry. I meant the link above I provided to this thread where the people were struggling to find out why it was broken and you explained the bug you linked to here. Jedi's always pop in, save, then boogie. Not choad chomping or anything but I also read your proposal for documentation formatting and lmmfao at your example.
sent from a phone using an app
Biggoron said:
Thanks as well this is what I did with the knowlegde gained here.
http://forum.xda-developers.com/showthread.php?t=1404886
Sent from my OG Epic
Click to expand...
Click to collapse
Awesome. Not my personal cup of tea but I am sure someone somewhere is thinking you are the motts! Well done.
sent from a phone using an app
Most people aren't picky about their cwm zips, basicly it consists of the items you want to flash, the stuff to flash it with, and an updater-script and updater-binary. I usually just take someones updater-binary and write my script from scratch
sent from my always aosp epic
Biggoron said:
Thanks as well this is what I did with the knowlegde gained here.
http://forum.xda-developers.com/showthread.php?t=1404886
Click to expand...
Click to collapse
Interesting... I'm glad you found what you needed!
Djinn23 said:
Yea I typed that knowing it was misuse n abuse. Sorry. I meant the link above I provided to this thread where the people were struggling to find out why it was broken and you explained the bug you linked to here. Jedi's always pop in, save, then boogie. Not choad chomping or anything but I also read your proposal for documentation formatting and lmmfao at your example.
Click to expand...
Click to collapse
Ah, now I understand, my young padawan. Awww, no choad chomping? But seriously, I'm glad I got a laugh out of you! Unfortunately, I'll have to clean parts of it up to get the Mods to sticky it.
Back on topic, the dev of UpdateZipCreator hit me back and said he'll release a fixed version of his utility soon.
UpdateZipCreator has been updated to use UNIX newline / end-of-line / EOL characters in the script generator / editor, which should eliminate "Error 6" when flashing .zips in CWM Recovery.
UpdateZipCreator
AmericanJedi001 said:
UpdateZipCreator has been updated to use UNIX newline / end-of-line / EOL characters in the script generator / editor, which should eliminate "Error 6" when flashing .zips in CWM Recovery.
UpdateZipCreator
Click to expand...
Click to collapse
Awesome too bad I'm headed to bed thanks ill try it out tomorrow. Is this complex or does this generate script or do I have to? That's over my head but yeah...
Edit nevermind took a look at. Any way to change what the binary script displays ie. What it shows in the script when flashing..." your phone is now legendary"
Sent From My Cyan Samurai
Biggoron said:
Awesome too bad I'm headed to bed thanks ill try it out tomorrow. Is this complex or does this generate script or do I have to? That's over my head but yeah...
Edit nevermind took a look at. Any way to change what the binary script displays ie. What it shows in the script when flashing..." your phone is now legendary"
Click to expand...
Click to collapse
This has example scripts, but I don't remember it dynamically generating scripts based on what you install. You must customize the scripts yourself, to include mounting the partition you wish to install to, install package, and screen output. FYI, IIRC the screen is 48 fixed-width characters wide in CWM Recovery. That should help make pretty output screens!

[NS4G-D720][ROM] Stock 4.0.4/IMM76D DEODEX (Error-Free Decompiling)

Contents:
Android 4.0.4/IMM76D deodexed ROM in flashable ZIP format. Will not produce errors when decompiling APK/JAR files.
Includes Superuser and boot.img root-level access. Does not include radio or recovery.
Changelog:
[R1/02APR2012]: ROM base changed from 4.0.4/IMM26 to 4.0.4/IMM76D. Files updated from stock IMM76D listed below.
Updated File List:
system/app/GoogleEarth.apk (v.6.2.1.6363 :: Earth)
system/app/googlevoice.apk (v.0.4.2.54 :: Voice)
system/app/Maps.apk (v.6.5.0 :: Maps)
system/app/Phonesky.apk (v.3.5.15 :: Play Store)
system/app/Wallet.apk (v.1.1-R57v4 :: Wallet)
system/lib/libearthmobile.so
Notes:
The need to wipe data beforehand is dependent on which ROM you're already using, but is advisable when possible for the sake of simplicity.
[R1] http://www.mediafire.com/file/48w84r8v3qbb8bw/NS4G-4.0.4-IMM76D-DEODEX-R1.zip
So does this mean the SystemUI in this version is able to decompile without errors? If so how exactly did you do this?
Thanks.
ssconceptz said:
So does this mean the SystemUI in this version is able to decompile without errors? If so how exactly did you do this?
Thanks.
Click to expand...
Click to collapse
I used smali and allowed each APK to reference all of the .odex files in the framework, added the classes.dex files to their respective APKs, and zipaligned. I don't know if it matters, but I did those steps through the command line, although I'm sure the process would be a lot faster with a script. If you would like the exact line-by-line process that I used, let me know.
So how is this Rom & all I have to do is download & flash it or is there another step to do?
Sent from my Nexus S 4G using xda premium
Killasmoke said:
So how is this Rom & all I have to do is download & flash it or is there another step to do?
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
The procedures are the same as for other ZIP-based ROMs: download, transfer to phone, and flash through recovery. You may or may not need to erase your data (depending on which ROM you're coming from), but backing up your data beforehand is advisable and never hurts.
I haven't received any feedback regarding this specific ROM yet (I don't know if that's a good or bad sign). The main difference is that it's deodexed and will decompile without errors. I'm sure there are other threads with more in-depth information on IMM26 changes/improvements/issues.
SuperUser
I was impressed with this rom for the first few minutes I used it. But then I found out that my SuperUser app wasn't working. I tried updating the binaries through the app itself but it couldn't gain root access. I downloaded the file again and flashed it again but SuperUser still didn't work. It was the same problem with not gaining root access. So I flash the SuperUser zip file from zedomax's tutorial on rooting the Nexus S 4G and I was able to gain root access. Just thought I'd tell you.
mvilla, how did you fix the superuser root access problem? i am having the same problem when i try to update binary, and im getting permission error when i try to flash recovery in rom manager, i think is because of superuser not working.
I went to nexusshacks.com and downloaded the nexussrootICS.zip file (I think that's what its called). There's a SuperUser.zip file within that zip file. I moved the file to my phone and flashed it in recovery (wipe cache and dalvik cache of course). And its working well.
Sent from my Nexus S 4G using XDA App
mvilla8 said:
I was impressed with this rom for the first few minutes I used it. But then I found out that my SuperUser app wasn't working. I tried updating the binaries through the app itself but it couldn't gain root access. I downloaded the file again and flashed it again but SuperUser still didn't work. It was the same problem with not gaining root access. So I flash the SuperUser zip file from zedomax's tutorial on rooting the Nexus S 4G and I was able to gain root access. Just thought I'd tell you.
Click to expand...
Click to collapse
Thanks for bringing that to my attention. Uploaded an updated version in the OP that addresses the Superuser issue. Sorry for the inconvenience.
satuday said:
mvilla, how did you fix the superuser root access problem? i am having the same problem when i try to update binary, and im getting permission error when i try to flash recovery in rom manager, i think is because of superuser not working.
Click to expand...
Click to collapse
This update is from ChainsDD's site and has the latest Superuser app and binary. Should accomplish the same thing.
XK72 said:
I used smali and allowed each APK to reference all of the .odex files in the framework, added the classes.dex files to their respective APKs, and zipaligned. I don't know if it matters, but I did those steps through the command line, although I'm sure the process would be a lot faster with a script. If you would like the exact line-by-line process that I used, let me know.
Click to expand...
Click to collapse
Hey buddy, I'd LOVE to have the step-by-step, or line-by-line on the process you used to decompile. If you could PM me, or post it up here for everyone to use, that would be great!! I'm kinda new to the decompiling and compiling scene so any help would be great! Also, you said that most devs that use ICS probably use a kitchen to decompile and compile their .jar and .apk files, where is this kitchen? Or are you talking about Android SDK?
sniperkill said:
Hey buddy, I'd LOVE to have the step-by-step, or line-by-line on the process you used to decompile. If you could PM me, or post it up here for everyone to use, that would be great!! I'm kinda new to the decompiling and compiling scene so any help would be great! Also, you said that most devs that use ICS probably use a kitchen to decompile and compile their .jar and .apk files, where is this kitchen? Or are you talking about Android SDK?
Click to expand...
Click to collapse
Did you ever get that step-by-step process for deodexing ICS from the OP? If so, can you send it to me?
I guess the Google Apps are included?
Will there be any further updates to this in the near future, or has this reached the end of the line so-to-speak? Just curious because I like having the natural AOSP of this.
Been using this since the 9th and I have to say it's very smooth. Very stock too, which obviously is what it's supposed to be. Just saying that for anyone who comes in looking for something customized. This is basically pure vanilla ICS.
Sorry for the delayed replies. I've been hammered by other obligations lately.
sniperkill said:
Hey buddy, I'd LOVE to have the step-by-step, or line-by-line on the process you used to decompile. If you could PM me, or post it up here for everyone to use, that would be great!! I'm kinda new to the decompiling and compiling scene so any help would be great! Also, you said that most devs that use ICS probably use a kitchen to decompile and compile their .jar and .apk files, where is this kitchen? Or are you talking about Android SDK?
Click to expand...
Click to collapse
mabry said:
Did you ever get that step-by-step process for deodexing ICS from the OP? If so, can you send it to me?
Click to expand...
Click to collapse
I'll try my best to post the steps later today or tomorrow. Sorry to keep you waiting.
akabadnews said:
I guess the Google Apps are included?
Click to expand...
Click to collapse
The stock Google apps are included. There are now two choices: One has the apps that were included in the IMM26 release (R3) and I have also included the latest app updates and related binary files as (R4).
The Batman said:
Will there be any further updates to this in the near future, or has this reached the end of the line so-to-speak? Just curious because I like having the natural AOSP of this.
Click to expand...
Click to collapse
I have replaced the Google apps that have been updated since the IMM26 release. There are rumblings that the official ICS ROM should be released sometime soon. I'm not holding my breath, but I'll offer the same thing to that release once it comes out.
If you're asking about adding functionality or features, I don't think I'd have anything unique to offer since there are so many other ROMs and customizable updates out already. I have considered including FaceLock functionality, but it adds quite a bit of size to the ROM and honestly, it hasn't worked very well for me. If there is enough interest, I'll include it as a separate revision in the future.
I'm getting a error for the media fire links. New link please?
Sent from my Nexus S 4G using xda premium
xamadeix said:
I'm getting a error for the media fire links. New link please?
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
Sorry about that. I don't know what happened there. Link fixed.
XK72 said:
Sorry about that. I don't know what happened there. Link fixed.
Click to expand...
Click to collapse
Thank you
Sent from my Nexus S 4G using xda premium
Does anyone have problems turning Bluetooth on?
Sent from my Nexus S 4G using Tapatalk
XK72 said:
I have replaced the Google apps that have been updated since the IMM26 release. There are rumblings that the official ICS ROM should be released sometime soon. I'm not holding my breath, but I'll offer the same thing to that release once it comes out.
If you're asking about adding functionality or features, I don't think I'd have anything unique to offer since there are so many other ROMs and customizable updates out already. I have considered including FaceLock functionality, but it adds quite a bit of size to the ROM and honestly, it hasn't worked very well for me. If there is enough interest, I'll include it as a separate revision in the future.
Click to expand...
Click to collapse
I would rather have the straight vanilla experience. Thanks for responding.
Edit: Also, touch to focus would be nice for the camera if at all possible. Thanks.

[MOD] (ICS) Remove select input notification

This will remove the "Select input method" notification and the keyboard icon that's placed on the status bar.
Update zip is attached, but here's a guide on how to do it:
Follow my guide here for specifics on pulling files and decompiling/compiling.
In services.jar open com\android\server\InputMethodManagerService.smali
In setImeWindowStatus comment out line 8866
Code:
# if-eq v12, v0, :cond_3a
Save, compile, push to device.
--------------------------------------------------------------
This also makes the setImeWindowStatus function in InputMethodManagerService output this line to logcat
Code:
W/InputManagerService( 495): Ignoring setImeWindowStatus of uid 10084 token: [email protected]
As far as I can tell (did a lot of testing), this only ever gets called when you bring up the keyboard and it tries to display the "select input method" notification.
If you want to be on the safe side, do a nandroid backup or backup services.jar.
Enjoy!
Can you PM me? Please? LOL! Thank You!
Does this work for racing's ics skyrocket rom?
rlee008 said:
Does this work for racing's ics skyrocket rom?
Click to expand...
Click to collapse
It might. I've only tried it on RaverX3X's ROM.
Ok, i just tried flashing the zip file on racing's ics skyrocket port and it does remove the "select input notification". it doesnt seem to affect anything else so it seems safe.
Thanks for the tweak. Everything helps make these ports so much better!
Rlee
So just download and flash no wipe or anything I'm using the same one racer ics port
Sent from my SAMSUNG-SGH-I727 using xda premium
peppersu812 said:
So just download and flash no wipe or anything I'm using the same one racer ics port
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
never mind flashed it couldn't wait lol
Sent from my SAMSUNG-SGH-I727 using xda premium
Going to try this, thanks
rlee008 said:
Does this work for racing's ics skyrocket rom?
Click to expand...
Click to collapse
I should, all of these port roms all have the same base
I will test this on HTC Sensation ARHD 6.5.5 and will report.
I just ran the zip on HTC Rezound, amon recovery, latest leaked ICS, stock, rooted and it didn't work. Let me know if there is anything I can let you know to help make it work, otherwise I'll just wait.
teckels said:
I just ran the zip on HTC Rezound, amon recovery, latest leaked ICS, stock, rooted and it didn't work. Let me know if there is anything I can let you know to help make it work, otherwise I'll just wait.
Click to expand...
Click to collapse
Post or email me your services.jar
Sent from my SAMSUNG-SGH-T989 using xda premium
services.jar
thank you for taking a look.
Works on easy does it, just took a minute to boot up.
Sent from my SAMSUNG-SGH-T989 using XDA
teckels said:
thank you for taking a look.
Click to expand...
Click to collapse
You have to post the original services.jar from that ROM. The one you posted is the one from my patch
services.jar
this is from the rom I flashed. Sorry to hijack your thread.
Here you go.
Thanks again for helping. Unfortunently no luck. I do not expect any more assistance and don't want you to waste more time unless more folks with my phone are willing to try and see if it it just my issue or the phone. Also, I'll probably jump into a new rom in a few weeks if the rezound ota comes out so I wouldn't want you to go out of your way when who knows how long I will keep this one.
teckels said:
Thanks again for helping. Unfortunently no luck. I do not expect any more assistance and don't want you to waste more time unless more folks with my phone are willing to try and see if it it just my issue or the phone. Also, I'll probably jump into a new rom in a few weeks if the rezound ota comes out so I wouldn't want you to go out of your way when who knows how long I will keep this one.
Click to expand...
Click to collapse
Something went wrong earlier. I decompiled the one I made for you and the change wasn't in there. Try this one.
Sky ICS: This patch Does Not work on SKY custom Rom..... Not asking for any assistance, just wanted to let other skyrocket users know

Android Gingerbread OS File List

I've looked but I would really like to find a complete list of what all the apk files are along with what they represent in Gingerbread 2.3.x.
Mainly for the purpose of replacing /system/app files with versions out of necessity or for purely esthetic reasons.
Ummm maybe read calks bare rom converter?
That is only a list of stripped apps from his rom. I would like a list of all the apk files AND what they represent.
For instance, Camera.APK is the Camera App (pretty obvious).
However, ChocoEUKor.APK is not as obvious.
tdunham said:
That is only a list of stripped apps from his rom. I would like a list of all the apk files AND what they represent.
For instance, Camera.APK is the Camera App (pretty obvious).
However, ChocoEUKor.APK is not as obvious.
Click to expand...
Click to collapse
I'm pretty sure Choco is a pre installed font.
Sent from my SPH-D710 using Tapatalk 2 Beta-5
Mimis_69 said:
I'm pretty sure Choco is a pre installed font.
Sent from my SPH-D710 using Tapatalk 2 Beta-5
Click to expand...
Click to collapse
It is. There was a list online I found a while back but can't remember the website now. Google Samsung apk list and it should get you started on your hunt.
scarmon25 said:
It is. There was a list online I found a while back but can't remember the website now. Google Samsung apk list and it should get you started on your hunt.
Click to expand...
Click to collapse
It's a tough search. There are plenty of bloatware removal lists but not a complete apk list with descriptions.
I'll keep looking thanks.
Here are two list that I just made of the system app folder of EL29 Gingerbread Stock rom. Hope this helps.
They are in a zip file. One is a .csv and the other is a .pdf. If you need them in another format let me know. It does not tell the function of all files but has a list of them.
lostcausenjtown said:
Here are two list that I just made of the system app folder of EL29 Gingerbread Stock rom. Hope this helps.
They are in a zip file. One is a .csv and the other is a .pdf. If you need them in another format let me know. It does not tell the function of all files but has a list of them.
Click to expand...
Click to collapse
Sent you a PM too.
Thanks for the list but can you reupload it for me please? The zip is corrupted. This happens once in a while, I've gotten into the habbit of previewing the post and downloading the file to make sure its ok before submitting the post.
tdunham said:
Sent you a PM too.
Thanks for the list but can you reupload it for me please? The zip is corrupted. This happens once in a while, I've gotten into the habbit of previewing the post and downloading the file to make sure its ok before submitting the post.
Click to expand...
Click to collapse
Ok sorry about that. I am uploading again to this post. I used winrar this time. Hopefully it works. I will test it before posting but just let me know if it doesn't work for you.
EDIT: I tested and it opened fine this time around. Sorry to the mishap.

[MOD] CRT Animation for Captivate Glide I927

Big thanks to
kennethpenn - for this wonderful Enable CRT Animation in Gingerbread guide
CarpeNoctem - for (OsiMood's) update-binary and install-script reference material
Brut.all - for apktool
blast0id - for easyFLASHABLEzipBUILDER
and of course everyone who put in the work to build the foundations on which all of this is built and everyone else I'm forgetting
Without further ado, here is the
CRT Animation for Captivate Glide I927
Here is the install zip for CWM - automatic install
i927-CRT-mod.zip​
Here is the framework-res.apk - manual install, use a root file manager to copy to /system/framework/
framework-res.zip​
Warning: This is made for the ATT stock rom. It may work on the Rogers rom as well. It may not work on a custom rom, if possible you should find the framework-res.apk specific to your rom, ask the rom creator to make one, or make your own using the guide and resources listed above. To be safe, always make a backup using CWM before installing ANY mod. It only takes a few minutes and can save you hours in the long run.
Disclaimer: Use at your own risk I'm not responsible if you brick your phone, yadda yadda. I have only tested this on an ATT 2.3.6 stock rom with ardatdat kernel. So far it seems to work great and looks awesome. There is a weird effect that if the screen is off and I push the power in for just the perfect number of milliseconds, the screen starts to turn on and then turns itself off again. But I have difficulty trying to get this to happen on purpose so I doubt it will prove much of an issue. It's probably just a quirk of having the CRT animation enabled. Anyway, all of that said,
Enjoy!
UPDATE:
Here are the uninstall files for the ATT 2.3.6 stock rom. All warning and disclaimers above also apply to these so always make a CWM backup first.
Here is the uninstall zip for CWM (reinstalls stock file) - automatic uninstall
i927-CRT-mod-removal.zip​
Here is the stock framework-res.apk - manual install, use a root file manager to copy to /system/framework/
framework-res(stock).zip​
Umm.. I made this mod 3 months ago... just saying
Sent from my SGH-I897 using xda premium running jellybean cm10
dman3285 said:
Umm.. I made this mod 3 months ago... just saying
Click to expand...
Click to collapse
Really? Well, where the heck did ya post it? I searched through the dev and general forum before I made this one. I found a couple request/discussion threads but no attachments that appeared to be confirmed working. Trust me, I'm lazy, I wouldn't have made it otherwise.
And yeah, I know it's old news but it still amuses me.
Edit: Ah, yes! The broken link! I do remember now. I guess I should have asked you to repost it first!
transce080 said:
Really? Well, where the heck did ya post it? I searched through the dev and general forum before I made this one. I found a couple request/discussion threads but no attachments that appeared to be confirmed working. Trust me, I'm lazy, I wouldn't have made it otherwise.
And yeah, I know it's old news but it still amuses me.
Click to expand...
Click to collapse
In my ROM thread... and my ROM has had it since release..look at my how to thread in my sig
Sent from my SGH-I897 using xda premium
dman3285 said:
In my ROM thread... and my ROM has had it since release..look at my how to thread in my sig
Click to expand...
Click to collapse
Ah well that kind of explains it. I was looking for a thread specific to CRT animation. I did suspect that some of the custom roms would already have it enabled but I wanted to give the stock run a good run for the money before trying any custom roms. Also, having the info in the middle of a custom rom thread doesn't make it very accessible. This thread was geared more towards people with stock roms who wanted an easy, confirmed way of enabling the animation.
Also, I have all signatures turned off in this forum because so many of them were large and intrusive that they were really hurting the readability (imo) of the site.
dman3285 said:
Umm.. I made this mod 3 months ago... just saying
Sent from my SGH-I897 using xda premium running jellybean cm10
Click to expand...
Click to collapse
Yes dman is right i have this mod with his rom so he gets all the credit just saying
Sent from my SAMSUNG-SGH-I927R using xda premium
jayjayjoker2 said:
Yes dman is right i have this mod with his rom so he gets all the credit just saying
Click to expand...
Click to collapse
FYI, this particular mod was not taken from his rom. It was created from the framework-res.apk in my own stock ATT rom and altered using the guide and resources mentioned in the first thread. So while he gets credit for doing it first, none of his work was used in the creation of this mod. (Edit: That I know of. Apologies if I'm mistaken. I'm not trying to rip off anyone's work or belittle anyone's contributions.)
It's fantastic, thanks man.
transce080 said:
FYI, this particular mod was not taken from his rom. It was created from the framework-res.apk in my own stock ATT rom and altered using the guide and resources mentioned in the first thread. So while he gets credit for doing it first, none of his work was used in the creation of this mod. (Edit: That I know of. Apologies if I'm mistaken. I'm not trying to rip off anyone's work or belittle anyone's contributions.)
Click to expand...
Click to collapse
Well I just love dman's work I mean he got rid of dead development for the glide!
Sent from my SAMSUNG-SGH-I927R using xda premium
Didn´t worked for me and now the power button just don´t work anymore. Any hints to uninstall it? I flashed the zip. Ozimood Rom.
Um, reflash? See here for CRT made by dman (confirmed working)
Flashed dman crt but i think my system was corrupted, stucked on bootloop. Done recovery now i´ll try dman.
Sorry about that, this is made specifically for the stock rom. If you have custom rom, you should get the framework-res.apk specific to that rom, as the rom creator may have made other changes as well. I'll edit the first post to make it more clear that this is for the stock rom.
Restored Osimood and flashed crt.zip... no luck.
All the install zip does is copy that one file to your system directory. I think it's absolutely impossible to hard brick from that. Don't you have a CWM backup you can restore?
Aquethys said:
Um, reflash? See here for CRT made by dman (confirmed working)
Click to expand...
Click to collapse
That link has been a 404 for at least the last couple weeks, so I greatly appreciate the work of the OP here.
Aquethys said:
Um, reflash? See here for CRT made by dman (confirmed working)
Click to expand...
Click to collapse
Tyfighter said:
That link has been a 404 for at least the last couple weeks, so I greatly appreciate the work of the OP here.
Click to expand...
Click to collapse
Damn. I was going to mention this but I was waiting to get enough posts to post in this forum. xD
Neither of the CRT On or CRT Off links work on this end.
So thanks a ton transce080. ^_^
Could you possibly add a CRT On as well? I know there's a guide in the Captivate Glide thread that Aquethys linked to but it'd be nice to have just have a flashable method.
Pyho said:
Could you possibly add a CRT On as well?
Click to expand...
Click to collapse
Sure thing. It will have to wait until later tonight after work or the weekend.
The first post is updated with the stock files for removing the mod.
transce080 said:
The first post is updated with the stock files for removing the mod.
Click to expand...
Click to collapse
Crt on has to have major modifications to the powermanagerservice.smali in the services.jar, it is by no means an easy mod as crt off
Sent from my SGH-I897 using xda premium

Categories

Resources