GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Product Support Sections > Hard/Software Products (official support) > Z3X-Team Products


Reply
 
LinkBack Thread Tools Display Modes
Old 07-21-2017, 04:41   #46 (permalink)
No Life Poster
 
Join Date: Nov 2004
Location: USA
Posts: 1,207
Member: 92260
Status: Offline
Thanks Meter: 843

Quote:
Originally Posted by gsmforum1234 View Post
The phone keep showing "Hand Free Activation".. Is there a way to stop that?

Run these commands from your adb folder, it will take care of all your problems.

adb shell pm hide com.samsung.sprint.chameleon
adb shell pm hide com.samsung.android.securitylogagent
adb shell pm hide com.samsung.sdm
adb shell pm hide com.wssyncmldm
adb shell pm hide com.samsung.sprint.setupwizard
adb shell pm hide com.sec.sprint.wfc
adb shell pm hide com.sprint.ce.updater
adb shell pm hide com.sprint.dsa
adb shell pm hide com.sprint.fng
adb shell pm hide com.sprint.international.message
adb shell pm hide com.sprint.ms.smf.services
adb shell pm hide com.sprint.psdg.sw
adb shell pm hide com.sprint.voicemail
adb shell pm hide com.sprint.w.installer
adb shell pm hide com.sprint.zone

If it fails with something like "User not allowed..." then root it first and replace every instance of
adb shell pm hide
WITH
adb shell su -c pm hide

  Reply With Quote
The Following User Says Thank You to BillA For This Useful Post:
Old 01-10-2018, 16:13   #47 (permalink)
Freak Poster
 
Join Date: Sep 2015
Posts: 101
Member: 2465022
Status: Offline
Thanks Meter: 13
Quote:
Originally Posted by BillA View Post
Run these commands from your adb folder, it will take care of all your problems.

adb shell pm hide com.samsung.sprint.chameleon
adb shell pm hide com.samsung.android.securitylogagent
adb shell pm hide com.samsung.sdm
adb shell pm hide com.wssyncmldm
adb shell pm hide com.samsung.sprint.setupwizard
adb shell pm hide com.sec.sprint.wfc
adb shell pm hide com.sprint.ce.updater
adb shell pm hide com.sprint.dsa
adb shell pm hide com.sprint.fng
adb shell pm hide com.sprint.international.message
adb shell pm hide com.sprint.ms.smf.services
adb shell pm hide com.sprint.psdg.sw
adb shell pm hide com.sprint.voicemail
adb shell pm hide com.sprint.w.installer
adb shell pm hide com.sprint.zone

If it fails with something like "User not allowed..." then root it first and replace every instance of
adb shell pm hide
WITH
adb shell su -c pm hide

BillA tha Thrilla in Manilla!

Great info on the Note 7 Rev 2 Unlock Method. I have 6 of the Sprint Version of the Note 7 I just acquired yesterday! Three of the Six have the 60% battery block but still boot up and work. The other Three are bricked and will not charge. Do you guys have any solution or work around to get the bricked Note 7 to come back to life so I can unlock them and get them back to 100% battery life? I have been looking around and all I have found is to replace the battery with a charged battery and then flash it with a Combo File then unlock it then flash it back to battery chargeable revision hopefully the Sprint Version never went to Revision 3. I dont think it did honestly. I know that Tmobile and Verizon both did though. Let me know please if anyone has recommendations for the dead bricked Note 7 with latest Sprint update.
  Reply With Quote
Old 01-16-2018, 02:31   #48 (permalink)
No Life Poster
 
Join Date: Nov 2004
Location: USA
Posts: 1,207
Member: 92260
Status: Offline
Thanks Meter: 843
Quote:
Originally Posted by dave357 View Post
BillA tha Thrilla in Manilla!

Great info on the Note 7 Rev 2 Unlock Method. I have 6 of the Sprint Version of the Note 7 I just acquired yesterday! Three of the Six have the 60% battery block but still boot up and work. The other Three are bricked and will not charge. Do you guys have any solution or work around to get the bricked Note 7 to come back to life so I can unlock them and get them back to 100% battery life? I have been looking around and all I have found is to replace the battery with a charged battery and then flash it with a Combo File then unlock it then flash it back to battery chargeable revision hopefully the Sprint Version never went to Revision 3. I dont think it did honestly. I know that Tmobile and Verizon both did though. Let me know please if anyone has recommendations for the dead bricked Note 7 with latest Sprint update.

The reason for the "totally" bricked ones is that they have been updated to the latest Rev3 which completely disables charging, and once the battery runs out completely it won't charge or even power up into download mode either.
The solution is to open up the phone and attach the battery to an external charger, then reattach it and flash it to whatever you want. Problem is that once the phone is on Rev3 you can't flash any lower than that. Good luck.

Here's an updated security/bootloop disabler which works even on non-rooted samsung devices.
Just run this script BEFORE flashing an eng-boot to disable Samsung's Security+OTA. Some commands may show an error, which is fine since this is a generic script for many different models. I'd recommend running it again immediately AFTER the eng-boot flash just to be on the safe side. Must have ADB enabled, and to undo it simply do a factory reset or flash a full stock over it.

Samsung_Security+OTA_Disabler_(BillA_v2017-12-01).ZIP
https://www.androidfilehost.com/?fid=673791459329068841
Unzip it and run this batch file which should be at top of the folder:
_Samsung_Security+OTA_Disabler_(BillA_v2017-12-01).BAT
  Reply With Quote
Old 03-19-2018, 11:40   #49 (permalink)
Freak Poster
 
genehack's Avatar
 
Join Date: Mar 2002
Location: Saudi Arabia/Philippines
Age: 47
Posts: 282
Member: 10468
Status: Offline
Thanks Meter: 121
Quote:
Originally Posted by BillA View Post
The reason for the "totally" bricked ones is that they have been updated to the latest Rev3 which completely disables charging, and once the battery runs out completely it won't charge or even power up into download mode either.
The solution is to open up the phone and attach the battery to an external charger, then reattach it and flash it to whatever you want. Problem is that once the phone is on Rev3 you can't flash any lower than that. Good luck.

Here's an updated security/bootloop disabler which works even on non-rooted samsung devices.
Just run this script BEFORE flashing an eng-boot to disable Samsung's Security+OTA. Some commands may show an error, which is fine since this is a generic script for many different models. I'd recommend running it again immediately AFTER the eng-boot flash just to be on the safe side. Must have ADB enabled, and to undo it simply do a factory reset or flash a full stock over it.

Samsung_Security+OTA_Disabler_(BillA_v2017-12-01).ZIP
https://www.androidfilehost.com/?fid=673791459329068841
Unzip it and run this batch file which should be at top of the folder:
_Samsung_Security+OTA_Disabler_(BillA_v2017-12-01).BAT


id tried this solution but it wont work, tried to DG binary3 to binary2 FW but still it has error
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 



All times are GMT +1. The time now is 08:09.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.17401 seconds with 8 queries

SEO by vBSEO