Network Location - Sprint Samsung Galaxy S III

Not sure about anyone else on JB(TW in particular). Network location flat out sucks! Sometimes it will pull ur location without GPS sometimes it just hangs there. For things that depend on it (weather apps etc.) they don't update properly. I thought it was the apps at first but then discovered all the apps where hanging on Network Location updates. Anyhow I found a fix that was posted in one of the CM10 threads a few months back and it works! ROOT IS REQUIRED. All credit goes to J.Paul for the fix. Delete ur existing NetworkLoaction.apk via Titanium or app that can delete system apps then push the attached NetworkLocation.apk to /system/app then create a directory on your internal sd card /nogapps/ finally copy the cells.db file http://d-h.st/6OS to that created directory /sdcard/nogapps/cells.db then set permissions of NetworkLoaction.apk to rw-r-r reboot and done! Sounds like the nogapps thingy is for AOSP roms(havent tested) but won't harm anything on TW roms. YMMV and no guarantees this works for every rom AOSP or TW but it worked for me and I'm just reposting the steps I took. Good luck!

Visionikz03 said:
Not sure about anyone else on JB(TW in particular). Network location flat out sucks! Sometimes it will pull ur location without GPS sometimes it just hangs there. For things that depend on it (weather apps etc.) they don't update properly. I thought it was the apps at first but then discovered all the apps where hanging on Network Location updates. Anyhow I found a fix that was posted in one of the CM10 threads a few months back and it works! ROOT IS REQUIRED. All credit goes to J.Paul for the fix. Delete ur existing NetworkLoaction.apk via Titanium or app that can delete system apps then push the attached NetworkLocation.apk to /system/app then create a directory on your internal sd card /nogapps/ finally copy the cells.db file http://d-h.st/6OS to that created directory /sdcard/nogapps/cells.db then set permissions of NetworkLoaction.apk to rw-r-r reboot and done! Sounds like the nogapps thingy is for AOSP roms(havent tested) but won't harm anything on TW roms. YMMV and no guarantees this works for every rom AOSP or TW but it worked for me and I'm just reposting the steps I took. Good luck!
Click to expand...
Click to collapse
Do you think it works for Stock?

Harry_Spade said:
Do you think it works for Stock?
Click to expand...
Click to collapse
I would assume the non user interface apks such as network location were not modified in the majority of the JB TW roms unless the developer specifically stated they did or they were ported from another version. So assuming they are from the stock ota then this should work on them as well.
Sent from my SPH-L710 using xda premium

Related

[HOWTO] Install Latest WaveSecure in ROM

I found that [email protected]'s ROM had a good idea of adding WaveSecure to the system partition (preventing listing in the My Downloads part of market, and preventing uninstallation through normal means), but his version is slightly out of date now (latest version is 3.0.0.43)
As a result, I set about finding a means to install WaveSecure to ROM myself. Here are my findings for anyone interested in doing the same.
Install the latest version from the market (3.0.0.43 at this time). Now use adb pull to get it off the device onto your pc
Code:
adb pull /data/app/com.wsandroid.apk D:\com.wsandroid.apk
Now open Market back up from the menu, go to My Downloads, and choose Wavesecure Mobile Security Beta and uninstall it for just now (to get it off the data/A2SD location that normal apps are stored in) - thanks, my-space!
Then push the saved apk to the system partition after a remount (to make it read/write)
Code:
adb remount
Code:
adb push D:\com.wsandroid.apk /system/app/com.wsandroid.apk
Then set it all up as usual (will appear in apps list immediately)
and remount system as read only again
Code:
adb remount
And that seems to be it so far. Remember to change the D:\com.wsandroid.apk path to whatever you actually used.
Let me know if anyone finds any problems with this, but I've done it and, fingers crossed, it's worked OK for me.
Obviously, this is only for root users, and there are no guarantees for this.
Couple of questions that might need looked into -
- Do settings carry across after a wipe (as Paul claims Modaco's version does. I've never tried it so can't confirm)
- Is there any disadvantage to using this method? (I guess this is all Modaco's update.zip does, but I don't know)
you forgot to metion to uninstall wavesecure before it is pushed back into system....
my_space said:
you forgot to metion to uninstall wavesecure before it is pushed back into system....
Click to expand...
Click to collapse
Oops! Knew I'd forget something, as I always seem prone to do. Well spotted, and OP corrected.
Thanks
No worries I got a bit confused when i pushed it back onto the phone and was still in my downloads...
I've rooted my phone already but whenever i try to use the command adb remount I get "remount failed: operation not permitted". Suggestions?
I see more and more often, redundant threads.
What How-to will you post next time? How to change backlight settings?
You're pointlessly spamming the board.
I can't say i agree with the 'pointlessly spamming the board' comment, but i would have thought this would at least be better in the applications and themes subforum rather than in development.
Don't forget that an awful lot of android users (and more recently all HTC devices) are more and more 'newbs' and need stuff like this.
While this is good and provides info that people like that need (and myself cos i'm crap at adb and stuff like that so wouldn't have had a clue how to do this previously), maybe the development forum is not the best place for it....
I'm guessing one won't be notified via Market if there's an update available if you push an app to /system/app/, right?
usb0 said:
I'm guessing one won't be notified via Market if there's an update available if you push an app to /system/app/, right?
Click to expand...
Click to collapse
You won't be notified, correct
If anybody doesn't already know, WaveSecure have started hosting update.zip files. This means it's now easy to update your "baked-in" version of WaveSecure without much messing around.
https://www.wavesecure.com/installations/update.zip
Download the file, save it to your SD card, reboot into the recovery console and choose the option to apply an update.zip file.
Voila! Your version of WaveSecure will be updated to the very latest version
DJBenson said:
[...]
Click to expand...
Click to collapse
That's really awesome! Thanks for the tip!
Just a question of curiosity: If I push an app to /system/app/ and then issue the rm-command to remove its apk, won't there be lying a bunch of files associated with the program and with absolutely no function, since the app itself is removed? How do I know the name of these files and where they are located for removal?
I'm a bit confused by that question. My understanding (which may be incorrect but from what I've seen of the "guts of a ROM" appears to be the case) is that the applications reside in the apk files, they are not extracted. If you list the content of any of the app folders (/system/app, /data/app or /data/app-private) then all you get is a bunch of apk files (and some odex files). So when you 'push' an apk to the phone, that application is then "installed", when you rm/remove an application, you do so by removing the apk.
if you remove the apk you have left something in /data/dalvik-cache. wiping the dalvik-cache every now and then helps reclaiming that space, though it is not much.
the app settings and data are stored in /data/data, you could delete the files manually by checking their names (no idea if/what convention the names follow), imho not worth the trouble as it is only a few kb.
odex files aren't created if you don't do in a PITA process manually. don't worry about them, don't touch them, then you're good. odex files are only for system apps.
I bought a used phone and it had WaveSecure already installed. I couldn't find it in the applications list to uninstall, so I did a factory reset on the phone. The application was still there and it still didn't show up in the applications list.
I have the Superuser Permissions application, so someone must have rooted it.
Is there any way to uninstall this?
motomeup said:
I bought a used phone and it had WaveSecure already installed. I couldn't find it in the applications list to uninstall, so I did a factory reset on the phone. The application was still there and it still didn't show up in the applications list.
I have the Superuser Permissions application, so someone must have rooted it.
Is there any way to uninstall this?
Click to expand...
Click to collapse
""Just (re)flash a ROM................""
I just noticed that WaveSecure now points to this post for instructions to install as system application, and I am not sure that the update.zip maintained with them is up-to-date.
However, you can now select to download the .apk directly to your PC thus eliminating the first Market step in this guide.
strife242 said:
I just noticed that WaveSecure now points to this post for instructions to install as system application, and I am not sure that the update.zip maintained with them is up-to-date.
However, you can now select to download the .apk directly to your PC thus eliminating the first Market step in this guide.
Click to expand...
Click to collapse
I believe it is kept up to date, as VillainROM kitchen uses it as a source for the WaveSecure app (fetched each night to keep it up-to-date).
I've certainly never had any problems with it.
Excellent guide Pulser,... I should really reinstall Wavesecure now Im not using a MoDacO Custom ROM. Nice one bruv.
Found this to be helpful.
https://www.wavesecure.com/blog/how-to-make-wavesecure-hard-reset-proof.aspx
I just did a search in the Market fro 'wavesecure' and two things popped up WaveSecure and WaveSecure UninstallProtection Add-on which needs to be uninstalled before WaveSecure and if the add-on is uninstalled it is supposed to lock the phone. (all this is in the description I have yet to try)

[Q] running EF02 with Urban ROM, uninstall app ?

Okay so I tried to post in Urban Inception thread but since I only lurk and flash I can't LOL
so here's the deal. I have the latest purple recovery, EF02 and EF02 modem, I flashed urban, and then flashed his add on
I cannot uninstall preloaded apps. This is my first gingerbread so I don't know if there are drastic differences, but I typically use root explorer and move the apps in question to a different folder on my SD card to back up, or just delete. simple as that.
so I did this to some of the add ons/rom apps, and they stay in the app drawer, and market, installed apps. but are not in system/app or data/app....I did even look in data/data thinking maybe it doesn't clean up after itself but even after deleting left overs its still shows
any suggestions?
Is there any way to lift the block on my account so I can post in Dev forum. I'm not a Dev wiz but I've been testing Rom/kernels since my moment on SDX and had switched over here since I got my Epic, Gtab (sweet!) and daughters intercept because there is better community support.I might ooooops with a duh question here and there but I typically have some common sense about posting "How do I turn on my phone????" in the Dev forum
thanks in advance
shrinkingspace said:
Okay so I tried to post in Urban Inception thread but since I only lurk and flash I can't LOL
so here's the deal. I have the latest purple recovery, EF02 and EF02 modem, I flashed urban, and then flashed his add on
I cannot uninstall preloaded apps. This is my first gingerbread so I don't know if there are drastic differences, but I typically use root explorer and move the apps in question to a different folder on my SD card to back up, or just delete. simple as that.
so I did this to some of the add ons/rom apps, and they stay in the app drawer, and market, installed apps. but are not in system/app or data/app....I did even look in data/data thinking maybe it doesn't clean up after itself but even after deleting left overs its still shows
any suggestions?
Is there any way to lift the block on my account so I can post in Dev forum. I'm not a Dev wiz but I've been testing Rom/kernels since my moment on SDX and had switched over here since I got my Epic, Gtab (sweet!) and daughters intercept because there is better community support.I might ooooops with a duh question here and there but I typically have some common sense about posting "How do I turn on my phone????" in the Dev forum
thanks in advance
Click to expand...
Click to collapse
the apps should be in /system/app/ or /data/app/ and you should be able to remove them with root explorer just remember to remount writable before you go to move/erase one of them.
and to post in the development section i believe you need atleast 10 posts
thanks I did do that actually, it's usually the first thing I do, like I wrote above. I either move them (take them out of system/app or data/app) to make a back up at the same time (before there were so many flashable restore zips lol....or just straight up delete them
I did do that and they still show in app drawer, installed apps and market, they show with that generic icon, they do not show in system app....they are executable and don't update from market with you try but show up none the less....I was assuming it was rom specific, which is why i wanted to post there.
I don't know if it was something written into the add on pack offer by the rom developer (compkid?)
but thank you for responding, oh and yes i was mounted R/W it wouldn't have deleted from system otherwise...werid there's a trace left???? grrrrrrr just driving me nuts
shrinkingspace said:
thanks I did do that actually, it's usually the first thing I do, like I wrote above. I either move them (take them out of system/app or data/app) to make a back up at the same time (before there were so many flashable restore zips lol....or just straight up delete them
I did do that and they still show in app drawer, installed apps and market, they show with that generic icon, they do not show in system app....they are executable and don't update from market with you try but show up none the less....I was assuming it was rom specific, which is why i wanted to post there.
I don't know if it was something written into the add on pack offer by the rom developer (compkid?)
but thank you for responding, oh and yes i was mounted R/W it wouldn't have deleted from system otherwise...werid there's a trace left???? grrrrrrr just driving me nuts
Click to expand...
Click to collapse
I have noticed that I have had to delete the apps from system/apps folder and data/data folders. Try looking that folder as well and see if the apps are showing in there.
Sent from my SPH-D700 using XDA Premium App
yes I did delete from both. I did notice also that some were located in both
so when i look at settings>applications> manage, they are still listed, as com.....etc
and grayed out, and sd symbol...when i click on them, all options (uninstall, clear data, force stop) are blacked out
I looked on my sd card and they are not in .secure, android/data etc
I ran the terminal and ls'ed /mnt/asec and they are not there either
so here's only thing i can think of: when I ls -l system/app all the system apps have rw-r--r--
i can write to it, ie copy and paste via rootexplore but is it not letting me execute install???
so should i chmod...only thing is I can't chmod system/app recursively??? keeps saying bad mode like it's not recognizing "-R"
maybe I'm off and the permission have nothing to do with it
thanks for the suggestions so far, if anyone else has an idea or knows about the permissions and whether that's what's going on let me know
or where those are hiding, it says sd in the app list but i couldn't find it anywhere and I didn't notice any sdext partition
so got it????
I went back to stock, fresh clean odin, odined purple CWM, flashed Kernelplus EF02, 3x wipe, flashed urban again, this time I DID NOT do the add on and it's been fine, doing nothing diff than usual and when i delete an app from system or data, it's gone from app list, market,
so I don't know what's going on with that compkid addon zip but the only thing i did different this time was not flash that and everything is behaving normally
If you make changes to the system, clearing the dalvic cache and fixing permissions should help clear the remnants of removed apps.
Sent from the Odyssey
I want to make sure I have this right. You deleted the apks from both folders, did a reboot and the apps were still there? Or did you just delete from the two folders and not reboot before checking if they were still there?
Sent from my SPH-D700 using XDA Premium App
Sometimes if u reboot the go away also.
Sent from my SPH-D700 using XDA Premium App
oh trust me i rebooted...they were not in the folders (system, or data), but still in the app list (settings, applications, manage apps) and market and appbrain still tried to update
in manage applications it showed them as greyed out, and when i clicked on that all options (clear data, uninstall, froce stop etc) were blacked out and unclickable
this time around i did all things the same (ef02 from odin, flash CWM purple, su.zip, 3x data wipe UI ROM) except installing that add on package of extra apps and I no problem deleting anything from system after installing urban inception Rom...added a theme and still no problem modifying
weird huh, I haven't opened the zip, and to be honest I can follow it but I'm not a dev so i wouldn't necessarily recognize anything
Ok, compkid is big on his icons and themes. Check these three spots with Root Explorer or something like it: system/app, data/app, and data/data folders. The third was the last spot I found some things left to delete. I think that should take care of any leftover files that are keeping them from disappearing but in the OP Compkid does suggest using 7zip to delete unwanted apps before flashing the folder. Hope that may help
Sent from my SPH-D700 using XDA Premium App
any idea why those grayed out icons would have a tiny sd (sd card im assuming) in corner...they were the ones that came with the addon, not user installed. I did peek in data/data but theres a good chance i missed something. I also for kicks checked everywhere in my sdcard like i mentioned earlier...just never seen an app left like that with an sd on the blank icon
issues resolved as far as my phone but i have this need to know issue haha
i should have gone through first, i did notice that but i was being lazy i guess
shrinkingspace said:
any idea why those grayed out icons would have a tiny sd (sd card im assuming) in corner...they were the ones that came with the addon, not user installed. I did peek in data/data but theres a good chance i missed something. I also for kicks checked everywhere in my sdcard like i mentioned earlier...just never seen an app left like that with an sd on the blank icon
issues resolved as far as my phone but i have this need to know issue haha
i should have gone through first, i did notice that but i was being lazy i guess
Click to expand...
Click to collapse
You have got me there. I haven't run across that before. Did you possibly move apps to SD or is that an indicator of such since they are saved to SD? Not sure on that one..just some possibilities. Maybe someone else has some ideas???
Sent from my SPH-D700 using XDA Premium App
well i didn't move those over for sure, it was es file explorer, twitter (maybe), facebook (maybe), samsung app store (another maybe) i was looking at so many things in half a day, having not been on xda in awhile, catching up on all the gingerbread leak stuff and new CWM and trying to make sure i read through everything before playing that i can't remember all of the apps exactly (one smack for not writing it down), but i remember specifically one was es file explorer
i've never seen that either, with the green/white square icon, and all the menus blacked out when i click it....never seen that ...haha I'd love it if someone knew so i wouldn't have to sit here pretending I'm not still annoyed in the back of my mind, wonder if i could ever find happy gilmore's "happy place" instead of little green and white icons
So if you long press on those Android boxes that used to be apps and hold them over the trash can you can't uninstall them? I use Zeam Launcher and that's an option on there. What launcher are you using? It sounds like you are close to where you want to be now...
Sent from my SPH-D700 using XDA Premium App
i can delete them off the desktop fine, but they are still in the system someplace...the app manager still shows them there...those icons show in drawer, in app list and in market update however the update was unsuccessful...the app manager shows them in the list when i click on them, you can't do anything, every option (uninstall, clear data, move, force stop) is blacked out and not clickable
sure i can delete the icon but it's still tucked away somehow,
also like i said earlier, something else was buggy where i couldn't drop apps, in the system/app folder to install (YES I clicked R/W)....i couldn't re install via rootexplorer even the ones that came with add on....i've used many roms since i got my moment and 2.1 came out and then began my flashing addiction and i've always been able to click and install, it might prompt me that it's already install do i want to proceed, but would install over the other and complete successfully....every time it said install unsuccessful.

[Solved] Any way to access an apk file immediately after flashing?

I'm not sure if this is possible as ICS has no built in file manager, but is there anywhere I can put an apk file that it would be accessible without one? Specifically I want to be able to open an apk to install a file manager as the first thing I do after flashing a rom, to avoid needing to go through the market.
I thought maybe I could leave it in sdcard/download but it seems like the downloads program is blind to anything in that folder that wasn't officially "downloaded". (I suppose I could upload one to my dropbox and download it via the browser, if there are no viable options). Also made a few stabs at getting the gallery program to show one but it seems to filter out anything that's not a picture or video.
Any ideas for places to stick an apk and get one of the stock programs to let me open it?
maybe email it to yourself?
but you would have to log into the email app to do that
but there isnt really anyway to access the file without a file explorer
Open your favourite rom zip, add your apk to /system/app, save the zip, push that zip to the phone, flash.
Peesashiz said:
maybe email it to yourself?
but you would have to log into the email app to do that
Click to expand...
Click to collapse
Yeah in general I'm trying to cut out the step of signing into anything and just restoring my apps from a backup before I need to cancel automatic restore functions (which I do want on and running once I do my own initial run of things).
bk201doesntexist said:
Open your favourite rom zip, add your apk to /system/app, save the zip, push that zip to the phone, flash.
Click to expand...
Click to collapse
I'm guessing this comes with the consequence of raising any apk added in this manner to system app level? Not that I distrust the apps I'd have in mind for this to do anything malicious themselves, but is there any danger of opening security holes by elevating apps not designed to be system apps?
What I've done many times is just enabling Air Plane as soon as I can after flashing a ROM. That's way I can install any apk I want.
Hope it helps.
heo_con184 said:
What I've done many times is just enabling Air Plane as soon as I can after flashing a ROM. That's way I can install any apk I want.
Click to expand...
Click to collapse
Hmm but then what is your method for getting to that apk? If you do it over wifi that seems to defeat the point, no?
Personally I've found that it works just fine to uncheck the boxes for recovery syncing during the setup process, and then just re-enabling them later in settings. (Alternately, not signing into my google account at all until I've performed a backup). That way even if I end up signing into the market to download a recovery app, it doesn't automatically try to re-download everything else on its own.
I'm starting to think that my dropbox solution will be the cleanest, as it'll be a simple step of opening the browser and downloading a single apk every time at the same link.
I bet that the inclusion of a basic file explorer will be one of those headline items in a future android release. A nice basic functionality that the bloggers can rehash to death before anything actually hits.
Download the file manager apk over wifi and install the APK via download manager.
I do it all the time with Chinese android tablets with no market access.
Or Bluetooth it from another device.
Or just use the market
LTE EX Galaxy Nexus - 4.0.3 AOSP
Asus Transformer - Revolver OC/UV
JoeSyr said:
Hmm but then what is your method for getting to that apk? If you do it over wifi that seems to defeat the point, no?
Personally I've found that it works just fine to uncheck the boxes for recovery syncing during the setup process, and then just re-enabling them later in settings. (Alternately, not signing into my google account at all until I've performed a backup). That way even if I end up signing into the market to download a recovery app, it doesn't automatically try to re-download everything else on its own.
I'm starting to think that my dropbox solution will be the cleanest, as it'll be a simple step of opening the browser and downloading a single apk every time at the same link.
I bet that the inclusion of a basic file explorer will be one of those headline items in a future android release. A nice basic functionality that the bloggers can rehash to death before anything actually hits.
Click to expand...
Click to collapse
Transfer by USB from my laptop.
Is there a way to do that in which the device will launch the apk you move over? When I copy files over usb, it only ever puts them into whatever directory, and I need a file explorer to interact with them on the phone. And then I'm back to square one, as far as this particular task is concerned (once things are up and running I just use the LAN option in ES file explorer and it's as convenient as could be).
you have the apk in your computer right?
connect the phone to pc, and use adb to install
'adb install <apk_file_name.apk>'
Ah. I haven't used adb since I first unlocked/rooted a few months ago. Guess it probably pays to be a little familiar with those tools; they don't even occur to me when problem solving these days.
JoeSyr said:
Ah. I haven't used adb since I first unlocked/rooted a few months ago. Guess it probably pays to be a little familiar with those tools; they don't even occur to me when problem solving these days.
Click to expand...
Click to collapse
mark thread as solved then, if that solved it
Well a completely in-phone solution would still be nice, but I guess if there were any of those they'd have come up by now.
I'll probably use abd if I'm actively working at my computer and a dropbox download otherwise.

Gallery+Music not working on CM9

The gallery detects no images and the music player finds no music. I have many folders full of images and "music" folder filled with music. ES file manager can detect and view/play image-/music files.
I recently installed the latets version CM9 and I have never had this issue before. Third party music apps are also unabe to detect music. Factory reset does not help. Deleting cache and data in settings does not help. There is no issue with .nomedia files.
Don't know what to do really. Any answer is greatly appreciated.
re-flash the rom
Charl96 said:
The gallery detects no images and the music player finds no music. I have many folders full of images and "music" folder filled with music. ES file manager can detect and view/play image-/music files.
I recently installed the latets version CM9 and I have never had this issue before. Third party music apps are also unabe to detect music. Factory reset does not help. Deleting cache and data in settings does not help. There is no issue with .nomedia files.
Don't know what to do really. Any answer is greatly appreciated.
Click to expand...
Click to collapse
Its very obvious!
If reflashing doesnt work, try putting all the music files in the root of the sd card and not in folders as you did now!
gire.prasad said:
Its very obvious!
If reflashing doesnt work, try putting all the music files in the root of the sd card and not in folders as you did now!
Click to expand...
Click to collapse
Horrible option. Makes the whole "hierarchical filesystem"-thing pointless, and the SD-Card looking extremely confused (I like having a /sdcard/music/ folder, and even more folders in that. And camera also saves pictures to subfolders of /sdcard/.). There has to be another way. On my GNex CM9 doesn't have this problem, so it isn't ROM-related, and Gingerbread isn't making this trouble, too. Just as a start to exclude options on the "why".
(But, yes, I've tried that with one file, and it works. For people interested in shabby workaround and not in real fix it'll probably do the trick. (Except for (camera) pictures. Camera saves in /sdcard/DCIM/blabla. No way to change that.))
abnah said:
Horrible option. Makes the whole "hierarchical filesystem"-thing pointless, and the SD-Card looking extremely confused (I like having a /sdcard/music/ folder, and even more folders in that. And camera also saves pictures to subfolders of /sdcard/.). There has to be another way. On my GNex CM9 doesn't have this problem, so it isn't ROM-related, and Gingerbread isn't making this trouble, too. Just as a start to exclude options on the "why".
(But, yes, I've tried that with one file, and it works. For people interested in shabby workaround and not in real fix it'll probably do the trick. (Except for (camera) pictures. Camera saves in /sdcard/DCIM/blabla. No way to change that.))
Click to expand...
Click to collapse
I'm gonna try putting 1 mp3 file on root and delete any .nomedia file too see if it works, if not I'll reflash.
Same with gallery, it can't hurt..
By the way I noticed the gallery shows pictures taken after I deleted the ROM but if I place old photos in that same folder they don't show up...
Thanks for all the answers
PS. I did full wipe before installing the ROM and will wipe everything again..
dammit I ****ed up, did wipe and didn't root again so when I flashed the ROM it didn't boot. Flashing 2.3.4 Stock FTF file now. Thanks anyway.
Just FYI: Putting files to the root of /sdcard is not a longterm solution, after reboot they don't show up again. Niether clearing Media Storage's data nor wiping cache nor dalvik cache, nor fixing permissions works as a solution. That is really f*cked up.
Edit: No changes in ongoing nightlies on that. Hopefully: Yet. But I wouldn't bet on it.
SOLVED!
This is not a ROM problem! It could happen to anyone using ROM Manager!
How-to fix:
1. Download and install the latest ROM Manager APK from their website.
2. Delete the .nomedia file in /sdcard/android/data/ (ROM Manager 5.0.1.3 put a bad one there, the new version will be good).
3. Clear the data for Media Storage in Settings > Apps.
4. Reboot.
5. Wait. Re-indexing can need a while.
Credits go to the guys from the awesome Galaxy Nexus forum. Especially to Dragn4rce for creating this thread and kyokeun1234 for pointing out aboves easier solution.
abnah said:
This is not a ROM problem! It could happen to anyone using ROM Manager!
How-to fix:
1. Download and install the latest ROM Manager APK from their website.
2. Delete the .nomedia file in /sdcard/android/data/ (ROM Manager 5.0.1.3 put a bad one there, the new version will be good).
3. Clear the data for Media Storage in Settings > Apps.
4. Reboot.
5. Wait. Re-indexing can need a while.
Credits go to the guys from the awesome Galaxy Nexus forum. Especially to Dragn4rce for creating this thread and kyokeun1234 for pointing out aboves easier solution.
Click to expand...
Click to collapse
Thank you tremedously, and your credits!
*Pressing Thanks* Cheers!
YES!
abnah said:
This is not a ROM problem! It could happen to anyone using ROM Manager!
How-to fix:
1. Download and install the latest ROM Manager APK from their website.
2. Delete the .nomedia file in /sdcard/android/data/ (ROM Manager 5.0.1.3 put a bad one there, the new version will be good).
3. Clear the data for Media Storage in Settings > Apps.
4. Reboot.
5. Wait. Re-indexing can need a while.
Credits go to the guys from the awesome Galaxy Nexus forum. Especially to Dragn4rce for creating this thread and kyokeun1234 for pointing out aboves easier solution.
Click to expand...
Click to collapse
Thanks a lot, this was really helpful for me!
Lt15i
lavenderdl said:
Lt15i
Click to expand...
Click to collapse
Was this a question? If yes: Yes, the solution is exactly the same across devices.

Kitkat 4.4.2 Gallery/Camera fix

I've been going nuts on the latest CM11 nightly 4.4.2 with the camera not being able to save its pictures to your sd card automatically and also multiple crashes...some fixes I found, writing new permissions mostly just didn't work or wouldn't stick if you rebooted.
I now have 2 different optional APK file and INSTALL fixes...1st is just the camera apk which I ripped out of the liquidsmooth cm based kitkat 4.4.2 which works flawlessly. The 2nd is a gallery apk fix that I ripped out of the slimbean 4.3.1 rom and it reinstalls the gallery apk which also has its own camera that will install along with it...both fixes work, both camera's are slightly different from each other though and function differently based on the gallery that is installed
This method requires Titanium Backup...you can get it on the play store and the free version will work just fine
HERE'S THE CAMERA APK FIX:
-backup your systems "camera" app before doing anything! don't blame me for losing the camera if something fails
-once backed up, uninstall the camera app and if using titanium backup, move the backup files to another location out of the titanium folder located in your INTERNAL storage
-download the camera zip files I made here
-extract the zip file and you'll get a folder named "camera files"...copy and paste the files inside, do not extract any of these files, to your titanium backup folder located on your INTERNAL storage
-once copied over, open up titanium backup and look for the camera apk file with a line through it and should say beneath it "1 backup"...click on it, hit restore and choose app and data, that's it! it should now be there and fully functioning
HERE'S THE GALLERY APK FIX:
-backup your systems "gallery" and "camera" apps before doing anything! I won't be held responsible if this doesn't work for some users
-once backed up, uninstall the gallery and camera apps
-download the "com.android.gallery3d_1.1.40012.apk" file I made here
-install the apk file by simply clicking on it and choosing install, it shouldn't need any special permissions but if so, refer to next step
-install the gallery apk by using a root file manager (I use root browser lite) and move the apk file to system>app, change the permissions to rw-r--r-- then select "ok" and then install it and reboot. after reboot, you should now have your gallery back and a newer camera icon that is darker gray in color with a dark blue center camera lense, open the camera app
-go to it's settings>more settings and to the right you'll now see an sd card icon, click and select the sd card and test it out!! that's it
video of using root browser lite to change permissions...in the video, it's a silent screen recorded guideline, my app was already installed, so I highlighted the options that show how to change the permissions and then when I highlighted showing "cancel/view/uninstall", if it wasn't installed the option would say "cancel/view/install"
https://www.youtube.com/watch?v=Uow9OyLVGRI&feature=youtube_gdata_player
*Newly added!!*--reinstalling sprint zone and voicemail
to install, follow the exact same steps as installing the camera/gallery apk files
-voicemail apk link: com.coremobility.app.vnotes
-sprint zone apk link: com.sprint.zone_4.6.017
if this worked for you, please post up and let us all know
giving this thread a bump...i revised the apk installation steps since redoing this process after a few updates of cm11, they fixed the camera as far as adding the option for sdcard storage but I've been getting a lot of hang ups and crashes then "unable to retrieve camera" error messages when trying to open back up, even after a reboot.
I even installed today's release of the cm11 nightly and the camera was a crashing mess over and over, so for any having these camera issues, here you go!
im wondering if i will ever be able to use the sprint voicemail. since i loaded carbon 4.4.2 and wondeing if there was any way of making it easy to make a call from your messaging by just sliding either right or left instead of tapping?
using sph-l710
villaf7420 said:
im wondering if i will ever be able to use the sprint voicemail. since i loaded carbon 4.4.2 and wondeing if there was any way of making it easy to make a call from your messaging by just sliding either right or left instead of tapping?
using sph-l710
Click to expand...
Click to collapse
yes you can! I have done this already, I installed the voicemail and sprint zone apps on my cyanogenmod 11 4.4.2 and they work...I'll make apk's for them as well and post them up, give me a few
edit...all uploaded for you my man, just do exactly the same as I noted doing for the gallery app installation, where to place it and changing the permissions, any issues post back up
Just wanted to say, tried most if not all AOSP roms and for some reason all of them freeze when switching back and forth. This is the only one that works 100%.
Thanks for the find.
ssmercurys said:
Just wanted to say, tried most if not all AOSP roms and for some reason all of them freeze when switching back and forth. This is the only one that works 100%.
Thanks for the find.
Click to expand...
Click to collapse
you're welcome and thanks for posting that it works! I kept having the same issues with the cameras on the cm11 and 10 roms, this 1 never failed me
Just a heads up, the stock camera in slimkat (4.4.2 ROM) works perfectly, the devs fixed it on that rom
Sent from my SPH-L710 using Tapatalk
noles4life50 said:
Just a heads up, the stock camera in slimkat (4.4.2 ROM) works perfectly, the devs fixed it on that rom
Sent from my SPH-L710 using Tapatalk
Click to expand...
Click to collapse
awesome, this camera apk I have listed here is from the slimbean 4.3.1 rom which is probably why it works perfectly on 4.4.2 slimkat, same devs
thanks working on att gs3 on metropcs running unnofficial Beanstalk 4.4.2 rom 20140206 release... fix "cant connect to camera" error. Thanks again
Thanks so much! I first created a backup. I used root explorer for the whole thing. I tried uninstalling via TiBu first, but it didn't actually remove the camera and gallery apks. I then tried ES File Explorer, but that requires you to set root to Apps and ADB, and I had deselected ADB some time ago.. I downloaded the apk and copied it to /system/app. I then manually deleted the two apks, changed permissions on your apk and installed. Rebooted and works wonders. Thanks!
I would like to suggest a n00b-oriented, step-by-step guide.
1. Use your favorite recovery manager and back everything up. This way, you can always go back if you mess something up.
2. Download and install Root File Explorer (Free).
3. Launch Root File Explorer. It will ask to download and install a few tools. Let it.
4. Go to where you downloaded the file (probably sdcard/Download). Hold your finger on the name and select copy.
5. Press the "Home" icon on the bottom left of the screen.
6. Click on the folder named "system" and then click on the folder named "app".
7. Select paste to copy the file here.
8. Press and hold the newly copied file, and select "Permissions".
9. Set the permission to rw-r--r--, or 0644. In other words, select "Read" for all three, and then select "Write" for Owner. Everything else should be unchecked, and hit OK.
10. Scroll down and fine GoogleGallery.apk and GoogleCamera.apk. Select GoogleGallery.apk and press uninstall. Then long press the apk and delete it. Do the same for GoogleCamera.apk.
11. Find the new apk that you just downloaded (com.android.gallery3d_1.1.40012.apk) and press it. Select install.
12. Once installed, back out of everything and reboot your device. When the device reboots it will say it is updating 1 application.
13. You are now rebooted with the new, fixed, camera. The icon is now darker, and with a blueish/purpleish lens.
14. No, none of your files have been deleted. Enjoy your working camera!
15. Check out the new options! In the extended settings, you can now click on the SD card icon and instantly select to use your internal storage or your external SD card (if present) to save your photos to!
16.Give goku2778 your Thanks!
Is there a way to disable the shutter sound?
LaRocky said:
Is there a way to disable the shutter sound?
Click to expand...
Click to collapse
unfortunately no it doesn't have that option. I did however find another camera apk that works, gonna upload that and link in here around 10am eastern time this morning.
thread bump...newly added camera only apk and revised a bit of the initial part of the guide...enjoy!!
goku2778 said:
unfortunately no it doesn't have that option. I did however find another camera apk that works, gonna upload that and link in here around 10am eastern time this morning.
Click to expand...
Click to collapse
Found this out last night, the camera that comes with the Gummy Nightly (AT&T Galaxy S3 Android Development forum) comes with a camera that has more settings and the shutter sound can be disabled via the android system settings/sound options. I don't know if the shutter sound option is always there in system settings as I didn't check the previous roms.
LaRocky said:
Found this out last night, the camera that comes with the Gummy Nightly (AT&T Galaxy S3 Android Development forum) comes with a camera that has more settings and the shutter sound can be disabled via the android system settings/sound options. I don't know if the shutter sound option is always there in system settings as I didn't check the previous roms.
Click to expand...
Click to collapse
the other camera I listed does have more options to it if you wanna give it a try, can't hurt none, actually let me try it on mine right now see about the shutter sound....
nope, shutter stays on, it just gives the option to make the power button shutter (take the pic)...sorry man, I could care less about the shutter sound myself lol if I come across another 1 i'll bump this again, maybe I can find that gummy camera apk online and test it out
goku2778 said:
the other camera I listed does have more options to it if you wanna give it a try, can't hurt none, actually let me try it on mine right now see about the shutter sound....
nope, shutter stays on, it just gives the option to make the power button shutter (take the pic)...sorry man, I could care less about the shutter sound myself lol if I come across another 1 i'll bump this again, maybe I can find that gummy camera apk online and test it out
Click to expand...
Click to collapse
Thank you, I'll have to try it out. I have verified that the Shutter Sound option (under System Settings/Sound) is not available in another rom (Liquid Smooth) so it looks like the developer has to manually add the option (not built in to the camera). And Liquid Smooth's camera settings are detailed.
LaRocky said:
Thank you, I'll have to try it out. I have verified that the Shutter Sound option (under System Settings/Sound) is not available in another rom (Liquid Smooth) so it looks like the developer has to manually add the option (not built in to the camera). And Liquid Smooth's camera settings are detailed.
Click to expand...
Click to collapse
been wanting to try that rom out myself, maybe I'll install that today and check out the camera...and then, rip it out also lol I'll bump the thread again if I do that
edit...so I've been to liquidsmooth and back lol same exact camera as the 1 I added yesterday, only differences is the system settings with more options like disabling the shutter sound. so I guess just stay on that rom for now for the shutter options, I tried lol
Trying to do this fix on beanstalk on my galaxy s3, and when I try to install, I'm getting a parsing error. Any idea when I'm doing wrong?
I've backed up and uninstalled my original camera app, and moved the first linked camera app into my system/app folder. Changed the permissions to rwrr,and then when I try to install I get the parsing error.
Gareee said:
Trying to do this fix on beanstalk on my galaxy s3, and when I try to install, I'm getting a parsing error. Any idea when I'm doing wrong?
I've backed up and uninstalled my original camera app, and moved the first linked camera app into my system/app folder. Changed the permissions to rwrr,and then when I try to install I get the parsing error.
Click to expand...
Click to collapse
weird...try this then, delete that out of the system folder, download it again and just open it and hit install, see what happens then...is this beanstalk 4.3 or 4.4? if it fails again, try the 2nd optional fix, that has been the more all around solid fix so far for both 4.3 and 4.4 roms
Gareee said:
Trying to do this fix on beanstalk on my galaxy s3, and when I try to install, I'm getting a parsing error. Any idea when I'm doing wrong?
I've backed up and uninstalled my original camera app, and moved the first linked camera app into my system/app folder. Changed the permissions to rwrr,and then when I try to install I get the parsing error.
Click to expand...
Click to collapse
Try this:
Uninstall stock camera.
Reboot.
Install goku camera apk.
Change permissions.
Convert to system app with titanium backup.
Reboot.
Hope this help
Sent from my SAMSUNG-SGH-I747 using xda premium

Categories

Resources