[Q] Renaming APKs - Vibrant Q&A, Help & Troubleshooting

I usually download my apks in my computer and send them to my phone so I could archive them or send them to friends easily. The problem is, their file names are very long and hard to read in the phone. If I rename the apk files, would it affect installation-wise, ie it will install as another 'version' of that app. So let say if i installed a renamed apk and update it with another version of the same app, would it interfere?

Related

[Q] What version & how to tell

Hello,
How can I tell what version a *.apk file is before I move it to the phone and open it?
I have many email.apk versions and would like to see, which version it is in Win$ows before I try to open and install it on my Vibrant.
Here is an example from the Vibrant-Droid-Razr 2.1 from Fishman.
Tx,
The_Toggle
Apk files are actually zip files, or something similar. You can see what is inside them using file managers on the phone, or probably unzip on a PC. I took a look at one I had, and found the version number by viewing the AndroidManifest as a text file.

[Q] How to get back AllShare Play

Hello
How can i get back "AllShare Play" for my Galaxy S3? I installed another firmware and a rom and don't really know when it was deleted. I tried to find a solution but I couldn't find anything to solve the problem.
Cance
Go find a Stockish Rom that still has the bloatware........and just extract the System/app folder and put the apks that you want back into your current system/app folder.
Yeh useful tools are bloatware
Thanks for the fast answer but I don't know how to extract the folder when I have a ROM with the needed APK. Can I do this on my computer or do I have to do this on my phone?
Download the Rom to your phone or Computer.
Extract the Rom using a File explorer on your phone or a 7zip/winzip program on your PC and go through the folders...Find the
System/App folder it will be filled with every system app you can need......pick out the apks you want to add into your current set up.
save them to a folder and put them back on your phone....or if on your phone just copy them from the extracted location and navigate back to your Local System/App folder, make the Folder R/W so you can add and remove the system files.....and just paste them back in your current system folder overwriting the current ones. and set the premission to match the rest of the folder most of the time i think its rw-r-r
and reboot. sounds long.....but it only takes me 2 min to copy and replace the files and reboot.
its really simple once you do it a couple times.
hope this helps
Thank you very much, didn't know that it is this easy. I never opened the zip file of a rom ^^
What's the name of the apk? I don't see an obviously named app?

[Q] [HELP!!] Deleted some odex, now no more apk installer

Was trying to install some APK manually then i got a "LOW STORAGE SPACE" warning. Check online, was 'guided' to delete some .odex file.
I think i deleted some wrong files but I can't remember which. After deleting the .odex, I was able to install the APK I wanted to install.
But now, which is few hours later with a few reboot done to my phone. I can't use Google Play (getting error 406), I can't manually install APK which I transferred from my notebook. When I try to open the APK file (and few others which previously worked) via Root Explorer or File Commander both apps return the similar warning, somethings that says "there are no apps capable of opening this kind of file"
Any help here?
ed0gawa said:
Was trying to install some APK manually then i got a "LOW STORAGE SPACE" warning. Check online, was 'guided' to delete some .odex file.
I think i deleted some wrong files but I can't remember which. After deleting the .odex, I was able to install the APK I wanted to install.
But now, which is few hours later with a few reboot done to my phone. I can't use Google Play (getting error 406), I can't manually install APK which I transferred from my notebook. When I try to open the APK file (and few others which previously worked) via Root Explorer or File Commander both apps return the similar warning, somethings that says "there are no apps capable of opening this kind of file"
Any help here?
Click to expand...
Click to collapse
from your question I guess it is the packageinstaller.apk/odex you deleted but not sure
with out the name of the files you deleted you cant get it to work
so simply reflash the rom
sangalaxy said:
from your question I guess it is the packageinstaller.apk/odex you deleted but not sure
with out the name of the files you deleted you cant get it to work
so simply reflash the rom
Click to expand...
Click to collapse
Well, reflash after trying various ways...
Thanks anyway

[Q] How should I de/recompile a system app? What did I do wrong?

Hi,
So the situations is like this:
Just got a new LG Nexus 4, NFC enabled, GREAT!!!!
But then I start using it, and the NFC sound (everytime the phone reads a nfc-tag it makes an sound) annoys me beyond belief.
So I start looking around, it seems there's no solution, except recompiling the app.
So I learn how to compile an app (noob here), using this guide: http://forum.xda-developers.com/showthread.php?t=1860115
I'm up to the point where my apk is decompiled, and I have modified the sound files, located in my decompiled files folder respectively at res/raw/start.ogg & res/raw/end.ogg.
I modded the files using audacity, lowering the volume to zero, used them to replace the original .ogg files. The file size is a bit smaller as the original ones (1Kb difference).
Next I use the recompile command: apktool b decompiled_apk_folder_with_modified_files modded_apk_file.apk
So now I have the new nfc apk file, called NfcNci.apk, with which I replace the original file in /system/app.
Next up I reboot my phone into recovery, wipe all cache and dalvik cache, and reboot again.
First thing that pops up on my screen is a force-close message, saying that the nfc-service force closed.
Anyone who can tell me what I did wrong? Or how I can fix this?
Attached are: my decompiled-files-folder (compressed to zip)
the original NfcNci.apk file
my modded NfcNci.apk file which causes the FC's.
Any help will be greatly appreciated!!!!
S.
Looks like you're still on 4.2
The latest NfcNci.apk has some more files.
And your apk is missing the META-INF folder.
I guess that this is the problem.
But you should use "adb logcat" to ensure we're on the right track.
Micky
1 thing i would recomend is not using the actual apk you just built. instead, open your new apk with a file manager such as 7zip and remove your newly compiled files out of it, then put them into the original apk from your rom using 7zip as well! thus keeping the apk's original signature
try to copy the least amount of files from one to another, so to be safe only pull out your new .ogg files, then put them into your original apk! hope this helps
ldrifta said:
1 thing i would recomend is not using the actual apk you just built. instead, open your new apk with a file manager such as 7zip and remove your newly compiled files out of it, then put them into the original apk from your rom using 7zip as well! thus keeping the apk's original signature
try to copy the least amount of files from one to another, so to be safe only pull out your new .ogg files, then put them into your original apk! hope this helps
Click to expand...
Click to collapse
Hi, I tried this, installed 7zip, and double clicked the original apk, I opende the res/raw/ directory, and only copied the files I was using: start.ogg & end.ogg. Then I close 7zip, and send the file to my phone. But as soon as I it them to /system/apps on my phone, and reboot to recovery, wiping the dalvik cache. I get FC's on reboot (NFC-service has FC'd).
Any reasons for this?
Thanks for the help, both of you!
BTW: I'm on Android 4.3 JB

Files App Showing 0 Byte APK in Downloads Folder

Hi guys,
I was checking my download folder today using the default Files app and saw this .apk file that I didn't download. Naturally, I wanted to remove the .apk but when I tried to remove it, the function failed.
I tried to get more information but there's nothing I can do to the .apk. I can't open it, copy it, rename it, etc.
Next step, I plugged my phone into my computer and looked at the internal Downloads folder via USB file transfer. I could not see that specific .apk, even with view hidden objects on.
So, I went into my file manager app (Amaze with root access) and went to the emulated Downloads folder, same thing. The folder did not show the .apk at all.
I opened up SD Maid and see if they can find and remove the file, but nope, didn't work.
Now, I'm thinking it's probably just a bug with the Files app so I deleted user data and cache, restarted my phone and all that but still, that .apk persists.
I'm at my wit's end and I have no clue how to remove this file. Any help will be appreciated.
I'm using Google Pixel 3, Android 10.
SeraphChaos said:
Hi guys,
I was checking my download folder today using the default Files app and saw this .apk file that I didn't download. Naturally, I wanted to remove the .apk but when I tried to remove it, the function failed.
I tried to get more information but there's nothing I can do to the .apk. I can't open it, copy it, rename it, etc.
Next step, I plugged my phone into my computer and looked at the internal Downloads folder via USB file transfer. I could not see that specific .apk, even with view hidden objects on.
So, I went into my file manager app (Amaze with root access) and went to the emulated Downloads folder, same thing. The folder did not show the .apk at all.
I opened up SD Maid and see if they can find and remove the file, but nope, didn't work.
Now, I'm thinking it's probably just a bug with the Files app so I deleted user data and cache, restarted my phone and all that but still, that .apk persists.
I'm at my wit's end and I have no clue how to remove this file. Any help will be appreciated.
I'm using Google Pixel 3, Android 10.
Click to expand...
Click to collapse
Same is happening with me right now
Using Oneplus 5 Android 10

Categories

Resources