SPOOF Basebrand Version and KERNEL Version in Phone(it Appears on Settings) - Android Q&A, Help & Troubleshooting

hey Idk Who can help me for SPOOF(Change by random TEXT) Any android 5.1 to Android8's BASEBRAND Version and KERNEL Version ? How I can change it ? Phone ROOTED and XPosed module ready(not Virtual xposed) ? Please find it or Create new Xposed APK or SUPERuser(ROOT right) APK for Change BASEBRAND and Kernel Version,You know it writes under settings/about phone,Everything changing exclude these.Please Helpme,or if i can do this manually from which file /system or where ?

ineedstoplaggerwatchers said:
hey Idk Who can help me for SPOOF(Change by random TEXT) Any android 5.1 to Android8's BASEBRAND Version and KERNEL Version ? How I can change it ? Phone ROOTED and XPosed module ready(not Virtual xposed) ? Please find it or Create new Xposed APK or SUPERuser(ROOT right) APK for Change BASEBRAND and Kernel Version,You know it writes under settings/about phone,Everything changing exclude these.Please Helpme,or if i can do this manually from which file /system or where ?
Click to expand...
Click to collapse
Edit your build.prop file in root text editor if you are running su. If using magisk search how to make a module using reset prop. You will still need to look at the build prop to know what lines you need to edit regardless

No buddy,you can change only phone fingerprint by editing buildprob,but it does not change this annoying things(BASEBAND version and KERNEL version in Setting / about phone ).Also Phone already rooted,i think there must be a file to edit these in Root,but where ? Which file is it )?

Related

[Q] Change operating frequency

Hi all
I have a little problem here. I was using telcel jb rom but 3g didnt worked for me and now i know why.
Mexico operators doesnt work with 3g on 2100 Mhz (my operator works in this frequency), and they've disabled it somehow for mexico.
In ZAF (south africa) JB 3g works fine for me, but doesn't have my language and i can't figure out a way to "translate" it. I tried modifying the apps puting inside them in the values folder the folder for pt-BR, but the apps doesn't work after re-compiling.
I really upset with this all. Somebody could help me on this?
I ask 2 things:
- Is there anyway to change the system network's operating frequency? how can i do it?
- Is there anyway to put my language inside ZAF jb apps? they have values for pt-PT but not for pt-BR. The files for pt-BR i take from the mexico jb apps (decompile with dependencies, lg-res.apk, recompile after put the values folder from mexico in zaf apps)
shucrut said:
Hi all
I have a little problem here. I was using telcel jb rom but 3g didnt worked for me and now i know why.
Mexico operators doesnt work with 3g on 2100 Mhz (my operator works in this frequency), and they've disabled it somehow for mexico.
In ZAF (south africa) JB 3g works fine for me, but doesn't have my language and i can't figure out a way to "translate" it. I tried modifying the apps puting inside them in the values folder the folder for pt-BR, but the apps doesn't work after re-compiling.
I really upset with this all. Somebody could help me on this?
I ask 2 things:
- Is there anyway to change the system network's operating frequency? how can i do it?
- Is there anyway to put my language inside ZAF jb apps? they have values for pt-PT but not for pt-BR. The files for pt-BR i take from the mexico jb apps (decompile with dependencies, lg-res.apk, recompile after put the values folder from mexico in zaf apps)
Click to expand...
Click to collapse
I can help you about how to add languages to apk. I guess you got compile error while rebuild apk back right? That because some string format in strings.xml are incorrect. I think it apktool bug. The problem is percent (%) character. It's used to format number. If you want % character in the text, you must use %% to escape it and it give you % in output text.
You must correct all error that display in apktool output while rebuild it back. And to make it works you should edit following apk
- LGSystemSetting.apk
- LGSystemUI.apk
- LGHome3.apk
- and what ever apps that you want to add your language to.
So... It's easier to just replace that apk from Mexico rom into ZAF rom.
Thanks for replying artit. I got some errors rebuilding the apks, but I installed lg-res framework with apktool and after this, i got them to compiling.
But i pushed them to my phone and the system became messed up. The status bar didnt show up (i edited LGsystemUI.apk), home didnt show up, settings, lockscreen, nothing, just the lockscreen wallpaper. I edited them, add my language but just this.
I tried replacing the apps from mexico but the phone don't boot when i replace some apps like installservice apk
One question: Do i have to be on a deodexed ROM to edited apps work? if yes, i found my problem, cause i take the apps from my stock rom odexed
shucrut said:
Hi all
I have a little problem here. I was using telcel jb rom but 3g didnt worked for me and now i know why.
Mexico operators doesnt work with 3g on 2100 Mhz (my operator works in this frequency), and they've disabled it somehow for mexico.
In ZAF (south africa) JB 3g works fine for me, but doesn't have my language and i can't figure out a way to "translate" it. I tried modifying the apps puting inside them in the values folder the folder for pt-BR, but the apps doesn't work after re-compiling.
I really upset with this all. Somebody could help me on this?
I ask 2 things:
- Is there anyway to change the system network's operating frequency? how can i do it?
- Is there anyway to put my language inside ZAF jb apps? they have values for pt-PT but not for pt-BR. The files for pt-BR i take from the mexico jb apps (decompile with dependencies, lg-res.apk, recompile after put the values folder from mexico in zaf apps)
Click to expand...
Click to collapse
You can do following http://forum.xda-developers.com/showthread.php?t=2230966
I didn't really read your post but if you can't access the 4g of one company because it's on another frequency then sorry you cannot change it as the chip is set to run at specific frequencies... Very sorry
Sent from my LG-P769 using xda app-developers app
shucrut said:
Thanks for replying artit. I got some errors rebuilding the apks, but I installed lg-res framework with apktool and after this, i got them to compiling.
But i pushed them to my phone and the system became messed up. The status bar didnt show up (i edited LGsystemUI.apk), home didnt show up, settings, lockscreen, nothing, just the lockscreen wallpaper. I edited them, add my language but just this.
I tried replacing the apps from mexico but the phone don't boot when i replace some apps like installservice apk
One question: Do i have to be on a deodexed ROM to edited apps work? if yes, i found my problem, cause i take the apps from my stock rom odexed
Click to expand...
Click to collapse
You can try Lelus method, it much easier than rebuild apk ,
For odexed file, I think you need to deodex apk first. But to make new apk work you must copy
- META-INF folder
- AndroidManifest.xml
from original apk to new apk. And for LG stock rom apk, you cannot modify AndroidManifest.xml file. If you modify it, that apk will not work. You should zipalign apk after rebuilt but it not necessary.
Maybe you can use apk from Jelly Cream rom, it's deodexed and has pt-BR, I add all language from Mexico & Thailand rom to Europe V20H. But I modified some framework and some config in apk. If you're still not success with this I'll reverse all changes and rebuild that apk for you. I plan to add new language to Jelly cream rom this weekend.
MoonMaster345 said:
I didn't really read your post but if you can't access the 4g of one company because it's on another frequency then sorry you cannot change it as the chip is set to run at specific frequencies... Very sorry
Sent from my LG-P769 using xda app-developers app
Click to expand...
Click to collapse
I don't think so. You can flash new baseband to alter usable frequency. And you can change phone frequency for 2G/3G in hidden menu.
artit said:
You can try Lelus method, it much easier than rebuild apk ,
For odexed file, I think you need to deodex apk first. But to make new apk work you must copy
- META-INF folder
- AndroidManifest.xml
from original apk to new apk. And for LG stock rom apk, you cannot modify AndroidManifest.xml file. If you modify it, that apk will not work. You should zipalign apk after rebuilt but it not necessary.
Maybe you can use apk from Jelly Cream rom, it's deodexed and has pt-BR, I add all language from Mexico & Thailand rom to Europe V20H. But I modified some framework and some config in apk. If you're still not success with this I'll reverse all changes and rebuild that apk for you. I plan to add new language to Jelly cream rom this weekend.
I don't think so. You can flash new baseband to alter usable frequency. And you can change phone frequency for 2G/3G in hidden menu.
Click to expand...
Click to collapse
Thanks again artit. I tried lelus method, didnt work, so im trying decompile/recompile apks, bot not much luck
I deodexed all apks and framework and pushed to my phone after removing the .odex files
Im stucked at lgsettings.apk, i can decompile it by installing lg-res.apk into apkmultitools, but goterrorwhen trying to recompile it. If you want to i post the error log
I also tried using jellycream apps, but my only try was replacing all apps so got bootloop. I will try replacing just the necessary ones - lgsettings, systemui, lghome, camera, installservice

How to unlock an app on all android versions?

ive a i9300 wich i has no problems at all to instal the new bbm . but as far as i tried to manually instal the apk to some 2.3.6 phones from friends they all show "a problem has ocurred" . and obiously the installation won't proceed.
So i was wondering if there is some kind of hacking to make the apk work on devices with android version below 4.0
Obviously there is a set version that is required for a reason, the only way to change that is to decompile the apk and change the required api level.

Q - is possible hack apk to rename application itself?

HI I'm on Android nougat 7.0 and want chrome 50 version (because of tabs in multitasking). but nougat have integrated 51 version so I can't install lower one.
So is there any possible way to hack apk of 50 version to rename it (and then it will not want to replace system chrome but it will install as new one) ?
Thanks.
mmm273 said:
HI I'm on Android nougat 7.0 and want chrome 50 version (because of tabs in multitasking). but nougat have integrated 51 version so I can't install lower one.
So is there any possible way to hack apk of 50 version to rename it (and then it will not want to replace system chrome but it will install as new one) ?
Thanks.
Click to expand...
Click to collapse
yes i believe that it's possible , u need to lower the required sdk version
I found a way here - http://forum.xda-developers.com/showthread.php?t=1772839&page=3
But I'm noob about it, can someone rename this apk
http://www.apkmirror.com/apk/google...e/chrome-50-0-2661-89-2-android-apk-download/
To something like - chrome50, or whatever ? So I can install it next to current inbuilt system chrome?

[ROOT] Any way to use secure folder on a rooted phone?

My phone has been rooted for some time now, and I love that now I have full control of the phone, allowing me to do whatever I want with it. I still pass SafetyNet, and Google Pay still works, but one problem came with me rooting my phone. One of the features I loved on my non-rooted phone is the Secure Folder. I have seen forum posts about this problem before, and people could still use Secure Folder even when the phone is rooted; how would I achieve the same of what other people did? Thank you.
Aholicknight said:
My phone has been rooted for some time now, and I love that now I have full control of the phone, allowing me to do whatever I want with it. I still pass SafetyNet, and Google Pay still works, but one problem came with me rooting my phone. One of the features I loved on my non-rooted phone is the Secure Folder. I have seen forum posts about this problem before, and people could still use Secure Folder even when the phone is rooted; how would I achieve the same of what other people did? Thank you.
Click to expand...
Click to collapse
There's a few ways to patch it. You must have knowledge on how to decompile framework and such.
For Pie: https://forum.xda-developers.com/t/secure-folder-patch-for-custom-rom.3949878/
For Android 10: https://forum.xda-developers.com/t/...-mods-collection-exynos.3772017/post-82978861
ShaDisNX255 said:
There's a few ways to patch it. You must have knowledge on how to decompile framework and such.
For Pie: https://forum.xda-developers.com/t/secure-folder-patch-for-custom-rom.3949878/
For Android 10: https://forum.xda-developers.com/t/...-mods-collection-exynos.3772017/post-82978861
Click to expand...
Click to collapse
I have Android 10 so hopefully, this will work, do I install it using TWRP?
Aholicknight said:
I have Android 10 so hopefully, this will work, do I install it using TWRP?
Click to expand...
Click to collapse
That mega link isn't for a magisk or twrp zip. It's just a zip that has instructions inside on how to decompile framework.jar, what codes to edit and how to recompile it back.
It's work android 11??
Try this thread it will work
How to use secure folder in rooted device with build prop editor
Step 1-If your phone is rooted download build prop editor and add these lines from screenshot in the build prop editor Step 2 - sav and exit the changes made in build prop editor then restart your device Step 3 in your account setting in phone...
forum.xda-developers.com
not work on samsung a 51 confirmed
ShaDisNX255 said:
There's a few ways to patch it. You must have knowledge on how to decompile framework and such.
For Pie: https://forum.xda-developers.com/t/secure-folder-patch-for-custom-rom.3949878/
For Android 10: https://forum.xda-developers.com/t/...-mods-collection-exynos.3772017/post-82978861
Click to expand...
Click to collapse
For s10 android 12
Any of you got it working? i have a magisk module that works in android 12
There's a new patch that enables more than just Secure Folder:
GitHub - BlackMesa123/KnoxPatch: LSPosed module to get Samsung apps/features working again in your rooted Galaxy device.
LSPosed module to get Samsung apps/features working again in your rooted Galaxy device. - GitHub - BlackMesa123/KnoxPatch: LSPosed module to get Samsung apps/features working again in your rooted G...
github.com
ShaDisNX255 said:
There's a new patch that enables more than just Secure Folder:
GitHub - BlackMesa123/KnoxPatch: LSPosed module to get Samsung apps/features working again in your rooted Galaxy device.
LSPosed module to get Samsung apps/features working again in your rooted Galaxy device. - GitHub - BlackMesa123/KnoxPatch: LSPosed module to get Samsung apps/features working again in your rooted G...
github.com
Click to expand...
Click to collapse
i can't figure out how to install it, it has a apk, which when i try to install my phone says "App not installed as app isnt compatible with your phone" i have M51, android 12, one UI4.1
Instead of downloading apk file, download the zip file and install in Magisk as a Magick module. (APK WORKS IN ANDROID 4, 5 & 7...)
If you fail to do the above, then go to this forum.https://forum.xda-developers.com/t/module-smali-patcher-7-4.3680053/

I can't activate xposed framework in lenovo k8 plus

Hello guys.
This is details of my phone.
1. Lenovo k8 plus
2. Twrp is not install properly but also i root my phone and it say orange state.
3.i download modified xposed framework by topjohnwho and rovo89 module. I download that in magisk.
4. I want to download xposed 90-beta3 version.
5. I download the modified xposed installer .
6.after complete this steps its say only and only one thing please active xposed framework.
7.when I am click on install it gives me error resources is busy.
8.and if I use busybox also it say xposed.prob is already available or xposed.prob I/O error.
9.My phone have Android 8.0.0 Oreo API
10.pocesser arm64
I did already see xda developer post related my problem like remove disabled from /data/data... Etc.
Or ☑ disable resources hooks etc..
But that all kind of stuff didn't work.
AFAIK for devices runnning Android 8 and higher you use EdXposed framework and/or LSPosed framework instead of XPosed framework
jwoegerbauer said:
AFAIK for devices runnning Android 8 and higher you use EdXposed framework and/or LSPosed framework instead of XPosed framework
Click to expand...
Click to collapse
jwoegerbauer said:
AFAIK for devices runnning Android 8 and higher you use EdXposed framework and/or LSPosed framework instead of XPosed framework
Click to expand...
Click to collapse
Thank you for Reply .
Yes you are right and i also try Edxposed Framework and also its works.but i want use use sms toolkit for send anyone flash sms so that tool didn't work on EdXposed framework .what can i do for send flash sms using sms toolkit made by hackistan.Any other way to send Flash sms ,SMS DOS , or etc thing like this. without Xposed Framework.then i dont need that. and ya i also Search on internet that how to send flash sms without xposed framwork it gives not any information related this . so what can i do ????
can i add /system/framework/telephony-common.odex in android 4 to android 8 ??

Categories

Resources