FIXED It was the old SIM card , just replaced it and everything is working FIXED
Greetings everyone
today my little bro decided to mess with my htc sensation , where he broke my WIFI, not working at all, and lost root which was easy to fix had the zip ready on my sd card , went back to 4ext , wiped everything except sd card , flashed two different ROMS (vipers 5.1 , cm 11 4.4 (ivanich) , WIFI not working , he was messing with SU binaries please see below. (After flashing the roms i flashed: Android_Revolution_HD_Root_and_BusyBox.zip (to gain root and to maybe fix stuff also flashed: Superuser-3.0.6-efgh-signed.zip .
This is the thread where he copy pasted stuff : http://forum.xda-developers.com/showthread.php?t=2272266 (this thread is not even for our phone) , he did only: HOW TO INSTALL BUSYBOX, SUPERUSER, AND SU BINARIES
.
Code:
adb shell
su
mount -o rw,remount -t ext4 /dev/block/platform/sdhci-tegra.3/by-name/APP
exit
exit
adb push su /sdcard/su
adb shell
su
cat /sdcard/su > /system/xbin/su <<<<<< this didn't worked cause file was busy
ln -s /system/xbin/su /system/bin/su
chmod 6755 /system/xbin/su
exit
exit
------------
code:
adb install com.koushikdutta.superuser.apk
adb install stericson.busybox.apk
-------------
after reboot WIFI wasnt working . Do i have to go back to stock , installing RUU? I honestly do not know what happened.
Thanks for every reply!
Greetings everyone
today my little bro decided to mess with my htc sensation , where he broke my WIFI, not working at all, and lost root which was easy to fix had the zip ready on my sd card , went back to 4ext , wiped everything except sd card , flashed two different ROMS (vipers 5.1 , cm 11 4.4 (ivanich) , WIFI not working , he was messing with SU binaries please see below. (After flashing the roms i flashed: Android_Revolution_HD_Root_and_BusyBox.zip (to gain root and to maybe fix stuff also flashed: Superuser-3.0.6-efgh-signed.zip .
This is the thread where he copy pasted stuff : http://forum.xda-developers.com/showthread.php?t=2272266 (this thread is not even for our phone) , he did only: HOW TO INSTALL BUSYBOX, SUPERUSER, AND SU BINARIES
.
Code:
adb shell
su
mount -o rw,remount -t ext4 /dev/block/platform/sdhci-tegra.3/by-name/APP
exit
exit
adb push su /sdcard/su
adb shell
su
cat /sdcard/su > /system/xbin/su <<<<<< this didn't worked cause file was busy
ln -s /system/xbin/su /system/bin/su
chmod 6755 /system/xbin/su
exit
exit
------------
code:
adb install com.koushikdutta.superuser.apk
adb install stericson.busybox.apk
-------------
after reboot WIFI wasnt working . Do i have to go back to stock , installing RUU? I honestly do not know what happened.
Thanks for every reply!
Last edited: