Is there any ADB commands tutorial or tools to customize LineAgeOS 14.1 status bar, dark theme settings color etc, like RR/Octo-N/Palm ROM extra settings menu?
No and yes. You can't make it tough. Someone more experienced has to. People asking this question means they don't know anything about ROM development. And j320m has a SC8830A while devices that are supported only has SC9830A chipset.I ask myself if this rom works with the sm-j320m variant? If not, is there a way to make it work?
What???? NO adb DOSENT do anything what you just mentioned???? Do you know what ADB even is???Is there any ADB commands tutorial or tools to customize LineAgeOS 14.1 status bar, dark theme settings color etc, like RR/Octo-N/Palm ROM extra settings menu?
Not sure, i don't know android programmingNo and yes. You can't make it tough. Someone more experienced has to. People asking this question means they don't know anything about ROM development. And j320m has a SC8830A while devices that are supported only has SC9830A chipset.
---------- Post added at 07:14 AM ---------- Previous post was at 07:13 AM ----------
What???? NO adb DOSENT do anything what you just mentioned???? Do you know what ADB even is???
No. Just no. No. All u mentioned can't be modified with adb.Not sure, i don't know android programming
In my mind there are several setting properties that we can modify via ADB commands.
Probably your phone. Who uses it while charging? It ruins battery life and battery charge time.some problem..
LOS13: slow charging problem.
LOS14.1: charging not increase any percent of battery while screen on, and hight temprure.
Hope it better in next build!![]()
You find anything?I'll have a look
Im charging while use (on screen) as normaly in stock rom broProbably your phone. Who uses it while charging? It ruins battery life and battery charge time.
---------- Post added at 03:33 PM ---------- Previous post was at 03:25 PM ----------
You find anything?
Hey!I know, fixed. I wrote /.../prebuilds instead prebuilts ^^
So new build is ready
I've builded via phone and don't have copy paste need to write all commands manually ^^
Me and Daniel use magic to create our roms called local_manifest.xml it installs all the stuff we need to build the rom. First: Do you have Linux therminal? Second: Do you have the local_manifest.xml? Third: Are you familiar with Linux and/or ROM creating? You can't just watch YouTube videos and think you'll pass. I don't say I do all on my own, Danijel does 90% of the stuff and teaching me along the wayHey!
I'm trying to build from sources on my own and getting same errors as you got.
Can you remember which makefiles had to be fixed?
Thanks in advance
PhoeniX
Thanks for your reply; just look into my signature, i'm kinda familiar with rom-building...Me and Daniel use magic to create our roms called local_manifest.xml it installs all the stuff we need to build the rom. First: Do you have Linux therminal? Second: Do you have the local_manifest.xml? Third: Are you familiar with Linux and/or ROM creating? You can't just watch YouTube videos and think you'll pass. I don't say I do all on my own, Danijel does 90% of the stuff and teaching me along the way. Fourth: For what model? J320FN,F,G? If something else you won't pass.
export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx6g"
export PATH=$(pwd)/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin:$PATH
. build/e*
brunch j3xnlte
cd device/samsung/j3xnlte/patches && . apply_sprd-diff.sh
make clean
cd device/samsung/j3xnlte/patches && . remove_sprd-diff.sh
Thanks for your reply; i had this one already in my .bashrc....Guys you just need to export right complier typing right command in terminal(from ROM dir)
#COMMAND Jack VM Complier limit 6g marks 6gbs of RAM
You need to type this only if you build Nougat ROMs to avoid jack memory heap
Code:export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx6g"
# prevent JACK to run out of memory
export ANDROID_JACK_VM_ARGS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx6G"
ok, this is the ONE i missed#COMMAND
This is the most important command this command exports complier needed to build sprd modules
Code:export PATH=$(pwd)/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin:$PATH
YesHello. Can this be used on the j3 sm_j320F dual SIM model?