Guest bronzeblood Posted May 27, 2010 Report Posted May 27, 2010 How can i remove launcherpro 0.3 using adb , im running LCR 1.6 and im getting endless fc's and cant use the phone at all . Thanks for the help.
Guest bronzeblood Posted May 27, 2010 Report Posted May 27, 2010 Not to worry , i figured it out . adb uninstall com.fede.launcher . Interesting to see if anyone else has the same problems.
Guest m4ss Posted May 27, 2010 Report Posted May 27, 2010 with stock rom, run smooth and all perfect. This launcher is awesome !
Guest bronzeblood Posted May 27, 2010 Report Posted May 27, 2010 Ahh i figured out what went wrong. Im quite new to all this. I forgot to re odex my apps after the update, its all sorted now .
Guest Calcvictim Posted May 27, 2010 Report Posted May 27, 2010 Ahh i figured out what went wrong. Im quite new to all this. I forgot to re odex my apps after the update, its all sorted now . Can I get around the issue without the adb, I am at work and have no cable.
Guest Calcvictim Posted June 3, 2010 Report Posted June 3, 2010 few questions 1) does the odex script need to be run every time prolauncher is updated 2)how do I run the script, after the update do I have to switch to a different launcher to avoid force close and then switch back to launcherpro 3)can I run the odex script through adb, I tried but got a permission error 4)if I reinstall launcherpro is there a way to save my prefferences, icons, home screens, widgets, is there a config file or an xml
Guest bronzeblood Posted June 3, 2010 Report Posted June 3, 2010 few questions 1) does the odex script need to be run every time prolauncher is updated 2)how do I run the script, after the update do I have to switch to a different launcher to avoid force close and then switch back to launcherpro 3)can I run the odex script through adb, I tried but got a permission error 4)if I reinstall launcherpro is there a way to save my prefferences, icons, home screens, widgets, is there a config file or an xml 1. Yes as far as i know you must re odex after launcherpro is updated , and any other app for that matter. 2. before i update launcherpro i open gscript lite and switch back to market and update , once its installed switch back to gscript and run the odex sript (im using LCR 1.6). 3. Im not sure . 4. When i update it keeps all my settings just fine. Not sure how to backup if you uninstall then reinstall though. Hope that helps.
Guest Umka Posted June 3, 2010 Report Posted June 3, 2010 had the same problem I just sent myself an SMS, went to Market and uninstalled launcher from there. :( But hey - adb uninstall is nice way to do it as well :(
Guest willyaranda Posted June 3, 2010 Report Posted June 3, 2010 I had the same problem, and I solved it by uninstalling, reboot (and getting the "acer liquid" bootimage looping, but DDMS reported that I was typing on my SIM pin…) so I just unpack LCR1.6, installed the launcher again, restart, and OK. And then the updated work without problems
Guest Calcvictim Posted June 3, 2010 Report Posted June 3, 2010 1. Yes as far as i know you must re odex after launcherpro is updated , and any other app for that matter. 2. before i update launcherpro i open gscript lite and switch back to market and update , once its installed switch back to gscript and run the odex sript (im using LCR 1.6). 3. Im not sure . 4. When i update it keeps all my settings just fine. Not sure how to backup if you uninstall then reinstall though. Hope that helps. thanks, that helps
Guest grant_ine Posted August 4, 2010 Report Posted August 4, 2010 I'm having the same drama. As soon as I backed up launcher pro I got a forced close and can't use the phone. Can't get to the uninstall menu. STUCK!! Sumsung Galaxy S Can anyone help? I'm green as they come.
Guest Calcvictim Posted August 4, 2010 Report Posted August 4, 2010 I'm having the same drama. As soon as I backed up launcher pro I got a forced close and can't use the phone. Can't get to the uninstall menu. STUCK!! Sumsung Galaxy S Can anyone help? I'm green as they come. you have to connect the phone to a pc, and remove launcher pro from the adb shell adb uninstall com.fede.launcher . always remember, do not set it is default launcher until all options are set and you know that it will not FC
Guest grant_ine Posted August 4, 2010 Report Posted August 4, 2010 you have to connect the phone to a pc, and remove launcher pro from the adb shell adb uninstall com.fede.launcher . always remember, do not set it is default launcher until all options are set and you know that it will not FC Yeah I have been trying to connect the phone but it is saying that I need to close all apps on the phone to connect properly. I'm stumped.
Guest Delnar_Ersike Posted August 4, 2010 Report Posted August 4, 2010 (edited) I'm having the same drama. As soon as I backed up launcher pro I got a forced close and can't use the phone. Can't get to the uninstall menu. STUCK!! Sumsung Galaxy S Can anyone help? I'm green as they come. You're better off asking in the Samsung Galaxy S forums, but ah well, here's what to do if you have USB debugging enabled on your phone (if you don't, I don't know if this will work):Download the Android SDK from http://developer.android.com/sdk/index.html and unzip it somewhere.If you're using Windows, go to the Command Prompt and navigate to *wherever you unzipped the SDK*/tools. If you're on Linux, just do the same with a Terminal. If you don't know how to change directory using a Command Prompt or Terminal, just type in "cd", then space, then the directory you want to navigate to. If there are any spaces in the directory, you have to put the directory you want to navigate to in quotation marks. If you're using Windows, type in "adb.exe uninstall com.fede.launcher". If you're using Linux, type in the same thing, replacing adb.exe to whatever the adb executive is called in the Linux SDK (I think it's adb.sh).Now restart your phone and it should be using TouchWiz, provided you didn't uninstall twlauncher. Edited August 4, 2010 by Delnar_Ersike
Guest grant_ine Posted August 4, 2010 Report Posted August 4, 2010 You're better off asking in the Samsung Galaxy S forums, but ah well, here's what to do if you have USB debugging enabled on your phone (if you don't, I don't know if this will work):Download the Android SDK from http://developer.android.com/sdk/index.html and unzip it somewhere.If you're using Windows, go to the Command Prompt and navigate to *wherever you unzipped the SDK*/tools. If you're on Linux, just do the same with a Terminal. If you don't know how to change directory using a Command Prompt or Terminal, just type in "cd", then space, then the directory you want to navigate to. If there are any spaces in the directory, you have to put the directory you want to navigate to in quotation marks. If you're using Windows, type in "adb.exe uninstall com.fede.launcher". If you're using Linux, type in the same thing, replacing adb.exe to whatever the adb executive is called in the Linux SDK (I think it's adb.sh).Now restart your phone and it should be using TouchWiz, provided you didn't uninstall twlauncher. Righto! How do I get to the command prompt? (thanks for the help btw. CHAMPION!)
Guest Delnar_Ersike Posted August 4, 2010 Report Posted August 4, 2010 Righto! How do I get to the command prompt? (thanks for the help btw. CHAMPION!) Start Menu > Run > cmd.exe
Guest Baspar Posted August 4, 2010 Report Posted August 4, 2010 If you want to keep LancherPro, perhaps i've the solution. I have the same trouble, and it's cause by the gmail notification. So try to enable SMS and call, but disable gmail count
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now