Easy Tools - Android Software Development

Project Easy Tools aims to make Command Prompt/ Terminal Emulator as your friend . Still it is an experimental version
Last day , I saw some busybox codes on internet and began to study it . Those codes are easy to understand compared to other coding languages but it's difficult to remember them all . So I decided to create a new tool ( named Easy Tools ) which act as a moderator between all busybox codes and helps the users to do whatever they want through a Terminal emulator . It shortcuts some of the codes , and avoid the typing difficulties . At this stage the tool contains only few codes and it should be improved on later updates .
How to install Easy Tools
Code:
1 . You must have a busybox installed Android device .
2 . Download EasyTools_v1.0.0.zip from download menu
3 . Flash downloaded zip and reboot the device .
4 . Open terminal emulator
5 . Type " su" . It may grant superuser permission
6 . Type " easytools"
7 . OK it's done .
>>>Download<<<
Vote now
I need dev's help to complete this project, because I have only limited experience on Linux coding.
XDA:DevDB Information
Easy Tools, Tool/Utility for all devices (see above for details)
Contributors
AlfasPeralassery
Version Information
Status: Alpha
Created 2014-09-14
Last Updated 2015-01-10

Main features
1 . Crash the dump files
2 . Take a log / save the log
3 . Print the log
4 . Show free space
5 . Delete a file
6 . Unix <=> Dos file conversion
7. Show the list files in a folder
8 . Take a screenshot (experimental )
9. Reboot the device
10. Sample Codes
FAQ ( Frequently Asked Questions)
--------------------------------
1 . What is project Easy Tools ?
Project Easy Tools is developed by me , for understanding the importance of Terminal Emulator. Most of the have know idea about the Terminal Emulator and about the cpdes/queries. I simplified some of the codes and now it can be used for the purposes that mentioned on the features field .
2 . How does it works ?
It is simply based on BusyBox and using busybox commands .
3 . What things I need ?
* A rooted Android device ( all API levels supports Easy Tools)
* Terminal Emulator App ( Can be get from playstore)
* BusyBox enabled ( check on XDA threads for BusyBox )
4 . This contains only few features, why ?
As I said above, it is only and experimental version. So at this te it only contains less features .
5 . I have some suggestions, where can I tell you ?
Comment via comment box below . Every suggestions are welcomed.
6 . I am a developer, I wanna help you .
Sure thing . We can enlarge it with a team work .

Battery Calibration
Battery calibration is need to be done after installing a custom rom . It deletes the battery status of the system and generate new one . It's used in case if anyone experiences battery problems. This is only an experimental version , but should work .
>>>Download
* Enable Battery Percentage
Settings > Display > Battery Percentage
* Connect the charger and allow the device to charge 100%
* When the charging completed , press caliberation in the main menu .
* Remove the charger .
* Allow the device to completely discharge
* Done !

Related

[UPDATED] [Tool-Windows] [ADB for noobs] [the simplest GUI ADB/Fasboot]

*THE TOOL IS UPDATED HERE, HOPEFULLY WILL FIX WHATEVER PROBLEM YOU HAD, WHATEVER! *​
Hello and welcome ! , I wanna play a game :silly:
This tool made specially for noobs & lazy guys , as some of us hate working with any command prompt -and ADB/fastboot are command prompts- so they avoid using it , even if they needed to!
now forget that , this tool is the simplest Graphical user interface ADB,
which will grab popular ADB & Fastboot commands in simple combobox to use
Features..!
My tool is featured in XDA-Portal . Tab Here
Main Features
this tool is written in java, which mean the simplicity , the smallest size and the fastest functions!
this tool depends on your PC , it does nothing on it's own , that makes it very small (about 45 kb!) but powerful
Currently this tool is my only active project , so i'm working on updating it ASAP :good:
Features for human being (to use)
my tool does the most popular/important pure ADB & fastboot operations ,
these operations are :
Check if Device connected properly (adb devices).
Android Logcat.
Install a specific APK file(Android Application).
Uninstall apk <package> .
pull a file from your Android Device to your PC.
push a file from your PC to your Android Device.
Look at tasks running in your Android device.
Check your Android Device Memory usage.
Check your Android Device storage usage.
Kill all background processes.
Normal Reboot.
Reboot to recovery mode
Reboot to Download mode (for Samsung Devices).
Reboot to bootloader mode.
Reboot to Fastboot mode.
Unlock Patterns/passowords with two methods
Flash Update.zip.
Flash recovery.img.
Flash boot.img.
Wipe (System,data & cache) before restoring nandroid backup.
Flash system.img.
Flash data.img.
Flash cache.img.
My tool UI is very simple and easy to use , it's just about 300 x 450 JFrame
​
Requirements..!
You need JRE (the JAVA Runtime Environment ) to run the Tool , you can get it from here .
ADB / Fastboot in your PC (are you kidding?! :cyclops: ).
USB Debugging enabled in your Android Device.
a Human brain which can read the 'How To' in this Thread.
How to & Downloads..!
Download the "ADB For noobs STABLE V3.0.jar" FROM HERE (or in Downloads Tab up) ,
open the downloaded file and set your ADB directory and click Set Data button (you must do that at least once), to make the tool know where's your ADB to use it.
Select the desired operation , and add required directories , then tab Activate , and that's it ! , isn't it Simple ?! :good:
use Reset button to reset text fields
Screenshots...!
the Final release (3.0) :
{
"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"
}
Old Version (2.5) :
Older Version (2.0) :
Even older Version (1.7) :
Or see the Screenshots Tab up.
How to help ?....
at first thanks for clicking "Click To Show Content" Button , that means you really want to help me :fingers-crossed:
Testing is the best method to help me.
you faced problem while using my tool ? let me know in the comments.
You have Suggestions ? .. PM Me with your suggestions .
you miss some adb/fastboot functions ? , feel free to request :good: .
DON'T FORGET TO CLICK MY
BUTTON .
Changelog...!
Code:
* 29 - 01 - 2015
the final release (3.0)
-fix : a few problems in the UI .. and a simple touch to the code.
-added : unlock patterns/passwords with 2 methods.
Note : no need to say that this update is just to leave that project sleep in peace , it just fixes some mistakes that I couldn't fix them because I didn't had enough time.
* 15 - 06 - 2014
release (v2.5)
-this version will give you the UI that you deserve ,look and feel is better and more simple than before.
-many pure ADB operations optimized.
-setting my data is more reliable (i'v optimized the code to get rid of these (Apk_dir.txt , P_dir.txt ....etc).
-reset button added (to reset text fields).
-the problem of (confirm dialog) that repeat the operations fixed.
-check updates button added (will open this thread's link).
-now all operation that returns output like (logCat , adb Devices.....etc) will store their logs in .text files.
-tool size reduced from 60 kb to 38 kb , lol .
* 10 - 06 - 2014
the third release (v2.0) :
-this version has several UI optimizations to make things 80% easier than before.
-many code problems solved , problems with some operations solved.
-storing all data in one folder ("Data") to make the look unique.
* 05 - 06 - 2014
the second release (v1.7) :
-code optimization , fixed 2 tools problems.
-now the adb / fastboot command prompt will close immediately after finishing an operation, except in memory/storage usage and logcat.
-new adb & fastboot options are added :
-Kill all background processes.
-Reboot to recovery mode.
-Reboot to Download mode (for Samsung Devices).
-Reboot to bootloader mode.
-Reboot to Fastboot mode.
-Flash Update.zip.
-Flash recovery.img.
-Flash boot.img.
-Wipe (System,data & cache) before restoring nandroid backup.
-Flash system.img.
-Flash data.img.
-Flash cache.img.
-the tool will create folder called patch to store all my .bat scripts in it.
* 03 - 06 - 2014
the initial release (v1.0) .
Credits...!
My Friend @kermage .... thanks for helping and Suggestions :good: :fingers-crossed:
My Friend Yusuf Badr ... thanks for Testing :good: :fingers-crossed:
XDA:DevDB Information
ADB for noobs (GUI ADB/Fastboot), Tool/Utility for all devices (see above for details)
Contributors
Mohamed Hashem
Version Information
Status: Stable
Current Stable Version: 3.0
Stable Release Date: 2015-01-29
Current Beta Version: 1.7
Beta Release Date: 2014-06-03
Created 2014-06-03
Last Updated 2015-01-28
Reserved
supposed to be reserved for unknown thing , who cares!
apple pie
DON'T FORGET TO CLICK MY
BUTTON .
Amazing work
Nicely done :good: :good: keep it up
Up!
Good job! :good:
But maybe on the next update, try to make it really for noobs & lazy guys; a 1 tool, installation/settings in the first run.
kermage said:
Good job! :good:
But maybe on the next update, try to make it really for noobs & lazy guys; a 1 tool, installation/settings in the first run.
Click to expand...
Click to collapse
i understand that you mean Setup window at first run .. but this will make the app for windows only , also you just need to run the 1st tool just once , then you can just delete it , but i'll try my best to make it easier , btw , before a day from making this thread , it was so dummy and you should add your adb dir every time to run it , as this pic : http://i.imgur.com/xbwtquz.jpg
btw , what about it's operations , you find any thing bad ? thx very much for your help and report
EDIT: Oh , i think i got an idea .. next update will solve this , also will have more operations , may be fastboot commands too
Mohamed Hashem said:
i understand that you mean Setup window at first run .. but this will make the app for windows only , also you just need to run the 1st tool just once , then you can just delete it , but i'll try my best to make it easier , btw , before a day from making this thread , it was so dummy and you should add your adb dir every time to run it , as this pic : http://i.imgur.com/xbwtquz.jpg
btw , what about it's operations , you find any thing bad ? thx very much for your help and report
EDIT: Oh , i think i got an idea .. next update will solve this , also will have more operations , may be fastboot commands too
Click to expand...
Click to collapse
No need for setup window, use java ini/properties file instead.
new update is out , check the changelog and Screenshot :good:
Now that the Gear has moved from Android to Tizen we need a modded version to work with SDB instead of ADB.
Mohamed Hashem said:
new update is out , check the changelog and Screenshot :good:
Click to expand...
Click to collapse
Are you missing a DLL file from your Java Program? I'm getting Java errors stating it can't find the main class of the file. I'm running Windows 7 32-Bit and Java 6 Standard Edition installed.
how can i use it to flash twrp or cwm img file to my phone??
Would be perfect if it had a feature to batch install apks.
jman1234 said:
Would be perfect if it had a feature to batch install apks.
Click to expand...
Click to collapse
sorry didn't understand that .. i mean it had "install apk" option , but what do you mean with batch install apk ?
mashnino said:
how can i use it to flash twrp or cwm img file to my phone??
Click to expand...
Click to collapse
just add the file you want to flash in the 1st text box called "select file to install / flash / push and then select the option from combo box
rootdefyxt320 said:
Are you missing a DLL file from your Java Program? I'm getting Java errors stating it can't find the main class of the file. I'm running Windows 7 32-Bit and Java 6 Standard Edition installed.
Click to expand...
Click to collapse
no it's just fine with me and others :\ , upgrade to higher Jre or redownload
Guys , new update is coming today or tomorrow , will make things much easier :good:
Mohamed Hashem said:
...
Click to expand...
Click to collapse
great job :good::good::good:
long time no see
naheel azawy said:
great job :good::good::good:
long time no see
Click to expand...
Click to collapse
wallahi enta m4 3arf ana far7an 2d eh eny shoftk
NakedFaerie said:
Now that the Gear has moved from Android to Tizen we need a modded version to work with SDB instead of ADB.
Click to expand...
Click to collapse
the problem is that i don't have any Tizen based device , so , even if i made it support SDB i wouldn't be able to test it lol
Very useful thanks bro. And one thing I pressed thanks button on first post just kidding .
Sent from my LG-P500 using XDA Premium 4 mobile app
Good work there @Mohamed Hashem.. surely will help newbies (Y)
Mohamed Hashem said:
sorry didn't understand that .. i mean it had "install apk" option , but what do you mean with batch install apk ?
Click to expand...
Click to collapse
by batch install, he means to select multiple APKs and install them together without having to select one after another and wait for it to install.

A Noobs Guide to Verizon Galaxy Note 4 Hardware Repair,Root,Bootloader,Twrp,ROM's

A Noobs guide to Galaxy Note 4 Verizon Motherboard Hardware repair and replacement
and Other Samsung Galaxy Note 4 repair ( Att, Tmobile etc ) starting in thread 2 ( user input welcome ) ​
My Overheat Heat and flash problem issues leading to
OEM Motherboard replacement and acquiring ROOT again​
OP Note : read the whole guide or for that matter any OP​
Thanks to many XDA-Developers forums, if you are not quoted or mentioned here I will add you !!
Device : Samsung Galaxy Note 4 Verizon SM-910V this OP ONLY !!!
Code:
[COLOR=Red][B]Your warranty is now void.[/B][/COLOR]
*most likely you don't have a warranty because you broke it, ROM'd it, its old and past warranty anyway !**
So, There is no warranty anyway, not even if you did anything in this thread to it
We are not responsible for bricked devices, dead SD cards,
thermonuclear war, or your getting fired because the alarm app failed. Please
do some research if you have any concerns about features included in this guide
before flashing it! (thanks @hsbadr)
YOU are choosing to make these modifications, and if
you point the finger at anyone for messing up your device, we will laugh at you
Symptoms : ROMs not flashing/installing , crashing, High heat, low battery life on new battery hardware note working specifically fingerprint.
Problems : digging through many forums 2 years later to root and unlock the bootloader, it took DAYS
Solution: keep track of my progress and make a useful step by step NOOB guide for Everything !
Section 1: Repairs
Then the rest of the sections are for Rooting, Installing TWRP custom recovery, fixing bootloader , and installing ROMS
Section 2: Flashing via ODIN and the correct rootable OEM rom 5.1.1 on a windows PC
section 2a: Flashing via Heimdall on a Linux device --need comments
Section 3: Achieve temporary root to install bootloader fix
Section 4: Use of ADB to (windows and linux ) to copy over bootloader fix
Section 5: install TWRP custom recovery and your first rom
Section 1: Repairs
If you have to replace the motherboard, and you have any other futzy component, might as well order it at this point, your going through pretty much the same process. I am only doing the motherboard, but the cameras and USB board are right there as well on this repair
I have been running a rooted Verizon Galaxy note 4 since Cynogenmod crashed and switched to Lineageos 14 and then 15.
Here is the forum
https://forum.xda-developers.com/no...eo-8-1-0-unofficial-lineage-15-1-rom-t3760969​
After several suggestions and searches, many users hinted I may be getting a Bad internal memory,
which refuses to write anymore.
So I had to go to Walmart and buy a LG Straight talk phone to use as my daily driver,
Then I ordered a new motherboard from China, 29.00 on Aliexpress.
See OP thread #2 below!! It was not fun searching for it, but I saved $20 to $40 from buying on ebay
What I bought may not be available from this seller, but here is the link. Use a desktop browser, it will show "suggested" other devices...
Code:
[URL]https://www.aliexpress.com/item/with-Android-System-Original-unlocked-for-Samsung-Galaxy-Note-4-N910V-Motherboard-Good-Working-Free-Shipping/32802513232.html?spm=a2g0s.9042311.0.0.66e04c4dpohrQm[/URL]
When I received it , it was time to look for a repair procedure on YouTube.
Hardware needed: thin shim and 00 size phillips, AND a blank cheap SD card you don't mind losing. It may be unusable after we are done
Cell Phone repair tool kit really helps save your fingernails !
Complete note 4 teardown video:
Code:
[media=youtube]ZND9Q73wjr8[/media]
Just the Motherboard video
Code:
[media=youtube]5KpT755hNpM[/media]
In the second video, you can see the phone booting up as a test to see if you have all the connections correct.
Because it came from china, its a good idea to setup your user and
download the app CPUz before you put all the screws back in,
and check to see if you have a real or fake chipset.
Yaayyyy mine was real . Thanks Aliexpress.
Button it up and do a factory reset (it booted up set up as a no user) so I wanted a fresh install oem with my user.
Section 2: Installing the Correct rootable OEM rom so we can install Anything else.
FIRST check to see if you have the emmc brickbug or you will BRICK it !!
1. Google play store install eMMC Brickbug
If your long number starts with 15xxxxxxxxxxxxxxxxx, YOU are Golden ! if not STOP, get another board ! or you are going to waste time , and get another board !
The Galaxy Note 4 Verizon had a special custom locked bootloader installed after the 4.4.4 release to 5.0.1 and made it very difficult to get
root access to your device.
I saw the notice
DON'T UPDATE YOUR BOOTLOADER TO ANYTHING AFTER THE LATEST BUILD AS OF 4/19/16
warning about a week to late. So I finished out my 2 year contract and watched the forums.
Seriously noobs, don't update your new motherboard ...
The rom pre-installed on my replacement motherboard was already setup booted to a running 5.0.1 oem rom, I could not root it.. with any method I remember downgrading my 6.x.x to 5.1.1 in one of the many forums listed here at XDA
This one was the one I used back then, and It turned out that is where I started..
Only a Verizon Samsung Galaxy note 4 Developer Edition has the ability to install custom roms, and most likely the motherboard you bought or have is NOT a developer edition
IF you have a eMMC that starts with 15 we can reprogram it a developer edition
Thanks to @hsbadr
Here are most of the downloads we need:
Code:
[URL]https://forum.xda-developers.com/devdb/project/?id=15720#downloads[/URL]
2. Download Odin, Download TWRP, and Samsung_unlock_n4-fix
3. On your windows PC, create a folder c:/Odin and extract the Odin zip file there, and copy the TWRP image there
4. Download the following OEM root able ROM to your c:/Odin folder
Code:
[URL]https://forum.xda-developers.com/devdb/project/dl/?id=18880[/URL]
5. Plug your phone into a USB port on your Windows PC
6. Install the necessary drivers if they don't automatically install from Samsung
Code:
[URL]https://developer.samsung.com/galaxy/others/android-usb-driver-for-windows[/URL]
7. Set up your phone for flashing ROM and communicating
Settings - Security - Unknown sources- : check allow
settings - system -about phone - build number : click several times until you activate developer options
settings - system -about phone - developer options : Android Debugging : enable android debug bridge
settings - security - reactivation lock : Turn OFF or you will brick your device ( may vary where this is at . Important to turn off )
Power Off phone
Enter Download Mode - press and hold in this order <down arrow> <home> <power> until screen comes on. release buttons.
press up arrow to enter download mode
8. Open windows explorer and go to your c:/Odin folder. You should have an odin exe file, and the twrp file, and the large rom file.
a. right click odin exe and open as administrator
b. check to see if your connected to your phone. you should see a blue box in upper left with a com under it.
If you unplug your phone, you should hear the disconnect notice and the com and blue bar will go off, and when you connect, the com and blue bar and reconnect noise should appear.
9. click the AP button box, select the ROM file that you downloaded above.
NOTE : this ROM will disable WIFI so you wont be able to use the play store unless you have cellular connection.
you will have to transfer other files via usb cable !
Click start, do not unplug! until it stops.
10. Device will reboot. Remove cable, and battery before boot completes
11. Enter recovery mode . Press in order ,<volume up><home><power>
wait for the little android dude to do his thing, then there will be a menu. select factory reset, and reset and let it reboot
Set up minimal user or as a new phone with no user and check the settings in step 7
Set up your phone for flashing roms and communicating
Settings - Security - Unknown sources- : check allow
settings - system -about phone - build number : click several times until you activate developer options
settings - system -about phone - developer options : Android Debugging : enable android debug bridge
settings - security - reactivation lock : Turn OFF or you will brick your device ( may vary where this is at . Important to turn off )
Yayy, you now have a rootable device
Section 3 Achieve temporary root to install bootloader fix
In my try to obtain temporary root, I tried every method in all the forums ( go ahead and look and try )
The only 2 programs that reported to work is Kingroot, and Kingoroot. These are APK's that are NOT in the play store
you will have to download them and install them as unknown sources. I was only able to install kingroot . Kingoroot apk would not install
in both my 5.0.1 original on my motherboard, as well as what we just installed 5.1.1 I was unsucessful at obtaining root with these programs
Then I remembered Kingoroot has a windows version that installs on the PC <dangerous dont install yet>
On your PC you will need AVG antivirus to catch the malware ( other antivirus may work but this is what I had ) my PC is windows 7 ultimate
Advanced Users only :Recommend running a virtual machine with windows so as to keep your PC completely malware free. just delete the VM after this process !
This section you will need on your Note 4 from the Play Store : root checker
You will need a throw away SD card
You will need read through section 4 and 5 and get all files and programs there ready to install use and or transfer
0.5 update your AVG
1. With AVG installed on my PC, and my phone connected as a mtp with usb I downloaded and installed Kingoroot for windows.
https://www.kingoapp.com/
NOTE after not being able to install forum recommended kingoroot apk's i dint want wast time install the newest kingoroot apk from the website. Maybe it will work for you. If you do get kingoroot apk to work on your Note 4 let me know.
2. In the install process for kingoroot windows version AVG will quarantine a file.
there will be a couple popups .. close them
when its installed it will open and start talking to your phone.
3. press the root button.
It will take 30 sec to a minute to install some files on your phone and achieve root, there will be a new floating toolbar on the phone. root will disappear after a reboot, but not the resident programs this root is pretty stable, but i was not able to install SuperSUME (paid version ) as recommended in a XDA guide to obtain permanent root for this 5.1.1 rom. If your successful with super SUme with this let me know.
4. Open root checker to verify ! yayy.
5. Cleanup instructions when finished with this guide below
Section 4: Use of ADB to (windows and Linux ) to copy over bootloader fix
1. Your Note4 phone should be running with root, make sure phone is connected
Explanation : ADB is a Google provided tool for the android platform. It communicates with your phones operating system , transfers files , and actuates programs remotely in the background. totally necessary for development of ROM's, TWRP, and programs for every android device
You may or may not know that your android device is running a Linux kernel, with some Linux programs, with custom folders and custom files and settings, and the touch screen is the GUI graphical user interface touch input.
ADB is a command line user interface, when you turned this on in Developer settings, the kernel is listening constantly on the USB com port and some times on the WiFi com port for commands. if you don't need it turn it off, it could be a security hole, but we need it on.
It works great on windows, mac, or Linux varieties
2. Install on your computer
Code:
[URL]https://developer.android.com/studio/releases/platform-tools[/URL]
If you have linux, your distribution may have a package you can install from your distribution. Then it will be in your path as a command
3. Windows users , extract or install into c:/ADB and add that to your PATH variable if you want to use it all the time as a command
4. Open a command prompt window (search command or cmd , right click open as administrator)
5. If you have ADB folder in your path or are running Linux change directories to the folder where you downloaded the Samsung n4 fix file
6. You should still have root
type
Code:
adb devices
The ADB daemon ( little server program ) will start and return some information.
your phone will have a popup screen and should ask for permission, click allow
again type
Code:
adb devices
7. You should see something like this
Code:
List of devices attached
123a12ab device
The 123a12ab is made up. Yours will be specific to your device.
If you see something listed like the above adb is working. Now on to the next command to move the Samsung_unlock_n4-fix to the phone.
type dir ( or ls -al for Linux users ) to verify Samsung_unlock_n4-fix is in your directory
8. Send Unlocker to Phone with adb
Type or copy and paste the following command:
Code:
adb push samsung_unlock_n4-fix /data/local/tmp/
You should see successful output .
If you don't, check your PATH, check if your in the right folder, or make sure samsung_unlock_n4-fix is in your adb folder
9. Activate the unlocker. This requires root and a reboot. After the reboot you have to go and reactivate root in Section 3.3 above
type the following
Code:
adb shell
Congratulations you are now looking at the linux command line interface on your phone . the $ prompt means you are in the shell
10. activate superuser mode ( kind of like administrator in windows but more powerful )
type
Code:
su
then press enter key
YOU SHOUD NOW SEE a # prompt
This means you succeed in root. If you dont see a # you missed a step above somewhere , or your root was unstable and took too long to get to this point,that is why I said read thru this section and get ready..
Ok at this point we have the file we needed transfered, we have root, now we need to upgrade the permissions on the file so #root level of the operating system can use it !
The next command does all that then executes the command to upgrade your phone to developer edition !
Copy and paste the following command series and press enter.the && joins each command
Code:
cd /data/local/tmp/ && chmod 777 samsung_unlock_n4-fix && chown root.root samsung_unlock_n4-fix && ./samsung_unlock_n4-fix
The device will reboot and flash the developer code.
You should see some sort of progress in the window.
When done ,unplug the cable and pull the battery to shut down phone.
11. Make sure you have a cheap throwaway SD card installed !
One More Time to unlock the boot loader !! section 3 and 4 short version
Put the battery and cable back in and turn the phone back on and make sure its plugged in your PC.
Now repeat the kingoroot PC to gain temp root
open a command prompt or shell
type or copy paste the following to verify its connected
Code:
adb devices
transfer the fix
Code:
adb push samsung_unlock_n4-fix /data/local/tmp/ && a
open the shell on your phone
Code:
adb shell
gain super user rights
Code:
su
unlock the boot loader
same command series
Code:
cd /data/local/tmp/ && chmod 777 samsung_unlock_n4-fix && chown root.root samsung_unlock_n4-fix && ./samsung_unlock_n4-fix
You will see your phone do a series of outputs then reboot. when it reboots, disconnect the cable.
If this step is sucessful your phone will keep rebooting. This is NORMAL . after the first or second reboot, pull the battery and pull the sd card, and set the sdcard aside. It will need to be thrown out or repartititioned to be usable. or you can keep it as a memento on your charm bracelet.
Your bootloader is NOW UNLOCKED . keep phone off until you read the next section
Section 5a: install TWRP custom recovery
Currently right now you have 5.1.1 installed with some Chinese malware on your phone and PC,
A custom developer edition and an unlocked boot loader. Lets fix them all.
Turn on phone download mode . <down volume><home><power> then volume up to enter download mode
Open Odin again ( see above )
Connect phone ( look for com and blue bar )
Select AP button, and browse to TWRP file
Press start. when finished phone will restart.
Don't let it boot all the way back up! , pull battery, and install good SD card, and if you read this section you downloaded what you needed for a new ROM onto your sdcard
Turn off the automatic rebooting in the custom tab, DO NOT select the PIT tab
Press start
Once it finishes it will say Success or FAILED
IF it says FAILED start the whole process over! you didn't unlock the bootloader !
If success, Power off the phone with the pull battery method and disconnect your cable
Press and hold these buttons immediately to enter TWRP ,
<volume up> <home> <power>.
Swipe to allow changes in TWRP.
Select backup , change to SD card, You can also plug in a memory device into the USB port. If it sees it you will be able to use that for backup space
BACKUP everything . You now have a custom recovery installed, a unlocked bootloader, and a rootable ROM Backed UP !
If you feel you want to do this all over again if you flash the OEM Samsung ROM via Odin by accident like I did, ha ha skip the next steps
Select the backup button, select all the partitions, select the source, where you want to store it.
Name the backup rooted-backup-everything-5.1.1
Select start and go make some coffee or a sandwich. its about 4 gigabytes compression, so it may take about 5 to 10 minutes
Clean up -
uninstall windows kingoroot PC and do a virus check
check for hidden folders and registry entries
Section 5b. Install your first ROM
Cleanup : After your backup WIPE your phone twice
THIS IS TO guarantee, no Kingoroot or kingroot stuff is in the phone !!!
WIPE IT TWICE !!!
Some guides (listed below ) say to adb sideload over a root file , then install an older rom. I haven tried this. Let me know if you did and are successful.
Whatever ROM you use, please post a success story in the reply's. I am interested in how you all do.
I have tried every note 4 ROM and this is the most succesful for me and most stable
I have been using this ROM for a while, and the lineageos 14 version too
Code:
[URL]https://forum.xda-developers.com/note-4/snapdragon-dev/oreo-8-1-0-unofficial-lineage-15-1-rom-t3760969[/URL]
In most all ROMS, you can update the bootloader (TWRP) by TWRP app if rooted
you can update the modem ( a partition that contains original Samsung code to run the cell and wireless ) via ODIN
Roms and patches and other goodies can be installed via TWRP by downloading to your device or transfering them to your sd card
Oem ROMS must be installed via ODIN, and will WIPE all you just accomplished. so unless your selling your device, or giving it to grandma DONT.
If you copied the rom ( usually a zip file ) and the necessary files, and have upgraded your bootloader and modem to the newest,
Now install your ROM, and after your initial setup, come back to TWRP and do a full backup !
every time you try a new rom, and get it set up, do a backup. that way you can switch and test to your hearts desire till you run out of SD memory.
The cool thing is you can backup to an external memory device ! more room !
Follow the directions in the OP of your ROM to install. Enjoy
All the above info was gleaned from the following pages
Thanks to @beaups for discovering exploit !!!
Thanks to @hsbadr [HOWTO] Bootloader Unlock and Upgrade to Marshmallow [N910VVRU2CQL1]
Code:
[URL]https://forum.xda-developers.com/note-4-verizon/development/howto-bootloader-unlock-upgrade-to-t3398144[/URL]
and his files
Code:
[URL]https://forum.xda-developers.com/devdb/project/?id=15720#downloads[/URL]
Thanks to @ryanbg [Official] Note 4 Verizon Bootloader Unlock
Code:
[URL]https://forum.xda-developers.com/note-4-verizon/general/note-4-verizon-bootloader-unlock-t3358913[/URL]
and @urgodfather
Code:
[URL]https://forum.xda-developers.com/showpost.php?p=66381707&postcount=342[/URL]
Thanks to @chriskader [HOWTO] Converting your Retail Note 4 to a Developer Edition Note 4
and @Mickey387 for discovering how to compile the note 4 32bit hardware drivers into Oreo !!
and @_mone @ripee
for maintaining and working hard on
[ROM][UNOFFICIAL][8.1.0] LineageOS 15.1 [trlte][trlteduos]
Code:
[URL]https://forum.xda-developers.com/note-4/snapdragon-dev/oreo-8-1-0-unofficial-lineage-15-1-rom-t3760969[/URL]
Information Sources: felixtaf, ryanbg, kingroot, twrp, emotion, ibowtoandroid, shimp208, & urgodfather
some of this was also posted on reddit. https://www.reddit.com/r/galaxynote4/comments/4f8cgc/guide_a_noobs_guide_to_permanent_rootunlocked
Update:
Looking for a motherboard for a 910 that's not a v?
Thanks to user @maralexbar I need to update some info
Method 1 use eBay. Find your correct motherboard easily.
Method 2. Save some money use Ali Express ( China )
If you use Ali, and don't find your motherboard on a direct search, keep digging.
I forgot to mention this.
Looking for my Verizon motherboard, I found lots of parts like the USB internal connector etc. But no mobo. I had to go thru the store listing of the seller of the USB connector to find a vendor that had a mobo. Then I tried comparing different vendors. So do some digging. There is a billion people on Ali express selling stuff. Don't give up.
Plus Ali wants happy international buyers. So if you get a bogus item, you get your money back.
reserved #2
reserved #2
reserved #3
Reserved #3
reserved #4
Reserved #4
Thank you very much for this!!! The phone is running beautifully, smooth and fast. I ended up installing this ROM:
https://forum.xda-developers.com/note-4/snapdragon-dev/rom-resurrection-remix-6-0-0-t3768963
BJ
b1ggjoe said:
Thank you very much for this!!! The phone is running beautifully, smooth and fast. I ended up installing this ROM:
https://forum.xda-developers.com/note-4/snapdragon-dev/rom-resurrection-remix-6-0-0-t3768963
BJ
Click to expand...
Click to collapse
Your more than welcome
Announcement:
Thanks to @ripee
The lineage-17.1 thread is up!
[ROM][UNOFFICIAL][10] LineageOS 17.1 [tblte][trlte][trlteduos]
If you don't mind not having a working fingerprint sensor, or audio through the headphone jack, then Q is stable enough for daily use. As always when coming from an older rom version, it is highly recommended not to waste your time dirty flashing and just clean flash.
Q is still a work in progress, so I will still be releasing Pie builds, though maybe not as often. As in years past, once the Q bugs have been fixed up to the current Pie level, I will post about when my last Pie build will be. I will upload it to the Downloads tab located at the top of each page of this thread, and link it in the OP.

Le Max 3 EUI 5.9.21S by diamantik

Thread moved to : https://forum.xda-developers.com/le-max-2/how-to/le-max-3-eui-5-9-021sr2-diamantik-t3856853
Disclaimer : I am not responsible for bricked devices, dead phones, or you getting fired because the alarm app failed. Please do some research if you have any concerns about doing this to your device .
YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, your data , i will laugh at you.
I am happy to present you , the best EUI 5.9.21S experience for the Le Max 3 ( X850 ) .
Things changed and improved :
-> Launcher now support drawer mode ( ported from 28S)
-> Latest Super Manager , with data usage notification ( also from 28S)
-> Removed many useless applications
-> Improved system audio
-> The quiet sound in headphones is now fixed
Tip: Turn off Dolby Atmos , the speaker, earpiece, and headphones will be way louder .
-> Kernel Tweaks and battery optimization scrips
-> [ Update 13/10 ] Changed the behaviour of the deep sleep.
If you encount a bug , please tell me the details in this thread .
Download : http://bit.ly/2yNoUui
** The " R(Number) " means the release number of the ROM , like R1 - first release
The Deep sleep tuner :
http://bit.ly/2EwB9kU
*Install via TWRP above the current ROM , you don't need to change or wipe nothing .
It really helps with the battery life
How to install :
1. You need to have the bootloader unlocked , and the TWRP installed . ( How to do that ( my post link) : https://forum.xda-developers.com/showpost.php?p=76620374&postcount=7 )
**After unlocking the bootloader , you get a green notification led and the phone not turning on , when you try to boot your phone .
[ THE SOLUTION IS : To boot into TWRP ( volume up and power button ) and from TWRP , tap on Reboot --> System , this will boot the phone normally , currently we can do nothing to solve this :crying: ]
Note : If you come from another ROM , you will need to do an wipe on system , data , cache .
Also please take a backup ,if you have already TWRP , and in case you want to restore back.
2. Download the "Deep sleep tuner" and the " 21S Firmware & Modem by @moto999999 ": https://androidfilehost.com/?fid=674106145207488760
3. Download and copy the ROM , Universal_GMS_Doze.zip , and 21S_Firmware_&_Modem_x10.zip inside your internal memory
4. Flash the 21S_Firmware_&_Modem_x10.zip
5. Flash the ROM
6. Flash the Magisk
7. Flash the Universal_GMS_Doze
Apps that I recommend : ( they are not in the ROM)
( Updated 12/10 )
( Currently using all from this list )
1. Power Shade ( adds a new notification bar with android P style , with changed notifications and toggles for all the things. )
**Tip : Select USA region for showing apps in status bar , not an 3 dot circle
2. Add Away ( Removes adds system-wide)
3. Install button Unlocker ( Allows you to bypass the restriction "screen overlay detected" and allow the permison to apps )
4. AndroiTS GPS Test Pro ( for GPS to indentify you faster , first time after instaling the ROM )
5. Greenify - helps with the battery life
6. Volume Booster by GOODEV - boost even more the headphone sound :laugh:
For those that want to freeze apps , a simple and bug-less list :
Note : Is not mandatory !!!
LeEco account
LeEco setup wizard
MyLeEco
LeTVEcoProvider
ANT HAL Service
Fido ( all 3 apps )
VCalendar
Market Feedback Agent,
Following Feed
Fast Transfer
Effect Service
Crash Handler
EuiTransfer.AppData
Bubbles
and AOSP keyboard , if you have Gboard , or another keyboard .
You can use Titanium Backup ( Pro - required ) for this , or IceBox , or any other apps
Credits to @moto999999 for :
- Initial release
- Tweaks to the kernel and battery
@Luis4x4 for all the research he made , for the money he spent on the unlocking bootloader ( ~600 $ ) , and for paying the unbricking of my device . And both for being awesome guys
Credits for rest of the work goes to me @diamantik
Reserved
( In future : maybe i will be able to unlock the lens blur processing for current date )
Will be great ??
[email protected] said:
( In future : maybe i will be able to unlock the lens blur processing for current date )
Will be great
Click to expand...
Click to collapse
Well i will try to unlock , but i really don't think i will be able to do that :crying:
If i succed i will update the post
unlock the lens blur processing for current date
Really like this!
min1968 said:
unlock the lens blur processing for current date
Really like this!
Click to expand...
Click to collapse
I wish i could
I have tried , but failed , need someone who can help , but idk who
diamantik said:
Disclaimer : I am not responsible for bricked devices, dead phones, or you getting fired because the alarm app failed. Please do some research if you have any concerns about doing this to your device .
YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, i will tell that you have done all the changes , and took the risk.
I am happy to present you an more better EUI 5.9.21S experience for the Le Max 3 ( X850 ) .
Things changed and improved :
-> Launcher now support drawer mode ( ported from 28S)
-> Latest Super Manager , with data usage notification ( also from 28S)
-> Removed many useless applications
-> Improved system audio
-> The quiet sound in headphones is now fixed
Tip: Turn off Dolby Atmos , the speaker, earpiece, and headphones will be way louder .
-> Kernel Tweaks and battery optimization scrips
( In future : maybe i will be able to unlock the lens blur processing for current date )
If you encount an bug , please tell me the details in this thread .
Download : https://drive.google.com/open?id=1tCsHaJK1MmHzuQUJQSv4mltBFA_L7M5w
** The " R(Number) " means the release number of the ROM , like R1 - first release
How to install :
1. You need to have the bootloader unlocked , and the TWRP installed . ( How to do that ( my post link) : https://forum.xda-developers.com/showpost.php?p=76620374&postcount=7 )
**After unlocking the bootloader , you can get an green notification led and the phone not turning on , when you try to boot your phone .
[ THE SOLUTION IS : To boot into TWRP ( volume up and power button ) and from TWRP , tap on Reboot --> System , this will boot the phone normally , currently we can do nothing to solve this :crying: ]
Note : If you come from another ROM , you will need to do an wipe on system , data , cache .
Also please take an backup , if you want to restore back
2. Download the 21S Firmware & Modem by @moto999999 : https://androidfilehost.com/?fid=674106145207488760
3. Download and copy the ROM , and 21S_Firmware_&_Modem_x10.zip inside your internal memory
4. Flash the 21S_Firmware_&_Modem_x10.zip
5. Flash the ROM
6. After that you can root
***Suggest to root with Magisk ( is way better that SuperSU , and you will can use Snapchat , and will can hide the root )
Apps that I recommend : ( they are not in the ROM)
1. Material Notification Shade Pro ( adds an new notification bar , toggles , android P , O , N style )
**Tip : Select USA region for showing apps in status bar , not an 3 dot circle
2. Add Away ( Removes adds system-wide)
3. Install button Unlocker ( Allows you to bypass the restriction "screen overlay detected" and allow the permison to apps )
4. AndroiTS GPS Test Pro ( for GPS to indentify you faster , first time after instaling the ROM )
Credits to @moto999999 for :
- Initial release
- Tweaks to the kernel and battery
Credits for rest of the work goes to me @diamantik
Click to expand...
Click to collapse
Diamantik I try to insstall Your ROM but ask me about password.... it is possibile ?
[email protected] said:
Diamantik I try to insstall Your ROM but ask me about password.... it is possibile ?
Click to expand...
Click to collapse
You have boot into TWRP , and there is written " Data Encrypted " ?
If yes then skip , and go in TWRP :
--> Tick "do not show again" and the swipe to allow modification. ( if promting )
--> Skip device encryption by clicking "Install" (if the storage size is 0mb or no folder is showing while trying to install, then the device is encrypted. )
--> For solve that, click "Wipe" --> choose to " Format Data " and type " yes " and swipe to format . It's going to wipe EVERYTHING in the internal storage (that's the purpose of device encryption, to prevent unauthorized access to the storage).
--> When completed, go back, click "Reboot" --> "Recovery" , this will restart your recovery (very important, do not reboot the phone into system otherwise you'll start all over. Reboot into recovery, not system).
---> From recovery, click "Install" > and select first the " EUI5.9 firmware and modem " and flash it , after that flash my EUI5.9 , after that you can root , suggest with Magisk
Keep in mind , you are doing all at your own risk !!!
I am not resposible if you get a brick , or lose your data :angel:
For more cleary Your ROM is now instaled by .zip file Used TWRP. If I try normal start phone, system Ask me about password. Watch this on My YT Channel:
https://youtu.be/1FIxZhyJ7jo
[email protected] said:
For more cleary Your ROM is now instaled by .zip file Used TWRP. If I try normal start phone, system Ask me about password. Watch this on My YT Channel:
https://youtu.be/1FIxZhyJ7jo
Click to expand...
Click to collapse
I understood
For removing password
--> Boot into TWRP
--> If prompts " device encryption " , tap on "Install"
(if the storage size is 0mb or no folder is showing while trying to install, then the device is encrypted. )
--> Go back in standart TWRP menu , from there click "Wipe" --> choose to " Format Data " and type " yes " and swipe to format . It's going to wipe EVERYTHING in the internal storage (that's the purpose of device encryption, to prevent unauthorized access to the storage).
--> When completed, go back, click "Reboot" --> "Recovery" , this will restart your recovery (very important, do not reboot the phone into system otherwise you'll start all over. Reboot into recovery, not system).
---> Now after TWRP rebooted , click "Install" > and select first the " EUI5.9 firmware and modem " and flash it , after that flash my EUI5.9 , after that you can root , suggest with Magisk .
The password will be removed , is from encrypted data partition
OK. I Have Your ROM
HOW I install your ROM ?
1. enter TWRP mode
2. Wipe all
3. Format
4. Copy Your .zip file into root directory on phone
5. Install your .zip file (without unpacking the zip file)
6. after install -> wipe dalvik cache
7. Reboot -> system
8. Phone start your ROM and standard welcome setings.
That's all -> without this procedure ->click "Install" > and select first the " EUI5.9 firmware and modem " and flash it , after that flash my EUI5.9
Did I do wrong?
[email protected] said:
OK. I Have Your ROM
HOW I install your ROM ?
1. enter TWRP mode
2. Wipe all
3. Format
4. Copy Your .zip file into root directory on phone
5. Install your .zip file (without unpacking the zip file)
6. after install -> wipe dalvik cache
7. Reboot -> system
8. Phone start your ROM and standard welcome setings.
That's all -> without this procedure ->click "Install" > and select first the " EUI5.9 firmware and modem " and flash it , after that flash my EUI5.9
Did I do wrong?
Click to expand...
Click to collapse
1. (If prompts " device encryption " , tap on "Install"
1.1 Go home ,after that to "Wipe" --> choose to " Format Data " and type " yes " and swipe to format . It's going to wipe EVERYTHING in the internal storage , an unencrypt your storage . after that click "Reboot" --> "Recovery" , this will restart your recovery (very important, do not reboot the phone into system otherwise you'll start all over. )
1.2 Now after TWRP rebooted :
Copy the ROM , and 21S_Firmware_&_Modem_x10.zip inside your internal memory
4. Flash the 21S_Firmware_&_Modem_x10.zip
5. Flash the ROM
6. After that you can root
***Suggest to root with Magisk
Do some research on youtube if still don't understanding
diamantik said:
1.2 Now after TWRP rebooted :
Copy the ROM , and 21S_Firmware_&_Modem_x10.zip inside your internal memory
4. Flash the 21S_Firmware_&_Modem_x10.zip
5. Flash the ROM
6. After that you can root
Click to expand...
Click to collapse
Rom has been installed correctly Everything works great, especially the sound
I installed everything according to your instructions.
Unfortunately, the phone still does not work in LTE B20 mode. On the second phone LTE B20 works without a problem. I can easily check this because in my area LTE is only using B20
Maybe there is another version of the 21S_Firmware _ & _ Modem_x10.zip which supports B20?
[email protected] said:
Rom has been installed correctly Everything works great, especially the sound
I installed everything according to your instructions.
Unfortunately, the phone still does not work in LTE B20 mode. On the second phone LTE B20 works without a problem. I can easily check this because in my area LTE is only using B20
Maybe there is another version of the 21S_Firmware _ & _ Modem_x10.zip which supports B20?
Click to expand...
Click to collapse
Flash this x10_AOSP.zip modem : https://drive.google.com/file/d/14k-JYlJ0If6TFC5WjAbkC4h94GPcVIuu/view
Maybe this will fix the problem .
If not , i will not can help , maybe ask @moto999999
Also if with the new firmware , the rom make troubles , flash again the 21S_Firmware _ & _ Modem_x10.zip .
I have not tried this firmware
diamantik said:
Flash this x10_AOSP.zip modem : https://drive.google.com/file/d/14k-JYlJ0If6TFC5WjAbkC4h94GPcVIuu/view
Maybe this will fix the problem .
If not , i will not can help , maybe ask @moto999999
Also if with the new firmware , the rom make troubles , flash again the 21S_Firmware _ & _ Modem_x10.zip .
I have not tried this firmware
Click to expand...
Click to collapse
without success , the phone still can not see LTE B20
[email protected] said:
without success , the phone still can not see LTE B20
Click to expand...
Click to collapse
Well i don't have other modem.
Try with the EUI6 modem
Do you know if that's ok with your rom if I'll freeze apps from ant07 list here ?
some screenshots please!!!!!!!
diamantik said:
Well i don't have other modem.
Try with the EUI6 modem
Click to expand...
Click to collapse
I cannot download any app from the play store over mobile network. I mean it doesn't allow me to download and install or update anything from the google store. The system is waiting for WiFi. I'm I doing something wrong?
Bootloader is unlocked, TWRP installed, flashed your rom according to your instruction. No settings were changed yet. Google store settings checked for ability to download over any network. Any suggestions?
Plastic8 said:
I cannot download any app from the play store over mobile network. I mean it doesn't allow me to download and install or update anything from the google store. The system is waiting for WiFi. I'm I doing something wrong?
Bootloader is unlocked, TWRP installed, flashed your rom according to your instruction. No settings were changed yet. Google store settings checked for ability to download over any network. Any suggestions?
Click to expand...
Click to collapse
Firstly , yes you can freeze the apps what you find in ROM .
You can Freeze this apps :
LeEco account
LeEco setup wizard
MyLeEco
LeTVEcoProvider
ANT HAL Service
Fido ( all 3 apps )
VCalendar
Market Feedback Agent,
Following Feed
Fast Transfer
Effect Service
Crash Handler
EuiTransfer.AppData
Bubbles
and AOSP keyboard , if you have Gboard , or another keyboard .
You don't need necessarily to freeze the apps , just make sure that you have the " Deep sleep tuner " flashed .
From my experince there is not a difference with the apps freezed or not . Maybe about 10 minutes of battery life more .
That is why i have not put an list before :laugh: . Also this list isn't interfering with any apps , or android UI from my experince . The ROM was debloated as much as i was able.
The second problem solution :
Open app " Downloads " --> 3 dot ( right up corner ) --> Settings --> Scroll up , until " No limit " , appears .
Select , and done , now clear cache for play store , and this is all , this should remove this inability

[PIE][9.0][AOSP-EXTENDED] AOSP Extended Pie ROM for Hi6250 Devices

Hi !
All i'm doing is sharing this piece of work of DarkJoker360 ! ALL Credits are on the main Thread .... I'M JUST SHARING !!!
Bugs :
Need further testing , please report your bugs in the original thread
- Audio output switching does not work ( example if you listen to music via speaker and plug in headphones , it does not switch to that output unless you change the rington stat ( from silent or vibrating to Ringing )
- Regular Magisk does not work , Please install magisk from original thread FAQ
What you need :
- A Hi6250 Device ( Check here : https://openkirin.net/devices/ )
- Fully Unlocked Device ( Bootloader AND FRP )
- Firmware Required : EMUI 8.X
- TWRP Recovery
- NotePad++
Download on original Thread Here
Before Flashing this rom !!!
We need to Modifiy the updater script
if you are on stock rom this shouldn't be a problem ( didn't test it ) but anyways , if we flash it right away there is a good chance to get an ERROR 7 Device not compatible or something on these lines , What we have to do is the remove the Assert checking on the updater-script :
-Please Check all the requirments and steps before executing this step , what we are doing is removing device verification and the zip will install no matter what on ANY Device which Can Result on a Hardbrick!
1/ Open The downloaded zip and navigate to Meta-INF/COM/google/android/updater-script
DO NOT OPEN IT USING NOTEPAD , Instead Use NotePad ++ Or some other text editing tool that does not change space Encoding
2/ After that you should see on first line "assert(get prop .....);" Remove all this line till the semi colon and save the file
3/ Copy rom to SD card !
4/ Reboot to recovery , Wipe Data / dalvik / cache
5/ Flash this rom and it should boot up flawlessly
6/ After rom Boots up , Go to setting / Developer options / Default USB configuration and chose file transfer so that your device would be recognized by your PC and other media hubs
GAPPS :
Here (ARM-64 Version 9.0 ) Pico is recommended : Google APPS
what difference from this than openkirin builds??
optionalmgrr.la said:
what difference from this than openkirin builds??
Click to expand...
Click to collapse
Openkirin provides stock EMUI camera with their build, and probably more stable ROMs
I really hope open kirin update their lineageos rom....
optionalmgrr.la said:
I really hope open kirin update their lineageos rom....
Click to expand...
Click to collapse
If they fix it patch something, they'll post it.
PalakMi said:
Openkirin provides stock EMUI camera with their build, and probably more stable ROMs
Click to expand...
Click to collapse
Not necessarily , as far as my experience this rom is as stable as the one provided by openkirin, i have to admit that i did not test their omnirom enough to judge .
I found this ROM to be much more stable and usable than the latest OmniROM from OpenKirin. I installed the Stock variant of OpenGApps and it ran flawlessly, even the Pixel Launcher. Nice work!

[GAPPS] Google Essential Pack [x64][R][11]

Hi there,
This is my custom google package for android 11-[R] based on my universal script for dynamic partitions.
What advantages ???
. Fast flashing (less than 3 seconds !!!) : to flash right away after flashing your custom vanilla ROM.
. Clear package : all contents are visible to the user who can manipulate/update on its own !
. Compatible with all [x64] devices ...
DOWNLOAD
Here
Many thanks, working fine

Categories

Resources