I accidentally Deleted my Launcher app using titanium backup. Is there anyway to reinstall the launcher? I really don't want to have to reflash the whole rom. I'm just using a rooted stock rom.
i suspect you just need to push the launcher.apk to the appropriate destination. search around for instructions on how to do it, and a copy of the file itself
you can download helix launcher from the market. great launcher I use it all the time. I prefer it to the stock launcher anyways.
You can also just reflash the rom your using again, it wont delete any apps or anything and it will relace the stock files.
you'll need to find the Launcher2.apk from the Rom you use. just extract the Rom and search the extracted folder: /system/app . once you find the apk file, you'll need to push it to /system/app on your phone via adb or the Su file manager (available in market)
I did the same thing...
I have a Milestone 3 (Brazilian Droid 3) and after installing a new home screen, i deleted the standard motoblur home screen (not without a backup of course). I didn't know that a factory reset don't reinstall the standard programs of Motoblur, so now i have a handset without launcher.
I can't access by ADB, due the factory reset deleted my predefined configurations and I can't access the market to download a launcher.
The only thing I have is the lock screen, the notification bar and a black screen below the bar. When i plug the USB i have the options to access the Motorola Phone Portal, USB, Windows Media Link and Charge only.
I tried to find the base rom to reinstall, but i couldn't find. Tried to find a shortcut to use by the keyboard, and got the same result.
I'll keep trying to find a way, and if anyone could help us i'll be glad.
Thanks
I would have hoped that the OP has managed to get his phone working after a year and a half.
Have you tried using the desktop android market to push a launcher to your phone?
https://market.android.com/details?...?t=W251bGwsMSwxLDEsIm9yZy5hZHcubGF1bmNoZXIiXQ..
Related
I just flashed my phone with the damage control ROM. At first all was well, I power cycled my phone and all my widgets and apps were gone, still installed but not on my home screen. I tried to reload all my widgets and I noticed they weren't there. Is their anyway to get the Sprint Hero Widgets that were factory installed?
-Dave
This involves a few steps but it will definitely work:
1. Unzip/Extract the DamageControl ROM you were using onto your PC using some type of unzipping tool.
2. Double-click through folders and find the /system/app folder.
3. All the widget and app .apk's will be in there.
4. Copy/paste any of the ones you want to put back onto your phone from that folder into your c:\android-sdk-windows\tools folder.
5. Open your Command Prompt and navigate to this android-sdk-windows\tools folder from cmd line
6. Then push these files via adb to /system/app
Code:
adb remount
adb push HtcBlahBlahWidget.apk /system/app
or
Code:
adb install HtcBlahBlahWidget.apk
Do either one of those commands for any of the apps and widgets you want to install.
I'm sure there is a flashable .zip out there that will install lots of those apps for you, so feel free to search around and find a simpler method than this. But this one will definitely work and you will only install exactly the stuff you want.
Zero4488 said:
I just flashed my phone with the damage control ROM. At first all was well, I power cycled my phone and all my widgets and apps were gone, still installed but not on my home screen. I tried to reload all my widgets and I noticed they weren't there. Is their anyway to get the Sprint Hero Widgets that were factory installed?
-Dave
Click to expand...
Click to collapse
There was a bug at one point in time that stopped the widgets from showing up in the widget list.
Go into Applications find HTC Sense select it and clear data/cache
Try to add the widget again - if it was installed it should show up now.
I really figured that would have been fixed by now - but damage moved on months ago the the evo - maybe he is not updating any more.
Kcarpenter said:
There was a bug at one point in time that stopped the widgets from showing up in the widget list.
Go into Applications find HTC Sense select it and clear data/cache
Try to add the widget again - if it was installed it should show up now.
I really figured that would have been fixed by now - but damage moved on months ago the the evo - maybe he is not updating any more.
Click to expand...
Click to collapse
That was it....thanks so much.....
Hi All,
I'm on the AT&T Captivate and have an issue with some of the ROMs that are out here. I am currently running the Cognition B9.1.2 ROM and LOVE it! My issue is that I am in Canada on the Rogers network and have found that certain messaging apps record incorrectly the received time of incoming SMS messages. There are tools in the Market to sort of fix this but I have found that some ROMs (Thinking of the "Tayutama's JPM Froyo w/Xcaliburinhand's Re-oriented Kernel - 10/28/2010" as an example where this error does not occur. I was looking at modifying the messaging app between those ROMs but was unsure how to do that.
Any help or pointers would be appreciated.
Thanks in advance
Juxtyce
Atokade said:
The text message time issue is not due to the Cognition ROM, it's because of how Rogers/FIDO do a timestamp adjustment in addition to your phone doing a timestamp adjustment.
You can either have your timezone changed, or download SMS time fix from the market.
Had the same problem myself!
Cheers,
Click to expand...
Click to collapse
Straight from the Cognition thread, search can be you friend.
Below are the steps I used to restore the AOSP Email app. designgears had added the AOSP Email client to earlier ROMS but reverted to the TW Email app because of too many complaints. I found that the AOSP Email app is much more reliable than the TW. You should be able to perform similar steps to install a different messaging apk. Let me know if this helps at all. I altered the instructions to the mms.apk instead of the Email.apk that I replaced.
1.) Find the messaging .apk file from the rom of your choice. Usually in /system/app/ folder.
2.) Connect your phone to the computer and move the mms.apk file you retrieved from the other rom to the root of your sdcard.
3.) Backup your current mms.apk with Titanium or manually copy it to another location on your phone.
NOTE: You may need to backup your phone settings so you can restore your launcher after clearing cache in the final step to avoid having to replace all of your home screen icons.
4.) Using Root Explorer or Astro, copy the mms.apk copied to your sdcard into the folder /system/app/ to replace the current app.
5.) Return to the home screen. At this point you should no longer see a messaging icon on your dock.
6.) Go to Applications->Settings->Applications->Manage Applications
7.) Clear the cache on the TWLauncher Application.
8.) Return to the home screen and you should now see the email icon has returned to the dock.
9.) Restore TWLauncher settings with Titanium to restore home screen icons that were removed in the cache.
f13nd0 said:
Below are the steps I used to restore the AOSP Email app. designgears had added the AOSP Email client to earlier ROMS but reverted to the TW Email app because of too many complaints. I found that the AOSP Email app is much more reliable than the TW. You should be able to perform similar steps to install a different messaging apk. Let me know if this helps at all. I altered the instructions to the mms.apk instead of the Email.apk that I replaced.
1.) Find the messaging .apk file from the rom of your choice. Usually in /system/app/ folder.
2.) Connect your phone to the computer and move the mms.apk file you retrieved from the other rom to the root of your sdcard.
3.) Backup your current mms.apk with Titanium or manually copy it to another location on your phone.
NOTE: You may need to backup your phone settings so you can restore your launcher after clearing cache in the final step to avoid having to replace all of your home screen icons.
4.) Using Root Explorer or Astro, copy the mms.apk copied to your sdcard into the folder /system/app/ to replace the current app.
5.) Return to the home screen. At this point you should no longer see a messaging icon on your dock.
6.) Go to Applications->Settings->Applications->Manage Applications
7.) Clear the cache on the TWLauncher Application.
8.) Return to the home screen and you should now see the email icon has returned to the dock.
9.) Restore TWLauncher settings with Titanium to restore home screen icons that were removed in the cache.
Click to expand...
Click to collapse
Would this also work if I wanted to replace the stock sms/mms messaging app on the latest cognition rom and replace it with something like Handcent, Chomp or Shady?
Hi
I accidently removed dialer 2.2.2 from the device using Titanium Backup, and i need to restore it in order for my phone calls to work.
I tried downloading some froyo Phone.apk but i cant install. It stops fast and syas "Application not installed" when i click it.
I put it in /system/app/ using adb. I didnt work either to install it through adb. It said cannot find file.
I need a original copy of Phone.apk and maybe some explanation of how to install it as it were before i removed it.
http://forum.xda-developers.com/showthread.php?t=960374 has a complete dump of 2X global version. You can find the dialer in there.
There are several threads about the joys of reinstalling system apps (usually ppl killed the launcher) among them are http://forum.xda-developers.com/showthread.php?t=992945
EDIT: next time freez in stead of uninstalling... frozen apps will be restored by a simple factory reset. uninstalled won't.
Thx I am downloading and hoping it will work with the original Phone.apk
vivet said:
Thx I am downloading and hoping it will work with the original Phone.apk
Click to expand...
Click to collapse
it should work.
I downloaded the package and pushed the Phone.lnk to the /system/app/ directory. After that i went to a file browser on the phone and tried to execute the Phone.apk file.
It came with the same message. Do i need to install through adb or hard reset?
vivet said:
I downloaded the package and pushed the Phone.lnk to the /system/app/ directory. After that i went to a file browser on the phone and tried to execute the Phone.apk file.
It came with the same message. Do i need to install through adb or hard reset?
Click to expand...
Click to collapse
You don't need to install apk when putting in /system/app.
Copy apk to sd, download and install rootexplorer copy apk forom sd with rootexplorer go to system/app push button “mount R/W“ paste apk and reboot the phone. Done
Well isnt that the same as using adb.
I have the Phone.apk from the optimus 2x dump in the /system/app/ folder now, but i doesnt fix the problem. It doesnt seem to get installed when rebooting.
How can i see if its installed. I checked Titanium Backup, which still shows the Dialer 2.2.2 grey with strike-through (Data backed up, with no possiblity of restore).
How do i force it to "reinstall" upon reboot.
I tried restoring a widget that i removed, and that worked, so maybe the phone.apk is installed after i pushed it to /system/app, but something else is wrong.
What could be the problem? Missing data or something, which i need to restore somehow?
Isn't there a way to reflash the device with original rom?
Any ideas?
I downloaded the Global System.zip from this forum. I successfully went to the android recovery menu on the phone. I can choose to update the phone using System.zip on sdcard.
Is that the way to go?
have solved the problem?
Is possible to edit the phone.apk? the stock "incall" app is simple orrrrrrible
i too am missing my dialer app. whenever i touched the phone icon it would crash and go to home screen i thought if i uninstalled it and reinstalled it with titanium pro it would fix it. but it now wolnt let me reinstall. ive been searching the forum and trying different ways to fix the issue but nothing is working so far ... how can i get this is work?
Phone.apk
Did you guys figure this out? I installed
Hi everyone,
My home button and the "swipe from the top" has disappeared since my last restart. I really have no idea what's happened and now I am using the apps called "Button Savior" to return the home screen.Maybe thid was because I have deleted some system files from system/data/data/com.android. providers.settings. I have restarted several times and it didn't work for my device.Now its really inconvenient to use the Kindle Fire HD. My current software version is 7.1.13. Could you guys help me to solve this problem? Thank you very much in advance.
maybe pull the rom in the development section and see if you can get the deleted files from it?
the only time my framework dissapeared was when i was trying to install the play store. i got it back by renaming a couple google framework apk's in the system folder and restarting...
Hi adiliyo,
How can I pull the Rom in the development section? As I have deleted many system files, I think I am in a much bigger trouble than yours.
adiliyo said:
maybe pull the rom in the development section and see if you can get the deleted files from it?
the only time my framework dissapeared was when i was trying to install the play store. i got it back by renaming a couple google framework apk's in the system folder and restarting...
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1886189
if you can't get the individual files, maybe reflashing that rom will fix your problems
This happened to me, and some other folks. Look for a thread asking about how to view/run settings.
Anyway, some fixes mentioned were to turn off notifications for Gmail - hard to do if you can't get to settings, though.
What worked for me was to try and side-load an application - copy an APK file to the 'downloads' folder on your KFHD via a connected computer using the windows file explorer, or ADB - and then install the APK. In my case by clicking on it using a file manager. The KFHD told me that I would have to enable foreign application installs to finish the install of the side-loaded APK, and took me to that portion of settings that dealt with that. In that section was the 'Reset to Factory Defaults' button.
I pressed the reset button, and got everything back. Earlier applications (google play store) that I hadn't un-installed in an attempt to fix the problem were still there. Super User was intact. I downloaded & installed everything again, and all is working as it should be.
Until Amazon comes clean with this walking ad-server, details on how to modify it without introducing issues are going to be sketchy . It's just our lot in life, if you'll pardon. I appreciate having super user access, and all the Google apps I love to use, but what's really required is the ability to modify the boot loader. Until that's available, it's going to be try until it fails, and then scramble to recover.
Nice HW, but limited by Amazon's vision of the customers.
Pat
adiliyo said:
http://forum.xda-developers.com/showthread.php?t=1886189
if you can't get the individual files, maybe reflashing that rom will fix your problems
Click to expand...
Click to collapse
After I installed GO Laucher EX, I was able to access the settings. Download the software from amazon and put it into the file named" kindleupdates". there's nothing change after I updated my kindle. Now the software version's 7.1.15. the home button and return button are still missing.the werid thing is my kindle is still rooted!!! Now I really have no idea...
PMcHargue said:
This happened to me, and some other folks. Look for a thread asking about how to view/run settings.
Anyway, some fixes mentioned were to turn off notifications for Gmail - hard to do if you can't get to settings, though.
What worked for me was to try and side-load an application - copy an APK file to the 'downloads' folder on your KFHD via a connected computer using the windows file explorer, or ADB - and then install the APK. In my case by clicking on it using a file manager. The KFHD told me that I would have to enable foreign application installs to finish the install of the side-loaded APK, and took me to that portion of settings that dealt with that. In that section was the 'Reset to Factory Defaults' button.
I pressed the reset button, and got everything back. Earlier applications (google play store) that I hadn't un-installed in an attempt to fix the problem were still there. Super User was intact. I downloaded & installed everything again, and all is working as it should be.
Until Amazon comes clean with this walking ad-server, details on how to modify it without introducing issues are going to be sketchy . It's just our lot in life, if you'll pardon. I appreciate having super user access, and all the Google apps I love to use, but what's really required is the ability to modify the boot loader. Until that's available, it's going to be try until it fails, and then scramble to recover.
Nice HW, but limited by Amazon's vision of the customers.
Pat
Click to expand...
Click to collapse
It works!!!! all the missing parts have come back. the Go launcher EX has saved in Cloud.
solution
download an app called my android, open the app go to my apps and find the settings app then go to device and then go to factory reset. its the only way I found to access settings when drop down didn't work. after resetting to factory my buttons all came back after doing the tooltip for startup
What worked for me on my AF tablet was to uninstall all 4 Google APK files, then uninstall the Launcher Hijack. The tablet swipe down and home button both came back for me. I then re-installed the Google APKs, but didn't re-install Launcher Hijack. Tablet works fine, functions are normal, just have to put up with seeing the default Amazon screen first before tapping the Nova Launcher icon to get to my custom screen, a minor inconvenience, and I didn't have to do a factory reset.
Hi everyone,
My home button and the "swipe from the top" has disappeared since my last restart. I really have no idea what's happened and now I am using the apps called "Button Savior" to return the home screen.Maybe thid was because I have deleted some system files from system/data/data/com.android. providers.settings. I have restarted several times and it didn't work for my device.Now its really inconvenient to use the Kindle Fire HD. My current software version is 7.1.13. Could you guys help me to solve this problem? Thank you very much in advance.
I think you have 2 options:
1. Reset KFHD to factory defaults.
2. Try to replace that file that you edited with original one. (I don't have the tablet with me now, i can send you this file in 4-5 hours as i get home).
Hi Melodycd
I think I have deleted a lot of system files, that's why I couldn't even open the Games tab, Shops tab and other Amazon customized apps. I have tried to install GO Launcher EX and failed to show in the screen( install in the system/app). , the reset options is not available as I couldn't swipe the top and access to the device section. there just nothing happen when I swipe the top screen. For the second option. My kindle fire has rooted, but if I want to transfer files to the tablet, it required the permission and also I have to switch it to USB mode, As I said I was not able to swipe the top screen. I am now entering into a endless loop.
Melodycd said:
I think you have 2 options:
1. Reset KFHD to factory defaults.
2. Try to replace that file that you edited with original one. (I don't have the tablet with me now, i can send you this file in 4-5 hours as i get home).
Click to expand...
Click to collapse
goseb said:
Hi Melodycd
I think I have deleted a lot of system files, that's why I couldn't even open the Games tab, Shops tab and other Amazon customized apps. I have tried to install GO Launcher EX and failed to show in the screen( install in the system/app). , the reset options is not available as I couldn't swipe the top and access to the device section. there just nothing happen when I swipe the top screen. For the second option. My kindle fire has rooted, but if I want to transfer files to the tablet, it required the permission and also I have to switch it to USB mode, As I said I was not able to swipe the top screen. I am now entering into a endless loop.
Click to expand...
Click to collapse
I think you still can use ADB to push files to your KFHD! If we make root manually for example and push super user via command on PC, you can do it with oher files also. Did you try this method?
Also you may Install ES File Explorer and download system apps via LAN or Cloud drive from you computer. There are many options in ES File explorer.
And what did make you to delete system apps??
Melodycd said:
I think you still can use ADB to push files to your KFHD! If we make root manually for example and push super user via command on PC, you can do it with oher files also. Did you try this method? And what did make you to delete system apps??
Click to expand...
Click to collapse
1.I have tried, but it just remind me that I don't have the permission. ( I have rooted and gave RExplorer the permission).
2. I am currently live in Sydney. So videos has been restricted by law. That's why I deleted the amazon customized apps. For the system apps, I was not able to sign in my google account. Searched online and the resolution was to delete the file under data/data/com.android.providers.settings. I did delete it and after restarted my kindle fire, the problem began...
i think you still can push needed aps via ADB. if Root explorer doesn't work, how did you delete files from system folder??
you probably need to remount /system as rw in adb and then chmod the files to give them the right permissions.
this is why i renamed the files i messed with instead of deleting them. much easier to change the name back if there are problems