Hello! Well, as the post title says, I am looking for CRT OFF effect for JW5 ROM. I tried JW4 zip but well... it didn't work Anyone could upload it or simply tell me hot to activate it? Thanks!!
here is link to mod with crt off
http://forum.xda-developers.com/showthread.php?t=1607706
yes, I've seen it before, but it could be possible to install it without any other mod? thx
try this.
if you also want to change the text "swipe to unlock" (or whatever it is in your language, I replaced it with my name), just pm me.
It works! Thank you
Enviado desde mi GT-I9000 usando Tapatalk 2
Camera & MMS
Does any one have camera and MMS hack?
I have been looking for it, but don't find.
rubenius said:
It works! Thank you
Enviado desde mi GT-I9000 usando Tapatalk 2
Click to expand...
Click to collapse
to change "swipe to unlock" you have to decompile framework-res.apk, and then in res\values-es\strings.xml replace the lockscreen_unlock_guide_text string "Arrastre el dedo por la pantalla para desbloquear" with whatever you want. I assume you use spanish, even if you're catalan.
then recompile and you're done.
How do I install framework-res.apk? Push it with root explorer?
thnx for ya grt contribution n culd ya plz upload it for ics 4.0.x ics user will be greatful to u
hope to get it soon
thnx in advance
lcampori said:
try this.
if you also want to change the text "swipe to unlock" (or whatever it is in your language, I replaced it with my name), just pm me.
Click to expand...
Click to collapse
hi, could u delete "swipe to unlock for me"? u use english language, JW5. but i hate "swipe to unlock". . i need it and battery % only.
i try to mod it, i compite it, n bootloop
make it for me please
i 'm from vietnam, srr about my english.
ok as soon as I get home from work.
you can do battery % by yourself once you have the modded framework-res.apk with uot kitchen (google for it).
just delete or you do want something else?
---------- Post added at 03:11 PM ---------- Previous post was at 03:09 PM ----------
9988338891 said:
thnx for ya grt contribution n culd ya plz upload it for ics 4.0.x ics user will be greatful to u
hope to get it soon
thnx in advance
Click to expand...
Click to collapse
?
I'm pretty sure ics already has crt off...
---------- Post added at 03:12 PM ---------- Previous post was at 03:11 PM ----------
mbarreto said:
How do I install framework-res.apk? Push it with root explorer?
Click to expand...
Click to collapse
yes replace the original with root explorer by far the easiest way, then check permissions to be the same as the other files in the same folder (with root explorer as well)
the phone will soft reboot.
ok. thanks u very.
wait for u.
crt off, no "swipe to unlock" (english only), battery %.
change % icons in res/drawable-hdpi according to your tastes if you do not like them. No need to decompile, just replace icons.
let me know if everything is ok, and backup the original framework-res.apk file just in case.
flash with cmw in recovery.
EDIT do not flash this zip it deletes systemui and you'll lose notification bar
lcampori said:
crt off, no "swipe to unlock" (english only), battery %.
change % icons in res/drawable-hdpi according to your tastes if you do not like them. No need to decompile, just replace icons.
let me know if everything is ok, and backup the original framework-res.apk file just in case.
flash with cmw in recovery.
Click to expand...
Click to collapse
i try it. n feedback later.
---------- Post added at 05:38 AM ---------- Previous post was at 05:18 AM ----------
i try it, loss may notification bar. when i go back. it loss notification bar too
My bad. The script from uot kitchen deletes systemui.apk from system/app but I removed it from zip because it was unchanged. So you need to restore it. I am on my way to the workplace so I cannot upload a new zip... Sorry my bad
Email me and I'll send the file or wait half and hour so I can upload the complete zip.
Inviato dal mio GT-I9000 con Tapatalk 2
complete zip.
you can either flash it via cmw (connect phone via usb > turn on phone in recovery > mounts and storage > mount USB storage > [copy file from pc] > go back > install zip from card) or extract the files and push them with adb command line.
sorry again.
Thanks for the tips.
just to resume, so everyone can do it and I do not upload any other fake file
1 - download and install apk tool http://forum.xda-developers.com/showthread.php?t=1310151
2 - put framework-res.apk in "place-apk-here-for-modding" folder in windows, then start apktool and decompile it with option 9 in apktool prompt
3 - in "project" folder, mod framework-res:
3.1 - crt-off: in res/values/bools.xml "config_animateScreenLights" from true to false
3.2.1 - "swipe to unlock", for english locales, mod the corresponding string in res/values/strings.xml to whatever you want
3.2.2 - "swipe to unlock", for other locales, mod the corresponding string in res/values-xx/strings.xml to whatever you want, xx=your country code.
4 - back to apktool promtp, recompile (option 11), answer "yes" twice (system file=yes, signature=yes)
5 - when it prompts to delete some files and "press to continue", go to "keep" folder in windows file explorer and delete resources.ascr, then back to apktool prompt press any key to let apktool complete the recompiling.
6 - you end up with a unsignedframework-res.apk in "place-apk-here-for-modding" directory. rename it and replace the original framework-res.apk in your phone, apply same permissions as the other system files with root manager.
7 - battery %, go to uot kichten (google for it) and follow instructions. use your modded framework-res.apk when asked to upload it. at the end you'll be able to download a zip file to be flashed in recovery.
lcampori said:
complete zip.
you can either flash it via cmw (connect phone via usb > turn on phone in recovery > mounts and storage > mount USB storage > [copy file from pc] > go back > install zip from card) or extract the files and push them with adb command line.
sorry again.
Click to expand...
Click to collapse
, thanks u so much, i will try it.
---------- Post added at 12:27 PM ---------- Previous post was at 12:26 PM ----------
[/COLOR]
lcampori said:
just to resume, so everyone can do it and I do not upload any other fake file
1 - download and install apk tool http://forum.xda-developers.com/showthread.php?t=1310151
2 - put framework-res.apk in "files-to-be-modded" (or whatever it is, I don't remember now) folder in windows, then start apktool and decompile it with option 9 in apktool prompt
3 - in "project" folder, mod framework-res:
3.1 - crt-off: in res/values/bools.xml "config_animateScreenLights" from true to false
3.2.1 - "swipe to unlock", for english locales, mod the corresponding string in res/values/strings.xml to whatever you want
3.2.2 - "swipe to unlock", for other locales, mod the corresponding string in res/values-xx/strings.xml to whatever you want, xx=your country code.
4 - back to apktool promtp, recompile (option 11), answer "yes" twice (system file=yes, signature=yes)
5 - when it prompts to delete some files and "press to continue", go to "keep" folder in windows file explorer and delete resources.ascr, then back to apktool prompt press any key to let apktool complete the recompiling.
6 - you end up with a unsignedframework-res.apk in "files-to-be-modded" directory. rename it and replace the original framework-res.apk in your phone, apply same permissions as the other system files with root manager.
7 - battery %, go to uot kichten (google for it) and follow instructions. use your modded framework-res.apk when asked to upload it. at the end you'll be able to download a zip file to be flashed in recovery.
Click to expand...
Click to collapse
i know this step, when i compile apk, keep folder is not appear. i don't know.
i work . thanks u so much
---------- Post added at 12:43 PM ---------- Previous post was at 12:27 PM ----------
i attack my framwork. could y delete swipe screen for me?? because my framework have ICS animation . i copied aim folder and paste to your framework, but it don't work.
---------- Post added at 01:09 PM ---------- Previous post was at 12:43 PM ----------
i attack my framework.
Related
[Noob Tutorial to Modding]- "THEMES"
Ok so basically this a short toutorial for semi-noobs who are looking to
change their ui experience and look but really have no where to start.
Their are plenty of mpdi themes out there (MPDI is the category that the imagoes on your phone
[ie. the g1] fall under), which means you have a semi wide variety for you to choose from.
So lets get started.
:[OFFICIAL WARNING]:
I AM NOT RESPONSIBLE FOR WHATEVER HAPPENS TO UR PHONE IN CASE U BRICK IT.
IT IS IN UR BEST INTEREST TO DO A NANDROID BACK UP BEFORE ATTEMPTING ANYTHING,
SPECIALLY EDITING SYSTEM FILES.
-YOU MUST BE ROOTED-
Things u will need-
1. ADB- already installed (many guides out there)
2. A Copy of your Current Rom (it will be a zip file)
3. APk Manager- forum.xda-developers.com/showthread.php?t=695701
4. Theme you would like (GOOGLE is you friend)
Ok so after u get all of that together your ready to get modding.
1.Start off by connecting your phone in debug mode to your computer. (go to settings to enable debugger mode)
2.Find your Current Rom and unzip it.
3.Go to /System/res/framework/ and find Framework-res.apk
4.Open your APK MANAGER folder and place your "framework-res.apk"
under apk-for modding
5. Now open the .bat file
6. Once the CMD Screen has opened (the screen that looks like the letter from the matrix)
you will see a list of options, press 22 (select project)
7. Now select framework-res.apk by pressing the number that applies to it ( if its your only file in the
folder it will be 1)
8.Now press 1 again to extract apk (now your apk is ready to be edited.)
9.Return to the main folder where your apk-manager is located and open ur projects folder
10.Open the folder "Framework-res" then go to the folder that "res",
then finally to a folder that called drawable-mdpi
11.Now that you are here u will need to go find the theme that u want on you phone
(remember that it MUST be mdpi)
12.Unzip the File (either metamorph theme or the .zip theme file)
13.(Skip if u got a meta morph theme)
Now find your framework-res.apk file and change it to framework-res.zip and unzip it
14. Head into the res and into drawble-mdpi folder
15. Now dragg all your files from the theme drawble-mdpi to your project drawble-mdpi folder.
16. It will ask forever rides just approve them all. (your replacing the image from ur stock room for the one that u want your phone to have ei. new theme)
17. Return to the apk-manager (matrix looking screen hehe) and hit 3 (zip apk)
hit 1 when asked what kinda of file is it. (1.system apk)
18. Now hit 5 after that's done (zipalign)
19. Make sure your phone is connected and u have it in debugg mode.
20. Press 8 and type in /system/framework/framework-res.apk (exactly like that or else it wont work)
21. Once its done reset your phone and enjoy.
So if u have any questions please ask...
I tried to make this as simple as possible but i did write this on about 2 hours of sleep and and it is my first tutorial of if I messed up somewhere let me know.
I was once a noob and I just thought this might help out some people
who have caught on a bit, but are still pretty new to this.
thanks!! this helped
Oh no ... not even a description!
Yes!!! I atleast helped one person!
Well I say thankyou ! Let me see if I get this right though you mod the theme that's on your phone? If this is right can you then export your theme so others can flash it. But only people with the same rom? Sorry if I don't make any sense total noob lol
Sent from my HTC Dream SparksMod using XDA App
Correct...
Technically u can just "flash" ur modded "framework-res.apk" to another phone that has exactly the same rom as u. BUT!!!! u just can't flash it... u need to do adb push!!!!!
OMFG, it is not working. I am stuck at 18. It will tell in system log it can't find signedframework-res or unsignedframework-res. I was trying this 3 hours and I am ****ing angry
I think u need to redo step 17 and make sure u press 1, when it asks you what kinda of file is it.
But U do need to bring more information!!!!
thanks.helped me so much.
thanks for helpful thread ! sorry i dont mean to be spam because i dont see button thank.
Awesome tool....!!!
makes everything so easy
---------- Post added at 04:46 PM ---------- Previous post was at 04:39 PM ----------
This tutorial helpful thanks for sharing
hey can i do this with any apk...... ???????? like mms and launcher and also the market apps apks ? plz tell me how exactly thanx
I have been trying to edit the systemUI.apk I have got as far as adb pushing the edited apk but after reboot and all the wipes it just stops the status bar from ever loading. I have tried the apktool apkmanager and droid explorer. I' think im doing the decompiling and compiling correct. I just cant seem to find what im doing wrong. Can this apk be edited? I just cant seem to find whats causing a issue or whats missing.
PLease HELP!!!!
michael
emjaycee30 said:
I have been trying to edit the systemUI.apk I have got as far as adb pushing the edited apk but after reboot and all the wipes it just stops the status bar from ever loading. I have tried the apktool apkmanager and droid explorer. I' think im doing the decompiling and compiling correct. I just cant seem to find what im doing wrong. Can this apk be edited? I just cant seem to find whats causing a issue or whats missing.
PLease HELP!!!!
michael
Click to expand...
Click to collapse
is it a 9.png ? are you resizing? are you changing the color mode?
its in a smali file. The whole thing i'm trying to do is hide the am/pm on the clock, hide the gps icon, hide the HAC icon, and the alarm clock. They all show 24/7 and i dont need to see them.
emjaycee30 said:
its in a smali file. The whole thing i'm trying to do is hide the am/pm on the clock, hide the gps icon, hide the HAC icon, and the alarm clock. They all show 24/7 and i dont need to see them.
Click to expand...
Click to collapse
What ROM are you using? If you can compare the mods by steelh on stock roms should give you an idea if the edit was bad. I know this might not be the answer you are looking for, but that's the best I could come up with without looking at your edits.
Lets say i decompile it with apktool, make no edits, recompile and then still it will not load
---------- Post added at 05:55 PM ---------- Previous post was at 05:44 PM ----------
when the apk is decompiled the smali files are from the classes.dex file right?
so if i compile the apk and then change to a zip and take the new edited dex file out and put it in the original apk over the dex file it should be a adb push then clear cache and dalvik cache and reboot and if it takes the edits it will work?
i have tried that and it just gets a force close on status bar and then never loads or gives anymore messages. just no status bar at all.
my edits im sure are right, but even if they were the problem if i make no edits and try to decompile and recompile, still no worky..... its sad really, once i get this done i will be complete with my phone and we can have babys....... come on some one help me i need phone babies!!!
---------- Post added at 06:10 PM ---------- Previous post was at 05:55 PM ----------
the rom is 2.3.3 4.24.651.1 cl61076 release-keys its the stock sprint rom from rom manager that was rooted zipaligned blah blah.......
What version of apkmanager r u using. In some versions the apktool is messed up
free the dirk
no resolution?
I pulled my systemui.apk, decompiled it, edited to show 1x vs 3g, compiled it, repackaged it, and pushed it and now my notification its gone.
I also need to know where i made the mistake
I just did that this morning. Just the alarm hiding for me. I use apk manager 4.9. I noticed that I got an error sometimes when I decompile, so I use option 10 to decompile with the framework-res as a dependency. The other difference is I put it in a zipped theme instead of adb pushing, but I don't think that would make a difference. Finally, I have been slowly making mods over a few weeks, so I am not sure if I started with a stock SystemUI or someone elses.
When you decode systemui you need com.htc.resources.apk for the additional resources. You won't need framework-res as apktool has those resources built in (for decoding systemui).
From all your posts I see you're missing one crucial step....you need to transfer the signature. With system/apps you don't resign, but rather transfer the signature. In 7zip or betterzip, open the original apk. Take out the directory called META-INF. That is the Sig. Place that in your new recompiled apk. Then push.
And when pushing apks that deal with the basic framework, here is what you need to do.
adb remount
adb shell stop
adb push SystemUI.apk /system/app/
adb sync (optional)
adb shell start
Technically SystemUI is system/app not a framework file....but it controls things related to the framework (ie the statusbar).
tapatalk signature here. lovely.
Guide – Change Navbar D.P.I. in Android Jelly Bean (4.1.1)
•Thanks to Vomer for helping me learn this and answering my questions when I had them… Also for persuading me to write this guide for others users to hopefully use to learn a small bit of Android modding, which will hopefully create more publically used mods for the benefit and growth of the community. Let’s get it…
First thing is first… This guide is created with the Galaxy Nexus in mind. Even though other phone brands (Samsung, H.T.C., LG, Sony, etc.) are now upgrading their handsets to Android Jelly Bean, this guide is created with my experience with the pure Google experience in mind and pure Google O.S. *If you are using a rom with Samsung Touch Wiz, H.T.C. Sense or anything else produced/provided by another company, this isn’t for you, although it may answer some questions and get you started in the right direction…
THE TOOLS:
I’m using an ApkTool package, which were obtained from a thread created by monstaX < Credit to him!
First off, go to this webpage http://www.mediafire.com/?acrgcd0w850q0gj and download the file. File name should be “apktoolsJB.zip”. Once you have the tools downloaded, unzip them to your desktop.
Inside the unzipped file, you will locate the following files; aapt.exe; apktool.bat; apktool149.jar; apktool142.jar; apktool144.jar and baksmali.jar.
After confirming that the above listed files are present, rename “apktool149.jar” to “apktool.jar”.
That’s it for the tools, leave the file on your desktop, as this will ultimately be your workspace along with a command prompt.
I would also download 7-Zip and Notepad++ from the internet. You can Google those two programs and download them if you don’t already have them….
GETTING WINDOWS READY:
The next thing we need to do is remove the “Environmental Values”. If you have attempted to edit/mod any apks in the past, you probably set up “Environmental Values” in “Path” under “System Variables”. If you have done this, simply navigate back to “System Variables>Path” and delete the added non-sense that you added before. An example would be something like “Android\SDK\platform-tools\;” Make sure that after you’re done deleting, you leave a “;” at the end of the “Path Variable” line of text.
Now for the fun part:
DECOMPILE/COMPILE
Once you have done the above steps, you’re now ready to have some fun.
First off, you need to download a copy of the .zip file of the ROM you’re using onto your computer OR transfer a copy of the framework-res.apk and SystemUI.apk to your computer from your G-Nex. Once you have located these files, you need to place both files into the JBapktool folder that we unzipped onto the desktop earlier.
Once you have placed both files into the JBapktool folder, open the folder and shift+right-click somewhere inside the folder (NOT ON A FILE). Once you have done that and a menu has popped up, select “Open Command Window Here”.
Once the command window has opened; you need to install the framework-res.apk… Now there is a bunch of technical jargon for this but simply and easily type the following command;
java –jar apktool.jar if framework-res.apk
You will see a line that reads “ Framework installed to: C:\Users\yournamehere\apktool\framework\1.apk”
After the above line appears, you will now decompile the framework-res.apk file. To do this, type the following command;
java –jar apktool.jar d framework-res.apk
You will now see something like:
I: Loading resource table…
I: Loaded
I: Decoding file-resources…
I: Decoding values*/* XMLs…
I: Done
I: Copying assets and libs…
*DON’T CLOSE THE COMMAND PROMPT*
After you see that, you should notice that a new file has been added to the JBapktool folder, which should be named “framework-res”. Inside that folder, you will observe the following folders/files; assets; build; dist; res; AndroidManifest.xml; apktool.yml. The file that we are worried about is the “res” file. Open the “res” folder and then navigate to the “values” folder and look for a file named “dimens.xml”. The “dimens.xml” is where the magic happens. Right click on this file and open as “Edit with Notepad++”.
Once Notepad++ is open with the “dimens.xml” file open, you want to focus on three strings in the file. The strings are: 36.0dip
36.0dip
32.0dip
*For a 32 DPI nav bar, I personally use 32 for the height and 28 for the width.*
Now here, the parts of the string that we want to change are highlighted in yellow and represent the “DPI” of the nav bar. The above lines are from a “dimens.xml” file that I changed to make a “36 DPI” nav bar. Once you have made the changes to the above dimensions, just click file and save in Notepad++ and close the program.
Now to compile the “framework-res” folder back into an .apk.
Simply go back to the command prompt that we opened earlier (you shouldn’t have closed it, but if you did follow steps above to open a new one, reinstall the framework-res.apk (STEPS ABOVE) and then continue).
Type the following command;
Java –jar apktool.jar b framework-res
You will see the following (hopefully);
W:Could not find sources
I:Checking wheter resources has changed…
I:Building resources…
I:Building apk file…
After this, you should revert back to the “JBapktool” folder and navigate to “framework-res” folder>”build”>”apk”… Look for the “resources.arsc” file. THAT’S THE MONEY SHOT…
Using 7-zip, you want to open the “framework-res.apk” file that we originally began with (I would make a copy of it and put it on my desktop). Right-click on the “framework-res.apk” file, click 7-Zip and then open archive. A new window will open, showing the visible files inside the framework-res.apk. Look for the file “resources.arsc”. Delete it, locate the “resources.arsc” from the framework-res folder (framework-res>build>apk) in the JBapktool folder. Click and drag it to the unzipped original framework-res.apk file and drop it. WE’RE DONE WITH THE FRAMEWORK-RES.APK FILE.
Now simply place that file in a CWM flashable .zip file and hold tight.
Now we need to decompile the SystemUI.apk that we placed in the JBapktool folder earlier. Follow the above listed instructions to complete this, same as we did with the framework-res.apk.
Once you have the SystemUI.apk file decompiled, look for a folder in JBapktools named “SystemUI”. Inside the “SystemUI” folder, navigate to res>layout>navigation_bar.xml. We now want to open the navigation_bar.xml file with Notepadd++, so that we can delete two lines in it that would cause a larger back button on the nav bar if left intact.
Inside the navigation_bar.xml file look for the following two lines:
"@drawable/ic_sysbar_back" android:scaleType="center"
"@drawable/ic_sysbar_back_land" android:scaleType="center"
Now, we want to delete the following from both lines:
android:scaleType="center"
After deleting that line from both lines, save the file by clicking file>save and close Notepad++. Now back go back to JBapktools and to the already opened command prompt window (it should still be open).
We are now going to compile the SystemUI. To do this type the following command;
java –jar apktool.jar b SystemUI
You will see some text in the command prompt and will ultimately see I:Building APK file…
Once this is complete, navigate back to the JBapktool folder and to the SystemUI file. Once you have the SystemUI folder open, we need to navigate to build>apk and look for the following file; AndroidManifest.xml. Now this is important, we need to replace this file with the AndroidManifest.xml file from the original unzipped SystemUI.apk. So open the original SystemUI.apk with 7-zip, and copy “META-INF” and “AndroidManifest.xml”. Once you have those copied from the original unzipped SystemUI.apk, relocate back to the JBapktool folder>SystemUI>build>apk and paste both of them. If asked to replace, CLICK YES OR REPLACE ON ALL WARNINGS THAT POP UP!!!!
Now we need to back out to the SystemUI folder in JBapktool and click on the folder that is named “dist” (the “dist” folder is where the freshly compiled SystemUI.apk is located once we type in the compile command in the command prompt). Once inside the “dist” folder, you will see a SystemUI.apk file. DELETE IT… We never use the first SystemUI.apk that we compile, because we needed to added the META-INF and AndroidManifest.xml files for signing purposes. Once you have the 1st compiled SystemUI.apk deleted, return to the command prompt and enter the compile command again and compile a 2nd SystemUI.apk.
The 2nd SystemUI.apk will appear in the “dist” folder and is the usable SystemUI.apk.
Now that you have your new SystemUI.apk compiled, place it in the same CWM flashable .zip file, boot into recovery, wipe cache and dalvik cache and VOILA, you have just pimped your nav bar’s DPI.
•Remember when placing the SystemUI.apk file into your CWM .zip file to place it under /system/App. And when placing your framework-res.apk into your CWM .zip file it goes under /system/framework…
The mods and this guide take time for us to put together for your enjoyment/the improvement of the community. If I or anyone else has helped you, please hit the “Thank You” button. Thanks.
Great tutorial
Sent from my Galaxy Nexus using Tapatalk 2
Thank's man.....................
APatte111: could you upload your 32 height 28 landscape framework-res for v4 rom ?
Great guide.
If you dont want to waste time uploading....its all good anyway mate :good:
bs android said:
APatte111: could you upload your 32 height 28 landscape framework-res for v4 rom ?
Great guide.
If you dont want to waste time uploading....its all good anyway mate :good:
Click to expand...
Click to collapse
This is not the mods thread
Great job bud!
Also, remember guys - if you make a MiNCO Mod - share with other's in the MiNCO Plus+ Thread. Chances are someone else would want it too
bs android said:
APatte111: could you upload your 32 height 28 landscape framework-res for v4 rom ?
Great guide.
If you dont want to waste time uploading....its all good anyway mate :good:
Click to expand...
Click to collapse
This framework-res.apk is in place in several of the mods in the MiNCO Plus+ mods and enhancements thread that vomer began... Just download one of the mods and extract the framework-res.apk from one of the .zip files... Probably the easiest way to get it...
Sent from my Galaxy Nexus using xda premium
vomer said:
This is not the mods thread
Great job bud!
Click to expand...
Click to collapse
OK sorry for asking OP if that annoys you
APatte111 said:
This framework-res.apk is in place in several of the mods in the MiNCO Plus+ mods and enhancements thread that vomer began... Just download one of the mods and extract the framework-res.apk from on of the .zip files... Probably the easiest way to get it...
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Nice APatte, I saw it now, downloaded and tried your framework with vomers standard white for minco rom. Got the failure in back button so guess I have to wait till I get home to a computer to fix it. Thanks for the guide anyway, love different and smaller navbars.
bs android said:
Got the failure in back button so guess I have to wait till I get home to a computer to fix it. Thanks for the guide anyway, love different and smaller navbars.
Click to expand...
Click to collapse
Yeah, if by "failure" you mean the larger back key then that is being caused by the un-edited navigation_bar.xml file which is located in SystemUI.apk>res>layout... You need to delete the two lines mentioned above, re-compile the SystemUI.apk and everything should be golden. Let me know if it doesn't work and I will help ya... Good Luck
Good guide!
Great job man!! Great tutorial!
:good::good::good::good::good:
MAN CHANGE THIS IS WRONG!! Java –jar apktool.jar b frame-work
IT IS java -jar apktool.jar b framework-res
masterchif92 said:
MAN CHANGE THIS IS WRONG!! Java –jar apktool.jar b frame-work
IT IS java -jar apktool.jar b framework-res
Click to expand...
Click to collapse
Thanks, you found a typo and the one mistake in the whole guide... Appreciate that...
Sent from my Galaxy Nexus using xda premium
After looking at 5 or 6 other guides. This one is BY FAR the easiest to understand & includes everything you need to get the job done.
Thanks a ton OP!
i cant seem to find the "@drawable/ic_sysbar_back" & "@drawable/ic_sysbar_back_land" in the navigation_bar.xml file. Any help please? I must mention that i am on AndroidME CM10 1.7.0 and took both files from the cwm zip.
Only repeating line i can find is "@drawable/ic_sysbar_lights_out_dot_large" . Dont know if it is the same.
I ve done some android developing in the past. every linear_layout represents a button, right?
angelossssss said:
i cant seem to find the "@drawable/ic_sysbar_back" & "@drawable/ic_sysbar_back_land" in the navigation_bar.xml file. Any help please? I must mention that i am on AndroidME CM10 1.7.0 and took both files from the cwm zip.
Only repeating line i can find is "@drawable/ic_sysbar_lights_out_dot_large" . Dont know if it is the same.
I ve done some android developing in the past. every linear_layout represents a button, right?
Click to expand...
Click to collapse
Can you upload the navigation_bar.xml file for me so I could have a look...
*** Nice signature by the way *** LOL
Sent from my Galaxy Nexus using xda premium
APatte111 said:
Can you upload the navigation_bar.xml file for me so I could have a look...
*** Nice signature by the way *** LOL
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
here. i uploaded in my dropbox.
https://www.dropbox.com/s/7331l8fqs7a99yg/navigation_bar.xml
Thanks for the signature
---------- Post added at 08:25 PM ---------- Previous post was at 08:17 PM ----------
angelossssss said:
here. i uploaded in my dropbox.
https://www.dropbox.com/s/7331l8fqs7a99yg/navigation_bar.xml
Thanks for the signature
Click to expand...
Click to collapse
actually nevermind that... i just flashed the cwm without the systemui.apk and it seems to be working fine. lol
angelossssss said:
here. i uploaded in my dropbox.
https://www.dropbox.com/s/7331l8fqs7a99yg/navigation_bar.xml
Thanks for the signature
---------- Post added at 08:25 PM ---------- Previous post was at 08:17 PM ----------
actually nevermind that... i just flashed the cwm without the systemui.apk and it seems to be working fine. lol
Click to expand...
Click to collapse
I was going to say, it looks like they have already removed that from the navigation_bar.xml file... The description of the ROM shows that Nav Bar Options are included... You could change the DPI size, compile and see if the back button is larger (which is what deleting those two lines fix)... If it's not (which you stated it's working) then skip that step....
APatte111 said:
I was going to say, it looks like they have already removed that from the navigation_bar.xml file... The description of the ROM shows that Nav Bar Options are included... You could change the DPI size, compile and see if the back button is larger (which is what deleting those two lines fix)... If it's not (which you stated it's working) then skip that step....
Click to expand...
Click to collapse
y i only compiled the framework-res.apk but i thing now my phone became a little laggy. especially when swipping between screens and opening apps.
i'll check it out if i did anything wrong.
angelossssss said:
y i only compiled the framework-res.apk but i thing now my phone became a little laggy. especially when swipping between screens and opening apps.
i'll check it out if i did anything wrong.
Click to expand...
Click to collapse
Check in the ROM and see if there is already a built in option to change the nav bar DPI size... if not, make the changes to the dimens.XML file and then recompile/replace the .apk and re-flash... that should work and everything should be normal...
Sent from my Galaxy Nexus using xda premium
APatte111 said:
Check in the ROM and see if there is already a built in option to change the nav bar DPI size... if not, make the changes to the dimens.XML file and then recompile/replace the .apk and re-flash... that should work and everything should be normal...
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
unfortunately there is not. it only has options to change the buttons order.
Hi
Anyone knows how to disable the led button backlight on this ROM?
I know which files to edit but it always comes back after I reboot.
I cannot change the root file system to read only, it is stuck on RW and I think that is why the changes I make to the files are gone after the reboot.
Thank you...
You can create a script. Copy it to init.d directory. it will be executed on each boot. (You should also set permissions to executable)
Mmmm...
I wish I knew how to create a script...
maybe i'll just wait for the creater of the ROM to make an option to disable it..
If you tell me which files you're modifying(And what values you're changing), I can try to make one for you(I'm not an expert but I'll try)
---------- Post added at 11:35 AM ---------- Previous post was at 11:26 AM ----------
Have you tried this?
http://forum.xda-developers.com/showthread.php?t=2342987
thank you
thank you for the help but it didn't work.
I don't want to trouble you with creating a script...
i'll just wait for the ROM developer to add this option.
thanks
If you can send me edited files that disable button backlight, and their directories I will try to make a script
Hi guys,here is the S7 Boot animation.
Bootanimation:-http://download1078.mediafire.com/ex7c0cm584jg/hbbjbbx45lj25q3/S7+Bootanimation.zip
1.Download And Extract The Zip
2.Push 'bootsamsung.qmg' & 'bootsamsungloop.qmg' to system/media.
3.Set permission to 'rwrr'
4.Reboot
Press Thanks Button
Alberteno said:
Hi guys,here is the S7 Boot animation.
Bootanimation:-http://download1078.mediafire.com/ex7c0cm584jg/hbbjbbx45lj25q3/S7+Bootanimation.zip
1.Download And Extract The Zip
2.Push 'bootsamsung.qmg' & 'bootsamsungloop.qmg' to system/media.
3.Set permission to 'rwrr'
4.Reboot
Press Thanks Button
Click to expand...
Click to collapse
Comes back corrupt in TWRP
---------- Post added at 11:30 PM ---------- Previous post was at 11:29 PM ----------
Alberteno said:
Hi guys,here is the S7 Boot animation.
Bootanimation:-http://download1078.mediafire.com/ex7c0cm584jg/hbbjbbx45lj25q3/S7+Bootanimation.zip
1.Download And Extract The Zip
2.Push 'bootsamsung.qmg' & 'bootsamsungloop.qmg' to system/media.
3.Set permission to 'rwrr'
4.Reboot
Press Thanks Button
Click to expand...
Click to collapse
Comes back corrupt in TWRP
Nvr mind I clearly didn't follow directions
Ickyz said:
Comes back corrupt in TWRP
---------- Post added at 11:30 PM ---------- Previous post was at 11:29 PM ----------
Comes back corrupt in TWRP
Nvr mind I clearly didn't follow directions
Click to expand...
Click to collapse
It's not flashable so it not worked on any recovery.u have to extract the zip first then push it to system/media.set permission rwrr then reboot
Here Is The S7 Shut Down Animation
Link:-http://download947.mediafire.com/166hx3m85ydg/y42ojbs4carifda/shutdown.qmg
CONSIDER THANKS !
hey ...
working fine ...
shutdown holds the last pixelcomplex on screen then shuts down ...
nice anyways ...
imho, i like the original more ... i found this kind of boring.
thx anyways
27C64 said:
hey ...
working fine ...
shutdown holds the last pixelcomplex on screen then shuts down ...
nice anyways ...
imho, i like the original more ... i found this kind of boring.
thx anyways
Click to expand...
Click to collapse
Press the thanks button bro
... i already did ... first thread ...
27C64 said:
... i already did ... first thread ...
Click to expand...
Click to collapse
Thanks bro
Clear instructions please
Hi,
I downloaded the files in my computer. I tried pushing phone into the screen as i cant hold files and push then into my phone. May be you should give a clear tutorial for newbies. Ty
. extract the zip files
. copy the extracted files (bootsamsung.qmg & bootsamsungloop.qmg) to the folder system/media and replace the original ones (make a backup first!)
. reboot
you need root permission
you need a .root. explorer
thats the way i did it, ...
for the shutdown animation it is the same folder,
system/media. to keep the original files you can
just rename them like bootsamsungloop.qmg.backup
and then just copy the new ones ...
:good:
This worksthis works on lollipop
FYI- this doesn't just work on KitKat. It works on Lollipop and it could work on Marshmallow etc...