[DUMP] T959VUVKB5 Deodexed/Rooted - Samsung Galaxy S (4G Model)

The link below is a ZIP file that contains the /system and /data dumps from the Samsung Vibrant 4G.
I have removed SOME of the bloat, deodexed the APKs, and added root permissions.
THIS IS NOT A ROM....PLEASE TO NOT ATTEMPT TO FLASH WHEN CLOCKWORKMOD RECOVERY IS RELEASED.
Link: http://www.megaupload.com/?d=BUPWRNJ1

What exactly is this for?
Sent from my SGH-T959V using XDA App

tq745 said:
What exactly is this for?
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
Developers who dont have the Vibrant 4G to look at, disect, and make their magic
Sent from my SGH-T959V using XDA App

I think it would have been better to include the bloatware, some people use those apps that come with the phone but whatever. Good work

IAIRonI said:
I think it would have been better to include the bloatware, some people use those apps that come with the phone but whatever. Good work
Click to expand...
Click to collapse
Like I said, its for developers, and most developers remove all bloatware, then, if the user wants, they can re-download what they need.

He's just trying to help out guys. Once CWM gets built, you can flash this and you phone will be better optimized due to being deodexed.
Sent from my SGH-T959V using XDA App

Anyone tried manually copying over the Framework and App folders from this zip file into their existing file structure?

krylon360 said:
Once CWM gets built, you can flash this and you phone will be better optimized due to being deodexed.
Click to expand...
Click to collapse
Wouldn't the rom already be deodexed out when it's released, or would we then need to flash this afterwards?

flyinbird93 said:
Wouldn't the rom already be deodexed out when it's released, or would we then need to flash this afterwards?
Click to expand...
Click to collapse
no, Stock is ODEX'd. You would need to deodex it. This would allow you to make themes, and modify system files.

krylon360 said:
no, Stock is ODEX'd. You would need to deodex it. This would allow you to make themes, and modify system files.
Click to expand...
Click to collapse
Right, that's what I am saying. If we flash a custom rom this file would not then be needed by us, the "non-programmers"

great work. i would love voodoo sound on my vibrant 4g. and also voodoo lagfix...my quandrant score is 900 lol.
Sent from my SGH-T959V

Related

[Q] General noob questions

First off, i apologize for my noob questions but i would prefer to ask these before i mess with my phone. so here goes:
what's a kernel and what does it do?
same for modem (or are they the same)
what is the difference between odexed or deoexed and is there an advantage to one or the other?
what are some good ROMs for the SGS4G?
i'll post more as i think of them
Juls317 said:
First off, i apologize for my noob questions but i would prefer to ask these before i mess with my phone. so here goes:
what's a kernel and what does it do?
same for modem (or are they the same)
what is the difference between odexed or deoexed and is there an advantage to one or the other?
what are some good ROMs for the SGS4G?
i'll post more as i think of them
Click to expand...
Click to collapse
I'll post this in pretty basic terms for ease of reading.
A kernel in general terms is what makes the phone run. It's the nuts and bolts. In linux you have different kernels and they all provide certain features. ROM's run on the kernel and provide the screens if you will, the features of the phone. Kinda like your computer's operating system.
Modems/Radios are firmware that control the baseband radio chipsets on your phone device to communicate to the data network for your carrier. You connection to your carrier. Specific to your phone and carrier.
When you have an odexed system you basically have apk's and odex files inside of your file system. The idea behind it is that odex files load up on boot to help speed up loading the APK's. However, it makes it hard to modify the system APK's since it loads parts from odex and parts from the APK.
Deodexing is basically repackaging the APK's and odex files so that they are reassembled and therefore making sure the application package is back in once piece.
This allows the ability to make theming modifications (battery, clock color etc.) without conflict, knowing that the application package is back together.
There are no ROM's per se yet for the SGS4G there is the Bali Kernel which adds some great enhancements made by Dr Honk, see it in the SGS4G android development forum.
There are also SGS4G deodexed kernels such as VUVKD1 DEODEXED from Krylon360 or Whitehawkx, also in the Android Development forum. These builds of the kernel provide the ability for theming, with Whitehawkx build you have the ability to do custom lock screens, there is a mod for supporting custom boot animations etc.
Hopefully this helps you understand more
joedeveloper said:
I'll post this in pretty basic terms for ease of reading.
A kernel in general terms is what makes the phone run. It's the nuts and bolts. In linux you have different kernels and they all provide certain features. ROM's run on the kernel and provide the screens if you will, the features of the phone. Kinda like your computer's operating system.
Modems/Radios are firmware that control the baseband radio chipsets on your phone device to communicate to the data network for your carrier. You connection to your carrier. Specific to your phone and carrier.
When you have an odexed system you basically have apk's and odex files inside of your file system. The idea behind it is that odex files load up on boot to help speed up loading the APK's. However, it makes it hard to modify the system APK's since it loads parts from odex and parts from the APK.
Deodexing is basically repackaging the APK's and odex files so that they are reassembled and therefore making sure the application package is back in once piece.
This allows the ability to make theming modifications (battery, clock color etc.) without conflict, knowing that the application package is back together.
There are no ROM's per se yet for the SGS4G there is the Bali Kernel which adds some great enhancements made by Dr Honk, see it in the SGS4G android development forum.
There are also SGS4G deodexed kernels such as VUVKD1 DEODEXED from Krylon360 or Whitehawkx, also in the Android Development forum. These builds of the kernel provide the ability for theming, with Whitehawkx build you have the ability to do custom lock screens, there is a mod for supporting custom boot animations etc.
Hopefully this helps you understand more
Click to expand...
Click to collapse
Not sure if you could have worded that any better.
As a fellow noob I appreciate this explanation as well.
Sent from my SGH-T959V using XDA Premium App
danstheman7 said:
Not sure if you could have worded that any better.
As a fellow noob I appreciate this explanation as well.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Anytime
joedeveloper said:
I'll post this in pretty basic terms for ease of reading.
A kernel in general terms is what makes the phone run. It's the nuts and bolts. In linux you have different kernels and they all provide certain features. ROM's run on the kernel and provide the screens if you will, the features of the phone. Kinda like your computer's operating system.
Modems/Radios are firmware that control the baseband radio chipsets on your phone device to communicate to the data network for your carrier. You connection to your carrier. Specific to your phone and carrier.
When you have an odexed system you basically have apk's and odex files inside of your file system. The idea behind it is that odex files load up on boot to help speed up loading the APK's. However, it makes it hard to modify the system APK's since it loads parts from odex and parts from the APK.
Deodexing is basically repackaging the APK's and odex files so that they are reassembled and therefore making sure the application package is back in once piece.
This allows the ability to make theming modifications (battery, clock color etc.) without conflict, knowing that the application package is back together.
There are no ROM's per se yet for the SGS4G there is the Bali Kernel which adds some great enhancements made by Dr Honk, see it in the SGS4G android development forum.
There are also SGS4G deodexed kernels such as VUVKD1 DEODEXED from Krylon360 or Whitehawkx, also in the Android Development forum. These builds of the kernel provide the ability for theming, with Whitehawkx build you have the ability to do custom lock screens, there is a mod for supporting custom boot animations etc.
Hopefully this helps you understand more
Click to expand...
Click to collapse
Damn insightfull. Thanks from a noob.
sent from my SGS4G running WHITEHAWKX KD1,TW4.0,
and FKNFOCUSED modded notification bar. rockin CWM3 BETA.
Then what's the difference between KB5 and KB1?
Sent from my SGH-T959V using XDA App
Juls317 said:
Then what's the difference between KB5 and KB1?
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
So there is VUVKB5, VUVKC1 (Unreleased engineering build), VUVKD1 (Latest Build).
Haven't heard of KB1, I think you probably have it mixed up with KD1.
Anyhow, KB5 to KD1 there were bug fixes, MMS related bug issues fixed etc. The change log is here:
http://forums.t-mobile.com/t5/Samsu...our-Samsung-Galaxy-S-4G-Community/td-p/839429
If my post helped, feel free to click the thanks button.
Thanks. A great beginners primer
joedeveloper said:
So there is VUVKB5, VUVKC1 (Unreleased engineering build), VUVKD1 (Latest Build).
Haven't heard of KB1, I think you probably have it mixed up with KD1.
Anyhow, KB5 to KD1 there were bug fixes, MMS related bug issues fixed etc. The change log is here:
http://forums.t-mobile.com/t5/Samsu...our-Samsung-Galaxy-S-4G-Community/td-p/839429
If my post helped, feel free to click the thanks button.
Click to expand...
Click to collapse
ok, so Krylon360 is working on CWM for the SGS4G and (at some point) talks about using KD1, so how can I go about flashing KD1 to my phone without using a windows PC (i have a mac)?
Sorry for noob question. I've been studying hard lately and with all the recent developments it had been overwhelming. Anyway.
I have been trying to download the modded recovery binary needed for CWM 3.0 directly to my phone using the multiupload link provided by Krylon360.
When I try to download it on my phone I get cannot download content not supported on my phone. Am I doing something wrong that I can't download straight to my phone? Do I need to check to a box somewhere?
Do I have to download the recovery binary and CWM to a computer first and then to my phone?
Is there a way I can do this with just my phone? I have Root explorer pro, super manager, file explorer, ect...I was really hoping to do it using my phone because I don't have full time access to a pc.
Thank you very much for taking the time to reply.
Sent from my SGH-T959V using XDA Premium App
I downloaded it to my computer and then moved it to my phone using Awesome Drop (found in the Market) and then put the binary in the proper folder using Root Explorer but since you don't have full time access to a computer I don't know how you would go about this. I would suggest just using the limited time that you have on the computer, it should only take a few minutes
Sent from my SGH-T959V using XDA App
Juls317 said:
I downloaded it to my computer and then moved it to my phone using Awesome Drop (found in the Market) and then put the binary in the proper folder using Root Explorer but since you don't have full time access to a computer I don't know how you would go about this. I would suggest just using the limited time that you have on the computer, it should only take a few minutes
Sent from my SGH-T959V using XDA
I'll check that out when I can...if I'm going to be modding I should probably pick myself up a good inexpensive laptop.
I am so used to being a download/install nut that I was hoping to be able to do it in a more familiar way. This modding stuff is a whole other ballgame and I can't wait to play. Lol.
Thank you for you advise. It is greatly appreciated.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Jerry D said:
Juls317 said:
I downloaded it to my computer and then moved it to my phone using Awesome Drop (found in the Market) and then put the binary in the proper folder using Root Explorer but since you don't have full time access to a computer I don't know how you would go about this. I would suggest just using the limited time that you have on the computer, it should only take a few minutes
Sent from my SGH-T959V using XDA
I'll check that out when I can...if I'm going to be modding I should probably pick myself up a good inexpensive laptop.
I am so used to being a download/install nut that I was hoping to be able to do it in a more familiar way. This modding stuff is a whole other ballgame and I can't wait to play. Lol.
Thank you for you advise. It is greatly appreciated.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
You can download directly to your phone using a different browser like dolphinhd.
Click to expand...
Click to collapse
I personally use Skyfire
Sent from my SGH-T959V using XDA App
joedeveloper said:
So there is VUVKB5, VUVKC1 (Unreleased engineering build), VUVKD1 (Latest Build).
Haven't heard of KB1, I think you probably have it mixed up with KD1.
Anyhow, KB5 to KD1 there were bug fixes, MMS related bug issues fixed etc. The change log is here:
http://forums.t-mobile.com/t5/Samsu...our-Samsung-Galaxy-S-4G-Community/td-p/839429
If my post helped, feel free to click the thanks button.
Click to expand...
Click to collapse
so should i flash the KD1 kernel from Krylon? and a coulpe more questions:
when you clear the phones cache, data and dalvik cache through CWM, what does it do? what do i lose? i know some ROMs require it and i don't want to flash a ROM that will make me lose something that i wanna keep
golmar88 said:
Jerry D said:
You can download directly to your phone using a different browser like dolphinhd.
Click to expand...
Click to collapse
Thank you! I'm going to check dolphinHD out.
I have used dolphin in the past but was unaware that it had a better download capability than stock. The message I got was that the phone could not support the content so it never occurred to me to try another browser. Good stuff!
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
golmar88 said:
Jerry D said:
You can download directly to your phone using a different browser like dolphinhd.
Click to expand...
Click to collapse
I downloaded Dolphin HD as you suggested and I was able to download the Modded Recovery Binary directly to my phone.
THANK YOU!!!
Now I just have to find out the steps I need to do to replace the recovery.bin files using Root Explorer Pro and then get CWM 3
Very exciting stuff for a noob like me. Lol.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Go into root explorer and go to /system/bin and then paste the file there. It will prompt to overwrite the.current recovery file and just replace it although I suggest copying the original to your external SD card first just in case
Sent from my SGH-T959V using XDA App
The good news is you will have to.do it again but you'll get the final release.
Sent from my SGH-T959V using XDA App

Script to odex your deodexed ROMs

I found this script somewhere on XDA when trying to figure out how to reodex a Gingerbread ROM. It worked perfectly for toadlife's Clean3G ROM. I just installed all my customizations first, then rebooted again into CWM and ran this. It will look like it's frozen for a while. Just give it 5 to 10 minutes to complete.
I always wondered why people deodexed...
sent from my always aosp epic
wont this break the no ciq patch?
Sent from my SPH-D700 using xda premium
No. The reason I ended up doing this is that I wanted the No CIQ patch but I also wanted to remain ODEXED.
Hmm interesting, might try it out later and at the person asking why make deodexed: its because mods and themes are easier to make with deodex and odex is very limted to what u can do on themes and mods
Sent from my SPH-D700 using Tapatalk
Sorry for the total n00b question, but why would I want to make a ROM odexed again?
jmuru said:
Sorry for the total n00b question, but why would I want to make a ROM odexed again?
Click to expand...
Click to collapse
Generally it makes your boot times faster and overall smoother loading i believe
Not to mention it saves a good amount of space since odexed APKs and JARs use less room.
I did some digging and found this: http://www.addictivetips.com/mobile/what-is-odex-and-deodex-in-android-complete-guide
So, it's only the first boot that's slower? But, I guess it does save space overall, so that's probably reason enough to do it.
I remember tanimn did something like this a while back for EC05 I believe. Good stuff
Sent from my SPH-D700 using XDA Premium App
what do you do when you need to flash something again, say a mod?
phirewire110 said:
what do you do when you need to flash something again, say a mod?
Click to expand...
Click to collapse
Just nandroid your system before indexing if a new mod comes out restore deodexed nandroid apply mod and reodex
Sent from my Epic - auto correct mistakes and all.
Actually, i found that if i edit the mods script to include deleting the associated Odex file, then flashed it and rebooted back to CWM, I was able to run the odex script again and it would Odex the new file. Worked for me when I installed the silent Camera mod.
Sent from my Samsung Epic 4G
Stuck on the SAMSUNG screen now for over 15 mins...will give another 5 and then battery pull.
NOPE! Dang thang doesn't work. (FC09 Prerooted MTD with Shadowkernel v1). Going back to Nandroid. Next script please!
Anyone know if this will work on updated android os's
Sent from my AT100 using xda app-developers app
rando991 said:
Stuck on the SAMSUNG screen now for over 15 mins...will give another 5 and then battery pull.
NOPE! Dang thang doesn't work. (FC09 Prerooted MTD with Shadowkernel v1). Going back to Nandroid. Next script please!
Click to expand...
Click to collapse
You're replying to a script that's nearly a year old. Much has changed since then. Unless it gets updated it won't work.
Sent from my SPH-D700 using xda premium
working fine for me on fc09 roms
as best i can tell
oh wait yeah, it has been updated
http://senseisimple.com/downloads/MOD_CWM-ReOdex-20120208.zip
perform any theme-ing first
run that zip in cwm or twrp recovery
eigerzoom said:
working fine for me on fc09 roms
as best i can tell
oh wait yeah, it has been updated
http://senseisimple.com/downloads/MOD_CWM-ReOdex-20120208.zip
perform any theme-ing first
run that zip in cwm or twrp recovery
Click to expand...
Click to collapse
NOPE! Not me and I'm on Kennyglass' Deodexed Prerooted FC09MTD with Shadowkernel, even tried flashing a stock MTD FC09 Kernel. I get stuck in the bootloop EVERY time. Something is not right with this script.
rando991 said:
NOPE! Not me and I'm on Kennyglass' Deodexed Prerooted FC09MTD with Shadowkernel, even tried flashing a stock MTD FC09 Kernel. I get stuck in the bootloop EVERY time. Something is not right with this script.
Click to expand...
Click to collapse
Did you try the one he just linked... worked fine for me on tpr... can't imagine tpr and stock deodexed being different enough to cause it to fail on that rom but not tpr... but weirder things have happened...
flastnoles11 said:
Did you try the one he just linked... worked fine for me on tpr... can't imagine tpr and stock deodexed being different enough to cause it to fail on that rom but not tpr... but weirder things have happened...
Click to expand...
Click to collapse
Yes used the latest one.
Sent from my SPH-D700 using Tapatalk 2

Stock deodexed browser fix [kj6]

I recently saw 6 or 7 threads about the stock deodexed browser lag on scrolling. Actually the fix is all over the web. It's about a bug in framework.jar. The idea is to get the class.odex file, decompile it, fix the bug and recompile.
Pretty simple stuff.
Attached is the fixed framework.jar file. This is the file I made to fix my own browser on stock deodexed kj6 with a stock kj6 kernel.
Feel free to try it if you like. Backup is suggested as there are no guarantees, although it should work for most.
To use -
1. overwrite the original file inside /system/framework/ with root explorer or any other file browser with root.
2. reboot
For Airfluip's AOSP rom see post 25
http://forum.xda-developers.com/showpost.php?p=19920236&postcount=25
For Octane 3 with PowerMenu installed see post 36
http://forum.xda-developers.com/showpost.php?p=20520412&postcount=36
Enjoy.
BTW, you'll notice that this file is actually smaller than the original... Winrar rules!!!
haha wow thanks, i just posted a question on that about 2 or 3 hours ago
I replaced the .jar file. Running kj1 kernel with kj6 stock. Never noticed lag before but seems fine either way. File recompiled is way bigger then the orig framework.jar
Sent from my SGH-T959V using XDA App
Dude, kj6 stock is not deodexed, so framework.jar is tiny and framework.odex is huge also, odexed version never had lag anyways. So if odexed, don't need to. replace
In deodexed, the framework.odex is repacked into a smaller classes.dex file, and is placed within framework.jar. So instead of 2 files 1 tiny(the one you commented on) and 1 huge, they are both combined into 1 medium-large file(framework.jar with the classes.dex)
Also, for the thread, I can't believe we didn't find that before. I am placing a link to it in my rom thread, and if you don't mind, may I please embed this within my rom?
Thanks for finding this fix, I don't use the stock anways, but nice to know we'll have a fixed broswer for future releases.
Airfluip: why would I mind? Feel free to use it any way you want.
Sent from my SGH-T959V using xda premium
turtlepa said:
I replaced the .jar file. Running kj1 kernel with kj6 stock. Never noticed lag before but seems fine either way. File recompiled is way bigger then the orig framework.jar
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
Don't fix something that is not broken. The file was intended to fix a bug in the deodexed rom. Not in the stock odexed one. The reason you didn't notice the problem is because you never had it.
Sent from my SGH-T959V using xda premium
do i del the copy version also or just the framework.jar and leave the copy alone?
ChadBFlores said:
do i del the copy version also or just the framework.jar and leave the copy alone?
Click to expand...
Click to collapse
Not sure what you mean, but all you need to do is to overwrite the existing file with this one. It really doesn't matter whether you delete the original first or simply overwrite it. The result is the same.
It's not a bad idea to copy the original to some backup folder first, just in case.
I posted earlier I never noticed difference. I put his framework in rebooted then the orig backup of framework.jar I put it back rebooted and bootloop. Had to flash gb rom again
Sent from my SGH-T959V using XDA App
airfluip1 said:
Dude, kj6 stock is not deodexed, so framework.jar is tiny and framework.odex is huge also, odexed version never had lag anyways. So if odexed, don't need to. replace
In deodexed, the framework.odex is repacked into a smaller classes.dex file, and is placed within framework.jar. So instead of 2 files 1 tiny(the one you commented on) and 1 huge, they are both combined into 1 medium-large file(framework.jar with the classes.dex)
Also, for the thread, I can't believe we didn't find that before. I am placing a link to it in my rom thread, and if you don't mind, may I please embed this within my rom?
Click to expand...
Click to collapse
Sure. And for that explanation about odex. Thank you
Sent from my SGH-T959V using XDA App
Okay so after keis update I was dumb like u said airflip and should not have replaced orig back but after gb flash I saw what the lag was. Wow that sucks. So pushed jar after the reflash and its good now
Sent from my SGH-T959V using XDA App
Chad, you might want to make a CWM zip to make the process easier. Thanks for the upload though.
Tried this fix twice. Every time I replace the original framework.jar file I get bootloop. Anyone else have this problem? I'm using the octaine rom if that matters.
Sent from my SGH-T959V using XDA App
twystn said:
Tried this fix twice. Every time I replace the original framework.jar file I get bootloop. Anyone else have this problem? I'm using the octaine rom if that matters.
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
Its only for kj6 roms octaine isn't a kj6 rom so it won't work on it.
Sent from my HTC Glacier using xda premium
cnote74 said:
Its only for kj6 roms octaine isn't a kj6 rom so it won't work on it.
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
Lol, I was so excited about a fix that I didn't see that. Thanks for the help.
Sent from my SGH-T959V using XDA App
twystn said:
Lol, I was so excited about a fix that I didn't see that. Thanks for the help.
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
No problem
Sent from my HTC Glacier using xda premium
Same here )=
Is anyone having issues with boot looping on airfluip1's KJ6 AOSP
I got this problem after moving the filw over, then putting the originl .jar back in which gavw me boot loops. I had to flash gb official rom didmt delete any cache data etc then it was fine but deodexed
Sent from my SGH-T959V using XDA App

[Theme][EP4D] BioCharge v1 [Debloater][12/01/11]

After an all-nighter, a day, and another all-nighter, I'm proud to present BioCharge; a touch of Bionic for your Charge. This is my first attempt at theming, and an attempt to port the Driod Bionic's UI to the Droid Charge.
NOTE! This theme is anywhere but done, however I consider it full enough to release a copy of it. Very few apps are themed and most apps included are only included for the icon. This theme is still very poopified and will be worked on casually by me over time.
What you need:
dwitherall's flashable EP4D + extras
The latest version of CWM
Bravery and backups
What's included:
A fully themed TouchWiz30Launcher.apk
A handful of icons for stock apps
AOSP Mms.apk (if you want the stock Mms.apk, make a backup of it before flashing)
A debloater in the install script (in case you left the bloat already or are flashing this over a fresh install)
What's to come:
More themed apps
I'll take requests, speak your mind!
Download here!
Screenshots!
Looks very good! Keep up the good work.
Sent from my mobile office.
thank you!
The theme looks great and I look forward to the next release.
Can this be flashed on any ep4 debloated?
Sent from my mobile office.
thanks! I was waiting for this!
Sent from my SCH-I510 using XDA App
mkarps said:
Can this be flashed on any ep4 debloated?
Sent from my mobile office.
Click to expand...
Click to collapse
I'm not sure. If you're feeling brave, make a backup and try it. I'd probably say no, since they're two different versions.
The link seems to be dead.
I flashed this and ended up with an ics theme...?
Sent from my SCH-I510 using XDA App
yahsaves said:
The link seems to be dead.
Click to expand...
Click to collapse
Working from here.
jkat797 said:
I flashed this and ended up with an ics theme...?
Sent from my SCH-I510 using XDA App
Click to expand...
Click to collapse
Then you're doing something wrong...
I did a fresh install of EP4D and flashed this right afterwards, no problems...
Is system mounting a must before flashing???
Sent from my SCH-I510 using Tapatalk
anyone else get an FC with the camera app after flashing?
Porkshanker said:
anyone else get an FC with the camera app after flashing?
Click to expand...
Click to collapse
I just tryed to open my camera and it force closed.
To everyone getting FC's: do a fix permissions and see if that clears it up. The only part of Camera.apk I changed was the icon.
i just fixed permissions and im still getting FC's
could you possibly post a version that does not run the debloat script?
Thanks!
For the problem with the Camera app, you can go into the original zip file for the EP4D update and find the Camera.apk and Camerafirmware.apk and extract them to your SDCard, and then use root explorer to copy and paste both back into your system/app folder. Of course, you should use Titanium backup to uninstall both those files before you copy the new files over. I have both the files on hand, but I don't know if the rules of the forum restrict posting stock apks
Can't wait until this is done. Make Sam look like moto.
Kick ass theme!!!
Sent from my SCH-I510 using XDA App
Can you make this work with infinity rom please?
Sent from my SCH-I510 using XDA App

Various ODIN Packages

Alright, I'm packing up some ODINs in order to make things easier for some people. All these include is /system, kernel, and recovery. You will need to get the modems yourself, which are available in dwith's deodexed thread. You need to be on RFS before flashing any of these (except the CM build probably). Also, none of these have been tested, so if your phone gets AIDS, herpes, or the clap it wasn't my fault.
1. Full Stock, Root, CWM
https://docs.google.com/file/d/0B4OYGSWQyiAsR0ROeUlOVFBjVzA/edit?usp=drive_web
2. Bloated, Deodexed, Rooted, Busyboxed, CWM (AKA dwitherell's zip)
https://docs.google.com/file/d/0B4OYGSWQyiAsZzY0RXppQndmSk0/edit?usp=drive_web
3. Debloated, Deodexed, Rooted, Busyboxed, CWM (dwitherell's zip with some system bloat removed)
https://docs.google.com/file/d/0B4OYGSWQyiAsbndxdnZQNXNGUU0/edit?usp=drive_web
4. Eclipse Public Beta 1 (I hope this is okay with nitro!) LINK BALEETED
5. Eclipse Public Beta 2
https://docs.google.com/file/d/0B4OYGSWQyiAsY1dCUF84UkNXeWM/edit?usp=sharing
6. CM10.1 by SBrissen no idea if this one will work... see this post
https://docs.google.com/file/d/0B4OYGSWQyiAscDh6TU1tNFFYRkk/edit?usp=sharing
Want another one? Request it!
Thanks. Can you make the 3rd one into a zip? I don't have a computer to use Odin with.
Sent from my Verizon Galaxy Tab 2 7.0 LTE by Premium XDA application. Capize???
deafptl4ever said:
Thanks. Can you make the 3rd one into a zip? I don't have a computer to use Odin with.
Sent from my Verizon Galaxy Tab 2 7.0 LTE by Premium XDA application. Capize???
Click to expand...
Click to collapse
All you need to do is flash dwitherell's zip and then go in with Titanium and use your pew pew lazer beams to debloat. Mine's not that great of a debloat - I ended only freeing about 92 MB from the system ROM because I'm not sure what can and can't be removed from the behind the scenes portion.
Also I *cough* dontknowhowtomakeazip *cough*...
Sent from my SCH-I510 using xda premium
kvswim said:
All you need to do is flash dwitherell's zip and then go in with Titanium and use your pew pew lazer beams to debloat. Mine's not that great of a debloat - I ended only freeing about 92 MB from the system ROM because I'm not sure what can and can't be removed from the behind the scenes portion.
Also I *cough* dontknowhowtomakeazip *cough*...
Sent from my SCH-I510 using xda premium
Click to expand...
Click to collapse
Lol - it's not too hard, and thanks for making the Odin-able stuffs
I'll take a crack at a debloat of sorts, though I may go about it in an unconventional way so I don't have to upload a new set of zips I'll try to hammer something out throughout the day/this evening.
Links are up!
Sent from my SCH-I510 using xda premium
Links for Eclipse B2 and CM10.1 are up.
Note that this is Sbrissen's kang-build: all restrictions are still in place. No data.
WARNING: the CM10.1 ZIP formats phone to EXT4 and I have no idea if the Odin will so the same. Might need to flash the EXT4 formatter in CWM before flashing this. Or it might just kill your phone. You've been warned. This one is a bit iffy. On the plus side, I have this build running on my spare Charge (zip install) and it's beautiful.
Is it possible to post a debloated odexed version of the odin files?
barn25 said:
Is it possible to post a debloated odexed version of the odin files?
Click to expand...
Click to collapse
Odexed is stock, AFAIK it's not very popular. Anyway all you would need to do is flash the bloated odexed version, then debloat with Titanium.
Sent from my SCH-I510 using xda premium

Categories

Resources