Is there another camera mod? - Sprint LG Optimus G

I flashed _epic's camera mod, I keep reading though about something crwolv has done and a camera overclock, maybe one in the same. Is this all incorporated into _epic's mod, or is there something else out there I can add? I'm just not seeing anything by crwolv but I see people mention his mod in their ROM's...
Sent from my LG-LS970 using xda app-developers app

latrotoxin1986 said:
I flashed _epic's camera mod, I keep reading though about something crwolv has done and a camera overclock, maybe one in the same. Is this all incorporated into _epic's mod, or is there something else out there I can add? I'm just not seeing anything by crwolv but I see people mention his mod in their ROM's...
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
There are two seperate camera mods, but they both involve changing the media_profiles.xml.
There is a combined camera mod (crwolv's + epic's) media_profiles.xml in the Vectus ROM thread. http://www.androidfilehost.com/?fid=22979706399755199
Just copy it over the one in /system/etc and change the permissions to match the original one.

gearslam said:
There are two seperate camera mods, but they both involve changing the media_profiles.xml.
There is a combined camera mod (crwolv's + epic's) media_profiles.xml in the Vectus ROM thread. http://www.androidfilehost.com/?fid=22979706399755199
Just copy it over the one in /system/etc and change the permissions to match the original one.
Click to expand...
Click to collapse
Thanks! I appreciate the link. And just to verify, that download is for the camera OC\_epic mod right? I've already flashed _epic's, can I just flash this one over?
Sent from my LG-LS970 using xda app-developers app

That one isn't in a flashable zip. You'll need to use Root Explorer or other File Browser and copy it over. It will replace the one you flashed.

gearslam said:
That one isn't in a flashable zip. You'll need to use Root Explorer or other File Browser and copy it over. It will replace the one you flashed.
Click to expand...
Click to collapse
Ahhhh. I don't know what to do then. Would you mind explaining what I have to do with the file once I've downloaded it? I've only ever flashed things lol...
Edit: Figured it out. Simple overwrite in system/etc. Thanks again for the link!
Sent from my LG-LS970 using xda app-developers app

Related

[THEME] ICS'ed framework files for Syndicate Ice 1.1

a few notes: all images were kanged from Overstew's ICS theme for Calkin's ROM.
I'm not a themer (hence the .apk files), but I love Jez2cool's Sydicate Ice ROM. So I took the images from Overstew's ICS theme and copied them to the appropriate Syndicate Ice 1.1 apks. No other changes were made.
Crap. Can't link to images (or the framework-res.apk (which is over 8megs) ) because I haven't posted enough. Ummm, bear with me here... Any suggestions on how to get link up?
Nice work! Hope to see more work from you... the locals are ravenous for more themes... I think if u post about 8 more posts throughout the threads you will be able to post that framework...
File is too big to post. Would love to get the mediafire link up for everyone tho.
Sent from my SPH-D710 using XDA App
Hey venum, do you happen to have an empty zip(with the updater script etc) available we could just throw these in to flash?(with like 7zip or something). Sure I could find one if I looked around but it'd be helpful to have one near the top of the thread
Sent from my SPH-D710 using XDA App
sleshepic said:
Hey venum, do you happen to have an empty zip(with the updater script etc) available we could just throw these in to flash?(with like 7zip or something). Sure I could find one if I looked around but it'd be helpful to have one near the top of the thread
Sent from my SPH-D710 using XDA App
Click to expand...
Click to collapse
Lol sure. This is the stock eg30 theme. Keep in mind you will have to resign the zip to get it to run correctly after u add the apks (sorry if u already knew that... u can just delete the extra apks in it...)
http://www.mediafire.com/?b2pgm7gpkbb8bcs
So that would turn it into cwm flashable zip?
Sent from my SPH-D710 using XDA App
VeNuM said:
Lol sure. This is the stock eg30 theme. Keep in mind you will have to resign the zip to get it to run correctly after u add the apks (sorry if u already knew that... u can just delete the extra apks in it...)
http://www.mediafire.com/?b2pgm7gpkbb8bcs
Click to expand...
Click to collapse
Thanks!
livewirevoodoo said:
So that would turn it into cwm flashable zip?
Click to expand...
Click to collapse
yes that's all you need. If you want take a look at the updater script, in the Meta-infs/Google/com folder i believe? It'll have the language there needed to tell cwm what to do, think you don't want to use just a standard notepad app to write as it may fail.
Edit: sorry, the updater script is in meta-inf/com/google/android
Sent from my SPH-D710 using XDA App
Im running ICE right now and love it...porting this theme over would be nice. I like the rom as is, but having options is always nice.
Sent from my SPH-D710 using xda premium
Sounds pretty straight forward. I'm gonna take a crack at it this morning post-brunch.
Anyone know where the graphics for the Settings menu (Wireless and network; Call settings; Sound, etc) are located? Would like to change those as well but uncertain where to find them. Thanks.

[Mod] Enable Shutter Sound Option [How To] JellyBean ;P

I have seen the how to enable thread (Thanks freeza!), but this is how I found to make the feature functional. Enable Shutter Sound (Working)
Note: In the Jelly Bean LIF Update, the build.prop no longer forces CameraSound, If you have updated to Jelly Bean, ignore step one.
Step One: First we make an edit to the build.prop file located in "/system/build.prop"
Edit the following line:
#add camera sound property for SPR concept
ro.camera.sound.forced=1
To look like this:
#add camera sound property for SPR concept
ro.camera.sound.forced=0
Step Two: So far we have changed the build.prop, now we will change an option in the feature.xml located in "/system/csc/feature.xml"
Edit the following line:
<CscFeature_Camera_ShutterSoundMenu>false</CscFeature_Camera_ShutterSoundMenu>
To look like this:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
So now we will save these files and replace them with the originals.
Reboot and enjoy the ability to turn off the shutter sound when you please, and re enable it when you please as well!
Let me know if you need any help.
Hit the thanks button!
s3.Zeke said:
I have seen the how to enable thread, but this is how I found to make the feature functional. Enable Shutter Sound (Working)
First we make an edit to the build.prop file located in "/system/build.prop"
Edit the following line:
#add camera sound property for SPR concept
ro.camera.sound.forced=1
To look like this:
#add camera sound property for SPR concept
ro.camera.sound.forced=0
So far we have changed the build.prop, now we will change an option in the feature.xml located in "/system/csc/feature.xml"
Edit the following line:
<CscFeature_Camera_ShutterSoundMenu>false</CscFeature_Camera_ShutterSoundMenu>
To look like this:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
So now we will save these files and replace them with the originals.
Reboot and enjoy the ability to turn off the shutter sound when you please, and re enable it when you please as well!
Let me know if you need any help.
Hit the thanks button!
Click to expand...
Click to collapse
Yes thats exactly what I figured out on the thread I linked below days ago but nobody really seen it.
http://forum.xda-developers.com/showthread.php?t=1771205&page=9
E-POUND said:
Yes thats exactly what I figured out on this thread days ago but nobody really seen it.
http://forum.xda-developers.com/showthread.php?t=1771205&page=9
Click to expand...
Click to collapse
Yeah but it was missing the build.prop tweak. This show to get the menu and make it functional!
Sent from my SPH-L710 using xda app-developers app
s3.Zeke said:
Yeah but it was missing the build.prop tweak. This show to get the menu and make it functional!
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
No it also has the build.prop tweak. Read my post on the link. 2nd post down. Your fix is the exact same fix I posted on that thread days ago. Take a look.
E-POUND said:
No it also has the build.prop tweak. Read my post on the link. 2nd post down. Your fix is the exact same fix I posted on that thread days ago. Take a look.
Click to expand...
Click to collapse
Yeah all I saw is freeza's post...
Sent from my SPH-L710 using xda app-developers app
E-POUND said:
No it also has the build.prop tweak. Read my post on the link. 2nd post down. Your fix is the exact same fix I posted on that thread days ago. Take a look.
Click to expand...
Click to collapse
So I read through and saw your comment. So the difference is this being a complete post specific to the shutter sound. Thanks any way bro.
Sent from my SPH-L710 using xda app-developers app
s3.Zeke said:
So I read through and saw your comment. So the difference is this being a complete post specific to the shutter sound. Thanks any way bro.
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Yes Zeke, I completely realized that. All Im asking is shouldn't the creator of the modification be giving proper acknowledgement? Or link to the original creators thread so pple will know who exactly had parts into the creation? Instead of making a new thread like the OP of the new thread is the original creator. When I created the SAME MOD thats in this thread 3 to 4days before you posted ur thread I even quoted Freeza for one part(/system/csc/feature.xml file edit) and Kitcar from a Epic Touch thread for the other part (the build.prop) edit.
All I did was take both parts, from two different forums and put them together and posted the solution on the same thread that was talking about the problem. I combined Freeza's mod with Kitcar's mod and the shutter on and off worked with the menu button. Then I posted the solution for everyone to see in the same thread. Im not trying to take props from u I just think pple should have been linked to that thread or my post if they wanted to know who had something to do with the modification instead of making a whole new thread about it, with out links to the orignal thread because the solution was in there. Freeza could of even updated the orignal post with the solution and gave proper acknowledgement when ever he had time.
s3.Zeke said:
I have seen the how to enable thread, but this is how I found to make the feature functional. Enable Shutter Sound (Working)
First we make an edit to the build.prop file located in "/system/build.prop"
Edit the following line:
#add camera sound property for SPR concept
ro.camera.sound.forced=1
To look like this:
#add camera sound property for SPR concept
ro.camera.sound.forced=0
So far we have changed the build.prop, now we will change an option in the feature.xml located in "/system/csc/feature.xml"
Edit the following line:
<CscFeature_Camera_ShutterSoundMenu>false</CscFeature_Camera_ShutterSoundMenu>
To look like this:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
So now we will save these files and replace them with the originals.
Reboot and enjoy the ability to turn off the shutter sound when you please, and re enable it when you please as well!
Let me know if you need any help.
Hit the thanks button!
Click to expand...
Click to collapse
Nice find! Great job.
E-POUND said:
Yes Zeke, I completely realized that. All Im asking is shouldn't the creator of the modification be giving proper acknowledgement? Or link to the original creators thread so pple will know who exactly had parts into the creation? Instead of making a new thread like the OP of the new thread is the original creator. When I created the SAME MOD thats in this thread 3 to 4days before you posted ur thread I even quoted Freeza for one part(/system/csc/feature.xml file edit) and Kitcar from a Epic Touch thread for the other part (the build.prop) edit.
All I did was take both parts, from two different forums and put them together and posted the solution on the same thread that was talking about the problem. I combined Freeza's mod with Kitcar's mod and the shutter on and off worked with the menu button. Then I posted the solution for everyone to see in the same thread. Im not trying to take props from u I just think pple should have been linked to that thread or my post if they wanted to know who had something to do with the modification instead of making a whole new thread about it, with out links to the orignal thread because the solution was in there. Freeza could of even updated the orignal post with the solution and gave proper acknowledgement when ever he had time.
Click to expand...
Click to collapse
Okie Doke. Don't get your panties in a bunch
Sent from my SPH-L710 using xda app-developers app
freeza said:
Nice find! Great job.
Click to expand...
Click to collapse
Worked off of your thread freeza. And I will edit to link you in. My apologies freeza.
Now I hope all is squared.
Sent from my SPH-L710 using xda app-developers app
s3.Zeke said:
Okie Doke. Don't get your panties in a bunch
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Lol Boxer Briefs here Zeke... i just hate when people take credit for my work. U put 'Hit the Thanks button" below ur post like you should be given thanks for my MOD. I created this MOD with a little searching and you made a thread about it. That it.
Like I said im not trying to steal ur props Im just saying give credit where credit is due. Yes im just a Junior Member so maybe thats y u dont want to give me credit for being the original finder of this MOD but you will just credit Freeza because it was found in his thread. But i am the one who posted this Camera MOD/FIX in Freeza's thread before you made THIS thread about it.
E-POUND said:
Lol Boxer Briefs here Zeke... i just hate when people take credit for my work. U put 'Hit the Thanks button" below ur post like you should be given thanks for my MOD. I created this MOD with a little searching and you made a thread about it. That it.
Like I said im not trying to steal ur props Im just saying give credit where credit is due. Yes im just a Junior Member so maybe thats y u dont want to give me credit for being the original finder of this MOD but you will just credit Freeza because it was found in his thread. But i am the one who posted this Camera MOD/FIX in Freeza's thread before you made THIS thread about it.
Click to expand...
Click to collapse
Wow bro, get over yourself. I found the build prop on my own. Deal with it boy u deserve no credit from me because I used nothing from you. From freeza yes. NOT YOU BRO. GET OVER YOURSELF YOU DESERVE NO CREDIT FROM ME OR THIS POST. AND IT SHALL STAY THAT WAY. Thanks.
Sent from my SPH-L710 using xda app-developers app
I did this on my stock rooted LI3 phone and it wouldn't boot afterwards. Just a black screen. Had to revert the changes to those files before I could boot.
Is this mod only supported in a specific version of the firmware?
cliffhopper said:
I did this on my stock rooted LI3 phone and it wouldn't boot afterwards. Just a black screen. Had to revert the changes to those files before I could boot.
Is this mod only supported in a specific version of the firmware?
Click to expand...
Click to collapse
You must have done something very wrong and different bro. Try again and follow these easy instructions very carefully, and if your on TW it works. If you really need the help, I dont mind. Send me your System folder and ill adjust for you.... let me know.
If you two keep fighting the mods will lock this thread. Also a bit different then how i remove the camera sounds but still good.
Sent from my SPH-L710 using xda app-developers app
jamcar said:
If you two keep fighting the mods will lock this thread. Also a bit different then how i remove the camera sounds but still good.
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Playing fair... scouts honor. : p
Sent from my SPH-L710 using xda app-developers app
Went to apply these tweaks to freegs3 Rom, but the tweaks were already there. But the sounds still won't toggle, even though I have the shutter sounds to off in settings. I dunno, is this something I should ask Clark44 on his thread?? Haha
Sent from my SPH-L710 using xda app-developers app
drewmonge said:
Went to apply these tweaks to freegs3 Rom, but the tweaks were already there. But the sounds still won't toggle, even though I have the shutter sounds to off in settings. I dunno, is this something I should ask Clark44 on his thread?? Haha
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Clark44 has a silent sound overwriting the original maybe? It's been months since o flashes that Rom sorry bro... see if there are any other changes by him maybe? But I'm thinking that the shutter sound was replaced with a silent file so no matter what now it's not gonna make a noise...? Let me know bro. I'll help however I can.
Sent from my SPH-L710 using xda app-developers app
s3.Zeke said:
You must have done something very wrong and different bro. Try again and follow these easy instructions very carefully, and if your on TW it works. If you really need the help, I dont mind. Send me your System folder and ill adjust for you.... let me know.
Click to expand...
Click to collapse
The first time I did this, I modified the files with ES file explorer's default text editor.
I installed busybox and used vi to edit it, and that seems to have worked correctly!
cliffhopper said:
The first time I did this, I modified the files with ES file explorer's default text editor.
I installed busybox and used vi to edit it, and that seems to have worked correctly!
Click to expand...
Click to collapse
Nice! Glad you got it working bro! Enjoy the feature you should of had out the gate!
Sent from my SPH-L710 using xda app-developers app

[Guide][How-to] Add Contacts Tab Back FI25/FI27 Dialer

Here is a workaround to add the contacts tab back into the dialer for builds FI25 and FI27 deodexed stock rom for anyone that wants it.
This flashable zip contains the FI03 contacts.apk and the FI25/FI27 framework.jar (the classes.dex are identical).
Modifying the contacts.apk is a major undertaking so I just used the working one from FI03 (last build with contacts in dialer), the framework.jar was a minor smali edit.
Added flashable stock restore for contacts & framework.
Please download the stock restore in case you need it.
________________________________________________
Howto:
Extract the contacts.apk from the FI25-FI27.Contact.Dialer.Fix.zip and replace the one in the ROM.
Edit FI25/FI27 Framework.jar and replace the attached file:
android/telephony/PhoneNumberUtils$CountryCallingCodeAndNewIndex.smali
It is a very small file. If you want to see the changes, compare them yourself.
tdunham said:
Here is a workaround to add the contacts tab back into the dialer for FI27 deodexed stock rom for anyone that wants it.
This flashable zip contains the FI03 contacts.apk and the FI27 framework.jar.
Modifying the contacts.apk is a major undertaking so I just used the working one from FI03 (last build with contacts in dialer), the framework.jar was a minor smali edit.
Added flashable stock restore for contacts & framework.
Click to expand...
Click to collapse
I get "Unfortunately, Contacts Has Stopped" for both Contacts and Favorites when trying to run from the Dialer. Both run OK when not in the Dialer.
Are you running deodexed fi27? As in, not odexed.
Sent from my SPH-D710 using XDA
Files have been updated, please give it a try and let me know your results. Tnx - TD
This updated mod is working Great! Is it possible to get an odex version?
Sent from my SPH-D710 using xda premium
JonSCSL said:
This updated mod is working Great! Is it possible to get an odex version?
Click to expand...
Click to collapse
Hear, hear. And maybe a before/after screenie? Have to admit that I never used the FI03 build and don't even know what I am missing.
I just learned how to odex files last night so tonight I will try to odex these and try them out. If all goes well I will post them.
Sent from my SPH-D710 using xda premium
Well I thought I knew how to odex the files but it didn't work. I am a newbie at this.
Sent from my SPH-D710 using xda premium
JonSCSL said:
Well I thought I knew how to odex the files but it didn't work. I am a newbie at this.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Its been a very long time since I've done that. Give me a day or two and I'll see what I can figure out the odexing.
Sent from my SPH-D710 using xda premium
You have probably seen this;
http://www.xda-developers.com/android/odex-with-ease-using-auto-odexer/
If that link is helpful to anyone, would you mind explaining it to me? Mostly I don't get the first two steps...if you have an odexed and deodexed version already...what? Even just a link that shows me what I'm missing here. :what:
Sent from my SPH-D710 using XDA
Can't get the odex version to work. Someone else will have to give it a try or you will have to use deodexed rom for this.
Thx for the zip flashed and all is well.
Sent from my SPH-D710 using xda app-developers app
was looking for this thread, now that I found it I might as well...bump
Thx bud
sleshepic said:
was looking for this thread, now that I found it I might as well...bump
Thx bud
Click to expand...
Click to collapse
I suppose I should post a howto for this one too.
Sent from my SPH-D710 using xda premium
tdunham said:
I suppose I should post a howto for this one too.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Bout to do it now, its just that framework.jar swap/edit right? (And using fi03 contacts etc)
Sent from my SPH-D710 using xda premium
sleshepic said:
Bout to do it now, its just that framework.jar swap/edit right? (And using fi03 contacts etc)
Click to expand...
Click to collapse
You're too late. Check the subject and OP.
I flashed the contacts a while back and the PhoneNumberUtils wasn't there. What is the new file what is it for?
Sent from my SPH-D710 using xda premium
JonSCSL said:
I flashed the contacts a while back and the PhoneNumberUtils wasn't there. What is the new file what is it for?
Click to expand...
Click to collapse
That is just one of the files that gets replaced if someone wants to do it themselves but you need to know how to decompile the framework.jar file to do it. I added the how-to so Developers could change their ROM files easily without having to start over from stock.
I flashed the other 2 and and its been working great. Just wast sure if it was something else I needed or an add on mod to give me a new feature. Thanks for the work! I can't understand how Samsung thinks we like having the dialer without the contacts tab.
Sent from my SPH-D710 using xda premium
that popped up quick
Sent from my SPH-D710 using xda premium

[MOD][UVDLJA] Long press volume to skip track

ALL CREDIT FOR THIS AWESOME MOD GO TO LOSERSKATER AND HIS WORK HERE
This is a must have feature for me. Took me a few days of googling and failures to finally get it right. Unlike the other long press to skip mods in some of the ROMs here, this mod works flawlessly with every music player I've tested it on.
So I'm just gonna post the android.policy.jar and if someone wants to make a flashable zip I'll add it to the OP.
This will work on any UVDLJA 4.1.1 tmo based ROM and does have the reboot options also.
Use root explorer and put it in system/framework overwriting the original, then set permissions the same as the other files. Reboot. Enjoy.
http://db.tt/E1xpHnTE
Jamison904 posted a flashable zip HERE, be sure to hit his thanks button!
Sent from my SGH-T999 using xda premium
Niceeeee
I hope some devs will add this to their ROMs and give credit of course.
psykhotic said:
I hope some devs will add this to their ROMs and give credit of course.
Click to expand...
Click to collapse
That would be awesome. That's why I posted it.
Sent from my SGH-T999 using xda premium
awesome
Sent from my SGH-T889 using xda premium
I followed the instruction but got a boot loop afterward but luckily I did a nandroid right before doing it. I placed the file in framework and changed the permission and reboot. What am I doing wrong? Currently rocking wicked v5
Sent from my SGH-T999 using xda app-developers app
kulzboy said:
I followed the instruction but got a boot loop afterward but luckily I did a nandroid right before doing it. I placed the file in framework and changed the permission and reboot. What am I doing wrong? Currently rocking wicked v5
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Well. I tested it on stock T-Mobile 4.1.1. I suppose there's a chance it might not work on a crazy modded custom ROM. Assuming wicked is based on our 4.1.1 build.
And yes, make sure you do a nandroid before doing anything like this to your phone.
Sent from my SGH-T999 using xda premium
I just tried this on wicked v6 and its working perfect so far. Thank you!
Thanks for the mod man
Sent from my SGH-T999 using xda app-developers app
This is great! Been looking forever for this! Def Thanks!
Didn't work on root 66 Rom.
20degrees said:
Didn't work on root 66 Rom.
Click to expand...
Click to collapse
Is it 4.1.1? I won't say it'll work on all uvdlja ROMs, but it should. Follow my directions and set the correct permissions.
Sent from my SGH-T999 using xda premium
20degrees said:
Didn't work on root 66 Rom.
Click to expand...
Click to collapse
Completly crashed darthstalker v8. Had to nandroid restore. I really want this mod bad lol. I also tried in wicked latest and it crashed that too. Ahhh.
It worked without issue for me on wicked jb v6. Did you set the permissions for the file? Fyi it will get rid of the ink feature though.
mikeyinid said:
Is it 4.1.1? I won't say it'll work on all uvdlja ROMs, but it should. Follow my directions and set the correct permissions.
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Yes it's 4.1.1. Tried the permissions like the op but no luck.
20degrees said:
Yes it's 4.1.1. Tried the permissions like the op but no luck.
Click to expand...
Click to collapse
Didn't work for me too
Sent from my SGH-T999 using xda app-developers app
20degrees said:
Yes it's 4.1.1. Tried the permissions like the op but no luck.
Click to expand...
Click to collapse
edboy21 said:
Didn't work for me too
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Looking at the features of that ROM he's done a lot in android.policy.jar stuff
If he gets in touch with me I'll give him the 2 edited smali files so he can just add it to his rom
Sent from my SGH-T999 using xda premium
Magnumxxxl said:
Completly crashed darthstalker v8. Had to nandroid restore. I really want this mod bad lol. I also tried in wicked latest and it crashed that too. Ahhh.
Click to expand...
Click to collapse
Oops. My last post was to you. Have him hit me up and I'll just give him the edited smali. Will save him time.
Sent from my SGH-T999 using xda premium
mikeyinid said:
Looking at the features of that ROM he's done a lot in android.policy.jar stuff
If he gets in touch with me I'll give him the 2 edited smali files so he can just add it to his rom
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Is it possible that you can make a stock odex rom with a few features like hotspot and so on with this music skip mod that i need bad lol. Ill use that rom over any here. And hypothetically if you do make a rom and do end up removing bloat and you make a flashable zip for the bloat you remove? Another mans bloat is another mans necessity. Lol
Magnumxxxl said:
Is it possible that you can make a stock odex rom with a few features like hotspot and so on with this music skip mod that i need bad lol. Ill use that rom over any here. And hypothetically if you do make a rom and do end up removing bloat and you make a flashable zip for the bloat you remove? Another mans bloat is another mans necessity. Lol
Click to expand...
Click to collapse
Honestly smali and XML hacking aren't really my thing. I just really need long press volume to skip when I run stock over AOKP and none of the ROMs that have it worked with spotify. So I spent several hours a day for I won't tell you how long trying to figure it out.
Sent from my SGH-T999 using xda premium

Rotating touchwiz?

So, after a few searches, both on Google and on the forums, I cannot find this mod.
Does anyone know of a stock touchwiz launcher, modified to rotate?
I hate it when my phone is in landscape on the table or something, and I have to work with a portrait launcher. But I like the stock touchwiz, and would like to keep it.
Any help would be appreciated.
TIA
Sent from my SGH-T889 using Tapatalk 2
this app right here is all you need
https://play.google.com/store/apps/details?id=nl.fameit.rotate&hl=en
:good:
haldi15 said:
this app right here is all you need
https://play.google.com/store/apps/details?id=nl.fameit.rotate&hl=en
:good:
Click to expand...
Click to collapse
Thanks, it is a pretty neat app.
The only problem is I lose a row of apps on my drawer.
Also, but this is just nitpicking, I don't really like the icon on my status bar.
But if there's nothing else, I'll stick with this. So thanks!
Sent from my SGH-T889 using Tapatalk 2
MarkP80nj said:
Thanks, it is a pretty neat app.
The only problem is I lose a row of apps on my drawer.
Also, but this is just nitpicking, I don't really like the icon on my status bar.
But if there's nothing else, I'll stick with this. So thanks!
Sent from my SGH-T889 using Tapatalk 2
Click to expand...
Click to collapse
You can set it to not show the icon in the status bar.
Sent from my SGH-T889 using xda app-developers app
kintwofan said:
You can set it to not show the icon in the status bar.
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
Lol, I'm such a noob!
Now if only I could get that last row of apps to show, that would be nice.
Sent from my SGH-T889 using Tapatalk 2
MarkP80nj said:
Lol, I'm such a noob!
Now if only I could get that last row of apps to show, that would be nice.
Sent from my SGH-T889 using Tapatalk 2
Click to expand...
Click to collapse
i dont think you can with this app because it doesnt readjust the grid it just rotates and squishes it so most of it fits
haldi15 said:
i dont think you can with this app because it doesnt readjust the grid it just rotates and squishes it so most of it fits
Click to expand...
Click to collapse
Right, there's a bit of the top showing though, and I can still open the app.
Except for the one in the middle, because the page indicator is right there.
I would still prefer a modified launcher though.
But I'm using this until, hopefully, someday a modded touchwiz appears on the scene.
I remember I had one on my Galaxy s 4g.
Sent from my SGH-T889 using Tapatalk 2
How are you at custom work. In your framework-res.apk. decompile. Find /res/values/bools.XML. change "config_allowAllRotations" to true
Change "enableLockScreenRotation" to true.
Save recompile install. Enjoy
Sent from my SPH-L710 using xda app-developers app
scruffy4386 said:
How are you at custom work. In your framework-res.apk. decompile. Find /res/values/bools.XML. change "config_allowAllRotations" to true
Change "enableLockScreenRotation" to true.
Save recompile install. Enjoy
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
If it is not too much to ask, Can you Please do this for us coz i need this for my phone too. right now i am using Apex Launcher but i would rather use TouchWiz. if you decompile it and then upload it here we would really appreciate it. Thanks in advance. i don't know anything about decompiling otherwise i would do it myself..
I'm on gs3. Can you upload a copy of yours?
Can you put it in dropbox? I can take a look after work.
Sent from my SPH-L710 using xda app-developers app
scruffy4386 said:
I'm on gs3. Can you upload a copy of yours?
I guess not.....
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
I tried uploading my framework res. apk, but it's too big a file.
I'm trying to learn how to decompile, but my step daughter just took the computer from me, to talk to her grandma in Brazil.
I'm gonna try later though.
Thanks for your help.
Sent from my SGH-T889 using Tapatalk 2
scruffy4386 said:
How are you at custom work. In your framework-res.apk. decompile. Find /res/values/bools.XML. change "config_allowAllRotations" to true
Change "enableLockScreenRotation" to true.
Save recompile install. Enjoy
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Well, I'm a noob at decompiling.
So what I did was change the extension from framework-res.apk to .zip, and extract it.
In the /res/ folder there is no /values folder.
I've been searching for a bools.xml folder, but no luck.
Is this something that will only show by decompiling?
Or is the GN2 framework diferent from the GS3 one?
TIA
That would work to edit images. You need to use apktool (search it ) to decompile the file before you can edit those values. I will be home in about an hour if you can find somewhere to upload it i can take a look. However i believe if you look up apktool it will be pretty easy to do yourself. Just dont forgot to make a backup in case something goes off
scruffy4386 said:
That would work to edit images. You need to use apktool (search it ) to decompile the file before you can edit those values. I will be home in about an hour if you can find somewhere to upload it i can take a look. However i believe if you look up apktool it will be pretty easy to do yourself. Just dont forgot to make a backup in case something goes off
Click to expand...
Click to collapse
Yeah, I've been following this guide, but I always get an error when decompiling.
Hmm, let me try a dropbox link.
Let me know if that was successful.
Thanks for all your help!
Modded framework
http://db.tt/8HUWcSFN
needs renamed because I'm lazy
Here is a flashable zip. Disregard it saying edge zoom. It's an old zip. It works on s3 may not be the right flasher for you but you can try it
http://db.tt/biIOIpUC
Oh yes also. I looked at the guide you are following and got lost. There are several quality guides on this site. Here is a good one for beginners
http://forum.xda-developers.com/showthread.php?t=1989533
Sent from my SPH-L710 using xda app-developers app
scruffy4386 said:
Modded framework
http://db.tt/8HUWcSFN
needs renamed because I'm lazy
Here is a flashable zip. Disregard it saying edge zoom. It's an old zip. It works on s3 may not be the right flasher for you but you can try it
http://db.tt/biIOIpUC
Oh yes also. I looked at the guide you are following and got lost. There are several quality guides on this site. Here is a good one for beginners
http://forum.xda-developers.com/showthread.php?t=1989533
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Thanks for all your trouble.
However, I got the file on your first link, renamed it to framework-res.apk, and copied it to system/framework.
As I started to get a lot of force closes, I did a reboot.
This resulted in an endless boot loop, which forced me to pull my battery, get into recovery, and restore my system.
So back to the drawing board, I guess.
I still appreciate all your help. Thanks for using your time to help a stranger. :thumbup:
Sent from my SGH-T889 using Tapatalk 2
I'm uploading a zip to replace the modded with the original. Try installing from recovery and if that still boot loops try fixing permissions. Only thing i changed was the bools.XML
If it still fails you should be able to use this remove zip
http://db.tt/k2W0dRXI
Sent from my SPH-L710 using xda app-developers app
scruffy4386 said:
I'm uploading a zip to replace the modded with the original. Try installing from recovery and if that still boot loops try fixing permissions. Only thing i changed was the bools.XML
If it still fails you should be able to use this remove zip
http://db.tt/k2W0dRXI
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
So, you're saying flash the the zip on the second link in your previous post.
And if that goes wrong, flash the zip on this latest post?
I'm at work right now, but I'll try later tonight.
Thanks.
Sent from my SGH-T889 using Tapatalk 2
Funny I'm just headed out to work. The first post has a zip to install screen rotating. The second post is your unmodified original framework so when you try the modified again. if it does not work, you can replace with the original file from the second post instead of having to wait through a full reset
That does seem odd. Maybe it's the flashable file. It was for my gs3. I've replaced them with the update scripts from a Galaxy note 2 package. They are the same download links as before. I verified that it is the modified file there. Was there any error? Did you verify that it actually copied the file? Easiest to tell by looking at the date it was modified. Its really not that great of a mod anyway. The constant rotation gets annoying and this method doesn't give a toggle. Still try the new zips and see if that makes the difference
scruffy4386 said:
Funny I'm just headed out to work. The first post has a zip to install screen rotating. The second post is your unmodified original framework so when you try the modified again. if it does not work, you can replace with the original file from the second post instead of having to wait through a full reset
Click to expand...
Click to collapse
Well, I flashed the ScreenRotation.Zip, and while nothing wrong happened, nothing happened at all! Everything is just normal, no screen rotation.
Bummer, huh?
Sent from my SGH-T889 using Tapatalk 2

Categories

Resources