[Q] installed app. app disapeared. cant reinstall - Android Q&A, Help & Troubleshooting

ok.... I have Samsung Fascinate.
PWGB2.0 beta3 ROM
I found the zip containing on here(XDA) somewhere containing the BuddiesNow app for my phone and installed it. I then found the BuddiesNow for Vibrant tweaked for the Fascinate. I went to /system/app and located my BuddiesNow I had placed in there 1st and renamed it .bak
I then placed the Vibrant BuddiesNow app in the /system/app folder.
It worked great. I discovered I liked the Vibrant BuddiesNow app much better.
*************
ok... now my issue. I picked my phone up ealier this week and went to use my Vibrant BuddiesNow app and it was gone. I then long pressed the blank screen and pressed Widgets from the list that popped up. I scroll thru the list and BuddiesNow does not show up in the list.
I then open my file manager and navigate to /system/app folder and BuddiesNow is not in there. Not even the .bak file version.
I then go to my SDcard and find the copy of the Vibrant BuddiesNow app I had originally stored in a folder there and tried to copy it to the /system/app folder. The error message pops up saying that the file already exist and cant paste the file here.
I then booted into recovery, tried wiping partition cache and dalvik cache.
That did not help any. Got same result when I tried to move the file to /system/app folder again.
I then thought I would be cleaver and rename the Vibrant BuddiesNow in my SDcard folder to [BuddiesNow.apk.grid] and then move it to the /system/app folder. AND THEN AFTER PLACING IN THE /system/app FOLDER, RENAME IT TO .APK
That did not work either! It also diappeared.... now I have BuddiesNow.apk,
BuddiesNow.apk.bak, BuddiesNow.apk.grid, all in the /system/app folder and all invisible.
I had the file manager settings to SHOW HIDDEN FILES from the beginning.
I also have tried the SEARCH function in the file manager but it shows no results. I have tried installing many file manager apps and attempting to see if a different file manager would show the files but none did.....
I tried to write this episode as short as possible.. this is the best I could do to cover al the bases...
what could be a fix????????? PLEASE ADVISE! I LOVE MY BUDDIESNOW!

Come one...anyone? I love my buddiesnow app. Please help me out here

hard to belive
hard to believe someone has not seen this before and has an idea how to fix it...
I love this forum anyways

File exists, How about overwrite the file?
Accidentally sent from my Google Nexus S using XDA Premium

melvinchng said:
File exists, How about overwrite the file?
Accidentally sent from my Google Nexus S using XDA Premium
Click to expand...
Click to collapse
OVERWRITE FILE is not an option to choose... in this particular problem with this
particular apk disappearance, the option to overwrite is not there.
I have had the overwrite option at other times but not now with this issue fo who know what reason.
I am going to factory reset I guess and start over.

hasn't anyone else had the same issue?

Not sure if this would be helpful but when I had a similar issue I just used titanium backup and found the file that "already existed" and removed it. Also, you can use any file manager that allows you to sort by date modified and look for any buddynow files that may be in a folder that you didn't think about looking in

did you maybe moved the app to your sdcard ? sometimes app's widgets wont show if you move them to sdcard.If you did so move it back to the phone's memory

YoungSinema said:
Not sure if this would be helpful but when I had a similar issue I just used titanium backup and found the file that "already existed" and removed it. Also, you can use any file manager that allows you to sort by date modified and look for any buddynow files that may be in a folder that you didn't think about looking in
Click to expand...
Click to collapse
I used the search function in the various file managers I have tried & even searched the entire phone (and also the /system/app )for he disappeared files and got no results...when I get some time next week I am going to sit down and factory reset my phone and start all over.
if it works I will not try the vibrant version of buddiesnow on my phone again,
I will just use the fascinate version of buddiesnow. (the vibrant version sure was nicer tho)....

Related

Wii Controller on Stock Rom ?

I know it works on Vegan (and apparently not TnT), but what about stock? Everything works except enabling WiiController IME.
Yes, I believe I remember it working when I first got the device.
So you mention that TnT Lite doesn't support the Wiimote? That's a burn. Where did u read it? I've been trying to make it work for the past 3 days... argh
Not sure if it makes a difference, but I'm using TnT Lite 4.4.0 and I had trouble installing the WiiController IME as well.
The solution that worked for me was posted somewhere around the boards, maybe in the WiimoteController thread [ http://forum.xda-developers.com/showthread.php?t=672884 ]. It was to use an app like RootExplorer to change the permission and then copy the .apk into the /system/apps folder.
*edit* To be more specific, copy the .apk from the /data/apps folder to the /system/apps folder. And remember to reboot the device for it to show up.
evilpotatoguy said:
It was to use an app like RootExplorer to change the permission and then copy the .apk into the /system/apps folder.
*edit* To be more specific, copy the .apk from the /data/apps folder to the /system/apps folder. And remember to reboot the device for it to show up.
Click to expand...
Click to collapse
Maybe it's because I'm using TNT-Enhanced (instead of TNT-Lite) but WiimoteController still crashes running from the system/app folder.

I have a CWM 3.0+ updater-script question

Hello all,
I have written a script to push as file to my TB and it works kind of...I just want to know why it is not functioning as it should.
Here is what I am attempting to do.
Since my HTC weather does not have my city listed and my weather is always way off, I hacked the HTC weather database to add my city. And it works great.
So I wanted to create a weather_update.zip to install using CWM to do all of this for me if I changed roms and to allow others to use it as well.
the file goes into the /data/data/com.htc.provider.weather/files directory.
My script mounts data, pushes the file, changes the appropriate permissions, then unmounts.
It works as intended because I can see the file using adb prior to reboot.
However, after a reboot, the file is overwritten by the original. I can even delete the file completely, reboot and it is rebuilt. So my modified file does not stick.
BUT, if I use root explorer and copy the file to the correct directory and change permissions, my modified file works even after a reboot.
I don't understand why it works one way but not another.
Is there a step I am missing in the updater-script?
Any help would be appreciated....
Thanks,
Scott
UPEngineer said:
Hello all,
I have written a script to push as file to my TB and it works kind of...I just want to know why it is not functioning as it should.
Here is what I am attempting to do.
Since my HTC weather does not have my city listed and my weather is always way off, I hacked the HTC weather database to add my city. And it works great.
So I wanted to create a weather_update.zip to install using CWM to do all of this for me if I changed roms and to allow others to use it as well.
the file goes into the /data/data/com.htc.provider.weather/files directory.
My script mounts data, pushes the file, changes the appropriate permissions, then unmounts.
It works as intended because I can see the file using adb prior to reboot.
However, after a reboot, the file is overwritten by the original. I can even delete the file completely, reboot and it is rebuilt. So my modified file does not stick.
BUT, if I use root explorer and copy the file to the correct directory and change permissions, my modified file works even after a reboot.
I don't understand why it works one way but not another.
Is there a step I am missing in the updater-script?
Any help would be appreciated....
Thanks,
Scott
Click to expand...
Click to collapse
I could be way off base here but wouldn't you have to recursively delete the original to keep it from rebuilding?
dbu said:
I could be way off base here but wouldn't you have to recursively delete the original to keep it from rebuilding?
Click to expand...
Click to collapse
LOL, what I was thinking too, but it doesn't seem to work, unless I am doing it wrong.
If I replace the file and reboot, the original rebuilds.
If I delete the file completely and reboot, the original rebuilds.
If I replace the file using root explorer after phone has booted and then reboot, my modified file sticks.
That is what I can't figure out. Why it sticks after OS has loaded but rebuilds if the same file is placed before reboot.
And I can't figure out where the file is being rebuilt from.
Uggggg.

[Q] Add apk to SharkieRom Lite

I would've posted in the development forum but I don't have enough posts. I would like to add the stock mail apk back to the rom. I thought I read how on my first read through, now I can't find it (I searched also). I downloaded the removed apk's zip and put the mail apk on my sd card. I tried to add it to the system/data folder but it didnt work. Hopefully someone can point me in the right direction
You put it in /system/app and rebooted and it wasn't installed? It should have been... Do you have a pc with adb installed? If so, you can just push it to /system/app and reboot. Both methods should work... Or you could put the Mail+PRIME.apk in the ROM zip file in /system/app before you flash it by opening the zip as archive then re-flash it.
Thanks for trying my ROM out! Sorry you didn't get an answer to your question sooner. Feel free to PM me if you ever need help.
When I add it to system/app there is already a mail apk there. So I replaced it with the file from my SD card and rebooted . Now it shows in my app drawer but force closes when I try to open it.
There being a Mail+PRIME.apk already in /system/app doesn't make sense unless you already added it in at some earlier point. In any event, I would make sure you only have one of those in there. If there's somehow one in there called just 'Mail', delete it. After you put the new mail+prime apk in /system/app, set the permssions so it looks like all the other /system/app apks, reboot into recovery, wipe your cache and dalvik-cache, and then reboot. That should do it.
Thanks for the help, I'll give that a try

[Q] cant restore seccalendarprovider

I used the 'uninstall' app to remove the seccalendarprovier.apk which moves it to another folder they call the "recycle bin". Anyways I realized I need that because it's the back end of the calendar so I tried to restore it from the recycle bin and it fails. So I used a file manager to mount /system/app and manually copied to .apk, .odex and .conf back. I confirmed the files are there but the calendar app wont work. Any ideas what I'm doing wrong?
smalco44 said:
I used the 'uninstall' app to remove the seccalendarprovier.apk which moves it to another folder they call the "recycle bin". Anyways I realized I need that because it's the back end of the calendar so I tried to restore it from the recycle bin and it fails. So I used a file manager to mount /system/app and manually copied to .apk, .odex and .conf back. I confirmed the files are there but the calendar app wont work. Any ideas what I'm doing wrong?
Click to expand...
Click to collapse
looks like it needs to be in /system/priv-app instead of /system/app. Moving it there appears to have fixed it. Apparently "uninstall" app can't handle copying files there...

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