[ROM] [CUSTOM Unofficial] [MM 6.0.1] AICP [FLO] - Nexus 7 (2013) Android Development

[CUSTOM UNOFFICIAL]​
AICP MARSHMALLOW 6.0.x BUILD FOR NEXUS7 (2013 Wi-Fi) FLO​
{
"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"
}
[/CENTER][/LEFT]
Flash the ROM at your own risk.
I accept NO responsibility for what you do (or can't do) with your own device. I am not responsible for bootloops, fruitloops or frickazees.
I DO accept responsibility for: Thermonuclear detonation & Zombie Apocalypse.
I started compiling this ROM as Unofficial because I have been using AICP exclusively for 2 years (on M7 & now Bacon) and figure if no one objects I can share some of the work. This is my HOBBY.
With that I say THANK YOU AICP (LorD ClockaN, n3ocort3x & semdoc along with their entire dev team) for bringing such terrific work to our devices.
I make no claim to doing any more than compiling and making minor changes to what I want from the build. I own these devices and enjoy the modifications, I hope you will also. PEACE.
Basic Changes from "Official" AICP Rom:
OTA is NOT enabled on my build
(dirty flashing an "Official" over my build & vice versa does work, most changes I made are cosmetic with some cherri-picks)
I don't recommend "backwards" flashing dirty - so check the build dates
First boot can take up to 10 minutes so be patient
Custom Boot Animation
Unofficial AICP Logos
Custom App for Unofficial Wallpapers [fixed scale when setting papers 4/03]
Amaze FM (new)
Viper4Android [Thank you ViPER520] (User will be prompted to install busybox [may need SuperSU] to load all drivers)
AdAway (new)
Gello Browser compiled from source 4/15/16 (new)
ROM & Kernel Compiled with 5.2.1 GCC Linaro
DOWNLOAD LINK
https://www.androidfilehost.com/?w=files&flid=45367 - - Build compiled 4/30 with cherri-picks listed in Changelog below
Please do not use issues with these builds to ask for help on the official thread. If you get an error, random reboot, etc. attach a logcat to any requests for help if possible. - Thank you
Recommended Gapps:
http://opengapps.org/
TWRP 3.0 Unofficial OR 2.3.0 (other versions have issues flashing radio images, etc. for CM ROMs)
- Nandroid / Backup your device!
- Standard factory reset wipe (recommended unless dirty flashing over THIS build)
- Flash Rom
- Flash Gapps
- Reboot
Custom AICP Boot Animation
View attachment 3662608
Current Changelog:
View attachment Changelog.txt
Full Sync w/ upstream & full update, optimization & sorted AICP Wallpaper App
Gello Changelog (WIP):
Gello: don't move navigation bar when selecting url text …
Gello: remove holo-like share dialog …
Gello: kang in two methods which changed their location and access …
Gello: Share bitmap via stream vs bitmap …
Gello: definitive ad block list …
Gello: web_refiner: Fix EasyList URLs …
gello_build: Makefile moved to vendor/cm …
gello_build: update .gclient file to match caf req …
gello-build: override aosp browser …
gello-build: remove --push …
gello-build: support prebuilt …
My GitHub
https://github.com/IkeGilbert
Bugs:
gerrit.aicp-rom.com - An overview of what is not merged yet (fixes, proposed changes, etc.)
If you get an odd crop setting a wallpaper from the new app, just reboot and it should center the image
High battery drain on all CM builds for Bacon due to GPS issues. If you experience this, turn off GPS while not in use & it should temp fix until full resolution to the issue is made.
Default alarm clock f/c when screen is off
Tips:
Root Access
- Turn on developer setting by tapping build version info
- In developer options, select root access (no need to flash supersu or anything else)
I recommend http://forum.xda-developers.com/apps/greenify for the best battery life!
Be sure to hit the THANKS button (unless thermonuclear war ensues)
--------------------- Checkout these links to the real developers of AICP below -------------------------
AICP Google+
http://gerrit.aicp-rom.com/
http://dwnld.aicp-rom.com/ - Official downloads
.

Thanks mate, will give this a run out later...
Cheers.

Flashed it today as secondary ROM. Thus far working without problems...
===edit===
After testing the ROM for a while I tried installing gapps and was faced with the "Unfortunately, Setup Wizard has stopped" problem that others have also seen. None of the different gapps (opengapps, purenexusgapps, CMgapps-600) that I tested solved the problem. Searching through XDA I saw that some people found a workaround by changing the permissions of the Setup Wizard, e.g. as described here. Some more trial and error revealed that setting the permission for reading the phone state seems to be sufficient for solving the problem.
This can easily be done using adb with the following command:
Code:
adb shell pm grant com.google.android.setupwizard android.permission.READ_PHONE_STATE
Notes:
I used the Marshmallow Base Gapps package for 6.0.0: gapps-600-base-20151201-1-signed.zip but think this should work with other gapps as well.
You could also use a terminal emulator on the device (become root first!) with the following command line pm grant com.google.android.setupwizard android.permission.READ_PHONE_STATE
===edit===
@Floyd_Flivercod Thanks for your work! :good:
Applying the following patch on updater-script would make the AICP-Logo look a little nicer IMHO
Code:
--- /tmp/updater-script.orig 2015-12-05 17:56:41.505163687 +0100
+++ /tmp/updater-script 2015-12-05 18:05:05.751277458 +0100
@@ -8,7 +8,7 @@
run_program("/tmp/install/bin/backuptool.sh", "backup");
unmount("/system");
ui_print("*********************************************");
-ui_print("* ___ __ ___ ___ *");
+ui_print("* ___ ___ ___ ___ *");
ui_print("* /\ \ /\ \ /\ \ /\ \ *");
ui_print("* /::\ \ _\:\ \ /::\ \ /::\ \ *");
ui_print("* /::\:\__\ /\/::\__\ /:/\:\__\ /::\:\__\ *");

tungdil said:
Flashed it today as secondary ROM. Thus far working without problems...
===edit===
After testing the ROM for a while I tried installing gapps and was faced with the "Unfortunately, Setup Wizard has stopped" problem that others have also seen. None of the different gapps (opengapps, purenexusgapps, CMgapps-600) that I tested solved the problem. Searching through XDA I saw that some people found a workaround by changing the permissions of the Setup Wizard, e.g. as described here. Some more trial and error revealed that setting the permission for reading the phone state seems to be sufficient for solving the problem.
This can easily be done using adb with the following command:
Code:
adb shell pm grant com.google.android.setupwizard android.permission.READ_PHONE_STATE
Notes:
I used the Marshmallow Base Gapps package for 6.0.0: gapps-600-base-20151201-1-signed.zip but think this should work with other gapps as well.
You could also use a terminal emulator on the device (become root first!) with the following command line pm grant com.google.android.setupwizard android.permission.READ_PHONE_STATE
===edit===
@Floyd_Flivercod Thanks for your work! :good:
Applying the following patch on updater-script would make the AICP-Logo look a little nicer IMHO
Code:
--- /tmp/updater-script.orig 2015-12-05 17:56:41.505163687 +0100
+++ /tmp/updater-script 2015-12-05 18:05:05.751277458 +0100
@@ -8,7 +8,7 @@
run_program("/tmp/install/bin/backuptool.sh", "backup");
unmount("/system");
ui_print("*********************************************");
-ui_print("* ___ __ ___ ___ *");
+ui_print("* ___ ___ ___ ___ *");
ui_print("* /\ \ /\ \ /\ \ /\ \ *");
ui_print("* /::\ \ _\:\ \ /::\ \ /::\ \ *");
ui_print("* /::\:\__\ /\/::\__\ /:/\:\__\ /::\:\__\ *");
Click to expand...
Click to collapse
If I can tear the device out of my sons hands now when he stops playing minecraft I'll try to give this a shot. Thank you!
PS - I think you'll only see the error if gapps are installed after the first boot.

@Floyd_Flivercod if not too much of a hassle then can you please develop for deb too?

htb2050 said:
@Floyd_Flivercod if not too much of a hassle then can you please develop for deb too?
Click to expand...
Click to collapse
Uploaded a build for DEB (see link in OP)

Floyd_Flivercod said:
Uploaded a build for DEB (see link in OP)
Click to expand...
Click to collapse
Thanks. Downloading now. Will report back after flashing.

Floyd_Flivercod said:
Uploaded a build for DEB (see link in OP)
Click to expand...
Click to collapse
I have been running it for 2 days now. Runs quite well. Everything works just as expected. Thanks for building it.

New build link for FLO added 12/12

Uploaded build 12/18 - https://www.androidfilehost.com/?fid=24269982087021052 & Custom Boot Animation [TWRP Flashable] - https://www.androidfilehost.com/?fid=24269982087020041

Let's try it instead of Pure Nexus.
Thanks
---------- Post added at 23:28 ---------- Previous post was at 22:30 ----------
No Luck with the 12/18 version. Bootloop on the Optimizing Apps.
Clean Flash whith Slim GApps Mini.

guillaumeserton said:
Let's try it instead of Pure Nexus.
Thanks
---------- Post added at 23:28 ---------- Previous post was at 22:30 ----------
No Luck with the 12/18 version. Bootloop on the Optimizing Apps.
Clean Flash whith Slim GApps Mini.
Click to expand...
Click to collapse
I'm baking another one tonight and will upload in the morning. Hopefully the bootloops are cured.

I didn't flashed the Pico version but the mini version instead, so i got bootloop.
With the Pico version, it's ok.

Gapps are touchy with every MM build I've tried so far, and that's not just device specific. I've had best success across the board with Opengapps & SlimRoms Gapps.
BTW - New build uploaded this AM https://www.androidfilehost.com/?fid=24269982087022177 - I dirty flashed on my sons device and it's working fine also.
Shout out to @semdoc for the work here. I think Official nightlies may be coming soon?

New build for DEB - https://www.androidfilehost.com/?fid=24337548750880774

Weekend build compiled & uploaded 2/28 --> https://www.androidfilehost.com/?fid=24421527759890653
Tweaks to the new boot animation & new logos are transparent. They should match your own theme or custom color schemes
Cherry Picks that apply to this build: http://review.cyanogenmod.org/#/c/132378/ - Terminal
Sync'd with upstream & latest official merges applied
View attachment Changelog.txt

New build compiled 4/30 >>> https://www.androidfilehost.com/?w=files&flid=45370
4/30 Build > Full Sync w/ upstream & optimized + sorted Unofficial AICP Wallpaper App
Amaze FM (new)
Viper4Android [Thank you ViPER520] (User will be prompted to install busybox [may need SuperSU] to load all drivers)
AdAway (new)
Gello Browser compiled from source 4/15/16 (new)
ROM & Kernel Compiled with 5.2.1 GCC Linaro
Gello Changelog (WIP):
Gello: don't move navigation bar when selecting url text …
Gello: remove holo-like share dialog …
Gello: kang in two methods which changed their location and access …
Gello: Share bitmap via stream vs bitmap …
Gello: definitive ad block list …
Gello: web_refiner: Fix EasyList URLs …
gello_build: Makefile moved to vendor/cm …
gello_build: update .gclient file to match caf req …
gello-build: override aosp browser …
gello-build: remove --push …
gello-build: support prebuilt …
If Gello Browser does not respond after flashing the ROM, re-install the APK file directly here > https://www.androidfilehost.com/?w=files&flid=54259

Hi there,
I need to root my Nexus 7(2013) 6.0.1 build MOB30J. Can some one please link me. So far I've found und root methods only for the earlier version or different for a build.
Thank you .

tenjohn23 said:
Hi there,
I need to root my Nexus 7(2013) 6.0.1 build MOB30J. Can some one please link me. So far I've found und root methods only for the earlier version or different for a build.
Thank you .
Click to expand...
Click to collapse
Besides nothing at all, what does this have to do with unofficial AICP?
read.

Related

[MOD][2014/10/30]XPLiX™ 103014-stable | Experience the Rage within your Device!

Hey guys, I've just updated this project and now I Release the First Stable build remember that this stable version is based on beta version but dont worry the stable build has 99% stability. For more update Follow/Subscribe this DevDB Thread. Thanks And GOD BLESS. (2014/10/30 21:00 PHT)
============================
NOTE: IF YOU ENCOUNTERED ANY ERRORS/ISSUES, YOU CAN POST IT IN THIS THREAD. JUST MENTION MY XDA USERNAME INFORM ME. FOR FEEDBACKS AND SUGGESTION, YOU CAN ALSO POST IT OR SEND IT VIA PM. THANK YOU. (2014/10/28 07:21 PHT)
{
"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"
}
Disclaimer
Code:
XPLiX™ MAY BRICK YOUR DEVICE. ME NOR XDA WILL NOT CLAIM ANY LIABILITIES AND RESPONSIBILITIES
IF ANYTHING HAPPENS. DO THIS AT YOUR OWN RISK.
DONT USE THIS WITH OTHER OPTIMIZATION PACKAGES. IT WILL CAUSE CONFLICTS OR IT CAN BRICK YOUR DEVICE DUE TO VALUES DUPLICATION.
DO A ROM AND DATA BACKUP BEFORE TRYING THIS!
-Renzki Mostoles (RenzkiPH)
Introduction
Xplix™ is a tweaks that modifies kernel default values to tweaked values to boost device/s performance. It also boost the network through AD-BLOCKING which block spyware, malware, adware and unwanted connections.
Enjoy the Rage within!
Click to expand...
Click to collapse
Requirements
• Rooted Android
• Free 10 MB Space on /system partition
• Android OS 4.1.2 and Above (ICS and Gingerbread is not compatible)
• CWM Based Recovery
• Stable Custom ROM
• Stock/Custom Kernel that is Stable
• SuperSU/su binary
• Init.d Support
• Flashing Knowledge
Click to expand...
Click to collapse
Features
|| XPLiX CUSTOM PERFORMANCE ACCELERATORS ||
-- IMPROVING RAM PERFORMANCE FOR BETTER MULTITASKING AND MORE
-- OPTIMIZING 2D/3D GRAPHICS FOR SMOOTHER FPS/LATENCY WHEN PLAYING GAMES AND OTHERS
-- KERNEL SCHEDULER FEATURES OPTIMIZATIONS
-- OPTIMIZED KERNEL PERFORMANCE FOR BETTER RUNTIME AND MORE
-- LINKS FRANDOM TO OTHER RANDOM(ENTROPY RELATED)
-- RAISES ENTROPY AVAILABLE TO 4096 FOR SMOOTHER DEVICE PERFORMANCE
-- MORE FREE RAM BY DROPPING FILESYSTEM CACHE
-- SETS SDCARD READ AHEAD KB TO 4096 FOR FASTER SDCARD READING/WRITING
-- SAMSUNG DEVICES SPECIFIC TOUCHSCREEN ENHANCEMENTS FOR BETTER TOUCHSCREEN SENSITIVITY
-- FSTRIM TO TRIM FILESYSTEM BLOCKS TO HELP R/W SPEED
|| Internet Security Enhancements(IPV4/IPV6) ||
-- SPEEDS UP INTERNET SPEED
-- STRENGTHENS INTERNET SECURITY
-- AND MORE
|| AD-BLOCK ||
-- BLOCKS ADVERTISMENT THAT CAUSES EMBARASSMENT, VIRUS, AND DATA PLAN HIGHER REDUCTION
-- Dnsmasq
See More
or
Here
|| XPLiX RAM USAGE REDUCTION ||
-- REDUCES CONSUMED FREE RAM TO MAKE DEVICE PERFORMANCE FASTER
|| XPLiX CHECKER ||
-- CHECKS ALL LOG FILES AND XPLiX FILES ON /etc/Xplix DIRECTORY
Click to expand...
Click to collapse
Screenshots
-- Soon
Click to expand...
Click to collapse
Instructions
--- INSTALL ---
LEGEND: "*" = DO NOT SKIP
1. Download any version of Xplix from Download Section below.
2. After Download, Reboot to Recovery Mode.
3. Backup your Current ROM Status. *
4. Flash the Downloaded version of Xplix.
5. Wait
6. Reboot Now
7. Proceed to "--- USAGE ---"
--- UNINSTALL ---
1. Download the Uninstaller_Xplix-xxxx_xxxx.zip from Download Section below.
2. After Download, Reboot to Recovery Mode.
3. Flash the Uninstaller_Xplix-xxxx_xxxx.zip.
4. Wait.
5. Reboot Now.
NOTE: BACKUP BEFORE INSTALLING THIS!
--- USAGE ---
NOTE: DO NOT INCLUDE "$" AND COMMENTS/"#"!
1. Open Terminal Emulator app.
2. Type the following commands:
Code:
# TO ENABLE XPLIX
$ su -c /etc/Xplix/ENABLE_XPLIX
# TO ENABLE AD-BLOCK AND ENTRO
$ su -c /etc/Xplix/MENU
select option 1, wait, select option 2, wait, select option 3 to enable XPLiX RAGE(Gaming acceleration) or select option 4 to enable XPLiX PERFORMANCE(default acceleration) at last, select option 5 to reboot
# TO DISABLE XPLIX
$ su -c /etc/Xplix/DISABLE_XPLIX
# TO CHECK AVAILABLE ENTROPY LEVEL
$ su -c /etc/Xplix/CHECK_ENTRO
# TO CHECK LOGFILES AND FILES ON /etc/Xplix
$ su -c /etc/Xplix/CHECK_XPLIX
3. After Usage, Exit Terminal Emulator app.
Click to expand...
Click to collapse
Download
LATEST VERSION: 102914-stable1
UPDATED AT: 2014/10/30 20:52 PHT
--- STABLE DOWNLOADS ---
••• 102914-stable •••
••• 102914-stable UNINSTALLER •••
Click to expand...
Click to collapse
--- BETA DOWNLOADS ---
••• 102414-beta1 •••
••• 102414-beta1 UNINSTALLER •••
••• XPLiX Project Folder •••
••• 101814-prerelease •••
••• Uninstaller •••
Click to expand...
Click to collapse
Changelog
102914-stable
UPDATED AT 2014/10/30 20:23 PHT
Code:
-[NEW] XPLiX Performance Bootscript is now using Logging
-[FIXED] Logging errors
-[ETC] 1st Stable Release
102414-beta
UPDATED AT 2014/10/28 07:21 PHT
Code:
-[ETC] 2nd Beta Release
-[NEW] Advanced Logging System
-[FIXED] DNSMASQ, PIXELSERV AND DNSPROXY Issues on Startup
-[NEW] Added FSTRIM or Filesystem Trimmer Which trims filesystem blocks
-[ETC] Removed SCAN and Replace it with CHECK_XPLIX which will check Logs, Processes and etc
-[NEW] Added 3 Init.D Scripts: 99ENGINE(98XPLiX), 98DNSMASQ and 97ENTROPY
-[FIXED] sqlite3 Execution while changing WiFi Scan Interval
-[NEW] Added Optimizations: Disable GPU Rendering
-[NEW] Added 2 Options In MENU
-[NEW] Added New BOOTSCRIPT: XPLIX_RAGE
-[NEW] Added XPLIX_RAM Which Reduces Filesystem Cache To Maintain Stable RAM Free Memory(Clear Memory)
101814-prerelease
UPDATED AT 2014/10/23 24:36 PHT
Code:
-[ETC] 1st Beta Release
-[ETC] Project renamed from XTRMOD/XMD to XPLiX™
Click to expand...
Click to collapse
FAQ
Q: Why XPLiX™ does not compatible with ICS?
A: ICS has some unsupported features from XPLiX™
Q: Can i test XPLiX™ Experimental Release?
A: Yes, Just mention me in this thread then ask me
Q: Can i include this to my developments such as ROM/Kernel/MODS?
A: Yes you are permitted, but dont forget to add proper credits for Thanks To/Credits from below and my name w/ URL link of this thread
Click to expand...
Click to collapse
Thanks To/Credits
NOTE: THANKS THEM ALSO WITH THERE CONTRIBUTIONS
@zeppelinrox for improved codes
@idcrisis and fivefour for improved codes and Sources
@franciscofranco and his dev team for some ideas
@andiroxu for Adj and Minfree Values
@LENAROX for help
@Exit_Only for Operation Killjoy™
@pikachu_01 for ThunderBolt!
@Spex for build prop tweaks referrence
And all Devs/Staffs/Users/Moderators @ XDA-Developers
Click to expand...
Click to collapse
Similar/Older Versions
XMD Optimizer
XM Infinity System
IF YOU LIKE XPLiX™, YOU CAN RATE THE THREAD TO 5 STAR OR PRESS THANKS BUTTON IN THIS POST. STAY UPDATED BY VIEWING/SUSCRIBING/FOLLOWING THIS DevDB THREAD.
XDA:DevDB Information
Project Rage(XPLiX™), Tool/Utility for the Android General
Contributors
RenzkiPH
Version Information
Status: Beta
Current Stable Version: 102914-stable1
Stable Release Date: 2014-10-30
Current Beta Version: 102414-beta1
Beta Release Date: 2014-10-28
Created 2014-06-06
Last Updated 2014-10-30
Reserved
Compatibility With Other Optimization Package
Heres The List Of Compatible Optimization Packages:
Code:
-- Odexer Tool By @MatrixDJ96
-- SwapItOn By @defiant07
Reserved
Aborted to install bro, set perm some changed failed bro. Any advice. I install with fresh rom install with no others mod install before.
Sent from my Nexus 7 using Tapatalk
yusopa said:
Aborted to install bro, set perm some changed failed bro. Any advice. I install with fresh rom install with no others mod install before.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Gonna Fix It And Release It Later...
Installer Fixed. Sorry For Inconvenience Guys. See OP
SQlite Installer Is Now On Attachments At OP. Thanks To @pikachu01 For Installer
All Devs Are Now Allowed To Use XMD Optimizer Source Code.
Code:
XMD Optimizer Source Code r1
(c) 2014 RenzkiPH @ xda-developers
Thanks To
zeppelinrox (XDA) -- For V6 SuperCharger And Some Codes/Snippets That Im Using In This Project
andiroxu (XDA) -- For Project Xtreme
Exit_Only (XDA) -- For Operation Killjoy
Yoda @ Unix And Linux Forums -- For C Code That I've Learn From Him
Linus Yang -- For Providing BusyBox Build v1.21.1
wesgarner (XDA) -- For Providing Zipalign Shell/ELF
Darky (XDA) -- For Providing Zipalign Shell/ELF
LENAROX (XDA) -- For Some Help At The PAST
pikachu01 (XDA) -- For ThunderBolt! And Providing Zipalign Shell
Buda1996 (XDA) -- SPL Team
jai554 (XDA) -- SPL Team
All Staffs And Moderators Of XDA -- For Creating The Best Ever XDA Forums
All Users/Developers All Over This Forum And Other Forums For Devs
To Devs, You Are Freely To Use The XMD Source Code For Your Projects. XMD Optimizer Supports AOSP So This Is A Opensource Project. For More Info PM Me At My XDA Profile(RenzkiPH). But Remember, Source Codes Are Opensource And Not Only For You.
Have A GOOD DAY!
New Version For XMD Optimizer
Code:
Version 1.10 || 2014/05/02
-- [Fixed] Minor Bugs
-- [ETC] A Lot Of Testing Before Releasing
-- [NEW] A Lot Of Improvements
-- [NEW] Merged All XMD Header Into One(xmd.h)
I Do A Lot Of Testing Before Releasing This Version To Make Sure Anything Is Working. Enjoy.
Compatible with crossbreeder??
Dns work on kitkat?
Sent from my GT-I9100G using XDA Premium 4 mobile app
tamingsarix said:
Compatible with crossbreeder??
Dns work on kitkat?
Sent from my GT-I9100G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
XMD Works On Any Android OS Versions Including Kitkat.
But On CrossBreeder, You Should Test It. In My Device(Samsung Galaxy Note), I Have Issues Like Tethering But You Should Have A Try.
RenzkiPH said:
XMD Works On Any Android OS Versions Including Kitkat.
But On CrossBreeder, You Should Test It. In My Device(Samsung Galaxy Note), I Have Issues Like Tethering But You Should Have A Try.
Click to expand...
Click to collapse
Ok..i will try and leave feedback
Sent from my GT-I9100G using XDA Premium 4 mobile app
How XMD Optimizer Working?
NOTE:
If Some Users Claims That XMD Optimizer Is Not Working For Them, Then Prove It. I Will Not Release XMD Into Public If Its Not Working. I Hope You Find The Better Way Someday.
In This Post, I Will Show You How XMD Optimizer Works.
XMD Is Also A MOD/Tweaks But It Is Compiled With GCC 4.8.2(GNU C Compiler) In Short Terms, A C Program/ELF. But How XMD Is Working?
See The Following Screenshots:
Before:
This Is My Phones Default LMK(Lowmemorykiller).
After:
Now You Will See That LMK Values Are Changed After Typing "xmd -x" On Terminal
LMK Configuration Is Not The Only Feature Of XMD. See Features On Post #1
XMD Also Uses Zipalign(An Archive Alignment Tool) and SQlite(Which Manages DB Files) And Many More. See Post #2.
Sent From My SHV-E160L Using Tapatalk Now Paid Again xD
Keep the good work..
By the way this is great mod.
But dns not work on kitkat
Sent from my GT-I9100G using XDA Premium 4 mobile app
tamingsarix said:
Keep the good work..
By the way this is great mod.
But dns not work on kitkat
Sent from my GT-I9100G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
What Errors That Shows On Kitkatt???
No error..try to open porn site..but block by provider..try to clean dns cache...but not working also
Sent from my GT-I9100G using XDA Premium 4 mobile app
Good tweak so far and gonna stick with this using stock kernel ATM
Sent from my SM-T211 using XDA Premium 4 mobile app
Hello, thank for your mod. How to upgrade, just flash again the new version or xmd -u first?
Sent from my N003-Y using Tapatalk
arielgalula said:
Hello, thank for your mod. How to upgrade, just flash again the new version or xmd -u first?
Sent from my N003-Y using Tapatalk
Click to expand...
Click to collapse
Yes, You Must Type "xmd -u" Then Flash A New Versiom
error
to many error on my xt535 so i uninstall the script
sflnwr said:
to many error on my xt535 so i uninstall the script
Click to expand...
Click to collapse
Same here problem on my LG P880 KitKatrom! :S

[ROM] [4.4.4] [Jul-20] [HOMEMADE] OmniRom for HTC Desire (GSM) | *Inspired*

{
"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"
}
I am proud to present you with a lean AOSP based ROM.
Omni is a community-based project for the Android community which is Free: Free to Use, Free to Modify, Free to Share. It's also about options, which is the beauty of Android.
​
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
*/
Homepage:
=================
http://omnirom.org/
Wiki:
=================
http://docs.omnirom.org/Main_Page
ROM Features:
=================
Inspire Launcher and Wallpapers (thanks iGio90)
Custom Bars
Custom Power menu
Custom Notification drawer
Active display
OmniSwitch (Recent applications view)
Non-intrusive popup for incoming calls
Dash Clock
CM cLock
Slim's Simple Explorer
OmniTorch
Performance Settings (CPU, Memory, Dalvik, Advanced)
Built-in A2SD (thanks Evervolv)
Xposed installer
KERNEL:
====================
Evervolv qsd8k kernel 2.6.38 with a few security fixes and mods
CPU governors: SmartassH3, SmartassV2, InteractiveX, Interactive, OnDemand, Performance
SD Read Ahead: 2048KB
BE ADVISED:
====================
====================
Bugreporting with logcat, please.
It's an early preview so expect bugs.
I don't claim responsibility for the code in this rom, I have only built it for this device.
DOWNLOADS:
=====================================
=====================================
ROM:
=================
OmniRom 4.4.4 20140720 Bravo HOMEMADE
Gapps (4.4.4):
=================
Slim gapps 9 (removed Google Setup Wizard)
=====================================
=====================================
INSTALLATION:
=====================================
=====================================
Requirements:
=================
An hboot with at least 250mb on system. These include stock hboot or Alpha Jelly (250/5/182) hboot
A 512mb - 1.5gb EXT partition (EXT4 recommended) on your sdcard. Use this guide to create the partition. Partitions made using other tools (CWM, Minitool Partition Wizard, etc.) will likely cause issues.
The latest TWRP (credits @Chromium_) or 4EXT (credits @madmaxx82) Recovery. Old versions of CWM may cause issues.
Installation process:
=================
Full wipe
Flash ROM
Boot ROM and let it settle down (3-5 min)
Open up Terminal Emulator, type in 'su' and 'a2sd install ' (chose: Y/N/N)
Boot into recovery and flash latest slim Gapps
CHANGELOG:
=====================================
=====================================
https://changelog.omnirom.org/#/m7ul/next
What's new in release 5:
- Sync with omnirom repo (2014/07/19)
- Fixed "Got stuck at boot/splash screen" by
- using a new kernel version ("Utopian") which:
-- is closer again to the Evervolv kernel
-- default governor set to PERFORMANCE (if you want a longer battery life, switch to SmartAss)
- Fixed 'long press home key' to bring up the recent apps
- Fixed Notification/Battery LED support
- Fixed battery draining with Google services framework 5
- Baked in chainfire's SuperSU v2.01 (no more extra flashing required)
- Added Xposed installer
- Added Slim's FileManager
- Added InspireLauncher & InspireWallpapers (thanks iGio90 for allowing me to use it in my rom)
- Added CM's cLock
- Added back DeskClock
- ART is working (tested by myself)
Not working:
- Xposed/GravityBox brings FC
Release 4:
- Welcome to Android 4.4.4 KTU84P
- Sync with omnirom repo (2014/06/21)
- Switch gcc toolchain to Linaro 4.9
- ART included
- USB tethering fixed
- Latest carbonized kernel (min.cpu freq. set to 200MHz)
Note: download the latest gapps package for 4.4.4 which is linked in this thread!
Release 3:
- Sync with omnirom repo (2014/05/18)
- Switch gcc toolchain to Sabermod 4.10 (better performance)
- Fix Usb Mass Storage
- Enable high-end graphics option (gives translucent decor/status bar)
- "CarbonizedKernel" v0.6 which is based off of Evervolv's qsd8k and of EternityKernel (kudos @croniccorey):
-- BFS (Brain F*ck Scheduler)
-- HAVS (Hybrid Adaptive Voltage Scaling; dynamically changes the phones voltage; should use up less battery)
-- Lots of different CPU governors (Lazy [thanks @Ezekeel], Lagfree, SmartassH3, SmartassV2, InteractiveX, etc.)
-- Default CPU gov is SmartassH3 which is said to offer a great balance between performance and battery life
-- Extended CPU freq table: Min. CPU freq: 175MHz; Max. CPU freq: 1500MHz (!)
-- Read ahead 2048Kb
Release 2:
- Sync with omnirom repo (2014/05/03)
- Fixed Bluetooth
- Performance enhancements via bionic optimization
- Added back stock Mms.apk (theme issues were reported for MMS Dark Holo)
- Added LiquidFileManager.apk (thanks dnielfe & liquid smooth team)
Release 1:
- Initial release (2014/04/26)
CURRENTLY NOT WORKING:
==============================
MMS (present in all 4.x ROMs; Just use Textra SMS instead)
Video recording (currently present in all 4.x ROMs for HTC Desire; Just use Videocam Illusion (audio quality at 44.1KHz!))
Screen recording (writes zero KB file)
OpenVPN (kernel issue: cannot acquire tun interface socket)
SELinux (disabled by intention)
ART support:
The most recent release also includes ART. Please be warned that ART is still considered to be an "experimental mode". Only few apps support it. ART is currently not tested by me and may lead to crashes or even to data loss. Please enable ART only if you know what you are doing and why you are doing this.
Todo list:
==============================
Add Trackball wake option
Investigate why hardware keys are not illuminated when you push them
Sources:
=================
ROM: http://github.com/omnirom
Manifest: https://github.com/spezi77/omnirom
Kernel: https://github.com/spezi77/android_kernel_htc_qsd8k/tree/utopian
You may want to compile it yourself:
=============================
To initialize your local repository use this command:
Code:
repo init -u git://github.com/spezi77/omnirom.git -b android-4.4
Then to sync up:
Code:
repo sync
Then to build:
Code:
cd into repo folder; . build/envsetup.sh; brunch bravo
Special thanks:
=================
OmniROM Team
Evervolv Team "bringing us kk in the first place and some of the other source used"
Croniccorey "for EternityKernel"
CyanogenMod "for their legacy code"
BaNkS "for the minimal GApps package"
PurityKitKat "for the bionic optimizations"
Have a nice day!
A few screenshots
thnx for ur effort !
keep going AND thnx again
dariush_jab said:
thnx for ur effort !
keep going AND thnx again
Click to expand...
Click to collapse
U r welcome! Cooking ROMs has become my hobby. It keeps me alive!
I would greatly appreciate it if you give me some feedback in return! :good:
@spezi77, hat's off to your talents. I have flashed 3 of your roms
from Xperia Z > CM-11 KitKANG > Carbon
they are all ready well made and at very high standard.
Omni is the next rom that can match CM. I can't wait to try.
off topic, are you working on a Sense based rom?
U Rock!
Spezi, can't thank you enough for your efforts!! You're awesome!
Will test it out tonight and let you know how it goes... :good:
@spezi77, you are doing good job to desire community. Keep up good work.
Just flashed this and all running good. Will have more of a play and let you know but big thumbs up so far . Thank you kindly
p70shooter said:
Just flashed this and all running good. Will have more of a play and let you know but big thumbs up so far . Thank you kindly
Click to expand...
Click to collapse
Relieved to hear that it's running good. I have asked devs from omni-team about the BT and UMS issues. Maybe someone can help me to find the right fix..
Nice rom, very fast and smooth.
Sent from my HTC Desire using Xparent Blue Tapatalk 2
My experience on the first build of the Omni rom is smooth and fast response.
On Installation process, please add "flash supersu zip" before InstallA2SD,
Boot ROM and let it settle down (3-5 min)
Install A2SD
because root access is required.
Do you find develop in Omni is easier or harder than CM?
I still ran out of space quickly using a2sd, but mount2sd is working sweet, 20+ apps so far.
Rom has been very stable for me, compared with other kitkat roms I've used. Good work
Sent from my HTC Desire using Xparent Blue Tapatalk 2
hi
i installed,its greet ,and fast,i just like to have Softkeys :fingers-crossed:
but i will wait for fixing bluetouth and others which work in kitkat rom
thnx again
dariush_jab said:
hi
i installed,its greet ,and fast,i just like to have Softkeys :fingers-crossed:
but i will wait for fixing bluetouth and others which work in kitkat rom
thnx again
Click to expand...
Click to collapse
For softkeys try Xposed and gravitybox. Or you can edit the build prop yourself but I forget the line you need to add
p70shooter said:
For softkeys try Xposed and gravitybox. Or you can edit the build prop yourself but I forget the line you need to add
Click to expand...
Click to collapse
thnx and I know !
but by inserting in build ,softkeys size is too big !
dariush_jab said:
thnx and I know !
but by inserting in build ,softkeys size is too big !
Click to expand...
Click to collapse
Ah ok. Can't remember if with gravitybox you can adjust the size or not.
Super!
Quick and easy installation.. Super quick and smooth Rom!!
Just one small issue with the default messaging app - outgoing SMS shows up blank, although the messages are getting delivered.
Something to do with the theme colors I think. Just moved to some other messaging app.
All-in-all - a great rom -
Active display and other cool features too!
I don't know if it is a placebo - but the battery seems to last longer :victory:
Thanks Spezi77!
rao.vinay said:
Quick and easy installation.. Super quick and smooth Rom!!
Just one small issue with the default messaging app - outgoing SMS shows up blank, although the messages are getting delivered.
Something to do with the theme colors I think. Just moved to some other messaging app.
All-in-all - a great rom -
Active display and other cool features too!
I don't know if it is a placebo - but the battery seems to last longer :victory:
Thanks Spezi77!
Click to expand...
Click to collapse
I believe that longer battery life comes from SmartassH3.
SmartassH3 - based on SmartassV2 with parameters tuned by H3ROS (thanks) -
more efficient frequency scaling - not ramping too high when not needed this could potentially
result in better battery life
Click to expand...
Click to collapse
Source
BTW, I got Bluetooth to work!
Furthermore switched to the latest Purity bionic repo (thanks @Chromium).
Mini update for release 2:
I have uploaded a new rom.zip which comes along with a File Manager -- get it from the 1st post.
deepgrass said:
@spezi77, hat's off to your talents. I have flashed 3 of your roms
from Xperia Z > CM-11 KitKANG > Carbon
they are all ready well made and at very high standard.
Omni is the next rom that can match CM. I can't wait to try.
off topic, are you working on a Sense based rom?
Click to expand...
Click to collapse
OT: Well, I thought of looking for a new challenge.. but until now I could not find enough time to continue my SENSE research..
deepgrass said:
Do you find develop in Omni is easier or harder than CM?
Click to expand...
Click to collapse
Well, it is hard to give you a true and general statement.
I was working approximately for 2-3 months to make my debut with Kitkang. At that time I have invested a lot of time in researching, discussing and learning from other xda devs. That was really a great time! OmniROM took me less time (maybe 2-3 weeks) because I was already aware of all the tricks to make it run on HTC Desire.
I admire the unique aspects of OmniROM -- I like the innovative and experimental approach and thinking different -- "Omni isn’t better, just different"!
So if I were to start or get involved in feature developments, I would definitely go for Omni.
P.S.: I believe that with one of the next releases we can expect the much-discussed "Multiwindow" feature.

[ROM][4.4.4][Jul-22] UNOFFICIAL LiquidSmooth v3.2 | Security Patch Level: 1st Jun 15

I am proud to present you with an incredible smooth and feature rich AOSP based ROM.
{
"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"
}
DISCLAMER
Your warranty is now void.
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in this ROM before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
Click to expand...
Click to collapse
LiquidSmooth is an aftermarket firmware based on the Android Open Source Project.
Dedicated to providing users with smooth, stable and fast ROMs. A Lightweight modified AOSP base, and then add the features you crave!
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device.
We ask that you do your part to know your device and know how to recover from problems before you flash!
Liquid0624
Deadman96385
jsnweitzel
Somber73
CPA-Poke
TheBr0ken
Cdub50
FEATURES:
UBER 4.9 GCC Toolchain
ARM Optimized String Handling Routines
Linaro and Code Aurora Optimizations
Slims DPI on the fly
Custom animation controls
TRDS 3.0 (Liquid Blackout in settings)
Active Display
Slims QuickSettings
Halo
Ram Bar
New CM Theme Engine
Privacy Guard
Built in SuperUser
Working wifi Tethering
Cell Broadcasts
Slims Configurable Power Menu
Slims Configurable Nav Bar
Gamma Configuration support
Custom animation controls (Listview)
LockScreen Notifications
And way more than this...
LiquidSmooth v3.2 Full list of features
CHANGELOG:
NEW IN RELEASE 8:
Add back full language support.
Lower the default max. cpu freq to 998400 Hz.
Torch: Removed brightest option from settings; Torch will now stay on after screen shut down!
NEW IN RELEASE 7:
This build includes the official Android Security Updates from 1st June 2015
Compiled the ROM with O3 flag
Compiled the kernel with UBER toolchain 4.9.4 for increased speed and battery life (credits Cl3Kener); compiled the rom with AOSP toolchain 4.8
Update kernel (July security bulletin)
Replace KernelTweaker (FC'ing) with KernelAdiutor
Removed DashClock widget (cLock is much nicer)
NEW IN RELEASE 6:
This build includes the official Android Security Updates from 1st Nov 2015 (you can now view the information about the patch level under Settings > About Phone > Android security patch level)
Compiled the ROM with O3 flag
Compiled the kernel with UBER toolchain 4.9.4 for increased speed and battery life (credits Cl3Kener)
Patched the previously missed out security holes in kernel base as mentioned by @walter79
If you want to have kernel 3.0.16 (experimental) use this flashable zip
Updated NovaLauncher to 4.1.0
Removed DashClock widget (cLock is much nicer)
Added signature spoofing support (read more about this)
Fixed an issue in the hardware keys configuration (credits @sverfaillie)
Slim GApps: fixed a problem (three no longer required apks were still remaining under /system/apps after GApps installation) to gain more space in the ROM's system partition
NEW IN RELEASE 5:
Added a few more patches against vulnerabilities, e.g.: CVE-2015-1528, CVE-2013-6282 (kernel patch).
Big thanks to @walter79 for making me aware of their existence!
NEW IN RELEASE 4:
Added the previously missed out patch (CVE-2015-6602) to reach full Stagefright 2.0 security level & Android Security Updates from Nov 2015)
NEW IN RELEASE 3:
Patched to the highest security level for Kitkat (incl. Stagefright 2.0 & Android Security Updates from Nov 2015)
Set CM cLock as default lockscreen widget
Added a patch to prevent wakelocks caused by Google Play Services 7.x SystemUpdateService (credits CM)
Use per default SMARTASSH3 (allows a better speed/battery-saving ratio)
NEW IN RELEASE 2:
ART
Liquid Launcher
Keyguard: use overlay to disable Menu Key In Lock Screen
Fix 'long press home key' to bring up the recent apps
Slim down rom by removing Chinese font
Update animation scale defaults with the optimal settings for htc bravo (0.5x)
Frameworks/base: Add setCurrentFunctions to Legacy USB DM
Allow forcing HighEndGfx mode
New CM Theme Engine
NEW IN RELEASE 1.5:
Update of Inspire Launcher (12.2.0): Launcher settings is more stable now
Fixed Hardware keys
A2SD is working now (fixed an issue with mounting sd-ext)
NOT WORKING:
MMS (present in all 4.x ROMs; Just use Textra SMS instead)
Video recording (present in all 4.x ROMs)
Screen recording (not supported by kernel)
OpenVPN (kernel issue: cannot acquire tun interface socket)
SELinux (disabled by intention)
Torch: Brightest setting and stay on after screen shut down (Torch improved)
Please let me know if you find bugs -- if possible with logcat. Thanks! :good:
DOWNLOADS:
Download LiquidSmooth Kitkat v3.2 2016-07-22
Slim Gapps for LiquidSmooth 2016 (73.18 MB)
REQUIREMENTS:
An hboot with at least 250mb on system. These include stock hboot or Alpha Jelly (250/5/182) hboot
A 512mb - 1.5gb EXT partition (EXT4 recommended) on your sdcard. Use this guide to create the partition. Partitions made using other tools (CWM, Minitool Partition Wizard, etc.) will likely cause issues.
The latest TWRP (credits @Chromium) or 4EXT (credits @madmaxx82) Recovery. Old versions of CWM may cause issues.[/QUOTE]
HOW TO INSTALL:
Full wipe
Flash ROM
Boot ROM and enable A2SD before flashing GApps
Boot ROM and let it settle down (3-5 min)
CREDITS:
LiquidSmooth, SlimRoms, AOSPA, AOKP, and everyone else who has contributed
Google and CyanogenMod for the Android Security Updates
@LaidbackNikez and Evervolv - for being a forece behind the kernel that powers this ROM, as well as for the vendor files and device trees
SOURCE:
Kernel:
https://github.com/spezi77/android_kernel_htc_qsd8k
ROM:
* Base: https://github.com/LiquidSmooth
* Mods: https://github.com/spezi77
You may want to compile it yourself:
Code:
repo init -u git://github.com/spezi77/liquid.git -b kitkat
repo sync
wget https://s.basketbuild.com/uploads/devs/Cl3Kener/TOOLCHAIN/uber-arm-eabi-4.9.tar.xz
tar xvC prebuilts/gcc/linux-x86/arm -f uber-arm-eabi-4.9.tar.xz
rm uber-arm-eabi-4.9.tar.xz
. build-liquid.sh -o3 bravo
Have a nice day!
​
Screenshots:
[/CENTER]

			
				
So uh, like can I port this to the Nexus One
tommypacker said:
So uh, like can I port this to the Nexus One
Click to expand...
Click to collapse
Files are up now..
Hey man, you have my permission! :good:
liquid0624 has authorized me this port if I mark the rom as unofficial. Please also take care of that.
spezi77 said:
Files are up now..
Hey man, you have my permission! :good:
Click to expand...
Click to collapse
Got it booting already
Downloading now, and will soon flash it. :victory:
spezi77 said:
I am proud to present you with an incredible smooth and feature rich AOSP based ROM.
​
LiquidSmooth is an aftermarket firmware based on the Android Open Source Project.
Dedicated to providing users with smooth, stable and fast ROMs. A Lightweight modified AOSP base, and then add the features you crave!
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device.
We ask that you do your part to know your device and know how to recover from problems before you flash!
Liquid0624
Deadman96385
jsnweitzel
Somber73
CPA-Poke
TheBr0ken
Cdub50
Sabermod 4.10 GCC Toolchain
O3 Strict-Aliasing & ISO C++11 Mode
ARM Optimized String Handling Routines
Linaro and Code Aurora Optimizations
Slims DPI on the fly
Custom animation controls
TRDS 3.0 (Liquid Blackout in settings)
Active Display
Slims QuickSettings
Halo
Ram Bar
T-Mobile Theme Engine
Privacy Guard
Built in SuperUser
Working wifi Tethering
Cell Broadcasts
Slims Configurable Power Menu
Slims Configurable Nav Bar
Gamma Configuration support
Custom animation controls (Listview)
LockScreen Notifications
And way more than this...
LiquidSmooth v3.0 Full list of features
NOT WORKING:
Hardware keys (Just use Soft keys or Pie control instead)
USB Mass Storage (Just use Bexton's UMS Toggle for now)
A2SD (error: SD-EXT not mounted properly; Just use Mounts2SD for now)
MMS (present in all 4.x ROMs; Just use Textra SMS instead)
Video recording (present in all 4.x ROMs)
Screen recording (brings "Unable to create output directory.")
OpenVPN (kernel issue: cannot acquire tun interface socket)
SELinux
ART
LiquidSmooth Github
Kernel Github
ROM Download - md5 333262e0d8b50468ece6de7b473dee6a
Slim Gapps - md5 279b5dea79e5deaae67253c402a43843
Please Support Liquid by Donating HERE
​
Click to expand...
Click to collapse
Any Chance You Could Stick To Building One Rom? haha because all your roms are epic and they would be better if you stuck to one rom
wow man ! your suprized us day to day !
thnx
did u notice ,ur thnx record cross 1000? and i am glad about it
when I install it exactly like in OP ... when it boots up I let it settle for 3-5min and then the FC's starts... Everything FC actually. Gapps , Inspire launcher , Nova Launcher , media , acore , play store and all basically anything. I do it exactly like in OP , or flash the ROM then boot the ROM , then reboot to recovery and instal gapps but still doesnt work ... When I boot it up , it just says i have no space for anything and i cant use applications , and I have no space so I wont receive SMS ... any idea?
proadi96 said:
when I install it exactly like in OP ... when it boots up I let it settle for 3-5min and then the FC's starts... Everything FC actually. Gapps , Inspire launcher , Nova Launcher , media , acore , play store and all basically anything. I do it exactly like in OP , or flash the ROM then boot the ROM , then reboot to recovery and instal gapps but still doesnt work ... When I boot it up , it just says i have no space for anything and i cant use applications , and I have no space so I wont receive SMS ... any idea?
Click to expand...
Click to collapse
Then please flash M2SD directly after the ROM and boot. Then reboot into recovery for flashing gapps. Which is your hboot? Stock: 250/40/147 ?
Sent from my Nexus 4 using XDA Free mobile app
@spezi77 You think there is not enough system storage on hboot?
deepgrass said:
@spezi77 You think there is not enough system storage on hboot?
Click to expand...
Click to collapse
Nope.. there could be too less space on data partition.
Sent from my Nexus 4 using XDA Free mobile app
Hey @spezi77 you're working hard on different kitkat roms which I find them all Identical, don't you think its better to provide one stable and complete rom instead of many different which all contain problems? I'm not here to disappoint you, but I think all these roms could be converted to each other by only some launchers and tweaks. I hope some day I can use one of your very best roms.
thanks indeed...
Inspire Launcher Settings from App Drawer (Don't touch it - it will crash and reboot your phone! To safely access Inspire Settings make a long press on the screen and then tap on the Gearwheel icon)
Click to expand...
Click to collapse
Today I have received an update for Inspire Launcher (v12.2.0). Somehow this issue is gone.
How's the rom for you? :fingers-crossed:
pro.gangster said:
Hey @spezi77 you're working hard on different kitkat roms which I find them all Identical, don't you think its better to provide one stable and complete rom instead of many different which all contain problems? I'm not here to disappoint you, but I think all these roms could be converted to each other by only some launchers and tweaks. I hope some day I can use one of your very best roms.
thanks indeed...
Click to expand...
Click to collapse
True words.. no worries, it's really hard to disappoint me.
Frankly, I am just learning about Android developments and versioning while looking for the most suitable and stable kk rom for my device. I enjoy the creative process of building roms -- especially by trying out different approaches, roms and kernel mods -- and sharing the results with you. There are a lot of dev teams out there borrowing features from each other -- giving their roms quite a similar feature set (why not?). But imho there are still noticeable differences! And even if we only talk about a specific look and feel or small innovations (have you ever seen Omni? sorry for OT).
With reference to the current bugs, you should not forget that most of them are common for all 4.x roms because they depend on the kernel. :angel:
However, enough said and I guess that by now you guys got really oversaturated! I will try my best to tone it down and focus on improving what is here!
Cheers!
I have different opinion on this. I agree that quality should be in favor over quantity.
We should be graceful @spezi77 bring us many choice to choose from, and then you can select the rom you like
and be more active in that thread, then natural selection will take it course.
@spezi77 I honor your overwhelming passion to the xda community and Desire, and your next great rom.
spezi77 said:
Then please flash M2SD directly after the ROM and boot. Then reboot into recovery for flashing gapps. Which is your hboot? Stock: 250/40/147 ?
Sent from my Nexus 4 using XDA Free mobile app
Click to expand...
Click to collapse
Stock hboot, ok i will try to flash M2SD right after ROM and boot and will see
Sent from my HTC Desire using xda premium
New version available:
Hardware keys are working
A2SD is working
I hope you enjoy this one..
Hi, thx for your hard work and all the fantastic Roms for our desire. could i ask how i can transculent the statusbar? ican`t find something. Thank you.

[ROM][5.1.1_r6][UNOFFICIAL][UBERTC] LiquidSmooth v4.1 [12-07-2015]

Disclaimer:
All the firmwares, custom ROMs, official firmware updates, mods and tools mentioned here belong to their respective developers/owners.
You will be doing everything at your own risk.
We nor the developers cannot be held responsible if you end up damaging or bricking your device.
{
"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"
}
Introduction:
LiquidSmooth is an aftermarket firmware based on the Android Open Source Project.
Dedicated to providing users with smooth, stable and ROMs. A Lightweight modified AOSP base, and then add the features you crave!
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device.
We ask that you do your part to know your device and know how to recover from problems before you flash!
Optimizations:
-from build 24-06-2015
rom compiled with ubertc 4.8
kernel compiled with ubertc 4.9
-O3
improve the performance and/or code size at the expense of compilation time and possibly the abilty to debug the program.
-graphite
graphite has been around for a wile in GCC. during this time a lot of people lesled grapithe and sebastian fixed many bugs. as of today the graphite infrastructure is pretty stable and hosts already specifix optimizations such as loop-interchange, blocking and loop-flattening.
-stric aliasing
the compiler writers know what the strict aliasing rules are for. they are writen to let compiler writes know when they can safely assume that a change made throuth one variable won't affect the value of another variable, and conversely when they have to assume that two variables might actually refer to the same spot in memory.
-floop
loop nest optimization is an optimization technique that applies a set of loop trasformations for the purpose of locality optimization or parallelization or other loop overhead reduction of the loop nests. one classical usage is to reduce memory access latency or the cache bandwidth necessary due to cache reuse for some common linear algebra algorithms.
-lto
Link-time optimization is a type of program optimization performed by a compiler to a program at link time. Link time optimization is relevant in programming languages that compile programs on a file-by-file basis, and then link those files together (such as C and Fortran), rather than all at once (such as Java's "Just in time" (JIT) compilation.
-PThread
It compiles the ROM binaries to be more optimized for multi-thread
-pngquant
reduce png size by 70%
-from build 07-05-2015
rom compiled with ubertc 4.8
kernel compiled with ubertc 4.9
full -o3 optimization
linker optimizations
graphite flags
many other gcc flags
pngquant
strict aliasing
Optimized Android Bionic
added Optimized android art
-from build 31-03-2015
rom compiled with sabermod-4.8
kernel compiled with sabermod-4.9
full -O3 optimization
linker optimizations
graphite flags
many other gcc flags
pngquant
strict aliasing
removed optimized Android Bionic
-from builds 12-03-2015
rom compiled with sabermod-4.8
kernel compiled with sabermod-4.9
full -O3 optimization
linker optimizations
graphite flags
many other gcc flags
pngquant
strict aliasing
optimized Android Bionic
Features:
display ambient
QuickSettings: Add long click support
SystemUI: Materialize volume panel in/out animation
Slim Global Menu ( add custom action on power menu )
Return of Chamber of Secrets & SlimActions to shortcuts
expanded desktop and implement per-user configuration
Power saver mode: add 10% and 20% values
Ability to configure NavBar buttons, height, left handed in landscape mode
theme engine
And much more
What works:
WiFi
Bluetooth
RIL (Calls, Mobile Data, SMS)
Sensors
GPS
Camera
Everything else not listed under "Known Issues" section
Known Issues:
you tell me
Installation Instruction:
Make sure you are on a 4.2.2 stock or based rom
Take a nandroid backup
Full wipe and factory reset
Flash ROM ( do NOT flash another kernel or you will loose a lot of the optimization )
Flash Gapps
FOR i9105 ( WITHOUT NFC ) FLASH NFC-DESTROYER
Reboot
Enjoy!
Changelog:
click here
device specific change:
_07-05-2015
set 220DPI by default
_25-03-2015
fix streaming from netflix app
_12-03-2015
initial build
Download:
rom https://mega.co.nz/#F!EZgGSJ6D!GqrMtjXIeat9rNAddDOfaw
slim GApps http://forum.xda-developers.com/slimroms/general/gapps-official-slim-gapps-trds-slimkat-t2792842 (I recommend to use zero modular)
Sources:
https://github.com/liquidsmooth/
https://github.com/oned46xda/android_device_samsung_galaxys2plus-common/tree/liquid
https://github.com/oned46xda/android_device_samsung_i9105/tree/liquid
https://github.com/oned46xda/android_device_samsung_i9105p/tree/liquid
https://github.com/oned46xda/android_kernel_samsung_galaxys2plus-common
Thanks:
liquidsmooth team
deadman96385
jsnweitzel
johnnysIt
santod040
Somber73
TheBr0ken
CPA-Poke
Cdub50
@pawitp for patches
@andixlm for device tree
@LuK1337
@GHsR for kernel tree
@CoolDevelopment
and other I9105/P and I9082 devs
screenshots:
great work u're such a great dev waiting 19105
Great we waiting for liquid come back from a while, keep it up.
@oned46 the rom as pin problem? at leat for me as!
cracker12 said:
@oned46 the rom as pin problem? at leat for me as!
Click to expand...
Click to collapse
sorry man but i don't have this problem ,
oned46 said:
sorry man but i don't have this problem ,
Click to expand...
Click to collapse
no problem i will test again and report...
really broke my sim card... but rom is good
19105 is up guys
themes aren't included in this ROM how is that????
Mohamed Elhadad said:
19105 is up guys
themes aren't included in this ROM how is that????
Click to expand...
Click to collapse
keep calm man, liquid it's not based on cm (so no cm apps) , but it's based on slim , liquid has layers
Beautiful ,so much nice options :3 only thing is i dont know how to use layers ?
naskodeuces said:
Beautiful ,so much nice options :3 only thing is i dont know how to use layers
Click to expand...
Click to collapse
search on play store "rr layers" or "theme layers" donwload it, go to layers in setting , layers manager , select layer to install, install chosen , reboot
or
donwload it from bitsyko g+, extract apk file from zip , after is the same as above
oned46 said:
search on play store "rr layers" or "theme layers" donwload it, go to layers in setting , layers manager , select layer to install, install chosen , reboot
or
donwload it from bitsyko g+, extract apk file from zip , after is the same as above
Click to expand...
Click to collapse
Thanks ! ?
oned46 said:
sorry man but i don't have this problem ,
Click to expand...
Click to collapse
after fix my sim card and test better the rom my opinion is the is a very smooth rom but i miss a lot o features that should be released on futur good work
i9105p is up
bump from 12-03-2015 to 25-03-2015 upstream merge (for more details see changelog in first post)
device specific changes: fix streaming from netflix app (need to be tested)
edit: for i9105 use nfc-destroyer , tested by @Mohamed Elhadad
great work bro
waiting 19105
build is up ( last update before my holidays )
bump from 25-03-2015 to 31-03-2015 upstream merge (for more details see changelog in first post)
oned46 said:
build is up ( last update before my holidays )
bump from 25-03-2015 to 31-03-2015 upstream merge (for more details see changelog in first post)
Click to expand...
Click to collapse
great work man
new build is up ! (lollipop 5.1.1)
device specific change : set 220DPI by default (so if you want 240 back go to settings -> performance -> build prop editor -> search for "ro.sf.lcd.density" and set it as "240")
Cant download from mega, tryed 3 different browsers, each time it says "temporary error, retrying.".
magix01 said:
Cant download from mega, tryed 3 different browsers, each time it says "temporary error, retrying.".
Click to expand...
Click to collapse
for me work so try later
Thanks works now, installed, really fast and smooth rom. One bug "Settings > More > Cellular network settings > Carrier settings" force close. "com.android.phone has stopped", could be my operator? After the crash, STK wont open.
Thanks

[ROM][17/7/23][4.4.4] SlimKat | The slimmest & most secure KitKat ROM for HTC Desire!

A word by the device maintainer:
I am very enthusiastic to provide you with an unofficial SlimRom for the HTC Desire. Big thanks to original authors. This is currently by far the most relevant KitKat ROM available for the HTC Desire, so if you like it fast and fancy, this is the one for you.
Info about SlimRoms:
SlimRoms is a custom android operating system. The main goal is to offer users a slimmed down but still feature rich alternative to other android operating systems.
The entire SlimTeam work together to bring you this tailor-made beauty straight from Android Open Source Project (AOSP) source code.
All of the sources can be publicly viewed through GitHub and you can stop by the public Gerrit to submit patches of any type.
SlimKat is the project name for SlimRoms based on Android 4.4 and offers the following original features:
The Real Dark Slim
Full system-wide dark interfaces. - If you like it smooth and classy.
Custom Shortcuts. Everywhere.
Hardware keys, Navigation Ring, Navigation Bar, Lockscreen, Tiles, Notifications etc. - We've got you covered.
System-Wide Keyboard Controls
Rotation, cursor control, optional emoticions, etc. - You'll be tapping away to your heart's content.
SlimCenter
Downloads, contact information, system app removal. - More fun than you can shake a stick at.
Camera Features
Trueview, Smart Capture. - Capture life moments with ease.
Important links:
slimroms.net - The official webpage where you find everything you need to know about SlimRoms.
Downloads - Download the rom and gapps.
Slim-bravo-4.4.4.build.9.0-UNOFFICIAL-20170723-1445.zip (122.3 MB)
spz_gapps-slimkat-2016-12-05.zip (65.8 MB)
Installation instructions - Follow these steps to the letter if you're about to install SlimRoms on your device.
1. Recommendations/Requirements:
- An hboot with at least 250mb on system. These include stock hboot or @jmcclue's 250/5/182 hboot - md5 7393e92a6d4f6b6060d236c27d944ad3
How to flash an hboot (simpliest way):
1) download the alpha jelly zip and ensure its integrity by checking against the md5
2) save the alpha jelly zip to the root of your SD card and rename it into PB99IMG.zip
3) reboot into bootloader
4) apply the update
5) enter recovery
6) format all partitions except SD card
7) reboot into recovery -- now you can flash the ROM
Click to expand...
Click to collapse
- A 512mb - 1.5gb EXT partition (EXT4 recommended) on your sdcard. Use this guide, and this guide only to create the partition. Partitions made using other tools (CWM, Minitool Partition Wizard, etc.) will likely cause issues.
- The latest TWRP or 4EXT Recovery. Old versions of CWM may cause issues.
- A somewhat decently functioning brain (optional)
2. Installation Steps:
- Boot into recovery
- Full wipe *
- Flash ROM
- Boot the ROM and let it settle down for 2-3 minutes
- Enable A2SD from Terminal (Answer: Y/N/N) -> for details see below **
- Go to Settings > Security > And turn on "Advanced Reboot Menu"
- Reboot to recovery
- Flash GApps
- Reboot
- Start Play Store to load setup for WiFi, Google account, etc.
* Full wipe includes system, data, cache, dalvik cache, .android_secure and sd-ext
** Enable A2SD
- run Terminal Emulator
- type 'su' and press enter
- allow root access in the popup query
- type 'a2sd install' and press enter
- reply to questions in this order
--> y n n (dalvik to card - yes, data to card - no, reboot - no)
Latest Changelog - Read here if you want information on changes in latest build.
FAQ - The most frequent asked questions with answers.
Kernel Source - The source of your device's kernel.
Get in touch! - Contact SlimRoms at these places if you have questions, requests or feedback.
Google+
Twitter
Facebook
Forum
Disclaimer: SlimRoms and spezi77 are not responsible for any damages to your device.
Have a nice day!
XDA:DevDB Information
SlimKat, ROM for the HTC Desire
Contributors
spezi77
Source Code: https://github.com/SlimKatLegacy
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 2.6.x
Based On: SlimRoms
Version Information
Status: Stable
Current Stable Version: r8
Stable Release Date: 2017-07-23
Current Beta Version: 1.0
Beta Release Date: 2015-12-31
Created 2015-12-31
Last Updated 2017-07-24
Device related change-log and unofficial features added to this ROM:
Release 1 (2015/12/31)
* Initial Release
* Add Lockscreen Notifications
Release 2 (2016/01/09)
* LockscreenTargets: Fix FC when entering Settings > Personalization/Interface > Lockscreen > Slider Targets and Shortcuts > Slider Targets
Release 3 (2016/04/08)
* Use latest busybox from CM-11
* BT tethering fix (mirabilos) - untested (please let me know if it works)
* Update CPU governor tunables for performance (kuskro)
* Add all available android security patches for 4.4.4 until 1st of March 2016
Release 4 (2016/07/16)
* Fix FC in Development Settings (thanks ze7zez for testing)
* Add android security updates until 1st of June 2016
Release 5 (2016/12/03)
* Update kernel to stay in sync with ls-kitkat:
** lower max. cpu freq to 998400 MHz.
** ioscheduler to "cfq"
** default CPU gov to SMARTASS2
** add security patches from October bulletin board 2016
* Fix a strange FC in Development/Security Settings (my fault ) --> Advanced reboot can be found under Security Settings (where it actually belongs)
* Fix camera
* Replaced DashClock with CM's cLock widget (when adding a widget a FC occurred)
* Fix graphic glitches (black regions)
* Add android security updates until 1st of November
* Compiled the ROM with -O3 flag for increased performance
Release 6 (2016/12/04)
* Hotspot/WiFi tethering fix
* Fixed issue with mounting sd-ext which resulted in applications disappearing
Release 7 (2016/12/06)
* Disable atlas service at start-up to save memory
* Align values under Display > DPI settings to be more regular: 140..260
* Fixed FC in Gallery2 app (while editing images) and merged many more stability improvements from CAF
* Fixed a crash in KeyguardWidgets (still had a reference to DashClock)
* Slim down the ROM size (e.g. LockClock 8.6MB -> 1.6MB)
Release 8 (2017/07/23)
* Android Security Update: 2017-07-01
* Kernel compiled with Linaro GCC 4.9.4
Big thanks to Andreas Blaesius aka andi34 for keeping Android 4.4.4 up with the latest security updates. Security sources: https://github.com/android-security/
Not working
* Trackball wake hack (you can use instead "home key" to wake up phone)
Happy New Year!
Wonderful!
Until recently, I used version 6.7 on my Samsung Galaxy S + and after going to the version 8.14 is a little sluggish.
I hope that 9 version will not be too hard on our Bravo.
Thank you!
---------- Post added at 18:38 ---------- Previous post was at 18:36 ----------
spezi77 said:
Happy New Year!
Click to expand...
Click to collapse
You make me happy 2015.
I hope that 2016 will also be happy for You and for Your plans.
---------- Post added at 18:47 ---------- Previous post was at 18:38 ----------
If someone had problems with manipulation of recovery,
in this post I put flashable file 4EXT v1.0.0.5 RC9 and emergency flashable file twrp-2311-bravo.zip
to facilitate the return to any other version of the recovery.
---------- Post added at 19:17 ---------- Previous post was at 18:47 ----------
As for me, it is not enough.
Code:
ro.sf.lcd_density=182
The default for A8181 is
Code:
ro.sf.lcd_density=240
---------- Post added at 20:07 ---------- Previous post was at 19:17 ----------
I'm impressed!
This is another ROM that is snappy.
The digit seven is my favorite. @spezi77 have their two!
spezi77 said:
- Important: Go into Developer Settings to enable Root for Apps & ADB
Click to expand...
Click to collapse
There is a separate tab # Superuser, but I do not need to do this, because it is already set.
ze7zez said:
Wonderful!
Until recently, I used version 6.7 on my Samsung Galaxy S + and after going to the version 8.14 is a little sluggish.
I hope that 9 version will not be too hard on our Bravo.
Thank you!
---------- Post added at 18:38 ---------- Previous post was at 18:36 ----------
You make me happy 2015.
I hope that 2016 will also be happy for You and for Your plans.
---------- Post added at 18:47 ---------- Previous post was at 18:38 ----------
If someone had problems with manipulation of recovery,
in this post I put flashable file 4EXT v1.0.0.5 RC9 and emergency flashable file twrp-2311-bravo.zip
to facilitate the return to any other version of the recovery.
---------- Post added at 19:17 ---------- Previous post was at 18:47 ----------
As for me, it is not enough.
Code:
ro.sf.lcd_density=182
The default for A8181 is
Code:
ro.sf.lcd_density=240
---------- Post added at 20:07 ---------- Previous post was at 19:17 ----------
I'm impressed!
This is another ROM that is snappy.
The digit seven is my favorite. @spezi77 have their two!
There is a separate tab # Superuser, but I do not need to do this, because it is already set.
Click to expand...
Click to collapse
All the best to you and yours!
Thanks for the flowers. I was very glad when I found out how to get this rom FINALLY working. I couldn't do that for almost 2 years. Experience is the key!
About LCD density:
I intended to keep SlimKat as close as possible to the original. Feel free to modify the build.prop. let's see how many ppl will "complain"..
About root:
You are right, I have updated the instructions.
Please keep me posted about the stability and performance..
Thanks, and have a nice evening, and remain ing time in this year!
Wow More and more Roms
Keep it up!
Screenshots? Thanks
spezi77 said:
Happy New Year!
Click to expand...
Click to collapse
Same to you, mate!
Now I see why you stopped replying in other thread.
Not complaining as Slim KAT was my preferred ROM on One X!
Too drunk to download and flash now. Will try it tomorrow. Afternoon....
All the best!
Послато са Nexus 7 уз помоћ Тапатока
FaserF said:
Wow More and more Roms
Keep it up!
Screenshots? Thanks
Click to expand...
Click to collapse
Too drunken now for posting screenshots..
As promised, after two coffies this morning - downloaded and instaled it on wife's Desire.
Well known impression - it's still there.
Great job!
Now installing the apps...
It's amazing that the Android phone from 2010 still can do the job.
Thanks @spezi77 for this. Job well done!
Yes the dpi could be different for us elders, but it could be solved.
Is it possible to enable different options in reboot menu (bootloader, recovery, hot reboot...)?
Only two homescreens, or I forgot something?
Play Store crashes in search, but...
Happy New Year!
[email protected]|-|oR said:
As promised, after two coffies this morning - downloaded and instaled it on wife's Desire.
Well known impression - it's still there.
Great job!
Now installing the apps...
It's amazing that the Android phone from 2010 still can do the job.
Thanks @spezi77 for this. Job well done!
Yes the dpi could be different for us elders, but it could be solved.
Is it possible to enable different options in reboot menu (bootloader, recovery, hot reboot...)?
Only two homescreens, or I forgot something?
Play Store crashes in search, but...
Happy New Year!
Click to expand...
Click to collapse
Searching in playstore also crashed in my phone. It occurs when you have just set up your Google account and the synchronization is still working in the background.
Solution: let the ROM settle down for a few minutes, and try it again.
Btw, you can change the dpi by editing the /system/build.prop (LCD.density). Or download an app that does the job for you.
Cheers!
spezi77 said:
Searching in playstore also crashed in my phone. It occurs when you have just set up your Google account and the synchronization is still working in the background.
Solution: let the ROM settle down for a few minutes, and try it again.
Btw, you can change the dpi by editing the /system/build.prop (LCD.density). Or download an app that does the job for you.
Cheers!
Click to expand...
Click to collapse
Will se about the Play Store. You are probably right.
And, thanks about the build.prop, I know it (used to enjoy SlimKAT at One X).
Krauten juice - the best medicine for the hangover ever!
[email protected]|-|oR said:
Will se about the Play Store. You are probably right.
And, thanks about the build.prop, I know it (used to enjoy SlimKAT at One X).
Krauten juice - the best medicine for the hangover ever!
Click to expand...
Click to collapse
Krauten juice? More details please!
About extended power menu: this is not available in SlimRom. Probably they considered this to be unnecessary. I could add it perhaps. Let's see..
spezi77 said:
Searching in playstore also crashed in my phone. It occurs when you have just set up your Google account and the synchronization is still working in the background.
Click to expand...
Click to collapse
I would recommend to download the original gapps.
After installation gapps of spezi77 can replace two files (Phonesky.apk and GoogleServicesFramework.apk) and google store works perfectly.
In addition, the original gapps are really black.
{
"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"
}
ze7zez said:
I would recommend to download the original gapps.
After installation gapps of spezi77 can replace two files (Phonesky.apk and GoogleServicesFramework.apk) and google store works perfectly.
In addition, the original gapps are really black.
Click to expand...
Click to collapse
Nice, could you maybe create a zip with your mod? If you agree, please send me a download link, and I will gladly add it to the 1st post.
spezi77 said:
Nice, could you maybe create a zip with your mod? If you agree, please send me a download link, and I will gladly add it to the 1st post.
Click to expand...
Click to collapse
In this mod gapps Phonesky.apk is in version 5.0.38 and is blocked from updating. So always will be black.
... I am working a new build right now with the next improvements.
* Add option in development settings to allow Advanced Reboot Menu
* Add LCD Density Setting
* Trackball Wake
* Add support for Fake Signatures
* Import translations from SlimRoms repo
* Add missed out Security Patches
spezi77 said:
Wait for new version before you are going to flash --> I am making a new build right now with the next improvements.
* Add option in development settings to allow Advanced Reboot Menu
* Add LCD Density Setting
* Trackball Wake
* Add support for Fake Signatures
* Import translations from SlimRoms repo
Click to expand...
Click to collapse
haha nice okay, just doing first boot.....
will wait now for newer build
This ROM will be a hit for Bravo in 2016.
Lollipop and marshmallow are too resource hungry for Bravo A8181.
nO.One2 said:
haha nice okay, just doing first boot.....
will wait now for newer build
Click to expand...
Click to collapse
Sorry, some things don't work yet. Not sure if I can fix them still by today.. Stay tuned..
Take your time, mate. Current version works just fine. A refreshment indeed.

Categories

Resources