[Mod] Remove E911 Icon With No Gaps - Verizon Samsung Galaxy S 4

Just as the title suggests this removes the e911 location icon from the status bar and doesn't leave any gaps. Wasn't gonna make a separate thread but it appears that quite a few people are asking questions regarding it in the other thread. For those curious how I did it all I did was grab the LocationController.smali file from the AT&T S4 and put it in are SystemUI and compiled.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download: http://goo.gl/yvOcm
If you are on an odex build then you need to rename the SystemUI.odex to SystemUI.odex.back before flashing.
For those that want the white battery and data indicators just flash this (works for odex and deodexed). http://goo.gl/HHQHt

Any shot of an ODEX version?

wingdo said:
Any shot of an ODEX version?
Click to expand...
Click to collapse
You could try something like this to odex it yourself http://forum.xda-developers.com/showthread.php?t=1879128

Since you only changed the smali, we should only need the .odex portion once that is done, correct?

I would love an odexed version of this as well. I did try to do it myself but failed.

Just flash a deodexed ROM. I won't mess with odex.

ilkevinli said:
I would love an odexed version of this as well. I did try to do it myself but failed.
Click to expand...
Click to collapse
This version works fine on odexed roms. Your entire System doesn't have to be one way or the other, as long as you first remove the original odex file. I installed it this way and it works fine.
adb shell
cd /system/app
mv SystemUI.apk SystemUI.apk.backup
mv SystemUI.odex SystemUI.odex.backup
exit
adb push SystemUI.apk /system/app
adb reboot

spy890 said:
This version works fine on odexed roms. Your entire System doesn't have to be one way or the other, as long as you first remove the original odex file. I installed it this way and it works fine.
adb shell
cd /system/app
mv SystemUI.apk SystemUI.apk.backup
mv SystemUI.odex SystemUI.odex.backup
exit
adb push SystemUI.apk /system/app
adb reboot
Click to expand...
Click to collapse
I figured it would work, I can update the zip to delete the .odex when I get a minute so that way you don't have to do it manually.

One problem with this ... If you try to push in regular mode it says access restricted. If you try to push in Shell SU it says device not found. Thoughts?

dumb question, just rooted fully stock rom is deodexed right?

Sparatan117 said:
One problem with this ... If you try to push in regular mode it says access restricted. If you try to push in Shell SU it says device not found. Thoughts?
Click to expand...
Click to collapse
Reboot into recovery and do it, worked great for me.
sgtakase said:
dumb question, just rooted fully stock rom is deodexed right?
Click to expand...
Click to collapse
Stock ROM (as in, from the factory) is odexed. So, this mod won't work without following the instructions a couple posts back.

you could use a file manager that has root like ES to delete the .odex file too.

mbh87 said:
Just as the title suggests this removes the e911 location icon from the status bar and doesn't leave any gaps. Wasn't gonna make a separate thread but it appears that quite a few people are asking questions regarding it in the other thread. For those curious how I did it all I did was grab the LocationController.smali file from the AT&T S4 and put it in are SystemUI and compiled.
Download: http://goo.gl/yvOcm
If you are on an odex build then you need to rename the SystemUI.odex to SystemUI.odex.back before flashing.
For those that want the white battery and data indicators just flash this (works for odex and deodexed). http://goo.gl/HHQHt
Click to expand...
Click to collapse
I just tried it on a rooted stock machine. All I had to do was delete SystemUI.odex like the OP says and - VOILA!!!
Thank You for making this mod - that icon was driving me nuts!

flatulence said:
I just tried it on a rooted stock machine. All I had to do was delete SystemUI.odex like the OP says and - VOILA!!!
Thank You for making this mod - that icon was driving me nuts!
Click to expand...
Click to collapse
How do I remove this file? I'm having a bit of trouble. I found the file with ES File Explorer, but I can't rename or delete. I also don't see any setting to change read/write properties. Any guide for a noob like me?

scosher said:
How do I remove this file? I'm having a bit of trouble. I found the file with ES File Explorer, but I can't rename or delete. I also don't see any setting to change read/write properties. Any guide for a noob like me?
Click to expand...
Click to collapse
Go into ES settings and enable root (dont use the app so dont remember how exactly). You might run into issues though as I think ES has some conflicts with the stock kernel.

How do I exactly rename the file? Where is it located?

izink said:
How do I exactly rename the file? Where is it located?
Click to expand...
Click to collapse
You have to use a file explorer with root access, then go to /system/app, find SystemUI.odex and rename it to SystemUI.odex.back

Worked like a charm Thanks!
Sent from my SCH-I545 using Tapatalk 2

Do I need a custom recovery (CWM, TWRP) to apply this mod? Or do I just need to be rooted and follow the additional odex instruction in the OP?
Thanks!

Could we manually replace the file using Root Explorer then reboot? Won't that do the same thing?

Related

[req] no clock in the taskbar mod

since we s-off any change for a mod to hide /remove the blasted clock in the taskbar ?
I can do it. give me a few mins....
Here, Try this. (Back up your SystemUI.apk first) and install this to the /system/app directory on your rooted device. Rename as SystemUI.apk
You may have to wipe your Dalvik cache and reboot.
if it blows up revert to your backed up version
"adb push <backup>.apk /system/app/SystemUI.apk"
townsenk said:
I can do it. give me a few mins....
Here, Try this. (Back up your SystemUI.apk first) and install this to the /system/app directory on your rooted device. Rename as SystemUI.apk
You may have to wipe your Dalvik cache and reboot.
if it blows up revert to your backed up version
"adb push <backup>.apk /system/app/SystemUI.apk"
Click to expand...
Click to collapse
i got it to work at first it was messing up bad but do this.
6 simple steps.....
1. copy framework-res.apk to your sdk\tools folder
2. C:\Users\Ken>cd c:\sdk\tools (or wherever your sdk\tools is)
3. c:\SDK\tools>adb reboot recovery
4. c:\SDK\tools>adb shell mount /system
5. c:\SDK\tools>adb push systemUI.apk /system/app/SystemUI.apk
6. c:\SDK\tools>adb reboot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Yeah, Kaos is correct. I get in a hurry sometimes and forget to mention "little things"
..like mounting the /system partition b4 trying to write to it.
townsenk said:
I can do it. give me a few mins....
Here, Try this. (Back up your SystemUI.apk first) and install this to the /system/app directory on your rooted device. Rename as SystemUI.apk
You may have to wipe your Dalvik cache and reboot.
if it blows up revert to your backed up version
"adb push <backup>.apk /system/app/SystemUI.apk"
Click to expand...
Click to collapse
Since this is a modified SystemUI, It must be Rom specific right? and if you have a theme this wont work with it right, the theme atleast?
It's the SystemUi from the latest stock Rom. Any of the HTC themes should work fine.
It would probably work with most 3rd party builds as well provided that they haven't added their own Status Bar customizations
sounds good I'll check it out then.
Can anyone make a zip that we can flash in recovery?
steal25 said:
sounds good I'll check it out then.
Click to expand...
Click to collapse
think you can make this work with chod/miks rom
supers2k said:
Can anyone make a zip that we can flash in recovery?
Click to expand...
Click to collapse
+1 ..... This!
supers2k said:
Can anyone make a zip that we can flash in recovery?
Click to expand...
Click to collapse
Any flashaholics want to give this a try? Enjoy Let me know if something needs to be fixed.
*EDIT* Re-doing with a new .zip so I don't kill your root
ranger61878 said:
Any flashaholics want to give this a try? Enjoy Let me know if something needs to be fixed.
Click to expand...
Click to collapse
I'll give it a shot in a bit. Can you put up the stock one too, in case I hate it? Yes I'm lazy and don't want to pull the apk
ranger61878 said:
Any flashaholics want to give this a try? Enjoy Let me know if something needs to be fixed.
Click to expand...
Click to collapse
I tried it. It works. Thank you greatly
Edit: it doesn't work it takes away root in sense but recovery still works. So I used temp root, and over clock and everything works but if you restart the phone the issue happens again
il Duce said:
I'll give it a shot in a bit. Can you put up the stock one too, in case I hate it? Yes I'm lazy and don't want to pull the apk
Click to expand...
Click to collapse
For you Duce, anything I'll throw it up in a few...
--Sent from my 3D Shooter --
ranger61878 said:
For you Duce, anything I'll throw it up in a few...
--Sent from my 3D Shooter --
Click to expand...
Click to collapse
You hobag. Killed root. Use a different zip than SU next time
So there is still some "kinks" to work out before we get a good flashable no clock zip?
il Duce said:
You hobag. Killed root. Use a different zip than SU next time
Click to expand...
Click to collapse
lol... i was in the mood to flash something and wanted to get rid of my clock.. but after that, i will hold off til i am home and can focus in case i lose root.. lol.. poor duce..
@knowledge, no it would be easy, ranger used a silly zip and forgot to remove some of the SU commands in the script.
@pstevep, it removes clock fine, all you need to do is go back into recovery from the bootloader and reflash the "fixed" SU zip that toast made.
here's that fixed zip in case you don't have it:
EDIT: also, I would imagine that in twrp, you could flash the borked noclock.zip then immediately flash SU_fixed.zip and reboot with no issues at all
il Duce said:
@knowledge, no it would be easy, ranger used a silly zip and forgot to remove some of the SU commands in the script.
@pstevep, it removes clock fine, all you need to do is go back into recovery from the bootloader and reflash the "fixed" SU zip that toast made.
here's that fixed zip in case you don't have it:
EDIT: also, I would imagine that in twrp, you could flash the borked noclock.zip then immediately flash SU_fixed.zip and reboot with no issues at all
Click to expand...
Click to collapse
So I would flash Rangers zip, then flash this su zip right after to keep my root and everything intact?
il Duce said:
@knowledge, no it would be easy, ranger used a silly zip and forgot to remove some of the SU commands in the script.
@pstevep, it removes clock fine, all you need to do is go back into recovery from the bootloader and reflash the "fixed" SU zip that toast made.
here's that fixed zip in case you don't have it:
EDIT: also, I would imagine that in twrp, you could flash the borked noclock.zip then immediately flash SU_fixed.zip and reboot with no issues at all
Click to expand...
Click to collapse
alright i am going to try this in a minute.. just thought about it, but i am not on stock.. but it shouldnt matter a whole lot since everything is practically the same right now. so going to throw it down in like 15 minutes after i make a phone call.. will post results..

[MOD] 4 in 1 Reboot Menu with Extended Power Menu [12/31/11]

4 in 1 Reboot Menu with Extended Power Menu Options​
First off, a HUGE thanks goes out to chingy51o for always being a help on whatever it is I may need.​
Also, thanks to -sqn and chingy51o for the source in which I ported this from. As well as Nilsp, for taking the time to test with me.​
Instructions:
1. This file can either be installed via adb or compiled with your ROM.​
2. If you are a developer, I REQUIRE that thanks be given where its due. ​
3. You are using this file at your own risk. No-one else can be held responsible other than yourself.​
This mod is for 1.02.605.6 deodexed and rooted ROM's only​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD HERE​
FLASHABLE ZIP HERE​
Great mod, makes it even easier to flash all these fantastic roms coming our way!
So is this something anyone can apply to any ROM they're currently running just by pushing it via adb ? If so, where do we push it to?
will work on any 1.02.605.6 rom that is deodexed and rooted
So I dig through Root Explorer a bit and found android.policy.jar in /system/framework, I assume we just push it to there then do a reboot and we should be good to go?
rboddy said:
So is this something anyone can apply to any ROM they're currently running just by pushing it via adb ? If so, where do we push it to?
Click to expand...
Click to collapse
Yes, push it to /system/framework/
The question of how to adb push files comes up alot.
A long time ago I made it easy for myself since I do it often by creating the 2 scripts in the attached. Extract them to a folder and all you have to do is drag and drop the files over the appropriate batch file.
Just boot into recovery, mount system, and do this.
For example this jar file would be dragged and dropped on the
2_FRAMEWORK-Push_(Drop Here).cmd
This assume adb is in your system path. If it is not you will find out quick.
Do we need to be in recovery to push via adb on the Rezound? I tried doing it and kept getting this:
c:\sdk\platform-tools>adb push c:/sdk/platform-tools/android.policy.jar /system/framework
failed to copy 'c:/sdk/platform-tools/android.policy.jar' to '/system/framework/android.policy.jar': Permission denied
Am I doing something wrong or is the Rezound just a bit funky? I made sure to set everything to R/W in Root Explorer, since I was originally getting a "Read-only file system" error.
rboddy said:
Do we need to be in recovery to push via adb on the Rezound? I tried doing it and kept getting this:
c:\sdk\platform-tools>adb push c:/sdk/platform-tools/android.policy.jar /system/framework
failed to copy 'c:/sdk/platform-tools/android.policy.jar' to '/system/framework/android.policy.jar': Permission denied
Am I doing something wrong or is the Rezound just a bit funky? I made sure to set everything to R/W in Root Explorer, since I was originally getting a "Read-only file system" error.
Click to expand...
Click to collapse
you must be rooted... make sure the jar is either in your adb folder or you have adb in your path
adb remount
adb push android.policy.jar system/framework
adb reboot
I am rooted, and was trying to do this via adbWireless, so maybe the connection was wonky even though adb said my phone was connected. So I dunno what's happening, so instead I just Dropbox'd it over and moved it via Root Explorer, phone is rebooting now so we'll see if that worked, I'm assuming it should. Maybe the adb remount command would have helped. I'll give it a whirl with that for ****s and grins.
EDIT: Moving inside Root Explorer worked, thanks for supplying this file man! Sooo much better than the damn battery pull lol
How does one make this flashable? I did move it via rootexplorer but it's not showing the extra settings after boot.
Sent from my ADR6425LVW using XDA App
make sure adb is in your enviromental path....
then open cmd
type
adb remount
adb push android.policy.jar system/framework
adb reboot
Thanks bored! Great work! The entire community appreciates you sharing this! Its just in time for another build of CleanROM! Timing could not have been better.
Here is a flash-able zip version of the file. You can add it to OP if you want and can pull it from this post. Eitherway...
Thanks again for this!
-Scott
thanks.... added to op.... i was gonna make one but trying to focus on my rom instead... the 4 in 1 was a must though
That looks great! I always thought the quick settings menu had weird choices on stock.
Wondering if there's any reason you took out bluetooth though? I guess I don't use it that much but I turn it off whenever I leave my car at the shop cuz otherwise my phone calls/music go to the car if I'm hanging out and they have it turned on. lol.
lllboredlll said:
thanks.... added to op.... i was gonna make one but trying to focus on my rom instead... the 4 in 1 was a must though
Click to expand...
Click to collapse
I totally understand how that goes. Thats also a generic flashable that I use. You can add /app/ to it. I use it for testing changes....
So now we can just flash this through recovery?
Evo4gLI said:
So now we can just flash this through recovery?
Click to expand...
Click to collapse
the one scott attached yes
feralicious said:
That looks great! I always thought the quick settings menu had weird choices on stock.
Wondering if there's any reason you took out bluetooth though? I guess I don't use it that much but I turn it off whenever I leave my car at the shop cuz otherwise my phone calls/music go to the car if I'm hanging out and they have it turned on. lol.
Click to expand...
Click to collapse
it wasnt working properly... once i get my rom done i'll back up and try to lay it to rest
Thanks for the flashable zip!!! Worked nice & easy with CWM.
Sent from my ADR6425LVW using Tapatalk

[MOD]Camera.apk with Shutter Sound Toggle

this is my first apk that i made using apktool
here is a camera.apk that lets you toggle shutter sounds
credit to SteelH
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
download zip
extract camera.apk out of zip
copy to system/app folder
set permissions to rw - r - r
reboot
If u appreciate my work click thanks
i shall be adding this into my rom soon also
Thank you!
Thanks
Sent From My BadAzz LTE
Stock camera's odex'd.... Is this deodexed? Can we nuke the odex file, or leave it?
it is deodexed
okay Ive never edited a permission... How do I do that? Any videos on it? I know how to install a apk, just dont know the other steps. btw I have the pkmn rom, Im no programmer so i usually wait till mods are baked in, but i need this NOW
bridgep0rt said:
okay Ive never edited a permission... How do I do that? Any videos on it? I know how to install a apk, just dont know the other steps.
Click to expand...
Click to collapse
get and open es file manager
go to options
select Up to Root
then scroll down
select Root Explorer
then scroll down
and select Mount File System
exit the menu
find and new camera.apk and copy it
go to /sytem/app and paste the camera.apk and replace the existing one
when its finished copying press and hold camera.apk and go down to properties then u will see change permissions
nice. Thank you. Congratz on first apk. Thanks a lot for doing this. I see all these tut threads, but just get totally lost trying to make sense of the code. I couldn't have done it, so, thank you.
Sent from my EVO using xda premium
myndwire said:
Stock camera's odex'd.... Is this deodexed? Can we nuke the odex file, or leave it?
Click to expand...
Click to collapse
Would like to know how to put this in stock just rooted Rom. Odexed of course.. can we delete .odex file or do u have to make one for odex as well before it'll work?
Sent from my LTEVO via Tapatapa
I'm pretty sure you can just delete the odex file. Or for safetys sake, just rename it .odex.bak in case you need it back for some reason. I just did this with some other apks. I was curious, too, not used to dealing with odex. Dont like it.
Sent from my EVO using xda premium
drewski83 said:
Would like to know how to put this in stock just rooted Rom. Odexed of course.. can we delete .odex file or do u have to make one for odex as well before it'll work?
Sent from my LTEVO via Tapatapa
Click to expand...
Click to collapse
I have the stock rooted rom and just copied the new apk to /system/app using Root Explorer and changed permissions to rw-r--r--. Renamed the .apk and .odex to .old.
Reboot. Works perfectly. Thanks OP!
Sent from my iPad using Tapatalk HD
was able to unlock 2mp front cam as well today.
Leoisright said:
was able to unlock 2mp front cam as well today.
Click to expand...
Click to collapse
share!!!!
flex360 said:
share!!!!
Click to expand...
Click to collapse
I will, im just adding more options.
So far it's able to have Online video HD for 10 minute recording, also able to have 720p front cam video. Trying to get 1250 iso included and panorama and HDR. Those are being a pain in the butt.
edit: I am abandoning this mod. After taking some pics and checking the resolution on the computer, it may have unlocked the setting but not the resolution in the cam.
Do you think there is a possibility of any of those settings working once the kernel goes open source?
ThrowingKs said:
Do you think there is a possibility of any of those settings working once the kernel goes open source?
Click to expand...
Click to collapse
personally, i don't think it's kernel related. The 2mp is in resolution. we may be able to change that within the smali but no promises. I think the other may be possible by porting another camera app over.
If anyone wants a panoramic camera this works fine.
View attachment com.sonyericsson.panorama.one.apk
flex360 said:
this is my first apk that i made using apktool
here is a camera.apk that lets you toggle shutter sounds
credit to SteelH
download zip
extract camera.apk out of zip
copy to system/app folder
set permissions to rw - r - r
reboot
If u appreciate my work click thanks
i shall be adding this into my rom soon also
Click to expand...
Click to collapse
can you help me ? Camera.apk Camera.odex deodex fail.
PHP:
Disassembling ./system/app/Camera.odex ...
java -Xmx512m -jar baksmali.jar -a 15 -d system/framework -x ./system/app/Camera.odex
Error while disassembling method Lcom/scalado/camera/hdr/HDR$JpegCallbackHandler$1;->run()V. Continuing.
org.jf.dexlib.Code.Analysis.ValidationException: class Lcom/scalado/caps/hdrimage/HDRImage$Options; cannot be resolved.
at org.jf.dexlib.Code.Analysis.ClassPath$UnresolvedClassDef.unresolvedValidationException(ClassPath.java:535)
at org.jf.dexlib.Code.Analysis.ClassPath$UnresolvedClassDef.getClassDepth(ClassPath.java:543)
at org.jf.dexlib.Code.Analysis.ClassPath.getCommonSuperclass(ClassPath.java:384)
at org.jf.dexlib.Code.Analysis.RegisterType.merge(RegisterType.java:275)
at org.jf.dexlib.Code.Analysis.AnalyzedInstruction.mergeRegister(AnalyzedInstruction.java:185)
at org.jf.dexlib.Code.Analysis.MethodAnalyzer.propagateRegisterToSuccessors(MethodAnalyzer.java:451)
at org.jf.dexlib.Code.Analysis.MethodAnalyzer.setPostRegisterTypeAndPropagateChanges(MethodAnalyzer.java:416)
at org.jf.dexlib.Code.Analysis.MethodAnalyzer.setDestinationRegisterTypeAndPropagateChanges(MethodAnalyzer.java:403)
at org.jf.dexlib.Code.Analysis.MethodAnalyzer.analyzeMoveResult(MethodAnalyzer.java:1714)
at org.jf.dexlib.Code.Analysis.MethodAnalyzer.analyzeInstruction(MethodAnalyzer.java:654)
at org.jf.dexlib.Code.Analysis.MethodAnalyzer.analyze(MethodAnalyzer.java:213)
at org.jf.baksmali.Adaptors.MethodDefinition.addAnalyzedInstructionMethodItems(MethodDefinition.java:379)
at org.jf.baksmali.Adaptors.MethodDefinition.getMethodItems(MethodDefinition.java:301)
at org.jf.baksmali.Adaptors.MethodDefinition.writeTo(MethodDefinition.java:132)
at org.jf.baksmali.Adaptors.ClassDefinition.writeMethods(ClassDefinition.java:338)
at org.jf.baksmali.Adaptors.ClassDefinition.writeVirtualMethods(ClassDefinition.java:323)
at org.jf.baksmali.Adaptors.ClassDefinition.writeTo(ClassDefinition.java:152)
at org.jf.baksmali.baksmali.disassembleDexFile(baksmali.java:205)
at org.jf.baksmali.main.main(main.java:293)
opcode: move-result-object
CodeAddress: 395
Method: Lcom/scalado/camera/hdr/HDR$JpegCallbackHandler$1;->run()V
http://forum.xda-developers.com/showthread.php?p=27561301#post27561301
I can confirm that this works with the 1.22 OTA. I renamed Camera.apk and Camera.odex, then copied the .apk file from this zip file into /system/app using ES File Manager. At this point Camera disappeared from my Applications. Then give it a reboot and voila, camera is back! Shutter sound is now in the menus.
Leoisright said:
If anyone wants a panoramic camera this works fine.
View attachment 1137072
Click to expand...
Click to collapse
Quick question, why use that camera when the stock HTC camera has a panoramic setting?
Sent from my EVO using Tapatalk 2

[PORT/MOD] SmartActions app Port 12/13/12 v0.2.4

The very first Smart Actions Port v0.1.2(12/13/12)
Ported from Droid Razr MAXX VRZ_XT912_6.7.2-180_DHD-16_M4-31_1FF
Requires ICS
Has not been tested on JB. (Should work)
All rooted devices should work.
Miui doesn't seem to work, you can try it
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Install:
1. Download Here
2. Do a nandroid backup
3. Extract and run bat file in windows
4. Enjoy
Alternate method:
1. Open command prompt
2. Do a Nandroid backup
3. Extract zip
4. In Command Prompt explore to adb location and type:
Code:
adb remount
5. Then:
Code:
adb push [drag and drop system folder from extraction location] /system
ex.: adb push C:\Users\Joe-Acer\Desktop\SmartActions\bin\system /system
6. Reboot
Code:
adb reboot
Do not update from market, WILL BREAK IT
Known Bugs, Not working:
1. Location conditions
Code:
Change log:
v0.1.0:
Initial Release
v0.2.3
Released to Public
v0.2.4:
Fixed wallpaper (Only limited to RAZR wallpapers)
Added:
homescreen
LiveWallpapers.apk
MagicSmokeWallpapers.apk
NetworkLocation.apk
SocialShare.apk (not tested, more like public test)
How to use SmartActions:
PM me questions
If you want to integrate this into your rom be sure to PM and credit me.
Hmm what's this?
(First...)
from my E3D
tatnai said:
Hmm what's this?
(First...)
from my E3D
Click to expand...
Click to collapse
Heard of tasker, like that but more reliable, in my opinion anyway
How do I install this from my phone...
donbudafuko said:
How do I install this from my phone...
Click to expand...
Click to collapse
copy the files from bin/system to /system... need a root file explorer to copy the files... then reboot
Would it be possible to get some screenies?
Sent from my PG86100 using Tapatalk 2
Many people don't understand this.
Would be great if you do a "How To" w/Review video.
That would be great.
Looks very interesting thanks for this
Sent from my PG86100 using Tapatalk 2
joekp said:
copy the files from bin/system to /system... need a root file explorer to copy the files... then reboot
Click to expand...
Click to collapse
What root explorer do you use? I tried Astro and it did not let me write the files to the directories, gave me errors every time, and when I tried individually it said could not write also.... Going to look for another root explorer
Redneckhightech said:
What root explorer do you use? I tried Astro and it did not let me write the files to the directories, gave me errors every time, and when I tried individually it said could not write also.... Going to look for another root explorer
Click to expand...
Click to collapse
Esfilexplorer and go to settings and check all three checkmarks under root
joekp said:
Esfilexplorer and go to settings and check all three checkmarks under root
Click to expand...
Click to collapse
You may need to make sure that the permissions are set right. ES will change them. Just long press the files, go to properties, then change the permissions.
So we copy each of the files in the /system directory of the smartactions folders into their respective folders in the phones /system?
for instance there is a folder for the app, all of those files go into the /system/app folder of our phones?? etc...
Roxxas049 said:
So we copy each of the files in the /system directory of the smartactions folders into their respective folders in the phones /system?
for instance there is a folder for the app, all of those files go into the /system/app folder of our phones?? etc...
Click to expand...
Click to collapse
Yes
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Roxxas049 said:
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Click to expand...
Click to collapse
OP clearly states "requires ICS".
ZWYATT said:
OP clearly states "requires ICS".
Click to expand...
Click to collapse
To be fair, it also says "Has not been tested on JB. (Should work)".
ramjet73
ZWYATT said:
OP clearly states "requires ICS".
Click to expand...
Click to collapse
Check the play store for update
Roxxas049 said:
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Click to expand...
Click to collapse
Check the play store for update might fix it
Update worked for me... No fc so far
there is another app in the play store that basically operates the same way. https://play.google.com/store/apps/details?id=AutomateIt.mainPackage&feature=search_result#?t=W251bGwsMSwxLDEsIkF1dG9tYXRlSXQubWFpblBhY2thZ2UiXQ.. its called automateit. Good job with the port.

System Apps

We all know that one of the reasons for rooting is to be able to get rid of bloatware......
But what if you've deleted the wrong app by mistake?
How do you get it back?
You *could* re flash the firmware or download the firmware, extract it and try to locate the missing app from the extracted files.......
Wouldn't it be easier to be able to simply get hold of a copy of the app and push it to it's original location?
Hopefully the links below will help you do just that......
System>>app apps
https://www.androidfilehost.com/?fid=24352994023706117
System>>priv-app apps
https://www.androidfilehost.com/?fid=24352994023706139
Just download the relevant zip, extract it, push the required app(s) to its/their correct location, set permissions (rw- r-- r--) and reboot.
These apps have been ripped from the Touchwiz 4.4.2 ANG2 firmware on a G900F.
I don't claim any ownership or copyright over them, I supply them 'as is' for legitimate use in replacing mistakenly deleted apps in firmwares, and accept no responsibility for any problems caused by using them.
They will work with Touchwiz KitKat firmwares, but I can't vouch for Lollipop or newer as I don't know if Samsung changed their firmware framework in any critical areas with the newer firmwares....
The only apps I haven't included in either zip are those connected with knox.....but let's face it, nobody wants them anyway....
http://i.imgur.com/rVnFwJM.jpg
Awesome
Can we expect a lollipop version soon?
jonathanmohamed said:
Can we expect a lollipop version soon?
Click to expand...
Click to collapse
Probably not for the forseeable future....unless somebody else provides it......at this time, I'm not contemplating upgrading my device to Lollipop. ...I run a few UI mods and at the moment, lollipop has broken (some) of that capability.....
Ripping those apps is pretty easy anyway.....
All you need is a rooted S5 running lollipop and an app like Root Explorer that can change the RO status of the app directory to RW......
Then all you do is copy the apps (without the odex files) into a folder on (for example) external storage and (optionally) zip the folder......simples
If somebody wants to do that, I'm more than happy to host it on my AFH....(with credit/mention given).....
Edit....downloading lollipop from sammobile now (give it another 24 hrs and the download might have finished) at that point, I'll see if it's possible to extract the apps from the firmware tar....
If it is, I'll upload them to AFH and post a link.......although I won't know for certain whether they should go in System>>app or System>>priv-app.....
Having said that, if a member needs them the chances are that they'll also know which directory to push them to....
Edit 2......
No joy....downloaded the firmware, was able to extract twice (zip to tar, then tar to img files) and couldn't get any further.....
Tried using 7 zip on my pc and 7zipper2.0 on my phone.....
http://i.imgur.com/rVnFwJM.jpg
do you have any solution if we accidentally delete the odex file too. I made backups of the apk and odex but repushing them back didnt work. Any ideas?
amsgh said:
do you have any solution if we accidentally delete the odex file too. I made backups of the apk and odex but repushing them back didnt work. Any ideas?
Click to expand...
Click to collapse
The odex file should 'regenerate' automatically the next time you re-boot.....
I'm sure you've seen the 'Android is Upgrading' message appear when you boot up after a factory reset, or during the first boot after a rom flash......
This is what is happening when you see that.....The odex files being generated....
http://i.imgur.com/rVnFwJM.jpg
keithross39 said:
The odex file should 'regenerate' automatically the next time you re boot.....
I'm sure you've seen the 'Android is Upgrading' message appear when you boot up after a factory reset......
This is what is happening when you see that.....The odex files being generated....
http://i.imgur.com/rVnFwJM.jpg
Click to expand...
Click to collapse
I did the below:
Replaced the apk & odex files for purpose rebooted... That didnt work so i put back the original odex & apk files rebooted.. that didnt work...
I then tried deleting the odex files and rebooting still nothing....
You got any ideas before i reflash my NK2 firmware from scratch?
amsgh said:
I did the below:
Replaced the apk & odex files for purpose rebooted... That didnt work so i put back the original odex & apk files rebooted.. that didnt work...
I then tried deleting the odex files and rebooting still nothing....
You got any ideas before i reflash my NK2 firmware from scratch?
Click to expand...
Click to collapse
Did you change the permissions on the apk file before rebooting? (Need to be set to RW- R-- R--)
If not, you need to do that......then delete the odex file you pushed into the directory and reboot....
http://i.imgur.com/rVnFwJM.jpg
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my SM-G900F using Tapatalk
keithross39 said:
Did you change the permissions on the apk file before rebooting? (Need to be set to RW- R-- R--)
If not, you need to do that......then delete the odex file you pushed into the directory and reboot....
http://i.imgur.com/rVnFwJM.jpg
Click to expand...
Click to collapse
Im using ES File Explorer so i set MOUNT R/W / and /system to RW to be able to replace and delete the files. Then i set them to RO and reboot.. no luck.
Im guessing thats wrong.
amsgh said:
Im using ES File Explorer so i set MOUNT R/W / and /system to RW to be able to replace and delete the files. Then i set them to RO and reboot.. no luck.
Im guessing thats wrong.
Click to expand...
Click to collapse
No....that's not setting permissions, that's just changing the read/write status of the directory you're working in.....
You are correct in that you need to set it to RW before you start though.....
Try 'long pressing' on the app in question and see if a dialogue box appears....If it does, look for 'permissions'.........
I use Root Explorer, so I'm not sure how ES File Explorer does things......
http://i.imgur.com/rVnFwJM.jpg
The messages app crashes. Never mind it works.
The dialer and contacts app don't seem to work on the US models as it causes acore error and crashes.
Androidfilehost is down

Categories

Resources