Amir's Android Forks
1.09K subscribers
636 photos
21 videos
1.63K files
78 links
Download Telegram
Fixing this bug too, took me an hour to trace why this was happening
Launcher3-aosp-debug.apk
2.2 MB
Report back if the hotseat transparency and search apps alignment are working now on Android 5 & 6
Launcher3-aosp-debug.apk
2.2 MB
Doesn't use the G Pill and left page anymore when the Google app isn't available.
Launcher3-aosp-debug.apk
2.2 MB
Backport transparent QsbConnector
So can I finally relax now? All bugs solved? 😵
Before I knew it 4 days of my life were gone again into this project, feels weird how you are basically time travelling forward when programming
Forwarded from ඞmir Zaidi
Forwarded from ඞmir Zaidi
Holy SHIT
Can people test if this version fixes this weird circle in circle bug on Android 8?
Answer: no
Hmm I don't have the YouTube bug
300k views!
Forwarded from Deleted Account
Hi!
How did you build from git on Windows 10?
Forwarded from ඞmir Zaidi
Check the top 7 commits
Forwarded from ඞmir Zaidi
And you need to disable ART_USE_FUTEXES in the art tree
Forwarded from ඞmir Zaidi
amir@DESKTOP-OS48ES6:~/Vertex/art$ git diff
diff —git a/runtime/base/mutex.h b/runtime/base/mutex.h
index a4e05bd..6bf4c6b 100644
—- a/runtime/base/mutex.h
+++ b/runtime/base/mutex.h
@@ -31,7 +31,7 @@
#if defined(APPLE)
#define ART_USE_FUTEXES 0
#else
-#define ART_USE_FUTEXES 1
+#define ART_USE_FUTEXES 0
#endif
For people wondering if it is possible and how to build a custom ROM on Windows