ADB help - Nexus One Q&A, Help & Troubleshooting

So I'll admit that I'm a newb and only have a basic grasp of all these shenannigans that go around here however thanks to all the fantastic instructions I have managed to root my Nexus One without unlocking the bootloader, flash Amon RA's recovery and made it stick and even flashed MCR21 which kicks ass BTW. Now the only thing missing for me trackball wake which for some odd reason was not included in my prebake. I have the new android.policy file but when I try to use the command adb remount it returns adb: not found. I also tried using Root Explorer to copy and paste the file from my SD card and it said the file could not be moved. Does anyone have any ideas on what my problem may be? Thanks.

do you have the android SDK installed and are you in the android directory (e.g android-sdk-windows>Tools)

ilostchild said:
do you have the android SDK installed and are you in the android directory (e.g android-sdk-windows>Tools)
Click to expand...
Click to collapse
Yes I do and yes I am.

what sdk are you using windows or linux? or MAC?

ilostchild said:
what sdk are you using windows or linux? or MAC?
Click to expand...
Click to collapse
Windows. I grew a little impatient so I signed up for a Modaco plus account and baked a new ROM with trackball wake already in it. Thanks so much for your help though!!

Related

[ADB] adb server is out of date. killing...

I am keep getting this message whenever I try to adb. It corrects itself and works fine after. But it annoying waiting that additional few seconds... I didnt have this before. Any idea why I am getting it now?
what sdk version are you using? also have you gone to task manager and tried ending adb.exe?
david1171 said:
what sdk version are you using? also have you gone to task manager and tried ending adb.exe?
Click to expand...
Click to collapse
I am using the latest SDK. Thanks! That fixed it. Ending adb.exe in Task Manager... I was messing around cos I cant get fastboot to work. I go into FastbootUSB, connect my usb, run "fastboot devices", and I get no results. It just waits for my next command.
I tried killing adb.exe after I wrote an adb command and it didn't do anything. I keep getting that out out date killing .... can anyone help? thanks!
I have the same problem. Can't get rid of that stupid message.
i was having the same problem, i took ADB.exe and adbwinapi.dll from 1.5r2 SDK and put it in the new SDK Tools folder, problem was fixed
palosjr said:
i was having the same problem, i took ADB.exe and adbwinapi.dll from 1.5r2 SDK and put it in the new SDK Tools folder, problem was fixed
Click to expand...
Click to collapse
I did that and still have that problem ...
could someone please help me .. thanks!
If anyone runs into this problem I fixed mine with the adb.exe from the new "universal" sdk. I downloaded it and just pasted that adb.exe into the existing tools folder. May not be recommended but I did not want to change my setup.
while your phone is in recovery and plugged in, go to device manager and see if there is a listing called adb interface. if so, do you know how to manually update the drivers? by pointing the driver update to the usb folder of the sdk?
konzern
running my adb shell ums_enable is no longer working says ums not found ?
edit to m y post i found a alternative thank god!
1.plug in your phone and open command prompt
2.change directories to where u have ur sdk stuff (ex. cd c:\thenameofdirectory/tools)
3.type this in
adb shell
echo /dev/block/mmcblk0 > /sys/devices/platform/usb_mass_storage/lun0/file
I am curious if any of you loaded Droid Explorer? I loaded it, played around with it, and it was pretty cool for the screenshot and screencast stuff. But, later I noticed I kept getting the "adb server is out of date. killing..." I searched through these threads and Google for a solution, but nothing seemed to work. I could enter "adb remount" and it might work about 1 time in 5. Even adb devices would fail and fail before finally reporting my device. After I uninstalled Droid Explorer. The problem stopped immediately. Now that I think about it, I think Droid Explorer runs a service. Maybe after uninstalling, the services stopped, fixing this problem. If not Droid Explorer, maybe some other program that is trying to detect the device at plugin. Just my experience.
I just killed the DroidExplorer service, and set it to manual. Problem solved.
I've had no luck with DE anyhow, so it probably won't get started again any time soon.
_zygo_ said:
I am curious if any of you loaded Droid Explorer? I loaded it, played around with it, and it was pretty cool for the screenshot and screencast stuff. But, later I noticed I kept getting the "adb server is out of date. killing..." I searched through these threads and Google for a solution, but nothing seemed to work. I could enter "adb remount" and it might work about 1 time in 5. Even adb devices would fail and fail before finally reporting my device. After I uninstalled Droid Explorer. The problem stopped immediately. Now that I think about it, I think Droid Explorer runs a service. Maybe after uninstalling, the services stopped, fixing this problem. If not Droid Explorer, maybe some other program that is trying to detect the device at plugin. Just my experience.
Click to expand...
Click to collapse
Yes, this is a problem that occurs after installing Droid Explorer. The service also takes a lot of idle CPU time. I have uninstalled it due to this and other reasons.
Damn, Droid Explorer! I uninstalled and I am still having this problem. Damn !
OK, I got droid explorer and adb playing nice together. I deleted the SDK from my PC, and reinstalled droid explorer full (which comes with the SDK already). Then I just added the new tools directory droid explorer installs to the system path. You can find directions on how to do that here -> http://wiki.xda-developers.com/index.php?pagename=HTC_Sapphire_Hacking#sec02 . Instead of using C:\AndriodSDK\Tools\ for the string I added, I used the default location where droid explorer installs the tools directory ( C:\Program Files\Droid Explorer\SDK\tools ). Now I have the best of both worlds !
lotherius said:
Yes, this is a problem that occurs after installing Droid Explorer. The service also takes a lot of idle CPU time. I have uninstalled it due to this and other reasons.
Click to expand...
Click to collapse
I also noticed I was getting the blue screen of death, which I hadn't seen in years. I think DE was causing that, too, because I haven't had the BSOD since uninstall. So two problems I didn't think were related seem to have been caused by Droid Explorer. I think it's a pretty cool program, but I'd rather do things the "old fashioned" way.
Can any of you point me in the direction of how to use ADB to take a screenshot? Maybe it can't. Thanks.
Edit: I found it...Through DDMS!
sacredsoul said:
I am keep getting this message whenever I try to adb. It corrects itself and works fine after. But it annoying waiting that additional few seconds... I didnt have this before. Any idea why I am getting it now?
Click to expand...
Click to collapse
Sounds like you have droid explorer installed, goto the sdk folder in droid explorer (c:\program files\droid explorer\sdk) copy the 2 folders (platform and tools) to your own sdk folder.
billquinn1 said:
If anyone runs into this problem I fixed mine with the adb.exe from the new "universal" sdk. I downloaded it and just pasted that adb.exe into the existing tools folder. May not be recommended but I did not want to change my setup.
Click to expand...
Click to collapse
Can you link to the "universal" download please? Probably missing something obvious here, but can't seem to find any other version than the most recent r05.
Thank you - worked a treat
palosjr said:
i was having the same problem, i took ADB.exe and adbwinapi.dll from 1.5r2 SDK and put it in the new SDK Tools folder, problem was fixed
Click to expand...
Click to collapse
where can i get 1.5r2 SDK?
THX BRO!

Droid explorer-like app for mac?

Title says it all. I have a mac, and I want to sideload on my rooted Captivate. Are there any easy apps for mac to sideload? Downloading the SDK is not on my list of preferred methods....
Choices:
1. Use ADB
2. Modify the DB to allow non-market apps, put them on SD and use something like root explorer to install them.
3. Install windows in Boot Camp.
MSigler said:
Choices:
1. Use ADB
2. Modify the DB to allow non-market apps, put them on SD and use something like root explorer to install them.
3. Install windows in Boot Camp.
Click to expand...
Click to collapse
All three are very good options, if you're good with terminal then ADB is pretty simple.
Just edit the db, it takes all of 5 mins and then BAM. life is good
what is this ADB thing? Can someone help me out?
li1on said:
what is this ADB thing? Can someone help me out?
Click to expand...
Click to collapse
http://android-dls.com/wiki/index.php?title=ADB
Moved Thread to General Section. Not Quite a Development Question.
Thanks!
Thankyou so much..
thank you, was looking for adb details.. am a new developer, any help in geting started would be greatly appreciated.
btw, am using mac, so as u can guess, i need some special help
Thanks! [/QUOTE]
Dual boot your Mac with a Linux partition.
Any other App for MAC apart from making it a dual boot ?
That would be more helpful any ways !!

How do you Root Froyo on the Captivate the Easiest way?

I have the one click root on my computer. I was able to root stock 2.1 but not Froyo. I cant seem to get a normal Update.zip to reinstall to root it. Can anyone help me out with this? Thank you
Have you used adb before? Its easy. Just need to get the sdk dev kit. Then go here.
http://forum.xda-developers.com/showthread.php?t=797397
smokestack76 said:
Have you used adb before? Its easy. Just need to get the sdk dev kit. Then go here.
http://forum.xda-developers.com/showthread.php?t=797397
Click to expand...
Click to collapse
I never have. But Im to nervous to attempt it bud lol
Its not hard. You can PM me if you want. Its easier than all the flashing to swap Kernels i think.
smokestack76 said:
Its not hard. You can PM me if you want. Its easier than all the flashing to swap Kernels i think.
Click to expand...
Click to collapse
+1 Its easier to cut and paste between windows. I also like to see how adb commands are used.
Terrigno said:
I never have. But Im to nervous to attempt it bud lol
Click to expand...
Click to collapse
If you're comfortable with flashing Froyo using adb shouldn't be a problem.
cappysw10 said:
If you're comfortable with flashing Froyo using adb shouldn't be a problem.
Click to expand...
Click to collapse
I sent smokestack a PM to see if he can help me out on how to do it. I just flashed the phone with Froyo following the directions here. I wasnt to sure about what I was doing but I did everything and it all eventually worked out well, with a couple scares lol. Im new to the rooting scene. I mean Im pretty savy when it comes to certain stuff and I was easy to install beta leaks and builds with BlackBerrys for 3 years. Im new to Android since the Captivate came out, so Im slowly trying to learn the tricks of the trade
Terrigno said:
I sent smokestack a PM to see if he can help me out on how to do it. I just flashed the phone with Froyo following the directions here. I wasnt to sure about what I was doing but I did everything and it all eventually worked out well, with a couple scares lol. Im new to the rooting scene. I mean Im pretty savy when it comes to certain stuff and I was easy to install beta leaks and builds with BlackBerrys for 3 years. Im new to Android since the Captivate came out, so Im slowly trying to learn the tricks of the trade
Click to expand...
Click to collapse
Sent you a reply as well.
I was wondering if someone was also willing to help me, the instructions on the link are kinda of vague I think
we are working on it
Seems that adb does not like Win7. Anyone else see issues?
smokestack76 said:
Seems that adb does not like Win7. Anyone else see issues?
Click to expand...
Click to collapse
nope. been working fine on mine since July....i have it on 3 machines all running win7 64bit ultimate
alme1304 said:
I was wondering if someone was also willing to help me, the instructions on the link are kinda of vague I think
Click to expand...
Click to collapse
The instructions seemed clear as day to me. Put the phone in debug mode, use adb to push the files, execute a shell script, use sqlite3 to allow side loading, change permissions on the files you pushed, and reboot.
Sent from my SAMSUNG-SGH-I897 using XDA App
rajendra82 said:
The instructions seemed clear as day to me. Put the phone in debug mode, use adb to push the files, execute a shell script, use sqlite3 to allow side loading, change permissions on the files you pushed, and reboot.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
you are forgetting one important step that nobody seems to want to do.
learn what all that means
its a gimme gimme gimme world....gimme now, i dont want to understand it! just do it for me!
Pirateghost said:
you are forgetting one important step that nobody seems to want to do.
learn what all that means
its a gimme gimme gimme world....gimme now, i dont want to understand it! just do it for me!
Click to expand...
Click to collapse
Kinda. Seems the OP here has win7 and i cant get it to play right. I see the above poster said they have it. Please post some info
rajendra82 said:
The instructions seemed clear as day to me. Put the phone in debug mode, use adb to push the files, execute a shell script, use sqlite3 to allow side loading, change permissions on the files you pushed, and reboot.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
I think what they are looking for is where to put the files that they download. I know in the rooting tread, it was missing. I also think some people do it differently, so it may help just to let them know how you find it easiest to navigate to them, etc.
Personally, I take the files that were downloaded and extract them all. Then make sure you have downloaded the android SDK program and put it on the root of your computers hard drive such as drive C:. Then add those files you downloaded to the "Tools" file within sdk.
To navigate to them with command prompt, it would look like: cd C:\android-sdk-windows\tools
Then run the commands as listed in the tread.
Hope this helps.
Perhaps this is not the answer you are looking for, but if you are comfortable flashing roms, flash Cognition 2.2 (its already rooted).
Good luck
ronandi said:
Perhaps this is not the answer you are looking for, but if you are comfortable flashing roms, flash Cognition 2.2 (its already rooted).
Good luck
Click to expand...
Click to collapse
Its funny all the n00b post. I guess i dont know what im doing
Gr8Danes said:
I think what they are looking for is where to put the files that they download. I know in the rooting tread, it was missing. I also think some people do it differently, so it may help just to let them know how you find it easiest to navigate to them, etc.
Personally, I take the files that were downloaded and extract them all. Then make sure you have downloaded the android SDK program and put it on the root of your computers hard drive such as drive C:. Then add those files you downloaded to the "Tools" file within sdk.
To navigate to them with command prompt, it would look like: cd C:\android-sdk-windows\tools
Then run the commands as listed in the tread.
Hope this helps.
Click to expand...
Click to collapse
I'm running W7 and am having issues with adb. I'm a noob to android but I'm learning. Anyway, I tried your suggestion of adding the files to the tools directory but when I enter "su" the system returns "su: not found". Any help?
Moved to Q&A.

having problems with rooting and android sdk file

okay im trying to root my phone i already downloaded the driver to sync to my cpu and the downloaded the rooting file change it to update and copied it to my phone. i downloaded the sdk file and extracted it to my c drive as c:/androidsdk. i did everting it ask me to opened up the command promt and entered cd first changedirectory space the entered c:/androidsdk/tools as it tells me to but says this the program cant find the path specified..can anyone tell me wat im doin wrong and y its not bein recognized thanks in advanced
Re-check your path. When I installed it looked like this:
c:\android-sdk_r06-windows\android-sdk-windows\tools
YMMV
PS ... note they are backslashes not forward slashed in the path
Q: still having a problem rooting my captivate
i switched it up to the backlash and it still saying no path detected...it wont enen let me root my phone saying file is not there i downloaded the root file extract it to my c drive n renamed it update i got windows 7 i then copied it to my phone...downloaded the android sdk file extracted it to my c drive.opened up the command and put in the codes and it tells me it cant find the path..am i downloading the file wrong extracting it to the wrong file??? plz help
I do it the lazy way, take the tools folder and copy it directly to C:
So it would be,
cd C:\tools
adb blah blah blah
That's an easier path to remember.
bobbylx said:
I do it the lazy way, take the tools folder and copy it directly to C:
So it would be,
cd C:\tools
adb blah blah blah
That's an easier path to remember.
Click to expand...
Click to collapse
That works too ...
My point was it's clear the OP has the path wrong. Actually finding the tools folder in Windows Explorer is obviously the first step.
Also, anything he is trying to push via ADB has to be in the tools folder as well if memory serves.
Of course there is an easier way to root ...
http://forum.xda-developers.com/showpost.php?p=8914844&postcount=2
i tried everyting...i tried even just rooting the phone by itself and rooting it with the android sdk file and it keeps sayin cant find file or no file found..i dont know what else i can do this seems so simple fellow evry directions but my phone just doesnt want to take. i even tried the one-click root and that wont work saying cant find sdcard.. im lost and getting frustrated with this..any other suggestions and thanks again for your help
swift21 said:
i tried everyting...i tried even just rooting the phone by itself and rooting it with the android sdk file and it keeps sayin cant find file or no file found..i dont know what else i can do this seems so simple fellow evry directions but my phone just doesnt want to take. i even tried the one-click root and that wont work saying cant find sdcard.. im lost and getting frustrated with this..any other suggestions and thanks again for your help
Click to expand...
Click to collapse
Don't know what to tell you. Following the instructions in the post I linked to above is the easiest way I know of how to root, and has worked every time I've tried it.
If you can get into download mode, then maybe try re-flashing to stock with Odin One Click and see if that helps any. Or re-install your drivers.
So, you cant even copy and paste from your pc to phone via usb mass storage?
Use your phone, go to dev section, find unleash the beast or super rooter extreme, download either and place the update.zip on the root of your sd card using My Files or whatever. Reboot your phone into recovery and reinstall packages. There, youre rooted. Dont forget to delete the update.zip if you plan to use CWM.
Sent from my SAMSUNG-SGH-I897 using XDA App
ok great i finally after two days of trying to figure out what was wrong got it to root..i deleted all root files and my samsung kies device from my computer and started over. searched one click root and brought me here to a link with a video great vid by the way goes step by step. now that i got root on my phone any suggestings on what to do next..how do i load blocked apps to my phone now? i loaded app installer does that work? and do u got any links to loading a adobe flash player 10 app? thanks
also im gonna need the android sdk file to do any sideloading right? how can i do this since i have alredy rooted my phone? thanks again
swift21 said:
ok great i finally after two days of trying to figure out what was wrong got it to root..i deleted all root files and my samsung kies device from my computer and started over. searched one click root and brought me here to a link with a video great vid by the way goes step by step. now that i got root on my phone any suggestings on what to do next..how do i load blocked apps to my phone now? i loaded app installer does that work? and do u got any links to loading a adobe flash player 10 app? thanks
also im gonna need the android sdk file to do any sideloading right? how can i do this since i have alredy rooted my phone? thanks again
Click to expand...
Click to collapse
You can use Sideload Wonder Machine or the Android SDK to sideload.
With the Android SDK, you just put whatever apk you want to load into the 'tools' folder and use the adb install filename.apk command.
Like i said, check the dev section for SRE or unleash the beast. One update.zip that does it all, root, bloatware removal, sideloading, etc.
Sent from my SAMSUNG-SGH-I897 using XDA App
bobbylx said:
Like i said, check the dev section for SRE or unleash the beast. One update.zip that does it all, root, bloatware removal, sideloading, etc.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
i dont know where or what dev section on my phone is..im a newbie to the android community do u have a link or can u tell me how to do it..thanks
swift21 said:
i dont know where or what dev section on my phone is..im a newbie to the android community do u have a link or can u tell me how to do it..thanks
Click to expand...
Click to collapse
There is a Captivate Android Development section right here at XDA.
swift21 said:
i dont know where or what dev section on my phone is..im a newbie to the android community do u have a link or can u tell me how to do it..thanks
Click to expand...
Click to collapse
What startngate said. Here in the captivate forum there is android developement, do a search for super rooter or unleash the beast. All the steps to run it are there. Works really well if you just want a stock rom with root and some other goodies. If you want custom roms i encourage you to read through the threads before doing anything.
Sent from my SAMSUNG-SGH-I897 using XDA App
I use this one to keep it simple.
http://forum.xda-developers.com/showthread.php?t=803682
And I think it has the update.zip file in it... so if that application doesn't work.. you can just install the update.zip into your sdcard - reboot into recovery and install update.zip from there.
You don't need the SDK - just need to make sure your phone can be seen by your computer. I've used it on both an XP and Win7 64-bit machine at home and it works great.
To "side-load" applications - you can use the wonder machine... or place the *.apk file on your SDCard and use MyFiles or your favorite file explorer to browse to it and it should install just fine.
I'm testing my phone out with a stock ROM - and I'm rooted/sideload avail and even have a lagfix installed with all of my apps installed in under 15-20 minutes... it is a pretty simple process to root this thing nowdays

[Q] Deleted LG-home, no backup.. now what?

First post! So hello,
I made a big screwup. First i rooted my lg-p990, next i deleted lg-home using Titatium Free. I did not backup my file. Also i never installed a new homescreen.
When finishing this action, the phone didnt respond anymore. Now it wont restart. It is still possible to connect to pc and view sd cards. Also it will restart bringing the installation sequence, but when finishing it, the phone stops responding again.
I realise i havent been very smart. But does anybody have a solution?
Im guessing you will have to push the apk through adb.... but as i have limited knowledge on this i would wait until someone more experienced gives you help!
Moonie17 said:
Im guessing you will have to push the apk through adb.... but as i have limited knowledge on this i would wait until someone more experienced gives you help!
Click to expand...
Click to collapse
thanks for your reply. I heard about this before, but dont have they faintest clue about how to deal with it.. I hope sombody can help me out
goaner33 said:
thanks for your reply. I heard about this before, but dont have they faintest clue about how to deal with it.. I hope sombody can help me out
Click to expand...
Click to collapse
Short answer for you:
1) Download my attachement
2) Rename it from .zip to .apk
3) Put in adb folder
4) Run:
adb remount
adb push LGLauncher.apk /system/app/
adb reboot
doesn't pushing apks to system/app require root? Correct me if I'm wrong
aMpeX said:
doesn't pushing apks to system/app require root? Correct me if I'm wrong
Click to expand...
Click to collapse
Yes it does, as well as removing /system apps
Piter1225 said:
Short answer for you:
1) Download my attachement
2) Rename it from .zip to .apk
3) Put in adb folder
4) Run:
adb remount
adb push LGLauncher.apk /system/app/
adb reboot
Click to expand...
Click to collapse
Thanks again for your reply.
My next problem is that i dont know how to operate adb. I've got android sdk installed, but cant find how to work with adb.. What to do?
-edit-
I did some more research, and i cant use the commandline to acces :\android-sdk-windows\tool. This path doesn excist. Neither am i sure if USB-debugging is activated on the phone. I cannot acces the phones menu, so i cannot check..
what to do....
goaner33 said:
Thanks again for your reply.
My next problem is that i dont know how to operate adb. I've got android sdk installed, but cant find how to work with adb.. What to do?
Click to expand...
Click to collapse
You need to use command line to enter the lines I've written
Piter1225 said:
You need to use command line to enter the lines I've written
Click to expand...
Click to collapse
There are a few problems:
First is that there is no adb map to be found. Second is that when i for example enter the command "adb remount" my system doesnt recognise the command..
Thanks for your efforts though
Well. You rooted the phone. So usb debugging is enabled. It has to be for super one click to work.
Sent from my LG-P990 using XDA Premium App
Try that
Go to C:/Windows/System32
Copy cmd.exe
Paste it in SDK folder, where the ADB.exe is
Than enter my commands
gensplejs said:
Well. You rooted the phone. So usb debugging is enabled. It has to be for super one click to work.
Sent from my LG-P990 using XDA Premium App
Click to expand...
Click to collapse
And what when i... and i dont know this for sure, turned usb debugging off...
goaner33 said:
There are a few problems:
First is that there is no adb map to be found. Second is that when i for example enter the command "adb remount" my system doesnt recognise the command..
Thanks for your efforts though
Click to expand...
Click to collapse
"adb remount" wont work untill we have a modded boot image.
anyway. I can help you remotely if you want. just write me a PM.
gensplejs said:
"adb remount" wont work untill we have a modded boot image.
anyway. I can help you remotely if you want. just write me a PM.
Click to expand...
Click to collapse
Dam... my bomgar server seems to be down... or i locked myself out :-(
But i can help you remotely tomorrow.
gensplejs said:
Dam... my bomgar server seems to be down... or i locked myself out :-(
But i can help you remotely tomorrow.
Click to expand...
Click to collapse
Wow, that would be great! i'll pm you for my contactinfo!
Piter1225 said:
Try that
Go to C:/Windows/System32
Copy cmd.exe
Paste it in SDK folder, where the ADB.exe is
Than enter my commands
Click to expand...
Click to collapse
Okee, i must sound liek a real noob. I cannot find this SDK folder and the only file that i can find that relates to adb is adb_usb.exe..
i know that i am a real pain in the ass
If you manage to get a working adb connection the commands you need to execute are. Please make sure that the phone is unlocked when typing su (you will get a su access prompt on the phone and need to press allow)
adb push LGLauncher.apk /sdcard/
adb shell
su
busybox mount -o,remount -rw /system
stop
cp /sdcard/LGLauncher.apk /system/app/
reboot
problem solve
E-mail download link of the LGhomeLaunger.apk
Download on you phone and install.
It works as new!
Ok i solved the problem, thanks for thinking along with me..
It seemed i could still recieve emails, so i just sent the lghome.apk as a downloadlink true email..
it worked!
i guess sometimes solutions are not always as dificult!
goaner33 said:
Ok i solved the problem, thanks for thinking along with me..
It seemed i could still recieve emails, so i just sent the lghome.apk as a downloadlink true email..
it worked!
i guess sometimes solutions are not always as dificult!
Click to expand...
Click to collapse
well...
that is not a permanent fix.
when you install that way it is only installed in user space... If you ever factory reset the phone you will be stuck without a launcher again... and probably no way to config ur email :-(
you need to put the launcher apk file on your sd card... and then copy it to the /system/app folder using root explorer.
If you do this it will be fixed even after a factory reset...
anyway. Next time just freez apps. Dont uninstall them. If they are only frozen you can allways factory reset to get them back.

Categories

Resources