Can someone confirm that AdHell works on Android Pie? - Samsung Galaxy Note 9 Themes, Apps, and Mods

Hi guys,
I just received the Android Pie update notification. Before I accept it I want to be sure that AdHell works with it.
Thanks

Yeah

Adhell3 working perfect

Yes, just make sure you have the latest version of it and you should be fine.

Using latest adhell3 from github, working perfect on pie.

Can anyone help me get adhell back working? I had to renew my key now its asking for elm key, how do I generate a new one?

NvWatts said:
Can anyone help me get adhell back working? I had to renew my key now its asking for elm key, how do I generate a new one?
Click to expand...
Click to collapse
Check the first post in this thread at reddit -
https://www.reddit.com/r/Adhell/comments/av97nk/ah3_v311_lives_on/

liamR said:
Check the first post in this thread at reddit -
https://www.reddit.com/r/Adhell/comments/av97nk/ah3_v311_lives_on/
Click to expand...
Click to collapse
I get error code 102

Check the license type and that Reddit post.

rhadoo_ds said:
Check the license type and that Reddit post.
Click to expand...
Click to collapse
Where can I get the XML file edit to change name bc apK editor didnt work for me?

NvWatts said:
Where can I get the XML file edit to change name bc apK editor didnt work for me?
Click to expand...
Click to collapse
You need APK Editor Pro. Use it to edit the package name (3,8,9 letters) line 6 in AndroidManifest.xml (XML File Edit). Don't forget to save the edited file and then generate new apk.

I have tried to update the adhell code from github ... and it messed up the entire build process ... the dev swithched to knox 3.3, and i guess that might cause my issue ..

having same issues either it gives me a 201 error even after multiple code recreations anddifferent versions. or it just closes and reasks for klm and we repeat tried creating own...still no go......any help....i had and forgot to just renew, so i accidently got rid of to recreate new...ooopps on my end and now i am here.......helllppp lol

I use apk easy tool for pc to decompile citizen v apk and modify the app name then compile and works great. I was having issues with apk editor pro on phone.

Just installed using this guide: https://is.gd/note9adhell
Pay attention that for Note 9, you need to edit the package name by editing AndroidManifest.xml, and not by using Basic Edit.
I used Basic Edit and it caused parse error.

So why do you guys all go through the process of compiling the app and all that other stuff when you can simply download the APK and install it.l, then enter your license key? I've been doing it that way for over 6 months, always worked perfectly. But today I downloaded the latest 3.1.1.290 and for some reason it won't accept my license key, it's always worked fine, I did start a thread about it and then found this so thought I'd post here too, see if anyone can help.

beta546 said:
So why do you guys all go through the process of compiling the app and all that other stuff when you can simply download the APK and install it.l, then enter your license key? I've been doing it that way for over 6 months, always worked perfectly. But today I downloaded the latest 3.1.1.290 and for some reason it won't accept my license key, it's always worked fine, I did start a thread about it and then found this so thought I'd post here too, see if anyone can help.
Click to expand...
Click to collapse
Probably because the dev doesn't recommend it and that's how other adblockers got black listed from Knox access. You don't even have to compile it.
You can use the app editor pro and edit the manifest.
Yours isn't working because you didn't modify probably....

I see quite a bit of misinformation in this and similar threads. Please keep in mind that AdHell3 is NOT supported on XDA. For official and up-to-date information about the AdHell3 project, please visit:
Main repo: https://gitlab.com/fusionjack/adhell3
Scripts for compiling: https://gitlab.com/fusionjack/adhell3-scripts
Get your EDU ELM key from: https://seap.samsung.com/license-keys/generate/edu
Official Support Discord Channel: https://discord.gg/hfreZum
Dependable(?) precompiled APKs: https://www.mediafire.com/folder/sb37c6gmhqgbn

Related

[Q] .xml files

Ok I'm posting this in hope that a developer will answer.
I have been trying to edit .xml files on the droid x. I'm running linux (who runs windows anyway) I have experience in c++ and scripting , but non in themeing.
I have download a bunch of xml file editors. The problem is that every time I open one with the editor I get a error saying " coding not supported ". What ia the deal here and why? Does anyone have any suggestions or ideas why?
Thank you xda
The .xml files need to be decompiled first. Otherwise, they are unreadable. The only way I know off is to decompile the entire apk file with apk manager or aapt.
Note that you have to recompile the apk (xml) before putting it back on your phone.
GL
Thank you makes sense.
B-dub25 said:
Ok I'm posting this in hope that a developer will answer.
I have been trying to edit .xml files on the droid x. I'm running linux (who runs windows anyway) I have experience in c++ and scripting , but non in themeing.
I have download a bunch of xml file editors. The problem is that every time I open one with the editor I get a error saying " coding not supported ". What ia the deal here and why? Does anyone have any suggestions or ideas why?
Thank you xda
Click to expand...
Click to collapse
Still working with this myself. You need to look on google code for smali/baksmaling, as this is what is used to compress/decompress the xml files.
Thank you systemadmin that's what I thought I had to do, decompile the. Xml file ,but just didn't now how thank you for your reply.
No worries. I have been working on trying to theme and what not myself, and it seems pretty complex at the beginning. Im trying to get some tips from like bignadad, acidbath, and some of the other big developers out here, but they are usually pretty busy and I haven't had much luck. If you start making some progress, send me a PM and share the love =)
Sent from my DROIDX using XDA App

How to go about modifying a widget app ?

Ok..i m aware that there are many threads and numerous posts explaining stuff like making your own app, editing an apk and so on but i hv this one app from market which shows information from a website. Its like how you have a quote for a day..its the same thing.
So this is app is a widget and it retreives the quote of the day from some website but the prob with this it it doesnt update the quote on itself..everytime i have to manually remove the widget and add it again for it to refresh the quote. there is a service which is running by the widget but it doesnt help at all...unless you don remove the widget and add it again to the homescreen it wont update...i have contacted the developer but he isnt responding..so i thaught about doing it myself.
basically i want to add a 'refresh' button onto the widget which will try sending the request to server and update the quote for the day.
I don want you guys to give me d coding or algorithm...i just want to know how do i go about accessing the code...i hv done programming in java but m new to android.
So firstly what should i do...rip the apk off so that i see all the files ? next what?
any specific file that i should be modifying...or some tinkering with the service file ?
i m a comp noob...so i just need steps on how to go abt modifying the apk..rest all the codes and methods to do it i will manage on myself..so i just need to know how to tear the apk and get to the main coding part...
all replies will be whole heartedly appreciated.
FYI : i m on android 2.2 usin it on htc evo but for now i will only be doing the testing of the app on an emulator..and i have access to only .apk file of that appliaction...nothing else.
Thanks ! Cheers !
Is it open source? because otherwise I'm pretty sure modding someone else's app is illegal. If it is open source you can download the source where ever it may be hosted or you could try using this
http://forum.xda-developers.com/showthread.php?t=695701

LG text link app error??

I have installed the text link apk and the text link engine apk (and changed the permissions) but when I try use the app I get a pop up saying it cannot display... I must try again later, so I reckon there is maybe another apk that is needed for the text link ones to work properly, anyone have an idea which apk(s) it needs for text link to work? thanks
Delete
RocketSauce83 said:
Check this thread. Zip has everything u need.
Click to expand...
Click to collapse
U R a fukcing star!! many many thanks! much appreciated.

NO.1 G2 Monitored Fourm

Intro
Here is my review on the NO.1 G2 Smartwatch.
Please subscribe to the thread to stay up to date.
--------------------------------------------------------------------------------------------------------------------------------------------
I will also answer any questions posted to the best of my knowledge.
If you use the question icon, I will be able to find it quicker and answer your question quicker so please use it.
--------------------------------------------------------------------------------------------------------------------------------------------
Useful Links
Firmware
NO.1 Website
My Review
Working APK download (Working for everyone I have talked to)
--------------------------------------------------------------------------------------------------------------------------------------------
Best Prices on the Watch
8/6/2015 - GearBest - $57.99(China), $59.10(EUR)
--------------------------------------------------------------------------------------------------------------------------------------------
Info on Mediatek
Right now my Mediatek seems to work just fine but I know that it is not working for most people. For some reason, when I go to the play store and search "Mediatek" and pick the app, it says that it is not installed yet and I can install it. I am not sure why this happens or how to fix it. I don't want to risk my watch connection and reinstall Mediatek but I am sure that if I did, I would have the same problem. I have found a few apps that look similar to Mediatek that I will post below. Please share if one of the apps worked.​
The review
In the review, I included the APK that is working for me and a few other people.
Hopefully the APK works for you too and if you need any help, just leave a comment and I will usually respond within the next day or so.
APK Not available
Hi,
As I mentioned in your review, I just scanned the QR code, website opened succesfully, but links to download the APK are offline. Do you have the APK for me?
The Mediatek app on the playstore keeps saying "Connecting...". Tried everything, reinstall, reset of the watch, none of them worked.
Also, is there anyway to customize the firmware or install / program extra applications?
Thanks!
B0ssH said:
Hi,
As I mentioned in your review, I just scanned the QR code, website opened succesfully, but links to download the APK are offline. Do you have the APK for me?
The Mediatek app on the playstore keeps saying "Connecting...". Tried everything, reinstall, reset of the watch, none of them worked.
Also, is there anyway to customize the firmware or install / program extra applications?
Thanks!
Click to expand...
Click to collapse
I can upload the apk that I am currently using to my review tonight and the only way to customize the firmware/apps that I know of are the 3 apps that you can download from the Mediatek app (Yahoo weather, Codoon, Digital watchface)
B0ssH said:
Hi,
As I mentioned in your review, I just scanned the QR code, website opened succesfully, but links to download the APK are offline. Do you have the APK for me?
The Mediatek app on the playstore keeps saying "Connecting...". Tried everything, reinstall, reset of the watch, none of them worked.
Also, is there anyway to customize the firmware or install / program extra applications?
Thanks!
Click to expand...
Click to collapse
I have uploaded the apk (V1.1.1) to the review.
Hope it works!
Same as Play Store
Kir13y said:
I have uploaded the apk (V1.1.1) to the review.
Hope it works!
Click to expand...
Click to collapse
Thanks for uploading, too bad it's the same version as the one on Play Store. Application keeps saying "Connecting.." while the watch connects perfectly by bluetooth. Reset / reinstall nothing did the trick.
Guess MediaTek wasn't joking with their description:
Special Explanation:
This APK is not suitable for NO.1 G2 watch, please do not use it to connect the G2 watch. Please contact with the manufacturer or watch saler to get help.
Click to expand...
Click to collapse
Thanks anyways..
B0ssH said:
Thanks for uploading, too bad it's the same version as the one on Play Store. Application keeps saying "Connecting.." while the watch connects perfectly by bluetooth. Reset / reinstall nothing did the trick.
Guess MediaTek wasn't joking with their description:
Thanks anyways..
Click to expand...
Click to collapse
Hmmm, Ill keep looking for another solution and if I find one, I will be sure to tell you about it.
Sorry it didn't work
B0ssH said:
Thanks for uploading, too bad it's the same version as the one on Play Store. Application keeps saying "Connecting.." while the watch connects perfectly by bluetooth. Reset / reinstall nothing did the trick.
Guess MediaTek wasn't joking with their description:
Thanks anyways..
Click to expand...
Click to collapse
I have extracted the APK that is working for me and added it to the blog post. You can download it at the bottom of the review (near the not working one)
Hope it works
Thanks
Kir13y said:
I have extracted the APK that is working for me and added it to the blog post. You can download it at the bottom of the review (near the not working one)
Hope it works
Click to expand...
Click to collapse
Thanks for the quick response and help. Will try the APK as soon as I get home from work. I'll let you know if this one works, I think it will.
I saw another app at the playstore with the same version of the MTK apk u just uploaded, and that one connected directly to the watch. Only problem was that it was only in Spanish. So I hope the apk u just uploaded will work the same
B0ssH said:
I saw another app at the playstore with the same version of the MTK apk u just uploaded, and that one connected directly to the watch. Only problem was that it was only in Spanish.
Click to expand...
Click to collapse
Hi, could you tell me what´s this apk in Spanish, Please? url?
Thanks
nadivar said:
Hi, could you tell me what´s this apk in Spanish, Please? url?
Thanks
Click to expand...
Click to collapse
Here it is (found by searching "Mediatek" in the PlayStore):
https://play.google.com/store/apps/details?id=com.mtk.kctpublictech.btnotification
---------- Post added at 10:40 AM ---------- Previous post was at 10:37 AM ----------
Kir13y said:
I have extracted the APK that is working for me and added it to the blog post. You can download it at the bottom of the review (near the not working one)
Hope it works
Click to expand...
Click to collapse
WORKS!!! Thank you very much....
B0ssH said:
Here it is (found by searching "Mediatek" in the PlayStore):
https://play.google.com/store/apps/details?id=com.mtk.kctpublictech.btnotification
---------- Post added at 10:40 AM ---------- Previous post was at 10:37 AM ----------
WORKS!!! Thank you very much....
Click to expand...
Click to collapse
Sweet! I'm glad it worked for you!
Kir13y said:
I have extracted the APK that is working for me and added it to the blog post. You can download it at the bottom of the review (near the not working one)
Hope it works
Click to expand...
Click to collapse
Hello,
I tried to install the APK, but after the download when i try to open the application , it can not be opened.
The other APK, that has the massage "it may not work" is not working for me. I can install the app, but not connecting.
Can you please help me?
nandixtr said:
Hello,
I tried to install the APK, but after the download when i try to open the application , it can not be opened.
The other APK, that has the massage "it may not work" is not working for me. I can install the app, but not connecting.
Can you please help me?
Click to expand...
Click to collapse
So it seems that the newest version of the APK (one with message "it may not work") does not seem to be working for anyone. the other APK has worked for me and a few others. If it can't be opened I would check that you can install APK from unknown sources in settings but, if you were able to install the other APK then that is not the problem. Try re-downloading the working APK and re-installing it.
Is there an error message or number when you try to install the APK? If so please tell me and I might be able to do some more research.
Kir13y said:
So it seems that the newest version of the APK (one with message "it may not work") does not seem to be working for anyone. the other APK has worked for me and a few others. If it can't be opened I would check that you can install APK from unknown sources in settings but, if you were able to install the other APK then that is not the problem. Try re-downloading the working APK and re-installing it.
Is there an error message or number when you try to install the APK? If so please tell me and I might be able to do some more research.
Click to expand...
Click to collapse
"Can not open file" is the only message .
---------- Post added at 04:43 PM ---------- Previous post was at 04:39 PM ----------
nandixtr said:
"Can not open file" is the only message .
Click to expand...
Click to collapse
So, i re downloaded the app and now it works. Thank you.
nandixtr said:
"Can not open file" is the only message .
---------- Post added at 04:43 PM ---------- Previous post was at 04:39 PM ----------
So, i re downloaded the app and now it works. Thank you.
Click to expand...
Click to collapse
Sweet! Glad it worked
ned help with firmware upgrade
I just got my G2 today and tried to upgrade the firmware to the alternate version with Hebrew support. I followed the directions but get stuck on 0% . I think that the drivers were not installed correctly as when I ran the driver installation prog. (as admin) it gave me the message that XP drivers were installed sucessfully. I tried going into the vista/V7 folder and right clicking the .inf file to install but got the same message that you got in the other thread that this inf can't be installed this way. How did you get around this problem and install the correct drivers?
motisu said:
I just got my G2 today and tried to upgrade the firmware to the alternate version with Hebrew support. I followed the directions but get stuck on 0% . I think that the drivers were not installed correctly as when I ran the driver installation prog. (as admin) it gave me the message that XP drivers were installed sucessfully. I tried going into the vista/V7 folder and right clicking the .inf file to install but got the same message that you got in the other thread that this inf can't be installed this way. How did you get around this problem and install the correct drivers?
Click to expand...
Click to collapse
I have had some problems just like this and unfortunately I have no solution. I can give you some links to update guides.
Link 1 - For the NO1 Sun which should be the same upgrade process
Link 2 - For the NO1 Sun which should be the same upgrade process
Kir13y said:
I have had some problems just like this and unfortunately I have no solution. I can give you some links to update guides.
Link 1 - For the NO1 Sun which should be the same upgrade process
Link 2 - For the NO1 Sun which should be the same upgrade process
Click to expand...
Click to collapse
Neither of these helped. I still had driver problems. I finally solved the problem by installing the drivers on an old Windows 7 32bit system.. Once they were installed, everything went smoothly. Now I have a different problem. I found a language "C" ROM dated 04-10-2015 and flashed this. It is newer than the "C" ROM on No.1's site which is from 03-02-2015. Unfortunately, in both of these ROM's the Pedometer and the heart rate monitor don't work. Anyone have a newer ROM that they do work in?
BTW, I received the watch with a ROM dated 07-06-2015 and it had "motion" in the settings which allowed the watch to be turned on by wrist movement. also to answer calls and to turn off alarms. It worked very nicely, but it was a "A" language ROM so I overwrote it with the older ROM. I wish that No.1 would make it publicly available and also the "C" language version of it.
please help
motisu said:
Neither of these helped. I still had driver problems. I finally solved the problem by installing the drivers on an old Windows 7 32bit system.. Once they were installed, everything went smoothly. Now I have a different problem. I found a language "C" ROM dated 04-10-2015 and flashed this. It is newer than the "C" ROM on No.1's site which is from 03-02-2015. Unfortunately, in both of these ROM's the Pedometer and the heart rate monitor don't work. Anyone have a newer ROM that they do work in?
BTW, I received the watch with a ROM dated 07-06-2015 and it had "motion" in the settings which allowed the watch to be turned on by wrist movement. also to answer calls and to turn off alarms. It worked very nicely, but it was a "A" language ROM so I overwrote it with the older ROM. I wish that No.1 would make it publicly available and also the "C" language version of it.
Click to expand...
Click to collapse
i have same problem with you, but my g2 rom is lang b v1 dated 04-10-2015 where u get lang c dated 04-10-2015 ? and also in the Official website said "NO.1 G2 Official Firmware 2015. May 20" but after download in folder said lang c 03-02-2015 now i confused, have u tried the update from the website, if u do , now the rom is 03-02-2015 or 20-05-2015, cos my g2 often disconnect with my device (meizu m2 note), even they in the close range.
does any body seems like me

Creating a modded apk

Hello everyone.
I'm trying to start to make some mods in some applications but I'm not sure where to start, mainly because i'm in Linux.
For Windows I know about dnSpy which allow us to decompile, edit, compile etc etc apk files!
Is there any applications for Linux to do the same job?
HorusEyE said:
Hello everyone.
I'm trying to start to make some mods in some applications but I'm not sure where to start, mainly because i'm in Linux.
For Windows I know about dnSpy which allow us to decompile, edit, compile etc etc apk files!
Is there any applications for Linux to do the same job?
Click to expand...
Click to collapse
APK Studio :good:
guitardedhero said:
APK Studio :good:
Click to expand...
Click to collapse
Ok, I have already that application installed, but it keeps telling me that I should have some 3rd party applications in my "vendor" folder. What applications are those? I already tried to copy into that folde "adb" and also the applications that comes with APK Tool, but it still shows the same warning. And I cannot edit dll modules with APK Studio as I can with dnSpy!
HorusEyE said:
Ok, I have already that application installed, but it keeps telling me that I should have some 3rd party applications in my "vendor" folder. What applications are those? I already tried to copy into that folde "adb" and also the applications that comes with APK Tool, but it still shows the same warning. And I cannot edit dll modules with APK Studio as I can with dnSpy!
Click to expand...
Click to collapse
I use apktool and smali/baksmali...no studio needed. It is also a good idea to have old and new versions of smali/baksmali (I use 1.3.3 and 2.1.3) because some mods you download the smali files will be in old code format. So I smali them into classes.dex with the 1.3.3 and then baksmali with 2.1.3 to convert old code to new before merging with your apk.
Sent from my SM-T210 using Tapatalk
RealWelder said:
I use apktool and smali/baksmali...no studio needed. It is also a good idea to have old and new versions of smali/baksmali (I use 1.3.3 and 2.1.3) because some mods you download the smali files will be in old code format. So I smali them into classes.dex with the 1.3.3 and then baksmali with 2.1.3 to convert old code to new before merging with your apk.
Sent from my SM-T210 using Tapatalk
Click to expand...
Click to collapse
Ok, thanks
I have downloaded version 2.2.0 of smali and baksmali and also a zip containing (i hope, smali and balsmali) version 1.3.3 of the same application! Is there any basic tutorials to teach how to start with these applications?
apktool
https://youtu.be/1t5n8rR5hTE
Smali/baksmali
https://forum.xda-developers.com/showthread.php?t=1296802
Sent from my KYOCERA-C6745 using Tapatalk
RealWelder said:
apktool
https://youtu.be/1t5n8rR5hTE
Smali/baksmali
https://forum.xda-developers.com/showthread.php?t=1296802
Sent from my KYOCERA-C6745 using Tapatalk
Click to expand...
Click to collapse
Ok, after I have decompressed/decompiled/whatever the apk file I need to edit a file that is a dll module! It has some like c# or so code. How can I edit these files, change them and compile the file again???? Some use dnSpy and when the dll file is opened, we can see a lot of code, functions and stuff. How can I do that without dnSpy because looks like there is no linux version of dnSpy.
HorusEyE said:
Ok, after I have decompressed/decompiled/whatever the apk file I need to edit a file that is a dll module! It has some like c# or so code. How can I edit these files, change them and compile the file again???? Some use dnSpy and when the dll file is opened, we can see a lot of code, functions and stuff. How can I do that without dnSpy because looks like there is no linux version of dnSpy.
Click to expand...
Click to collapse
I've never had to edit dlls. Are you trying to hack a game? Anyways, on windows I use Notepad++, but on Ubuntu I use Notepadqq.
Sent from my KYOCERA-C6745 using Tapatalk
RealWelder said:
I've never had to edit dlls. Are you trying to hack a game? Anyways, on windows I use Notepad++, but on Ubuntu I use Notepadqq.
Sent from my KYOCERA-C6745 using Tapatalk
Click to expand...
Click to collapse
Yes, I was trying to create my own modded version of a game! I usually use Atom, but I already tried to open DLL files with Atom and it doesn't work!
Do I have that Notepadqq for Debian?
HorusEyE said:
Yes, I was trying to create my own modded version of a game! I usually use Atom, but I already tried to open DLL files with Atom and it doesn't work!
Do I have that Notepadqq for Debian?
Click to expand...
Click to collapse
I`ve been trying to figure out why do you want to "create a modded apk" and according to your last post , you`re trying to bypass functionalities of an original game
This kind of thread / discussion isn`t allowed on XDA according to rule 6
6. Do not post or request warez.
If a piece of software requires you to pay to use it, then pay for it. We do not accept warez nor do we permit members to request, post, promote or describe ways in which warez, cracks, serial codes or other means of avoiding payment, can be obtained or used. This is a site of developers, i.e. the sort of people who create such software. When you cheat a software developer, you cheat us as a community.
Thanks for understanding
Thread closed

Categories

Resources