[Q] Zimperium "Anti" appeared on Dinc over night - Droid Incredible Q&A, Help & Troubleshooting

This morning I woke up, and Zimperium's "Anti" app was on my phone. I did not download it. I did not even know what it was until it was there.
I'm running MIUI ROM v. 1.11.18 on my Dinc. I just updated from 1.11.11 last night, however this application is not in their changelog.
I've never experienced this before, and the application is not listed as a downloaded application in the marketplace when I choose "My apps".
I have not downloaded any other applications within the past week.
Considering the nature of this application (Network toolkit) I am concerned it has unauthorized permissions.
Any recommendations?

usatf1290 said:
This morning I woke up, and Zimperium's "Anti" app was on my phone. I did not download it. I did not even know what it was until it was there.
I'm running MIUI ROM v. 1.11.18 on my Dinc. I just updated from 1.11.11 last night, however this application is not in their changelog.
I've never experienced this before, and the application is not listed as a downloaded application in the marketplace when I choose "My apps".
I have not downloaded any other applications within the past week.
Considering the nature of this application (Network toolkit) I am concerned it has unauthorized permissions.
Any recommendations?
Click to expand...
Click to collapse
if you have root explorer you can navigate to data/apps and manually delete it. i have no clue as to why it was installed on your phone without your permissions. that is a new one to me. talk to the MIUI supporter for our device and ask them.
---------- Post added at 11:36 AM ---------- Previous post was at 11:34 AM ----------
usatf1290 said:
This morning I woke up, and Zimperium's "Anti" app was on my phone. I did not download it. I did not even know what it was until it was there.
I'm running MIUI ROM v. 1.11.18 on my Dinc. I just updated from 1.11.11 last night, however this application is not in their changelog.
I've never experienced this before, and the application is not listed as a downloaded application in the marketplace when I choose "My apps".
I have not downloaded any other applications within the past week.
Considering the nature of this application (Network toolkit) I am concerned it has unauthorized permissions.
Any recommendations?
Click to expand...
Click to collapse
also if you still have the zip on your phone i would look through it and see if, for some reason, it was put in it by accident. if it came form the update then it would be in system > app

Our MIUI maintainer, leeech decided to put it in the latest update for the Inc only which is why it isn't in the changelog. If you don't want it, remove it with either Root Explorer or Titanium Backup.

I'm having a difficult time finding where this .apk is located. What's more interesting, is that the application is the FULL "Anti", not the "AntiLite" on the android market.
Also, I downloaded the MIUI from ROM manager, did a backup, dalvik cache wipe, and updated. I'll be able to upload that .zip here around 5 PM EST today.
The details of this app are as follows:
version: 2.3.1
size: 788KB
permissions: storage (modify/delete), net. comm.(full, and market billing service), phone calls (read phone state and identity), system tools (change wi-fi state, prevent phone from sleeping), and discover known accounts.
I'm not sure if that's helpful at all, but i figure the more details i give, the better possibility of an explanation.

usatf1290 said:
I'm having a difficult time finding where this .apk is located. What's more interesting, is that the application is the FULL "Anti", not the "AntiLite" on the android market.
Also, I downloaded the MIUI from ROM manager, did a backup, dalvik cache wipe, and updated. I'll be able to upload that .zip here around 5 PM EST today.
The details of this app are as follows:
version: 2.3.1
size: 788KB
permissions: storage (modify/delete), net. comm.(full, and market billing service), phone calls (read phone state and identity), system tools (change wi-fi state, prevent phone from sleeping), and discover known accounts.
I'm not sure if that's helpful at all, but i figure the more details i give, the better possibility of an explanation.
Click to expand...
Click to collapse
You won't be able to remove it from the Application pane in settings since it's in the system folder.
Like I said above, if you have Root Explorer or Titanium Backup, you can remove it. In root explorer, go to the /system/app folder and delete the filecalled "Anti-2.3.1-Miui.apk"
If you have Titanium Backup, just search for "Anti," click on it when it loads up in the list and click uninstall. It will ask if you are sure you want to remove a system app, just say yes, and voila, it's gone.

TheWhiteBandito said:
You won't be able to remove it from the Application pane in settings since it's in the system folder.
Like I said above, if you have Root Explorer or Titanium Backup, you can remove it. In root explorer, go to the /system/app folder and delete the filecalled "Anti-2.3.1-Miui.apk"
If you have Titanium Backup, just search for "Anti," click on it when it loads up in the list and click uninstall. It will ask if you are sure you want to remove a system app, just say yes, and voila, it's gone.
Click to expand...
Click to collapse
yeah what you said. or you can put the zip on your pc. use zip and remove the apk then flash the rom over. my way is harder but yea.

I just saw this app in my ROM as well. Haven't been on MIUI in a while but looks like a pretty interesting app if you do some research on it and are into hacking at all.
I'm thinking of giving it a go.

KlugN said:
I just saw this app in my ROM as well. Haven't been on MIUI in a while but looks like a pretty interesting app if you do some research on it and are into hacking at all.
I'm thinking of giving it a go.
Click to expand...
Click to collapse
Strange. I just found it on my phone too. It appeared after I installed Meraki WiFi Stumbler. The program is written in my data folder as Anti-2.3.1-MIUI. Unable to install in Android itself, but Titanium Backup took care of it.

As mentioned above. Leeechmiui who maintains the port added it in a few weeks back. I believe he has been working with the app developer and they let him include it with 2 free credits.

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)

why do devs put updated apps in /system?

i mean is there a benefit to doing it over the data part? only diff i'm aware of is that (in this case, street view) putting an app in the system bit means i can't update it and as i can't get adb working on my PC, then i have to :
backup all my apps, barr those in system, flash a new rom (but remove the apks from the zip file), then reinstall all apps again
i need google street view and since adb doesnt work, this is the only way that i know of how to do this.
They're put on /system/app as that's where they originally live...if it's an app from the Market it will update itself correctly
It's also a space thing as if they were all on /data/app then you'd eat up your space in no time (unless using A2SD)
umm, ok stupid queston, why is it then no matter whose rom i try (here or modaco), if an app is on /system it is never updated? i *always* get an error during installation
few weeks back, it was google maps, now it's the updated street view.
i've flashed a new rom now but removed street.apk from the zip and can now install just fine, and can update as needs be.
I dunno, I'm stock and just today had Flash and Maps update automatically
If your system apps won't update there's something wrong with your custom ROM.
it wouldn't just be me then though?
i'm using leedroids latest and that's not updating, same with opendesire earlier on, modaco ones etc etc
Are you wiping before you install the ROMs? I've never had a problem updating system apps via the market in my ROM.
of course. full wipe
tommo123 said:
of course. full wipe
Click to expand...
Click to collapse
just uninstall the app and re-install it from market
You can't if its on the system partition. Updates go on the /data/ partition, though...
Other way is to get the APK in question and install it using a file manager, it'll do the same thing
uninstalling also isn't allowed, neither is updating. it seems that once it's there, it's there.
now, i've got adb working and can list what's in system etc but it gave a read only error when i was trying to 'rm Street.apk'
remount didn't appear to be a valid option. alls working now anyways. just need to remember to remove certain apks from a zip before flashing.
funky
You *can* update system apps with market updates, as has been said before. The app remains on the system partition and the phone uses the data version instead. If it's not working for you I don't know why, but it's absolutely fine for me.
So what we need is a mod that will give you the option of replacing the system/app with updated market version, but replaces it on system and not data.
j5m said:
So what we need is a mod that will give you the option of replacing the system/app with updated market version, but replaces it on system and not data.
Click to expand...
Click to collapse
Well that's exactly what I do in mine. And I get those by updating the system app via the market.
teppic74 said:
Well that's exactly what I do in mine. And I get those by updating the system app via the market.
Click to expand...
Click to collapse
Thats great for you, and i appreciate that you do that with your rom +mods, but it means relying on you. Would be good if android would have it as an inbuilt function.
But i guess with newer phones having increased internal storage + a2sd this won't be an issue for much longer.
It's never going to happen as part of standard Android, because the system partition is read only. Also the system has to be a set standard in order to allow upgrades to work.

[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.

Save apps with settings for another ROM?

How do we set up our devices exactly how we like with the apps we like and customised settings for each app.... and then save them all onto the SD card so we can then flash in another flavour of ROM to try out and simply add our saved apps all set up and ready to go....?
It takes forever to re-set all my apps i like to use.... and as I'm hopefully going to have MultiROM working asap I would hope that I can simply flash in a ROM to try and 'add' all my apps to it with with one click but importantly with all their settings exactly how I use them.
I agree. Maybe you could try the Titanium Backup donate version. I think it has a "Create zip" option. I just can't comment further as I've never used it.
Not sent by me.
i use APK Organize
Works fine for me...
Just be sure you have your phone rooted and in debug mode...
use the "Backup / Restore" function and choose app + data
Bernsi said:
i use APK Organize
Works fine for me...
Just be sure you have your phone rooted and in debug mode...
use the "Backup / Restore" function and choose app + data
Click to expand...
Click to collapse
Thanks for that.... looks worth having
however... I've now discovered that I lost the original full root access I had on KK when i installed CM12 and I'm gonna guess that full root access is tied in to the kernel and of course Android 5.x.x is built on a different kernel and therefore needs re-rooting....? CyanogenMod grants App and ADB root via menu in developer options but that is obviously a limited root access and not enough for APK Organise...?
When i try the APK organise it denies me the backup saying 'No root access'.... which surprised me initially.
I can't seem to find a working root-tool for Android 5.1.1. which is what I'm currently on in CM12.1.... anyone know where I can find please as this APK organise looks like a very useful tool to have working from within Windows and makes it easy to keep the backups on my laptop harddrive instead of the sd card
Use zipme available on playstore.
It makes zip flashable with apk data and also settins if selected ....
Sent from my D5503 using XDA Free mobile app
160lightning said:
When i try the APK organise it denies me the backup saying 'No root access'.... which surprised me initially.
I can't seem to find a working root-tool for Android 5.1.1. which is what I'm currently on in CM12.1.... anyone know where I can find please as this APK organise looks like a very useful tool to have working from within Windows and makes it easy to keep the backups on my laptop harddrive instead of the sd card
Click to expand...
Click to collapse
You don't need to root CM, simply enable root access in the developer options.
Apart from that, I've been using Titanium Backup pro for years and I'm very happy with it.
Edit: sry, I didn't see the upper half of your post. Anyway, the CM root access is enough for TitaniumBackup. Maybe it's the app that has to be updated for lollipop, I remember TitaniumBackup had some issues in the first days of lollipop, too.
Winb33 said:
Use zipme available on playstore.
It makes zip flashable with apk data and also settins if selected ....
Sent from my D5503 using XDA Free mobile app
Click to expand...
Click to collapse
As luckyrumo points out these apps 'APK Organise' and the 'ZipMe' you recommend may well need updating to work with Android 5..... ZipMe hasn't been touched since 2013 according to the 'last updated' info.
I have Titanium Backup free version and tried using the backup app + data in batch prefs menu prior to having to do a wipe and clean install of CM12.... but when I reinstalled the Titanium backup app it failed to show the backups that were made previously and supposedly stored on my sd card along with everything else that has never been affected on the sd card. during ROM installations and associated full wipes... I think the backup disappeared when the app was wiped... I can't think of any other logical explanation....? I wonder if the paid version makes a difference...?
One particular app I use is Call Meter 3G which keeps track of my available contract free minutes by way of progress bar homescreen widget tracking any given monthly period and of course it does so by logging all my calls,messages and data use (tho I get unlimited data on my plan so that is not important). Because of the sheer volume and complexity of all the settings to get this app customised to work with my carrier plan it's a pain to have to set-it all up again when re-installing apps after flashing a custom ROM... and without the call logs you will always be starting part way thru a month so it won't be accurate until the bill cycles and a new month begins.
If I can get MultiROM working (no luck so far) having a one click install for apps and customised settings will make life much easier as I plan to try out ALL available ROM's alongside my primary. I only have one device at this stage so MultiROM is a no brainer for me... If I could just get it to install !!!!!
Nick
i also on CM 12.1 Lollipop 5.1.1... (Weekly 5 - JustArchi)
and i restored the apps + data (whatsapp + messages etc.) from CM 11 to CM 12.1 with no problems...
as i installed CM 12.1 in CWM, at restart system, i was asked for fixing root... i have choosen "yes"
for APK Organize choose root access for apps + adb in developer options and activate debug mode. should work, worked for me...

Categories

Resources