[SOLVED] Root issue & Ardatdat's Kernel screen freeze issue (with some) - Samsung Galaxy R i9103

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.

Related

[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?

[Q] su binary update failure on Atrix II 2.3.6

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!

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

[MOD] [SCRIPT] Superwipe Script & Kernel Cleaner Script

{
"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"
}
MOD NOTE: Be advised the superwipe script WILL wipe your internal storage. It's designed that way to wipe all the useless clutter that accumulates. If you don't know what you are doing, then don't flash it.
I have decided to post the wipe scripts here for those KernelHolics & Flashaholics that are flashing kernels and ROMs constantly. I've made small modifications to these scripts FULL credit to the originator of them Credits below.
These are compatible with CWM, TWRP.
Since there have been numerous kernels recently being posted and people wondering what to wipe or what not to wiped here is the Kernel Cleaner.
1. Place the file in the root of your /sdcard
2. Flash Kernel Cleaner
3. Flash/Fastboot Kernel
4. Reboot.
Download: http://d-h.st/BWy
This second script I'm sure everyone is familiar with SUPERWIPE script.
Tired of wiping after every ROM or not knowing what to wipe to flash a ROM and have a clean install? Just flash this script & flash ROM easy right?
1. Place Wipe-Script in root of /sdcard
2. Flash Wipe-Script
3. Flash ROM
4. Reboot.
5. This will wipe external storage. (Wiping without storage coming soon)
Download: http://d-h.st/MFS
Debug​
If it doesn't flash please tell me what recovery your using.
ONLY works for the NEXUS 7 NOT NEXUS 7 3G will be available for other devices as well.
Credit goes to the following people.​
Mike1986
AmazingLarry31
Jivy26
I-777
Myself
IF YOU USE/DOWNLOAD THIS SCRIPT PLEASE PRESS THE THANKS BUTTON​
Re: [mod][script] superwipe script & kernel cleaner script
Reserved for other Awesome Scripts to make your life easier.
So this replaces the ramdisk to the original one? No need to flash the stock kernel before changing from a modified ramdisk kernel to another?
Thank you, we surely need more stuff like that to make our lifes easier =)
Re: [MOD][SCRIPT] Superwipe Script & Kernel Cleaner Script
Grakel said:
So this replaces the ramdisk to the original one? No need to flash the stock kernel before changing from a modified ramdisk kernel to another?
Thank you, we surely need more stuff like that to make our lifes easier =)
Click to expand...
Click to collapse
The Kernel Cleaner will remove the kernel, modules, ramdisk, init.d. To nothing! You will have to flash a new kernel to install the modules and ramdisk again.
Sent from my HTC One S using Tapatalk 2
Re: [MOD][SCRIPT] Superwipe Script & Kernel Cleaner Script
Great scripts for Franco kernel users wanting to migrate to a different kernel :thumbup:
Sent from my Nexus 7 using xda app-developers app
Re: [MOD][SCRIPT] Superwipe Script & Kernel Cleaner Script
FitAmp said:
Great scripts for Franco kernel users wanting to migrate to a different kernel :thumbup:
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Yes, something u get more bugs flashing a kernel over another kernel or ROM this solves that problem. Its like getting a clean kernel install
good we have one of these, really gives you a fresh start!
So I guess it's my fault for not backing up on my computer but you should probably mention that this wipes EVERYTHING! I assumed when you said, flash script, flash rom, you didnt mean connect to PC, ADB push rom, flash, reboot, re set up everything....
Re: [MOD][SCRIPT] Superwipe Script & Kernel Cleaner Script
Gil Smash said:
So I guess it's my fault for not backing up on my computer but you should probably mention that this wipes EVERYTHING! I assumed when you said, flash script, flash rom, you didnt mean connect to PC, ADB push rom, flash, reboot, re set up everything....
Click to expand...
Click to collapse
It wipes internal storage? Yikes :s
Sent from my Nexus 7 using xda app-developers app
FitAmp said:
It wipes internal storage? Yikes :s
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Yup.... I wish I had backed up to my computer before hand. At least I have a backup from a month or so ago....
Thanks for this, much needed, will be using the kernel cleaning script a lot. I'm gonna wait till the super wipe doesn't wipe the internal storage, I'm using multiboot atm and don't wanna lose my ROMs or feel like backing them up.
Thanks again!
...Awesome... said:
The Kernel Cleaner will remove the kernel, modules, ramdisk, init.d. To nothing! You will have to flash a new kernel to install the modules and ramdisk again.
Sent from my HTC One S using Tapatalk 2
Click to expand...
Click to collapse
good work man!i only suggest you to insert this things in the kernel script(like i already did times ago in mine i use always)
tricksterMOD app saved data\settings
franco app saved data\settings
faux app saved data\settings
thanks to take the time to modify and post these!
EDIT an example for the galaxy nexus that i use,like you can see it erase also kernel control app data.hope it helps!
Code:
#!/sbin/sh
# clean Popcorn stuff
rm -f /system/etc/sysctl.conf
rm -rf /data/cron
# clean LeanKernelTweaks stuff
rm -f /system/xbin/installbb
rm -f /system/xbin/leantweaks
rm -rf /data/leantweaks
# clean Trinity stuff
rm -f /system/bin/fix_permissions
# clean init.d scripts
INITD_DIR=/system/etc/init.d
# GLaDOS
rm -f $INITD_DIR/90logger
rm -f $INITD_DIR/99nexusinit
rm -f $INITD_DIR/placeholder
# Trinity
rm -f $INITD_DIR/95dimmers
rm -f $INITD_DIR/98tweak
rm -f $INITD_DIR/99complete
# SG
rm -f $INITD_DIR/98_startup_script
rm -f $INITD_DIR/99_startup_complete
# Air
rm -f $INITD_DIR/89airtweaks
rm -f $INITD_DIR/98airtweak
rm -f $INITD_DIR/98airtweaks
rm -f $INITD_DIR/99airtweaks
# franco
rm -f $INITD_DIR/13overclock
rm -f $INITD_DIR/00turtle
# Popcorn
rm -f $INITD_DIR/99sonic
# Lean
rm -f $INITD_DIR/99leantweaks
# Jame Bond
rm -f $INITD_DIR/007tweaks
# miscellany
rm -f $INITD_DIR/99nstools
# lean kernel
rm -f $INITD_DIR/99lk-gpu
# Zen
rm -f $INITD_DIR/99ZenKernel
# clean kernel setting app shared_prefs
rm -rf /data/data/mobi.cyann.nstools/shared_prefs
rm -rf /data/data/aperture.ezekeel.gladoscontrol/shared_prefs
rm -rf /data/data/com.derkernel.tkt/shared_prefs
rm -rf /data/data/com.franco.kernel/shared_prefs
rm -rf /data/data/com.liquid.control/shared_prefs
# remove dalvik cache
rm -rf /data/dalvik-cache
rm -rf /cache/dalvik-cache
Re: [MOD][SCRIPT] Superwipe Script & Kernel Cleaner Script
Will do thanks for taking the time and showing me. I will edit it in the next version.
Sent from my HTC One S using Tapatalk 2
np man,i cited only that 3 apps because they were what come in mind in that moment,don't know if n7 users use something else (kernel control app coded by kernel dev or coded with n7 in mind)
mlaws90 said:
Thanks for this, much needed, will be using the kernel cleaning script a lot. I'm gonna wait till the super wipe doesn't wipe the internal storage, I'm using multiboot atm and don't wanna lose my ROMs or feel like backing them up.
Thanks again!
Click to expand...
Click to collapse
Is it possible for you to add this script into your Rom Aroma installation? would be nice as some of us try many different kernels!
Just a question though: will the kernel cleaner script erase all data on my N7?
no!not worry about that.
little tips.also if you don't know anything related,next time have a look inside the zip,in the updater-script
i report HERE if you want to have a look
sert00 said:
no!not worry about that.
little tips.also if you don't know anything related,next time have a look inside the zip,in the updater-script
i report HERE if you want to have a look
Click to expand...
Click to collapse
So I just want to clarify, the kernel cleaner script doesnt delete anything but just everything to do with the kernel that is installed right? It doesnt erase all the data that I have on my tab?
Re: [MOD][SCRIPT] Superwipe Script & Kernel Cleaner Script
Hi, the links are down and I really need both of these scripts. Do you have another link possibly. I would be most appreciative. Thanks in advance.
Sent from my Nexus 7 using xda premium
Android.Ninja said:
Hi, the links are down and I really need both of these scripts. Do you have another link possibly. I would be most appreciative. Thanks in advance.
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
links are NOT down... dev-host got server problems ... F5 is your best friend now

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