ok after adb shell just type su.....does the next command line change from $ to #?
do not type the next command yet.
do not type the next command yet.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I think I only have SuperSU, but like I said earlier it wont up date the binary for some reason...it keeps telling me "installation failed" when I tap "OK" to update.
ok after adb shell just type su.....does the next command line change from $ to #?
do not type the next command yet.
I'm betting thats the heart of your problem then.
Do apps have root access?
ok yeah some how it is superuser issue. maybe try a differnet rom? try one of the stock rooted roms just for s-off then you can reflash viper.
Okay, I'm gonna have to work on that tomorrow...Daddy duties are calling! Do you think switching to Super User from SuperSU would maybe work?
It could, I'd try just uninstalling supersu and flashing the normal superuser files from the recovery.
ok after adb shell just type su.....does the next command line change from $ to #?
do not type the next command yet.
Here is what I got after typing adb shell and clicking enter:
C:\Android>adb shell
shell@android:/ $
adb shell
su
What does that show?
adb shell
(wait for prompt)
su
(wait for prompt)
What does that show?
PS - Viper4G and SetCPU don't get along. Did you install a custom kernel?
I'm toying around with this. Hopefully I can help you tomorrow
Maybe a dumb question, but you've got usb debugging on correct?
Well I think I really need to call it a day and try again tomorrow, think Ill start with flashing a stock ROM...can anyone suggest a good ROM to use? I am on 3.15.651.16 currently.
I know how to use the command prompt in Windows, and have gotten unlocked with the HTCDev method and I am running the ViperROM.
I just dont understand what the actual first step is...do I open command promt from the Android folder and then just enter this?
adb shell su echo -ne "22222222" | dd of=/dev/block/mmcblk0p5 bs=1 seek=20
BTW, the XDA OP shows that as three lines -
[HIGH]adb shell
su
echo -ne "22222222" | dd of=/dev/block/mmcblk0p5 bs=1 seek=20[/HIGH]It tends to copy/paste on the web as one line - do each one separately.
After the adb shell command, you should have a prompt with a $ char at the end.
After the su command, you should have a prompt that ends with the # char.
Some setups will take you directly to root, where you'll have the # prompt - you can skip the su step at that point.
Hope that helps.
PS - ocn mentioned this on the first page, a reminder on this page seemed pretty cromulent to me.