[PORT/MOD] SmartActions app Port 12/13/12 v0.2.4 - HTC EVO 3D

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.

Related

[APP] Droid 3 Camera App

So, here's my second contribution to the Photon 4G community in less than 24 hours. Took some time, some work and a lot of learning but I finally got it down... The camera app from the Droid 3. It looks a lot better than our current app and adds the Panorama picture option (which I'm working on; doesn't work as of yet).
IF ANYTHING HAPPENS TO YOUR PHONE, I AM NOT AT FAULT!
Prerequisites:
You need to be rooted
Have a general idea about ADB
Computer running Windows
Download Modded BlurCamera.apk from here:
http://www.multiupload.com/X7JFD9TAVR
Anything in BOLD tells you what you will be doing
Anything in RED needs to be typed in.
1. Visit this link and follow the directions to Deodex your system:
http://www.droidxforums.com/forum/droid-x-themes/4620-how-manually-deodex-your-phone.html
2. Place BlurCamera.apk in your Android SDK Platform-Tools Folder (for example; I extracted the sdk to c:\android so my platform-tools folder is in the directory c:\android\platform-tools)
3. Adb push BlurCamera.apk to your sd card
adb push BlurCamera.apk /sdcard/
4. Open a shell as root
adb shell
su
You should now see a # instead of an $
5. Mount /system
/bin/mount -o remount,rw /system
6. Copy BlurCamera.apk to /system/app
cp /sdcard/BlurCamera.apk /system/app
7. Set permissions
Go into Root Explorer and set permissions to rw-r--r--
7. Reboot phone
reboot
And viola! It works!
Please post your results!
Thank you to @PAulyhoffman for his assistance and patience to teach me and thoroughly explain what was going on!
Donations are welcome for a college student starting out in developing!
Check out my other post to find out how to get google talk with video and voice chat working here:
http://forum.xda-developers.com/showthread.php?t=1200041
Excellent, I hope you get it!
Good Luck!!
+1
Sent from my MB855 using XDA App
Making some headway with the port. Just thought I'd update everyone!
Can't wait! Thanks for your work!
Sent from my MB855 using XDA App
radrian92 said:
Can't wait! Thanks for your work!
Sent from my MB855 using XDA App
Click to expand...
Click to collapse
It works... Just got it done trying to get a write-up before I sleep will simplify the write-up tomorrow. I promise. Donations are welcome for a college student learning all the ropes as he goes along!
Check out my post in the Themes and Apps section to get Google Video and Voice chat working with Google Talk!
ballerx43 said:
It looks a lot better than our current app and adds the Panorama picture option (which I'm working on; doesn't work as of yet).
Click to expand...
Click to collapse
FYI - we already have a panorama option. It isn't under the camera settings as you would think, but if you press menu, and select picture modes, you have a panorama option. It works well and stitches the photos together itself.
Hi there. Got myself a rooted photon and followed your directions and no luck. I might try again later but I didnt happen to backup my stock camera app. Could you by chance upload that or send to me? Thanks a lot.
Sent from my MB855 using XDA App
How is the picture quality with the app?
Will this camera .apk work on the Atrix too?
What's the difference in the camera? How about some screenshots?
{
"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"
}
screenshot. it's cleaner, nicer to use.
Sent from my MB855 using XDA App
I'll sum this up very quickly.
1. adb push BlurCamera.apk /system/app
2. reboot
Done.
Korey_Nicholson said:
I'll sum this up very quickly.
1. adb push BlurCamera.apk /system/app
2. reboot
Done.
Click to expand...
Click to collapse
Doesn't work this easily. Follow my directions step by step so you wont have any problems.
Sent from my MB855 using XDA App
Does the new camera give us 1080 recording and better pic quality?
Sent from my MB855 using Tapatalk
I deodex the phone and followed your instructions and rebooted and then when the phone came back up I was missing the camera application. I browsed to the /system/app directory and BlurCamera.apk is present and has the proper permissions. When I click on BlurCamera.apk it prompts me to install it but that just fails.
Any Suggestions on how to bring back the camera?
Thexfactor2011 said:
I deodex the phone and followed your instructions and rebooted and then when the phone came back up I was missing the camera application. I browsed to the /system/app directory and BlurCamera.apk is present and has the proper permissions. When I click on BlurCamera.apk it prompts me to install it but that just fails.
Any Suggestions on how to bring back the camera?
Click to expand...
Click to collapse
Just push the your original BlurCamera.apk file to /system/app/ set permissions and reboot. If you need it, pm me. If you have root explorer it makes it easier.
So I was able to bring the camera back by copying the original camera apk back to the system/app directory and setting the permissions with root explorer.
Sent from my MB855 using XDA App
how do you set permissions like rw--r--r? whats that mean can we break it down plz
rhyme187 said:
how do you set permissions like rw--r--r? whats that mean can we break it down plz
Click to expand...
Click to collapse
On the left side under read check all 3, in the middle under wright, check just the top. Make sure nothing else is checked.

[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

Latest S-Voice APK (TESTED ON CM09 & S3 TW ROM)

I tried leaked S Voice APK and just like Samsung confirmed, it is only a test app and has many bugs. You can actually hear the difference since leaked test voice sound garbled. Latest one below is one that cam with S3 Rom leak and more up-to-date.
HOW DO YOU INSTALL?
1. Download ZIP on link below(Extract on your desktop). If you download to phone directly, you still need to extract to a normal folder.
2. Contained within is 2 files.(voicetalk.apk & libsvoxtts.so)
3. Place voicetalk.apk in system/app with "Root Explorer" or like(Use Mount R/W and set permissions by holding voicetalk.apk to see sub-menu). Make sure to make permissions as "rw-r--r--".
4. Now place libsvoxtts.so on /system/lib.
5. Reboot *****NO NEED TO CHANGE build.prop such as with others.
6. ENJOY, then ask funny questions to it.
__* IF YOU HEAR NO FEEDBACK, try turning media volume up by opening phone dialer or on youtube video, or a music song and such.
LNK: w w w .filedropper.com/svoiceextracted_1
***NOTE: I did limited testing, if you try on other roms and does not work, just delete both files.
***Warning, Try at own risk...Let me know if it works on other Roms not mentioned on Title...
elimedina2000 said:
I tried leaked S voice APK and just like Samsung confirmed, it is only a test app and has many bugs. You can actually hear the difference since leaked test voice sound garbled. Latest one below is one that cam with S3 Rom leak.
HOW DO YOU INSTALL?
1. Download ZIP on link below(Extract on your desktop). If you download to phone directly, you still need to extract to a normal folder.
2. Contained within is 2 files.(voicetalk.apk & libsvoxtts.so)
3. Place voicetalk.apk in system/app with "Root Explorer" or like(Use Mount R/W and set permissions by holding voicetalk.apk to see sub-menu). Make sure to make permissions as "rw-r--r--".
4. Now place libsvoxtts.so on /system/lib.
5. Reboot *****NO NEED TO CHANGE build.prop such as with others.
6. ENJOY, then ask funny questions to it.
Click to expand...
Click to collapse
Can you post the link you refer to in your post?
Check the last few lines. He has given the link.
Link don't show on xda app but hit menu then web view and then u will see the link
Sent from my SAMSUNG-SGH-I717 using xda premium
Should show now. OP doesn't have enough posts yet.
www.filedropper.com/svoiceextracted_1
Shay D. Life said:
Should show now. OP doesn't have enough posts yet.
www.filedropper.com/svoiceextracted_1
Click to expand...
Click to collapse
Give a working link
that one shows a file 0k in size
elimedina2000 said:
I tried leaked S Voice APK and just like Samsung confirmed, it is only a test app and has many bugs. You can actually hear the difference since leaked test voice sound garbled. Latest one below is one that cam with S3 Rom leak and more up-to-date.
HOW DO YOU INSTALL?
1. Download ZIP on link below(Extract on your desktop). If you download to phone directly, you still need to extract to a normal folder.
2. Contained within is 2 files.(voicetalk.apk & libsvoxtts.so)
3. Place voicetalk.apk in system/app with "Root Explorer" or like(Use Mount R/W and set permissions by holding voicetalk.apk to see sub-menu). Make sure to make permissions as "rw-r--r--".
4. Now place libsvoxtts.so on /system/lib.
5. Reboot *****NO NEED TO CHANGE build.prop such as with others.
6. ENJOY, then ask funny questions to it.
__* IF YOU HEAR NO FEEDBACK, try turning media volume up by opening phone dialer or on youtube video, or a music song and such.
LNK: w w w .filedropper.com/svoiceextracted_1
***NOTE: I did limited testing, if you try on other roms and does not work, just delete both files.
***Warning, Try at own risk...Let me know if it works on other Roms not mentioned on Title...
Click to expand...
Click to collapse
Can someone pls be more specific, how to set permissions? where to put these files and how? i mean does the lib mean the root folder of the phone memory and where is the system folder?
Works on my Note. Seems that italian translations are better on this one. Double press on home button still doesen't work.
aami.aami said:
Can someone pls be more specific, how to set permissions? where to put these files and how? i mean does the lib mean the root folder of the phone memory and where is the system folder?
Click to expand...
Click to collapse
How to set permissions - http://bit.ly/M1Ix61
System folders - http://bit.ly/M1ILdt
try it next time
permissions as "rw-r--r--
people i not understand
please help me???=)))
{
"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"
}
make sure just the ones ive circled in red are checked
jayRokk said:
Give a working link
that one shows a file 0k in size
Click to expand...
Click to collapse
Can someone please post a working link.
Sent from my GT-N7000 using xda premium
Luca
you can see that other apks in that folder have same permissions,like VpnDialogs.apk ?! rw-r--r-- (pic)
see premissions on them(like in pic) and set to voicetalk.apk
easy
chadrick.7 said:
Can someone please post a working link.
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
http://i.minus.com/1338392735/A3kxoqNhih4MW8G7g37DlQ/dCfP1am1zffk9/S%20VOice%20Extracted.zip
I just installed it and working ok on Galaxy SII Skyrocket with stock ICS UCLE2. Thank you
chadrick.7 said:
Can someone please post a working link.
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Another one
http://bit.ly/M37Rc3
When I did this when it just leaked it installed itself on reboot. Do I need to install this one or am I doing something wrong?
wenclino said:
Luca
you can see that other apks in that folder have same permissions,like VpnDialogs.apk ?! rw-r--r-- (pic)
see premissions on them(like in pic) and set to voicetalk.apk
easy
Click to expand...
Click to collapse
thanks.... work fine
does anyone know how to change the location for s voice
got it to work on my epic 4gt, but it's pretty buggy and crappy. which means it should give siri a run for its money

[Mod] Remove E911 Icon With No Gaps

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?

[Q] problems replacing hosts file

I've installed CM11 and I'm having a problem replacing the hosts file. I can delete the file that's in there. But if I try to copy another version into the directory /system/etc it either fails outright or only copies the first 8.0KB of the file.
I get this problem using ES File Explorer and File Manager (the built in app with cm11). I haven't tried to push it using adb yet.
If I try to edit the file that's 8k long and I add just one character and try to save it, I get a message that there is "No enough space" (yes, it says that exactly).
settings tells me that there is 361MB free on internal storage.
Anyone know why this is happening?
Thanks
@electric bill
Have you mounted the system as rw 1st?
{
"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"
}
hhp_211 said:
@electric bill
Have you mounted the system as rw 1st?
View attachment 2641422
View attachment 2641423
Click to expand...
Click to collapse
I did. I wouldn't be able to delete the file otherwise. Also of note, I edited the file mkshrc which is also in /system/etc. I added two characters to that file and it saved fine.
electric bill said:
I did. I wouldn't be able to delete the file otherwise. Also of note, I edited the file mkshrc which is also in /system/etc. I added two characters to that file and it saved fine.
Click to expand...
Click to collapse
No offense, i figured you had , but i still felt like i should ask... We all can be forgetful sometimes
That's definitely weird,, I'll keep my thinking cap on...
none taken. I've been guilty of missing the obvious....
electric bill said:
none taken. I've been guilty of missing the obvious....
Click to expand...
Click to collapse
Find a system app to sacrificially delete and try again?
hhp_211 said:
Find a system app to sacrificially delete and try again?
Click to expand...
Click to collapse
well now you're on to something! I moved /system/app/Magazines.apk to the sd card. that file (whatever it is) was 6.61MB. And guess what? when I tried to copy hosts into /system/etc it copied exactly 6.61MB of the file and then stopped.
Now why would /system be full?
why didn't you try AdAway to replace the hosts file?
electric bill said:
well now you're on to something! I moved /system/app/Magazines.apk to the sd card. that file (whatever it is) was 6.61MB. And guess what? when I tried to copy hosts into /system/etc it copied exactly 6.61MB of the file and then stopped.
Now why would /system be full?
Click to expand...
Click to collapse
It's part of the Google gapps bloat...
I know some of those full gapps packages have some enough to fill up system,,, and the pa_gapps runs scripts to determine if certain packages offer enough space to install,,,
Now as to the why it's not reporting properly is beyond me...
---------- Post added at 10:10 PM ---------- Previous post was at 09:45 PM ----------
skepticmisfit said:
why didn't you try AdAway to replace the hosts file?
Click to expand...
Click to collapse
In an odd and probably unrelated post about issues with adaway,,, i found out it has issues with 4.4 kitkat ROMs,,,
I found that when searching for a specific process and uid # causing full cpu usage and system hang in a ROM i was testing,,,
d4rken in the github adaway thread built a version that fixes the issue
Which can be read about and downloaded here::
https://github.com/dschuermann/ad-away/issues/492
.
skepticmisfit said:
why didn't you try AdAway to replace the hosts file?
Click to expand...
Click to collapse
I'm guessing it would have had the same problem.
I think I did install the full version of gapps. I wonder if there's a list of the packages with a description so I could go through and axe the ones I don't need?
electric bill said:
I think I did install the full version of gapps. I wonder if there's a list of the packages with a description so I could go through and axe the ones I don't need?
Click to expand...
Click to collapse
[GAPPS][4.4.x/4.3.x] OFFICIAL 0-Day PA-GOOGLE APPS (All ROM's)
http://forum.xda-developers.com/showthread.php?t=2397942
.

Categories

Resources