Hello,
How to fix Samsung Galaxy S3 from Android Installer Hijacking see here? As Google published a patch for Android 4.3+
I installed the app from Palo Alto Networks and test my device (i have the latest Android update to SGS3) and it installed the testing app which means that my S3 is vulnerable to the hijacking.
My device: Samsung Galaxy S3
Android: Android 4.3 stock, Rooted
Kernal: stock - 3.0.31-2788594
Build number: JSS15J.I9300XXUGNJ2
Thank you
Search ‘installer hijacking defender’ in Google Play and you may find the answer
I find an app to protect against this vulnerability via search installer hijacking defender in Google Play. The development team seems to be professional and experienced in mobile security!
You may try it!
Sami Jildeh said:
Hello,
How to fix Samsung Galaxy S3 from Android Installer Hijacking ? As Google published a patch for Android 4.3+
I installed the app from Palo Alto Networks and test my device (i have the latest Android update to SGS3) and it installed the testing app which means that my S3 is vulnerable to the hijacking.
My device: Samsung Galaxy S3
Android: Android 4.3 stock, Rooted
Kernal: stock - 3.0.31-2788594
Build number: JSS15J.I9300XXUGNJ2
Thank you
Click to expand...
Click to collapse
skilee said:
I find an app to protect against this vulnerability via search installer hijacking defender in Google Play. The development team seems to be professional and experienced in mobile security!
You may try it!
Click to expand...
Click to collapse
Thank you for your replay. I installed the app which name is "Installer Hijacking Defender" and checked my device. It says that my device isn't affected and i got SAFE. But my device is affected. By testing it by app called "Installer Hijacking Scanner" which could successfully install a test app after replace it before installing.
Again, thank you for your reply.
Hi Guys,
I really looked forward to playing Pokemon Go and was really shocked when i saw that the release version of it supports just android 4.4. kitkat and onwards but no older versions. My phone is stuck on 4.3 jellybean and cant be rooted so im sitting here sadly now I already managed to get the app installed by using Gmaps patcher, it also starts but won`t let me sign in via google or pokemon club. So now im asking you guys at xda, who are the most amazing guys in android scene, is there ANY possibility to make it work on android 4.3 jelly bean? The fact that it was planned for 4.3. in the beginning and beta testers claimed it would work on that version leaves me with al glance of hope.
Here are some ideas i have as a noob:
Since its possible to install the game and make it run, but just signing in wont work i guess the app is not far from running on 4.3. On top of that the games developer and beta testers claimed it working on 4.3 and onwards. So i guess in early stages it already WAS running on 4.3. Maybe it can be patched or modified in a way that it will work? If so, is anybody willing to work on that proect? Im affraid me as a noob is no option.
The Fact that beta testers and the developer said it would work on 4.3 might mean that an older version or beta version would run on 4.3.? Is there anybody who has a old/beta/field test version to test that?
Is there any other option? Or is it complete hopeless? Please try to help me, i was waiting for this great game so long and now i cant pay it, while all my friends do
Just install a costum rom
Gesendet von meinem SM-G925F mit Tapatalk
ken2802 said:
Just install a costum rom
Gesendet von meinem SM-G925F mit Tapatalk
Click to expand...
Click to collapse
I would love to do that but since i have a blackberry phone its completely locked as far as i know. I someone has other infos regarding that, please tell me
Ah that sucks. I think there are some apps that where being back portet. If it's viable to Pokémon go too i dont know through.
You could buy a cheap as android Phone with android 5.0
For example ZTE blade l3 it should be around ~80 to 90 bucks, if you can afford that much
ken2802 said:
Ah that sucks. I think there are some apps that where being back portet. If it's viable to Pokémon go too i dont know through.
You could buy a cheap as android Phone with android 5.0
For example ZTE blade l3 it should be around ~80 to 90 bucks, if you can afford that much
Click to expand...
Click to collapse
Thank you for our answer. Maybe someone knows if this gets packported maybe? Im sure lots of people would appreciate much.
You can dowload 0.13.5 version.that work.
you can't install apk files that uses higher API level (Pokemon GO, 19) on older Android version (Jelly Bean, 16). It's like trying to use a remote tv controller like a cellphone, you're trying to use a function that your system doesn't have. i don't think a generic patcher can solve this and i don't know where you found that apk, but you should be careful of what you install on your device. Anyway, out of curiosity i checked for you, given the possibility that for some "strange" reason Niantic decided to set the minimum sdk level to 19 without really use any functions that is not supported in Jelly Bean (whaaa? so why use higher API level than? maybe cause if you are running on KitKat you are 90% running on a "new" device, this is faster than making a list of hundreds of compatible phones). Worst case scenario is that you will get a NoClassDef exception (probably) and of course app crash.
(the following is not a piracy attemp, we are not trying to hack anything. it's intended for learning purpose and to satisfy your curiosity)
ok, let's start :
so, you need to set minimum sdk to Jelly Bean level (16)
to do this , you will need to edit the AndroidManifest.xml file, inside the apk, adding this line
("<uses-sdk android:minSdkVersion="16">)
and of course deleting any labels or parameters that are not recognized by 16 API level (in Pokemon Go case : things like android :isGame, android : banner, etc..)
(oh..but you can't just edit the manifest inside the apk, that is compiled. you need to decompile it first)
even if doing this doesn't break the app (very improbable) now you need to recompile it again (just for obtain a new compiled manifest file, that you can inject in the original app using Winrar/Winzip..infact .apk are just jar/zip files).
of course, we can always just edit the compiled manifest, just need to be able to read, unreadble anti human characters.
so, now it's "working" on android 4.1 , but can't get past splash screen, hangs after that
stuck at -- E/dalvikvm(32567): dlopen("libNianticLabsPlugin.so") failed: Cannot load library: load_library(linker.cpp:750): library "libNianticLabsPlugin.so" not found --
found this mega link on reddit:
#!cZ5BVRTa!QhUCp 45G7wK6dPVGmFh88xDQtTaUJX-j8t09pd_KeFY
Working version for jellybean 4.3
i have patched a working copy of pokemon go v0.29 if anyone wants it message me and il email it to you ,i have tested it on 4 droids running 4.3 and it work fine tho you will have to use a pokemon account not google account and the AR mode doesnt work since it uses feats that 4.3 doesnt have thus i have removed it
email me at [email protected] for a copy
ripperwbfg said:
i have patched a working copy of pokemon go v0.29 if anyone wants it message me and il email it to you ,i have tested it on 4 droids running 4.3 and it work fine tho you will have to use a pokemon account not google account and the AR mode doesnt work since it uses feats that 4.3 doesnt have thus i have removed it
email me at [email protected] for a copy
Click to expand...
Click to collapse
i don't think you should distribute a modded apk, even if it's free
anyway i'm really curious, can you tell me what you did? i'm hitting a roadblock
oo
Could we go the other direction? Is it possible to install the required libraries that 4.1/4.3 is missing and fake the system version to Pokemon Go?
Mine wont install at all on 4.3
Jumpersize said:
anyway i'm really curious, can you tell me what you did? i'm hitting a roadblock
Click to expand...
Click to collapse
Curious here also, and very interested if this is real.
masterilkd said:
You can dowload 0.13.5 version.that work.
Click to expand...
Click to collapse
Does it? Will it work in North America, and can you change the language to English? From what I've seen, this is the Japanese beta release.
A trustworthy download link would be nice as well, as there are some fishy apk's floating around.
I have a Galaxy Stardust S766C (a tracphone) with Jellybean 4.3. Any chance in hell that mod will work for me?
TesseractE said:
Could we go the other direction? Is it possible to install the required libraries that 4.1/4.3 is missing and fake the system version to Pokemon Go?
Click to expand...
Click to collapse
actually, Pokemon Go can be installed on Android 4.1. it hangs after the splashscreen because it can't "see" some .so files (even if they are inside lib folder). it seems to be cause of a different behaviour of dlopen on different Android platforms.
i'm trying to get a list of dependences for that libray and see if it can be workarounded
Iron124 said:
Does it? Will it work in North America, and can you change the language to English? From what I've seen, this is the Japanese beta release.
A trustworthy download link would be nice as well, as there are some fishy apk's floating around.
Click to expand...
Click to collapse
Jumpersize said:
actually, Pokemon Go can be installed on Android 4.1. it hangs after the splashscreen because it can't "see" some .so files (even if they are inside lib folder). it seems to be cause of a different behaviour of dlopen on different Android platforms.
i'm trying to get a list of dependences for that libray and see if it can be workarounded
Click to expand...
Click to collapse
i was able to install it on zte blade q (4.2.2 JB) But like you said it hangs after splashcreen
i really hope so you will be able to find workaround! i would be thankfull if you can send me apk if you find solution
Jumpersize said:
actually, Pokemon Go can be installed on Android 4.1. it hangs after the splashscreen because it can't "see" some .so files (even if they are inside lib folder). it seems to be cause of a different behaviour of dlopen on different Android platforms.
i'm trying to get a list of dependences for that libray and see if it can be workarounded
Click to expand...
Click to collapse
If you managed to get this working, you would be an absolute hero.
The same ZeonZs, ZTE Blade Q with android 4.2.2 and a black screen...
Good luck Jumpersize, we count on you !! :good:
Obviously I want that sick galaxy skin for fortnite. I know there is a way to make your device show up as something different but does that require root? It doesn't have to be permanent, just active while I turn on fortnite.
You can spoof your phone but it does require root
How do I spoof my hauwei p20 pro to an s9 or note 9 I have twrp magisk and installed
How do I spoof my hauwei p20 pro to an s9 or note 9 I have twrp magisk and installed
Ksknoxie said:
How do I spoof my hauwei p20 pro to an s9 or note 9 I have twrp magisk and installed
Click to expand...
Click to collapse
That probably won't work as you won't have access to the Galaxy Apps store
Sent from my SM-G965W using Tapatalk
ofc there is a way to do it and it's quite easy but I'm not going to tell you because it's a literal 30 second google search away, you didn't need to create a thread
I might a lot of hate for bunping this but i need answers.
mitaka963 said:
ofc there is a way to do it and it's quite easy but I'm not going to tell you because it's a literal 30 second google search away, you didn't need to create a thread
Click to expand...
Click to collapse
I doubt you actually know if your gonna be a **** about it and not help.
I have found a way
ok u do need a pc for this but it works go and download noxplayer completely free to use when installed click on settings on the top and then go to property settings and click on custom key then go to samsungs website and copy the model number of the tab s4 or note 9 and save then just download fortnite and get ur skin
urLordandSavior said:
ok u do need a pc for this but it works go and download noxplayer completely free to use when installed click on settings on the top and then go to property settings and click on custom key then go to samsungs website and copy the model number of the tab s4 or note 9 and save then just download fortnite and get ur skin
Click to expand...
Click to collapse
Just did this and installed the fortnite installer but it said device not supported
Fortnite for Android is built in ARM64 (armV8) code however NoxPlayer or any other emulator runs on armeabi-v7a (armV7) architecture so it is incompatible.
In order to spoof the device to make it look like something else you have to root the device and edit the build.prop file.
It is also true that you can find this using a Google Search. I would suggest those who have rooted and wish to spoof a device do some reading on what they need to do. It isn't that hard but to find what lines that need to be edited (and with what to use for the edit) in the build.prop will depend on what you want to spoof the device as.
There isn't any other way to make this happen without having rooted the phone. In the case of Snapdraon Galaxy S9+ owners there is no root method so you can't spoof your phone to be another. For Exynos Galaxy S9+ users follow the tutorials on the forum.
Keep in mind that if your wanting to spoof the device just for a skin you also have the risk of tripping the knox counter and all the related consequences.
to my understanding the skin was only available to preorders anyways
I have an old S4, sgh-1337m with android lollipop 5.0.1
I want to give this to a child with family link installed. However, google says tgat it' not supported with the current OS. Is it possible to know the latest OD that I could install on this that will support the link?
Any help is greatly appreciated.
please post in the proper sections i moved your post to q/a for you.
doncla77 said:
I have an old S4, sgh-1337m with android lollipop 5.0.1
I want to give this to a child with family link installed. However, google says tgat it' not supported with the current OS. Is it possible to know the latest OD that I could install on this that will support the link?
Any help is greatly appreciated.
Click to expand...
Click to collapse
A latest Custom ROM for that phone doesn't exist. IMHO it's on you to find a Custom ROM ( more than 10 are available ) what matches your needs and is applicable to that phone.
BTW:
You can send mail to Google in order to get answered the question what Android version is necessary
[email protected]
latest custom ROM for Samsung S4 SGH-1337M
jwoegerbauer said:
A latest Custom ROM for that phone doesn't exist. IMHO it's on you to find a Custom ROM ( more than 10 are available ) what matches your needs and is applicable to that phone.
BTW:
You can send mail to Google in order to get answered the question what Android version is necessary
[email protected]
Click to expand...
Click to collapse
Thanks for the response. I am not an expert with these. When I find a ROM, is there a way to know whether it's applicable to a particular phone?
hello everyone, I have a tablet with a tab a7 google account. We could bypass the google account with the package disabler, but for some reason it stopped working from June 3, what do you think is the problem, thanks in advance
Hi there everyone,
Samsung galaxy Tab A290 already upgraded to the last security update, Android 11 with the FRP lock still active. (Unable to downgrade firmware) Bootloader still locked and unable to activate USB debugging so rooting is out of the question. (for my skill level anyway).
Package disabler and alliance shield x no longer work. Therefore none of the walkthroughs on YouTube are of any use. Does anyone have a solution/alternative. Thank you in advance.
I'm still looking for a solution but no
I think it will be with toll road
There is also CCSWE App Manager but it doesn't support knox