[Exclusive] Unreleased Gmail 4.2 APK With Pinch-To-Zoom - Samsung Infuse 4G

The Gmail 4.2 APK is signed by Google, but with a different key than the one in the Play Store (we checked the signatures - they differ). One is probably the test key and the other the production key. For this reason, you can't simply install it as an update and therefore need to be rooted with the ability to mount the /system directory for writing in order to remove the existing Gmail APK.
OK, let's get down to it. You'll probably need ADB installed on your computer (here's an easy way that doesn't require downloading the Android SDK). There is a chance that this might work without ADB by just removing the APKs mentioned below and installing the new one, but it didn't seem to work reliably for everyone.
This should, though:
1. Download Gmail 4.2 from one of the mirrors above.
2. Rename it to Gmail2.apk.
3. Make a Nandroid backup in case something goes wrong (this is always a good thing to do before messing with your device).
4. Delete (or move if you want to save the APKs) all other versions of Gmail. Usually there are 2 or 3 copies. One will be in /system/app (that's the original Gmail that was pre-installed on the device) and there may be a few in /data/app (these are the updates installed from the Play Store). They'll be called "Gmail.apk," or "com.google.android.gm-[number].apk," An easy way to tell is to look for the Gmail icon.
5. You may need to delete the .odex files matching the APKs in step 4 too, if you have them. Neither I nor Artem had to do this, but there are many different ROMs out there, and we're trying to cover all bases. Ignore this step and only come back to it if something doesn't work later.
6. Reboot. Once you do, you should have no Gmail as far as Android is concerned.
7. You can try to install the Gmail 4.2 APK you downloaded at this point by tapping it in your favorite file explorer (move the APK to your device first, of course). If that doesn't work, or if you prefer ADB, fire up a command line and type adb install Gmail2.apk.
If you get an error message, you probably didn't delete all copies of Gmail. If you don't feel like playing with ADB for Step 7, I've also gotten it to work by just copying the APK to /data/app, but that's not as fool proof as "ADB install".
Click to expand...
Click to collapse
get it HERE
http://www.androidpolice.com/2012/1...ed-gmail-4-2-apk-with-pinch-to-zoom-and-more/

Thanks. I like the gmail interface and haven't found much need for pinch-to-zoom.
But the swype sideways on a message to delete or archive (as shown in the video) looks handy.
I assume this will eventually be available via normal Google Play update process (?)

electricpete1 said:
Thanks. I like the gmail interface and haven't found much need for pinch-to-zoom.
But the swype sideways on a message to delete or archive (as shown in the video) looks handy.
I assume this will eventually be available via normal Google Play update process (?)
Click to expand...
Click to collapse
Probably closer to the end of the month.

I think it is unaccessible at the moment due to the leakage of google and getting proper permissions

GoSooners345 said:
I think it is unaccessible at the moment due to the leakage of google and getting proper permissions
Click to expand...
Click to collapse
Umm, just to clarify, Google asked Android Police to take down the mirrors because AP does not have distribution rights.

Installed using root explorer method. Works pretty good.
Love the pinch zoom function. The swipe to delete is pretty cool.. similar to the notification bar
Sent from my SGH-I997 using xda app-developers app

Related

[help needed] terminology and a clear answer?

Im a bit of a noob when it comes to Android.
im more a windows mobile person however....
For xmas i recieved an android tablet which is an awesome toy! but ive had issues with making the widgets work on the home screen - they dont show up.
Ive read forums and forums all day and each forum points back to xda:
http://forum.xda-developers.com/showthread.php?t=780828&page=13
Looks great, downloaded the apk tried to copy it to the system/app folder but it wont let me do it.
Ive managed to confuse myself after hours of reading so hoping someone can give me some ideas.
Ive read about needing the device 'rooted' i still dont understand what this is n how i do it.
Ive also read the file is to be pushed into the folder??
Ive downloaded the terminal emulator, file explorer etc... tried copy/paste, move, cut etc... all with the same answer of insufficent access.
The terminal emulator on the other hand i cannot use as its all touch screen with no hard buttons once running i cannot type into the program.
surely theres an easier way to load things into the system folders?
Sorry if its the wrong section or what seems a simple ask for some direction, I'm used to windows mobile and htc sence modding where you can just delete and replace files at will
Hey,
Root is like the administrator in Windows. By default, you have a user account, not a root or admin account. And therefore you're access permissions are limited. You do not have write permissions to most internal directories and are pretty much limited to the sd card, which is kinda like 'home' in linux or 'my documents' in windows. Also, cannot run applications that require su (superuser, ie: root, admin).
Rooting is the act of accessing the root user account, or admin account. Like 'jail-breaking' in the apple world.
How to root your android depends on which model you have.
For installing the widget app, as long as its an .apk file, you should be able to just click on it and be prompted to install it.
To access your widgets, should be able to log press on a blank area of the home screen and get a option box to select from. Or if you have a 'menu' button there should be an add option.
To use the Terminal, long press 'menu' and your keyboard will popup. Or click menu and there will be an option for the keyboard, also settings to change color, text size and others.
Sent from my ERIS using XDA App
Also, in the terminal, it will use linux commands, not windows commands.
You can google android commands and get a list of common commands.
Good luck. Have fun. If you don't have some linux experience, it may seem like there's a steep learning curve, but most things will become easy after a little tinkering.
Sent from my ERIS using XDA App
im finding this an incredibly steep curve - a bit too steep lol
I would recommend searching <(name of device) root guide> and then you will find your way around.
But, i don't think you need root, root is for when you need to install applications that you need higher permissions to control system settings. Also to install different versions of android.
Your problem seems to be only a bug. If you want to install an application that is not on the market, you just go to your settings and turn on installing from unknown sources.
You don't need to put it in system apps, the apk is like an .exe, just put it on your sd card, install a file manager program like ASTRO, and then open that app, go to the directory you transfered the file, and click it, ASTRO will give you the ability to install it.
patriotaus said:
I would recommend searching <(name of device) root guide> and then you will find your way around.
But, i don't think you need root, root is for when you need to install applications that you need higher permissions to control system settings. Also to install different versions of android.
Your problem seems to be only a bug. If you want to install an application that is not on the market, you just go to your settings and turn on installing from unknown sources.
You don't need to put it in system apps, the apk is like an .exe, just put it on your sd card, install a file manager program like ASTRO, and then open that app, go to the directory you transfered the file, and click it, ASTRO will give you the ability to install it.
Click to expand...
Click to collapse
I dont think rooting is essential to do this but from what ive read - it helps.
the app in question is this: http://forum.xda-developers.com/showthread.php?t=780828
this should replace the file on my system which doesnt work. unless anyone has a suggestion to get the same item by installing an apk to achieve as per the instructions state "copy into system/app and set permissions"

Bloatware Removal

I finally Rooted my Sidekick and have Titanium Backup Free installed. I want to remove the bloatware from the Phone Storage. Which titles would you recommend removing and which to leave alone??
Any suggestions
I removed a lot of apps. I removed device carbon, zipwhip, group text, cloud text, tmobile contacts backup, twitter, myspace, the stock browser, gmail, wifi calling, telenav, tmobile app pack, tmobile mall, maybe some others i cant remember. i replaced the stock browser with dolphin mini which i use for only mobile browsing. i also have opera mobile which i use for desktop browsing. i use google maps for navigation. i downloaded gmail from the market. seems the preloaded version may be faulty but the market version works fine. i used an app from the market called apps2rom to convert gmail, dolphin, opera, and a few other user apps to system apps. seems to work good so far.
sidekick_fanatic said:
I removed a lot of apps. I removed device carbon, zipwhip, group text, cloud text, tmobile contacts backup, twitter, myspace, the stock browser, gmail, wifi calling, telenav, tmobile app pack, tmobile mall, maybe some others i cant remember. i replaced the stock browser with dolphin mini which i use for only mobile browsing. i also have opera mobile which i use for desktop browsing. i use google maps for navigation. i downloaded gmail from the market. seems the preloaded version may be faulty but the market version works fine. i used an app from the market called apps2rom to convert gmail, dolphin, opera, and a few other user apps to system apps. seems to work good so far.
Click to expand...
Click to collapse
out of curiosity, how exactly did u remove those apps? adb remove?
no. i use an app called total commander. you wont find it in the market yet, so just google total commander for android or visit ghisler.com. when you open total commander in landscape mode, you should see a button with a green plus sign. if you dont see that, switch to portrait mode and hit the botton with the two green arrows. then you should see the green plus sign. when you hit the green plus sign, a window will pop up that says add/edit button. at the top of the window it will say change directory. click that and change it to internal command. then click where it says command and select 119 remount. this will only work with root access. click ok/apply. you will now have a button with an r on it. go into any partition and click the r button and it will remount as r/w. when mounted as r/w, the button will also display r/w. click the button again and it will remount as r/o. go into system/app and remount as r/w and you can delete any system app. when im done i usually remount as read only again just to be safe. you probably already know this, but you have to allow total commander su permissions for this to work. but thats how i do it.
You can also use root browser by jrummy 16 he allows u to have the full verison for free
Sent from my SGH-T839 using XDA App
The easiest way to uninstall "uninstallable"/preloaded apps is with TiBu...
Sent from my SGH-T839 using XDA App
there are several good ways to remove system apps. any file browser with root functions will do the job. i like total commander because it has two windows, you can copy from one window and paste in the other, i like the interface, and i like the way it displays folders. it is also free, and it is the "full version". its an app thats currently in development. right now release candidate 4 is the current version. i dont know when the official version comes out, but i know it will be in the market. also dont know if it will be paid or free, but i think free. right now its free, if it becomes paid, i will have to find another root browser that i like. but i hope it stays free. i doubt i will like any other browser as much as i like total commander.
i also have converted several user apps to system using an app called apps2rom. its available in the market for free if anyone is interested. its very straightforward. select the apps you want to convert, click move, allow the device to reboot, and voila! its done.
Titanium Backup Free also allows for free app block/removal (and this is for a *rooted* Sidekick 4G). (and it is what I have installed )
Just get a custom rom like glorious overdose..it will save you the trouble of going through each unnecessary app and deleting it..a good rom like that is already fast and lightweight..
Sent from my SGH-T839 using Tapatalk
some people want to stay on the stock firmware, myself being one of them. removing bloatware really isnt that troublesome. if you spend a little time figuring out how to do it, it really takes no time at all. removing bloatware takes most of the bugs out of the stock firmware anyway (now is the part when people start screaming about touchwiz being the main problem, but it works fine for me). not everyone needs a custom rom though.
I finally tried to block an app but found out that feature is only in the PAID (aka DONATION) version of Titanium Backup. Cheapskate that I am, I went to your "Total Commander for Android" (1.0 rc4) and downloaded it. Any suggestions on how to use it?
sidekick_fanatic said:
no. i use an app called total commander. you wont find it in the market yet, so just google total commander for android or visit ghisler.com. when you open total commander in landscape mode, you should see a button with a green plus sign. if you dont see that, switch to portrait mode and hit the botton with the two green arrows. then you should see the green plus sign. when you hit the green plus sign, a window will pop up that says add/edit button. at the top of the window it will say change directory. click that and change it to internal command. then click where it says command and select 119 remount. this will only work with root access. click ok/apply. you will now have a button with an r on it. go into any partition and click the r button and it will remount as r/w. when mounted as r/w, the button will also display r/w. click the button again and it will remount as r/o. go into system/app and remount as r/w and you can delete any system app. when im done i usually remount as read only again just to be safe. you probably already know this, but you have to allow total commander su permissions for this to work. but thats how i do it.
Click to expand...
Click to collapse
these are all the instructions you need to delete apps i cant explain it any better
I guess I am not sure where to LOOK for the system files. not sure which folders have the files in them (no clue about how Android sets up their stuff in the root directory) but I saw the R & the icons mentioned, etc.
open total commander. click file system root. scroll down, click system. then click app. then remount, delete the apps you want, then remount back to read only. if you are not sure what an app is or does, google it. thats how i figured certain things out. i dont remember what any of them are, i only looked them up and deleted them. i also suggest if you have cwm recovery that you boot into it after deleting system apps and run fix permissions. to do that, boot into cwm, scroll down and select advanced, then select fix permissions. you dont have to do it after you delete every system app, just delete a bunch and then do it. android stores permissions for every app, and i theorize that deleting system apps causes permissions errors similar to registry errors in windows. fix permissions takes care of that.
re-reading stuff now. Where to I move them to? I am thinking of making a new folder in my SD card and moving stuff there. I can then upload the stuff to my SugarSync account for permanent storage.
I removed the default Contacts APP. the "CONTACTS" word disappeared for the home screen. I used Go Contacts Pro. if I move that app into the system folder, will the "CONTACTS" Shortcut come back?
Also getting constant "android.process.acore has stopped unexpectedly" Force Close error again and again. How do I fix this?
also, where do I find "cwm recovery"??
i looked here and don't see anything:
https://market.android.com/search?q=cwm+recovery&c=apps
AND
https://market.android.com/developer?pub=ClockworkMod&start=0&num=12
I tried this 1:
https://market.android.com/details?id=com.stericson.permissionfix
But it didn't seem to do anything. Still getting the "acore" Force Close error
after a bit more research on the error, it looks like Facebook & Contacts are the main culprits. i will attempt re installing them back into the system app folder.

[Q] Download Files From Google Drive

Hi ,
I uploaded some pictures on my Gmail Drive yesterday via Laptop.
When I use the Android Google Drive Client on my Gingerbread , I have options of viewing it or making it offline.
Is there any way of downloading the pictures to my SD card ?
Making it offline doesn't help because once I remove the Google Drive App from my Droid , I will no longer be able to view that picture.
I want a permanent download so that my downloaded pictures appear in my gallery even after un-installation of Google Drive.
EDIT: [SOLVED]
Disable encryption via settings, and the files are accessible in the below folder. Thank the man
Click to expand...
Click to collapse
The files seem to be in the google docs application folder, which on my system is found in /mnt/sdcard/Android/Data/com.google.android.apps.docs/files/pinned_docs_Files_do_not_edit/*CRAZY FOLDER NUMBER*
However, viewing the files does not work. It seems that this is a feature they have not included (for whatever reason).
Dropbox lets you export files.
You could also try another service called "Box".
KeePassDroid with Google Drive
I was going to create a new thread but in searching found this one. I'll use this one as maybe it applies with certain features not yet being implemented? Or am I overlooking or doing something wrong? I'll keep this simple. I use KeePass V1.x and KeepassDroid to keep my passwords in sync. It works great with DropBox. I have my database stored in the cloud and whenever I make a revision, it syncs across all my devices. Being the Google Whore I am, I was excited to try it with Google Drive. NO GO!
I can access the file and open the database with KeePassDroid without any issues. If I make a change and try to save it I get the following error. /data/data.com.google.android.apps.docs/cache/filecache2/123456789/databasename.kdb.tmp: open failed: EACESS (permissions denied). It won't let me write back to the database like DropBox will.
When I made the file available off-line, it would let me save the file, but it would not save that file back to the cloud. Do you think it's a permission issue on my side, or a limitation right now with Google Drive? Quick side note: I'm using a ported version of ICS but not really having any other issues. But if others are able to write back with a 3rd party app, then maybe it is something to do with the port....just a thought? If anybody has any ideas....Thanks!
RikkKeith said:
I was going to create a new thread but in searching found this one. I'll use this one as maybe it applies with certain features not yet being implemented? Or am I overlooking or doing something wrong? I'll keep this simple. I use KeePass V1.x and KeepassDroid to keep my passwords in sync. It works great with DropBox. I have my database stored in the cloud and whenever I make a revision, it syncs across all my devices. Being the Google Whore I am, I was excited to try it with Google Drive. NO GO!
I can access the file and open the database with KeePassDroid without any issues. If I make a change and try to save it I get the following error. /data/data.com.google.android.apps.docs/cache/filecache2/123456789/databasename.kdb.tmp: open failed: EACESS (permissions denied). It won't let me write back to the database like DropBox will.
When I made the file available off-line, it would let me save the file, but it would not save that file back to the cloud. Do you think it's a permission issue on my side, or a limitation right now with Google Drive? Quick side note: I'm using a ported version of ICS but not really having any other issues. But if others are able to write back with a 3rd party app, then maybe it is something to do with the port....just a thought? If anybody has any ideas....Thanks!
Click to expand...
Click to collapse
It *seems* to me like a limitation with their software. The fact that you can't even use the files outside of google drive/docs despite them being there indicates that either the files are encrypted, or in some other non-standard format. Uploading probably doesn't work because the file you put there are in the wrong format for the software to use them.
I switched back to Dropbox (which I never REALLY left) because of this. As a way to move files to your phone (like .zips to flash), Google drive falls short.
BK553 said:
I switched back to Dropbox (which I never REALLY left) because of this. As a way to move files to your phone (like .zips to flash), Google drive falls short.
Click to expand...
Click to collapse
Send them clear, direct feedback. Maybe they'll change it. After all, the product was just launched
Same here. I suspect G will change over time .
BK553 said:
I switched back to Dropbox (which I never REALLY left) because of this. As a way to move files to your phone (like .zips to flash), Google drive falls short.
Click to expand...
Click to collapse
Glad to see this thread. First thing I did was try to copy a file to my SD Card from Gdrive. Just keeps trying to open them. Only option I had was send to Dropbox from Gdrive and export from there. Kind of a waste of time.
Just wait and see what features they add on. Its still very early.
Is your phone rooted? Using ES file explorer, and having the "up to root" toggle enabled, if I went to the root directory /mnt/sdcard/download directory all of the 4 files I synced with google drive were able to be copied using ES file explorer without any problem at all.
It's a bit annoying, but for now it works for me!
Cirkustanz said:
Is your phone rooted? Using ES file explorer, and having the "up to root" toggle enabled, if I went to the root directory /mnt/sdcard/download directory all of the 4 files I synced with google drive were able to be copied using ES file explorer without any problem at all.
It's a bit annoying, but for now it works for me!
Click to expand...
Click to collapse
I could copy them no problem. The problem is, copied or not, they're unviewable.
Are you sure you are looking in the folder I mentioned, or are you looking in the folder that does not require root access? There is a link to those files in the directory that doesn't require root but even the thumbnail doesn't appear there.
Shrug, I pulled photos and a pc executable from that folder and copied it onto my SD card using the move option in ES file explorer which allowed me to email them to a friend.
How to enable Google Driver on my phone ?, i have download from Google Play but it's display not available in my country, hmm
When I went to the drive.google site after I installed the PC application it gave me a url to download the mobile app. I made sure "install non-market applications" was selected in my phone settings, opened up that site in my phone's browser, and installed it.
So I seem to have managed to get files from google drive onto my phone and tablet. I use an app called officesuite pro. I've got it on my prim and sgs2. It is a paid app but it connects to remote servers, google docs(drive), dropbox etc. If you access your files through there, you can copy the file, doc, zip whatever is on your google drive, and paste it to a local drive. All intact and usable.
This is crazy. As soon as my Drive was ready I transferred all my DB files to it thinking I'm all Google, so lets use it! Yeah, I can't access any of my files. With DB I could just long press a name, and download. Guess it's back to DB until Drive can do it too. Nice otherwise.
Cirkustanz said:
Are you sure you are looking in the folder I mentioned, or are you looking in the folder that does not require root access? There is a link to those files in the directory that doesn't require root but even the thumbnail doesn't appear there.
Shrug, I pulled photos and a pc executable from that folder and copied it onto my SD card using the move option in ES file explorer which allowed me to email them to a friend.
Click to expand...
Click to collapse
The folder you said was:
/mnt/sdcard/download , right?
I have the folder ( with a capital "D" though), except there are none of the files I made offline with drive in it.
stevemacer said:
So I seem to have managed to get files from google drive onto my phone and tablet. I use an app called officesuite pro. I've got it on my prim and sgs2. It is a paid app but it connects to remote servers, google docs(drive), dropbox etc. If you access your files through there, you can copy the file, doc, zip whatever is on your google drive, and paste it to a local drive. All intact and usable.
Click to expand...
Click to collapse
Thanks for the tip. Still, might shame to have to jump through such hoops. The other question is: does it work with non-doc files?
BK553 said:
I switched back to Dropbox (which I never REALLY left) because of this. As a way to move files to your phone (like .zips to flash), Google drive falls short.
Click to expand...
Click to collapse
same here. disappointing. but i hope they will change it in the future.
Yeah, it works with any type of file, I used it to download a zip. You can do it with jpegs too but you have to make it show unsupported files. Also, another way, probably easier is to log into google drive through your browser, you can download direct from there i've noticed. Just click on the file and it should give you the option to dl. Shame they haven't put this in the app.
stevemacer said:
Yeah, it works with any type of file, I used it to download a zip. You can do it with jpegs too but you have to make it show unsupported files. Also, another way, probably easier is to log into google drive through your browser, you can download direct from there i've noticed. Just click on the file and it should give you the option to dl. Shame they haven't put this in the app.
Click to expand...
Click to collapse
Funny I was just trying this. It does work, but it renames the file to some long weird label. Have you found a way to keep it the same name?
To be honest, i've not really tried it through the browser but when I download it through officesuite pro, it retains the original file name.

HOw to Get the KitKat launcher

So how do you get it? The first step is to head over to this thread on the XDA Developers Forum. The top post includes a set of instructions and a download link for a zip archive containing three APK files that need to be installed in a particular order.
My Android 4.1 Galaxy Note II, with a KitKat launcher face-lift.
Now, advanced users who are already comfortable opening zip archives on their phone and managing files can do all of this downloading and installing directly on their Android phone. But in general, I recommend downloading the zip archive to your computer first, decompressing it, and placing the files somewhere you can access easily. To get them on your phone, email the each file individually (to limit the possibility of file size limitations) to an email account you can access from the phone. Alternately, you can send to Dropbox or Google Drive and then download them back down to your phone.
But before you proceed with installing them, make sure your phone is setup to work with files from sources other than Google. To do this, dive into your phone settings, select Security, and then with any luck you should see an option to accept files from "unknown sources." Make sure the box is checked and then back out to your home screen.
You'll also need to make sure you're comfortable with the worst case scenario: a factory reset. Members of the XDA Forum have reported mostly successful results using devices running Android 4.2 or later. Anything earlier is iffy. My Galaxy Note II running Android 4.1 was a rare exception, but even then, features such as Google Now voice commands did not work properly. This is a "use at your own risk" procedure, so make sure your photos, videos, data and settings are backed up before attempting this.
After installing the last of the APK files, you'll be walked through the introduction to the new KitKat launcher.
Once the files are accessible from your phone, via email or whatever method you chose, select the PreBuiltGMScore APK file first. You may be given a choice of how to install the APK. I went with the Package Installer, but other options may be just as viable. It may also warn you that you are replacing an existing file -- that's fine. Once installed, simply hit Done and move on to the next file, which in this case is the Velvet APK. Rinse and repeat, and finally move on to the GoogleHome APK file. At the end of installing that one, however, you'll want to hit Open instead of Done. Doing so will usher you into clean, slick world of the KitKat launcher.
As your first order of business, I suggest a tap and hold on the home screen, which will bring up options for changing the wallpaper, installing home screen widgets, and configuring your Google Now experience. If nothing else, choosing from the new wallpapers will help complete the KitKat transformation.

|ROOT/ADB?| Fully stopping Instant Apps from installing ever again

Hey guys, this is my first thread, and I'm a bit confused on the app. Today I'll tell how did I stop the freaking google 'malware' from installing and updating every single day. This would work on any rooted device that has access to the data partition, maybe it could be reproduced via adb without root.
First off, I searched everywhere looking on how to disable, uninstall, break, or do anything to this forced battery hog. The best answers were using 'pm hide' on the package but this caused a very high battery usage, due to the file dependencies. So I searched where it was installed. Luckily enough, it is an user app, so it means I would find it on /data/app and /data/data. I will use solid explorer, but any file manager with root access and chmod to change permissions should do just fine.
Once we locate the folder (/data/app/com.google.android.instantapps.supervisor-1 in my case) we delete it. Utterly. After that, we will create a file, and name it exactly the same as the folder did. This is a dummy file that the system will believe it is a folder, and will try to install the application inside it. We fill that file with enough random characters for making the system think it can't just delete it (sometimes cleaners point empty files as worthless and wipe them out)
Now we need to make the dummy file unremovable for anyone but us, by using chmod. Solid explorer has a nice interface for that. We long press the file, enter to properties and set the permission to 0 0 0 (attributes tab). This makes play store unable to delete the file to recover the old folder, and when it tries to download the package, it will fail because it won't have a respective folder to be sent to.
After this, we reboot the phone and see that google play services for instant apps has lost roughly 90% of it's size, and when we enter settings>google>google play instant it'll ask for installation. I was bold enough to accept, just for getting an error dialogue when it tried to install itself.
Known issue: The app reinstalls once again after reboot. The cause is that, when android can't install the app in the first folder (the one that ends with a -1), it can create a second one (ending with a -2 instead), like an alternative. This is solved by just doing the same procedure above on the second folder, and you will end up having two dummy files instead of one. A third folder cannot show up, or at least it didn't in my phone.
Notes: You can repeat this with the folder in /data/data and any other data partition level instant app folder, but I wouldn't do it because I already broke all functionality since I deleted the base apk, and the app size is less than 300KB now so I don't think the trouble is worth it.
You must whitelist these files from any memory cleaner, i.e SD maid corpse finder will delete it thinking it's a leftover of an old app
WARNING; I'M NOT RESPONSIBLE FOR ANY MISLEADS, WRONGS, OR PLUTONIUM-UNSTABLE ROMS THAT MAY EXPLODE IN ANY WAY. YOU ARE THE RESPONSIBLE FOR YOUR DEVICE'S SAFETY AS THIS ISN'T EVEN FULLY TESTED IN MY PHONE AND I DON'T KNOW THE ULTIMATE CONSEQUENCES OF DOING THIS. YOU ARE WARNED.
PD: Please make some suggestions about how I made the thread, I did what I think it's my best

Categories

Resources