[TWRP, LATEST MAGISK, DEBLOATED, GAPPS] I made a custom ROM - ZTE Nubia X Guides, News, & Discussion

Hi everyone ! I spent 4 entire day figure it out how to make a more "normal" ROM for this phone
I hope it could help someone. Its my first post and my first tutorial, english is not my main language.
##I don't use any of the .exe virus provided by nubia in this post:laugh:##
___________________________________________________________________________________________________________________________________​
The links are here : https://www.mega.nz/#!SSIwzabC key : dcmF39szbt0yJ9e04KrCHYWrAra1yPSxHl11VSkkcMs
Mirror : https://www.1fichier.com/?u60nxhibfx1zn5raahpx
Note : I bought the Z20 I no longer have this phone so I wil stop maintening this ROM
there is some issue with the GPS, OpenGapps or google do some sort of disabling things I don't know I tried my best but I could not get it to work
The mokee team ported mokee on this phone though you can find it here : https://download.mokeedev.com/nx616j.html Thanks to EspritNewGen to let me know and test it for me :highfive: He wasn't able to pass BasicIntegrity but I'm pretty sure if you install Magisk and hide the root for the play service and install MagiskProps Config to spoof your ROM fingerprint you will even be able to play PokemonGo :laugh:​
#CHANGES :
Google app (play store etc) provided but not installed by default
Support Google backup
Disabled vbmeta (your devices is corrupt)
Changed the launcher by Lawnchair
Changed the SMS app by Silence
Changed the Nubia Browser by Firefox
Changed the default languages to en_US
Installed the latest Magisk
Riot is pre-installed (you can remove it in /system/priv-app)
Telegram is pre-installed (you can remove it in /system/priv-app)
FX PRO is pre-installed (you can remove it in /system/priv-app)
Simple-keyboard is pre-installed (you can remove it in /system/priv-app)
F-Droid is pre-installed (you can remove it in /system/priv-app)
AF-Wall is pre-installed (you can remove it in /system/priv-app)
Nubia file manager removed You need it for the MTP transfer so you need to install it later by using the two tar.gz provided in the attachment of this post
Removed all the Chinese apps
Note : Because i removed some Chinese apps like the nubia_play store for example the pets in AOD don't work (you need to install an application completely in Chinese that want call logs, contact location etc etc lol
Actually the things that don't work in the settings are :
AOD pets
Lockscreen, Launcher and Theme -> Launcher Settings
Google
Smart Service Card (i uninstalled NeoPay you can ask me if you want or mount the systemmodified.img and take it from here)
#PREPARE THE TERRAIN
First of all before loosing anything make a backup of your apps and settings using adb and also with an app like "Super Backup & Restore" for example that export your contact, sms history etc. Export all your pictures, downloads etc to your computer by usb or anything else.
You are on your own. In this tutorial i will suggest to wipe the data partition to have a clean base.
If you do something wrong simply Do the STEP 1 : Flash the ROM, TWRP and MAGISK in one paste. If there is a problem for some reason don't ask for a Discord but post here your problem -> if you can't install adb or fastboot I will help you but please search before asking.
Also, Adb does not work on all apps, some disable it in their AndroidManifest
I also say a lot of time to be in the adb directory but that's only valid for Windows and maybe Mac, on Linux its in the path except if you downloaded adb or fastboot directly as executable
Backup using ADB :
Go to settings
Click on About phone
Tap 7 times on "Build number" below the JOS version
Scroll down a little and enable "USB debugging"
Now plug it to your PC
In the notification you can see that USB debugging is turned ON
Click on "Android System · Charging this device via USB"
Click again
Select Transmit files
Now you can backup your device using adb by
Code:
adb backup -all -f backup.ab
Note : you need to have adb on your computer lol type "How to install adb" on YouTube and you will be good to go. Remember on windows you need to press Ctrl + Shift inside the directory where adb.exe and maybe some dlls are stocked to open the terminal and be able to launch adb
You phone should now suggest you to enter a password
Click backup my data and don't touch it.
Note : to see if the backup do something you can see its size on your computer Adb don't show anythings even success.
to restore the backup do
Code:
adb restore backup.ab
Now backup with USB and "Super Backup & Restore" or anything else blablabla
#LET'S THE FUN BEGIN
You need to have Fastboot on your computer, like Adb, in a directory where you opened the cmd (it is provided with the 15 seconds script on windows, on Linux(Arch) its with android-tools.)
Don't forget to run cmd as an administrator !
On windows right click on start (windows logo) and click on "Start cmd as administrator" (if its powershell its the same you just need to enter "cmd" to launch cmd in powershell) now enter "cd \Users\(username)\Desktop\Adb-Fastboot"
Extract my ROM in the fastboot directory in its own folder for example : Desktop/Adb-Fastboot/ROM
So in ROM/ directory you need to have systemmodified.img vendor.img vbmeta.img aop.mbn etc etc
#STEP 1
Flash the ROM, TWRP and MAGISK in one paste :
Long press the Power button and swipe restart
Press and hold the VOLUME- button like you want to lower the volume
Note : the VOLUME- button need to be pressed at least before the nubia logo on restart (not the shutdown animation). You don't need to press POWER because you restarted it
Now you should be in the bootloader, you can select boot to system, recovery, emerg recovery etc
Don't press on the POWER button or it will boot to something you selected
Plug your phone to your computer
In the cmd opened in the Fastboot directory select all this and paste it in the cmd (select from the first fastboot to the "s" of "stop selection here" so the cmd enter the command automatically at each new line):
Code:
fastboot oem nubia_unlock_critical NUBIA_NX616J_CRITICAL
fastboot oem nubia_unlock NUBIA_NX616J
fastboot flash recovery ROM/recoveryTWRP.img
fastboot flash boot ROM/bootMAGISK.img
fastboot flash dtbo ROM/dtbo.img
fastboot flash parameter ROM/parameter.img
fastboot flash splash ROM/splash.img
fastboot flash system ROM/systemodified.img
fastboot flash vbmeta ROM/vbmetaDISABLED.img
fastboot flash vendor ROM/vendor.img
fastboot flash abl ROM/abl.elf
fastboot flash aop ROM/aop.mbn
fastboot flash cmnlib ROM/cmnlib.mbn
fastboot flash cmnlib64 ROM/cmnlib64.mbn
fastboot flash devcfg ROM/devcfg.mbn
fastboot flash hyp ROM/hyp.mbn
fastboot flash keymaster ROM/keymaster64.mbn
fastboot flash tz ROM/tz.mbn
fastboot flash xbl_config ROM/xbl_config.elf
fastboot flash xbl ROM/xbl.elf
stop selection here
Note : You need to perform these command as an elevated privilege on linux too. In fact i don't know if Fastboot require to be admin on Windows lol.
Note : You can now flash a A/B ARM64 Treble ROM if you want to learn android
#STEP 2
Make my pre-installed app working
Because i don't really know chcon and context etc my pre-installed app need some extra something to work as well as the nubia_account app because i deleted it and undo etc :
Select with the VOLUME button "reboot to recovery"
Wait for TWRP to load
Click on "Mount"
Select "System"
With the phone pluged and the cmd opened in the adb directory do :
Code:
adb shell "cd /system/system/priv-app && chcon -R u:object_r:system_file:s0 THE-BEST-FILE-EXPLORER-OF-THE-UNIVERSE TELEGRAM SMS-WITH-ENCRYPTION-BETTER-THAN-THE-NUBIA-ONE RIOT MAGISK-MANAGER LAUNCHER-OPENSOURCE KEYBOARD-OPENSOURCE FLUD-TORRENT FIREWALL FIREFOX F-DROID ../app/nubia_account"
Note : You need to perform these command as an elevated privilege on linux too. In fact i don't know if Fastboot require to be admin on Windows lol. If you launched adb as a normal user you need to first kill the adb server to relaunch it as an admin by typing "adb kill-server". It can say "WARNING: linker: Warning: couldn't read "/system/etc/ld.config.txt" for "/sbin/sh" blablabla" it doesn't matter
Now try to reboot without wiping the data to see if its working. :fingers-crossed:
If : the launcher blink and you receive some notification saying that the launcher crashed etc try to open the notification drawer and click on settings, go in app info and reset the data of Lawnchair same for Silence if it crash on start.
Else -> thanks god i made a backup.
Go back to TWRP by pressing VOLUME- (If the device is not responding when you want to shut it down press for 10-15 seconds on it to force a reboot)
in TWRP go to Wipe and swipe the button.
Try to reboot
Note : Its normal if it reboot two times
If its not working again you need to wipe everything including your pictures downloads etc (your app data was already deleted by the first wipe)
Go back to TWRP again
In the wipe option re-wipe by security the first one
Click home and re-click on wipe.
This time select "Format data", write yes and apply.
Reboot and it will work for sures.
Note : Its normal if it reboot two times
Setup you phone by disallow the localization to some nubia app etc. I included AF-Wall to block internet for the gallery, Camera etc (don't forget to Select "Block selected" by clicking the button on the right of the search button and deactivate the AF-Wall notification in the AF-Wall settings)
To receive the notification for the SMS go to settings -> App info -> Silence -> Notifications -> Importance : Urgent
#OPTIONAL - G-APPS
Install Google data-mining apps :
Note : If you install the Google apps you will have the GPS working on google maps and its all I don't appear on the Snapchat map. You need to install MicroG wich is a Open-Source alternative of the google service, so you don't have google spying on you, only Nubia :laugh: The Pico version of OpenGapps don't provide the file needed for the GPS you can download the micro version (ARM64/9.0) here[/STRIKE] -> wrong even the micro version make the GPS unavailable, I think its a OpenGapps issue I'm trying to figure it out.
I included OpenGapps Pico in /system but you can't have the GPS with it
Mount system again
Go home and click install
Click on "(Up A Level)"
Scroll down and click on system
Scroll down and click on "open_gapps-arm64-etc"
Swipe and Wait
When its done simply reboot and to the google setup
Note : Google setup don't work on the fingerprint section so skip it as well for the password or pin, just set it in the settings after.
Install Gapps MICRO wich have the GPS available
On your computer download here the ARM64/9.0/micro OpenGapps .zip file
Once finished open a terminal in the same directory where the openGapps.zipi is located (in Download I guess)
Reboot into TWRP and plug your device in your computer
Type as an elevated user
Code:
adb push OpenGapps.zip /sdcard/Download
where OpenGapps.zip is the real name of the one downloaded
In TWRP click Install and go in the Download folder
You should see OpenGapps.zip that has been copied by adb
Click, Swipe and Wait
When its done simply reboot and do the google setup
Note : Google setup don't work on the fingerprint section so skip it as well for the password or pin, just set it in the settings after.
You have now the google backup working and the Play store !
At this point your system is finally ready !
If you want to know somethings about an app or anythings that you found -> I spent 4 full day on this maybe I can help you
#OPTIONAL - MICROG
Install an Open-Source alternative of Google Service:
Note : Safetynet don't work so you can't use Snapchat or Pokemon GO for example
First you need to fake the google app signature with a Xposed module called "FakeGapps" I did not tested Tingle because I don't know how to deodex a rom as i understood it doesn't require Xposed to work, maybe Safetynet can work with it but unfortunately I didn't find any relevent tutorial .
Install "Riru - Core" from magisk
Open Magisk
Open the left panel by clicking on the Hamburger icon or swipe to the right
Click on "Download"
Wait and search for "Riru"
Scroll down to "Riru - Core", Click on the Download button and Click on install
Wait and hit reboot when its done
Install "Riru - EdXposed" from Magisk
Open Magisk
Open the left panel by clicking on the Hamburger icon or swipe to the right
Click on "Download"
Wait and search for "Riru"
Scroll down to "Riru - EdXposed", Click on the Download button and Click on install
Note : there are two version, I tested both and both work so pick wich one you want
Wait and hit reboot when its done
Install "EdXposed Installer" from Github wich is basically the Xposed app
Open Magisk
Open the left panel by clicking on the Hamburger icon or swipe to the right
Click on "Download"
Click on "Riru - "EdXposed", scroll down to "Usage" and click on "EdXposed Installer" from the step 4
You should be redirected to the Github's release page of the EdXposed Installer
Click on "Assets" and click on EdXposedInstaller_v...-release.apk"
Wait for it to download and click "OPEN" in Firefox to install it
Install "FakeGapps" from Xposed wich will fake the microG into a valid Google App
After installed it, open it and open the left panel by clicking on the Hamburger icon or swipe to the right like Magisk
Click on "Download"
Wait and search for "FakeGapps", click on it
Swipe left to go in the "VERSIONS" panel and click on "Download" the latest version
Install it
Note : if for whatever reason you can't download through Xposed in the description click on the repository link, scroll down and click on the download link, install it and go back to Xposed, Click on the hamburger icon -> Modules and tick FakeGapps
Activate FakeGapps by going in the "Modules" section of Xposed by clicking on the Hamburger icon again and tick "FakeGapps"
Reboot
Now, install MicroG
Download the latest version of NanoDroid-MicroG-NUMBER.zip (and not NanoDroid-NUMBER.zip) on your computer here : https://downloads.nanolx.org/NanoDroid/Stable/
Reboot in TWRP
Plug your devices to your computer and open a cmd in the same folder where the NanoDroid-microG-NUMBER.zip is located
Type
Code:
adb push NanoDroid-microG-NUMBER.zip /sdcard/Download
Wait and in TWRP click on "Install", it should be in the /sdcard/Download folder by default so just click on NanoDroid-microG-NUMBER.zip and swipe to install
Reboot
You should now have MicroG installed on your system and Aurora Store to replace the Play Store ! But you need some extra work to make it work lol
Open MicroG
On the Top you should see a message that say "Grant permission", click on it and allow all
Tweak some settings like you want (I have "Google device registration" Activated and UnifiedNlb Settings set on "Déjà vu" and "Nominatim")
Exit MicroG and open the Aurora Store which is the play store opensource
Note : I can't have my google account connected to it I have no idea why but you can always connect anonymously
Click on "Apps" at the bottom
Blacklist microG from updating itself by clicking on it and openning the option menu.
Refresh the installed app and you should see microG diseapear
Note : If you find something related to MicroG or google -> Blacklist
Note : to allow auto install from the Aurora Store go in Aurora Store -> settings -> Installation -> Aurora Services and grant the permission, (you need to relaunch Aurora Services to update the red icon) Go back in Installations settings and click on "Installation method", select "Aurora Services and you will be good to go !
#ADDITIONAL TWEAKS :
I deleted FileBrowser and nubia_myfile thinking there were no use for it. If you don't have them the MTP file transfer will not work !
I attached two tar.gz in this post you can open FX an create a web access to transmit those archives into your phone
Note that nubia_Myfile is maybe not needed but when we plug a OTG usb if you click on "open file" in the notification nothing will appears so I think its better to have it
Open FX and select "Web access"
Make sure you are in the same network as your computer (on the same wifi)
Click on the start button and with your computer open Firefox and go at the url displayed on your phone mine is http://192.168.1.243:2112/
Enter the password
Double click on your Download folder or where you want it doesn't matter
Drag and drop my two tar.gz file, sometime the files are not copied so you may need to drag and drop multiple times
Once the transfer is finished open FX and open one of the tar.gz, click on the folder up to either FileBrowser or nubia_myfile
Copy FileBrowser or nubia_myfile and go back to the main menu and open "System (Root)"
Go in System/priv-app and past here FileBrowser and nubia_myfile
At this point I don't know why but I could not copy the symlink in FileBrowser/lib/arm and arm64 so plug your device into your computer, select file transfer and type in a terminal
Code:
adb shell
Code:
su
Make sure to grant the permission on your phone
Code:
echo "mount your system in read write" && mount -o rw,remount /system && echo "deleting the symlink that were not copied" && rm /system/priv-app/FileBrowser/lib/arm/* /system/priv-app/FileBrowser/lib/arm64/* && echo "Creating the symlink" && ln -s /system/lib/libnubiamtp.so /system/priv-app/FileBrowser/lib/arm/libnubiamtp.so && ln -s /system/lib64/libnubiamtp.so /system/priv-app/FileBrowser/lib/arm64/libnubiamtp.so && echo "chmod 644 the symlink" && chmod 644 /system/priv-app/FileBrowser/lib/arm/libnubiamtp.so && chmod 644 /system/priv-app/FileBrowser/lib/arm64/libnubiamtp.so && echo "delete the data of the app "Media Storage" (not your data lol)" && rm -r /data/user/0/com.android.providers.media/* && echo "remount your system in read only" && mount -o ro,remount /system
Reboot
Disable the Nubia Voiceassistant button -> Settings -> More Features ->voiceassistant to not have to wait 20 years to have the shutdown menu
Disable the Colorful mode in Settings -> Display -> Screen display preferences -> Natural Mode to not have the satured black on the AOD mode
This phone is strange, i installed YouTube vanced with magisk and it keep killing the app when I listen in background it does this in call too lol, because its a system app its not shown in NeoSafe "Application power management" you need to go in Neosafe -> Detailed electricity records -> Screen or another apps but screen should be here for sure -> battery optimization -> Select all apps by clicking on "Not optimized" :
I disabled the optimization for :
Call Management
Cell Broadcasts
com.android.cellbroadcastreceiver.overlay.common
com.android.phone.overlay.common
com.android.smspush
Google Play Store
InCallUI
LocationServices
Maps
Music
Phone Services
Silence
Youtube
I am kinda dumb and wrongly edited to build.prop at the end :silly:
Open Fx File Explorer
Go to System (Root)
Click OK
Go in System
Click on the padlock
In remount "/system" Filesystem R/W tick "I understand the risk"
Click OK and open build.prop
Click on the edit button (the one with the pen)
Go all the way down and on the line "ro.min_pointer_dur=8 ro.max.fling_velocity=12000" insert a line after the 8 and remove the extra space before the ro.max.fling
Click on the option button and Save.
Now the scrolling should be a little better
To have an animation when you return on home you need to allow Lawnchair (the launcher) to have access to the recents apps
Open Magisk
Open the left panel by clicking on the Hamburger icon or swipe to the right
Click on "Download"
Wait and search for "QuickSwitch"
Click on the Download button and Click on install
Wait and hit reboot when its done
After reboot go in the app and launch the newly installed app "QuickSwitch"
Click on Lawnchair and in "Use Lawnchair as recents provider" click OK
Reboot again
After reboot open an app for example the Camera app and go back to home by swiping the middle bar and you will see a little animation like on iPhone !

Hello !
Maybe are you french ?
Mod edit: Translation (by Google Translate) added:
If so, thank you for your contribution. I wonder if I will not buy a Nubia X and your post encourages me to do it.
What return can you make me the phone, overall?
I was wondering, quite a lot of sales sites indicate that this is a global ROM. Is this really the case?
Do you think to "maintain" the ROM that you propose?
Have a good day !
Matthew
********************************
Si c'est le cas, merci pour ta contribution. Je me demande si je ne vais pas acheter un Nubia X et ton post m'incite à le faire.
Quel retour peux-tu me faire du téléphone, au global ?
je me demandais, pas mal de site de vente indiquent qu'il s'agit d'une ROM globale. Est-ce vraiment le cas ?
Penses-tu "maintenir" la ROM que tu proposes ?
Bonne journée !
Matthieu
Moderator Announcement: XDA Forum Rules (excerpt):
...
4. Use the English language.
We understand that with all the different nationalities, not everyone speaks English well, but please try. If you're really unable to post in English, use an online translator. You're free to include your original message in your own language, below the English translation. (This rule covers your posts, profile entries and signature). You could try :- https://translate.google.com/ or https://www.babelfish.com/ or use one of your choice.
...
Click to expand...
Click to collapse

Hey man lovely post and i really appreciate the work that got into this, i wonder only one thing. When i complete all the steps and got at the part where it says optional, my phone doesnt really reboot twice nor does it look like it reboots. Instead i just get a black screen, so i have to hard reset and then i can hear windows recognize the device again to press down on the volume down again, but i am kinda stuck in this step, ive done it twice the process, i think it somehow doesnt really installs the image but is busy for quite some time. You have anything that looked like this while working on this? THanks a lot hope you can help out!

wow! well written - I get the feeling that you enjoyed it very much
I have the X and I'm not so happy with it. It's basically a v3.05 version, but I bought it with a "Custom-ROM with Google-Play and German languagepack preinstalled". Generally it works and I think it's a cool piece of technology, but some things bother me: I can get no GPS-fix with GPS-Only-Apps ("speedometer"-apps), the AOD is lightly lit (no black where black should be). Did you happen to experience those things before you made your own ROM?
I tried to "downgrade" this customized ROM to the official one like posted in a nother thread, but it stops after 50% or so and says that it doesn't work :-/ Can you please advise me to make it work?
OR - do you think I can try to root it and flash TWRP onto it (as it is shown in some threads)? Or will it brick?! (I know, it's a difficult question ....) Or should I try your ROM? As I understood your way of installing, you tried NOT to wipe everything first?
Maybe you could help me a bit
Thanks alot in advance!
Tom

huhhh said:
Hello !
Maybe are you french ?
Mod edit: French part deleted!
Matthieu
Click to expand...
Click to collapse
Mod edit: Translation (by Google Translate) added:
Hi !
Yes I'm french ZTE have released the Nubia Z20, it's the same as the Nubia X but more advanced / advanced I think it would be better to buy this one, and in September it will come out with an official global ROM, I received my nubia X 10 days before the Z20 so lol ducoup I try to sell it now after if you still want to buy the Nubia X it has dropped to 300 € so it's also a great opportunity finally if you want I can sell it to you lol.
For my overall opinion I would say that it is frankly not bad, Snapchat works in 60fps and launches in less than a second, the battery has a good day, the camera is not bad too but in low light it still remains to improve, also for example if I'm on snapchat and I switch camera, the next time I open it I'll have to press OK and change screen. there is no button "do not ask me" as on the main photo app that it changes directly screen, imprint scanners on the other hand if I record several fingers not walk or walk after the 20th test lol ducoup I have my thumb recorded after I have not tested that much, maybe I'm recording badly or whatever.
After this is the first phone to have two screen so it's normal that there are things to improve. this says it's still the class to have two screen at the beginning I make believe that I have a single screen (the one from the back) and people make fun by saying that I have a screen rotten and soon that I return it they haha ​​bugs.
Finally here I personally think you should take the Z20, just the speaker in the back to make calls shows how they push the idea to the max.
I ordered mine with a global ROM too but I think they did exactly the same as me, when I received it I had no pre-installed apps, not even the music app, the launcher was quickstep, i could update magisk etc but no more, there was just not the message that said my phone is corrupted at startup but that's it.
Maintain the ROM I do not know because I think I have done the trick if it would be a treble rom that I would have managed to carry there yes but there is already everything that works and more if I can sell it for the Z20 I could just help since my memories lol ducoup I do not know the only things I could bring this would be in the box addnal tweaks, I just see that there is a magisk module for Lawnchair to have access to the recent apps ducoup now I have a little animation when I close an app.
********************************
Salut !
Oui je suis francais ZTE ont sortie le Nubia Z20, c'est le même que le Nubia X mais plus perfectionné/avancé je pense que ce serait mieux d'acheter celui-ci, en plus en septembre il sortira avec une ROM global officiel, J'ai reçu mon nubia X 10 jours avant que le Z20 sorte lol ducoup j'essaye de le vendre maintenant :laugh: après si tu souhaite toujours acheter le Nubia X il a baisser à 300€ donc c'est aussi un belle occasion finalement si tu veux je peux te le vendre lol.
Pour mon avis global je dirais qu'il est franchement pas mal, snapchat marche en 60fps et se lance en moins d'une seconde, la batterie tient une bonne journée, la caméra est pas mal aussi mais en basse luminosité ça reste quand même à améliorer, aussi par exemple si je suis sur snapchat et que je switch de caméra, la prochaine fois que je l'ouvrirais je seras obligé d'appuyer sur OK et changer d'écran. il y a pas le boutton "ne plus me demander" comme sur l'app photo principale qui elle change direct d'écran, les scanneurs d'empreinte par contre si j'enregistre plusieurs doigts marche pas ou marche après le 20eme essais lol ducoup j'ai que mon pouce d'enregistré après j'ai pas plus testé que ça, peut-être que j'enregistre mal ou quoi.
Après c'est le premier téléphone à avoir deux écran donc c'est normale qu'il reste des choses à améliorer. ceci-dit c'est quand même la classe d'avoir deux écran au début je fait croire que j'ai un seul écran (celui de l'arrière) et les gens se moque en disant que j'ai un écran pourris puis dès que je le retourne ils bugs haha.
Enfin voila personellement je pense qu'il faudrait que tu prenne le Z20, rien que le haut parleur à l'arrière pour passer les appels montre à quel point ils pousse l'idée au max.
J'ai commandé le miens avec une ROM global aussi mais je pense qu'ils ont fait exactement pareil que moi, quand je l'ai reçu j'avais pas d'applis pré-installé, même pas l'applis musique, le launcher était quickstep, je pouvais mettre à jour magisk etc mais pas plus, il y avait juste pas le message qui dit comme quoi mon téléphone est corrompue au démarrage mais c'est tout.
Maintenir la ROM je sais pas car je pense avoir fait le tour si ce serait une rom treble que j'aurais réussi à porter là oui mais là il y a déjà tout qui marche et en plus si j'arrive à le vendre pour le Z20 je pourrais juste aider depuis mes souvenirs lol ducoup je sais pas les seules choses que je pourrais apporter ce serais dans la case additionnal tweaks, je viens de voir que il y a un module magisk pour que Lawnchair ai accès au applis récentes ducoup maintenant j'ai une petite animation quand je ferme une applis.
Xvisher said:
Hey man lovely post and i really appreciate the work that got into this, i wonder only one thing. When i complete all the steps and got at the part where it says optional, my phone doesnt really reboot twice nor does it look like it reboots. Instead i just get a black screen, so i have to hard reset and then i can hear windows recognize the device again to press down on the volume down again, but i am kinda stuck in this step, ive done it twice the process, i think it somehow doesnt really installs the image but is busy for quite some time. You have anything that looked like this while working on this? THanks a lot hope you can help out!
Click to expand...
Click to collapse
Hi ! Thanks a lot By optionnal do you mean at the Gapps part ? Does OpenGapps say an error in TWRP ? If you reset your phone after flashing OpenGapps it will not uninstall them, because you erase only the /data partition (and Dalvik/cache) so maybe you mean you re-flashed everything, in this case i don't know why it is stuck after flashing the Gapps can you try to do the first wipe (Data, Cache and Dalvik) after flashed OpenGapps ?
when you say
Xvisher said:
my phone doesnt really reboot twice nor does it look like it reboots.
Click to expand...
Click to collapse
your phone shouldn't reboot two times because you don't wipe anything in this step. To reboot you just swipe "reboot" after flashing the OpenGapps zip file ? Windows recognize the devices at boot and in TWRP, when you reboot your devices does windows make sound like you un-plugged your device and plugged in again ? If yes check that you can't access the file on your devices (the phone launch an autorun for windows where in TWRP you can access the file in the devices) and try to see if its in fastboot mode by typing in admin or with sudo
Code:
fastboot devices[CODE]
If nothing changed after that let me know, i will try do follow my post step by step maybe i forgot something ;)
[QUOTE="hellraisertg72, post: 80112550, member: 6973608"]wow! well written - I get the feeling that you enjoyed it very much ;)
I have the X and I'm not so happy with it. It's basically a v3.05 version, but I bought it with a "Custom-ROM with Google-Play and German languagepack preinstalled". Generally it works and I think it's a cool piece of technology, but some things bother me: I can get no GPS-fix with GPS-Only-Apps ("speedometer"-apps), the AOD is lightly lit (no black where black should be). Did you happen to experience those things before you made your own ROM?
I tried to "downgrade" this customized ROM to the official one like posted in a nother thread, but it stops after 50% or so and says that it doesn't work :-/ Can you please advise me to make it work?
OR - do you think I can try to root it and flash TWRP onto it (as it is shown in some threads)? Or will it brick?! (I know, it's a difficult question ....) Or should I try your ROM? As I understood your way of installing, you tried NOT to wipe everything first?
Maybe you could help me a bit :)
Thanks alot in advance!
Tom[/QUOTE]
Hi :D ! Yeah I have learned more than that I could have ever imagined !
I myself also have bought it with a "Global" ROM but it is basically what I did, there is just the pre-installed app removed and the playstore added and vbmeta disabled to allow changing the boot partition (magisk update for example), I just tried the GPS with "GPS test" and I also can't have any signals I have to turn the airplane mode to have one satellite but I couldn't do it again (I will try outside after this post).
For the AOD I had exactly the same issue you need to switch to sRGB mode in Settings -> Display -> Screen display preferences -> Natural mode.
[QUOTE="hellraisertg72, post: 80112550, member: 6973608"]but it stops after 50% or so and says that it doesn't work :-/[/QUOTE]
50% ? do you mean the JOS things at the first boot ? Or when you go in the Recovery and update it with an OTG usb ? In the last case you can't downgrade with this method you need to flash with fastboot like I did for this ROM and reset everything (I didn't tested to downgrade but i read that you must reset it to downgrade).
you can't brick it if you use the .exe provided by nubia but because its a "global" ROM (so not official) it will probably say "this devices is corrupt" in this case you can flash vbmeta.img to bypass it but in any case you can't brick it at the point of not having fastboot so if it don't work for any reason you can always flash my ROM by fastboot and try to keep your /data partition (I didn't tested to have the settings from another ROM and then switch to my ROM but as the Android system is built it should work without any problem. Maybe you will notice some "blabla is not responding" or "blabla has crashed" but in this case you just need to reset the problematic app). Mine was already rooted, I got kicked off the battlebus for cheat in Fortnite because of that :laugh: you can download Magisk Manager and see if its already rooted

RomanLeFrais said:
Hi ! Yeah I have learned more than that I could have ever imagined !
I myself also have bought it with a "Global" ROM but it is basically what I did, there is just the pre-installed app removed and the playstore added and vbmeta disabled to allow changing the boot partition (magisk update for example), I just tried the GPS with "GPS test" and I also can't have any signals I have to turn the airplane mode to have one satellite but I couldn't do it again (I will try outside after this post).
For the AOD I had exactly the same issue you need to switch to sRGB mode in Settings -> Display -> Screen display preferences -> Natural mode.
50% ? do you mean the JOS things at the first boot ? Or when you go in the Recovery and update it with an OTG usb ? In the last case you can't downgrade with this method you need to flash with fastboot like I did for this ROM and reset everything (I didn't tested to downgrade but i read that you must reset it to downgrade).
you can't brick it if you use the .exe provided by nubia but because its a "global" ROM (so not official) it will probably say "this devices is corrupt" in this case you can flash vbmeta.img to bypass it but in any case you can't brick it at the point of not having fastboot so if it don't work for any reason you can always flash my ROM by fastboot and try to keep your /data partition (I didn't tested to have the settings from another ROM and then switch to my ROM but as the Android system is built it should work without any problem. Maybe you will notice some "blabla is not responding" or "blabla has crashed" but in this case you just need to reset the problematic app). Mine was already rooted, I got kicked off the battlebus for cheat in Fortnite because of that :laugh: you can download Magisk Manager and see if its already rooted
Click to expand...
Click to collapse
Hi Roman!
You are my/THE hero
1) the trick with the color-mode changed it to a real AOD - thanks!!!
2) GPS is a pain in the a... in the X - I read that you already bought the new Z20 (from where, btw? I got my X from cect-shop.com), did you receive it yet? Hopefully at least GPS is working better!!!
3) yes, you were right (of course ) - I tried the recovery-update-installation. You meant that I just have to fully reset the X first then go into recovery und "downgrade" with the NX616J-update.zip - file?
4) I'd also like to sell my X and buy the Global-Version of the Z20 - that thing is really great (at least I think so regarding the first Indian and Chinese handon-tests )

hellraisertg72 said:
Hi Roman!
You are my/THE hero
1) the trick with the color-mode changed it to a real AOD - thanks!!!
2) GPS is a pain in the a... in the X - I read that you already bought the new Z20 (from where, btw? I got my X from cect-shop.com), did you receive it yet? Hopefully at least GPS is working better!!!
3) yes, you were right (of course ) - I tried the recovery-update-installation. You meant that I just have to fully reset the X first then go into recovery und "downgrade" with the NX616J-update.zip - file?
4) I'd also like to sell my X and buy the Global-Version of the Z20 - that thing is really great (at least I think so regarding the first Indian and Chinese handon-tests )
Click to expand...
Click to collapse
Hahaha I am honoured :angel:
When I found it I was like "Ohhhhh sh" lol, I tested the GPS outdoor and I get a signal 5 secondes after i turned it on on "GPS test" but the app said that I get a very poor signal so i waited for ~1 minute but thats all I could get now if I test indoor only Google maps can see my position, "GPS test" don't. I tried this but i can't make matlab working i will try on Windows so i will not get libblabla.so.6 error.
I did not buy the Z20 but i really want to, I posted my X on sale but nobody want it except for 200€ lol.
I never downgraded this phone I just read somewhere that Nubia said that we must factory reset the phone but i'm pretty sure you need to flash the rom with TWRP like the OPTIONNAL - GAPPS section of my post or with fastboot but you first need to convert the system.new.dat.br and the vendor.new.dat.br into a raw img file before by decompressing them with brotli and convert the .dat to a raw img file by
Code:
sdat2img systemorvendor.new.dat systemorvendor.transfer.list systemorvendor.img
and flash it with fastboot exactly like my ROM.
They even put a back speaker to make call on the other display ! The triple camera set with the two flash make me regret my X lol even the back screen show a preview of the camera when you take a picture from the main screen the only bad things is the screen ratio, on the X the screen is more border-less than the Z20 but it doesn't matter haha if you want to buy the Z20 I can suggest you "V-Phone Store" on Aliexpress wich is the same store that i used for the X thay have it here

hellraisertg72 said:
Hi Roman!
You are my/THE hero
1) the trick with the color-mode changed it to a real AOD - thanks!!!
2) GPS is a pain in the a... in the X - I read that you already bought the new Z20 (from where, btw? I got my X from cect-shop.com), did you receive it yet? Hopefully at least GPS is working better!!!
3) yes, you were right (of course ) - I tried the recovery-update-installation. You meant that I just have to fully reset the X first then go into recovery und "downgrade" with the NX616J-update.zip - file?
4) I'd also like to sell my X and buy the Global-Version of the Z20 - that thing is really great (at least I think so regarding the first Indian and Chinese handon-tests )
Click to expand...
Click to collapse
Oh god i found the issue with the GPS you need to remove all the google stuff and install microG
EDIT : The Pico version of OpenGapps don't provide the apk needed for the GPS i installed OpenGapps Micro and it work well, I just can't get pokemon Go working even if i have BasicIntegrity and Cts true I wonder why
{
"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"
}

RomanLeFrais said:
Oh god i found the issue with the GPS you need to remove all the google stuff and install microG
EDIT : The Pico version of OpenGapps don't provide the apk needed for the GPS i installed OpenGapps Micro and it work well, I just can't get pokemon Go working even if i have BasicIntegrity and Cts true I wonder why
Click to expand...
Click to collapse
Hi Roman!
Finally I tried the flashing and it worked - thank you very much! I did not even loose any private data. I just flashed microgapps like you proposed and I had to verify the Google-account again - but it worked.
The GPS-Problem persists, alas, at least in a smaller amount. With GPS-Test (play.google.com/store/apps/details?id=com.android.gpstest) it works perfectly. After 2 secs I have a fix wirh "hundreds" of satelites But with other GPS-Apps like "Speedometer GPS PRO" (play.google.com/store/apps/details?id=luo.speedometergpspro) it didn't work again
Did I miss something? (I didn't do the brotli and packing thing, by the way... just flashed the microgapps)...
And another thing: I like your(?) dog, but I'd like to build my own splash.img - can you help me please?
Many thanks in advance!
Tom

hellraisertg72 said:
Hi Roman!
Finally I tried the flashing and it worked - thank you very much! I did not even loose any private data. I just flashed microgapps like you proposed and I had to verify the Google-account again - but it worked.
The GPS-Problem persists, alas, at least in a smaller amount. With GPS-Test (play.google.com/store/apps/details?id=com.android.gpstest) it works perfectly. After 2 secs I have a fix wirh "hundreds" of satelites But with other GPS-Apps like "Speedometer GPS PRO" (play.google.com/store/apps/details?id=luo.speedometergpspro) it didn't work again
Did I miss something? (I didn't do the brotli and packing thing, by the way... just flashed the microgapps)...
And another thing: I like your(?) dog, but I'd like to build my own splash.img - can you help me please?
Many thanks in advance!
Tom
Click to expand...
Click to collapse
I'm happy to hear that !
I tried to re-flash and re-reset my phone to make sure it was the openGapps Pico that caused problem by using the Micro one but i couldn't get any GPS signal, only google maps worked. So I plugged my phone to my computer and watched the logcat, I just saw that google maps created some sort of request to GnssLocationProvider and TencentLocationProviderProxy and then saw that when I launched SatStat there were some warning about missing permission (in fact the Phone and the Storage permission was refused by default for this app). So I tried to enable them and relaunch it to see and it worked ! so now all my app that need GPS work. I tried to re-refuse the permission and it still work lol I even played Pokemon Go for 2 minutes before get the unsupported devices message (I'm sure it see magisk installed). I tried your app and I could not make it work, even on a genymotion's Pixel 3 virtual machine where gps test report my accuracy and position (I can only modify the latitude, longitude and accuracy). I opened the logcat and i saw this :
Code:
AppOps : do not show dialog !!! application luo.speedometergpspro targetSdkversion below M , and op 1 is dangerous permission .
It look like the developer don't want to fully port his app to Pie, but instead keep it to Marshmallow. I never touched or created an Android app so I may be wrong
EDIT : No i'm just wrong lol the targetsdk of the app is 28 so it should be good here is my post the next day about the gps in general
Yeah i already converted the stock rom to a Raw image so you don't need to decompress and convert the sparse image etc
What !? you want to remove my beautiful dog ??? lol I forgot I modified that, I changed it in /system/media/theme/bootup. You can modify picture_1.nubia, picture_2.nubia etc don't worry about the .nubia extension they are just png. If you want to modify them open Fx file explorer and click on "System (Root)" and go in system/media/theme/bootup from here you can copy thoses file on your computer and make the changes you want I just worry about the right, ownership and security context (the chcon command that you did with adb to make my pre-installed app working is for this) of the file when you modify them you may need to re-chmod 644, re-chown root:root and chcon ubject_r:system_file:s0 the file after copied and renamed them in /system/media/theme/bootup.
In step it look like this :
Open FX File explorer, do the first time setup etc
Click on "System (Root)"
Go in system/media/theme/bootup
you can open them if you want by clicking on and selecting Image Viewer (You can see how I was aware of odexing an app in fullbg.nubia lol)
Select picture_1.nubia, picture_2.nubia etc and copy them in your download folder for example
Copy the .nubia/.txt to your computer
I don't have windows to test but on Linux you need to change the owner (root) to your in order to modify the file by using
Code:
chown $USER picture_1.nubia/picture_1.txt
Note : When saving the picture make sure to have the same name and export the picture in png, I didn't tested if it support anything else that would be cool to display a GIF
Copy them on your phone and select and copy them with FX
Before pasting the .nubia make sure to click on the padlock and tick "I understand the risk." and OK to be able to write in.
Now paste the picture and select "Merge/Overwrite" to replace the original or delete the original and rename the new with the good name
To restore the chmod things etc first see if its necessary, select the .nubia that you overwrited, click on the option button at the top-right and click on the info button (the first one) it should be like this :
Code:
Security Context -> u:object_r:system_file:s0
Owner -> root
Group -> root
Octal : 0644
If its not like this you need to
Download Termux on the play store and open it
Wait for it to install and type "su" and grant the permission on the magisk popup to become root
Code:
mount -o rw,remount /system
to be able to write in the /system partition (I say partition but its actually a partition in a directory named system)
Code:
cd /system/media/theme
to move to the theme directory
Code:
chmod -R 644 bootup/
To set the 0644 Octal type in the entire bootup directory (to avoid doing this for every .nubia/.txt file)
Code:
chown -R root:root bootup/
To set the root owner and group
Code:
chcon -R u:object_r:system_file:s0 bootup/
To change the Security Context
Code:
chmod 755 bootup
To restore the original 755 octal of the bootup directory (In fact you could just avoid the -R option in the previous command and chmod/chcon/chown bootup/* where "*" is to select all the file so in this case all the file in bootup/ without changing the bootup directory)
You have now removed my cool dog. If you want to change the sound as well its in /system/media/audio/ui and its called bootup.wav it also have the 0644, root:root and the same security context of the pictures.
Its more easy to change it than the picture because you just need to convert any song you want to wav by using a online converter for example and put it in /system/media/audio/ui, change the owner, security and 644 and of course you need to rename it to bootup.wav (make sure if you use FX to replace it to select "System (Root)" instead of "System" and click on the padlock to be able to modify the /system partition)
I never touched the splash.img I think it only contain the Nubia logo displayed at boot because the shutdown animation is in /system/media/theme/shutdown
EDIT : the splash.img don't need to contain anything because when I tried LineageOS I didn't get the nubia logo but the Lineage one

RomanLeFrais said:
...
Click to expand...
Click to collapse
huhhh said:
...
Click to expand...
Click to collapse
Moderator Announcement: XDA Forum Rules (excerpt):
...
4. Use the English language.
We understand that with all the different nationalities, not everyone speaks English well, but please try. If you're really unable to post in English, use an online translator. You're free to include your original message in your own language, below the English translation. (This rule covers your posts, profile entries and signature). You could try :- https://translate.google.com/ or https://www.babelfish.com/ or use one of your choice.
...
Click to expand...
Click to collapse

Hi !
Thx for your message

Thank you OP for such a wonderful work. I bought it for $625 from geekbuying and now price for $400. Biggest disadvantage is not having proper global rom..

Hi Roman!
Finally, (at this point) GPS is working on GPS-Only-Apps, google is working and it looks fine... BUT (oh no, again!) - now I can't get a file-transfer-connection either to linux or windows (10). I'm totally at a loss... it worked for sure, because I saved all of my photos first hand using USB-File-Transfer...
here is the 'dmesg'-output of linux:
[265485.489760] usb 1-14: new high-speed USB device number 98 using xhci_hcd
[265485.642194] usb 1-14: New USB device found, idVendor=19d2, idProduct=ffaf, bcdDevice= 4.09
[265485.642199] usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[265485.642202] usb 1-14: Product: SDM845-MTP _SN: D12BD6DB
[265485.642204] usb 1-14: Manufacturer: nubia
[265485.642207] usb 1-14: SerialNumber: a45fea02
[265485.850355] usb-storage 1-14:1.2: USB Mass Storage device detected
[265485.850702] scsi host5: usb-storage 1-14:1.2
[265486.879184] scsi 5:0:0:0: CD-ROM Linux File-CD Gadget 0409 PQ: 0 ANSI: 2
[265486.882381] sr 5:0:0:0: Power-on or device reset occurred
[265486.883641] sr 5:0:0:0: [sr0] scsi-1 drive
[265486.886164] sr 5:0:0:0: Attached scsi CD-ROM sr0
[265486.886381] sr 5:0:0:0: Attached scsi generic sg1 type 5
[265488.372039] usb 1-14: USB disconnect, device number 98
[265488.737762] usb 1-14: new high-speed USB device number 99 using xhci_hcd
[265488.893427] usb 1-14: New USB device found, idVendor=19d2, idProduct=ffce, bcdDevice= 4.09
[265488.893432] usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[265488.893435] usb 1-14: Product: SDM845-MTP _SN: D12BD6DB
[265488.893437] usb 1-14: Manufacturer: nubia
[265488.893439] usb 1-14: SerialNumber: a45fea02
the coloured line is a little bit mysterious... maybe that coutd be the problem :-/
And in my file-browser (nemo) I see the device named "SDM845 MTP SN: D12BD6DB", but it can't mount it properly ("unable to mount MTP device blablabla") and that's all.
Do you have an idea, why?! (maybe it's the "-" and the "_" in the name and not in the mount-name?)
Thanks,
Tom
EDIT: additional info of /var/log/syslog on starting "USB-File-Transfer":
Aug 29 14:29:56 kernel: [266314.602674] usb 1-14: USB disconnect, device number 102
Aug 29 14:29:56 upowerd[1721]: unhandled action 'unbind' on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0
Aug 29 14:29:56 upowerd[1721]: unhandled action 'unbind' on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-14
Aug 29 14:29:57 kernel: [266314.993126] usb 1-14: new high-speed USB device number 103 using xhci_hcd
Aug 29 14:29:57 kernel: [266315.147995] usb 1-14: New USB device found, idVendor=19d2, idProduct=ffce, bcdDevice= 4.09
Aug 29 14:29:57 kernel: [266315.147996] usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 29 14:29:57 kernel: [266315.147997] usb 1-14: Product: SDM845-MTP _SN12BD6DB
Aug 29 14:29:57 kernel: [266315.147998] usb 1-14: Manufacturer: nubia
Aug 29 14:29:57 kernel: [266315.147999] usb 1-14: SerialNumber: a45fea02
Aug 29 14:29:57 upowerd[1721]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-14
and here is my "uname - a": Linux 5.0.0-25-generic #26~18.04.1-Ubuntu SMP Thu Aug 1 13:51:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

The GPS drive me nuts
Without Gapps Pico or Micro it work perfectly etc I even get speedometer working but not the latest version only the 3.7.21 or lower without "googlemaps" in parenthesis work
The latest version of speedometer log this in Logcat
Code:
GooglePlayServicesUtil: Google Play Store is missing.
so its not working of course.
When I flash OpenGapps the only position I got is the one from the cell tower in Magic earth or nothing at all for GPS test and Satstat. Only Google maps work normal. But the most disturbing things is that I need to wait one day and open the permission of Satstat to grant the Storage and Call permission to "unlock" the gps for SatStat, GPS test or Magic earth. In fact Magic earth show my position based on the last fix that SatStat did, if I wait some time it will show me again the cell tower lol. I think if I launch Snapchat, Pokemon Go or anything else that use the google api the gps will not work.
I've hidden the root for Snapchat, pokemon Go and Fortnite and i also renamed the com.magisk into com.fsdijuhg in the magisk settings and I changed my build fingerprint using "Magisk Hide Props Config" to pass cts. Fortnite work well I can jump off the battlebus without being kicked out for cheating but Pokemon Go and Snapchat don't find any GPS signal so it shouldn't be a root or safetynet issue. Or Fortnite is broken. EDIT : I can play it without google play services the game mode help a lot I must say
If someone have an idea or have already got this problem please help me
I also tweaked the gps.conf as well as the izat.conf flp etc but nothing worked so far
hellraisertg72 said:
Hi Roman!
Finally, (at this point) GPS is working on GPS-Only-Apps, google is working and it looks fine... BUT (oh no, again!) - now I can't get a file-transfer-connection either to linux or windows (10). I'm totally at a loss... it worked for sure, because I saved all of my photos first hand using USB-File-Transfer...
here is the 'dmesg'-output of linux:
---
[265488.372039] usb 1-14: USB disconnect, device number 98
---
the coloured line is a little bit mysterious... maybe that could be the problem :-/
And in my file-browser (nemo) I see the device named "SDM845 MTP SN: D12BD6DB", but it can't mount it properly ("unable to mount MTP device blablabla") and that's all.
Do you have an idea, why?! (maybe it's the "-" and the "_" in the name and not in the mount-name?)
Thanks,
Tom
Click to expand...
Click to collapse
I just cheched and its because I removed the filebrowser app and nubia_myfile I though I only removed the nubia_Myfile. My bad. I attached two tar.gz you can open FX an create a web access to transmit those archives into your phone
Note that nubia_Myfile is maybe not needed but when we plug a OTG usb the notification can't open it so I think its better to have it
In step :
Open FX and select "Web access"
Make sure you are in the same network as your computer (on the same wifi)
Click on the start button and with your computer open Firefox and go at the url displayed on your phone mine is http://192.168.1.243:2112/
Enter the password
Double click on your Download folder or where you want it doesn't matter
Drag and drop my two tar.gz file, sometime the files are not copied so you may need to drag and drop multiple times
Once the transfer is finished open FX and open one of the tar.gz, click on the folder up to either FileBrowser or nubia_myfile
Copy FileBrowser or nubia_myfile and go back to the main menu and open "System (Root)"
Go in System/priv-app and past here FileBrowser and nubia_myfile
At this point I don't know why but I could not copy the symlink in FileBrowser/lib/arm and arm64 so plug your device into your computer, select file transfer and type in a terminal
Code:
adb shell
Code:
su
Make sure to grant the permission on your phone
Code:
echo "mount your system in read write" && mount -o rw,remount /system && echo "deleting the symlink that were not copied" && rm /system/priv-app/FileBrowser/lib/arm/* /system/priv-app/FileBrowser/lib/arm64/* && echo "Creating the symlink" && ln -s /system/lib/libnubiamtp.so /system/priv-app/FileBrowser/lib/arm/libnubiamtp.so && ln -s /system/lib64/libnubiamtp.so /system/priv-app/FileBrowser/lib/arm64/libnubiamtp.so && echo "chmod 644 the symlink" && chmod 644 /system/priv-app/FileBrowser/lib/arm/libnubiamtp.so && chmod 644 /system/priv-app/FileBrowser/lib/arm64/libnubiamtp.so && echo "delete the data of the app "Media Storage" (not your data lol)" && rm -r /data/user/0/com.android.providers.media/* && echo "remount your system in read only" && mount -o ro,remount /system
Reboot
You should be good now I will update my main post about it
And also thanks for your logs ! That's one less thing I had to do

sudeep_hm said:
Thank you OP for such a wonderful work. I bought it for $625 from geekbuying and now price for $400. Biggest disadvantage is not having proper global rom..
Click to expand...
Click to collapse
You're welcome !!
It is now at 300€ on Aliexpress :laugh: ! With the shipping i get mine at 500€, I'm disapointed. Yeah imagine the number of people that would have bought it... At first I though someone would make some "hacky" stuff for it like changing the way the dual screen work or maybe port a custom rom for it (I tried but I'm not good enough lol) but no, they released a update to fix certain bugs and after 1 day there were 107 comments on their forum where in xda 0

RomanLeFrais said:
You should be good now I will update my main post about it
And also thanks for your logs ! That's one less thing I had to do
Click to expand...
Click to collapse
YESSSS! You are the best - thank you - it worked perfectly. Hopefully my having worked GPS is still working after the reboot... Will try it soon outdoors
p.s.: what about the new v3.11 - update (my X is claiming there is a new one out there )? I assume I cannot install it easily per TWRP over your/the V3.05 without at least losing the X to a brick So - will you be able to make a new version of your ROM based on the V3.11?
Thanks alot!
"So long and thanks for the fish" - bye!
Tom

hellraisertg72 said:
YESSSS! You are the best - thank you - it worked perfectly. Hopefully my having worked GPS is still working after the reboot... Will try it soon outdoors
p.s.: what about the new v3.11 - update (my X is claiming there is a new one out there )? I assume I cannot install it easily per TWRP over your/the V3.05 without at least losing the X to a brick So - will you be able to make a new version of your ROM based on the V3.11?
Thanks alot!
"So long and thanks for the fish" - bye!
Tom
Click to expand...
Click to collapse
You're welcome ! I still have no clue why OpenGapps or google service disable the GPS by the way
I saw their post here but it only have "System stability" in the changelog I will try tomorrow to download it and install it so hopefully I can extract the new .img with TWRP and remove the chinease app and install FX Silence etc to make a new build, maybe the GPS will work who know
And by the way you can't install the update if you try lol it will complain about the root even if you uninstall magisk haha
EDIT : I found how to cheat the root by the way you need to flash the partition.img wich is in fact a text files saying "empty"
and when you unlock the bootloader it will change into this :
on the last line the last number is how many time I unlocked it (01) if you change it to FF it will become 255 lol its a strange way to flex but you can do it :laugh: I think the number 1 and 0 from "BOOT IS ROOT", "DEVICE IS ROOT" and maybe "DEVICE IS ROOT" came when you flash the boot partition, the system and when you unlock the bootloader but I'm not 100% for the last one. Only "FASTBOOT UNLOCK COUNT" number is written in parameter.img
I can't update it to 3.11 even with only the recovery changed to TWRP and without, I removed the SHA1 check of the system partition because somehow the stock one get changed but I'm stuck at "E1001: Failed to update system image."
If you want to download the 3.11 OTA update I uploaded here : https://mega.nz/#!PO5FXQ7A!mHsX4lSz4FkJGa3ZBhHIWljOlKUaITzGsz21bdg9Mhs
Mirror : https://1fichier.com/?200yt44wim99w9nmziqp

RomanLeFrais said:
I can't update it to 3.11 even with only the recovery changed to TWRP and without, I removed the SHA1 check of the system partition because somehow the stock one get changed but I'm stuck at "E1001: Failed to update system image."
If you want to download the 3.11 OTA update I uploaded here : https://mega.nz/#!PO5FXQ7A!mHsX4lSz4FkJGa3ZBhHIWljOlKUaITzGsz21bdg9Mhs
Mirror : https://1fichier.com/?200yt44wim99w9nmziqp
Click to expand...
Click to collapse
Hi Roman!
Sorry for the long answering delay... been very busy lately
But now I will try some things again - therefore I have one question: the provided OTAv311.zip is just for trying if it will work on my X or will it work when I flash it per TWRP!? I didn't catch that of your explanation, sorry :silly:
BTW: my GPS is still working (at least here: GPS Speedometer and Odometer (Early Access), ver 12.5) - but I have still no clue, why it is (maybe some developers are paying more attention to google's API) I'm just happy with it (unfortunately it is PIE-related, I assume - some other android-pie users on other smartphones are complaining on this "feature"....)
Tom

hellraisertg72 said:
Hi Roman!
Sorry for the long answering delay... been very busy lately
But now I will try some things again - therefore I have one question: the provided OTAv311.zip is just for trying if it will work on my X or will it work when I flash it per TWRP!? I didn't catch that of your explanation, sorry :silly:
BTW: my GPS is still working (at least here: GPS Speedometer and Odometer (Early Access), ver 12.5) - but I have still no clue, why it is (maybe some developers are paying more attention to google's API) I'm just happy with it (unfortunately it is PIE-related, I assume - some other android-pie users on other smartphones are complaining on this "feature"....)
Tom
Click to expand...
Click to collapse
Hi I uploaded the update for anyone who simply want it so there is no need to download with the update application and extract from the ota folder this .zip, concerning the GPS I no longer have this phone and I never found why it never worked with the google api. It work with MicroG but not with google I'm not sure its Pie related if you remove google from a samsung and flash openGapps it will work for sure, I'm pretty sure its because of a config file in the /vendor I don't remember which exactly but one had tencent location service instead of Google gms I changed it but nothing happend maybe if you remove tencent Location Service and watch the logcat you can retrace the origin of the problem though.
Mokee released a ROM for the X but you don't have BasicIntegrity (maybe with magisk you can tweak it) if I remember correctly, the guy from the channel EspritNewGen tried it but I don't remember if the GPS worked with google api I posted the link on the main post if you want to try it

Related

Tutorial for Viewpad 10s

If you just bought a viewpad 10s like me, and you are already to put a custom rom (honeycom or ice scream.. thx to those who makes us nice custom roms), here is some help for beginers:
INSTALATION
Step 1 Getting ready
-You agree that I'm not responsible for any problem you could have doing what I say
-Get an USB cable male/male (internet, supermarket...)
-Get tablet drivers from here
-For honeycomb -> Download this rom
ModdedStock V2
Then VegaComb 3.2 Build 9n and VegaComb 3.2 Build 9n Update 3, puch this 2 zip in the tab
Now you are ready
Step 2 Flashing the rom
-Turn off the tablet
-Plug the AC and the USB cable (from the tablet to the pc)
-Push return button 2 seconds and while keeping pushing this push the button on/off 2s.
-Now install tablet drivers
-Finaly install the moded rom
-Now you got recovery, reboot to recovery
-Install zip in recovery, first viewcomb then the update
-Reboot
-Wait
Step 3
-It's should be ready
Step 4 (If you have screen issues)
Plug a mouse on usb, and run the application shuttile tools then calibrate your screen (thanks Tolriq for the tips)
RETURN TO DEFAULT SYSTEM
- Flash this as a rom here
USING USB KEY
-Set the device to usb host with shuttle tools. Plug an usb key. Now in the application eFile, you should find your files in
/mnt/usb//system_usb
KNOWS ISSUES OF THE VIEWPAD 10s
-Touchscreen have some issues
-Wifi ofen lose connexion after a while (the best thing to do is reboot)
-Some applications can do force close
-If you have more issues plz tell
Now I will complete this thread with what should be usefull for beginners like me
If you are unable to install apps from market
1.Go to
Settings
Applications
Manage Applications
ALL
select GOOGLE SERVICES FRAMEWORK
CLEAR DATA.
2.Reboot
3.Back to Settings
Accounts & Sync...
Google account & delete.
Re-enter your Google account
Choosing the application used to open a kind of file don't appear
Switch the tab from landscape to portrait...
Roms review
Honeyice
Good rom, but screentouch problems when the tab heat a little bit!!(not all tablet are conserned)
try to underclock (powersave, max 600mhz)
Viewcomb
Nice so far
No wifi bug
No touchscreen bug
Very Smooth
...
Where to download?
http://www.tabletroms.com/forums/vega-rom-development/4338-multiupload-com-down-vegacomb-moddedstock-can-found-here.html
Just a little information to help for the calibration since i get exactly the same problem
The tablet accept mouse on it's usb port much easier to configure and calibrate after reflashing the stock rom.
As I know vieuwpad should work corretly with 3G, but mine have only wifi so...
the viewcomb rom in your link is out of date. current version is 7.3 i think
btw. my GF got the viewpad 10s. i flashed viewcomb but switched back later to the updated orginal rom (version 1.11) and it runs much better than viewcomb. no FCs so far.
Link to the rom: http://ap.viewsonic.com/my/kbase/article.php?id=474
salut
j allais le dire
le 7.3 ne st pas encore downloadable :/
pour le wifi qui bug apres une veille ,je suppose que c est la faute des pilotes car sur vegacomb et honey ice ,ca reprend tres bien
j espere de bon nouveaux pilote en 7.3
hello
i went on to say
the 7.3 does not downloadable yet: /
wifi bug for that after a while , I suppose that is the fault of the drivers because in vegacomb and honey ice, it resumes very well
i hopes of good new driver in 7.3
Best rom for viewsonic 10s
Last Viewcomb works perfect. If you didn't try, try it now, you won't regret!!! First of all, the screen touch works perfect and all the rest, after few days, I got only one bug with google map.

[Android on Omnia II-GTI8000] - [ROM] - [PORTING] - [FROYO 2.2.2] TWISTER v.2 ROM

Twister Team (Frenkie99999999&Spiderman1961) is glad to present:
​TWISTER 2​
​
Credits to:
almar (Marc)
bsbsbs (Sándor)
Egon
phj (János)
Voyteckst
Frenkie99999999999
kukafei
Linuxsigh
Argentinos
ROM is based on Android 2.2.2 Froyo. I applied code tweaks and improvements to make it more performant and smooth​ROM is free from malfunctions: the system is smooth; any lag will be due only with apps installation not fully compatible or incorrect installation procedure​Android on OMNIAII is a safe bet won thanks to the efforts of many who have worked tirelessly and pure passion: to complain about minor inconveniences is misplaced. You can not expect perfection from our terminal that even natives Android devices have​​
Changelog:
General improvements:
-New Bootanimation by Twister Team​-Trasparent Status Bar​-JelMiBean Theme: new icons, new wallpaper, new buttons, new battery iconsa and so on...​-Locked Launcher in memory by script (disable option in Spicagenmod settings and in launcher settings​-New themed System Apps​-Playstore updated v 4.1.10​-Quick Pick update v. 2.9.4​-AdAway: no ads​-Camcorder shorthcut​-FlashPlayer​-Miui Music Player​-MxPlayer​-Toggle2G to save battery drain​-GApps for CM6 (CarHome, Facebook, Gmail, Latitude, Luoghi, Maps, Navigatore, Genie Widget, GoogleSearch, VoiceSearch, Talk, Twitter)​-Bravia Engine: increased video sharpness​-Xloud Engine: increase loud sound and virtual effects​-New progress bar colour​-Jelly Bean font​-New Kernel: 2.6.32.9 [email protected]​-New Sound system​-New Dialer​-New and hacked MMS.apk: no automatic mms conversion after 4 sms; recipients up 200​
Code improvements and Tweaks:
-Supercharged with adapted zeppellinrox script​-Improved real Mutitasking with "Low Memory killer balanced script": DON'T USE TASK MANAGER TO KILL APP (ONLY IF REALLY NECESSARY)​-Improved automatic detailing databases on boot: better speed and smoothness​-Improved Zipalignin and fixpermission apps on boot: no FC, better battery drain and ram​-Build.prop modified​-Tweak battery for better drain​-Improved VM Tweaks​-Improved read ahead cache up 2048 kb: better speed access data​-Cache flushing on boot​-Better scrolling and touchscreen responsiveness​-Disabled Zram compression: not friendly for our device​-Tweaks for better smoothness​-Network data tweaks for fastest 3G​-Best Dialer responsiveness: fix delays and black screen issue​-Improved photo and video recording​-Kernel tweaks: better I/O and governor settings without random reboot​-Ext4 smart mounting (noatime, disable barrier etc): better speed disk access​-Sysctl tweaks: minor lags​-Automatic screen state scaling​-Better Network Throughput​-GPS issue (only for any users): no thirdy part apps for fix! First fix on my moving car: 3 min. Other fix few seconds​-Video Recording A/V Sync for CM6 removed: crashing video recording​-Both Cameras and VideoCameras working: added VideoCamera shortcut. Use it for videocamera and your apps don't crash​
Credits to:
Moonguy75
Costinuz32
knzo
ImbaWind
zeppellinrox
What's working:​-Audio​-Receiving and making calls​-GPS​-Compass​-Proximity sensor​-Wifi​-Bluetooth​-USB mass storage​-Cameras​Partially working:​-Reset data​​Not working​-Update Binary Superuser​-Theter wifi​
SCREENSHOT PREVIEW​
​DOWNLOAD LINK​
​
​Part 1​Part 2​
After download unzip with 7zip: you will have a folder with all necessary for installation: rom, kernel, haret.exe, startup.txt...​
ROM IS SET ON ITALIAN LANGUAGE: TO CHANGE IT GO TO "IMPOSTAZIONI/LINGUA E TASTIERA" AND CHOOSE YOUR LANGUAGE​
​
Installation instructions
First some considerations:
A. Porting Android on Omnia (born for WinMobile 6.5) is a pure gamble: to complain of minor malfunctions, claiming a perfection that there is not even on the native device is totally out of place.
It's part of game: in almost all cases, these small hitches, which does not at all preclude the daily use of the terminal, are solved with a simple reboot.
B. Please follow the installation procedure to the letter, without neglecting any detail, otherwise block the installation or malfunction with lag and other troubles of the terminal.
C. The installation must be done with telephone SIM and microSD inserted!!!!!
D. It is recommended to install remaining disconnected from the Internet and with the antivirus disabled
INSTALLATION STEPS FOR OMNIAII WITH2GB OF INTERNAL MEMORY​​
LINK TO ILLUSTRATED INSTALLATION GUIDE​​
1. Connect device to PC through USB under WinMobile ("Settings Samsung / Usb Connection / "My Storage")
2. Open MiniToolPartition wizard
3. Delete all partitions in "My Storage".
4. Create three new partitions:
5. FIRST PARTITION: FAT32, LOGICAL, 500mb, label "DISK"
6. SECOND PARTITION: EXT4, LOGICAL, 1250mb, label "disk"
7. THIRD PARTITION: LINUX SWAP, LOGICAL, 200MB, no label
PARTITIONS FOR USERS WITH OMNIA 8GB (Credits to Lagunostrum)​​FIRST PARTITION: 6390 Gb, FAT32, LOGICAL, label "DISK"
SECOND PARTITION: 1250 Mb, EXT4, LOGICAL, label "disk"
THIRD PARTITION: 196 Mb, LINUX SWAP, LOGICAL, no label​
IMPORTANT: For users with Omnia 8Gb, you must change the startup.txt​At line [Set CMDLINE "rootdelay = 2 root = / dev/mmcblk1p2 init = / init"] change as follows:
Set CMDLINE "rootdelay = 2 root = / dev/mmcblk1p6 init = / init"​
DO NOT create Linux partitions SWAP MORE 'BIG 200 Mb,
ACCORDING TO MANY DEVELOPERS, SUCH DIMENSIONS SLOW THE DEVICE​​
8. Close MiniTool Partition Wizard
9. Start Ubuntu in Virtual Machine (those who have not can disconnect the phone from Windows and, after running Ubuntu, can connect with the procedure described below)
10. Click on the menu "Virtual Machine", select "Removable devices", select GTI8000, select "Connect" to connect Omnia to Ubuntu
11. Open "Gparted" or other utility Ubuntu to partition the disk
12. Right-click on "ext4" and "remove" the partition, right-click again to "ext4" and choose "Format as ext4" (with tests carried out, it is more snappy rom installed on a formatted partition from Ubuntu in "ext4 "with respect to a partition" ext4 "formatted by MiniTool)
13. Right-click on "linux-swap" and format as "linux-swap" (for the same reason as above)
14. Close "Gparted"
15. Click on the menu "Virtual machine / Removable devices / Disconnect" to disconnect and reconnect the phone automatically from Ubuntu to Windows (do not disconnect the USB cable!!!!)
16. Close Ubuntu
17. Set the date on the PC on September 2011 (if it does not work in September 2010)
18. Open Image For Windows and choose "Restore (Normal)"
19. Navigate to the folder where you saved the ROM and select it
20. Click "Next" and flag the ROM to be installed
21. Click again on "Next" and choose where to install the ROM: Of course it will be the EXT4 partition (Linux native)("disk"), 1250 Mb created with MiniTool and reformatted under Ubuntu
22. Click "Next" and continue until screen will warn you that all data on the target partition will be deleted and be replaced by those of the ROM: click OK and continue
23. On next screen, leave options settings as you find them
24. On next screen click "Start" and start the procedure.
25. After installation, close Image For Windows and set time PC correctly.
Copy the files "haret.exe", "startup.txt" and "zImage" in DISK. (ie the root of the "My storage" WinMobile).
These files must remain in DISK (ie the root of the "My storage" WinMobile).
26. From WinMobile, with a File Manager, navigate to "haret.exe" and click it to start Android.
27. After first boot of Android, DO NOT USE THE TELEPHONE, wait for SO fully started and RESTART the phone
At the end of the second boot you can enjoy Android on OMNIAII
28. Set Playstore on "do not automatically update applications"!!!!!!!
Choose carefully what to update because recent apps are the most greedy of ram (block the phone) and they bring very little improvement.
ESPECIALLY DO NOT UPDATE GAPPS (CarHome, Facebook, Gmail, Latitude, Places, Maps, Navigation, Genie Widget, GoogleSearch, VoiceSearch, Talk, Twitter), otherwise they will not be opened.WHILE I WRITE I HAVE JUST TESTED FACEBOOK: slow on GALAXY ADVANCE OF MY WIFE, but splinter on my old Omnia
Frequently Asked Question
During installation of our Rom you can present difficulties. Often they are the same and identical are solutions.
For this reason I group here most common issues with most appropriate solutions: all tested and working.
PLEASE READ THESE LINES CAREFULLY BEFORE POST QUESTIONS THAT HAVE ALREADY HERE 'FOUND REPLY
Installation Tweaks​
1. Why 'install in "My Storage"?
'Cause it's 5 times more' fast!
Here's how: Copy files haret.exe, startup.txt and zImage in the Root of My Storage, the 2-Gb or 8 Gb.
2. Can I install in external MicroSD?
Recently many users have done: must comply with these conditions:
-Microsd must be at least class 10
File startup.txt-line [Set CMDLINE "rootdelay = 2 root = / dev/mmcblk1p6 init = / init"] should be changed as follows: Set CMDLINE "rootdelay = 2 root = / dev/mmcblk0p2 init = / init"
-File haret.exe, startup.txt and zImage must be copied on the external MicroSD
3. WinMobile is cleared or noised by Android installation?
Android does not cause, any "noise" to the Windows Mobile operating system installed natively on the phone. It will continue to work regularly: in fact we will have a phone with two operating systems fully functional.
4. What should I do just installed Android?
As soon as the phone has started completely must restart your phone to avoid any problems
5. Why on first boot phone remains locked on Android on Omnia II loading?
Possible answers:
a) Can 'have damaged some files in decompression: REINSTALL ALWAYS REPLACE ON ANY FAILURE
b) There may be some corrupt files in download: trying to re-download rom.
c) There may be a problem on disk address. The kernel has booted, the phone can not find the operating system and crashes.
In this case, proceed as follows:
-write disk address ext4 under Ubuntu ("disk") and change startup.txt (ONLY WITH NOTEPAD + +!!):
for example, if ext4 partition under Ubuntu is dev/sdb6 change the value: root = / dev/mmcblk1p6 init = / init "boot
6. If Ubuntu identifies the ext4 partition (disk) as / dev/sdc6 "(and not / dev/sdb6)" What should I do?
Open the file startup.txt and edit it as the "code" that appears in the format window under ubuntu:
change the last line of the file Startup set CMDLINE "rootdelay = 2 root = / dev/mmcblk1p6 init = / init" boot ----> mmcblk2p6.
7. What is the file startup.txt?
The file contains the parameters address of Android system.
The line we are interested in is the following: "Set CMDLINE" rootdelay = 2 root = / dev/mmcblk1p6 init = / init "
"1" is number disc (if you have inserted a microSD the value must be "1" if it is not inserted must be "0").
"6" is number partition "disk" (in most cases, by partitioning "disk" with MiniTool, is assigned the number 6 to the Linux partition).
If after installation, the phone hangs on Android on Omnia II Loading, 99% one or both of the values mentioned above are incorrect.
In most cases, if you install with microSD inserted, values to be inserted are "mmcblk1p6."
If problems occur the reason is constituted by 'physical address that has been assigned to the partition "disk", in which case we need to understand which the partition number your computer has assigned to "disk". To do this, just to see, when you format under ubuntu, on the top bar of the window formatting: here a code appears "sdbX" where X is the partition number: record it and edit it in the line of reported
8. For other installations have to repartition and format all over again?
No: once done partitioning procedure, next time that you install a future release of the rom, just install the image. TBI, with "ImageForWindows", without touching the partitions.
9. How can I replace the kernel?
Just copy the zImage in "My Storage" and "Storage", and start Android.
10. Why Image for Windows does not work?
You must set date pc on September 2011 (or 2010)
11. To install any update of Rom need to do the whole process all over again or just replace some files?
It should make the whole process all over again.
The kernel can be replaced individually, but the modded if copied at a later time inhibit the free wi-fi. You should clean the cache, delete a file .conf and anyway rom would be unstable.
12. My Omnia 8GB is: how should be large partitions?
Configuration tested and running on Omnia 8Gb (Credits to Lagunostrum):
1) 1st Partition FAT32, 6390 mb, Logical
2) 2nd partition 1250 mb EXT4, Logical
3) 3rd Linux swap partition 196 Logical
13. Can I increase size of Linux swap partition?
Many developers recommend not to exceed a size of 250 MB for partition in question: that instead of increasing the performance to slow down greatly.
14. Why I do not read anymore the external microSD?
For those who have problems with the microSD: Make sure that the SD is working and that is formatted Fat32 Primary and Active. use SDFormatter
15. How can I access the phone as a USB memory?
You have to go in Settings \ Applications \ Development and remove the flag on Debug USB.
16. Why, despite having removed flag on usb debugging phone is not recognized as USB storage?
-First of all, try restarting your computer and phone.
- If this is not enough the solution is the following:
under Windows, you can go to the "Computer Management", then "Disk Management" and there if Android appears without a letter assigned, assign one with the right button, "Change Drive Letter and Paths" and you're done
-Check if you are corrupt drivers of the phone and possibly reinstall
17. Why phone does not wake up after the screen is turned off?
Often it is sufficient to press the awakening and even if the screen does not light up, wait a few more seconds and everything will fall into place.
18. How does hardware buttons work?
HARDWARE KEYS WORKS LIKE ON WINDOWS MOBILE
19. Satellites Fix needs thirdy part application?
No, works perfectly by itself: the first fix is slow (takes several minutes), the following are faster (a few seconds)
20. Why the time is not exact and is always back an hour?
This problem can be solved permanently under WinMobile setting time zone of London / Dublin (with Italian correct time) and under Android time will be ok
21. If one day I do not want more android how do I delete it and only have windows?
Just delete the ext4 partition and expand the fat32 partition to the whole disk.
21. How should I set the Bluetooth?
1) make visible the device
2) under the heading "discoverable duration" set "infinite"
3) under "discoverable timeout" set "2 minute"
4) searches for available devices and match omnia
System tweaks
System tweaks​
1. How can I "paint" notifications pull-down menu in the top bar?
Go to SpicagenMod settingS \ Interface \ Notification colors and choose a color for each entry in the "Statusbar notifications" and "Items notification"; "Notification bar" lets you make additional changes to the bar and colors.
2. How can I save battery power?
-from "System Settings" control which apps consume more battery and block them or set them so they suck less
-Then check with the app CPUSpy if the phone goes into DeepSleep: if there is there any app that runs in the background and consumes. Locate and disable
-use GPS, WiFi and Bluetooth only when needed, otherwise disable
-use 2G instead, switch to 3G only for data connections: it is preinstalled in the ROM Toggle2G that automatically manages the switch (but remember to disable it because otherwise you will not have data connection)
3. How do I see what's running in the background?
Go to Settings, Applications, Manage applications and check what apps are running, for safety always under applications, go to the Services running and check which services are run in the background
4. How can I speed up the execution of the app?
With the pro version of Titanium Pro go to / batch operations / manipulates data / activating "convert DB mode Wal" click it: system is much more responsive.
5. How can I save on the consumption of Ram?
-Not too heavy with both the home, with too many widgets, and the device with too many apps. The phone will have greater reactivity '.
6. How can I make a Nandroid Backup, because here we can not get into Recovery Mode?
With ImageForWindows, you can create a backup image of the Rom, crystallize it with all the settings and installed app. Simply make the backup procedure (full)
7. How to replace bootanimation?
With a file explorer with root access like Root Explorer go to / system / media and replace the bootanimation.zip file.
Or just remove the file, and we'll start the classic writing android that lights up.
9. How do I disable the apps that start up automatically?
Download app from the Play Store that makes access to the list of apps that start automatically on boot.
CAREFUL DO NOT DISABLE APPS SYSTEM, (ie text messages, phone, market, 'Android system, ... otherwise the system becomes unstable!)
System maintenance
SYSTEM MAINTENANCE​
The following commands are all to be understood as to perform on a window Terminal Emulator pre-installed in ROM
To get more in-depth ram in case of remarkable system slowdowns type:
su (enter)
flush (enter)
-To compact database for faster access to the data type:
su (enter)
vac (enter)
-To realign app (especially if you installed new ones) in order to save on battery drain and ram type:
su (enter)
zepalign (enter)
-To Wipe Cache and Dalvik Cache (often used to prevent various malfunctions of the system) type:
su (enter)
sclean (enter)
-To make a Fix permission (needed to resolve issues of app Force Close) enter:
su (enter)
fixfc (enter)
System reboot, after typing these commands, in many cases it will be very, very, very long: do not worry if the bootanimation runs for a long time and the system does not seem to restart.
And 'quite normal. Android is performing the routines start from scratch without reading the previous (now deleted because it caused errors) and eventually will boot more agile than before.
Ubuntu installation method
UBUNTU METHOD​INSTALLATION STEPS FOR OMNIAII WITH 2GB OF INTERNAL MEMORY​LINK TO ILLUSTRATED INSTALLATION GUIDE​
1. 1. Connect device to the PC via USB under WinMobile ("Settings Samsung / Usb Connection / "My Storage")
2. Open MiniToolPartition wizard
3. Delete all partitions in "My Storage" of phone.
4. Create three new partitions
5. FIRST PARTITION: FAT32, LOGICAL, 500mb, label “DISK”
6. SECOND PARTITION: EXT4, LOGICAL, 1250mb, label “disk”
7. THIRD PARTITION: LINUX SWAP, LOGICAL, 200MB, no label
PARTITIONS FOR USERS WITH OMNIA 8GB (Credits to Lagunostrum)​FIRST PARTITION: 6390 Gb, FAT32, LOGICAL, label "DISK"
SECOND PARTITION: 1250 Mb, EXT4, LOGICAL, label "disk"
THIRD PARTITION: 196 Mb, LINUX SWAP, LOGICAL, no label
IMPORTANT: For users with Omnia 8Gb, you must change the startup.txt​At line [Set CMDLINE "rootdelay = 2 root = / dev/mmcblk1p2 init = / init"] change as follows:
Set CMDLINE "rootdelay = 2 root = / dev/mmcblk1p6 init = / init"​DO NOT CREATE LINUX PARTITIONS SWAP MORE 'BIG 200 Mb, ACCORDING TO MANY DEVELOPERS, SUCH DIMENSIONS GREATLY SLOW THE DEVICE​8. Close MiniTool Partition Wizard
9. Open Ubuntu
10. Click on "Virtual Machine", select "Removable devices", select "GTI8000", select "Connect" to connect 1Omnia to Ubuntu: note "DISK" and "disk" that you have created with MiniTool
11. Open “Gparted” or other Ubuntu utility to partition disks
12. Right-click on "ext4" and "remove" partition, right-tap again to "ext4" and choose "Format as ext4" (with tests carried out, it is more snappy rom installed on a formatted partition from Ubuntu in "ext4 "with respect to a partition" ext4 "formatted by MiniTool)
13. Right-click on "linux-swap" and format as "linux-swap" (for same reason as above)
14. Close “Gparted”
15. Open Terminal window:
16. Write following command line: sudo cp /media/DISK/ext4.tar.gz /media/disk/
17. Press enter and wait for operation completion (blinking cursor)
18. Write following command line: cd /media/disk/
19. Press enter
20. Write following command line: sudo tar xzvf ext4.tar.gz -C /media/disk
21. Press enter. Start files decompressing on partition ext4. Wait for operation completion (blinking cursor)
22. Write following command line: sudo rm ext4.tar.gz
23. Press enter.
24. Write following command line: sudo chmod 777 /media/disk/
25. Click on "Virtual machine / Removable devices / Disconnect" to disconnect and reconnect phone automatically from Ubuntu to Windows (do not disconnect USB cable!!!!)
26. Copy files "haret.exe", "startup.txt" and "zImage" in DISK. (ie the root of "Memory personal" WinMobile).
These files MUST remain in DISK (ie the root of the "My Storage" WinMobile). Disconnect device from Pc
27. From WinMobile, with a File Manager, navigate to "haret.exe" and click on it to start Android.
28. After the first launch of Android, DO NOT USE TELEPHONE, wait for the S.O. it is fully started and RESTART phone
At the end of the second boot you can enjoy Android on OMNIAII
Link for download ROM -----------------------------------------------------------------> POST 7​
Ubuntu installation method
DOWNLOAD​​
File ext4.tar.gz​
reserved
Congratulations !!!
Yes, you finally made it. version2 is much better that version 1. almost no bugs. And it is much faster than frenkiedroid. especially your memory performance is excellent. i will install it and try to make it even more faster !!!!
one question. how to activate front camera ? i haven't managed to do it.
spkraul said:
Yes, you finally made it. version2 is much better that version 1. almost no bugs. And it is much faster than frenkiedroid. especially your memory performance is excellent. i will install it and try to make it even more faster !!!!
one question. how to activate front camera ? i haven't managed to do it.
Click to expand...
Click to collapse
Thanks!
It will be appreciated your suggestions about how make it even more faster...
About front camera no news for now: it will be necessary kernel modification...
spiderman1961 said:
Thanks!
It will be appreciated your suggestions about how make it even more faster...
About front camera no news for now: it will be necessary kernel modification...
Click to expand...
Click to collapse
You wrote
"Both Cameras and VideoCameras working"
so i thought you meant back and front camera....
ok my suggestions are
check my ROM's build.prop for code optimizations
also experiment with dalvik cache settings. it can make the ROM a lot faster
remove some services always running (ex is voice dialer that very few people use and makes system slower
remove unnecessary apps (example livewallpapers, geniewidget etc)
you can also set cpu performance settings as default without big loss on battery time, but with big affect on phone's responsiveness
remove some files on the system that make it heavier to load and handle (ex fewer ringtones to choose from ....)
uninstall downloaded apps from manage applications manu, clean /data/dalvik cache using root explorer, reboot system and install downloaded apps again
my recommendation is not to install optional apps on system as many users ignore how to erase them when they do not need them (ex if somebody does not use twitter or facebook doesn't need them
for faster gps i have discovered this solution try it and tell me the results
the biggest improvement you can see is by replacing the phone's framework with miui's one. you can find miui based on CM6. i know it looks a little chindish but very fast. you just port it to our ROM, and since working just keep it's engine (heart) and replace it's apps with the ones we prefer. MIUI gives us the fastest bases on android
to measure if your ROM improvements are working or not use antutu benchmark 2.5 (bugless working on my android 2.2.2), antutu cpu master 2.5.2 and benchmark and tuning from android market
bytheway. with my ROM installed on sd class 10 i got 1035 points on antutu. can you check yours to see if we have a new record and post the result ?
if you think i can help in anything specific just send me a pm or post here. we are all working on the same side to improve our phone
spkraul said:
You wrote "Both Cameras and VideoCameras working"so i thought you meant back and front camera....
Click to expand...
Click to collapse
No both apps cameras: many users denoted issues about one of them
spkraul said:
check my ROM's build.prop for code optimizations
also experiment with dalvik cache settings. it can make the ROM a lot faster
Click to expand...
Click to collapse
These suggestion and other are already inserted
spkraul said:
[*]remove some services always running (ex is voice dialer that very few people use and makes system slower
[*]remove unnecessary apps (example livewallpapers, geniewidget etc)
[*]you can also set cpu performance settings as default without big loss on battery time, but with big affect on phone's responsiveness
[*]remove some files on the system that make it heavier to load and handle (ex fewer ringtones to choose from ....)
Click to expand...
Click to collapse
Many, many users in my country want them and want better battery drain; so if other user want different configuration he can change himself.
They can use Titanium Backup or Link2SD.
However scripts in rom block automatic boot of these apps so they don't affect phone's responsiveness
spkraul said:
[*]uninstall downloaded apps from manage applications manu, clean /data/dalvik cache using root explorer, reboot system and install downloaded apps again
Click to expand...
Click to collapse
With terminal command "su" and "sclean" it's all automatic
spkraul said:
[*]my recommendation is not to install optional apps on system as many users ignore how to erase them when they do not need them (ex if somebody does not use twitter or facebook doesn't need them
Click to expand...
Click to collapse
We can do it
spkraul said:
[*]for faster gps i have discovered this solution try it and tell me the results
Click to expand...
Click to collapse
I read your efforts in many posts: in Twister it is not necessary (at least in my country) any modification for GPS: first fix with moving car about 4-5 minutes, second and other fixes 10 sec maximum
spkraul said:
[*]the biggest improvement you can see is by replacing the phone's framework with miui's one. you can find miui based on CM6. i know it looks a little chindish but very fast. you just port it to our ROM, and since working just keep it's engine (heart) and replace it's apps with the ones we prefer. MIUI gives us the fastest bases on android
Click to expand...
Click to collapse
Ok, can you link me something also in pm?
spkraul said:
[*]to measure if your ROM improvements are working or not use antutu benchmark 2.5 (bugless working on my android 2.2.2), antutu cpu master 2.5.2 and benchmark and tuning from android market
Click to expand...
Click to collapse
spkraul said:
bytheway. with my ROM installed on sd class 10 i got 1035 points on antutu. can you check yours to see if we have a new record and post the result ?
Click to expand...
Click to collapse
I agree with many developers that antutu it is not reliable: however score with antutu is 1033
Little curiosity: are you "argentinos" on modaco?
yes i am modaco's argentinos. i just had chosen different nickname here, but nothing to hide
about antutu maybe it is not the most accurate in the world, but it is one of the very few running on android 2.2. Vellamo, quadrant, geekbench etc demand android 2.3 or better or better gpu. But benchmarks are one of the best tools to measure ROMS speed, compare them and improve them. after all i haven't used cheats to achieve my 1035 score and you also the same for 1033 score. so since we are not cheating antutu it can show us quite reliable results.
About gps. standalone settings are nice for people using GPS very often. for people using it rarely maybe they need to wait 4-5 minutes every time. i had experienced this many times with both wm system and android system and this is why i decided to try and find ms-based settings.
but even with your standalone settings try to change accuracy from 50 to 19 and disable dynamic accuracy (samsung's recommended for i8000 chipset) and i believe you will see improvement on the locking times.
About MIUI based on CM6 download from here
http://www.mediafire.com/download/0q9ljaqmw0lyati/Miui_1.3.18v4_Formel-Cobrato.zip
consult here (but some info on CM7 based MIUI)
http://forum.xda-developers.com/showthread.php?t=1041524
http://forum.samdroid.net/f63/rom-miui-gb-6342/
http://forum.samdroid.net/f62/rom-miui-gb-6349/
p.s. if you have free time please check this thread
http://www.modaco.com/topic/363230-android-rom-needed-for-base/
after cm6 for i8000 will be considered complete and not beta and we are very close to name a version "complete" this can be our next step - project CM7 for i8000. if one person made incomplete CM7 to run on i8000 we can improve it and run better
spkraul said:
yes i am modaco's argentinos. i just had chosen different nickname here, but nothing to hide
about antutu maybe it is not the most accurate in the world, but it is one of the very few running on android 2.2. Vellamo, quadrant, geekbench etc demand android 2.3 or better or better gpu. But benchmarks are one of the best tools to measure ROMS speed, compare them and improve them. after all i haven't used cheats to achieve my 1035 score and you also the same for 1033 score. so since we are not cheating antutu it can show us quite reliable results.
About gps. standalone settings are nice for people using GPS very often. for people using it rarely maybe they need to wait 4-5 minutes every time. i had experienced this many times with both wm system and android system and this is why i decided to try and find ms-based settings.
but even with your standalone settings try to change accuracy from 50 to 19 and disable dynamic accuracy (samsung's recommended for i8000 chipset) and i believe you will see improvement on the locking times.
About MIUI based on CM6 download from here
http://www.mediafire.com/download/0q9ljaqmw0lyati/Miui_1.3.18v4_Formel-Cobrato.zip
consult here (but some info on CM7 based MIUI)
http://forum.xda-developers.com/showthread.php?t=1041524
http://forum.samdroid.net/f63/rom-miui-gb-6342/
http://forum.samdroid.net/f62/rom-miui-gb-6349/
p.s. if you have free time please check this thread
http://www.modaco.com/topic/363230-android-rom-needed-for-base/
after cm6 for i8000 will be considered complete and not beta and we are very close to name a version "complete" this can be our next step - project CM7 for i8000. if one person made incomplete CM7 to run on i8000 we can improve it and run better
Click to expand...
Click to collapse
Thank so much!!!
Very interesting: after my little holidays i will work on these informations and i will answer you. See you soon
Hi, I'm going to try installing this ROM for the Omnia 2. It will be used by my girlfriend so I hope she won't have a hard time using it (I mean bugs or some things not working)
First of all I want to thank you gusy for developing for this phone, it is a good phone but with a wrong OS.
Now I have a couple of questions:
1. There is no other way than to install Ubuntu and using it for the specified steps?
2. Could you please post the exact size of the files inside the 7zip files? I don't want to have any errors during the installation. I have attached a screenshot of the files that I got after I unzipped the 2 7zip files, please check it out and tell me if that's ok.
Thank you again!
sergio_sos said:
Hi, I'm going to try installing this ROM for the Omnia 2. It will be used by my girlfriend so I hope she won't have a hard time using it (I mean bugs or some things not working)
First of all I want to thank you gusy for developing for this phone, it is a good phone but with a wrong OS.
Now I have a couple of questions:
1. There is no other way than to install Ubuntu and using it for the specified steps?
2. Could you please post the exact size of the files inside the 7zip files? I don't want to have any errors during the installation. I have attached a screenshot of the files that I got after I unzipped the 2 7zip files, please check it out and tell me if that's ok.
Thank you again!
Click to expand...
Click to collapse
Hi,
you may not use Ubuntu, but the system would be slower and could create some problems (the ext4 file system created by MiniTool is not exactly the same as the one created by native Linux with Ubuntu).
I suggest, with respect to the guide to make a linux swap partition of 250mb (not 200): it should prevent incidents of freeze.
The size of the downloaded files are correct: good installation.
Enjoy
Hola,
no puede usar Ubuntu, pero el sistema sería más lento y puede crear algunos problemas (el sistema de archivos ext4 creado por MiniTool no es exactamente el mismo que el creado por Linux nativa con Ubuntu).
Sugiero, con respecto a la guía para hacer una partición de intercambio de Linux de 250 MB (no 200): debe evitar incidentes de congelación.
El tamaño de los archivos descargados son correctos: buena instalación.
:good:
spiderman1961 said:
Hi,
you may not use Ubuntu, but the system would be slower and could create some problems (the ext4 file system created by MiniTool is not exactly the same as the one created by native Linux with Ubuntu).
I suggest, with respect to the guide to make a linux swap partition of 250mb (not 200): it should prevent incidents of freeze.
The size of the downloaded files are correct: good installation.
Enjoy
Hola,
no puede usar Ubuntu, pero el sistema sería más lento y puede crear algunos problemas (el sistema de archivos ext4 creado por MiniTool no es exactamente el mismo que el creado por Linux nativa con Ubuntu).
Sugiero, con respecto a la guía para hacer una partición de intercambio de Linux de 250 MB (no 200): debe evitar incidentes de congelación.
El tamaño de los archivos descargados son correctos: buena instalación.
:good:
Click to expand...
Click to collapse
Thank you very much for your response. I will try to install the ROM today (hopefully)
And thank you for the spanish translation. I thought you were from Italy
I am from Argentina.
Saluti!
My phone hangs in "Jumping to Kernel..." what should i do?
eisdrachen said:
My phone hangs in "Jumping to Kernel..." what should i do?
Click to expand...
Click to collapse
Hi,
you posted on 2 thread same question: wich version are you installing?
spiderman1961 said:
Hi,
you posted on 2 thread same question: wich version are you installing?
Click to expand...
Click to collapse
Last time I tried the last Twister on my SGH-i900. Jumping to kernel... On every ROM

[Guide] Upgrade the Motosmart mix XT550 stable, root, memory & fix for issues

Dedicated to my father and all Motosmart MotoMix XT550 Lovers (in other words, not for me LOL)
note: if I repost something, please PM me and I will add in the credits
{
"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"
}
You will be doing everything at your own risk.
I, Dark_Cristian cannot be held responsible if you end up damaging or bricking your device.
Until finally I could release 50MB-60MB of memory on the XT550 !!! here the guide as I did .... First of all come to this cost me several reflash to the XT550.
Before starting I recommend to later retrieve synchronize contacts, calendar entries, and other ...
- Flashing the ROM LatAm with RDS ​
firmwares​
LATAM UNBRANDED
LATAM UNBRANDED
LATAM PERSONAL
LATAM Personal Argentina
PASSWORD luuchorocha
RSDlite (I use the 3.5 but someones got problems with it but you can use what you want. In antother places I read what the 6.0 works well)​
RDSlite 3.5
RSDlite search in XDA
open the program and wait for usb recognize
click in the button next to filename text frame '...' and select the firmware file
click in 'start' button
wait to progres fill to 100%
when status reads 'finished' its done :highfive:
First at all, be sure that device drivers are installed properly. If it isn't here can download it
1 Download and install AppLocate.
You can install the cmd.
instructions:
Copy 'Apploc.msi' executable on disk C:
Go to Start and type cmd and hit enter.
When open type cd and press Enter,
Apploc.msi then type and press enter.
Wait until the installation process is complete, and ready, as it was the first step.
2 - Download software called Chinese Romaster.
Mega Mirror here
This is the program that root access on your device.
instructions:
Author Note: sorry i don't speak chinese:silly:
Open the program downloaded and click the blue button.
On the next screen leave it as is and click the blue button.
Wait for the installation process and the following screen.
Clear in italics in the above image, allowing the boot program after installation, if this is going to happen mistake, clear and click the button to close.
In search of a shortcut icon on the desktop that was installed all blue for the program and rename Romaster.
Once installed programs and device drivers connect the USB debugging environment >> Applications >> Development and check the three options.
Connect the USB cable.
Go to Start and type "AppLocale" and open it.
Click Next:
Click on Browse
Find and open the shortcut Romaster:
Click on 'Next' Button:
Finish
Then the program opens to search your device and must be connected via USB cable.
When find it, install both applications on the device, then leave at least 30 MB of internal memory available before starting.
Then the next screen with the device information is displayed:
(in the pic the text reads XT305, but i don't find XT550 rootmaster image... my bad :cyclops
In the image above, click the link marked.
As I already defeated the root link is no longer active, but should appear in the blue, after clicking the link that a confirmation message appears asking if you really want to eradicate this message appears only in Chinese, then click the blue buttons, always without fear.
here a video in youtube for clear some questions
https://www.youtube.com/watch?v=fCMj1n-RuBs
Good luck!
How to remplace the chinese super user by SuperSu from @Chainfire
Thanks to @Chainfire (my respects)
https://play.google.com/store/apps/details?id=eu.chainfire.supersu&hl=es_419
1- We go to the Google Play Store and downloaded SuperSU
2 - Once downloaded and run it SuperSU we get a screen that says upgrade binaries we touch 'Normal Mode' If the option doesn't work normally , and past 5 minutes (or more) just restarts and retry.
3-Then go to the "Settings" tab and look for the option "default access" and select "Prompt"
4- done this one you see what we will do is install SuperSU in the System folder and Chinese superuser will be deleted leaving for default SuperSU so go where it says "SuperSU installed in / system" asks you a couple of confirmations and if we give the entire phone was restarted and when we turned on the Chinese superuser is deleted and will be installed SuperSU
thank you and excuse me for not putting images is that I was afraid that SuperSU uninstalling and then reinstalling it and take pictures of screen, Root lose but I think the tutorial is quite understandable.
Drawline test solution to the touchscreen calibration screen
DRAW LINE TEST
this issue would not wish on my worst enemy. That let me several nights without sleep and in some moment want to smash the phone to the wall or break it with a hammer (thats the reason of the image above). ok too much bla bla, go to the point. browser by the web (spanish forums because it's my native lenguage and the phone is a masive plague here LOL) I find a solution to this issue (lucky phone It's saved from the hammer).
this one is the drawline test, it's a test which calibrate our touchscreen from the issue of the keyboard mistake letter touch and the crazy recent screen ('pantalla loca' how the follow tuto reads LOL) I don't what this apk do but follow the video steps and you will fix it.
https://www.youtube.com/watch?v=DCxWx-hW0EM
Last step leave stable, and free memory for more apk's
Install Root Explorer, Go Launcher EX, Link2SD, CacheMate and DroidTweaker (you can install apps from Google Play or download them and copy them to the SD card) - started in Link2SD and select EXT2 (you must partition the SD before) - Configure Ex Go Launcher as the default launcher ... Preferences .... Set as default launcher and opens the contextual menu if using always ... (this step is very important because if they are left without launcher to make the next step) - Open Root Explorer and go to / flex / app .... touch where it says Mount R / W .... select all files in that folder and give them move and took them to a new folder inside the SD card. .. There are 2 apps that give error loop if you move it ... give here a while to force close and finally restart the phone .... we will miss several apps ... but do not worry. .. when we started again ... Root Explorer to / sdcard / (folder where you moved the content /flex/app)...
install FileManager.apk
MusicDashboardGlobal_argospin_mdpi.apk (controls the PLAY button)
MusicGlobal_argonspin_mdpi.apk (music player) ...
and if we have Facebook (FBAndroid_1.8.3-preload.apk)
or Talk or Gmail or YouTube or Twitter (I recommend installing the apps that came with the phone and then the update. .. as some gave me error when installing from Play)...
finished installing apps open the DroidTweaker (we ask permission of SU and various checks to make sure we know what we do lol) ...
check Clean Dalvik and give Dalvik Heap Size 40M ....
Apply and restart the phone
- Restarts and go to CacheMate ...
choose it clean and there we see how much memo is .... in my case before updating 84MB at this point we can load apps that we like in the phone ...
in my case install Shazam, Whatsapp, Wifi File Explorer, Dolphin Browser, File Transfer Bluethoot, Notifications and Navitel do .... after we verified that we have not been any updates the Play.
- We again use the CacheMate and ready I stay with 52MB available ... the phone is more fluid than before ... it does not lock and has more resources available ... yet updated and synchronized ... I still test the theme the battery to see how hard without batterymanager I hope that works for someone else ...
Update: in this 4shared folder is all apk and the batery mannager if you want to equilibrate your batery.
you can use batery calibration too.
http://www.4shared.com/folder/n1VE8Wec/Apps.html
epic entropy generator by seeder apk
thanks to @lambgx02
Thread in XDA
http://forum.xda-developers.com/showthread.php?t=1987032
Seeder is an APP created by @lambgx02 It's a scrip based on the original bearing the same name, this simple application works on any Android I rooted.
How does it work?
Sedeer makes adjustments to the Java virtual machine built into Android resulting in increased speed, fluidity and decreased very considerable lag.
Multiple users of XDA Developers have successfully tested and claim that this APP significantly improves performance.
Xposed Frameworks (if u want)
I dont suggest for the inestability but if you want modules to make your phone like a lollipop phone or modify some apk, try it!
XDA Thread
http://forum.xda-developers.com/showpost.php?p=44034334&postcount=2315
INSTRUCTION:-
1. DOWNLOAD THE Xposed installer given in hide content
2. Install it and go to framework and press install/update
3. Wait till it gets finished then reboot the device
4. OPEN the app go to DOWNLOAD section and install the modules u want.
5. Then to activate the modules go to MODULES section and activate it.
6. Open app and make settings of your preference
6. Reboot the device it gets activated and enjoy
Thanks and respects to @rovo89 for this wonderfull mod and @liudongmiao for port it to GB
Lollipop Themes
Go Launcher Ex
https://play.google.com/store/apps/details?id=com.gau.go.launcherex
L Go launcher Theme:
https://play.google.com/store/apps/details?id=com.gau.go.launcherex.theme.Androidl
Xp Theme: 5.0 Lollipop:
https://play.google.com/store/apps/details?id=com.candl.xperia.theme.l.free
Android Lollipop theme:
https://play.google.com/store/apps/details?id=com.campmobile.launcher.theme.androidlollipop
[MOD] Fonts or Font style letter O JB KK
I'm customizing and sharing mods and Apps for the XT550, these sources of letters are best for use with behaus letters or something XD, The question is going to Settings / Display / Sources of letters and no change for behaus or as call.
1 - You have to be root.
2 - Have root explorer.
3 - Make a backup of the Fonts folder located in the System.
4 - Download the files.
5 - Then they go to System / Fonts and paste the downloaded files.
6 - replaced.
7 - Restart the device.
8 - And ready, the lock screen stay more minimalist .. So:
In short, it is much, much more cute ah, and greatly improves if you put the source of behaus letter.
download
https://drive.google.com/file/d/0B9M6olYOFCczWHFfYmYwcWE5RTA/edit?usp=sharing
[CENTRE]HOLO Theme Pack Update[/CENTRE]
A few customs pack to seems GB to ICS
https://forum.xda-developers.com/showthread.php?t=1909047
Credit:
@marinalin85 for the post
@fariz Amran for ICS Dialer and Contacts
@mobint for lockscreen
Hi guy!! What's are password for this firmware? I'm want for this!!
Sorry for my bad english!
feliperock3r said:
Hi guy!! What's are password for this firmware? I'm want for this!!
Sorry for my bad english!
Click to expand...
Click to collapse
The rar password is luuchorocha
push up
Hi i come again to push up this Thread if any is interested
Hola Cristian, gracias por compartir, tendras alguna custom rom para este dispositivo? saludos desde Bs. As.
morris0n said:
Hola Cristian, gracias por compartir, tendras alguna custom rom para este dispositivo? saludos desde Bs. As.
eng: Hi Cristian, thanks for sharing, do you have any custom roms for this device? greetings from Bs. As
Click to expand...
Click to collapse
jajaja un poco tarde la respuesta, no, al menos no sabria decirte, hace mil que no desarrollo para este telefono. Saludos compatriota
Eng: hahaha a little late the answer, no, at least I would not know how to tell you, I haven't developed for this phone for a thousand years. Cheers
UP

GApps and MoreLocale2 Installer + Debloater for Le Pro 3 AI x7 (x650 / x651) w/o ROOT

Automated GApps and MoreLocale2 Installer + Debloater
for Le Pro 3 AI x7 (codename x650 / x651) without ROOT
...but it is suitable for any ARM64 Android 6+ device without ROOT
to run ONLY under Linux OS x64​
Updated post! All further improvements and corrections will be published here.
Linux Script Version 0.1.8 | Developed by: @dilnix in assistance of @master_lie
The Google Apps version of 06/15/2018
Linux dependencies: android-tools
Windows version you can find on 4pda or in the following post of this thread<-- WINDOWS VERSION
Temporary the Windows version placed HERE
Installs and removes a sample Google Apps package, as well as MoreLocale2, with all necessary permissions to these applications.
And also, it allows to partially remove and freeze most unnecessary Chinese programs.
Remember, it will not return your already uninstalled apps!
DOWNLOAD: FEX || MEGA
For start:
0) Have a USB-connected smartphone, with an already-enabled and authorized USB debug running on the stock EUI without installed GApps and MoreLocale2.
1) Unpack the archive anywhere and go to the appeared folder "ML2-GApps-Debloat".
2a) Open the terminal (console) from this folder and run the script file:
Code:
./ML2-GApps-Debloat-Linux.sh
OR...
2b) Simply "Run the file in the terminal window (console)" from the context menu of the file manager by right clicking on the mentioned file.
After the launch, you will get into a simple text menu with a choice of further installation steps.
After installing any of the Google Apps options your smartphone will be rebooted!
All applications are installed by the script in the User Space, and they are not afraid of a typical system update.
Menu options:
1) Check_ADB
2) Install_only_ML2 (Install only MoreLocale2)
3) Install_ML2+CoreGApps (Install MoreLocale2 and Core Google Apps)
4) Install_ML2+CoreGApps+ExtraGApps (Install MoreLocale2 and Basic Google Apps and Additional Google Apps)
5) Install_only_CoreGApps (Install only Basic Google Apps)
6) Install_only_ExtraGApps (Install only Additional Google Apps)
7) Install_CoreGApps+ExtraGApps (Install only Basic Google Apps and Additional Google Apps)
8) Remove_ML2 (Remove only MoreLocale2 without reboot)
9) Remove_GApps (Remove Core and/or Additional Google Apps with reboot)
10) Remove_ALL (Remove All Google Apps and MoreLocale2 without questions but with reboot)
11) Debloat_Menu -------
..............................................................|
..............................................................| This submenu contains options:
..............................................................|
..............................................................1) Uninstall_Chinese (just few boring apps without reboot)
..............................................................2) Hide_Minimal_LeEco (part of LeEco apps that is most useless without reboot)
..............................................................3) Hide_All_LeEco+MTK_Services (All of LeEco & MTK apps and services without reboot)
..............................................................4) Hide_LeEco_Browser (without reboot)
..............................................................5) Hide_LeEco_Launcher (without reboot)
..............................................................6) Hide_LeEco_Music (without reboot)
..............................................................7) Hide_LeEco_SuperManager (without reboot)
..............................................................8) Hide_LeEco_Calendar (without reboot)
..............................................................9) Hide_LeEco_Email (without reboot)
..............................................................10) Hide_LeEco_VideoPlayer (without reboot)
..............................................................11) Return_to_Main_Menu
12) UnHide_Menu -------
..............................................................|
..............................................................| This submenu contains options:
..............................................................|
..............................................................1) UnHide_Minimal_LeEco (part of LeEco apps that is most useless without reboot)
..............................................................2) UnHide_All_LeEco+MTK_Services (All of LeEco & MTK apps and services without reboot)
..............................................................3) UnHide_LeEco_Browser (without reboot)
..............................................................4) UnHide_LeEco_Launcher (without reboot)
..............................................................5) UnHide_LeEco_Music (without reboot)
..............................................................6) UnHide_LeEco_SuperManager (without reboot)
..............................................................7) UnHide_LeEco_Calendar (without reboot)
..............................................................8) UnHide_LeEco_Email (without reboot)
..............................................................9) UnHide_LeEco_VideoPlayer (without reboot)
..............................................................10) Return_to_Main_Menu
Google Apps Packages:
Core Google Apps: GoogleBackupTransport.apk, GoogleContactsSyncAdapter.apk, GoogleLoginService.apk, GoogleServicesFramework.apk, Phonesky.apk, PrebuiltGmsCore.apk
Additional Google Apps: CalendarGooglePrebuilt.apk, GoogleCalendarSyncAdapter.apk, LatinImeGoogle.apk
All questions and support: in this thread of the forum, as well as in the Telegram group "dilnix_LiteMod_EUI" (answering not fast).
Language of informing by script: English.
Inspired by: 4pda community
It is possible to update the script in the future for EUI with Root system access, and to add more functionality.
With today update of v0.1.6 we did:
- options to remove GApps and MoreLocale2 options
- all code optimized and re-visioned
Please enjoy!
With today update of v0.1.7 we added:
- option to remove few Chinese bloatware applications
- options to hide most of LeEco apllications and services
Please enjoy!
Also I prepared a Video manual of:
- installing EUI 5.9.025S via Fastboot
- updating to EUI 5.9.028S via OTA
- removing and hiding most of useless applications with using a tool of topic
- installing GApps with using a tool of topic
Hope you will like it.
*
We say thank you for the much work what you put into it !! :jó:
I'm glad to see it helps you =)
Developing Linux and Windows versions of tool will be separated soon at 4pda. But I hope we'll keep publishing it together here after adding more features.
Kind dilnix, thank you it till now work with what you helped a lot. We would be glad if you would publish your work here in the additional ones because the 4pda-ra to register and to enter rather difficult if somebody does not can in Russian and he does not have a Russian keyboard. Excuse me for the bad English text. With thanks and gratitude!! :good:
msaca said:
Kind dilnix, thank you it till now work with what you helped a lot. We would be glad if you would publish your work here in the additional ones because the 4pda-ra to register and to enter rather difficult if somebody does not can in Russian and he does not have a Russian keyboard. Excuse me for the bad English text. With thanks and gratitude!! :good:
Click to expand...
Click to collapse
Don't be afraid. All my results with x7 device will be published on XDA too.
Nice to see that tool is good for you =)
Thanks Dilnix. Following your thread man. I'll rate this
pls help
i cant run "ML2-GApps-Debloat-Windows.exe". it keeps on closing up..please help
Mysiopao said:
i cant run "ML2-GApps-Debloat-Windows.exe". it keeps on closing up..please help
Click to expand...
Click to collapse
It could be your PC. try to re-download or use a different PC if you have it available man.
Mysiopao said:
i cant run "ML2-GApps-Debloat-Windows.exe". it keeps on closing up..please help
Click to expand...
Click to collapse
please tell me more details,
what is OS version?
did you enabled some options in the file properties, for example, about compatibility?
this is fantastic!
bro you save my life and other user
that number 18 disabled the launcher making it blank on startup funny. i thought i got boot loop im surprised someone call me and noticed that the launcher is missing need to figure how to reformat the phone pressing power button and up go to recovery delete user. try again to install. from option 2 ML2+coreapps then do the debloat use the 15 16 and 17 only. im scared to tried that one again number 18 option
kudos to you:good:
cant install OTA nor install 5.9.25s using PC
i want to install the latest rom for my lex653 4 32GB with new EUI 5.9.28s. I have downloaded the zip file and copy it to my phone, then change the name into update.zip. I wipe out all my data and then update. But it failed when i try to install and then nothing change with my EUI. Then, i found this thread. Then i try to install EUI 5.9.25s with PC. But it always failed because the fastboot and the device didnt match. Please help to solve the problem please!!!:crying::crying::crying:
Hi!
I'm having a problem with executing of gapps file. It keeps on closing.
It says that
C:\users\user\Destop\New' is not recognized as internal or external command
operable program or batch file.
please help me
I hide some more apps and no error encounter:
com.android.calculator2 --> i don't like this calculator
com.android.email --> I use gmail
com.android.gallery3d --> I don't use this gallery
com.letv.android.filemanager --> I use mixplorer
com.letv.android.personalized --> I don't know, i can still open in settings
com.letv.android.themestore --> same as before
com.letv.android.videoplayer --> I use vlc
com.letv.domain --> I don't know
com.letv.leui.sdk.data --> I don't know
Hello dilnix, I am sorry to bother you, but since I can not register in 4pda I ask you around here.
It is true that leeco has sent the source code of the x650 to a 4pda developer?.
A greeting.
kaku1237 said:
bro you save my life and other user
that number 18 disabled the launcher making it blank on startup funny. i thought i got boot loop im surprised someone call me and noticed that the launcher is missing need to figure how to reformat the phone pressing power button and up go to recovery delete user. try again to install. from option 2 ML2+coreapps then do the debloat use the 15 16 and 17 only. im scared to tried that one again number 18 option
kudos to you:good:
Click to expand...
Click to collapse
I do the same this on linux version with 11 > 6, so reformat the cellphone and before de bloat install the Now Launcher bay play store and set as default. then hide Le Eco Launcher.
Then i try to install EUI 5.9.25s with PC. But it always failed because the fastboot and the device didnt match. Please help to solve the problem please!!!
Click to expand...
Click to collapse
When you in Fastboot mode, what is output of following command?
fastboot oem device-info
I'm having a problem with executing of gapps file. It keeps on closing.
It says that
Click to expand...
Click to collapse
You just need to run it from path that excludes any special symbols and spaces.
It is true that leeco has sent the source code of the x650 to a 4pda developer?
Click to expand...
Click to collapse
No, it's not true. Nobody from 4PDA mentioned about that. If somebody got source code and keeping silent it's not good and shame on them but it's all I know.
I have success to install 5.9.025s china roms then use ML2 debloat apps. It works well and i have hide the launcher just like the tutorial. And then, when im playing games. I realize that the super manager (phone manager) has gone. Could you put back the phone manager please or dont include it in the option. Because with phone manager, the phone can enter the high performance mode so the game will not laggy. Im really disappointed because the super manager has gone. Please help.

[GUIDE] Kg State Locked Bypass

Hello i was have issue with my deivce and i searched a lot to solve it on internet some of people just sold their phone to this problem and some replace the motherboard
Finally i was able to solve it the problem is that you have kg state locked and when you try to flash any file it give this message: all binaries are not allowed to be flashed due to kg locked even you can't flash stock rom like image
{
"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"
}
requirement :
1- usb cable
2- pit file for your deivce
3- combination rom for you device
So How to solve :
1- get pit file for your device
2- open odin go to pit tab and and select pit file
3- go to options tab and uncheck auto reboot
4- press start when finish go to recovery this is important
5- in recovery menu select reboot to bootloader
6- flash combination rom
7- go to settings check oem options from developer options
8- enjoy your problem is solved :fingers-crossed:
Don't Forget to hit thanks
Will this work for blacklist also?
Did not work
I tried to do this process using a Galaxy s20 but it didn't work. Could you explain a little more detailed how it works?
Benjnast said:
Will this work for blacklist also?
Click to expand...
Click to collapse
No
Not working for A9
faw_wal said:
Hello i was have issue with my deivce and i searched a lot to solve it on internet some of people just sold their phone to this problem and some replace the motherboard
Finally i was able to solve it the problem is that you have kg state locked and when you try to flash any file it give this message: all binaries are not allowed to be flashed due to kg locked even you can't flash stock rom like image
requirement :
1- usb cable
2- pit file for your deivce
3- combination rom for you device
So How to solve :
1- get pit file for your device
2- open odin go to pit tab and and select pit file
3- go to options tab and uncheck auto reboot
4- press start when finish go to recovery this is important
5- in recovery menu select reboot to bootloader
6- flash combination rom
7- go to settings check oem options from developer options
8- enjoy your problem is solved :fingers-crossed:
Don't Forget to hit thanks
Click to expand...
Click to collapse
Oops, I tried to do this method for my a9 that started showing this message after rooting the device. It appears that the binaries are blocked because of the blocked KG, any alternative?
dont wost your time this will not work for any model
faw_wal said:
Hello i was have issue with my deivce and i searched a lot to solve it on internet some of people just sold their phone to this problem and some replace the motherboard
Finally i was able to solve it the problem is that you have kg state locked and when you try to flash any file it give this message: all binaries are not allowed to be flashed due to kg locked even you can't flash stock rom like image
requirement :
1- usb cable
2- pit file for your deivce
3- combination rom for you device
So How to solve :
1- get pit file for your device
2- open odin go to pit tab and and select pit file
3- go to options tab and uncheck auto reboot
4- press start when finish go to recovery this is important
5- in recovery menu select reboot to bootloader
6- flash combination rom
7- go to settings check oem options from developer options
8- enjoy your problem is solved :fingers-crossed:
Don't Forget to hit thanks
Click to expand...
Click to collapse
Thankyou your solution worked for me
"So How to solve :
1- get pit file for your device
2- open odin go to pit tab and and select pit file
3- go to options tab and uncheck auto reboot
4- press start when finish go to recovery this is important
5- in recovery menu select reboot to bootloader
6- flash combination rom
7- go to settings check oem options from developer options
8- enjoy your problem is solved :fingers-crossed: "
1. PIT FILE IS INSIDE CSC.TAR?
6. HOW to create or download "COMBINATION ROM" ?
icotynato said:
6. HOW to create or download "COMBINATION ROM" ?
Click to expand...
Click to collapse
Cannot create such file. Use google to find that file.
There's a chance you can find it here: samsungcombination.com
faw_wal said:
Hola, tuve un problema con mi dispositivo y busqué mucho para resolverlo en Internet, algunas personas simplemente vendieron su teléfono a este problema y algunas reemplazaron la placa base.
Finalmente pude resolverlo, el problema es que tienes el estado kg bloqueado y cuando intentas flashear cualquier archivo, aparece este mensaje: no se permite flashear todos los binarios debido a kg bloqueado, incluso no puedes flashear stock rom como imagen
requisito:
1- cable usb
2- lima de hoyo para tu deivce
3- rom combinada para tu dispositivo
Entonces, ¿cómo resolverlo?
1- obtenga un archivo de pozo para su dispositivo
2- abre odin, ve a la pestaña de boxes y selecciona el archivo de pit
3- vaya a la pestaña de opciones y desmarque el reinicio automático
4- presione iniciar cuando termine ir a recuperación esto es importante
5- en el menú de recuperación, seleccione reiniciar al cargador de arranque
6- rom combinada flash
7- vaya a la configuración, verifique las opciones de oem desde las opciones de desarrollador
8- disfruta tu problema está resuelto: dedos cruzados:
No olvides pegar gracias ag
Click to expand...
Click to collapse
buenas noches, una pregunta como puedo conseguir el pit, o de donde lo puedo sacar?
When uploading the combination file I get a message "please get the approval to use factory binaries (pit)"
Samsung SM-A516B
faw_wal said:
Hello i was have issue with my deivce and i searched a lot to solve it on internet some of people just sold their phone to this problem and some replace the motherboard
Finally i was able to solve it the problem is that you have kg state locked and when you try to flash any file it give this message: all binaries are not allowed to be flashed due to kg locked even you can't flash stock rom like image
requirement :
1- usb cable
2- pit file for your deivce
3- combination rom for you device
So How to solve :
1- get pit file for your device
2- open odin go to pit tab and and select pit file
3- go to options tab and uncheck auto reboot
4- press start when finish go to recovery this is important
5- in recovery menu select reboot to bootloader
6- flash combination rom
7- go to settings check oem options from developer options
8- enjoy your problem is solved :fingers-crossed:
Don't Forget to hit thanks
Click to expand...
Click to collapse
Please help me! How can I flash combination file with fastboot? because reboot to bootloader means entering fastboot mode. Thank you
Hi to all, I just want to clarification about on my deviceI have Galaxy Z Fold 2 i use without any problembut when i try to boot it into ODIN there a line there KG State Prenormal
What the mean of this?
Hi, can you help?
When i start odin with that combination file, the proces will stuck at "set partition"
Any ideas?
faw_wal said:
Hello i was have issue with my deivce and i searched a lot to solve it on internet some of people just sold their phone to this problem and some replace the motherboard
Finally i was able to solve it the problem is that you have kg state locked and when you try to flash any file it give this message: all binaries are not allowed to be flashed due to kg locked even you can't flash stock rom like image
requirement :
1- usb cable
2- pit file for your deivce
3- combination rom for you device
So How to solve :
1- get pit file for your device
2- open odin go to pit tab and and select pit file
3- go to options tab and uncheck auto reboot
4- press start when finish go to recovery this is important
5- in recovery menu select reboot to bootloader
6- flash combination rom
7- go to settings check oem options from developer options
8- enjoy your problem is solved :fingers-crossed:
Don't Forget to hit thanks
Click to expand...
Click to collapse
Hey, since my device is locked, I can't unlock OEM. Can I still proceed?
joenamcoutinho said:
Hey, since my device is locked, I can't unlock OEM. Can I still proceed?
Click to expand...
Click to collapse
did you fix the problem?bcz i am also facing a issue like that
There is a way to bypass 'knox guard lock' kg lock, just by disabling main samsung launcher 'com.android.systemui' and instaling some alternative launcher.
HirukaNethmitha said:
did you fix the problem?bcz i am also facing a issue like that
Click to expand...
Click to collapse
No not really. I'm still trying to find a way to get root on my phone.
Managed other way to bypass kg lock inside locked system by using 'CCSWE app manager' Lycan mod.
This app allows to disable certain services inside the app without disabling the app itself.
i tested it on: Android 12
Security Patch Level: 1may 2022
Advantages of Lycan Bypass Method:
•Modified systemui app still appears enabled
[kg security shouldn't reinstall app after reboot]
•screenshots works
•screen recording works
•screen cast/mirroring working,
•bluetooth devices battery info, etc.
•Wallpapers/themes
•notifications
•Android auto
•Google & Samsung Accounts are OK to use.
Not working:
•Nav bar
•status bar
•volume bar
•AOD-always ON Display
•screen lock (pattern, pin, fingerprint, face recognition)
Do not use build-in system Lock screen, its broken because of bypass method, otherwise system will stuck in startup screen.
☆Needed to install an alternative apps for missing Interface.
Spoiler: Download 📥
Splashtop Add-on
Lycan App manager
Spoiler: Lycan Bypass - No Pc Method - (More interface functions)
●install 'Alliance Shield X' Using Qr Code in Qr Setup Wizard.
●Get the 'Splashtop Add-on' & 'Lycan app manager'.
☆Optional
Open phone browser
(thru Aliance Shield X, or "Accesibility Trick")
Type shortened xda link: t.ly-SQT and download 'Splashtop Add-on' & 'Lycan app manager' from "Download" tab directly to your phone storage.
●install 'Splashtop Add-on'.
●run Splashtop Add-on and grant 'knox permissions' only, and leave. (internet Connection needed)
●Disable 'klms agent' (com.samsung.klmsagent) thru Alliance Shield X app.
●Uninstall Splashtop Add-on.
●Install 'Lycan Ccswe App Manager', grant device admin permissions.
●Find on the Lycan app Manager List:
'systemUi' app (com.android.systemui)
●Inside System Ui, open 'services' tab and find:
'KeyguardService' - Disable it.
'SystemUiService' - Disable it.
●Reboot Your phone, using Power button.
●Finish Setup Wizard.
●Install missing Interface Apps (posted an example interface apps below).
Spoiler: Lycan Bypass - Pc Adb Method
●Get Acces to ADB
●Install Splashtop Add-on
adb install -r --user 0 "C:\ADB Folder\Splashtop.apk" *write your "path and apk name", if apk is placed in Adb folder, path isn't needed.
●Start Splashtop Add-on
adb shell am start -n com.splashtop.streamer.addon.knox/.ConfigActivity
•grant 'knox permissions' only, and leave. (internet Connection needed)
●Disable KLMS Agent
adb shell pm disable-user --user 0 com.samsung.klmsagent
●Uninstall Splashtop Add-on
adb shell pm uninstall --user 0 com.splashtop.streamer.addon.knox
●Install LYCAN ccswe app manager
adb install -r --user 0 "C:\ADB Folder\Lycan.apk" *write your "path and apk name", if apk is placed in Adb folder, path isn't needed.
●Start LYCAN app manager
adb shell am start -n com.splashtop.streamer.addon.knox/com.ccswe.appmanager.activities.StartupActivity
•grant device admin permissions.
●Find on the Lycan app Manager List:
'systemUi' app (com.android.systemui)
●Inside System Ui, open 'services' tab and find:
'KeyguardService' - Disable it.
'SystemUiService' - Disable it.
●Reboot Your phone, using Power button.
●Finish Setup Wizard.
●Install missing Interface Apps (posted an example interface apps below).
Spoiler: Only Aliance Shield X - No Pc Method - (Less interface functions)
•install app 'Alliance Shield X' Using Qr Code in QR Setup Wizard.
•disable 'systemUi'(com.android.systemui) thru 'Aliance Shield X'.
•Reboot Your phone.
•Finish Setup Wizard.
•Install missing Interface Apps (posted an example interface apps below).
☆You can uninstall 'Alliance Shield X' after everything is completed (deactivate device owner & device administrator in app settings)
☆Do not uninstall 'Lycan Ccswe App Manager', Risk of Kg reLock.
☆it's not an unlock, it's a BYPASS.
☆After Wipe Data/Factory reset everything goes back to stock setting, so reLock as well.
Spoiler: Interface Apps 📱
Super Status Bar - Customize - Apps on Google Play
Easy brightness control, notification ticker text, gestures, battery bar & more
play.google.com
Ultra Volume Control Styles - Apps on Google Play
Customize your volume slider panel with aesthetic styles and themes!
play.google.com
One Shade: Custom Notification - Apps on Google Play
Custom Notifications and Quick Settings! Customize your phone & enjoy using it!
play.google.com
Black Hole - Lock screen - Apps on Google Play
A highly customizable lock screen with a fancy unlock effect!
play.google.com
iphone look screen lock, stronger protection, pin security
https://play.google.com/store/apps/details?id=com.technotouch.ilock.lockios thanks for @NoltsTechs
3Button navigation bar
https://play.google.com/store/apps/details?id=nu.nav.bar
Gesture navigation bar
Fluid Navigation Gestures - Apps on Google Play
Get the fluid navigation gestures of the future!
play.google.com
+
Shortcut Maker - Apps on Google Play
Simple app to create shortcut for anything you want.
play.google.com
☆You can create 'recent apps' button in your 'Navigation bar' app selecting 'Shortcut maker' as 'shortcut' button.
•that will open 'Shortcut Maker' app, so choose 'activities' option in it.
•Search there for: 'One UI Home' app.
•Select first action:
'com.android.quickstep.RecentsActivity'
•create shortcut(you can customize it)
☆'shortcut' button may be a premium/paid option in some 'navigation bar' Apps.
Spoiler: Useful Tips & Apps💡
☆ ''Accesibility trick''
When phone is offline, tap 'accesibility button' on setup wizard screen.
Go to: 'installed apps' -> 'Live Transcribe' app -> 'open Live Transcribe' -> Open Settings -> tap 'back button' in the upper corner -> 'Phone Settings Page' -> open 'Apps' page -> run app you need.
☆if you need nav buttons during the installation, go to 'settings' -> 'accesibility' -> 'interaction and dexterity' -> turn on 'assistant menu'.
☆App Links:
-Alliance Shield X in Play Store
-Aliance shield X Free Registration link.
-Splashtop Add-on in Play Store.
-SamFw Tool - for pc, to acces locked ADB, etc.
-Minimal ADB and Fastboot Tool for pc, classic adb command prompt.
-Adb App Control - for pc, with pretty nice interfece that allow to enable/disable/install/uninstall apps thru Adb.
-Uninstaller - helpful in removing the splashtop add-on app in some cases. thanks to @fitrockx
-NotifiCon - notification sound manager app, fixes missing nottifications sound, thanks to coolpix4
-Net Guard to block app from the internet access.
☆Optional:
Disable those Apps after Kg Lock bypass to:
●Unlock Adb/Mtp or Phone Calling:
-'Device Services' (com.samsung.android.kgclient)
-'Knox Enrolment Service' (com.sec.enterprise.knox.cloudmdm.smdms)
●Disable Android Firmware Updates/Notifications:
-'Software Update'¹ (com.sec.android.soagent)
-'Software Update'² (com.wssyncmldm)
You can try to disable them thru 'Lycan ccswe app manager' or Alliance shield x'.
If you cant disable them thru phone app, you can download SamFw Tool for pc and use 'disable knox' option, that should disable all knox apps (incuding 'Device Services' & 'Knox Enrolment Service').
Or You can use Adb 'disable' commands(if You have adb acces)
To acces adb you need to enable 'adb debug' option in phone settings developer options.
Or if you cant do this, tap 'Phone' app and type *#0*# when using SamFw Tool, to unlock adb.
☆Optional Adb commands:
Open Android Settings
adb shell am start com.android.settings
Disable Device Services
adb shell pm disable-user --user 0 com.samsung.android.kgclient
Disable Knox Enrolment Service
adb shell pm disable-user --user 0 com.sec.enterprise.knox.cloudmdm.smdms
Disable Software Update¹
adb shell pm disable-user --user 0 com.sec.android.soagent
Disable Software Update²
adb shell pm disable-user --user 0 com.wssyncmldm
❗️if You Locked Your screen by Build-in System Screen Lock (even when I wrote NOT TO DO IT...) You can unlock it thru adb(if You have adb acces):
adb shell locksettings clear --old 1234
If it's a pattern, dots are numbers:
1● 2● 3●
4● 5● 6●
7● 8● 9●
Spoiler: Lycan Bypass - no pc -Tutorial ▶️
.

Categories

Resources