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
Related
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.
I see many developers are including the Droid 3 camera in their ROMs. I have searched high and low and can't find the installer.
I want to install it on my wife's Atrix. Her phone is rooted only.
Is it /system/app/BlurCamera.apk. I am running GingerMod 3
Yes, any custom rom that has the D3 camera preinstalled you can just pull the "BlurCamera.apk"
rozzco said:
Is it /system/app/BlurCamera.apk. I am running GingerMod 3
Click to expand...
Click to collapse
Okay, I got the apk on her phone, but how do I install it? I know there's a trick to it since it's a system app.
rozzco said:
I see many developers are including the Droid 3 camera in their ROMs. I have searched high and low and can't find the installer.
I want to install it on my wife's Atrix. Her phone is rooted only.
Click to expand...
Click to collapse
If you have Clockwork recovery installed on your phone, i have a flashable zip file that will install the D3 camera over the original one.
Sorry, didn't notice that you mentioned her phone was ONLY rooted...
nate_benji said:
If you have Clockwork recovery installed on your phone, i have a flashable zip file that will install the D3 camera over the original one.
Sorry, didn't notice that you mentioned her phone was ONLY rooted...
Click to expand...
Click to collapse
I've been meaning to put CWM on it anyway.
Thanks.
What's special about Droid 3 can?
Sent from my MB860 using xda premium
leijae said:
What's special about Droid 3 can?
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
Native panoramic mode, burst mode, snap pic with the search button, zoom with volume, macro, toggle sound.
I'm sure there's more.
Sent from my MB860 using Tapatalk
rozzco said:
I've been meaning to put CWM on it anyway.
Thanks.
Click to expand...
Click to collapse
if you flash this can you still use the camcorder? i know on another phone i blve the photon some ppl were having problems with that. is this cam that much better?
fleurdelisxliv said:
if you flash this can you still use the camcorder? i know on another phone i blve the photon some ppl were having problems with that. is this cam that much better?
Click to expand...
Click to collapse
It has the camcorder function too. I don't know if it's better, but I like the features.
Sent from my MB860 using Tapatalk
I know someone has provided a zip file but for future reference, to install a system app you don't exactly "install" it but rather move the apk file into the system/app/ folder then change the permissions and reboot.
Change permissions to:
______ Read Write Execute
Owner | check check uncheck
Group | check uncheck uncheck
Others | check uncheck uncheck
{
"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"
}
rozzco said:
Okay, I got the apk on her phone, but how do I install it? I know there's a trick to it since it's a system app.
Click to expand...
Click to collapse
I can't believe I forgot to set the permissions. Derp.
Sent from my MB860 using Tapatalk
It's still not working. I guess because she is stock 2.3.4 ( not deodexed ).
Try putting it in the data/app/ folder and setting the permissions. You might need to freeze the preinstalled one if it's still there and don't forget to reboot.
I don't know if this will work but it's worth a try.
rozzco said:
It's still not working. I guess because she is stock 2.3.4 ( not deodexed ).
Click to expand...
Click to collapse
Is there a version for non-Blur (ie. CM7) ROMs anywhere? I'm on Neutrino and I don't much like the MIUI camera.
I don't think any Blur apps will work with CM7, that's what I've read anyways so don't take my word for it. (Something to do with framework or something like that)
You can try a 3rd party app from the market. There a quite a few free options. I use Camera Zoom FX, but it's a paid app.
jakis39 said:
Is there a version for non-Blur (ie. CM7) ROMs anywhere? I'm on Neutrino and I don't much like the MIUI camera.
Click to expand...
Click to collapse
live4nyy said:
Try putting it in the data/app/ folder and setting the permissions. You might need to freeze the preinstalled one if it's still there and don't forget to reboot.
I don't know if this will work but it's worth a try.
Click to expand...
Click to collapse
Crud. Still not working.
Sent from my MB860 using Tapatalk
Same trouble. Tried CRM zip file earlier, but system doesn't like it. Right now I don't have any camera. Should mention that I am using fruitcake 2.3.6 image.
rozzco said:
Native panoramic mode, burst mode, snap pic with the search button, zoom with volume, macro, toggle sound.
I'm sure there's more.
Sent from my MB860 using Tapatalk
Click to expand...
Click to collapse
The Atrix camera app on 2.3.4 does have :
-Panoramic mode
-Burst mode
-Zoom with volume (already available in 2.2)
-Toggle sound
- Macro mode
Im not sure about the Snap pic with the search button
any most of these features were new as a part of the new UI with GingerBread update
Motorola support once told me there is a different OSs to each region when I asked about how to mute the shutter on froyo (My old OG Milestone can do it both Eclair & FroYo)
any way , My Atrix is a british retail , not sure about the AT&T version
live4nyy said:
I know someone has provided a zip file but for future reference, to install a system app you don't exactly "install" it but rather move the apk file into the system/app/ folder then change the permissions and reboot.
Change permissions to:
______ Read Write Execute
Owner | check check uncheck
Group | check uncheck uncheck
Others | check uncheck uncheck
Click to expand...
Click to collapse
How do you get the apk into the system/app file? I've tried four file managers and have not been able to install on my atrix 4g.
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
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?
well here you guys go.....title kinda says it all. this enabled the translucent navbar/lockscreen/statusbar on google's android 4.4 ota...just push the framework-res.apk to /system/framework/ and you should be set..tested on my nexus 10
http://www.androidfilehost.com/?fid=23212708291677144
Just installed it and seems to work great, although its lagging a bit now (don't know if more so than before).
Thanks very much!
Ugh, I cannot seem to get this working. I've tried pushing it through adb while in recovery (I get no root access while it's on) but when I boot the framework-res.apk is not the one i pushed (file size doesn't match) and I also do not get transparent bars. I tried using ES File Explorer to push it, but then the whole tablet refused to boot afterwards and I had to restore nandroid. How did you push it?
Maybe i am dumb, but i get an access denied error when i attempt to push this to system/framework/. I tried moving it manually through root explorer and i got stuck in a wicked boot loop. do i somehow need to give my adb commands su privileges?
So anyone who did this can you explain how? With adb? Or root explorer?
Sent from my Nexus 10 using xda app-developers app
abdel12345 said:
So anyone who did this can you explain how? With adb? Or root explorer?
Sent from my Nexus 10 using xda app-developers app
Click to expand...
Click to collapse
I followed this and it worked. you just need to change the permissions on the new apk, and move in a root explorer.
http://www.androidtablets.net/forum...lly-replace-framework-res-apk-stock-roms.html
caryzub said:
I followed this and it worked. you just need to change the permissions on the new apk, and move in a root explorer.
http://www.androidtablets.net/forum...lly-replace-framework-res-apk-stock-roms.html
Click to expand...
Click to collapse
Thanks. So did it work nice and smooth or did you notice any slow downs. And to reverse it do I just extract the system ui all from the factory image and push it there the same way I push this one?
Sent from my Nexus 10 using xda app-developers app
Sorry for offtopic but how can I root stock 4.4/.
abdel12345 said:
Thanks. So did it work nice and smooth or did you notice any slow downs. And to reverse it do I just extract the system ui all from the factory image and push it there the same way I push this one?
Sent from my Nexus 10 using xda app-developers app
Click to expand...
Click to collapse
It works great with Nova launcher. You could copy your old framework-res.apk before doing this so you can easily revert back. Honestly you wont want to if you are using nova launcher.
Amiga4ever123 said:
Sorry for offtopic but how can I root stock 4.4/.
Click to expand...
Click to collapse
Flash latest supersu
Sent from my Galaxy Nexus using XDA Premium HD app
Amiga4ever123 said:
Sorry for offtopic but how can I root stock 4.4/.
Click to expand...
Click to collapse
flash this in cwm
http://download.chainfire.eu/351/SuperSU/UPDATE-SuperSU-v1.65.zip
THX got root again
Works great! Thanks!
I just went into twrp mounted system, then did adb push framework-res.apk /system/framework/
wiped dalvik and cache fixed permissions and rebooted should work fine, i tried to do dual pane for settings but that didn't work out
Oh, mounting system was a good idea
What's the performance like?
Doesnt work for me :\ I replaced framework file using Root Explorer. No effect. I updated kitekat using fastboot maybe thats the problem?
Hi, I tried to do what you say but will not let me change the permissions of framework-res.apk file that I downloaded. I use root-explorer but it can't change the file to rw-r-r Have a zip to flash? Can I see a picture to see how it change?
Thx
You need copy this file to /system then U will able to change the permission.
pepetops said:
Hi, I tried to do what you say but will not let me change the permissions of framework-res.apk file that I downloaded. I use root-explorer but it can't change the file to rw-r-r Have a zip to flash? Can I see a picture to see how it change?
Thx
Click to expand...
Click to collapse
{
"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"
}
I was having a hard time installing this myself. After multiple tries using file explorer and bootloops, i used twrp file managef to move this to system/framework and i fixed permission anx wiped dalvik cache in twrp. Then I rebooted and finally it worked.
Sent from my Nexus 10 using XDA Premium HD app