[Tutorial] Installing Xposed on MediaPad x1 - Huawei MediaPad, T-Mobile SpringBoard

Although the device is protected but it is an android ( The best open-source OS ) and here are the simplest steps :-
1- Rooting the device by Vroot
2- Install terminal
3- Install BusyBox
4- Install xposed
5- Write those commands in the terminal : su
mount -o rw,remount /system
chattr -R -i /system
6- Open any file manger and search for a file named set_immutable.list
7- Rename it into set_immutable.list.old
8- Go to INSTALLATION MODE in exposed frameword and tick on disable resource hooks
9- Tab on Install/Update DO NOT ACCEPT THE REBOOT
10- Go back to the file manger and rename the file " set_immutable.list.old " back to " set_immutable.list " ( you will get boot-loops if you skipped this step )
# Now you can also edit the build.prop
# As soon as you reboot the system permission will be back to the main original permission
# You also can edit host file my the same steps ( no need to say without re-installing exposed...... -_-)
# Now you can reboot
Tested my self, Written by me, Found the info on a French development website
What I tested with exposed :-
1- Android Apps Theme Engine pro >> Not Working
2- Android L Navigation Bar >> Not Working
3- Android L Theme >> Not Working
4- Android Theme Engine >> Not Working
5- Battery Home Icon >> Working
6- Burnt Toast >>Not Working
7- GravityBox [KK ]>> Not Working, but I
8- MaxLock >> Working
9- Network Speed Indicator >> Not Working
10- Physical Button Music Control >> Working
11- Statusbar download progress >> Working
12- VolumeStep+ >> Working
13- PinNotif >> Working
14- XHalo Floating Window >> Working
15- Xinstaller >> Working
= Everyone say what he test

Thanks. On my rooted x1 (7d-501u, 4.4.2 EMUI 3.0 400dpi), I simply install xposed 2.5.1.
I installed appsetting 1.8, try changing dpi but no effect, no error report. Any recommendation?
Sent from my X1 7.0 using Tapatalk

If Gravitybox doesn't work, not much point for Xposed.
I am on R002C209B008 Malaysia, and although I did the system r/w commands and got Xposed installed, nothing works. After a reboot, Xposed says it's not working.
I tried 2.4.1 which installed, but none of the newer mods work. I then tried 2.5.1, which shows the framework in red color. 2.7 experimental 1 installed with green text, but again nothing works after a reboot.
The trick that used to be edit build.prop for the hwtheme=0 no longer works.
Huawei also needs to release their kernel and ROM sources.

bthoven said:
Thanks. On my rooted x1 (7d-501u, 4.4.2 EMUI 3.0 400dpi), I simply install xposed 2.5.1.
I installed appsetting 1.8, try changing dpi but no effect, no error report. Any recommendation?
Sent from my X1 7.0 using Tapatalk
Click to expand...
Click to collapse
I didn't notice any change too

joytest said:
If Gravitybox doesn't work, not much point for Xposed.
I am on R002C209B008 Malaysia, and although I did the system r/w commands and got Xposed installed, nothing works. After a reboot, Xposed says it's not working.
I tried 2.4.1 which installed, but none of the newer mods work. I then tried 2.5.1, which shows the framework in red color. 2.7 experimental 1 installed with green text, but again nothing works after a reboot.
The trick that used to be edit build.prop for the hwtheme=0 no longer works.
Huawei also needs to release their kernel and ROM sources.
Click to expand...
Click to collapse
Have you tried those steps carefully ?, i have tested them on my 7D-501u on Rom emui 2.3, emui 3.0 B002 & B005

Which version of xposed did you use?

not working
i followed your steps but it did not work well with my b010 emui 2.3 K.K 4.4.2 and besides exposed will be nothing without the gravity box
its a hell of a good app to tweak your device i wish someone find a way for this big problem we need gravity box

Ok, I admit I missed NOT renaming set_immutable.list.old back to its original name.
After this, Xposed 2.7.1 experimental works, and AppSettings works.
However, Dimensions and Gravitybox still do not work.
Damn you and your stupid theming engine Huawei.

joytest said:
Ok, I admit I missed NOT renaming set_immutable.list.old back to its original name.
After this, Xposed 2.7.1 experimental works, and AppSettings works.
However, Dimensions and Gravitybox still do not work.
Damn you and your stupid theming engine Huawei.
Click to expand...
Click to collapse
I can confirm Xposed 2.5.1 framework and App Settings 1.8 module works on EMUI 3.0 B008 (for 503L).
I installed an older version of Xposed, upgrade it to 2.5.1 within Xposed, then installed the App Settings 1.8 module and I can now change DPI for apps that I want to work like they will on tablets.
The only caveat - Huawei's theme engine will break with the above arrangement (this is the same when on 2.3 B010) - u wont get any error or FC but u 'cannot' change theme; no matter which theme u choose, the icons will remain as default.
I m ok as I use Action Launcher and dont mind this cosmetic setback, against the freedom to be able to choose the DPI of each app!
I did not do any hacks nor install busybox to the X1 prior to installing Xposed, only flashed the KangVIP mod to get clean root.
YMMV
---------- Post added at 05:36 AM ---------- Previous post was at 05:29 AM ----------
bthoven said:
Thanks. On my rooted x1 (7d-501u, 4.4.2 EMUI 3.0 400dpi), I simply install xposed 2.5.1.
I installed appsetting 1.8, try changing dpi but no effect, no error report. Any recommendation?
Sent from my X1 7.0 using Tapatalk
Click to expand...
Click to collapse
if you are sure u got Xposed 2.5.1 and App Settings 1.8 properly installed and activated (did u activate the App Settings 1.8 module within Xposed?), the only thing missing may be what the KangVIP mod did to the system, you nay want to try flashing that (your X1's bootloader must be unlocked).
if u can download from china servers, the link is as below, else i will try to upload to mediafire for u (author is quite particular abt rehosting his files)
URL: pan.baidu.com/s/1jGLzK4u
Code: 7c6s
if you cannot download from china servers, then use the link below
http://www.mediafire.com/download/04izc31qkkl4d2q/X1-EMUI3.0-B008_img.rar
good luck!
(i find wifi on 3.0 B008 not as good as when on 2.3 B010, but all other new features are pretty sweet)

daser4ever96 said:
Although the device is protected but it is an android ( The best open-source OS ) and here are the simplest steps :-
1- Rooting the device by Vroot
2- Install terminal
3- Install BusyBox
4- Install xposed
5- Write those commands in the terminal : su
mount -o rw,remount /system
chattr -R -i /system
6- Open any file manger and search for a file named set_immutable.list
7- Rename it into set_immutable.list.old
8- Go to INSTALLATION MODE in exposed frameword and tick on disable resource hooks
9- Tab on Install/Update DO NOT ACCEPT THE REBOOT
10- Go back to the file manger and rename the file " set_immutable.list.old " back to " set_immutable.list " ( you will get boot-loops if you skipped this step )
# Now you can also edit the build.prop
# As soon as you reboot the system permission will be back to the main original permission
# You also can edit host file my the same steps ( no need to say without re-installing exposed...... -_-)
# Now you can reboot
Tested my self, Written by me, Found the info on a French development website
What I tested with exposed :-
1- Android Apps Theme Engine pro >> Not Working
2- Android L Navigation Bar >> Not Working
3- Android L Theme >> Not Working
4- Android Theme Engine >> Not Working
5- Battery Home Icon >> Working
6- Burnt Toast >>Not Working
7- GravityBox [KK ]>> Not Working, but I
8- MaxLock >> Working
9- Network Speed Indicator >> Not Working
10- Physical Button Music Control >> Working
11- Statusbar download progress >> Working
12- VolumeStep+ >> Working
13- PinNotif >> Working
14- XHalo Floating Window >> Working
15- Xinstaller >> Working
= Everyone say what he test
Click to expand...
Click to collapse
when i enter 'mount -o rw,remount /system' on terminal it says 'mount: Invalid Argument'
what i need to do??

Related

[MOD][XPOSED]App Settings GB v1.9 (2014-06-03)

Here is the gingerbread back-porting for Xposed App Settings, which can be found at http://forum.xda-developers.com/xposed/modules/-t2437377.
This should works on ics+, but please install the original Xposed App Settings if you can.
Installation:
Xposed Installer GB, which can be found here: forum.xda-developers.com/xposed/-t2739034
Source: https://github.com/liudongmiao/XposedAppSettings
@Tungstwenty, would you support gingerbread and merge this?
@liudongmiao with the latest busybox installed,xposed installer cant mount my system & directly write the files.
killoid said:
@liudongmiao with the latest busybox installed,xposed installer cant mount my system & directly write the files.
Click to expand...
Click to collapse
Please use the corrent thread...Anyway, I have update the xposed installer, it should fix your problem.
Help me please. I want to make settings.apk like tablets.
DPI = ...
Font Scale = ...
Screen = ... ?
Thanks before

[MOD] "Device is HD capable" Notification Remover

What is this?
This mod removes the persistent "Device is HD capable" Notification that appears on many custom roms
Applicability?
This mod is meant for Yu Yureka Plus running Resurrection Remix Rom 5.8.0 Official Build. For other devices, keep reading...
How does it do it?
The culprit package that causes this notification to appear in the status bar is ims.apk - located at /system/vendor/app/ims
This mod replaces that file with a modded one. More on that below...
Instruction of use
1) Download file - NR_yurekaRR580o.zip
2) Reboot phone into TRWP recovery
3) Mount > System partition
4) Install > NR_yurekaRR580o.zip file
5) Reboot
Downloads
1) Notification remover - NR_yurekaRR580o.zip
2) To re-enable this notification again, flash this file - NEN_yurekaRR580o.zip
-------------------
FOR OTHER DEVICES
This mod was made using the ims.apk file extracted out of Resurrection remix rom 5.8.0 official build meant for the yureka plus phone. So whether this mod will work on other phones cannot be answered. But if you want to create this mod for your phone, here are some quick lessons:
1) Find ims.apk file in your phone and extract it to PC
Try looking for it in /system/vendor/app/ims
2) Use apktool and do these edits in ims.apk
Decompile ims.apk
In ims.apk>res>values>bools.xml
Change value of config_update_service_status to True
In ims.apk>res>values>strings.xml
Delete value of device_is_hd_capable
In ims.apk>res>values-mcc** (inside dozen or so folders) > bools.xml
Change all values of config_update_service_status to False
Re-compile ims.apk and give necessary signs. And use it any flashable zip
Credits:
This mod is based on KabirKalsi's similar mod found here that he made for the redmi 3. All credits to him.
Will this works in RR Official March build??
Sent from my YU5510 using Tapatalk
Thanks for help. That notification was irritating me since I flashed voLTE firmware. Followed modification steps mentioned above.
PFA, apk file which worked for me on Yu Yureka RR v5.8.2.
Device Model: Yu Yureka AO5510
OS: RR-N-v5.8.2-20170307-tomato-unofficial
Flashed: voLTE firmware.
Android 7.1.1 (Resurrection Remix Nougat 7.1.1_r25 - NOF27B)
Steps to install:
make an adb connection to pc.
1. adb reboot recovery
2. adb push ims.apk /system/vendor/app/ims/
-- expected output -> [100%] /system/vendor/app/ims/ims.apk
3. adb reboot.
Done.
Download link. (remove the spaces)
http :// s000.tinyupload.com /index.php ? file_id = 37766304712524729237
Credits
 @broadways
Worked perfectly fine on Moto G4 plus running Ressurection Remix.
If it remove hd sign...then is it add the volte icon??
Sent from my YU5510 using Tapatalk
Worked like a charm
Thanks man! It was really helpful and I used APK Editor to edit the values. Thanks a lot again. Cheers!
thanks for your help,I moved HD capable by this artcle.

B396_Reloaded [magisk][Xposed][microG]

Hi, i've worked on B396 stock rom , to give it more options :
- Multi user
- Call Recorder (native)
- hide navbar
- 4G icon
- 6 themes from Huawei mate10
- init.d support
- i forget ...
In aroma installer you can:
- Root systemless
- Xposed systemless
- get Viper4android systemless
- Choice No Gapps/microG/Official Gapps
- install usefull Xposed modules
- install extra apps ...
and more
CHANGELOGS:
2018/02/10 : v1.1
System Updated :
- add Twin/Clone app from huawei (read post #02 to correct use)
- add Cust support for PLK-L01 or PLK-AL10 models
Gapps Updated :
- GMS Core (services google play)
- Phonesky (Play store)
- Velvet (google now)
- Gmail2 (google mail)
- Latinime (google keyboard)
- talkback (Accessibility service)
- WebViewGoogle
Extra Updated:
- GPS_locker
- Firefox
Xposed Modules Updated:
- Pixel_NavBar
Others Updates:
- Install process (microG/Nothing) : will wipe dalvik +cache
INSTALL:
Wipe datas if comming from NOT emui ROM
Wipe Dalvik+cache if comming from emui ROM
If you want NOGAPPS or MicroG:
First: install ROM+included GAPPS, (no need to root etc ..) reboot and do the setup ...
SECOND: run Installer again (no need to flash the rom) just select your options...
MicroG users: read post #02 to set it correctly
first boot take 3mn, or 10mn with Xposed
Please update your device to B390 before install:
https://forum.xda-developers.com/honor-7/development/stock-b390-twrp-t3723635
Download :
http://www.mediafire.com/file/jdl903g69wbimqo/B396_Reloaded_Full_1.1.zip
Kernel updated to 3.10.108 (end of life)
http://www.mediafire.com/file/wgc44dx0khiafyb/Kernel_B396_reloaded_v2.1.zip/file
YOU MUST USE MAGISK v14 ONLY, another version will break GPS.
#################################################
DO NOT MIRROR MY LINK without my authorization
DO NOT POST/PUBLISH at any other place without my authorization
#################################################
microG config (it's a mess) and usage:
1/ active Xposed module to Allow signature spoofing
2/ open microG app : active google registration, then config UnifiedNLP
...reboot...
3/ create your google account
to use sync of contacts/calendar/gmail
1/ in settings/apps/calendar/authorizations : give all authorizations
2/ in settings/apps/contacts/authorizations : give authorizations (minimum: contact+phone)
3/ in settings/apps/Gmail/authorizations : give all authorizations
4/ check that synchro is activated
5/ in google account start synchro
6/ wait for sync .... can take time depend of your network speed.
Play store will get updated automatically to new version ... wait it ..
if any off theses apps don't work properly do :
1/ settings/apps/*your_app*/storage : wipe data and cache
2/ kill the app
3/ do authorization again ..
4/ restart the app
NOTE : new maps (February 2018) is not supported, use 9.67.xxx (November 2017) version insteed.
i have full workings : Playstore/Gmail/Maps,and my contacts/mails/calendar are synchronized, so i know it work
Twin/Clone app config and usage:
Setting / Twin App : On the app you want to clone:
- Actually: Whatsapp, facebook.katana, facebook.orca, Mega .
Add/remove (need root):
in system/emui/base/xml/hw_clone_app_list.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- DTS2016080802881 shiyuanchang/00271386 20160822 created -->
<AppClone>
<package name="com.whatsapp"/>
<package name="com.facebook.katana"/>
<package name="com.facebook.orca"/>
<package name="mega.privacy.android.app"/>
</AppClone>
Exemple to add Twitter and remove facebook.orca:
Install any "package name viewer" app , and use it to see package name
for Twitter it is : com.twitter.android
<!-- DTS2016080802881 shiyuanchang/00271386 20160822 created -->
<AppClone>
<package name="com.whatsapp"/>
<package name="com.facebook.katana"/>
<package name="com.twitter.android"/>
<package name="mega.privacy.android.app"/>
</AppClone>
- Save the file
- go to settings/apps and select "settings" then "storage" and wipe datas
- now your Twin/Clone app list is updated with Twitter
now I install it, I hope I do not have any problems with the signal, like MM + D EMUI 4.1 by WBT v5.0 (B371), and I hope the battery keeps more like Stock B390
ilovemuzic said:
now I install it, I hope I do not have any problems with the signal, like MM + D EMUI 4.1 by WBT v5.0 (B371), and I hope the battery keeps more like Stock B390
Click to expand...
Click to collapse
You will tell me ... For good battery life i just enable SIM data's , and disable overs options like aggregation etc ..
- What is your provider and country ?
Speedo.thc said:
You will tell me ... For good battery life i just enable SIM data's , and disable overs options like aggregation etc ..
- What is your provider and country ?
Click to expand...
Click to collapse
Telekom Romania
Hey! i've just installed it but when i have to accept "terms and condition" i can't do it any solution?
tamasigerald said:
Hey! i've just installed it but when i have to accept "terms and condition" i can't do it any solution?
Click to expand...
Click to collapse
Please update your device to B390 before install
hi
i installed this rom.first boot is ok.but when i restart phone. it stuked in boot image.what should i do?
Hi, boot logo or bootanimation ?
boot animation
Xposed doesnt seem to work. Xposed installer says 'Installed, but not active'. When trying to install systemless framework, the installer app crashes.
Am I doing something wrong here or..?
EDIT: Tried few times to reflash the rom but every time after setting up the phone, if I reboot I will be stuck in bootloop.
Hi, you are the second to tell that, I will do test after tomorrow to try my setup, right now it was ok.
hi @Speedo.thc
thank you for your new rom
this rom support kang vip setting?
Heatti said:
Xposed doesnt seem to work. Xposed installer says 'Installed, but not active'. When trying to install systemless framework, the installer app crashes.
Am I doing something wrong here or..?
EDIT: Tried few times to reflash the rom but every time after setting up the phone, if I reboot I will be stuck in bootloop.
Click to expand...
Click to collapse
You must install the version I provided in aroma installer.
levolotion said:
hi @Speedo.thc
thank you for your new rom
this rom support kang vip setting?
Click to expand...
Click to collapse
Hi, not a Kangvip based, but many things from Kang can be done with xposed and modules I've selected.
Speedo.thc said:
You must install the version I provided in aroma installer.
Click to expand...
Click to collapse
I chose the Xposed option in aroma when flashing. After flashing the rom and setting up the phone, checked the xposed app and it was already inactive from the start.
Heatti said:
I chose the Xposed option in aroma when flashing. After flashing the rom and setting up the phone, checked the xposed app and it was already inactive from the start.
Click to expand...
Click to collapse
It's active only if you flash Magisk v14 , which is inside rom installation.
By order it must be :
1: Magisk
2: Xposed
Hi speedo, nice to see that you are devoloping for our nice device. I have tested all your roms but aktual i am returned to your mmkang 3.2, running as a good daily driver. Coming from it, is it possible to flash your rom with twrp, like your other roms?
Should I delete fingerprints before flashing?
Thank you. I am very curious to test it...
For next versions, it would be nice to have a dark theme, looking like oreo or nougat...
After installation, the google maps application does not start
Hi speedo,, i leave miui for this one, could i suggest you to add smart-e (better than floating control for me), and can you tell me how you hide navbar? Thanks.

[ROM][G95xF/D][8.0] AdrenalineROM [CRL3][v2.0]

░▒▄█▀▄░ █▀▄ █▀▀▄ █▀▀ █▄░█ ▄▀▄ █░░ ▀ █▄░█ █▀▀░░▒▐█▀▀▄ ▄▀▄ █▄░▄█
▒▐█▄▄▐█ █░█ █▐█▀ █▀▀ █░▀█ █▀█ █░▄ █ █░▀█ █▀▀░░▒▐█▒▐█ █░█ █░█░█
▒▐█░▒▐█ ▀▀░ ▀░▀▀ ▀▀▀ ▀░░▀ ▀░▀ ▀▀▀ ▀ ▀░░▀ ▀▀▀░░▒▐█▀▄▄ ░▀░ ▀░░░▀
Key Features
Based on @foobar66 GoogleWiz ROM
NX Kernel
Samsung SoundAlive Dolby Atmos
Shell Script Advanced Features (SSAF) *See post #2
Updates will come in small service packs instead of a complete ROM update unless necessary
Samsung Gear might work out of the box
Removed some tweaks that I deemed useless.
Removed a few Google apps (Drive, Map, YouTube, etc) from the ROM, you can install them from Play Store instead
Emergency Launcher, UltraPowerSavingMode, SmartCapture, SmartSwitch, LiveWallpaper
Removed GoogleWiz's customizing script
Installation
Backup is always recommended
You should be able to dirty flash from stock/GoogleWiz ROM
You might not be able to boot, which is why 1. is important
Install any patch or cumulative update zip.
Adrenaline Experience
Some apps that I personally use and recommend:
SolidExplorer
SwiftBlack
Fluid Navigation Gestures
Download
*Feel free to mirror, however, monetizing the download link in any way is strictly prohibited.
Google Drive
Patches & Cumulative Update
Bootloader
Source
GITHUB: Shell Script Advanced Features
Credit
@foobar66
@SoLdieR9312
@Noxxxious
@xpirt
amirzaidi for Pixel Launcher
Shell Script Advanced Features
Everything that can be done in shell script shall be done in shell script.
You will need to install a terminal emulator from PlayStore to use this function.
Current functions:
Remap Bixby Key
Change Device Name
Max Volume Warning Toggle
Enable Stereo Speaker
Navigation Bar Toggle
Immersive Mode
Set DNS
Powercfg by yc9559 @ CoolApk [EXY8895]
Host File Based Adblock
Service Disabler
Set big Cluster Max Freq
Set LITTLE Cluster Max Freq
Script OTA Self Update
Reboot Device
Reboot into Recovery
To use, type the following in a terminal emulator
Code:
su
cfg
Code
Issues
TODO/Progress
Wiki
Credits
Changelog
v1.0 - The Late Santa [26 Dec 2018]
Initial Release.
v2.0 - WorstJet [13 Jan 2019]
Reverted Samsung Camera to stock
Samsung Gallery is back to the party
Added quite a lot of files that are related to VOLTE/VOWIFI (credit), you will need to flash CSC installer to install your CSC files
NX Kernel R19
Magisk v18.0
Almost up-to-date SSAF
Flashable Update Zip
[Patch] - Smaller fix, you need to install all patches according to the number, you do not need to reboot in between patches. (Flash 1.0 first, then 2.0, 3.0 ...)
[Cumulative Update] - Bigger update containing all the previous small patches.
WorstJet
-Nothing available as of now
Previous Version(s)
The Late Santa
[Patch 1.0] 26122018
Enabled navigation bar
Added Project WIPE by yc9559 @ CoolApk, default setting is set to [Balance]
Changed config to cfg for easier access
[Patch 2.0] 27122018
Added GearManagerStub.apk
Added Launcher from amirzaidi
[Patch 3.0] 27122018.2
Updated custom menu to include adblock and service disabler
[Patch 4.0] 30122018
Fixed permissions
Minor update to SSAF
Service disabler in SSAF will now run in complete silence
Enabled UHQ tile in csc
[Patch 5.0] 31122018
SSAF now able to set DNS properly
SSAF now able to change big cluster max freq
[Patch 6.0] 03012019
SSAF now able to grab dependencies from GitHub if any is missing
SSAF now able to change LITTLE cluster max freq
Minor fixes to powercfg
[Patch 7.0] 05012019
SSAF now able to enable stereo speaker
Thanks! Haven't been able to download the ROM you're basing yours as it always hangs for me with megaupload, will try yours as I have better luck with gdrive. Slds.
well stuck on android is starting
Android is starting and no navbar,even going for settings and reenable it
pbls said:
Android is starting and no navbar,even going for settings and reenable it
Click to expand...
Click to collapse
I left the navigation bar disabled in build.prop accidentally
Edit the last line in build.prop:
Code:
qemu.hw.mainkeys=1
to
Code:
qemu.hw.mainkeys=0
and reboot.
or use the custom menu to re-enable it then reboot
or edit the build.prop and reflash ROM
EDIT:
or flash the attached flashable patch zip
how do i install the rom?
well the navbar is back and still stuck at android is starting
ps: this rom doesnt have a launcher thats why i keep stuck at android is running
Is Volte vorking? Foos original rom hasn't.
Good job ! I will test the rom i i will give u a feedback !
You will planning to add some more mods ?
Thanks.
the ROM doesn't have a launcher,you must go to the Google play to install one
pbls said:
the ROM doesn't have a launcher,you must go to the Google play to install one
Click to expand...
Click to collapse
Ah.. now I know why it doesn't boot.
navaskp said:
Is Volte vorking? Foos original rom hasn't.
Click to expand...
Click to collapse
It isn't working either
xtmzone said:
Good job ! I will test the rom i i will give u a feedback !
You will planning to add some more mods ?
Thanks.
Click to expand...
Click to collapse
I'd refrain from adding 'mod' myself that requires to be redone every security update as it wastes time.
Feature will be added to the custom menu instead as that is portable, work across updates and even devices.
Everything that's doable in shell script shall be done in shell script.
ImbaWind said:
AdrenalineROM Custom Menu
You will need to install a terminal emulator from PlayStore to use this function.
Current functions:
Remap Bixby Key
Change Device Name
Max Volume Warning Toggle
Navigation Bar Toggle
Immersive Mode
Set DNS
Powercfg by yc9559 @ CoolApk [EXY8895]
Host File Based Adblock
Service Disabler
Reboot Device
Reboot into Recovery
To use, type the following in a terminal emulator
Code:
su
cfg
Click to expand...
Click to collapse
I always get the result "permission denied"
Su rights granted to terminal emulator. Used the commands su "enter" cfg "enter". What am I doing wrong?
xxxPLETTIxxx said:
I always get the result "permission denied"
Su rights granted to terminal emulator. Used the commands su "enter" cfg "enter". What am I doing wrong?
Click to expand...
Click to collapse
Sounds like you are doing everything right, but I'm not sure why.
Can you attach a screenshot?
keyboard is not working for me
ImbaWind said:
Sounds like you are doing everything right, but I'm not sure why.
Can you attach a screenshot?
Click to expand...
Click to collapse
Sure. Hope you can help.
ImbaWind said:
Sounds like you are doing everything right, but I'm not sure why.
Can you attach a screenshot?
Click to expand...
Click to collapse
Same here,but loving the ROM nonetheless and I've installed so many
xxxPLETTIxxx said:
Sure. Hope you can help.
Click to expand...
Click to collapse
pbls said:
Same here,but loving the ROM nonetheless and I've installed so many
Click to expand...
Click to collapse
Code:
su
mount -o rw,remount /system
chmod 777 /system/bin/cfg
cfg
This should help

{ROM}{KK}{4.4.4}{stock} Xperia Overlay v2.1.5 and now v2.2 for Sony Xperia Neo V(mt11i)

UPDATE: V2.2 IS HERE NOW
i found this rom while reading in some pages when i was searching hard for this xperia overlay rom but i found it
its a stock sony xperia kk 4.4.4 rom
the rom is working well no bugs tell now
(even recording voice in whatsapp is loud and clear.not like other custom roms) iam testing from 3 days
* its for unlocked bootloader only.
* xposed working fine.
* its have a battery draining bug but i found solution.just do the following:
# use mixplorer and open the system\priv-app
delete these files ( you can skip deleting.and do the rest steps) :
all facebook and tweeter files.
phonesky.apk
prebuiltgmscore.apk ( yoou will not have google apps or gps after that ).
helpapp.apk
# now open system\app and delete these files too:
browser.apk
filemanger.apk
ota.apk
sonyselect-ed.apk
all youtube files.
whisperpush.apk
# then turn on wifi and go to advanced settings and un-tick scanning always availble
# after you install any apps go to apps setting and move it to sdcard.
# turn off x-Reality engin in setting.
# use xinternalsd_4.8.apk i will attached it. and link every apps you install to your sdcard by changing the path to /storage/sdcard0 (see the pic down there).
# if you have fc when you open contacts.just replace the phonebook.apk in system\priv-app that i attached here.
# and at last reboot your phone and enjoy with this stock xperia kk 4.4.4 rom with a good battery and performance
# dont forget to use the kernel inside the rom zip and make a full wipe(sure not with your sdcard) .its maybe take long time(sometimes) to go to recovery.just wait it.
Download link
Meet Google Drive – One place for all your files
Google Drive is a free way to keep your files backed up and easy to reach from any phone, tablet, or computer. Start with 15GB of Google storage – free.
drive.google.com
update: v2.2 got it after a hard work https://www.mediafire.com/file/7fsn2kx8fl42t12/xperia_overlay_2.2_neo_v.zip/file
# little tweak for better performance:
- open setting _ developer option and un-tick force gpu for 2d.
any one have the v2.2 for mt11i?
now i got the v2.2 after so hard search and some humble brother helped me to got it from a paid site....the download link now in the first post
Hi. Sorry for bothering. This rom must be installed through SD/Recovery or must use flashtool?
Thanks

Categories

Resources