[ROM][5.0.2]SlimLP [flounder]

Status
Not open for further replies.

maxstep

Senior Member
Sep 22, 2005
86
13
0
Toronto
DPI?

I got horrible DPI bugs. Gentlemen, what is the stock/default DPI? I cant find information online and 280/288 glitches 320 glitches and looks terrible and I'm lost. What is the default DPI on stock everything on nexus 9?
 

ilatimer1

Senior Member
Jan 29, 2014
261
102
0
I got horrible DPI bugs. Gentlemen, what is the stock/default DPI? I cant find information online and 280/288 glitches 320 glitches and looks terrible and I'm lost. What is the default DPI on stock everything on nexus 9?
320 is the default DPI for the Nexus 9.
 

inffy

Senior Member
Jun 26, 2005
3,434
2,386
0
Helsinki, Finland
Is there some special steps to do to get this building?

I have picked these commits from gerrit:

https://gerrit.slimroms.net/#/c/23429/
https://gerrit.slimroms.net/#/c/23428/
https://gerrit.slimroms.net/#/c/23430/


This what is on the build log

TODOArm64: frameworks/compile/libbcc/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/bcinfo/Android.mk Enable build of libbcinfo device shared library
TODOArm64: frameworks/compile/libbcc/lib/Core/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/lib/ExecutionEngine/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/lib/Renderscript/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/lib/Support/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/tools/bcc/Android.mk Add Arm64 define to LOCAL_CFLAGS



So where should those be defined?
 
Last edited:

NYCHitman1

Recognized Developer
Apr 9, 2010
5,551
6,694
263
New York
Is there some special steps to do to get this building?

I have picked these commits from gerrit:

https://gerrit.slimroms.net/#/c/23429/
https://gerrit.slimroms.net/#/c/23428/
https://gerrit.slimroms.net/#/c/23430/


This what is on the build log

TODOArm64: frameworks/compile/libbcc/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/bcinfo/Android.mk Enable build of libbcinfo device shared library
TODOArm64: frameworks/compile/libbcc/lib/Core/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/lib/ExecutionEngine/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/lib/Renderscript/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/lib/Support/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/tools/bcc/Android.mk Add Arm64 define to LOCAL_CFLAGS



So where should those be defined?
Those warnings are normal. You don't have to do anything with them unless you felt like declaring it in the files. As for where.. it's telling you exactly where - read the warning.
 
  • Like
Reactions: matthewgwilt

inffy

Senior Member
Jun 26, 2005
3,434
2,386
0
Helsinki, Finland
Those warnings are normal. You don't have to do anything with them unless you felt like declaring it in the files. As for where.. it's telling you exactly where - read the warning.
WEll yeah, actually it seems it cannot find some make file or something if I read this log right?


PHP:
external/ffmpeg/libavcodec/../android/include/../config.mak:3: external/ffmpeg/libavcodec/../android/include/../config-armv8-a.mak: No such file or directory
external/speex/Android.mk:55: TODOArm64: enable neon in libspeex
find: ‘phone/java’: No such file or directory
find: ‘phone/java’: No such file or directory
TODOArm64: frameworks/compile/libbcc/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/bcinfo/Android.mk Enable build of libbcinfo device shared library
TODOArm64: frameworks/compile/libbcc/lib/Core/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/lib/ExecutionEngine/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/lib/Renderscript/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/lib/Support/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/tools/bcc/Android.mk Add Arm64 define to LOCAL_CFLAGS
find: ‘dummy’: No such file or directory
PRODUCT_COPY_FILES frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml ignored.
PRODUCT_COPY_FILES frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml ignored.
build/core/Makefile:45: warning: overriding commands for target `/home/inf/builds/slimlp/out/target/product/flounder/system/etc/mkshrc'
build/core/base_rules.mk:551: warning: ignoring old commands for target `/home/inf/builds/slimlp/out/target/product/flounder/system/etc/mkshrc'
No private recovery resources for TARGET_DEVICE flounder
[B]make: *** No rule to make target `external/ffmpeg/libavcodec/../android/include/../config-armv8-a.mak'. Stop[/B].
 

NYCHitman1

Recognized Developer
Apr 9, 2010
5,551
6,694
263
New York
WEll yeah, actually it seems it cannot find some make file or something if I read this log right?


PHP:
external/ffmpeg/libavcodec/../android/include/../config.mak:3: external/ffmpeg/libavcodec/../android/include/../config-armv8-a.mak: No such file or directory
external/speex/Android.mk:55: TODOArm64: enable neon in libspeex
find: ‘phone/java’: No such file or directory
find: ‘phone/java’: No such file or directory
TODOArm64: frameworks/compile/libbcc/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/bcinfo/Android.mk Enable build of libbcinfo device shared library
TODOArm64: frameworks/compile/libbcc/lib/Core/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/lib/ExecutionEngine/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/lib/Renderscript/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/lib/Support/Android.mk Add Arm64 define to LOCAL_CFLAGS
TODOArm64: frameworks/compile/libbcc/tools/bcc/Android.mk Add Arm64 define to LOCAL_CFLAGS
find: ‘dummy’: No such file or directory
PRODUCT_COPY_FILES frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml ignored.
PRODUCT_COPY_FILES frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml ignored.
build/core/Makefile:45: warning: overriding commands for target `/home/inf/builds/slimlp/out/target/product/flounder/system/etc/mkshrc'
build/core/base_rules.mk:551: warning: ignoring old commands for target `/home/inf/builds/slimlp/out/target/product/flounder/system/etc/mkshrc'
No private recovery resources for TARGET_DEVICE flounder
[B]make: *** No rule to make target `external/ffmpeg/libavcodec/../android/include/../config-armv8-a.mak'. Stop[/B].
You're missing this
Code:
external/ffmpeg/libavcodec/../android/include/../config.mak:3: external/ffmpeg/libavcodec/../android/include/../config-armv8-a.mak: No such file or directory
The fix for that is:
AOSP: https://github.com/DirtyUnicorns/an...mmit/2aa38e1996d7593047afae26fb28c80916fc35bb

or

CAF-based: https://github.com/DirtyUnicorns/an...mmit/94cb5701c552e8ca25c88a6dc8c5b79672461509
 
  • Like
Reactions: inffy

znarf2369

Senior Member
Jun 26, 2011
245
23
0
Love this rom very much, but I have a little problem. The device wont be recognised when I plug it into the computer. neither through windows nor through ubuntu. What to do?
 

Flinny

Recognized Developer
Nov 22, 2011
2,251
8,396
0
44
Sunderland
I just noticed this after flashing a new build actually, seems toggling usb debugging on/off in developer settings kicks it into action. I'll see what's causing it though.

https://www.androidfilehost.com/?w=files&flid=24582 is the build I did earlier
In theory it should have APN's for those with LTE devices, some fixes for slimLauncher on tablets and whatever else has been updated in the mean time. Full change logs will come when official builds start rolling.

Nick.
 

znarf2369

Senior Member
Jun 26, 2011
245
23
0
I just noticed this after flashing a new build actually, seems toggling usb debugging on/off in developer settings kicks it into action. I'll see what's causing it though.
-means, I should just turn it on or off and then it will work again?

and are the commits with usb otg etc. (the ones regarding flounder on gerrit) included in this build?

EDIT: Flashed it, it has the changes included, thank you.
one thing I notice that I have a wifi problem. Every time I try to download a lager file (about 100mb and above) the WiFi get dropped for a second sometimes when its downloading and then my device tell me that the download (obviously) failed. Unfortunately since I am mostly downloading videos, I can't just resume the download because then every player refuses to play the file, even vlc..
 
Last edited:

stastnysnipes26

Senior Member
Mar 22, 2011
294
42
0
Erie, PA
Can anyone report how the alpha is running? I would like to flash it, but I want a bug free build...I will likely just flash and test for myself with a backup ready to go...

Sent from my Nexus 9 using Tapatalk
 

spongers

Senior Member
Dec 6, 2006
331
93
0
Forgive the noon question, but I just flashed this ROM and the full gapps package, but don't have root. Installed SuperSU but it can't install. How do I fix this?
 

stastnysnipes26

Senior Member
Mar 22, 2011
294
42
0
Erie, PA
Forgive the noon question, but I just flashed this ROM and the full gapps package, but don't have root. Installed SuperSU but it can't install. How do I fix this?
I had to flash in recovery again to regain root. Also go into developer options and be sure to choose to enable root to apps and adb

Sent from my XT1096 using Tapatalk
 
Status
Not open for further replies.
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone