Could it be that not being able to use it in recovery mode due to a directory not found error is the issue?
c:\android\tools>adb reboot recovery
c:\android\tools>adb shell
- exec '/system/bin/sh' failed: No such file or directory (2) -
c:\android\tools>
Looks like I'm having an issue...
This is update and works as of 6/5
With all the new android owners, this one is bound to come up a million times so here we go.
WARNING. USING THIS ROOT METHOD WILL PREVENT PROTECTED APPS FROM SHOWING IN THE MARKET AND AS OF 6/5 THE ONLY FIX IS TO FLASH A CUSTOM ROM THAT BREAKS 4G BUT ALSO RE-ADD'S ALL THE APK'S YOU'RE TRYING TO REMOVE. USE AT YOUR OWN RISK
What do you mean by "protected apps" in the market? Are you referring to any apps you have to pay for or is that something different?
Thanks. That's what I figured. I thought they were called "PAID APPS" or "AIN'T FREE APPS." Never heard that term before.Correct, apps that cost money are called "protected apps". Haven't gotten to his thread to find out if this has changed or not because i have an 8-5 job (don't tell my boss)![]()
Looks like I'm having an issue...
says my file system is read only. tried mount -o remount,rw / but to no avail
anyone?
so in going the root route, I'm pretty much giving up editing documents via DTG, correct? That'll suck. Took forever with 2.1 on the Moment to get protected apps back. Do you think that app issue will be addressed any time soon? The whole reason I'm coming back to Android from webOS is to get my document editing back.
its Sprint_Nscar.apk
Thats the only one thats named differently. if you do it right, there is no message, just continues to the next #
for a complete list of apps in the /system/app directory, fire up the shell and type:
ls /system/app/
you can then verify the spelling of everything you want to remove as everything is case sensitive
For me, it was Sprint_NASCAR.apk
DomSim, exit out of shell, in cmd window do
adb push filename.apk //system/app/
adb push filename.odex //system/app/
that is what worked for me. I am in the process of writing it all up for everyone. also you must have the recovery up and running.
