[Q] Turn knox warranty void to 0x0 - Galaxy Note 3 Neo Q&A, Help & Troubleshooting

Is there a way to turn knox warranty void to 0x0 from 0x1 in note 3 neo??

No Knox is an e-fuse (a one-time programmable chip) who blows when you root and because it is a one time thing you can't revert it.
Envoyé de mon SM-N7505 en utilisant Tapatalk

Related

beIN SPORTS Erreur 288 (0)

hi
i installed Bein Sports on my phone I9192 who has the samsung galaxy s6 & n5 rom for mini (i9192 only)
https://play.google.com/store/apps/details?id=ptv.bein.mena&hl=fr
but when i launch the application and want to watch HD channels ( beni HD1, bein Hd2...) an error 288 (0) appear : " votre appareil est jailbreaké, vous ne pourrez pas utiliser toutes les foncionalités de l'application. " (your device is jailbroken, you can not use all of the application foncionalités)
i think this message appear because my phone is rooted any solution to fix this issue and to use this application with rooted device
thanks a lot for your help :highfive:
any help please
how to fix your device is jailbroken, you can not use all of the application foncionalités on rooted device thanks

Bootloop Activate CPU 1, 2, 3

Français :
Bonjour, je vous explique mon problème.
Mon LG G4 H815 (modéle 505) c'est retrouvé en bootloop suite à un mauvais contact du processeur.
J'ai donc décider de flasher un fichier .tot pour désactiver le Bigcore et cela à très bien fonctionner (v10d lollipop)
Mais un seul processeur (num 0) fonctionne, donc j'aimerais un fichier à flasher ou une autre solution pour activer les processeur 1,2,3 (seul le 4 et 5 ont des problème) Le téléphone fonctionne parfaitement quant le 1,2,3 sont actif
Je parle d'une manière définitive c'est a dire que le 0,1,2,3 puisse fonctionner normalement sans avoir à les activer avec kernel audiutor.
Si quelqu'un peut m'aider ou me donner une solution gratuite, je suis sur que sa existe.
Je tient à préciser que je suis prêt à tester n'importe quel solution
Je vous remercie beaucoup
PS : J'ai aperçu la solution ilAPO mais pour 25$ cela m'ennuie
English :
Hello, I explain my problem. :crying: :crying:
My LG G4 H815 (model 505) it is found in bootloop following a bad contact of the processor.
I decided to flash a .tot file to disable the Bigcore and it works very well (v10d lollipop)
But a single processor (num 0) works, so I would like a file to flash or another solution to activate the 1,2,3 processor (only the 4 and 5 have problems)
The phone works perfectly as the 1,2,3 are active
I speak in a definitive way that is to say that the 0,1,2,3 can operate normally without having to activate them with kernel adiutor.
If someone can help me or give me a free solution, I'm sure its exists.
I want to clarify that I am ready to test any solution
Thank you a lot
PS: I saw the solution ilAPO but for $ 25 it annoys me
Unfortunately I can not post screen
there https://forum.xda-developers.com/g4/themes-apps/root-4-cores-activator-t3538175
Levent2101 said:
there https://forum.xda-developers.com/g4/themes-apps/root-4-cores-activator-t3538175
Click to expand...
Click to collapse
How to fix the bootloop in lg g4 stylus?
ThankYou
Levent2101 said:
there https://forum.xda-developers.com/g4/themes-apps/root-4-cores-activator-t3538175
Click to expand...
Click to collapse
Thank you very much, it works but in the same way as adiutor.
The processors turn on when the smartphone starts and finish.
What I would like is a solution to modify some system file to have the 4 cores active directly in the boot (without software)
For information I decompile this application: https://forum.xda-developers.com/g4/development/ilapo-infinite-loop-auto-power-off-fix-t3404421
And this aplication changes this: /system/etc/init.qcom.post_boot.sh
So I think there can be a solution to directly activate the 4 processors at the boot?
Decompiler .class file:
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: packimports(5) braces fieldsfirst noctor nonlb space lnc
package cz.youber.g4ilapo;
import android.app.Activity;
import android.content.Context;
import android.os.AsyncTask;
import android.widget.Button;
import com.a.a.b.d;
import com.a.b.a;
// Referenced classes of package cz.youber.g4ilapo:
// g, MainActivity, h, i
final class f extends AsyncTask {
int a;
String b;
Activity c;
Context d;
f(Activity activity, Context context) {
a = 1;
c = activity;
d = context;
}
private transient Integer a(Integer ainteger[]) {
String as[];
String s;
g g1;
com.a.a.b.a a1;
if (ainteger[0].intValue() == 0) {
b = "mount -o rw,remount /system; sed -i -e 's/g4ilapofix=true/g4ilapofix=false/g' /system/etc/init.qcom.post_boot.sh; echo 0 > /sys/devices/system/cpu/cpu1/online; echo 0 > /sys/devices/system/cpu/cpu2/online; echo 0 > /sys/devices/system/cpu/cpu3/online; $(exit 1)";
} else
if (ainteger[0].intValue() == 1) {
b = "mount -o rw,remount /system; sed -i -e 's/g4ilapofix=false/g4ilapofix=true/g' /system/etc/init.qcom.post_boot.sh; echo 1 > /sys/devices/system/cpu/cpu0/online; echo 1 > /sys/devices/system/cpu/cpu1/online; echo 1 > /sys/devices/system/cpu/cpu2/online; echo 1 > /sys/devices/system/cpu/cpu3/online; $(exit 0)";
} else {
b = "mount -o rw,remount /system; if $(grep -Fq 'g4ilapofix' /system/etc/init.qcom.post_boot.sh); then if $(grep -Fq 'g4ilapofix=true' /system/etc/init.qcom.post_boot.sh); then $(exit 0); else $(exit 1); fi; else sed -i -e '$a\\g4ilapofix=false; if $g4ilapofix; then if $(pm list packages | grep -q 'cz.youber.g4ilapo'); then echo 1 > /sys/devices/system/cpu/cpu0/online; echo 1 > /sys/devices/system/cpu/cpu1/online; echo 1 > /sys/devices/system/cpu/cpu2/online; echo 1 > /sys/devices/system/cpu/cpu3/online; else echo 0 > /sys/devices/system/cpu/cpu1/online; echo 0 > /sys/devices/system/cpu/cpu2/online; echo 0 > /sys/devices/system/cpu/cpu3/online; fi; else echo 0 > /sys/devices/system/cpu/cpu1/online; echo 0 > /sys/devices/system/cpu/cpu2/online; echo 0 > /sys/devices/system/cpu/cpu3/online; fi' /system/etc/init.qcom.post_boot.sh; $(exit 1); fi";
}
as = new String[1];
s = b;
as[0] = s;
g1 = new g(this, as);
a1 = com.a.b.a.b().a(g1);
_L3:
if (!((com.a.a.b.a) (g1)).l) goto _L2; else goto _L1
_L1:
com.a.b.a.a();
_L4:
return Integer.valueOf(a);
_L2:
long l = 50L;
Thread.sleep(l);
goto _L3
Exception exception;
exception;
goto _L4
}
protected final transient Object doInBackground(Object aobj[]) {
Integer ainteger[] = (Integer[])aobj;
return a(ainteger);
}
protected final void onPostExecute(Object obj) {
obj = (Integer)obj;
if (((Integer) (obj)).intValue() != 0) goto _L2; else goto _L1
_L1:
cz.youber.g4ilapo.MainActivity.a().setText("DISABLE 4CORE FIX");
cz.youber.g4ilapo.MainActivity.a().setEnabled(true);
Button button = cz.youber.g4ilapo.MainActivity.a();
h h1 = new h(this);
button.setOnClickListener(h1);
_L4:
return;
_L2:
if (((Integer) (obj)).intValue() == 1) {
cz.youber.g4ilapo.MainActivity.a().setText("ENABLE 4CORE FIX");
cz.youber.g4ilapo.MainActivity.a().setEnabled(true);
Button button1 = cz.youber.g4ilapo.MainActivity.a();
i j = new i(this);
button1.setOnClickListener(j);
}
if (true) goto _L4; else goto _L3
_L3:
}
}
Click to expand...
Click to collapse
@dydy85230
It can't be done by modifying system file. My app, and the one that costs 25 bucks do the same thing. They modify same system file, but it can modify it only after phone boots. It doesn't stick, so on every boot the phone boots on one core. Only way it *might* be possible is some modified custom kernel, but I don't think there is any for G4 that does that...
Sent from my ZTE A2017U using Tapatalk
Levent2101 said:
there https://forum.xda-developers.com/g4/themes-apps/root-4-cores-activator-t3538175
Click to expand...
Click to collapse
stojshic said:
@dydy85230
It can't be done by modifying system file. My app, and the one that costs 25 bucks do the same thing. They modify same system file, but it can modify it only after phone boots. It doesn't stick, so on every boot the phone boots on one core. Only way it *might* be possible is some modified custom kernel, but I don't think there is any for G4 that does that...
Sent from my ZTE A2017U using Tapatalk
Click to expand...
Click to collapse
Ok thank you very much for this clarification.
The application works fine so it's perfect. :good:
However I will experiment with the file "init.qcom.post_boot.sh" while trying to modify it and integrate it with twrp and adb push
***
I would like to know about this post
I thank you very much

I Need help with samsung Knox 0x1 Return 0x0

Yêu cầu trợ giúp A505F Knox 0x1 không thể trở về 0x0, chúng tôi cần trợ giúp
Translation: Help request A505F Knox 0x1 cannot return 0x0, we need help
pc12854 said:
Yêu cầu trợ giúp A505F Knox 0x1 không thể trở về 0x0, chúng tôi cần trợ giúp
Translation: Help request A505F Knox 0x1 cannot return 0x0, we need help
Click to expand...
Click to collapse
you cant reset knox.. its a physical efuse that is blown.. best u can do is use magiskhide which will make it appear 0x0 but doesnt actually reset it and some stuff will still never work
elliwigy said:
you cant reset knox.. its a physical efuse that is blown.. best u can do is use magiskhide which will make it appear 0x0 but doesnt actually reset it and some stuff will still never work
Click to expand...
Click to collapse
Thank you for the explanation ho
But How do I do 0X0 thing from magisk
pc12854 said:
Thank you for the explanation ho
But How do I do 0X0 thing from magisk
Click to expand...
Click to collapse
You enable magiskhide in magisk manager...

Wifi error, "NVRAM WARNİNG ERR = 0x10", Wifi without fixed MAC

Wifi error, "NVRAM WARNİNG ERR = 0x10", Wifi without fixed MAC
I can't get my MAC fixed. I believe the problem happened after closing the miflash during the procedure.
On Android 9 begonia, global stock, I can't get the MAC fixed.
Android 10 or 11, stock or cfw, besides not having a fixed mac, there is an error in the wifi, "NVRAM WARNİNG ERR = 0x10".
There are solutions to this problem more than 5 years ago, it is no longer useful. I found a solution on youtube, but with very little information, saying that I need to install the rom "RN8P ENG ROM" (Engineer), open the menu * # * # 3646633 # * # * and change the MAC manually, but I can't find this rom.
Anyone with any idea how I can solve this?

			
				
I managed to solve it, I found the engineer rom. Just do it in the video.
I found the link on youtube itself, just looking for begonia eng rom.
I'll leave the link here, if I can't, I'll delete it.
Google Drive - Virus scan warning
drive.google.com
procobain said:
Logré solucionarlo, encontré el ingeniero rom. Solo hazlo en el video.
Encontré el enlace en el propio youtube, solo buscando begonia eng rom.
Dejaré el enlace aquí, si no puedo, lo borraré.
[URL unfurl = "true"] https://drive.google.com/u/0/uc?id=12WFNGXC_ejVkowj9OZqBFN6TCSp8PFAw&export=download [/ URL]
Click to expand...
Click to collapse
The same thing happened to me, thanks for the rom, do you know if by fixing the mac adress with that, something else could be lost from the nvram?
At the moment when I rewrite it I do not see any error and everything works ok, but since you have been longer so I ask you
Has it given you problems again, or have you had problems with the otas? a greeting

Flash pass but no frp removal

This is a Samsung J2 Pro SM-J250M. Family memner cant remember Google credentials attached to phone. New to this, but managed succesful Odin3 flashes with correct AP+BL+CP+ pit files, and with a single HOME file, but although it comes up PASS, it doesn't remove frp. Am I missing something?
I have found the solution here:
[ CONSULTA ] Desbloqueo OEM no aparece en Sm-J250M
[ CONSULTA ] Desbloqueo OEM no aparece en Sm-J250M Samsung Galaxy J2
www.htcmania.com
You just need to translate the page into English

Categories

Resources