[MOD][4.4.4]Native Tether for Build 23.3.23 - Droid Ultra Original Android Development

YOU HOLD MYSELF AND XDA FREE FROM ANY LIABILITY. WE ARE NOT RESPONSIBLE FOR YOUR DEVICE. FLASH AT YOUR OWN RISK.​
This will enable Native Tether for Build 23.3.23.
Prerequisites:
Droid Maxx/Ultra Rooted w/WP off
METHOD 1: TWRP INSTALL
1) Download the package below labeled "23.3.23tether_twrpinstall".
2) Reboot Into TWRP recovery and navigate to the file for flashing.
3) Reboot
4) Verify tether works
5) Profit.
METHOD 2: MANUAL INSTALL
1) Download the package below labeled "23.3.23tether".
2) Download root browser by Jrummy from the play store
3) Navigate to System/Priv-App and rename VZWEntitlementservice.apk to VzwEntitlementservice.apk.bak.
4) Navigate to System and rename the build.prop to build.prop.bak
5) Place the package on the root of your sd card and extract the build.prop file within the folder.
6) Navigate to system and Copy and paste the new file.
7) Set permissions for the file to
Owner: Read/Write
Group: Read
Others: Read
This should show (rw-r--r--)
8) Reboot. Verify tether works
9) Profit.
REVERTING
METHOD 1:
If installed in twrp, download the package below labeled 23.3.23tether_revert. Flash in Twrp, reboot, verify subscription check re-enabled.
METHOD 2:
If manually installed, simply delete the build.prop you installed, remove the .bak extension from the original build.prop, verify permissions, reboot.

That was quick! Thanks again Topsnake!
Mike

runner1717 said:
That was quick! Thanks again Topsnake!
Mike
Click to expand...
Click to collapse
No problem!

Thanks Topsnake. Does the VZWEntitlementservice.apk rename have to be done with this build? Maybe I'm mis-remembering but I seem to recall only having to do the tethering option / build.prop change the last time or two around. I haven't taken the update yet to test.

hayze said:
Thanks Topsnake. Does the VZWEntitlementservice.apk rename have to be done with this build? Maybe I'm mis-remembering but I seem to recall only having to do the tethering option / build.prop change the last time or two around. I haven't taken the update yet to test.
Click to expand...
Click to collapse
No, but you can if you want.

Will this work for Build 23.3.24?
Thanks,
MIke

runner1717 said:
Will this work for Build 23.3.24?
Thanks,
MIke
Click to expand...
Click to collapse
No, I just put up the new one though

You Da man!
Topsnake said:
No, I just put up the new one though
Click to expand...
Click to collapse

Related

[Guide] How to have write protection disabled on boot with stock rom

For this to work you will need to be rooted with twrp installed.
This is for people who are on the stock rom or a rom without init.d support.
1. Download the wp_mod.ko file from @flar2's thread http://forum.xda-developers.com/showthread.php?t=2701816
and copy it over to your SD card (either internal or external)
2. Boot into twrp
3. Select the "Mount" option on the main menu and tick system
4. Go back to the main menu and then go into the "Advanced" option. There will be a "File Manager" option
5. Navigate to the folder you saved the .ko file in and copy it (just touch the file and it will bring up the menu)
6. now navigate to /system/lib/modules and copy the file there by hitting the "select" button on the bottom right.
7. Navigate to /system/lib/modules and insure the file is there. Now touch it to bring up the menu. select "Chmod" option and enter in 644
8. reboot the device
9. Once booted fully open up Terminal emulator and type:
su
insmod /system/lib/modules/wp_mod.ko
10. Once that's done open up a file manager app with root access and mount as r/w and navigate to /system/etc and look for the file install-recovery.sh
11. edit the file using a text editor, adding the line insmod /system/lib/modules/wp_mod.ko towards the bottom of the file
12. reboot and enjoy r/w on boot without running the command every time
13. profit
is this like being s-off, without being actually s-off
Not entirely, you will be able to make changes to system files while booted but you won't be able to flash fastboot zips like s-off
Or you could flash this kernel.... http://forum.xda-developers.com/showthread.php?t=2705074
And yes it does work on stock
What abt using SdFix app from google play store..??
Sent from my HTC D816w using XDA Premium 4 mobile app
silver2706 said:
What abt using SdFix app from google play store..??
Sent from my HTC D816w using XDA Premium 4 mobile app
Click to expand...
Click to collapse
that will only work to repair writing to SD CARD. This fix is for writing to the system.
Personally... If you can get s off.. I would do so. Makes life easier in the long run.
-》Sent from my mind to your screen.
insmod /system/lib/modules/wp_mod.ko failed [File exists]
Wht does it mean..?
Will it work in my HTC One M7?
system r/w on a htc one developer edition
graffixnyc said:
For this to work you will need to be rooted with twrp installed.
This is for people who are on the stock rom or a rom without init.d support.
1. Download the wp_mod.ko file from @flar2's thread http://forum.xda-developers.com/showthread.php?t=2701816
and copy it over to your SD card (either internal or external)
2. Boot into twrp
3. Select the "Mount" option on the main menu and tick system
4. Go back to the main menu and then go into the "Advanced" option. There will be a "File Manager" option
5. Navigate to the folder you saved the .ko file in and copy it (just touch the file and it will bring up the menu)
6. now navigate to /system/lib/modules and copy the file there by hitting the "select" button on the bottom right.
7. Navigate to /system/lib/modules and insure the file is there. Now touch it to bring up the menu. select "Chmod" option and enter in 644
8. reboot the device
9. Once booted fully open up Terminal emulator and type:
su
insmod /system/lib/modules/wp_mod.ko
10. Once that's done open up a file manager app with root access and mount as r/w and navigate to /system/etc and look for the file install-recovery.sh
11. edit the file using a text editor, adding the line insmod /system/lib/modules/wp_mod.ko towards the bottom of the file
12. reboot and enjoy r/w on boot without running the command every time
13. profit
Click to expand...
Click to collapse
HI, I have an HTC One m8 developer edition
Phone details and software levels.
Model HTC One M8
Android 4.4.2
HTC sense 6.0
Software 1.54.1540.9
HTC SDK API level 6.17
I have being trying to set the r/w on system but with no success. I have followed instructions in several items in XDA and none of these have worked. I tried your method, but when finally I reboot and run root explorer I still see the folders mounted as r/o..
the .ko file is in the correct directory and install-recovery.sh is correctly modified.
Any help/assistance would be appreciated.
Unable to write system files in HTC One M7
graffixnyc said:
For this to work you will need to be rooted with twrp installed.
This is for people who are on the stock rom or a rom without init.d support.
1. Download the wp_mod.ko file from @flar2's thread http://forum.xda-developers.com/showthread.php?t=2701816
and copy it over to your SD card (either internal or external)
2. Boot into twrp
3. Select the "Mount" option on the main menu and tick system
4. Go back to the main menu and then go into the "Advanced" option. There will be a "File Manager" option
5. Navigate to the folder you saved the .ko file in and copy it (just touch the file and it will bring up the menu)
6. now navigate to /system/lib/modules and copy the file there by hitting the "select" button on the bottom right.
7. Navigate to /system/lib/modules and insure the file is there. Now touch it to bring up the menu. select "Chmod" option and enter in 644
8. reboot the device
9. Once booted fully open up Terminal emulator and type:
su
insmod /system/lib/modules/wp_mod.ko
10. Once that's done open up a file manager app with root access and mount as r/w and navigate to /system/etc and look for the file install-recovery.sh
11. edit the file using a text editor, adding the line insmod /system/lib/modules/wp_mod.ko towards the bottom of the file
12. reboot and enjoy r/w on boot without running the command every time
13. profit
Click to expand...
Click to collapse
I too can't write system files in HTC One M7 after updating to sense 6 ROM. Will this procedure cure problem in M7? Thanks in advance
ghani.911 said:
I too can't write system files in HTC One M7 after updating to sense 6 ROM. Will this procedure cure problem in M7? Thanks in advance
Click to expand...
Click to collapse
First off, please don't quote the whole top post when its a long guide like this. I know its the default to quote the post when you reply. So just delete it, before you submit your post. We don't need the thread cluttered up with multiple reposts of what is already in the top post.
The mod makes very specific changes to the kernel, so I would say there is most likely no way in heck this will work on an M7, and might even damage it.
redpoint73 said:
First off, please don't quote the whole top post when its a long guide like this. I know its the default to quote the post when you reply. So just delete it, before you submit your post. We don't need the thread cluttered up with multiple reposts of what is already in the top post.
The mod makes very specific changes to the kernel, so I would say there is most likely no way in heck this will work on an M7, and might even damage it.
Click to expand...
Click to collapse
Ok... Sorry and thanks
HTC M8 and rw fix
Still unable to get this to work,I followed your detailed instructions and wp_mod.ko is in correct directory with correct permission and install-recovery.sh is modified correctly.
However after final rebott (several in fact) /system is still r/o
I took a TRWP backup before I started so I restored and followed your instructions again , still same result, should this work immediately or will it take several reboots before it is operative? Other discussions on this and other sites indicate the latter.
Phone details and software levels.
Model HTC One M8 developer
Android 4.4.2
HTC sense 6.0
Software 1.54.1540.9
HTC SDK API level 6.17
Any assistance or suggestions would be appreciated
Which file do I use on T-Mobile rooted One M8:
1. Sense 4.4.3 (2.22 base):
wp_mod.ko
2. Sense 4.4.2:
wp_mod.ko
3. GPE 4.4.2:
wp_mod.ko
Sn8kbordin said:
Which file do I use on T-Mobile rooted One M8:
Click to expand...
Click to collapse
Whichever Sense file corresponds to your Android build in Settings>About>Software.
If you are on the stock ROM, I'm guessing 4.4.2, since I do not believe 4.4.3 has rolled out to T-Mobile yet.
As usual, I would make a nandroid before flashing anything.
redpoint73 said:
Whichever Sense file corresponds to your Android build in Settings>About>Software.
If you are on the stock ROM, I'm guessing 4.4.2, since I do not believe 4.4.3 has rolled out to T-Mobile yet.
As usual, I would make a nandroid before flashing anything.
Click to expand...
Click to collapse
Thank you. I only needed to fix apps' write access to the SD card. Here's what I did if anyone wants to do so http://forum.xda-developers.com/showpost.php?p=54696085&postcount=13
Thank you sooo much!! used this method on my desire 816 and it worked like a charm:laugh::laugh: now i dont have restart apps like adway, sd card fix..every time i reboot
hey all worked fine until i tried to open terminal
typing :
su
insmod /system/lib/modules/wp_mod.ko
then it says in terminal "execution error occurred "
any ideas? i am sure i followed the steps
JellyTooth said:
hey all worked fine until i tried to open terminal
typing :
su
insmod /system/lib/modules/wp_mod.ko
then it says in terminal "execution error occurred "
any ideas? i am sure i followed the steps
Click to expand...
Click to collapse
I get the same thing or exec failure
One max
rgolnazarian said:
I get the same thing or exec failure
Click to expand...
Click to collapse
Me the same, on HTC One Max
(Exec format error)
plz help
thanx

easy way into Verizon's hidden menu with flashable zip

I take no credit for this but I figured I'd share it credit goes to @xdabbeb from this thread. http://forum.xda-developers.com/showthread.php?t=2467302 and credit goes to @markfm for the shortcut.
But I do take the credit in packaging it into a flashable zip
Here you go I made it easy with a flashable zip ( please read and follow the instructions)
Just flash the zip
Reboot
And you're good to go
If you get an error code when trying to enter the hidden menu then do the next step otherwise you're good)
Using root browser or similar app go into system/app and find the hiddenmenu.apk and click on it and click install
In terminal emulator type "su" then type "hiddenmenu" without the quotes of course and you're in
Here's the zip: https://mega.co.nz/#!r1RnTJBK!opW5B3y4sIOUBg21DuCMXpO4vD8f5frGfer-xBKa0-U
To get back the knock on feature if you've lost it once your in the hidden menu click on HW Device Test then click on Touch Test and in there near the bottom you'll see Touch Firmware Upgrade click that and then click OK wait about 15 seconds and you're set
If you like my work please hit thanks
deleted
Does this app not bring up the same Option? I'm just wondering? Anything different from this method? https://play.google.com/store/apps/details?id=org.freespirit.hms
Worked perfectly!!!! Thank you!
Robshr said:
I take no credit for this but I figured I'd share it credit goes to @xdabbeb from this thread. http://forum.xda-developers.com/showthread.php?t=2467302 and credit goes to @markfm for the shortcut.
But I do take the credit in packaging it into a flashable zip
First download the hidden menu apk from xdabbeb's thread from above and using root browser or a similar app manually paste it into system/app and set the permissions to rw-r-r
The using root browser create a file and put this command in the file by typing in the following-
am start -a android.intent.action.Main -n com.lge.hiddenmenu/com.lge.hiddenmenu.HiddenMenu
Hit save them put the file you just created in /system/bin and set the permissions to rwxr-xr-x and save
Then all you have to do is launch terminal emulator and type in the following
su and hit enter
hiddenmenu and hit enter
That's it hidden menu will then launch
Then back in terminal emulator exit out
Here you go I made it even easier with a flashable zip ( please read and follow the instructions)
Just flash the zip
Reboot
And you're good to go
If you get an error code when trying to enter the hidden menu then do the next step otherwise you're good)
Using root browser or similar app go into system/app and find the hiddenmenu.apk and click on it and click install
In terminal emulator type "su" then type "hiddenmenu" without the quotes of course and you're in
Here's the zip - https://www.dropbox.com/s/qrtzez95437t6n2/hidden menu.zip?dl=0
To get back the knock on feature if you've lost it once your in the hidden menu click on HW Device Test then click on Touch Test and in there near the bottom you'll see Touch Firmware Upgrade click that and then click OK wait about 15 seconds and you're set
Click to expand...
Click to collapse
Sorry, but I'm unclear on the highlighted text about creating a file...what do I name the file?
MIKESTONY said:
Sorry, but I'm unclear on the highlighted text about creating a file...what do I name the file?
Click to expand...
Click to collapse
You name it hiddenmenu but just do it the easy way and flash my zip file it does it all for you
Robshr said:
You name it hiddenmenu but just do it the easy way and flash my zip file it does it all for you
Click to expand...
Click to collapse
Sweet. If I already did this:
First download the hidden menu apk from xdabbeb's thread from above and using root browser or a similar app manually paste it into system/app and set the permissions to rw-r-r
Click to expand...
Click to collapse
then flashing your .zip will just override what I have done already?
MIKESTONY said:
Sweet. If I already did this:
then flashing your .zip will just override what I have done already?
Click to expand...
Click to collapse
Yes
Worked like a charm, thank you very much :thumbup:
Robshr said:
I take no credit for this but I figured I'd share it credit goes to @xdabbeb from this thread. http://forum.xda-developers.com/showthread.php?t=2467302 and credit goes to @markfm for the shortcut.
But I do take the credit in packaging it into a flashable zip
First download the hidden menu apk from xdabbeb's thread from above and using root browser or a similar app manually paste it into system/app and set the permissions to rw-r-r
The using root browser create a file and name it hiddenmenu then put this command in the file by typing in the following-
am start -a android.intent.action.Main -n com.lge.hiddenmenu/com.lge.hiddenmenu.HiddenMenu
Hit save them put the file you just created in /system/bin and set the permissions to rwxr-xr-x and save
Then all you have to do is launch terminal emulator and type in the following
su and hit enter
hiddenmenu and hit enter
That's it hidden menu will then launch
Then back in terminal emulator exit out
Here you go I made it even easier with a flashable zip ( please read and follow the instructions)
Just flash the zip
Reboot
And you're good to go
If you get an error code when trying to enter the hidden menu then do the next step otherwise you're good)
Using root browser or similar app go into system/app and find the hiddenmenu.apk and click on it and click install
In terminal emulator type "su" then type "hiddenmenu" without the quotes of course and you're in
Here's the zip - https://www.dropbox.com/s/qrtzez95437t6n2/hidden menu.zip?dl=0
To get back the knock on feature if you've lost it once your in the hidden menu click on HW Device Test then click on Touch Test and in there near the bottom you'll see Touch Firmware Upgrade click that and then click OK wait about 15 seconds and you're set
Click to expand...
Click to collapse
Worked for me!
Don't worry about the manual install method just use the flashable zip
Do I need to change permissions? Its not installing
Edit I changed permissions and it didn't help.
mwebb34 said:
Do I need to change permissions? Its not installing
Click to expand...
Click to collapse
If you're using the zip it should be installed after you flash it
You can check after flashing it by going into system/apps and find the hidden menu apk and make sure it's permissions are rw-r-r
Its rw-r-r its not installing.
---------- Post added at 04:04 PM ---------- Previous post was at 04:02 PM ----------
Deleted
mwebb34 said:
Its rw-r-r its not installing.
Click to expand...
Click to collapse
When you flash it are you getting an error and if so what's the error message
Also you are flashing it in recovery right
Robshr said:
When you flash it are you getting an error and if so what's the error message
Click to expand...
Click to collapse
Not getting any errors, when I click install apk it just says app not installed. I first flashed the zip, then I went to root explorer and tried to install the apk I got 'X App Not Installed' after that I wanted to see if terminal would see the hidden menu apk, I typed su in terminal hit enter gave su permission, then typed hiddenmenu without the quotes, was a no go. It being a system app I figured it might see it I had my doubts also.
This is what I get in the terminal app
mwebb34 said:
This is what I get in the terminal app
Click to expand...
Click to collapse
I see on your keyboard it says vanir which is an aosp ROM which this is for Verizon stock ROMs only aosp ROMs won't work
Robshr said:
I see on your keyboard it says vanir which is an aosp ROM which this is for Verizon stock ROMs only aosp ROMs won't work
Click to expand...
Click to collapse
OK, I gotcha thanks man.
I got the hidden menu working, I'm on stock now.

[MOD][4.4.4]Native Tether for Build 23.3.24

YOU HOLD MYSELF AND XDA FREE FROM ANY LIABILITY. WE ARE NOT RESPONSIBLE FOR YOUR DEVICE. FLASH AT YOUR OWN RISK.​
This will enable Native Tether for Build 23.3.24.
Prerequisites:
Droid Maxx/Ultra Rooted w/WP off
METHOD 1: TWRP INSTALL
1) Download the package below labeled "23.3.24tether_twrpinstall".
2) Reboot Into TWRP recovery and navigate to the file for flashing.
3) Reboot
4) Verify tether works
5) Profit.
METHOD 2: MANUAL INSTALL
1) Download the package below labeled "23.3.24tether".
2) Download root browser by Jrummy from the play store
3) Navigate to System/Priv-App and rename VZWEntitlementservice.apk to VzwEntitlementservice.apk.bak.
4) Navigate to System and rename the build.prop to build.prop.bak
5) Place the package on the root of your sd card and extract the build.prop file within the folder.
6) Navigate to system and Copy and paste the new file.
7) Set permissions for the file to
Owner: Read/Write
Group: Read
Others: Read
This should show (rw-r--r--)
8) Reboot. Verify tether works
9) Profit.
REVERTING
METHOD 1:
If installed in twrp, download the package below labeled 23.3.24tether_revert. Flash in Twrp, reboot, verify subscription check re-enabled.
METHOD 2:
If manually installed, simply delete the build.prop you installed, remove the .bak extension from the original build.prop, verify permissions, reboot.
Works great thanks. I like the flash method because you don't even have to root your phone to do it. That is really nice when you have a corporate email setup that restricts rooting of the phone. Another nice thing is that you can flash from a USB stick which is nice since my internal SD card is encrypted due to corporate email also.
nukeruss said:
Works great thanks. I like the flash method because you don't even have to root your phone to do it. That is really nice when you have a corporate email setup that restricts rooting of the phone. Another nice thing is that you can flash from a USB stick which is nice since my internal SD card is encrypted due to corporate email also.
Click to expand...
Click to collapse
How did you manage to flash it without root?
If you have an unlocked bootloader then you can just fastboot the recovery and flash the zip. No root app required.
Sent from my XT1080 using Tapatalk
nukeruss said:
If you have an unlocked bootloader then you can just fastboot the recovery and flash the zip. No root app required.
Sent from my XT1080 using Tapatalk
Click to expand...
Click to collapse
Gotcha. I suppose I should have looked at your signature. Ha
Will you have a version for 24.3.7 or will this one work?
TIA
Mike
It looks like he just added 3 lines in the build.prop. I'll try it tomorrow and if it works I'll post it.
Sent from my XT1080 using Tapatalk
I just updated the build.prop files for the latest build. Actually had to add three lines for it to work. I tried the flash method on my phone and it worked just fine. Topsnake no longer has a droid maxx and gave me permission to post these.
visual voicemail problem with this mod?
Have anyone had problems with visual voicemail asking you to setup every day after doing this mod?
Anybody getting prompted for the lollypop update? I'm running topsnakes 4.4.4 and the update is rolling out for the Moto X so... I'm sure it won't just update through ota but I'm wondering if anybody is working on the port for the maxx

[MOD][4.4.4]Native Tether for Build 24.3.7

YOU HOLD MYSELF AND XDA FREE FROM ANY LIABILITY. WE ARE NOT RESPONSIBLE FOR YOUR DEVICE. FLASH AT YOUR OWN RISK.
I just modified the files from the previous mod of Topsnakes and uploaded them here. All credit should go to Topsnake. I even copied the instructions.
I messaged Topsnake prior to posting. He no longer has this phone and was O.K. with me posting.
This will enable Native Tether for Build 24.3.7.
Prerequisites:
Droid Maxx/Ultra Rooted w/WP off
or
Bootloader Unlocked
METHOD 1: TWRP INSTALL
1) Download the package below labeled "24.3.7-tether_twrpinstall".
2) Reboot Into TWRP recovery and navigate to the file for flashing.
3) Reboot
4) Verify tether works
5) Profit.
METHOD 2: MANUAL INSTALL
1) Download the package below labeled "24.3.7-tether".
2) Download root browser by Jrummy from the play store
3) Navigate to System/Priv-App and rename VZWEntitlementservice.apk to VzwEntitlementservice.apk.bak.
4) Navigate to System and rename the build.prop to build.prop.bak
5) Place the package on the root of your sd card and extract the build.prop file within the folder.
6) Navigate to system and Copy and paste the new file.
7) Set permissions for the file to
Owner: Read/Write
Group: Read
Others: Read
This should show (rw-r--r--)
8) Reboot. Verify tether works
9) Profit.
REVERTING
METHOD 1:
If installed in twrp, download the package below labeled 24.3.7-tether_revert. Flash in Twrp, reboot, verify subscription check re-enabled.
METHOD 2:
If manually installed, simply delete the build.prop you installed, remove the .bak extension from the original build.prop, verify permissions, reboot.
Files
Files
Nice, would you happen to have the modem too?
Will this work on the Droid Mini?

[MOD][4.4.4]Native Tether for Build 24.13.2

YOU ARE ACCEPTING RISK FOR YOUR DEVICE. THE ONLY ONE LIABLE AND RESPONSIBLE FOR YOUR DEVICE IS YOU.
Pre-Req:
(manual method) Build 24.13.2 root with write-protection off
or
(flash method) unlocked bootloader with TWRP recovery installed
Flash Method:
1) Download "24.13.2-tether_install.zip" and place on sdcard
2) Reboot Into TWRP recovery and flash zip. Reboot to system
3) Verify tether works
Manual Method:
1) Download "24.13.2-tether.zip"
2) find system folder and rename the build.prop to build.prop.org
3) Extract the build.prop file from zip and put in system
4) Set permissions for the file to rw-r--r-- (644)
Owner: Read/Write
Group: Read
World: Read
8) Reboot. Verify tether works
Back-To-Stock:
Flash method: Follow flash method procedure (above) with "24.13.2-tether_revert.zip"
Manual method: delete build.prop and remove '.org' from original that was saved earlier. Check permissions (644) and reboot.
bbb
eat more chlorophyll
If you have Xposed.. you may use "x Tether" module instead to enable mobile hotspot. If not I hope you find the above information useful.
bbb
Sinking Stick
realbbb said:
If you have Xposed.. you may use "x Tether" module instead to enable mobile hotspot. If not I hope you find the above information useful.
bbb
Sinking Stick
Click to expand...
Click to collapse
Does manual method work without rooting device? The root method for Droid Ultra is a long around 2 hr method. Trying to avoid rooting until a new method is available.
JDunc said:
Does manual method work without rooting device? The root method for Droid Ultra is a long around 2 hr method. Trying to avoid rooting until a new method is available.
Click to expand...
Click to collapse
No.
bbb
Bursting Bubblers
realbbb said:
YOU ARE ACCEPTING RISK FOR YOUR DEVICE. THE ONLY ONE LIABLE AND RESPONSIBLE FOR YOUR DEVICE IS YOU.
Pre-Req:
(manual method) Build 24.13.2 root with write-protection off
or
(flash method) unlocked bootloader with TWRP recovery installed
Flash Method:
1) Download "24.13.2-tether_install.zip" and place on sdcard
2) Reboot Into TWRP recovery and flash zip. Reboot to system
3) Verify tether works
Manual Method:
1) Download "24.13.2-tether.zip"
2) find system folder and rename the build.prop to build.prop.org
3) Extract the build.prop file from zip and put in system
4) Set permissions for the file to rw-r--r-- (644)
Owner: Read/Write
Group: Read
World: Read
8) Reboot. Verify tether works
Back-To-Stock:
Flash method: Follow flash method procedure (above) with "24.13.2-tether_revert.zip"
Manual method: delete build.prop and remove '.org' from original that was saved earlier. Check permissions (644) and reboot.
bbb
eat more chlorophyll
Click to expand...
Click to collapse
Does this work for Maxx as well?
JarMagic said:
Does this work for Maxx as well?
Click to expand...
Click to collapse
Yes, XT1080
Realbbb
Zebra Red
Sent from my XT1254 using Tapatalk

Categories

Resources