[MOD] [ROOT] Enable On-Screen Keys and Disable H/W Keys - Xiaomi Mi Max 2 Themes, Apps, and Mods

This mod enables an on-screen navigation bar like Moto/Nexus/Pixel devices and disables the hardware navigation keys.
Tested and Working On
LineageOS 14.1
MIUI Pro ROM
Not Working On
Official MIUI8 & MIUI9 ROM
Xiaomi.EU ROM
Mi-Globe ROM
Requirements
Unlocked bootloader with TWRP installed : Guide
Root access - SuperUser or Magisk : Guide
Enabling on-screen navigation bar
Note: Some custom ROMs have a toggle to enable on-screen navigation bar in Settings. ( Eg. MIUI9 Pro)
Boot into TWRP. Backup > Select "system" partition (recommended)
Install any file manager app that supports root access such as Solid Explorer, MiXplorer
Open the app and grant root permissions. Go to the root folder > system > build.prop
Open it with the text editor and scroll to the bottom. Leave a line and enter the following text on the next line.
Code:
qemu.hw.mainkeys=0
Save the file and reboot your phone. You should see an on-screen navigation bar on your screen.
Disabling hardware navigation keys
Note: Some custom ROMs have a toggle to disable the H/W key light in the Settings.
To disable the function of the H/W keys, boot into TWRP, flash Disable_HWKeys.zip and reboot
If you want to re-enable H/W keys, flash Enable_HWKeys.zip and reboot.
If you messed up somewhere, restore the "system" backup from TWRP.

Undertaking this turned off the hardware key on miui pro 9 but the buttons still light up.. How do I disable it?

nikz106 said:
Undertaking this turned off the hardware key on miui pro 9 but the buttons still light up.. How do I disable it?
Click to expand...
Click to collapse
search "button lights" in the Settings app and disable it

SharkcpN said:
search "button lights" in the Settings app and disable it
Click to expand...
Click to collapse
Found it under notification light in setting. Thanks.

I use this app working in rooted phone
https://forum.xda-developers.com/devdb/project/dl/?id=23987&task=get

This mod is fully working on rooted stock MIUI9 Global 7.11.16 Beta
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my MI MAX 2 using Tapatalk

dusan93m said:
This mod is fully working on rooted stock MIUI9 Global 7.11.16 Beta
Sent from my MI MAX 2 using Tapatalk
Click to expand...
Click to collapse
U using stock and u have these settings?

I first added Line in build prop and settings showed up.
Sent from my MI MAX 2 using Tapatalk

dusan93m said:
I first added Line in build prop and settings showed up.
Sent from my MI MAX 2 using Tapatalk
Click to expand...
Click to collapse
Is it possible to get "Mirror buttons" option on xiaomi.eu ROM?

Hello ! nice work. how to disable the light of the keys?

DICKO1984 said:
Hello ! nice work. how to disable the light of the keys?
Click to expand...
Click to collapse
Settings --> Additional Settings --> Notification Light --> Button Lights --> [Disable]

Maybe a stupid question, but out of curiosity, why would anyone need this mod?!

qemu.hw.mainkeys=0 Not working on oreo. Can't enable nab bar.

Tested and working on MIUI 10 Global. Awesome.
Dev should update on what OS its working on.
It would be lovely if it could be customized further by adding extra keys since the screen is wide enough. If there is a way pls reveal

Related

[GUIDE] How to remove the IncS buttons and replace it with softkeys (navigation bar)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
My First Post On xda
I searched for how do I remove the buttons on my hTC Incredible S and replace it with Soft Keys known as "navigation bar".
to reduce battery usage and give it a new look :laugh:
THIS WILL WORK PROPERLY ON ANY AOSP ROM.. (using Vivokat by szezso in this GUIDE. link;http://forum.xda-developers.com/showthread.php?t=2519414)
requires Root access and Root explorer App "you can use cyanogemod file manger instead"
first go to setting>buttons>backlight and un-check illuminate buttons.
then open root explorer.. give it root access.. mount as R/O
go to system>build.prop
and add this code : qemu.hw.mainkeys=0
save, exit and reboot..
you should have a navigation bar and working buttons BOTH.
if you want too completely disable the original buttons:
go to root explorer then system>usr>keylayout>atmel-touchscreen.kl
and delete the buttons that you don't want.
the code : key 217 SEARCH WAKE DROPPED is for search button
the code : key 158 BACK WAKE DROPPED is for back button
the code : key 139 MENU WAKE DROPPED is for menu button
the code : key 102 HOME WAKE DROPPED is for home button
i deleted it all because i don't want it
NOTE; you will still have Sweep2Wake working. nothing should go wrong if you followed this post 100% no bootloops, freezes, etc.
if this worked, let me know, and don't forget to press thanks
Mohamed Ab M said:
My First Post On xda
I searched for how do I remove the buttons on my hTC Incredible S and replace it with Soft Keys known as "navigation bar".
to reduce battery usage and give it a new look :laugh:
THIS WILL WORK PROPERLY ON ANY AOSP ROM.. (using Vivokat by szezso in this GUIDE. link;http://forum.xda-developers.com/showthread.php?t=2519414)
requires Root access and Root explorer App "you can use cyanogemod file manger instead"
first go to setting>buttons>backlight and un-check illuminate buttons.
then open root explorer.. give it root access.. mount as R/O
go to system>build.prop
and add this code : qemu.hw.mainkeys=0
save, exit and reboot..
you should have a navigation bar and working buttons BOTH.
if you want too completely disable the original buttons:
go to root explorer then system>usr>keylayout>atmel-touchscreen.kl
and delete the buttons that you don't want.
the code : key 217 SEARCH WAKE DROPPED is for search button
the code : key 158 BACK WAKE DROPPED is for back button
the code : key 139 MENU WAKE DROPPED is for menu button
the code : key 102 HOME WAKE DROPPED is for home button
i deleted it all because i don't want it
NOTE; you will still have Sweep2Wake working. nothing should go wrong if you followed this post 100% no bootloops, freezes, etc.
if this worked, let me know, and don't forget to press thanks
Click to expand...
Click to collapse
I don't know how to disable the hard keys but to activate navigation bar, if you are on VivoKat, just install Xposed framework and
then Gravity Box [KK] module.
Eternalman said:
I don't know how to disable the hard keys but to activate navigation bar, if you are on VivoKat, just install Xposed framework and
then Gravity Box [KK] module.
Click to expand...
Click to collapse
yes. i know that. but i wanted a stand-alone solution.
i didn't try it to say it is perfect with Gravity-Box.. but thanks :good:

[ROM][n7000][4.4.4] OmniRom+ [New features][11-10-2014 Update]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Offical Site
Official n7000 OmniRom XDA Forum
Disclaimer
Flash at your OWN Risk. This is an Unofficial build for Omnirom. Im NOT making nigthlys of this, maybe one or two a week.
Why I make this?
Cuz I want to share some unmerged features. Im not a dev, just compiling from sources and cherry-pricking some stuff from the real OmniRom devs (so the credits goes to @XpLoDWilD and all the OmniRom Devs). So if the feature its not merged in the official omnirom maybe its unstable or can give you some problems (for me are working perfect...). Dont ask for bugs or something related to this rom in the Official OmniRom thread! Please!
Whats in this rom?
- Floating window with multitasking:
This feature, has ability to:
1. Moveable window to various position
2. Scaling window with 2 finger like zoom in/out
3. Double tap in actionbar or above window to fullscreen or back to floating window
4. Automatically resize when Snapping into one of side (Top, Bottom, Left, Right)
5. Automatically switch focus from other app.
6. Unlimited floating window app (depends on RAM)
- Option to open notification in floating window
- AppCircleBar.
- All in One Animation Control REMOVED.
- And all the goodies from original OmniRom
(I have to remove some commits from omni look at changelog).
- 210 Dpi by default. (you can change it).
Whats NOT in this rom?
- OpenDelta app, if you use the update app you will install official rom....so you will lose all the changes I made.
How to Install?
Install a kitkat compatible recovery
Factory Reset
Format System
Install ROM
Install Google Apps
Install SuperSU
Rom (Gdrive folder)
Google Apps
SuperSU
OmniRom+ Changelog
11-10-2014
-Tinted status bar.
-Omni Source Update.
-Remove All in one animation controll.
27-09-2014
Conflicts with Floating window with multitasking so I have to revert this commits:
- Base: fix logic tinted system bar (android_frameworks_base)
- Base: fix init handling of tinted system bar
- OmniGears: add support Tinted System bar
- Base: add support Tinted System bar
How to use Floating window with multitasking?
You can use it from OmniSwitch or AppCircleBar or open from notifications, just long press the icon and choose float view.
How to enable/disable AppCircleBar and use it?
You have to enable it from Settings--->Interface---> More... And then you need to add apps to the circle. To open the circle bar just touch the right side of the screen in the middle (some times its hard to use it) or try swiping.
ScreenShoots
​
anyone tried this rom?
m_rajaganesh said:
anyone tried this rom?
Click to expand...
Click to collapse
I dont have a n7000 but my brother have one...and he is using this rom and work perfect.
Is this Rom available for i9300 looking awesome!!!!!!!!!!!!
Sent from my GT-I9300 using XDA Free mobile app
No...its not available for i9300...I dont have harddrive space to build for all the devices (I build for n7000, n7100 and nexus 7 grouper) sorry...
Keep it up.
Sent from my GT-N7000 using XDA Premium 4 mobile app
Okay bro
Sent from my GT-I9300 using XDA Free mobile app
This ROM is great! But I have one issue:
Circle launcher often fails. I don't know how to be sure that it will work when i need it
EDIT: I didn't know at that time which gesture makes circle launcher appear. I was trying the gesture of Samsung's Multiwindow.
can we open notification tiles in floating window? can the xposed module called xhalofloatingwindow override the floating window included in this ROM?
Hi,late comer here.
Can i install this rom using this latest kernel? http://forum.xda-developers.com/show...01191&page=405
TIA
Thanks, i will try it.
Hi,
i've installed the rom. There are no sounds for ring or notification in Sound configuration. Tried to install them manually, but i get error. Anyone with same problem?
Thanks.

[MOD][Touchwiz] Quick Tiles on Marshmallow / Lollipop

Hi , I am going to show you how to enable more Quick Tiles which are "Hidden" on your Samsung Phone this should work on Galaxy A3,A5, and A7
;TouchSensitivity;TorchLight;Toolbox;SideKey;CarMode;
SmartPause;ToddlerMode;EBook;SBeam;NetworkBooster;DrivingMode;PersonalMode;SmartScroll;
you MUST type in the correct name (capital letters, no spaces, semicolons all count). One mistake will not show the tile
To make SideKey work you have to flash the SideKey zip with TWRP
How to Enable Them on Lollipop
Open SQlite Editor
On the Apps Tab Scroll down until you see "Settings Storage" and select it
Click on settings.db then on system
Now you can search or you can scroll down until you have found this line "notification_panel_active_app_list_for_reset" and select it
Now click on the pencil icon on the top to edit the file
In Value field, all enabled toggles are listed. Now we need to add some extra of them add this lines
After adding this line you can go to change the order of the tiles and pres "Reset"
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How to Enable Them on Marshmallow
Donwload Root Browser
Go to data/system/users/0 and mache a backup of settings_system.xml
Ope the Original one and scroll down until you have found this line "notification_panel_active_app_list_for_reset" and select it
In Value field, all enabled toggles are listed. Now we need to add some extra of them
After adding them, do a reboot and after that reset the Quick Tiles and done
OR Just Buy This app it works on booth 6.x/ 5.x
https://play.google.com/store/apps/details?id=com.xpe.app.quicksettings.manager
Now what plz help?
S Beam doesn't work
tahmid_shahriar said:
Now what plz help?
Click to expand...
Click to collapse
The sqlite editor you are using doesn't work to find "Settings Storage" you need to use this one here in order to work
https://play.google.com/store/apps/details?id=com.speedsoftware.sqleditor
If you can't pay for the app download it from Google somewhere
Tanx bro?
@tahmid_shahriar how did you enable The Flashlight did you use
";TorchLight;" or anything else?
Sent from my SM-A500FU using Tapatalk
Yes
Flashlight does not appear in notification panel (on customize buttons)
cholopo said:
Flashlight does not appear in notification panel (on customize buttons)
Click to expand...
Click to collapse
I don't know why it doesn't show up ,it doesn't to me either
Gesendet von meinem SM-A500FU mit Tapatalk
Have you noticed something the status bar is only capable to hold 27 apps..
Thats the reason you are facing this..Remove one extra app i'm sure it will appear?
Help
Can someone give me a base file of floating_feature.xml? Thanks!!
I've removed apps but still they remain.
Solved the issue. Now next question is which line needs editing to remove s finder and quick connect?
Sent from my SM-A500FU using XDA Free mobile app
astrit1 said:
I don't know why it doesn't show up ,it doesn't to me either
Gesendet von meinem SM-A500FU mit Tapatalk
Click to expand...
Click to collapse
cholopo said:
Flashlight does not appear in notification panel (on customize buttons)
Click to expand...
Click to collapse
To get it to show up edit the order of the apps in SQediter app. Worked for me.
jimbomodder said:
To get it to show up edit the order of the apps in SQediter app. Worked for me.
Click to expand...
Click to collapse
With edit "notification_panel_active_app_list_for_reset" not working.
Should also edited "notification_panel_active_app_list"
fakhri said:
With edit "notification_panel_active_app_list_for_reset" not working.
Should also edited "notification_panel_active_app_list"
Click to expand...
Click to collapse
Edit all 3. Do the 1st 1 then copy and paste the rest. Then go to setting a press the reset as described in the op
Sent from my SM-A500FU
found our some tricks on stock l. so here's my tiles in order and I can swipe across all of them, also managed to remove S Finder & Quick Connect buttons from menu. getting better everyday.
jimbomodder said:
found our some tricks on stock l. so here's my tiles in order and I can swipe across all of them, also managed to remove S Finder & Quick Connect buttons from menu. getting better everyday.
Click to expand...
Click to collapse
Lol how did u remove quick finder?
ozzfan1989 said:
Lol how did u remove quick finder?
Click to expand...
Click to collapse
Using root explorer, open a root tab n go to /system/etc/permissions and look for file named com.sec.feature.findo.xml and delete it or rename it, adding .bak at the end .Save it and reboot.
A500FU using AICP
jimbomodder said:
Using root explorer, open a root tab n go to /system/etc/permissions and look for file named com.sec.feature.findo.xml and delete it or rename it, adding .bak at the end .Save it and reboot.
A500FU using AICP
Click to expand...
Click to collapse
Worked like a charm on A300fu thank you for a tidier notification panel!!

[Mod] Disable Battery Saving Color [MM/N]

Well since the Xposed module remove battery save color didn't seem to work for me I decided to fix this by myself.
To get this mod. Simply install the zip in twrp and reboot and the orange color will now be gone.
Download
Marshmallow
https://mega.nz/#!rpR0SLwI!q6-oekgRumcs3iR1_ssvo3yiymoRYdFpX1eIYn64u4c
Nougat
https://mega.nz/#!PpYz1LRK!edzrZuMW3yY6EBxOs8mNpXpfsOkVz0fOvnAjy4_dSAs
Enjoy now u don't have the annoying orange color
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my Z Pro using Tapatalk
Thank you, interesting mod
kfasheldon said:
Thank you, interesting mod
Click to expand...
Click to collapse
I'll create one with all rotation mod and some more stuff activated let's hope we can get double tap to wake active
Sent from my Z Pro using Tapatalk
@kfasheldon can u check if u have tap to wake in accessibility settings?
Sent from my Z Pro using Tapatalk
LastStandingDroid said:
@kfasheldon can u check if u have tap to wake in accessibility settings?
Click to expand...
Click to collapse
Yes double tap to light screen
Nougat mod is available
All rotations
Disable battery saving color
Removed wake on plug
Hopefully removed safe volume
https://mega.nz/#!PpYz1LRK!edzrZuMW3yY6EBxOs8mNpXpfsOkVz0fOvnAjy4_dSAs
Sent from my Z Pro using Tapatalk
Will it work on Oreo 8.0? I guess no because it replaces framework-res.apk right?
Pipiou211 said:
Will it work on Oreo 8.0? I guess no because it replaces framework-res.apk right?
Click to expand...
Click to collapse
It'll have to be edited manually
Sent from my FRD-L09 using Tapatalk
LastStandingDroid said:
It'll have to be edited manually
Click to expand...
Click to collapse
Can you point me on what I have to edit on the decompiled framework-res.apk?
I actually have interest in the following mods of yours:
* Battery save orange color change or disable
* Remove wake on plug (not sure if my N6P wakes on plug tho)
Here you can have my Oreo 8.0 OPR6 framework-res if it helps pointing me to the correct direction/ what I have to edit.
(It is your Nougat version .zip with replaced framework-res.apk.)
https://drive.google.com/file/d/0B8ltMiW88MsDcFBQSktaMlBBS1U/view?usp=drivesdk
Have a nice day!
Pipiou211 said:
Can you point me on what I have to edit on the decompiled framework-res.apk?
I actually have interest in the following mods of yours:
* Battery save orange color change or disable
* Remove wake on plug (not sure if my N6P wakes on plug tho)
Here you can have my Oreo 8.0 OPR6 framework-res if it helps pointing me to the correct direction/ what I have to edit.
(It is your Nougat version .zip with replaced framework-res.apk.)
https://drive.google.com/file/d/0B8ltMiW88MsDcFBQSktaMlBBS1U/view?usp=drivesdk
Have a nice day!
Click to expand...
Click to collapse
I don't find the battery color string. Which is strange but you don't seem to have wake on plug but you have wakeonunplug
But wake on Unplug is in /res/values/bools.xml
On line 166 I don't know if oreo changed something I can't give you a mod apk since it won't compile properly (editing on phone)
Sent from my FRD-L09 using Tapatalk
We should let the time flow, it is a month or something official Oreo released.
LastStandingDroid said:
Well since the Xposed module remove battery save color didn't seem to work for me I decided to fix this by myself.
To get this mod. Simply install the zip in twrp and reboot and the orange color will now be gone.
Download
Marshmallow
https://mega.nz/#!rpR0SLwI!q6-oekgRumcs3iR1_ssvo3yiymoRYdFpX1eIYn64u4c
Nougat
https://mega.nz/#!PpYz1LRK!edzrZuMW3yY6EBxOs8mNpXpfsOkVz0fOvnAjy4_dSAs
Enjoy now u don't have the annoying orange colorView attachment 4115926
Sent from my Z Pro using Tapatalk
Click to expand...
Click to collapse
Hello
Is it possible to work with oneplus 5?
Maaalx said:
Hello
Is it possible to work with oneplus 5?
Click to expand...
Click to collapse
No
Sent from my FRD-L09 using Tapatalk
can you show me how to Disable Battery Saving Color manually? marshmallow version
which string i have to change.
the link won't work on any of my browser
Can u guys suggest me any other solution to open this link for naugat
Does this work for Oreo 8.0.0 today? Bit scared to test just setup my phone after wiping
looking for a working Oreo one for pixel
I have BV6000 7.0 Nougat and this break my system... Is anywhere some alternative to get rid of orange color?

PLS HELP

So, I damaged the screen and when the background is white the phone does not show the image, when the theme is black you can use it normaly and you can see everything. Then I reset the phone to factory settings and now I can't go through the android activation process because the theme is white. How do I solve that, is there any ROM that is black or is there some other solution?
bera95 said:
So, I damaged the screen and when the background is white the phone does not show the image, when the theme is black you can use it normaly and you can see everything. Then I reset the phone to factory settings and now I can't go through the android activation process because the theme is white. How do I solve that, is there any ROM that is black or is there some other solution?
Click to expand...
Click to collapse
U can flash a rom with the options to skip the initial setup, I'm sure I seen that options in Deluxe Rom
Install the Deluxe Rom There is an option to skip the initial setup.
DeluxeROM v32 [N950F/G955F/G950F] [DUG6] [PIE] [AROMA] [ROMCONTROL] [+KERNEL] [FINAL]
# 1 - Introduction # 2 - ROM features # 3 - Kernel features # 4 - ROM / Kernel links # 5 - Sources and thanks # 6 - FAQ and Telegram support # 1 - Introduction Hi! Welcome to Android Pie DeluxeROM® for exynos8895! This ROM is compatible with...
forum.xda-developers.com
Thanks but how can I enable that option? Or how can I skip the initial setup because i can not see anything on the "first" initial setup screen. I can't find anything about that, how to skip it?
This is the option, (shown in the picture)
but unfortunately there is one step (white screen)
Deluxe Rom
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
bera95 said:
Thanks but how can I enable that option? Or how can I skip the initial setup because i can not see anything on the "first" initial setup screen. I can't find anything about that, how to skip it?
Click to expand...
Click to collapse
Sir go download and flash Deluxe Rom while in the installation page in TWRP you will find the an option to skip initial setup make sure to check that and when you reboot into system u will find that initial setup was skipped, turn on dark mode as you want
Oiik said:
This is the option, (shown in the picture)
but unfortunately there is one step (white screen)
Deluxe Rom
View attachment 5160219
Click to expand...
Click to collapse
I remember that the idea of this is not to install the initial wizard.apk to skip it so if he can open the file manager in TWRP he can go to the directory of this app and delete it and reboot. I just can remember exactly where it is lmao
Oiik said:
This is the option, (shown in the picture)
but unfortunately there is one step (white screen)
Deluxe Rom
View attachment 5160219
Click to expand...
Click to collapse
Wow thanks!
Do you maybe have a screenshot of that step with a white screen, so I could press the button without a picture on thescreen?
This is the only option after installing this Deluxe Rom
Press option 1
then option 2
That's all there is to it, Your phone will work immediately
.
(I don't know english very well)
Oiik said:
This is the only option after installing this Deluxe Rom
Press option 1
then option 2
That's all there is to it, Your phone will work immediately
.
(I don't know english very well)
View attachment 5167777
Click to expand...
Click to collapse
Thank you soo much! You helped me.

Categories

Resources