[Q] su binary update failure on Atrix II 2.3.6 - Motorola Atrix 2

The command box that worked through the root on my laptop said the root was successful, so that isn't what I'm worried about. The problem is that when I go under preferences through Superuser and attempt to update the su binary, it reads the following:
>Downloading manifest... okay!
>Parsing manifest... okay!
>Latest version... 3.0.3.2
>Checking installed version = legacy
>Fixing database... okay!
>Checking for busybox... not found
>Downloading custom busybox... okay!
>Checking md5sum... okay!
>Checking current install path... fail!
>Failed to find currently installed su binary.
>Update cannot continue
If anyone knows what to do, that would be great... Thanks!

It looks like its not installed properly, or you're not rooted. The install path should be system/bin/su
First make sure you're rooted. Try this little guy: https://play.google.com/store/apps/details?id=com.joeykrim.rootcheck
Or if you have a terminal emulator, type in su at the prompt. If all is well your prompt should change to a "#".
If those fail, re root using the method here: http://forum.xda-developers.com/showthread.php?t=1396650
Good luck! Let us know how it goes!
Sent from my MB865 using xda premium

I had this bad root once also... I was just testing ota rootkeeper coming from 2.3.5 to 2.3.6 - and it apparently didn't fully keep root. Had to re-root..
Sent from my mind using XDA

alteredlikeness said:
I had this bad root once also... I was just testing ota rootkeeper coming from 2.3.5 to 2.3.6 - and it apparently didn't fully keep root. Had to re-root..
Sent from my mind using XDA
Click to expand...
Click to collapse
I had the same issue. Just try to re-root it should be ok.

Try this ?!
https://play.google.com/store/apps/details?id=com.noshufou.android.su.fixer
Sent from my ME865 using xda premium

[Re:]
Thank you guys for your help! Okay here we are now...I used dickluo's (cute name by the way, honestly) to try and re-root like jimbridgman said to, and the command box that pops up once I open the .bat file to root again isn't recognizing my phone. I only make it to this prompt:
>Connect device to begin
It won't recognize that my phone is connected to the computer. Any suggestions?

turn on usb debugging

41rw4lk said:
turn on usb debugging
Click to expand...
Click to collapse
Yes. Turn on usb debugging and allow unknown sources (I think it works with/without unknown sources) <-- both in settings>applications
And put it in charge only mode when you plug it into your computer.

I was curious to see where superuser was installed in my device, so I checked Root Explorer and it was in system/xbin.
So, I moved to system/bin/ and now its saying I'm not rooted when trying to open root applications! Say wha...?
Sent from my MB865 using xda premium

Apex_Strider said:
I was curious to see where superuser was installed in my device, so I checked Root Explorer and it was in system/xbin.
So, I moved to system/bin/ and now its saying I'm not rooted when trying to open root applications! Say wha...?
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
Did you set the permissions? With superuser I always found it better to adb push the file then chmod it.
---------- Post added at 10:32 PM ---------- Previous post was at 10:03 PM ----------
here taken straight from the tutorial. I think originally given by the jedi master Jimbridgeman.
type the following commands
---> adb shell (only type this if you are no longer in [email protected])
---> mount -o rw,remount /dev/null /system
---> cat /data/local/su > /system/bin/su
---> cat /data/local/Superuser.apk > /system/app/Superuser.apk
---> chmod 4755 /system/bin/su
---> chmod 4755 /system/app/Superuser.apk
---> reboot

Apex_Strider said:
I was curious to see where superuser was installed in my device, so I checked Root Explorer and it was in system/xbin.
So, I moved to system/bin/ and now its saying I'm not rooted when trying to open root applications! Say wha...?
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
Moving apps around in root explorer never and I mean NEVER works. Always use ADB to push pull chmod, etc apps.

mtnlion said:
Did you set the permissions? With superuser I always found it better to adb push the file then chmod it.
---------- Post added at 10:32 PM ---------- Previous post was at 10:03 PM ----------
here taken straight from the tutorial. I think originally given by the jedi master Jimbridgeman.
type the following commands
---> adb shell (only type this if you are no longer in [email protected])
---> mount -o rw,remount /dev/null /system
---> cat /data/local/su > /system/bin/su
---> cat /data/local/Superuser.apk > /system/app/Superuser.apk
---> chmod 4755 /system/bin/su
---> chmod 4755 /system/app/Superuser.apk
---> reboot
Click to expand...
Click to collapse
Still not sure how to work adb or Android sdk, but I'll find the tutorial (hopefully, and surely there's one in here somewhere I can understand!) and try that out when I get home. Thanketh ye!
Sent from my MB865 using xda premium

farshad525hou said:
Moving apps around in root explorer never and I mean NEVER works.
Click to expand...
Click to collapse
That's not true. You just have to do it right..
Sent from my mind using XDA

I downloaded Titanium Backup, haven't been using it but want ti back up apps for easy recovery after flashing new roms, etc. When I opened TB, it gave me a message about the superuser binary using "non-optimal options rights" and the choice fir TB to fix them itself.
I clicked okay after it said it was successful and rebooted, then opened TB again and same thing. What rights or permissions need to be given to su that I'm missing?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my MB865 using xda premium

It does the same thing with me man. I haven't noticed any difference. Selected yes and it asks me again next time also. TB always works properly though. I've used ita ton too lately.
Sent from my MB865 using xda premium

Fall of Enosis said:
It does the same thing with me man. I haven't noticed any difference. Selected yes and it asks me again next time also. TB always works properly though. I've used ita ton too lately.
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
Thanks. I won't worry about it again after clicking "no" when it asks to optimize su rights.
Sent from my MB865 using xda premium

Apex_Strider said:
Thanks. I won't worry about it again after clicking "no" when it asks to optimize su rights.
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
I used to get that all the time too..
There's an option in Preferences>GUI Preferences to turn that warning off.. but mine doesn't pop-up anymore and the box is still checked. I thought it went away with the latest su binary update and reboot.. but not sure
Sent from my mind using XDA

alteredlikeness said:
I used to get that all the time too..
There's an option in Preferences>GUI Preferences to turn that warning off.. but mine doesn't pop-up anymore and the box is still checked. I thought it went away with the latest su binary update and reboot.. but not sure
Sent from my mind using XDA
Click to expand...
Click to collapse
Thanks for that tip!
Sent from my MB865 using xda premium

Okay gang, one more question about superuser: I flashed the (updated) Bullet rom zip -which includes all three updates now in one "full install" zip, and checked su location. I see it in both system/bin AND system/xbin. Should I do anything about this, I mean, it seems redundant to be in both folder locations. But, I don't know. (?)

Apex_Strider said:
Okay gang, one more question about superuser: I flashed the (updated) Bullet rom zip -which includes all three updates now in one "full install" zip, and checked su location. I see it in both system/bin AND system/xbin. Should I do anything about this, I mean, it seems redundant to be in both folder locations. But, I don't know. (?)
Click to expand...
Click to collapse
The one in /system/xbin is a link back to /system/bin. It is for legacy compatibility. Don't change anything!

Related

[MOD]viperMOD Bloat Manager v3.1.4 for HTC Sensation | Updated 8.7.11 |

Welcome everyone to viperMOD Bloat Manager, a wonderful little script that manages bloatware right on your device! No more generic scripts uninstalling whatever they want, choose from different presets or choose any app installed on your phone to enable/disable!
Here is what the script looks like...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I like the colors over the standard blue/white
Updated 8/7
Fixed "permission denied" error on flashable .zip by settings perms in updater-script
Updated 8/6
Fixed coding for /system mount
Edited .bat file to mount system R/W before pushing files from PC
Updated 8/1
Updated for perm root (no more /system not mounted issues)
Removed overclock feature - since there are custom kernels now, no need to insmod.
Still a .bat file. If there is a demand for an update.zip, please post.
Updated 7/19
Fixed Advanced menu for HTC Sensation users
Updated 7/18
Enhanced Overclock feature
--- Added Telstra OC driver (experimental, please test)
--- Auto backup OC settings and prompt to reapply if file detected
Disable custom apps and enable custom apps allows manipulation of individual packages within presets
Minor scripting changes
Updated 7/16
Customizable overclock mod right from your phone! (Advanced menu)
Better support for the HTC Sensation
--- Disable\Enable T-Mobile Apps
--- Remove Sprint references on HTC Sensation
Enable custom apps will show packages and apps by presets and allow you to enable things 1 at a time.
Updated 7/14
Totally reworked with many enhancements and fixes!
Better /system detection
More intuitive UI and easier to use from the phone
5 categories of preset bloat disable\enable
--- *Sprint apps, *HTC apps, *other apps, *Rosie, HTC Widgets, and Live Wallpapers, and *Lockscreen
Moved custom options into "Advanced"
Moved backup/restore into "Advanced"
Added option to enable all custom bloat at one time
Warnings when disabling apps (depending on the menu)
Added count for disabled apps
Descriptions of what will be disabled\enabled before doing so
Added pause until enter button between menus (script was too fast )
Added better detection and action when entering an invalid option in all menus
Updated 7/13 @ 2PM
HTC Sensation support!
Allowed script to continue without R/W /system access with warning
Currently disabled bloat list is now sorted alphabetically and without "package:" in front of it
About info updated
Requirements:
Terminal Emulator (recommend setting to 12pt font)
Root Access (I like this one, personally)
Common Sense - please don't disable everything and wonder why things aren't working.
Features
Disable\Enable bloatware
Disable\Enable HTC Sense and HTC Widgets
Disable\Enable Experimental Apps
See what apps are still enabled or disabled
Ability to disable\enable ANY installed app on your phone!
Ability to backup your settings
Ability to restore your settings
Directions and Information
Apps will STILL BE DISABLED when you reboot - rooted or not!
Just download the .zip, extract, and run the viperMOD_Bloat_Manager_v3.1.1.bat file from your computer.
To run this, go into Terminal and type "su" (without quotes) then "viperbloat" (without quotes) and it will run. You can also set Terminal Emulator to run this right when you run the app by going to Menu > Preferences > Initial Command > Press "Enter" > type "su" (all lowercase, no quotes) > press Enter > type "viperbloat" (all lowercase, no quotes)
You can also run this through ADB on your computer by doing adb shell then ""viperbloat" (all lowercase, no quotes). Much easier to read the app list!
You can MAJORLY screw up your phone by using this! Be mindful of what you're playing with and if you really mess things up, just reboot and reroot.
Here is a helpful link to what some of the apps are.
Known Issues
None!
Download flashable .zip HERE
Download .bat HERE​​​​​
Special Thanks to:
Netarchy for some great shell scripting help!
freeza and ffolkes for their initial thread which I based the script on!
agrabren for getting the E3D rooted!
xdviper for the build.prop info needed for Sensation support!
Let me know if I forgot anyone!
giving this a go now. ill report back ;-)
Cant seem to get this to work. i just type viperbloat in adb or terminal emualtor and it says not found. then i type /sdcard/viperbloat and i get permission denied?
ran through terminal emulator and just removed safe bloatware and recommended. no errors and ill report back how it does for my battery life. there is a option that says no recommended and i followed it because i didnt want to start from scratch. So far i give this app a thumbs up.
Thanks for the hard work.
bpear96 said:
Cant seem to get this to work. i just type viperbloat in adb or terminal emualtor and it says not found. then i type /sdcard/viperbloat and i get permission denied?
Click to expand...
Click to collapse
Did you run the .bat file? Run it again.
And I assume you guys have the same deal as the EVO 3D and we are using /vendor for /system (symlink)? That's how I have it setup is to push it to /vendor/bin and chmod. Please let me know.
charlieb620 said:
ran through terminal emulator and just removed safe bloatware and recommended. no errors and ill report back how it does for my battery life. there is a option that says no recommended and i followed it because i didnt want to start from scratch. So far i give this app a thumbs up.
Thanks for the hard work.
Click to expand...
Click to collapse
what exactly did you type in terminal emu?
bpear96 said:
Cant seem to get this to work. i just type viperbloat in adb or terminal emualtor and it says not found. then i type /sdcard/viperbloat and i get permission denied?
Click to expand...
Click to collapse
are you temp rooted already? and when u run the bat file wait till it says press any button to continue than type su in terminal emulator to see if u have permission after that type viperbloat and the app should pop up.
bpear96 said:
what exactly did you type in terminal emu?
Click to expand...
Click to collapse
i typed viperbloat and i got the above screenshot but in white/blue.
charlieb620 said:
are you temp rooted already? and when u run the bat file wait till it says press any button to continue than type su in terminal emulator to see if u have permission after that type viperbloat and the app should pop up.
Click to expand...
Click to collapse
nevermind got it
-viperboy- said:
Did you run the .bat file? Run it again.
And I assume you guys have the same deal as the EVO 3D and we are using /vendor for /system (symlink)? That's how I have it setup is to push it to /vendor/bin and chmod. Please let me know.
Click to expand...
Click to collapse
what app are u using for screenshots? so i can post what i see and what i did....thanks.
bpear96 said:
yes im temprooted. when i type viperbloat in terminial emulator all i get is permission denied?
Click to expand...
Click to collapse
restart your phone. run the final temp root again and than do the viperbloat.bat
you may have made a error so the best thing to do is just start from scratch
I got it to run but my /sytem is r/o
My screenies
Sent from my HTC Sensation 4G using XDA Premium App
Go from my screen shots first line and second line should be diff
Sent from my HTC Sensation 4G using XDA Premium App
bpear96 said:
I got it to run but my /sytem is r/o
Click to expand...
Click to collapse
here too, script fails with the "busybox mount | grep /vendor/system" as there are no /vendor/system on my phone, and the grep finds 'ro' from probably /vendor/firmware ?
in /vendor/ i have bin and firmware directory
Also i cant seem to root now heres what i get in adb http://pastebin.com/gWb0eAsP
Also make sure that the exploit ran to ur Sd card. That may be the cause of the errors.
Sent from my HTC Sensation 4G using XDA Premium App
i changed
systemcheck=$(busybox mount | grep /vendor/system | cut -d \( -f 2 | cut -d \, -f 1)
to
systemcheck=$(busybox mount | grep /system | cut -d \( -f 2 | cut -d \, -f 1)
and got rw
then when disable bloat, i get
/vendor/bin/viperbloat: line 402: pm: not found
/vendor/bin/viperbloat: line 402: pm: not found
/vendor/bin/viperbloat: line 402: pm: not found
/vendor/bin/viperbloat: line 402: pm: not found
/vendor/bin/viperbloat: line 402: pm: not found
repeated maybe 20-30 times
bpear96 said:
Also i cant seem to root now heres what i get in adb http://pastebin.com/gWb0eAsP
Click to expand...
Click to collapse
Are u using the temp root final? I was getting errors as well in the beginning before this mod and I just rebooted my phone and everything worked
Sent from my HTC Sensation 4G using XDA Premium App
charlieb620 said:
Are u using the temp root final? I was getting errors as well in the beginning before this mod and I just rebooted my phone and everything worked
Sent from my HTC Sensation 4G using XDA Premium App
Click to expand...
Click to collapse
yes im sure.. the older v. actually works for me i get root. but the final doent work at all

[Root][Guide] Rooting ICS 4.04 leak from the 2.3.6

FILES WERE ATTACHED. I HOPE IT IS VIRUS FREE BUT I CANNOT PROMISE AS THERE MAY BE SOME TROJANS BECAUSE I DOWNLOADED AT SOMEWHERE. You've been warned. That's why I placed the list of files originally.
0. Your system must be in version 2.3.6 or below, which can be rooted by motofail. Do double wipe before you flash.
a) Place the following files in the same folder:
adb.exe
AdbWinApi.dll
AdbWinUsbApi.dll
motofail
su
Superuser.apk (script default) / supersu.apk
b)(optional) Prepare the modified RSDlite which can flash any roms...
c) Prepare the Motorola driver and install it.
d) use notepad to create a script (root.bat)(provided below) and save it in the same folder with the files above.
1. Connect your phone to the computer. You'd better install the drivers for your phone first. Turn on "USB debugging" and connect it as "charging mode".
2. You CANNOT unplug your usb cable and you CANNOT close the rooting program/script in the whole process.
3. Run the root.bat.
4. it will push some files into your phone and reboot your phone.
5. You will see the caution symbol with the Android robot.
6a. Flash your rom by the stock recovery
OR
6b(i). Pull the battery out.
6b(ii). HOLD the volume-down button and put the battery back.(Power ON) It will boot into the AP mode. (If you can see the blank secreen but not showing "USB CONNECTED, FLASH OK" , release the volume button or retry)
6b(iii). run the RSDlite to flash your rom
7. The phone will reboot and update few(1-3) times.
8. The phone will be rooted after the final reboot.
9. Take out your SD card and do factory reset. (The root will be kept) (I found this may solve some problems)
Script is here :
Code:
@echo off
cls
adb kill-server
adb wait-for-device
adb.exe shell mv /data/local/12m /data/local/12m.bak
adb.exe shell ln -s /data /data/local/12m
adb.exe reboot
adb.exe wait-for-device
adb shell rm -r /data/local/tmp
adb shell mkdir /data/local/tmp
adb push motofail /data/local/tmp
adb shell chmod 755 /data/local/tmp/motofail
adb shell /data/local/tmp/motofail exploit
adb reboot
adb wait-for-device
adb remount
adb.exe shell rm /data/local/12m
adb.exe shell mv /data/local/12m.bak /data/local/12m
adb.exe shell mv /data/local.prop /data/local.prop.bak
adb.exe shell "echo 'ro.kernel.qemu=1' >> /data/local.prop"
adb.exe reboot recovery
echo The phone will boot into the recovery mode
echo please follow the tutorial for the rooting process
echo do not close this window
ping -n 8 127.1>nul
adb wait-for-device
adb remount
adb push su /system/bin
adb shell chmod 4755 /system/bin/su
adb push Superuser.apk /system/app
adb shell chmod 666 /system/app/Superuser.apk
adb shell rm -r /data/local/tmp
adb shell mkdir /data/local/tmp
echo Your phone is rooted!!!
PAUSE
The script is provided by the crc3334404 at gfan.com .Some text is modified by me.
The guide is mainly based on his guide too. (with several modification and addon etc)
Tested on ME865
attach the required files
Edit:- thanks will try
may be i am noob but when i run the bat file it say
C:\root>adb wait-for-device
* daemon not running. starting it now *
* daemon started successfully *
Click to expand...
Click to collapse
and stays there waited for 15 min but nothing happend
EDIT:- as i said i am noob, forgot to tick usb debugging
shamsud said:
may be i am noob but when i run the bat file it say
and stays there waited for 15 min but nothing happend
Click to expand...
Click to collapse
probably bad drivers or something
shamsud said:
may be i am noob but when i run the bat file it say
and stays there waited for 15 min but nothing happend
EDIT:- as i said i am noob, forgot to tick usb debugging
Click to expand...
Click to collapse
So sorry that I didn't mention originally.
Actually I can't sure whether it works in MB865. May you please tell us after trial. Thanks
Results?
Sent from my Atrix II using xda premium
lilhaiti said:
Results?
Sent from my Atrix II using xda premium
Click to expand...
Click to collapse
Id really like to know as well! Haha
sorry guys am unable to flash with stock recovery it say "assert failed" i downloaded the file from below thread
http://forum.xda-developers.com/showthread.php?t=1684443
Click to expand...
Click to collapse
shamsud said:
sorry guys am unable to flash with stock recovery it say "assert failed" i downloaded the file from below thread
Click to expand...
Click to collapse
do you have a MEARET phone? are you fully stock?
fully stock but Searet rom, now loading mearet rom...
EDIT:= Finally got the rooted ics the above method works
shamsud said:
fully stock but Searet rom, now loading mearet rom...
EDIT:= Finally got the rooted ics the above method works
Click to expand...
Click to collapse
Could you upload a backup.i need it to work on getting cm9 working with data. I cant just use the ics update because its only patch files.i need the already patched files.pm me the link to the upload if u can upload it as soon as possible. I just need the system.ext3.tar
Sent from my MB865 using xda premium
rdavisct said:
Could you upload a backup.i need it to work on getting cm9 working with data. I cant just use the ics update because its only patch files.i need the already patched files.pm me the link to the upload if u can upload it as soon as possible. I just need the system.ext3.tar
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
He sent me a PM I told him to do a cwm backup and give us the system and also to dump boot with dd in case we need it for anything
I rooted failed....
It stock after RDS 4.0.4....
I plug the usb and all drivers are ok, then press anykey, then.....it stock...
My OS windows 7 64bit...
dickluo said:
I rooted failed....
It stock after RDS 4.0.4....
I plug the usb and all drivers are ok, then press anykey, then.....it stock...
My OS windows 7 64bit...
Click to expand...
Click to collapse
Questions may help:
1. did you flash it back to 2.3.6 First?
2. Did you root the 2.3.6 successfully by the batch?
3. Flashed the 4.0 after root with no Window closed?
4. Always connected with usb?
5. Usb debugging enabled?
6. No superuser.apk? May be you don't need to do factory reset after rooting. Please let us kvow.
If all yes, please tell us your 2.3.6 version too. E. G. 55.109.xxx
Sent from my ME865 ICS4.0 using XDA premium.
Double post, deleted
shamsud said:
fully stock but Searet rom, now loading mearet rom...
EDIT:= Finally got the rooted ics the above method works
Click to expand...
Click to collapse
Which cheesecake rom did you start with?
Sent from my ME865 ICS4.0 using XDA premium.
4.0.4 drains battery very fast
Two observations after testing ICS on MB865
1/ battery drains twice as fast for ICS 4.04 compared to GB 3.6.6
2/ Screen slower response
austin_boy said:
Two observations after testing ICS on MB865
1/ battery drains twice as fast for ICS 4.04 compared to GB 3.6.6
2/ Screen slower response
Click to expand...
Click to collapse
Never tried GB 3.6.6 and am afraid it doesn't exist.
My battery is ok:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
xanadu said:
Never tried GB 3.6.6 and am afraid it doesn't exist.
My battery is ok:
Click to expand...
Click to collapse
Maybe because you are on T-mobile and don't use 3G
socialx said:
0. Your system must be in version 2.3.6 or below, which can be rooted by motofail. Do double wipe before you flash.
Click to expand...
Click to collapse
Can anybody help me to find 2.3.6 firmware for ME865?

No GPS ... help ;/

I'm having a problem with my GPS signal on Infuse.
I cannot get any satellites connection, moreover the phone does not see any satellites in GPS Test. (I had phone sitting outside for quite some time and nothing happend, while other phone with the same GPS test got fix within seconds).
I thought that the problem was in ROM I've been running, first CM10 and then Paranoid, but today I flashed back to stock hopeing that it was faulty flash of ROM but .... no connection at all.
Does anyone ever had similar problem or knows the solution?
I'm using my Infuse in Europe (Poland) if that matters at all to any of the settings.
Hi,
More information :
Post the link to your ROM
Post gps.conf (system/etc/)
Post logs when your GPS turn on (ex:grep in logcat command)
Sent from my GT-N7000 using xda app-developers app
karamelos said:
Hi,
More information :
Post the link to your ROM
Post gps.conf (system/etc/)
Post logs when your GPS turn on (ex:grep in logcat command)
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
Currently I'm running Option C from the following link - http://forum.xda-developers.com/showthread.php?t=1613523
My gps.conf:
NTP_Server=pl.pool.ntp.org (tried nort-america as well)
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
SUPL_HOST=supl.google.com
SUPL_PORT=7276
I will post logs tomorrow
Try this
add in gps.conf (not duplicate XTRA_SERVER_*=http://xtra*.gpsonextra.net/xtra.bin)
Code:
NTP_SERVER=pl.pool.ntp.org
NTP_SERVER=0.pl.pool.ntp.org
NTP_SERVER=1.pl.pool.ntp.org
NTP_SERVER=2.pl.pool.ntp.org
NTP_SERVER=3.pl.pool.ntp.org
NTP_SERVER=europe.pool.ntp.org
NTP_SERVER=0.europe.pool.ntp.org
NTP_SERVER=1.europe.pool.ntp.org
NTP_SERVER=2.europe.pool.ntp.org
NTP_SERVER=3.europe.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
reboot & try
karamelos said:
Try this
add in gps.conf (not duplicate XTRA_SERVER_*=http://xtra*.gpsonextra.net/xtra.bin)
Code:
NTP_SERVER=pl.pool.ntp.org
NTP_SERVER=0.pl.pool.ntp.org
NTP_SERVER=1.pl.pool.ntp.org
NTP_SERVER=2.pl.pool.ntp.org
NTP_SERVER=3.pl.pool.ntp.org
NTP_SERVER=europe.pool.ntp.org
NTP_SERVER=0.europe.pool.ntp.org
NTP_SERVER=1.europe.pool.ntp.org
NTP_SERVER=2.europe.pool.ntp.org
NTP_SERVER=3.europe.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
reboot & try
Click to expand...
Click to collapse
Now i cant even save that file. I have rooted phone with superuser on it. Tried total commander and astro manager with no luck. I have changed from north-america to pl using faster fix app but it doesnt have edit option. Any suggestions ?
Sent from my SAMSUNG-SGH-I997 using xda app-developers app
Root works properly ?
Application have root permission ?
Sent from my GT-N7000 using xda app-developers app
karamelos said:
Root works properly ?
Application have root permission ?
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
yes, it seems like it is working right.
I even upgraded the ROM to see if that would make a difference but the same thing happens.
I cannot save any gps.conf file (i found two of them, one in system/etc, and the other one in etc/ - or is it the same location ?)
regards the new rom - i'm running the newest release of PA (http://forum.xda-developers.com/showthread.php?t=1742073) that supposed to have the best GPS so far.
the wierd thing is, i've tried to change the permission of that file in total commander but it gave me an error message saying that the file is "read only", but when i downloaded faster fix from market to change the ntp file it did it right away.....
Can it be a hardware issue ??
Test with adb shell
Sent from my GT-N7000 using xda app-developers app
karamelos said:
Test with adb shell
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
... how can i do that ? by looking around on forum i found that i shall put something in command line in terminal emulator (sorry i admit i am a noob). can please provide some more information on how to perfomr that gps test in adb shell ? thanks in advance
bsieron said:
yes, it seems like it is working right.
I even upgraded the ROM to see if that would make a difference but the same thing happens.
I cannot save any gps.conf file (i found two of them, one in system/etc, and the other one in etc/ - or is it the same location ?)
regards the new rom - i'm running the newest release of PA (http://forum.xda-developers.com/showthread.php?t=1742073) that supposed to have the best GPS so far.
the wierd thing is, i've tried to change the permission of that file in total commander but it gave me an error message saying that the file is "read only", but when i downloaded faster fix from market to change the ntp file it did it right away.....
Can it be a hardware issue ??
Click to expand...
Click to collapse
remount /system r/w
try this command in terminal emulator or adb shell
sudo mount -o remount,rw /dev/block/stl9 /system
if you do this from adb you might need to grant it superuser permissions from a popup on the phone screen or you might get a permission denied error.
then try to edit and save gps.conf
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I get "sudo: not found"
Sent from my SGH-I997 using xda app-developers app
bsieron said:
I get "sudo: not found"
Sent from my SGH-I997 using xda app-developers app
Click to expand...
Click to collapse
weird.... type;
su
then type;
mount -o remount,rw /dev/block/stl9 /system
Re typed it, went to total commander but still not able to save gps.conf file ...
Is there any app/software that would tell me if the hardware part of gps is faulty or not ? Maybe this is the issue ?
Sent from my SGH-I997 using xda app-developers app
bsieron said:
Re typed it, went to total commander but still not able to save gps.conf file ...
Is there any app/software that would tell me if the hardware part of gps is faulty or not ? Maybe this is the issue ?
Sent from my SGH-I997 using xda app-developers app
Click to expand...
Click to collapse
try changing the file permissions again. try it in command line.
su
cd /system/etc
ls -l
(this should print the files in the folder and show the permissions, note what the permissions for gps.conf are i'm guessing wr-r--r--)
chmod 666 gps.conf
then edit the file.
now if the permissions for the file were wr-r-r- then the proper code to set it back to is 644
after you edit the file go back to command line and type
su
cd /system/etc
chmod 644 gps.conf
This time it worked. I types the settings from the code, rebooted but after 15 minutes or so sitting outside with gps test on still could not get any satellites in view. Also i can no longer edit gps.conf (after the reboot). I tried changing the attributes to 666 like before but now i'm getting info in terminal emulator that the file is read only...
Sent from my SGH-I997 using xda app-developers app
Sent from my SGH-I997 using xda app-developers app
bsieron said:
This time it worked. I types the settings from the code, rebooted but after 15 minutes or so sitting outside with gps test on still could not get any satellites in view. Also i can no longer edit gps.conf (after the reboot). I tried changing the attributes to 666 like before but now i'm getting info in terminal emulator that the file is read only...
Sent from my SGH-I997 using xda app-developers app
Click to expand...
Click to collapse
You have to remount /system again. For some reason some ROMs don't let some apps do this even if it's a root app. You might be able to leave GPS.conf as 666 or 664 permissions but you will always have to remount /system rw after a reboot. Root explorer is usually good with being able to Mount rw but it might also be some configuration file in the rom so I don't know if buying root explorer will solve that for you.
Edit; if you are on a stock ROM and see no satellites you may have some weird error that needs a factory reset, when the GPS is completely stuck like that a full wipe through settings might help. I don't really know why this is but it seems to help sometimes. First thing to do is back up anything important to your computer. A reset through setting even formats the sdcard. Consider it a last resort but it sometimes helps.
Dani897 said:
You have to remount /system again. For some reason some ROMs don't let some apps do this even if it's a root app. You might be able to leave GPS.conf as 666 or 664 permissions but you will always have to remount /system rw after a reboot. Root explorer is usually good with being able to Mount rw but it might also be some configuration file in the rom so I don't know if buying root explorer will solve that for you.
Click to expand...
Click to collapse
I've ben able to use root explorer with this rom to change the GPS.conf, after you select rw, you have to open the file with a text edit program, make your changes, save the file, and reboot.
I was able to access the file after remounting the system.
But still no satellites in view
Sent from my SGH-I997 using xda app-developers app

[SOLVED] Root issue & Ardatdat's Kernel screen freeze issue (with some)

So i was updating my CWM version and suddenly in the midway my laptop went beserk.
I had to re-flash my phone..and then the CWM (now back to the old version)
But this strange thing happened.
I used to root my device with a particular zip that always worked.
This time it failed.
I downloaded SuperSU v0.99 and the installation was aborted as no files were found by CWM.
So i downloaded the SU binaries and flashed them. The root checker app said:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Then i tried installing SuperSU by chainfire and this popped up.
Then
What should i do now. Unrooted my phone now using a zip given in some previous thread
How to root my phone now.
Tried the steps given in our buddy Mj.Vikrams thread, but to gains. Ugh.
Help!
[EDIT] Solution to the ardatdat's screen freeze problem occurring with few.
Pre-requisite
a) CWM
b) Ardatdat's kernel v4.2 beta 6
c) Updated Su BInaries flashable zip.
Procedure
1. Install CWM.
2. Boot into CWM (recovery) and Flash Ardatdat's kernel v4.2 beta6
3. Wipe cache and Dalvik's cache
4. Power off phone
5. Turn off phone after 5 minutes, let the android upgrade.
6. Turn off phone again and boot into recovery again.
7. Flash updated su binaries zip
8. Wipe Cache
9. Turn on phone and face no screen freeze issues.! :victory:
Sent from my GT-I9103 using xda premium
What I did was to flash ardatdat's kernel 4.2-beta6. It's pre-rooted
Re: Root issue.
kaustubhkul said:
What I did was to flash ardatdat's kernel 4.2-beta6. It's pre-rooted
Click to expand...
Click to collapse
Yeah..but the ardatdats kernel has some problem with the superuser.
It makes my screen go blank and then i have to remove the battery and restart it.
I used to do the same.
But a possible solution was rooting the phone first and then installing ardatdats kernel.
My phone isnt getting rooted!
Sent from my GT-I9103 using xda premium
First try to install BusyBox and update it and try if its not working then go with the below method...
1. Format system.
2. Flash Stock ICS.
3. Follow the thread Rotting ICS.
please tell us if it worked or not......
Re: Root issue.
My phone is not rooted. So i think busy box wont work.
Ill wipe data and reflash stock ics.again.
Sent from my GT-I9103 using xda premium
DeepankarS said:
My phone is not rooted. So i think busy box wont work.
Ill wipe data and reflash stock ics.again.
Click to expand...
Click to collapse
try busy box it may work....
mj.vikram said:
try busy box it may work....
Click to expand...
Click to collapse
What does busybox do!
I couldnt understand yet.
DeepankarS said:
What does busybox do!
I couldnt understand yet.
Click to expand...
Click to collapse
Busy Box is something that you install on your phone to give you some additional handy LINUX / UNIX based commands. You need Busy Box installed because some commands are not available to you and you made need them for some root level tasks.
Tried flashing the latest version of SuperSU through CWM??
Re: Root issue.
sudhindrakv said:
Tried flashing the latest version of SuperSU through CWM??
Click to expand...
Click to collapse
SuperSU v0.99 isnt installig via CWM.
It is in their thread that some phones might not be able to flash SuperSU via cwm.
So what is the other way round??
Sent from my GT-I9103 using xda app-developers app
Re: Root issue.
DeepankarS said:
SuperSU v0.99 isnt installig via CWM.
It is in their thread that some phones might not be able to flash SuperSU via cwm.
So what is the other way round??
Sent from my GT-I9103 using xda app-developers app
Click to expand...
Click to collapse
Buddy, i think in a rom supersu.apk was su. Donno know which rom was having it. Also, if anyone can provide that supersu.apk..
Sent from my GT-I9103 using Tapatalk HD
Re: Root issue.
kataria.vikesh said:
Buddy, i think in a rom supersu.apk was su. Donno know which rom was having it. Also, if anyone can provide that supersu.apk..
Sent from my GT-I9103 using Tapatalk HD
Click to expand...
Click to collapse
It was new angeeks rom buddy
Sent from my GT-I9103 using xda app-developers app
Re: Root issue.
DeepankarS said:
It was new angeeks rom buddy
Sent from my GT-I9103 using xda app-developers app
Click to expand...
Click to collapse
Extract it and then try it in urs..
Sent from my GT-I9103 using Tapatalk HD
Re: Root issue.
My exact problem is with the ardatdat's kernel causing screen freeze issues.
So i wanted to root my phone first and then install the kernel. So that the kernel will not install its own.superuser.
Any way out??
Sent from my GT-I9103 using xda app-developers app
DeepankarS said:
My exact problem is with the ardatdat's kernel causing screen freeze issues.
So i wanted to root my phone first and then install the kernel. So that the kernel will not install its own.superuser.
Any way out??
Sent from my GT-I9103 using xda app-developers app
Click to expand...
Click to collapse
Try Angeeks ROM V1, i din hv any issues wit ardatdat's kernel v4.1 in it..
DeepankarS said:
My exact problem is with the ardatdat's kernel causing screen freeze issues.
So i wanted to root my phone first and then install the kernel. So that the kernel will not install its own.superuser.
Any way out??
Sent from my GT-I9103 using xda app-developers app
Click to expand...
Click to collapse
It will not root the device if it is already rooted. It checks for the 'su' binary in '/system/bin/' and '/system/xbin/' first.
Code:
#!/sbin/busybox sh
##### Install SU #####
if [ -f /system/bin/su ] ;
then
echo "su already exists in /system/bin/ :)"
else
if [ -f /system/xbin/su ] ;
then
echo "su already exists in /system/xbin/ :)"
else
mount -o remount,rw /system
rm /system/app/SecretWallpaper1.apk
rm /system/app/SecretWallpaper1.odex
rm /system/app/SecretWallpaper2.apk
rm /system/app/SecretWallpaper2.odex
rm /system/app/YouTube.apk
rm /system/bin/su
rm /system/xbin/su
rm /system/app/Superuser.apk
rm /data/app/Superuser.apk
mkdir /system/xbin
cat /sbin/xiaolu/files/su > /system/bin/su
ls > /system/etc/init.lstest.txt
cat /sbin/xiaolu/files/Superuser.apk > /system/app/Superuser.apk
chown 0.0 /system/bin/su
chmod 6755 /system/bin/su
chown 0.0 /system/app/Superuser.apk
chmod 644 /system/app/Superuser.apk
ln -s /system/bin/su /system/xbin/su
mount -o remount,ro /system
fi
fi
##### Install SU OK #####
Re: Root issue.
Yes i know that sir.
But,
My phone isnt getting rooted :'(
Installation goes successful.
But then no superuser is found neither does the root checker app say that my phone has not got proper root access.
Sent from my GT-I9103 using xda app-developers app
Re: Root issue.
sudhindrakv said:
Try Angeeks ROM V1, i din hv any issues wit ardatdat's kernel v4.1 in it..
Click to expand...
Click to collapse
That is because it is already rooted and ardatdats kernal does not apply its root on a rooted phone.
See post by Adam Sir here.
So...that is why...
I want to stay on the Stock ICS with ardatdats kernel to try something...
It has a problem in here.
Sent from my GT-I9103 using xda app-developers app
DeepankarS said:
That is because it is already rooted and ardatdats kernal does not apply its root on a rooted phone.
See post by Adam Sir here.
So...that is why...
I want to stay on the Stock ICS with ardatdats kernel to try something...
It has a problem in here.
Sent from my GT-I9103 using xda app-developers app
Click to expand...
Click to collapse
Buddy, Be specific. You want Root with ardatdat's kernel & not ardatdat's SU..right..???
so, update su binaries using busybox & revert.
kataria.vikesh said:
Buddy, Be specific. You want Root with ardatdat's kernel & not ardatdat's SU..right..???
so, update su binaries using busybox & revert.
Click to expand...
Click to collapse
You can't update 'su' binaries with busybox. su binaries are a part of the superuser package. Busybox is used to install, update and symlink busybox applets like cp, mkdir, cat, rm, ls etc. Busybox depends on su binaries not the other way round buddy.

OK7 & OG5 SM-G920V S6 Verizon OneClick Rooted Successfully !

As Our Easy-Firmware Team Promise You To Provide The Root For Verizon Galaxy S6 (SM-G920V).
Features:
1- OneClick Root.
2- Support All Lollipop Version (OK7 & OG5).
3- Tested Root Without Any Problems.
How To Us:
1- Enable Usb Debugging.
2- Accepte Notification In Your Phone To Allow USB Debugging Authorization.
3- Click Read Info.
4- Click (Root SM-G920V FOR ok7 or og5 Android 5.1.1) & Wait To Compliting Root.
ScreenShot:
---------------------------------------------------------------------------------------------------------
Thank You For Every One Support Us Easy-Firmware Team's & Thanks For All XDA Member's.
Note : Dont Forget To Use Thanks Button & Waiting To Get More Surprises .
Credit To :
@Mohamed Aamri Gsm
@dlophone
@wadee Knawy
@adel Soft
@OBEDa Kharat
@yaroub Abboud
@Ahmed Bawazer
@jotyar Hasan
@Qassim Elmutawakel
Best Regards.
graet work brother
graet work brother
Kicking my self for updating....
Sent from my SM-G920V using XDA-Developers mobile app
rbeavers said:
Kicking my self for updating....
Sent from my SM-G920V using XDA-Developers mobile app
Click to expand...
Click to collapse
Don't kick yourself . You can downgrade: http://forum.xda-developers.com/verizon-galaxy-s6/general/downgrade-6-0-1-to-5-1-1-t3489816
This is great if true! I am currently rooted and on 5.0.2. Does this trip knox?
Great team ,go a head
Native wifi hotspot tether enable?
How do I go about enabling free wifi hotspot with this root for 5.1.1 verizon?
Tia!!!
Mohamed Aamri said:
As Our Easy-Firmware Team Promise You To Provide The Root For Verizon Galaxy S6 (SM-G920V).
Features:
1- OneClick Root.
2- Support All Lollipop Version (OK7 & OG5).
3- Tested Root Without Any Problems.
How To Us:
1- Enable Usb Debugging.
2- Accepte Notification In Your Phone To Allow USB Debugging Authorization.
3- Click Read Info.
4- Click (Root SM-G920V FOR ok7 or og5 Android 5.1.1) & Wait To Compliting Root.
ScreenShot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
---------------------------------------------------------------------------------------------------------
Thank You For Every One Support Us Easy-Firmware Team's & Thanks For All XDA Member's.
Note : Dont Forget To Use Thanks Button & Waiting To Get More Surprises .
Credit To :
@Mohamed Aamri Gsm
@dlophone
@wadee Knawy
@adel Hamza
@OBEDa Kharat
@yaroub Abboud
@Ahmed Bawazer
@jotyar Hasan
@Qassim Elmutawakel
Best Regards.
Click to expand...
Click to collapse
when I saw this, I downgraded to OK7 right away!! and i tried this, the phone restarted twice and then on pc it says root done but there is no root on phone still and then i installed supersu from playstore and opened it, says no su binary found.
P.S i tried again it same happened. I factory reseted and lost my data due to you.
maybe a fake?
Shawn haz root said:
This is great if true! I am currently rooted and on 5.0.2. Does this trip knox?
Click to expand...
Click to collapse
This Root Is For 5.1.1 & Without Trip Knox (Still Knox Warranty:0x0) & This Is Proff For This Working Root :
fishxsauce said:
How do I go about enabling free wifi hotspot with this root for 5.1.1 verizon?
Tia!!!
Click to expand...
Click to collapse
Comming Soon... Tool For Enable Wifi Hotspot And Add All Lunguage ...
qasim799 said:
when I saw this, I downgraded to OK7 right away!! and i tried this, the phone restarted twice and then on pc it says root done but there is no root on phone still and then i installed supersu from playstore and opened it, says no su binary found.
P.S i tried again it same happened. I factory reseted and lost my data due to you.
Click to expand...
Click to collapse
This Is Kernel Root Not Su Download Adb Kits And Click (Alt+Shift) & Use
Code:
adb shell
Code:
adb su
You Well See (#)
Unborned said:
maybe a fake?
Click to expand...
Click to collapse
Its Not Fake Here Is Proof :
Mohamed Aamri said:
This Is Kernel Root Not Su Download Adb Kits And Click (Alt+Shift) & Use
Code:
adb shell
Code:
adb su
You Well See (#)
Click to expand...
Click to collapse
tried it see screenshot
Mohamed Aamri said:
Its Not Fake Here Is Proof :
Click to expand...
Click to collapse
when i click root button it goes to download mode i think it flashes the modded kernel there do you see any bar running or it just shows download screen and reboot or else i have a lock bootloader. Have you ever upgraded your phone to android 6.0.1 before, because i think i downgraded successfully but the update to mm locked down my bootloader or something different than you.
please provide the kernel img and log of what your tool do with phone.
For All XDA Members This Is Root Kernel Not SuperSu...
thank you work 100%
no need use su -c
no need show #
example :
adb shell mount -o remount rw /system
adb shell mount -o remount,rw -t auto /system
adb shell rm system/csc /lunguage.xml
adb shell rm -r system/csc /lunguage.xml
work 100% tested by me
Mohamed Aamri said:
For All XDA Members This Is Root Kernel Not SuperSu...
Click to expand...
Click to collapse
Thanks for the down grade link.
So will my aps that need root work?
Super User and busy box is a must have.
Sent from my Note 3 with a Pixel XL Rom using XDA-Developers mobile app
---------- Post added at 12:50 PM ---------- Previous post was at 12:43 PM ----------
qasim799 said:
when I saw this, I downgraded to OK7 right away!! and i tried this, the phone restarted twice and then on pc it says root done but there is no root on phone still and then i installed supersu from playstore and opened it, says no su binary found.
P.S i tried again it same happened. I factory reseted and lost my data due to you.
Click to expand...
Click to collapse
Backup. Backup. Backup.
Not devs fault!
Sent from my Pixel XL using XDA-Developers mobile app
wadeeh1990 said:
thank you work 100%
no need use su -c
no need show #
example :
adb shell mount -o remount rw /system
adb shell mount -o remount,rw -t auto /system
adb shell rm system/csc /lunguage.xml
adb shell rm -r system/csc /lunguage.xml
work 100% tested by me
Click to expand...
Click to collapse
Thanks Dear For Your Test & Reply ...:laugh:
rbeavers said:
Thanks for the down grade link.
So will my aps that need root work?
Super User and busy box is a must have.
Sent from my Note 3 with a Pixel XL Rom using XDA-Developers mobile app
---------- Post added at 12:50 PM ---------- Previous post was at 12:43 PM ----------
Backup. Backup. Backup.
Not devs fault!
Sent from my Pixel XL using XDA-Developers mobile app
Click to expand...
Click to collapse
At This Time Avliable Only Kernel Root Please Waiting... Our Updates To Support SuperSu Root For This Model.

Categories

Resources