I am not very familiar with the Tasker.
I guess that with its help you can solve my problem: Enable / disable a SIM card on a schedule.
Introductory: OnePlus3, android 7, Qualcomm Snapdragon 820 MSM899.
Can someone please help? ))
These terminal commands need root and don't work in R.
su
stop ril-daemon2
start ril-daemon2
For SIM1 just substitute 2 with 1 I think. I can't check as I have updated all my devices at hand to R.
Use the above in combination with Time under Profiles.
I have this work but device mist need "ROOT".
Then: tasker , task , custom settings , system , phone1_on, 0 , use root checked.
eventhough , you will need at the end to add:
Airplane mode on
wait, 2 sec.
Airplane mode off
otherwise it will not work in my situation.
eeeemc said:
I have this work but device mist need "ROOT".
Then: tasker , task , custom settings , system , phone1_on, 0 , use root checked.
eventhough , you will need at the end to add:
Airplane mode on
wait, 2 sec.
Airplane mode off
otherwise it will not work in my situation.
Click to expand...
Click to collapse
Does it work in Android R?
amn1987 said:
Does it work in Android R?
Click to expand...
Click to collapse
Sorry ............... Idk.
I'm on Android 10.
Eventhough if your device is not "ROOTED" ., I suggest you give it a try on this custom settings.
Thank you very much.
edmond
eeeemc said:
Sorry ............... Idk.
I'm on Android 10.
Eventhough if your device is not "ROOTED" ., I suggest you give it a try on this custom settings.
Thank you very much.
edmond
Click to expand...
Click to collapse
Mine is rooted but the old terminal commands don't work in R. Also the current R builds don't include support for disabling individual SIMs. But at least it's working in PE so should make its way to more ROMs.
Old thread. But looking into this myself. S21+ On Android 11. Seems the custom setting add-on and system / name "phone1_on" = 0 turns Sim 1 off.. but only really works after a reboot.. hoping I find a work around without root.
pbrown77 said:
Old thread. But looking into this myself. S21+ On Android 11. Seems the custom setting add-on and system / name "phone1_on" = 0 turns Sim 1 off.. but only really works after a reboot.. hoping I find a work around without root.
Click to expand...
Click to collapse
Seems it's turning the Sim off in Sim manager.. but it doesn't actually turn it off until a reboot. However if I turn it off by myself then it turns off.. weird
With my Oneplus 8 Pro on ShapeShiftOS (11) it doesn't turn the SIM off at all.
Even when I reboot it, nothing changes.
Does anyone have an idea what else I can try?
I foundt this old thread:
Auto-toggle SIM card (e.g. with Tasker, adb shell)
Hi, has anyone yet found a working solution / app to AUTOMATICALLY en-/disable SIM2? The app "Dual SIM Control" doesn't work on OPO5. I already started to decompile the phones settings apps to find the class that toggles the SIM but so far...
forum.xda-developers.com
I tried to import is as "SIM2 enabled.tsk.xml" but get an error saying "bad data format"
Probably because of my lacking skills or maybe the xml-file only works on an older version of tasker (It says tv="5.0u4m")
It's a shame, because it's the only place I've seen the SIM & Network Settings tab adressed (which I think is the key to using it on a OnePlus)
I've been trying this for a while now to no avail. Anyone know if perhaps Android 11 is preventing this from working?
titanreign said:
I've been trying this for a while now to no avail. Anyone know if perhaps Android 11 is preventing this from working?
Click to expand...
Click to collapse
Yes it's a limitation imposed by A11. I am not sure but I think I read somewhere that it was implemented in a Pixel Experience ROM for one of my devices. I don't find PE to my liking so never checked it out.
Assuming this is still not possible to automate in tasker with android 11? Without root. Except with the use of autoinput but that has many limitations, mostly due to the screen needing be on and unlocked (all I made work but it's not a good solution).
Related
I imported my HTC first from America and a major problem I found was that the WiFi didn't work. I was prepared to return my phone citing hardware problems but I waited and instead tried to find a solution by myself. I finally got it working.
This thread is for all others who have the same problem that I did.
Temporary Fix
1) unlock boot loader, root and do s-off
2) you must be running ruu 1.08.502.1
3) make your way to http://forum.xda-developers.com/showthread.php?t=1445766
There you can see many people have the similar problem.
Follow the instructions and install the app by the OP
(Make sure push the wifix app in the /system/app folder) verify the app is working properly by dialing the code given in the other thread. Open the wifix manager and set code to 'us'
4) if you read the thread you will see the app works for android 4.0 but most users having jellybean report it as not working
5) try the steps of post #250 (I used the AT&T code)
6) now whenever you restart make sure WiFi is switched OFF before reboot. When your phone boots up again make sure you're getting network signals, then open the market changer app and select AT&T. Then turn on the WiFi.
7) your Wi-Fi can see and connect to access points!
--------------------------------------------------------------------------------------------------------------------------
UPDATE 13/5/2014
WIFI NOW WORKS 100%
Ok with a lot of digging around I finally managed to fix my wifi. Sim inserted or not, wifi on/off at reboot or whatever, it doesn't matter because wifi always works. And no need for any annoying apps to run at boot!
For this method I had to endure a lot of headaches -_-
Had to search the whole internet, learn about adb commands, logcat, compiling .jar files etc
1) unlocked bootloader, rooted , s-off and running deodexed 1.08.502.4 . I did this on a clean install with no wifix/wifi codes/market unlocker
2)
First you have to learn how to compile and extract jar files:
http://forum.xda-developers.com/showthread.php?t=2251719
You just have to read "1. How to Decompile and Recompile *.jar file or classes.dex"
3) THIS STEP NO LONGER NEEDED *Removed*
4)
You need to read this too:
http://forum.xda-developers.com/showthread.php?t=2628707
modify "framework2.jar" which is present in /system/framework
And after you have decompiled, open on your PC
classout/com/android/internal/telephony/MccTable.smali
recompile framework2.jar , put it back in androids /system/framework and set permissions to Rw-r-r
Now we have to modify another file
This time its the /system/framework/framework.jar
after decompiling open in PC : classout/com/android/net/wifi/WifiStateMachine.smali
and edit as per the second post in the link, recompile and paste it back into system/framework,set permissions to Rw-r-r
Note : its best to use adb commands to copy and paste the framework files from android to PC and vice versa
(namely adb pull and adb push)
then do some extra steps:
"Extra step 1
click on "/system/build.prop" and open in any text editor(on android);
seek line
ro.product.locale.region=GB
and change GB to US; confirm OK for save file.
mount /system R
Extra step 2
because of first boots, in Settings database is written our country code,
which should be US.
for this: install "Sqlite Editor" (android app), run, grant ROOT access. after program finds
& lists databases, look for & open "Settings Storage" > settings.db > global:
find "wifi_country_code", select it and press menu button > Edit Record;
change value to US and press "save" "
Reboot.
Congrats!! Wifi now works no matter what you do!
(as long as your wifi is on channels 1-11 , if youre on channel 12 or 13 then I think you need to change wifi country code to an european country instead of 'us')
Note: Be sure to thank the original authors in the threads i've linked.
As usual, do these steps at your own risk, I am not responsible for your bricked devices. Do report if it worked for you.
Also I know i've made quite a bit of mess. Do tell if you have any problems with the steps. I was thinking about posting my own framework.jar and framework2.jar but i'm not sure if they are safe to share or they contain private data. I'll need to confirm from someone.
dramon said:
I imported my HTC first from America and a major problem I found was that the WiFi didn't work. I was prepared to return my phone citing hardware problems but I waited and instead tried to find a solution by myself. It took me 4 days but I finally got it working.
This thread is for all others who have the same problem that I did.
Here is what I did:
1) unlock boot loader, root and do s-off
2) you must be running ruu 1.08.502.1
3) make your way to http://forum.xda-developers.com/showthread.php?t=1445766
There you can see many people have the similar problem.
Follow the instructions and install the app by the OP
(Make sure push the wifix app in the /system/app folder) verify the app is working properly by dialing the code given in the other thread. Open the wifix manager and set code to 'us'
4) if you read the thread you will see the app works for android 4.0 but most users having jellybean report it as not working
5) try the steps of post #250 (I used the AT&T code)
6) now whenever you restart make sure WiFi is switched OFF before reboot. When your phone boots up again make sure you're getting network signals, then open the market changer app and select AT&T. Then turn on the WiFi.
7) your Wi-Fi can see and connect to access points!
Well that's what I did. As usual, do these steps at your own risk, I am not responsible for your bricked devices. Do report if it worked for you
Click to expand...
Click to collapse
Salaam bro how are you?? i also found the solution but for me its Wificodes and Market unlocker both together and its done wifi working..but one thing is your GPRS working?
Optimus said:
Salaam bro how are you?? i also found the solution but for me its Wificodes and Market unlocker both together and its done wifi working..but one thing is your GPRS working?
Click to expand...
Click to collapse
Lol that's exactly what I posted above.
No, I don't really use data and it isn't activated anyways. Why, does the gprs not work?
Sent from my HTC first using Tapatalk
dramon said:
Lol that's exactly what I posted above.
No, I don't really use data and it isn't activated anyways. Why, does the gprs not work?
Sent from my HTC first using Tapatalk
Click to expand...
Click to collapse
well my wifi works now but GPRS on my warid doesnt connect may be its the settings i need to get them done by warid franchise?
Optimus said:
well my wifi works now but GPRS on my warid doesnt connect may be its the settings i need to get them done by warid franchise?
Click to expand...
Click to collapse
I don't have gprs enabled, but when I get recharge my balance I'll activate a package and then update you
Sent from my HTC first using Tapatalk
dramon said:
I don't have gprs enabled, but when I get recharge my balance I'll activate a package and then update you
Sent from my HTC first using Tapatalk
Click to expand...
Click to collapse
Thanx bro do let me know .. btw is ur htc one x + international one or the At&t one?
Optimus said:
Thanx bro do let me know .. btw is ur htc one x + international one or the At&t one?
Click to expand...
Click to collapse
I don't have the HTC one, I have the HTC First
Sent from my HTC first using Tapatalk
Optimus said:
Thanx bro do let me know .. btw is ur htc one x + international one or the At&t one?
Click to expand...
Click to collapse
Gprs works. Go to Apn and enter grps settings. Data should work then
i have same problem when i insert sim card i lose wifi after remove sim wifi working
i try some roms but no success
i read that thread write solution on first post
i try but not working there is any other solution i have 2 phone in my hand
thanks in advance
I finally found the solution... update to android 4.2.2..
Optimus said:
I finally found the solution... update to android 4.2.2..
Click to expand...
Click to collapse
We are skipping that and going straight to 4.4
Sent from my HTC first using XDA Premium 4 mobile app
russian392 said:
We are skipping that and going straight to 4.4
Sent from my HTC first using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Do we have 4.4 for At&t HTC One X+ ?
Optimus said:
Do we have 4.4 for At&t HTC One X+ ?
Click to expand...
Click to collapse
Nope. But as far as I'm concerned loir is building 4.4 instead
Sent from my HTC first using XDA Premium 4 mobile app
dramon said:
I imported my HTC first from America and a major problem I found was that the WiFi didn't work. I was prepared to return my phone citing hardware problems but I waited and instead tried to find a solution by myself. It took me 4 days but I finally got it working.
This thread is for all others who have the same problem that I did.
Here is what I did:
1) unlock boot loader, root and do s-off
2) you must be running ruu 1.08.502.1
3) make your way to http://forum.xda-developers.com/showthread.php?t=1445766
There you can see many people have the similar problem.
Follow the instructions and install the app by the OP
(Make sure push the wifix app in the /system/app folder) verify the app is working properly by dialing the code given in the other thread. Open the wifix manager and set code to 'us'
4) if you read the thread you will see the app works for android 4.0 but most users having jellybean report it as not working
5) try the steps of post #250 (I used the AT&T code)
6) now whenever you restart make sure WiFi is switched OFF before reboot. When your phone boots up again make sure you're getting network signals, then open the market changer app and select AT&T. Then turn on the WiFi.
7) your Wi-Fi can see and connect to access points!
Well that's what I did. As usual, do these steps at your own risk, I am not responsible for your bricked devices. Do report if it worked for you
Click to expand...
Click to collapse
Not Working...
same here not working i tried on both official and custom rom that solution but not working
any other solution or working kernel ?
with sim card wifi not work
imeicodes said:
same here not working i tried on both official and custom rom that solution but not working
any other solution or working kernel ?
with sim card wifi not work
Click to expand...
Click to collapse
Details?
Thread updated
@moonmoon8 @imeicodes
Optimus said:
I finally found the solution... update to android 4.2.2..
Click to expand...
Click to collapse
Can you post here tested 4.2.2 rom link here that fixes the WIFI problem with SIM card?
Wifi solution
..::Angel::.. said:
Can you post here tested 4.2.2 rom link here that fixes the WIFI problem with SIM card?
Click to expand...
Click to collapse
Salaam, here is the link (http://forum.xda-developers.com/showthread.php?t=2023889&highlight=boot+img) but you should know how to root and then put a custom rom..furthermore this is a rom for AT&T htc one x + NOT for the international one ok..this rom worked for me since mine is AT&T version....i hope the same goes for u. dont forget to hit thanks ...goodluck
Optimus said:
Salaam, here is the link (http://forum.xda-developers.com/showthread.php?t=2023889&highlight=boot+img) but you should know how to root and then put a custom rom..furthermore this is a rom for AT&T htc one x + NOT for the international one ok..this rom worked for me since mine is AT&T version....i hope the same goes for u. dont forget to hit thanks ...goodluck
Click to expand...
Click to collapse
Walikum assalam,
Did you mean this rom worked with HTC First aka MYST_UL ??? Thanks!
Hello everyone.. i want to force switch on LTE mode on my device to use 4g internet and sim. I know it will not convert device to 4g.
But to that i have to open engineering mode. U have tried mtk engineering app and ussd codes *#*#197328640#*#*
But unable to open the menu. App says "can not find engineer mode app"
I have followed the following steps http://flipshope.com/blog/how-to-use-reliance-jio-4g-sim-in-3g-phone/
*#*#4636#*#*
You will find it in phone information
Ohkey.. is it the same thing?
Also if i want to explore additional options as in service menu like changing volume etc. Can I do that too???
Thanks for reply i found that option will check if it works...
piyush4542 said:
Ohkey.. is it the same thing?
Also if i want to explore additional options as in service menu like changing volume etc. Can I do that too???
Thanks for reply i found that option will check if it works...
Click to expand...
Click to collapse
Heyy,
Is your jio sim working after doing this trick. I dont have a jio sim so i cant try it . please reply...
piyush4542 said:
Ohkey.. is it the same thing?
Also if i want to explore additional options as in service menu like changing volume etc. Can I do that too???
Thanks for reply i found that option will check if it works...
Click to expand...
Click to collapse
You can't. There's no Engineer Mode in Android One.
Thanks for telling... i was searching for it for long that by any mean it works while its not possible... lol
Alas my jio sim is not yet activated waiting to check
Thanks for telling... i was searching for it for long that by any mean it works while its not possible... lol
Alas my jio sim is not yet activated waiting to check
does it works
correct
joeyhuab said:
You can't. There's no Engineer Mode in Android One.
Click to expand...
Click to collapse
Yes right bro I also tried to entre engineering mode several times but, didn't succeeded and found that theres no mode like this in Android one.
Try *#*#4636#*#*
its helps
thank you very much
It will not work in android one devices tried lots of methods bt none of them helped me .
Not working!!!
On Nexus 5 Lineage os 15.1
Lineage Oreo ROM 8.0.1
In my MI_A2 it only shows me information of SIM1 .. I need to make some adjustments in SIM2 .. thanks!
stupid man
You can also try this one *#*#3646633#*#*...
Pls my Mtk is not entering engineer mode
Hi everybody, I don't know if this will help all you but this is what worked for me (Android 6.0.1):
1. On the setup wizard (after factory wipe), connect to internet (wifi/data)
2. Select "Emergency call"
3. Call to any valid number (112 for example)
4. When the calls start swipe to the left on the dialing screen and you will see message and browser displayed (in my case the message method doesn't works).
5. Select browser.
6. Go to google.
7. Search for Package Disabler Pro 9.8
8. Download it and install it.
9. Open it and search for "Samsung account".
10. Click on Clear Data and then Disable.
11. Go back to google and search for QuickShortMaker
12. Install it and open it.
13. Search for "Setup Wizard", it will expand.
14. Select the one with ".setupwizards.SetupExitActivity"
15. Done! You can now use the phone and restart.
Ok after this you can go and check that there is no Samsung account displayed (Settings>Accounts), buuuuut, you can't add it . What I did was:
1. Go back to Package Disabler Pro and enabled "Samsung Account".
2. Then go to Settings>Back up and reset
3. Factory data reset
4. Asked for Samsung account and I inserted my real account.
5. Done, now I can sync with my account.
The oooooooonly issue that I can't figure out it's the way to remove the "Reactivation lock" from Settings>Lock screen and security>Find my mobile.
Well that's all hope it works for you guys.
If this doesn't work for you, you can check out unlockjunky, they will definitely be able to do it.
Good luck!!
xxspokiixx said:
Hi everybody, I don't know if this will help all you but this is what worked for me (Android 6.0.1):
4. When the calls start swipe to the left on the dialing screen and you will see message and browser displayed (in my case the message method doesn't works).
Click to expand...
Click to collapse
when i'm calling i cannot swipe to the right. Is there anyother way to open the browser?
112
What ever you do, absolutely do not dial for example ( 112 )
Turns out 112 will connect you to your local emergency dispatch.....
Ask me how I know...
please change your number in the above post for newbies who may be trying to learn and have no clue what these phones are capable of...
Thanks
xxspokiixx said:
Hi everybody, I don't know if this will help all you but this is what worked for me (Android 6.0.1):
Click to expand...
Click to collapse
Mate, you are an absolute legend! I've been searching for 8hrs looking for a solution after hard resetting my phone and being unable to get past the Samsung Account lock afterwards (even though I had the right username & password!) About fifty useless/outdated YT videos & a few hundred websites/forums later - none of which were helpful, I finally stumbled across your post, despite it not showing up 8hrs ago when I came straight to XDA hoping to find a solution first.
I have an improved method for #2, 3 & 4 of your post and will add all relevant info soon (just need some kip now that the panic is over). I'll also expand a little on some details and include further options which worked in my particular case, but all n'all - you're an absolute legend mate and I'd be screwed & still panicking without your shared info. Huge thanks...
Nice meme dude ya got me
Nomak1835 said:
What ever you do, absolutely do not dial for example ( 112 )
Turns out 112 will connect you to your local emergency dispatch.....
Ask me how I know...
please change your number in the above post for newbies who may be trying to learn and have no clue what these phones are capable of...
Thanks
Click to expand...
Click to collapse
AGREED!!!!!!!!! DO NOT DIAL 112!!!!!! It switches to 911... not a funny joke
Nomak1835 said:
What ever you do, absolutely do not dial for example ( 112 )
Turns out 112 will connect you to your local emergency dispatch.....
Ask me how I know...
please change your number in the above post for newbies who may be trying to learn and have no clue what these phones are capable of...
Thanks
Click to expand...
Click to collapse
You have to dial an emergency number or this trick doesn't work. Its not practical for most folks but if you are worried about dialing an emergency number I'd recommend using a SIM out of a tablet that isn't phone number enabled.
its working for j7 prime bypass samsung account
Hi, First of all thanks for this thread. i made it to #8 but when i download the apk and i cant figure out how to install it to complete steps 9 and 10. Maybe i'm over looking something im not sure but i need help.
TIA
Beasy936 said:
Hi, First of all thanks for this thread. i made it to #8 but when i download the apk and i cant figure out how to install it to complete steps 9 and 10. Maybe i'm over looking something im not sure but i need help.
TIA
Click to expand...
Click to collapse
Look for Aptoide apk download it to sd card and search for package disabler in this app and install it or download and copy Pachkage disabler you your sd card and run via file explorer or download and run ES File manager as I did.
when i make the call my wifi gets turned off and wont come back on till i restart the phone. i managed to open the browser but the wifi is off so i cant do anything after that except cry.
stock 5.0
Did you get it figured out I got the edge 6 plus to work fine now it was one of the tougher ones and I've done a few on some newer models what are you stuck on?
I thought the Combination Firmware would reset the FRP lock by default after being installed.
first thank you for sharing ur experience and i want to add
that i done it step by step and it works nicely but still cant remove the reactivation
and here is how iv done it after i bypassed it using ur method
i flashed a lower modem file from stock rom N910VVRU2BOG5 which is 5.0.1
at this point my imei went off
so i went for full flash by N910VVRU2BPA1_N910VVZW2BPA1_N910VVRU2BPA1_HOME. which is 5.1.1 and did full hard reset
then i just signed in with the last Samsung account i used with ur method earlier and it passed so now i can easly remove reactivation mark , unlock and root then make it Arabic .
thx again
Did you ever post up the suggested steps to replace #'s 2-4 in the original post above? I'm not seeing them anyplace. This would be a big help. Thanks.
When I call I can't swipe to the right is there another way to open browers
I successfully used this to gain access to my phone but I believe that if I power cycle it I will be locked out again. Is there any way to remove or change the samsung account now that I am in? The options are greyed out in settings.
ADB and Root.
Hey, I have been working on these for a while keep finding new things each time I try to remove Reactivation Lock. However I was wondering if I show you guys how to enable ADB with RSA Key, and Root the device. Could someone show me how to remove the Reactivation Lock using root. I used other methods on older and newer models, but these S5's are the only ones giving me issues.
After weeks of going mad trying different solutions I've found online, here's what worked 100% for me just last night:
Login to Samsung Account on other device, select Password & Security, enter password then choose Devices. LOG-OUT of your S6 Edge if listed, confirm. Next change password - doesn't matter what, can even change it back afterwards.
Flash Lollipop (I used G925VVRU4BOK7)
Wipe Data/Cache
Boot fresh Stock firmware, enter/confirm network details, at Reactivation Lock prompt, enter user & updated password. Sign-in....
Settings -> Lock Screen & Security -> Find My Mobile. Unselect Reactivation Lock and enter password... voila!
Works for anybody else??
when i made the call the wifi turn of
Hey,
I purchased a Samsung Note 8 (SM-N950F) a couple of years from Amazon.de. The phone was unlocked, since then new OS releases were really slow so I decided to download the Pie update from Sammobile and updated my phone via Odin. The phone is using official firmware and has never been rooted yet when I try to activate Google Pay I receive the following error; "Couldn't finish setup to pay in shop. This phone can't be used to pay in shops. This may be because it is rooted or altered in some other way."
I spoke to Samsung and told me to check a few things and they confirmed the phone is not rooted, I spoke to Google and they told me I should ask Samsung how to unlock the bootloader but Samsung said doing this would void my warranty. I'm a bit confused as to what to do, is there a stock pie rom I can use without voiding my warranty?
Thanks a lot, appreciate any help
Regards
p4rma
The only thig i can think of is that, the phone you've got has a CSC code of a region where Google Pay is not supported, or maybe you are living in a country that do not support Google Pay.
If you think I'm wrong, flash stock pie firmware.
Flashing stock offiicial binaries doesn't need your bootloader to be unlocked.
Thanks for the quick reply I will try this. Would Samsung have their own stock pie rom? Kinda wish I just waited for the pie update rather than flashing. Its annoying I can't use Netflix either as it says my device is not compatible.
I just checked and my bootloader is N950FXXU7DSJ1
Hey there,
I also faced the same issue when using GPay. I recommend trying these steps, might workout for you (it did for me):
Before doing this I recommend Backing your phone up, sometimes phone might erase user data but I didn't lose data.
1. Goto Settings > About Phone > Software Information > Build Number (Tap this thing 7 times). It should display a toast saying Developer options has been enabled.
2. Go back to Settings > Developer Options.
3. Turn on USB Debugging first, just in case.
4. See if OEM Unlock is turn on, if it is then turn it off.
5. Try turning it back on if it is turned off, you phone will reboot if you do so. Once rebooted, go back and turn it back off.
You shall be able to use Google Pay.
Note: These are the exact same steps that I did and it started to work for me.
As for changing CSC its a little complicated (by rooting its way easier but then you will lose Samsung Pay & some other Knox features). You will need to do a couple of steps and it also leads to erasing of user data.
If you don't wanna risk anything, why not try SPay. It might be supported in your country.
Unix_Dominator said:
Hey there,
I also faced the same issue when using GPay. I recommend trying these steps, might workout for you (it did for me):
Before doing this I recommend Backing your phone up, sometimes phone might erase user data but I didn't lose data.
1. Goto Settings > About Phone > Software Information > Build Number (Tap this thing 7 times). It should display a toast saying Developer options has been enabled.
2. Go back to Settings > Developer Options.
3. Turn on USB Debugging first, just in case.
4. See if OEM Unlock is turn on, if it is then turn it off.
5. Try turning it back on if it is turned off, you phone will reboot if you do so. Once rebooted, go back and turn it back off.
You shall be able to use Google Pay.
Note: These are the exact same steps that I did and it started to work for me.
As for changing CSC its a little complicated (by rooting its way easier but then you will lose Samsung Pay & some other Knox features). You will need to do a couple of steps and it also leads to erasing of user data.
If you don't wanna risk anything, why not try SPay. It might be supported in your country.
Click to expand...
Click to collapse
Thank you Unix_Dominator!!!!!!!!! This worked, I can now use Google Pay & Netflix
p4rma said:
Thank you Unix_Dominator!!!!!!!!! This worked, I can now use Google Pay & Netflix
Click to expand...
Click to collapse
I'm glad it worked out for you too!!!
Unix_Dominator said:
I'm glad it worked out for you too!!!
Click to expand...
Click to collapse
I noticed it has stopped working again but I'll try your method again. Did you have the issue or is yours pemanently fixed?
Thanks
p4rma said:
I noticed it has stopped working again but I'll try your method again. Did you have the issue or is yours pemanently fixed?
Thanks
Click to expand...
Click to collapse
It has been permanently fixed for me, I never faced any issue with GPay after that method (I don't use Netflix though). Could you also see if you phone is updated to the latest version, if so also check if your phone has a fix for Stagefright.
To check if you are vulnerable to that exploit download this app it will tell you Click Here . If it fails, try OEM unlock as off and see, might fix it.
I really hope this issue doesn't come back for you.
UPDATE AS OF 16 OF MAY 2023
This project isn't working right now, but I am still working on it.
However due the complicated nature of the projects and the fact that I have little free time means this project will probably still take time to get to functional state.
If anyone has any idea please contact me, any hell is welcome!
______________________________________________________
Hi!
So I decided I wanted to flash custom software into my phone, but it's bootloader was locked so I figure a way to unlock it!
I am going to leave 2 methods:
1. It's the most risky but has more chance of working. The idea is to flash the whole firmware again to the phone, but from an unlocked model.
This is posible using the EDL mode and Sahara protocol.
The EDL mode is an emergency mode which allows user to flash firmware in case fastboot and ADB fails. It's also available in all Qualcomm devices.
It is also completly independent from the rest of the phone, and it's the first bootloader we have. If everything is ok it triggers the second bootloader(fastboot) which then boots the system(See the diagram if you want).
As we want to reflash the firmware keep in mind this could brick your phone and I won't take any resposability if it happen
Materials:
-QPST
-Qualcomm Driver
-Working USB Cable
-Fastboot and ADB set up and working
-knoledge on using ADB
Procedure:
1. Download and install Qualcomm drivers
2. Download and install QPST
4.Downlaod the MBN file
3. Reboot
4. Connect the phone to the PC, then open cmd and run "adb reboot edl".
If you are on fastboot mode, then try "fastboot oem edl", "fastboot reboot-edl", "fastboot reboot edl". One of this should work
5. Go to C:\Program Files\Qualcomm\QPST\bin\
6.Open QPST Config(it's a blue phone, see picture)
7. Click on "Start clients" and then "Software download". A new window should open
8. Now we need to select the phone image using the browser button
9. Click on start to flash ⚡️
Please be aware the method wasn't tested, so this could brick your phone.
If you decide to try it, and have questions or ru into problems during the process, please let me know.
Also remember to take a backup of your data, as it is goig to be lost. ℹ
____________________________________________________________________________
As for the second method, I tried it and it didn't work for me, but is completly safe so you may want to give it a try.
1. Enrrol on the android 12 beta program, AND MAKE A BACKUP OF YOUR DATA
2. Install the update
3. Now exit from the beta program
4. Now you should have an update, it's a rollback to the stable version of android 12. After you installed the update the phone will restart and factory reset.
5. Do the setup as normal
In the end you may have unlocked the bootloader, to check just go to developer options and check if it is enabled or not.
Can we get a video of how to do this?
trzpro said:
View attachment 5491701
Click to expand...
Click to collapse
So you attempted one of these methods and did it work or not work.What device did you use?
trzpro said:
View attachment 5491701
Click to expand...
Click to collapse
That seems to be a probelm with the drivers. Did you install everything properly?
You may want to uninstall them and reinstall again to see if we solve the problem. Also try to run the app with admin privileges
Let me know how if you have more issues or if this doesn;t solve the problem at all.
AtrixHDMan said:
Can we get a video of how to do this?
Click to expand...
Click to collapse
I can make a video, but I can only publish it on January. Untill then I think the guide is easy to understand so if you want to try the method you shouldn't have problems.
#mcl said:
I can make a video, but I can only publish it on January. Untill then I think the guide is easy to understand so if you want to try the method you shouldn't have problems.
Click to expand...
Click to collapse
I understand thanks
#mcl said:
这似乎是驱动程序的问题。您是否正确安装了所有内容?
您可能需要卸载它们并重新安装,看看我们是否能解决问题。还尝试以管理员权限运行该应用程序
如果您有更多问题,或者这根本无法解决问题,请告诉我
MOD EDIT: You may need to uninstall them and reinstall to see if we can fix the problem. Also tried running the app with admin rights
Let me know if you have more questions, or if this doesn't solve the problem at all.
Click to expand...
Click to collapse
同样的问题,无法解决。
MOD Edit: Same problem, can't solve it.
Looks like this is a common issue, I will look the documentation of QPST and see if I see the cause of the problem. Thank you guys for helping up this project
So I found that that version of QPST is outdated(it's the 2.7 build 140 and the latest version is 2.7 build 460). I am leaving a zip with it here.
Try and see if this time around we manage to unlock the bootloader
MOD EDIT:
This is the latest version
这是最新版本
#mcl, I have the same problem as you have, I live in Portugal and bought a used Pixel 4 but apparently it's origin is the US, Verizon. From your original post I take it that you didn't try this method yourself and hope others will try? Or were you successful?
for anyone in the same situation, read this thread: https://android.stackexchange.com/q...ed-against-physical-tampering-in-google-pixel
My guess is: if your pixel's " OEM unlocking " is greyed out it will not be possible to unlock. Although I didn't try the EDL route I'm quit sure that at some point you will get a message "bootloader is locked"
gentle_giant said:
for anyone in the same situation, read this thread: https://android.stackexchange.com/q...ed-against-physical-tampering-in-google-pixel
My guess is: if your pixel's " OEM unlocking " is greyed out it will not be possible to unlock. Although I didn't try the EDL route I'm quit sure that at some point you will get a message "bootloader is locked"
Click to expand...
Click to collapse
Hey I am quite busy recently so I haven't really had time to look more on the thread, though I believe there will always be a way, it may be hard to find but no OS is perfect, and Android is no exception. As it turns out, even if this method worked, when it connect to the internet there will be a high chance that using the IMEI of the phone it will "remember" it's a locked model and won't allow you to flash new firmware.
However I am working on a new method, which is also safer, though I have still work to do, so when It is ready I am going to publish another guide.
Good luck all untill them
Hi mcl, my problem is: I do like to change OS and I did so on my previous HTC M7 and M10. And these 2 phones still function with PixelExperience 10 or 11.
But at best I'm a simple layman with a lot of enthusiasm.
Anyway, I will keep an eye on this thread and hopefully you will find time to make this new method work!
By the way, I see that we are "neighbors", I live in Portugal.
gentle_giant said:
Hi mcl, my problem is: I do like to change OS and I did so on my previous HTC M7 and M10. And these 2 phones still function with PixelExperience 10 or 11.
But at best I'm a simple layman with a lot of enthusiasm.
Anyway, I will keep an eye on this thread and hopefully you will find time to make this new method work!
By the way, I see that we are "neighbors", I live in Portugal.
Click to expand...
Click to collapse
Hahah yeah we are definitely neighbors.
Well I do want to become a software engineer though right now I am just a busy enthusiastic.
I also really enjoy custom OS, when I had my Galaxy S9 I used to have custom ROMs.
Hope I manage to find a new solution as soon as posible for all if you guys!!!
How is bootloader state protected against physical tampering in Google Pixel
A week ago my professor's Pixel 4 XL was stolen from his desk when he left it there for charging. The phone has been shut down. It had few minutes of battery left when it was plugged in charging. T...
android.stackexchange.com
any luck with that? can I backup my firmware before doing it?
darknmy said:
How is bootloader state protected against physical tampering in Google Pixel
A week ago my professor's Pixel 4 XL was stolen from his desk when he left it there for charging. The phone has been shut down. It had few minutes of battery left when it was plugged in charging. T...
android.stackexchange.com
Click to expand...
Click to collapse
We are not doing physical atack, so that is not a problem for us.
Also, I don't believe the pixel 4 XL is perfect, for sure there are errors and security vulnerabilities. We just need to find them.