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

{
"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.

Related

[ROM][ICS][KERNEL][3.0.101][Build#7][20Dec'13]Unofficial MiniCM9 3.0.5 for Pico

{
"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"
}
MiniCM9 is a custom-built ROM for the X10 Mini / X10 Mini Pro / X8 based on CyanogenMod9. This rom runs Android ICS on top of the nAa-ics kernel. This is a self-compiled ROM made from MiniCM9 sources, built for the HTC Pico (Explorer), running on top of the Linux Kernel [3.0.101], with cherry picks from CyanogenMod's Gerrit Instance.
Click to expand...
Click to collapse
Visit Project's page @ Google code​
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.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
Installation instructions:
First time installation of MiniCM9 3.0.5 on your HTC Pico (Explorer), or coming from another ROM:
Make sure you're running a proper working custom Recovery
Copy GApps and MiniCM9 ZIPs to your SDCard
Boot into Recovery
DO A DATA WIPE / FACTORY RESET (otherwise your device will be stuck at boot)
Flash MiniCM9 zip from SDCard
Flash GApps zip from SDCard
Reboot
Don't restore data using Titanium Backup! they might cause FC's
Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!
Click to expand...
Click to collapse
Upgrading from earlier version of MiniCM9:
Copy MiniCM9 ZIP to your SDCard
Boot into Recovery
Flash MiniCM9 zip from SDCard
Reboot
What works:
Everything works for daily use!
Audio
FM Radio(Use Spirit FM from Play Store)
Hardware Acceleration
RIL
Bluetooth
Wifi
GPS (working fine! You just need a "sky view" )
Video
Camera
Video Recording
Voice Search
HQ Videos (Use 3rd party apps like MX Player for better playback)
Native USB tethering works! (check post 523)
Misc. Stuff
Bugs:
You say, if you find any
Downloads:
Build #7: http://forum.xda-developers.com/showpost.php?p=48656922&postcount=552
Changelog for build #7: http://forum.xda-developers.com/showpost.php?p=48658076&postcount=553
Build #6: http://forum.xda-developers.com/showpost.php?p=47853299&postcount=482
Build #5 (rev#3): http://forum.xda-developers.com/showpost.php?p=47065756&postcount=425
Build #5 (rev#2): http://forum.xda-developers.com/showpost.php?p=46975361&postcount=387
Build #5: http://forum.xda-developers.com/showpost.php?p=46942492&postcount=377
Build #4: http://www.mediafire.com/?0fy0kg4sllybi9l
Build #3: http://www.mediafire.com/?qmvdc8qc2bdqekd
Build #2: http://www.mediafire.com/?an4l1y3qs696137
Build #1: http://www.mediafire.com/?82l3as5t3i2ukuj
Gapps: YourZgappsXS-4.0.4-2013.11.06.zip
You can find the entire folder here:http://d-h.st/users/ZordanKV/?fld_id=15957#files
All android versions: http://d-h.st/users/ZordanKV/?fld_id=15431#files
Original thread link (made by @ZordanKV ): http://forum.xda-developers.com/showthread.php?t=2240652
Don't be a leech! Give him the thanks that he deserves!
Click to expand...
Click to collapse
XDA:DevDB Information
MiniCM9 3.0.5 for Pico, a ROM for the HTC Pico (Explorer)
Contributors
thewisenerd, omerjerk, immortal_yash
ROM OS Version: 4.0.x Ice Cream Sandwich
ROM Kernel: Linux 3.0.x
Based On: CyanogenMod
Version Information
Status: Stable
Current Stable Version: 7
Stable Release Date: 2013-12-20
Created 2013-11-26
Last Updated 2013-12-20
MiniCM9 Theme:
MiniCM9 theme, is the valid successor for MiniCM6 and MiniCM7 legacy.
It is designed as close as possible to the original specs of ICS, in order to be a lightweight, beautiful alternative to the stock theme. However it is tweaked in several parts of the UI, in order to fit better to pico's device's screen.
Click to expand...
Click to collapse
Screenshots:
Changelog:
Build 7
Added custom carrier label option
Toggles in Settings for S2W disabling, and on-off charging disabling
Updated clock app from KitKat NOTE: this will take out clock widget
Updated calculator app from CM
USB tethering fixed!!!
Updated Apollo app
Bluetooth switches on faster
Circle battery
Screenshot settings - settings/system/power-off menu
status bar - center clock
Recent apps: Clear all recent apps at once
option to change status bar transparency
Trebuchet:[PATCH] Increase maximum number of homescreens to 9
Trebuchet:EXPERIMENTAL: Tweak Trebuchet config
Trebuchet:Update strings.xml
Trebuchet:[BUGFIX]Trebuchet: fix selector wrap in DoubleNumberPicker
Trebuchet:EXPERIMENTAL: Don't use text shadows inside folders and all apps
Trebuchet:Update icon from jellybean
Trebuchet:[BUGFIX]Fix desktop alignment when Search Bar is hidden
Trebuchet:[BUGFIX]Fix for NPE in showAllAppsCling
Trebuchet:[PATCH]Trebuchet: Only mark preferences changed when they actually are
Trebuchet:Fix preference casing
Trebuchet:Remove wallpaper offset
Trebuchet:[BUGFIX]Trebuchet: Fix NPE when rotating
Trebuchet:Launcher2: Improve launcher app launching performance
frameworks_base:Add jellybean style notification drawer close anim (not yet perfect, but will be perfecto in the coming builds )
frameworks_base:Fix alignment and copy size for legacy QCOM OMX
frameworks_base:Fix video thumbnail generation
frameworks_base:surfaceflinger: Improve dithering method
frameworks_base:Use RGB565 surface for wallpaper
frameworks_baserefer 16bpp surface formats
frameworks_baserefer 16bpp formats for opaque bitmaps
frameworks_base:Allow purging of asset bitmaps
frameworks_base:Merge jellybean fonts from CM10 Source
frameworks_base:Merge jellybean animations from CM10 Source
frameworks_base:Set setScrollingCacheEnabled to false
frameworks_base:New PyroMod optimization
Settings:removed CMStats completely.
Settings:New PyroMod optimization
Settings:Remove CMUpdate preference screen
Build 6:
New CyanogenMod bootanimation (it is official!) (check this commit: http://review.cyanogenmod.org/#/c/54440/)
Removed OI File Manager
Added CM File Manager backport! check this: http://forum.xda-developers.com/showthread.php?t=1982918
Fixed GPS (GPS HAL was missing, thanks to @Arjun12357 (for this), and cute_prince(for this)
libstagefright: Fix MPEG4 timestamp (using 32-bit unsigned)
Revert "Toggling the flashlight from the lock/pattern/sim unlock screens by long pressing the HOME button (1/2)" ('coz we don't have a flashlight!)
Option to hide Adb notification icon
Calculator: Revert "remove a lot of unused stuff and made the code cleaner" (fixes a bug)
Email: Add option to allow the download/upload of "potentially" insecure attachment
Make sure widget is notified on message-related changes
Fix 5701: Email widget displays valid emails then lots of empty entries with 01/01/1970
Exchange: increase max EAS heartbeat to 30 minutes
Fix heartbeat not incrementing on trivial changes
Revert "Allow only NT_MODE_GSM_ONLY or NT_MODE_WCDMA_PREF" (bugfix)
Phone: Ignore touch during network operators search
Phone: Disable accelerometer sensor while in-call and screen UI is off
I/O scheduler settings
Fix switching running/cached apps with memory bar
Removed Undervolt code from Settings (was device specific, for SEMC devices)
Removed Swap2SD in Settings
Removed A2SD in Settings
Camera: Use popup settings instead of knobs
Build 5_rev3:
Lock screen weather : Switch to new yahoo api
frameworks: new effect sounds contributed by "Dennis Cleiren"
Bugfixes in frameworks_base
Add lockscreen rotation as an optional rotation setting (1/2)
Remove 10MB of useless video from builds
Bottom statusbar (1/2)
lockscreen weather: capitalize C/F temps
revert "Add feature for clever dialing in ComposeMessageActivity" (doesn't work )
Browser: Quick control updates from Jelly Bean (squashed)
Fix Browser crash when VoiceSearch activity not available
Options to set the grid size in the app drawer.
added charger images
Added live wallpapers: Grass, Galaxy, and Polar Clock (from GB)
Build 5_rev2:
Add option to dissable camera shutter sound
Feature : Volume adjust sound preference 1/2
Feature : Volume adjust sound preference 2/2
Mms auto-retrieval (ics) 1/2: framework
Mms auto-retrieval (ics) 2/2: mms
telephony: Fix MMS for when operator has different APNs for Data and MMS
Misc. libstagefright fixes pulled from gerrit (check commits here)
Add feature for clever dialing in ComposeMessageActivity (just put phone near your ear) *haven't tested this*
LatinIME: Option to reverse volume key logic on cursor control
Add support for EXT filesystem
Disable Face-Detection in Camera app (from here) *fixes FC's in Camera app*
Build 5:
Updated kernel sources until 3.0.101 (from sakindia123's sources)
Added sweep2wake (from cybojenix's sources https://github.com/cybojenix/android_kernel_htc_pico)
Updated MiniCM sources, (not much upstream changes )
User defined bootanimation can be placed at /data/local/bootanimation.zip, and it actually works
Build4:
Updated Sources
Updated Kernel(Latest cute_prince kernel 3 source)
GPU OC and OC upto 800Mhz re-added(Default processor is at 600MHz)(Safe OC)
Wifi driver ported from HTC One V
Wifi firmware ported from HTC One V
Wifi completely fixed!(Tested by 2 beta testers)
Wifi Toggle Completed fixed(after a long deep sleep about 8-9 hours it might get stuck just turn on/off 3-4 times and you will be good to go)
Build 3:
New Kernel Source by cute_prince to fix battery drain
More smoother with new kernel
Better Contrast with new kernel source (Noticeable difference in viewing quality)
Camera fix from cm10 for face detection(Dint get any FC till yet but if you get let me know)
Brightness Toggle fixed (used to FC before)
Wifi toggle response is much better(Not Fully fixed as it is a kernel problem)
Default kernel clocked at 600Mhz only(OC kernel will be provided separately)
Build 2:
New Kernel 3 Source by cute_prince
Power Hal fixed
OC Kernel upto 800Mhz(Default is 600Mhz for processor) and OC GPU
A bit more smoother due to new kernel source
Removed CM Updates from Settings>About Phone
Removed Recovery Version from Settings>About Phone
Removed Swap Option from Settings>Performance>Memory Management
Removed A2SD Settings from Settings>Performance>Memory Management
Removed Undervolt Option from Settings>Performance>Processor
Removed UltraBrightness Option from Settings>Display>Brightness
Build 1:
Initial Release with compatible Kernel 3(build from source) and everything working.
Updated Sources
Click to expand...
Click to collapse
Wallpaper MDPI:
MiniCM9 signature banners:
[/CENTER]
Disclaimer:
CID, (as referring to the new CyanogenMod mascot) is the personal work of Caio and CyanogenMod. All logos of MiniCM9 are based on his design and are reproducing the original work of the respectful author. Therefore, all credits go to him and CM
Click to expand...
Click to collapse
Credits:
All those who contributed to the linux kernel
lirokoa, sakindia123, derefas, cute_prince and all others who contributed for Kernel 3.0.101
Google (for android)
Cyanogenmod Team and all its contributors (for the amazing "mod")
nobodyAtall and all other contributors for creating MiniCM
parudthz for the initial device tree.
immortal_yash (for bringing this upto build #4)
Big thanks to @ErwinP, and his device tree (https://github.com/ErwinP/android_device_htc_buzz) for trebuchet patches
androidarmv6 repos
PyroMod repos
GenetICS repos
The updated apps' credits go to:
@rodrigoswz for updated Apollo app
@Xlythe for the awesome Calculator app
@klinkdawg for the wonderful KitKat DeskClock App
Don't be a Leech! If you know what I mean
Sources:
All sources are openly available on GitHub. Find all cherry-picks from Gerrit Instance on minicm4pico's repositories.
CyanogenMod: https://github.com/CyanogenMod
MiniCM: https://github.com/MiniCM
minicm4pico: https://github.com/minicm4pico
Kernel sources: https://github.com/vineethraj49/android_kernel_htc_pico
Device tree: https://github.com/vineethraj49/android_device_htc_pico_ics
Vendor tree: https://github.com/sakindia123/ics-vendor-pico
The team:
omerjerk (the coding expert! xD )
thewisenerd (that's me )
immortal_yash (let the guy who stole your pico, lose his... *mind* )
#Superuser (the budding newbie )
dhrumangajjar
Re: [ROM & KERNEL 3.0.16][IMM76L/4.0.4] MiniCM9-3.0.5 - Beta 1 (28/2/13)
Is it having overclocked kernel 3
Sent From Mars By An Alien
Awesome work man ! Thanks.. Is it an updated version of the old minicm9 ? anything extra ?
akshat.shenoy said:
Awesome work man ! Thanks.. Is it an updated version of the old minicm9 ? anything extra ?
Click to expand...
Click to collapse
yes its updated source and as you would have seen kernel 3 was not compatible with this and gave many bugs so i fixed all of them and smooth
sherif_linkin said:
Is it having overclocked kernel 3
Sent From Mars By An Alien
Click to expand...
Click to collapse
i can build one its easy but its not recommended as it burns nand slowly oc not stable till yet
Re: [ROM & KERNEL 3.0.16][IMM76L/4.0.4] MiniCM9-3.0.5 - Beta 1 (28/2/13)
immortal_yash said:
i can build one its easy but its not recommended as it burns nand slowly oc not stable till yet
Click to expand...
Click to collapse
Ok mate can you please upload a overclocked kernel for your rom and it's going to be the user choice because I'm using the overclocked kernel and I don't have any problems with NAND
Sent from my HTC Explorer using xda premium
sherif_linkin said:
Ok mate can you please upload a overclocked kernel for your rom and it's going to be the user choice because I'm using the overclocked kernel and I don't have any problems with NAND
Sent from my HTC Explorer using xda premium
Click to expand...
Click to collapse
give me few hours by evening i will upload it as i have to study now
Re: [ROM & KERNEL 3.0.16][IMM76L/4.0.4] MiniCM9-3.0.5 - Beta 1 (28/2/13)
immortal_yash said:
give me few hours by evening i will upload it as i have to study now
Click to expand...
Click to collapse
Tyt mate
Sent from my HTC Explorer using xda premium
Overclock kernels for MiniCM9(only for my rom,previous version is not supported)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
OC Kernel/s optional install: in the rom itself is standard kernel with NO oc kernel but if you wish to install OC Kernel and give your phone something to chew on here you go, install via TWRP or CWM...done
OC Kernel MiniCM9-oc-800mhz
OC Kernel MiniCM9-gpu-oc-307mhz
Just incase you want to return to non oc kernel then here you go.
NoN OC Kernel MiniCM9 600Mhz
I take NO responsibility for burnt Nands if you flash any of the OC kernels, USE AT YOUR OWN RISK ​-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Re: [ROM & KERNEL 3.0.16][IMM76L/4.0.4] MiniCM9-3.0.5 - Beta 1 (28/2/13)
immortal_yash said:
Overclock kernels for MiniCM9(only for my rom,previous version is not supported)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
OC Kernel/s optional install: in the rom itself is standard kernel with NO oc kernel but if you wish to install OC Kernel and give your phone something to chew on here you go, install via TWRP or CWM...done
These overclock kernels are not tested please test them and confirm its working
OC Kernel MiniCM9-oc-800mhz
OC Kernel MiniCM9-gpu-oc-307mhz
I take NO responsibility for burnt Nands if you flash any of the OC kernels, USE AT YOUR OWN RISK ​-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Click to expand...
Click to collapse
Did you tested them
Sent from my HTC Explorer using xda premium
sherif_linkin said:
Did you tested them
Sent from my HTC Explorer using xda premium
Click to expand...
Click to collapse
i need testers i can test 1 kernel but some has to test the other I will test the gpu one can some one please test oc
ok tested gpu oc and all working well can some one try the other kernel please
and reviews are welcomed if someone has tried the build
tested games like Temple Run 2,Subway Surfer,The EndApp and they work flawless
Good Work
Nice work Yash!
:good:
Nihar.G said:
Nice work Yash!
:good:
Click to expand...
Click to collapse
Thanks!! but you and bhargz16 helped alot trying to fix wifi hotspot with liverpool fan
Just found out Wifi Hotspot already working in my build so my beta 1 just became my final build Thanks to Liverpool-fan :highfive:
immortal_yash said:
Just found out Wifi Hotspot already working in my build so my beta 1 just became my final build Thanks to Liverpool-fan :highfive:
Click to expand...
Click to collapse
wah! re its automagical lol
bulletproof136 said:
wah! re its automagical lol
Click to expand...
Click to collapse
hey why don't u make xperia build with this as base and latest acid 7 :good:

[ROM] Buttered Grouper AOKP 4.3.1 [+Aroma] [2013-10-25]

{
"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"
}
Image created by Grakel​
General Information:
This is my continuation of doing AOKP PUB Builds for the Nexus 7. PUB (Project Unicorn Butter) aimed to bring Linaro toolchain and other optimizations to the normal AOKP build. My goal is to simply continue these builds providing releases based off current code. Current builds are using the latest (2013.09) release of the 4.8.2 Toolchain. Builds using O3, strict-aliasing, and other optimizations where applicable.
The original thread for reference:
Stephen.k.spear Orig PUB Builds Thread
Releases:
The target will be weekly builds on the weekend with a build during the week only where needed for bug fixes to be merged or some major change we just can't wait for
There are two Release Types
TYPE 1 is your traditional ROM Flashable zip.
You must flash gapps after flashing this ROM as it can not be included in the ROM zip.
Current Gapps: gapps-jb-20130813
Slim Gapps(needed for full Dark UI functionality): Slim Gapps 4.3 Downloads​TYPE 2 is an Aroma Installer that includes the ROM, latest gapps, and many other options. See Post 2 below for further details.​More than likely any middle of the week builds will not get rolled into the Aroma.
Kernel:
I am currently building the tegra3 grouper kernel from google source (stock). It is the kernel that will be installed if you just flash this as is. This is a perfectly fine daily driver, should be stable and safe across all devices.
If you are looking for better battery life, better performance during gaming, or even just more control over various settings at the kernel level then feel free to try one of the other great kernels offered for this device. I will not recommend one, I will recommend you try them all and see which works best for you.
Installation:
Download rom zip and gapps
Reboot to recovery
Wipe cache/dalvik (full wipe when needed)
Flash rom
Flash gapps
Reboot
Downloads::
Buttered AOKP Grouper -- 2013-10-25 :: :: Main Download ::
Buttered AOKP Tilapia -- 2013-10-25 :: :: Main Download ::
Changelog:
Code:
[B][U]2013-10-25[/U][/B]
-- Improve multi user support in ThemeManager
-- recents: turn Kill All and Google Now into normal buttons
-- Remove DarkUI from settings
-- DarkUI switch in RC
-- SystemUI: Toggle Vibrate Duration
-- ROMControl: Minimum Vibration Duration
-- Settings: Add link to AppOps
-- Multiple Gallery2 camera updates and fixes
-- Add ActiveDisplay to AOKP
-- flo and mako CAF cleaning
-- Active Display PORTRAIT fix (cherry-picked)
-- Lockscreen Lock Icon Color (cherry-picked)
-- Lockscreen Theme Color (cherry-picked)
[B][U]2013-10-13[/U][/B]
-- Settings: Bypass Alert Improvement
-- ROMControl: Fix isSW600DPScreen
-- Include mGerrit as prebuilt apk
-- Unembed mGerrit from ROMControl
-- ROMControl: Remove Signal From Tablets
-- frameworks: Custom System Animations
-- Fix clock AM/PM error. Some countries time format is [ah:mm] or [a h:mm].
-- ROMControl: Fix Notification Landscape
-- Bluetooth updates
-- KeyguardViewMediator: Play lock screen sound sooner
-- Custom Vibrations, Contacts part
-- Fix App Ops permission mapping structure.
-- Regenerate all the OpenGL stubs
-- Switch to Android 4.3.1
-- Remove the landscape rtl version of navigation_bar.xml
[B][U]2013-10-05[/U][/B]
-- RC: don't show navbar locations for battery bar if navbar is disabled
-- New 4.3 pngs for TRDS
-- Proper security labeling of multi-user data directories.
-- Option to hide Camera widget from lockscreen
-- Remove increasing ring option on devices that doesn't support it
-- RC: Fix capitalization
[B][U]2013-10-01[/U][/B]
-- First AOKP Buttered 4.3 drop
Aroma Download and Information on Post 2 Below
Thanks:
-Entire AOKP team for all their contributions. Any Donations direct to them.
-stephen.k.spear for PUB and pushing optimizations for an already great ROM.
-Mustaavalkosta for helping via PM with some of my build errors. Whether an exact fix or a point in the right direction... hours were saved.
XDA:DevDB Information
Buttered Grouper AOKP 4.3.1, a ROM for the Nexus 7
Contributors
mrRobinson
ROM OS Version: 4.3.x Jellybean
Based On: AOKP
Version Information
Status: Stable
Created 2013-10-02
Last Updated 2013-10-25
Video Review
Thanks to ikylilboy
Buttered Grouper Aroma Installer
This is an Aroma installer that adds features and options to the normal ROM install. If you use this you do not need to download the ROM separately above as it is included.
Current Aroma Installer Features & Options:
Wipe Caches
Install Latest Gapps
Choose Inverted Applications
Choose New Kernel
Choose Launchers
Choose Boot Animations
Add Ad block host file
Installation:
Download Aroma zip
Reboot to recovery
Flash zip
Choose options
Reboot
Download:
Buttered Grouper Aroma -- v3.2 :: :: Main Download :: :: Mirror
Changelog:
Code:
[B]v3.2 Changes[/B]
<*>Includes buttered_grouper_2013-10-25 ROM
<*>Updated SlimGapps to 10-20 release
<*>Updated Metallice Kernel to a63
[B]v3.1 Changes[/B]
<*>Includes buttered_grouper_2013-10-13 ROM
<*>Updated Slim Gapps to build 1.x
<*>Updated Adaway to 2.8
<*>Updated Metallice Kernel to a62
[B]v3.0 Changes[/B]
<*>Includes buttered_grouper_2013-10-05 ROM
<*>First release with AOKP 4.3 base
Optional Inverts:
You can get inverted applications in multiple ways. First I'd recommend going to System Settings and flipping the switch for Dark AOKP.
This will invert many of the core Gapps for you. For any other applications you may want inverted, there are two great threads that will make this trivial for you:
Midnight Gapps Project
Team BlackOut
Thanks:
To the following for allowing their hard work to be included in this aroma:
_motley - KERNEL
morfic - [DER KERNEL] Trinity Seven
faux123 - KERNEL
show-p1984 - Bricked n7 kernel
metallice - M-Kernel
franciscofranco - franco.Kernel
I've included two of my favorite boot animations from here. Go thank Wrixituz for these and check out his others!
of course to amarullz for creating the aroma installer
I know what I'll be flashing soon...
Thanks man!
Running very smooth & fast keep up the great work
Re: [ROM] AOKP PUB 4.2.2 [+Aroma] [Mar-04-13]
Great stuff.
Sent from my Nexus 10 using Tapatalk HD
Re: [ROM] AOKP PUB 4.2.2 [+Aroma] [Mar-04-13]
Thank you!
mrRobinson said:
This is the same OneAroma7oBind7hem I provide to in the Themes and Apps section. The difference being it is integrated into the ROM above so you have one unified zip for ROM + all options.
Current Aroma Installer Features & Options:
Wipe Caches
Install Latest Gapps
Choose Inverted Applications
Choose New Kernel
Choose Launchers
Choose Boot Animations
Download OneAroma7oButter7hem v1.1 : OneAroma7oButter7hem-v1.1.zip
Changelog:
Code:
[B]v1.1 Changes[/B]
--Updated gapps to gapps-jb-20130301-signed
See the OneAroma7oBind7hem thread for detailed changelog of all prior versions.
Click to expand...
Click to collapse
I am downloading your newest build now! Thanks! Have been using your PUB builds since Steve went on hiatus and I am thoroughly enjoying them. One problem though, can't seem to find a download link for the new "gapps-jb-20130301-signed". Could you post a link please? Thanks.
Wouldn't mind an inverted Gapps. Never tried it, but kinda curious.
ronnie498 said:
Running very smooth & fast keep up the great work
Click to expand...
Click to collapse
First time i've seen you outside RC. Glad you like it.
Erik.Leach said:
I am downloading your newest build now! Thanks! Have been using your PUB builds since Steve went on hiatus and I am thoroughly enjoying them. One problem though, can't seem to find a download link for the new "gapps-jb-20130301-signed". Could you post a link please? Thanks.
Wouldn't mind an inverted Gapps. Never tried it, but kinda curious.
Click to expand...
Click to collapse
Its in the aroma installer but if you don't want to use that.. . then its here.
Re: [ROM] AOKP PUB 4.2.2 [+Aroma] [Mar-04-13]
Loving the new build, only thing I'm missing is the ability to add screen shot button in navbar
Sent from my Nexus 7 using Tapatalk HD
...seems I have my new daily driver here... Thanks mrRobinson!! It's nice you made your own thread for this. :good:
mrRobinson said:
First time i've seen you outside RC. Glad you like it.
Its in the aroma installer but if you don't want to use that.. . then its here.
Click to expand...
Click to collapse
Thanks! Also, since you have switched to the stock tegra Kernel, which kernel would give fastest performance? I liked the faux built inline with Steve's builds. I want pure performance without burning out my device. I play games and watch loss of videos. I guess I'm looking for a kernel that will clover maximum performance in games and videos, and will also deliver creamy UI transitions. Thanks.
BTW, in case you couldn't tell, I'm somewhat new at this. I know just enough to sound somewhat competent I guess. I have unlocked, rooted, and flashed both my n7 and n4 through fastboot. Never touched a root kit.
Re: [ROM] AOKP PUB 4.2.2 [+Aroma] [Mar-04-13]
Can't wait to try. This aroma installer zip is taking forever to download!
Sent from my Nexus 7 using xda premium
Erik.Leach said:
Thanks! Also, since you have switched to the stock tegra Kernel, which kernel would give fastest performance? I liked the faux built inline with Steve's builds. I want pure performance without burning out my device. I play games and watch loss of videos. I guess I'm looking for a kernel that will clover maximum performance in games and videos, and will also deliver creamy UI transitions. Thanks.
BTW, in case you couldn't tell, I'm somewhat new at this. I know just enough to sound somewhat competent I guess. I have unlocked, rooted, and flashed both my n7 and n4 through fastboot. Never touched a root kit.
Click to expand...
Click to collapse
I'll add this type of answer to the OP as well when I have time to clean it up but here is the gist of it. I can't answer you.
Of the main kernels (regularly updated) you'll see for this device (faux, motley, metallice, franco, morfic), these are all established kernel dev's here. They spend countless hours on these kernel's and know them quite well. There is no way I could say to use one over another. Even if one is more geared toward stability and battery life vs gaming performance each may run differently on each device as the hardware is not exactly the same on every N7. Some can get away with -75mv while other's would have lock ups there. Some can overclock gpu, cpu higher than others and run perfectly smooth and others would see a random reboot. Even with the differences on a default flash of any of these dev's kernels, you then have a plethora of further settings you can tweak. There are voltages, clock speeds, governor, scheduler, and literally many many more.
Personally I'd read through each of those threads, at least the first few pages and the last 10 or so to see the current posts and tweaks the other users are making or their feedback. Try each of the kernels for a few days. You might get the feeling of a couple you like better or you think run a bit smoother for YOUR device with YOUR usage. At that point you can determine how much further down that kernel rabbit hole you want to go, ie. tweaking the intricate little settings that might help you vs the dev's stock settings. With all that being said, and all the variables at play in the kernel world, I can't imagine an answer I could give you that wouldn't be intrinsically incorrect. Hence, re-read the bold text above.
Re: [ROM] AOKP PUB 4.2.2 [+Aroma] [Mar-04-13]
Where do I find the tilapia version? ( If you still develop for it)
Sent from my Nexus 7 using xda app-developers app
doiutzu said:
Where do I find the tilapia version? ( If you still develop for it)
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Posted tilapia. No way to test this one so let me know.
just wanted to report that the plague inc fix works great! thanks man
Bookmarked this rom so I can get it when coming home from the office
Re: [ROM] AOKP PUB 4.2.2 [+Aroma] [Mar-04-13]
Working like a charm on tilapia. No problems so far. The notifications are a bit low on the bar in tablet ui, but it's the same in every aokp build I've tried. Thank you for this fine rom.
Sent from my Nexus 7 using xda app-developers app
doiutzu said:
Working like a charm on tilapia. No problems so far. The notifications are a bit low on the bar in tablet ui, but it's the same in every aokp build I've tried. Thank you for this fine rom.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Never understood why this happened here, but not on PA, but yeah, this is definitely the smoothest rom I have run on any device.

[ICS]CodyROM9.1.0 for Pico

CodyROM is a custom-built ROM for the HTC Pico based on CyanogenMod9. This rom runs Android ICS on top of the Linux Kernel [3.0.101], with Sweep2Wake added, and cherry picks from CyanogenMod's Gerrit Instance, androidarmv6, GenetICS, and more!
Click to expand...
Click to collapse
Project Logo:
{
"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"
}
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.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
Installation instructions:
First time installation of CodyROM9 1.0 on your HTC Pico (Explorer), or coming from another ROM:
Make sure you're running a proper working custom Recovery
Copy GApps and CodyROM9 ZIPs to your SDCard
Boot into Recovery
DO A DATA WIPE / FACTORY RESET (otherwise your device will be stuck at boot)
Flash CodyROM zip from SDCard
Flash GApps zip from SDCard
Reboot
Don't restore data using Titanium Backup! they might cause FC's
Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!
Click to expand...
Click to collapse
Upgrading from earlier version of CodyROM:
Sometimes, when we do some serious derping with frameworks, things may not
work all well, if you upgrade as is. Otherwise, the below steps apply
Click to expand...
Click to collapse
Copy CodyROM ZIP to your SDCard
Boot into Recovery
Flash CodyROM zip from SDCard
Reboot
What works:
Everything works for daily use!
Audio
FM Radio(Use Spirit FM from Play Store)
Hardware Acceleration
RIL
Bluetooth
Wifi
GPS (working fine! You just need a "sky view" )
Video
Camera
Video Recording
Voice Search
HQ Videos (Use 3rd party apps like MX Player for better playback)
Native USB tethering works!
Misc. Stuff
Bugs:
Apollo app color scheme changes only on restarting app
Custom carrier label doesn't show up on lockscreen
NPE error in Lockscreen weather at times
Apollo goes bezerk when song changes
Wrong date/time shown in statusbar
Downloads:
Builds with ION Memory Allocator:
Beta #2: http://forum.xda-developers.com/showpost.php?p=49436781&postcount=62
Public Beta #1: http://forum.xda-developers.com/showpost.php?p=48813818&postcount=26
Builds with PMEM Memory Allocator:
Build #1: https://www.mediafire.com/download/hv88cj04r09xjd1/CodyROM9-1.0-20131224-UNOFFICIAL-pico.zip
Gapps: YourZgappsXS-4.0.4-2013.11.06.zip
You can find the entire folder here:http://d-h.st/users/ZordanKV/?fld_id=15957#files
All android versions: http://d-h.st/users/ZordanKV/?fld_id=15431#files
Original thread link (made by @ZordanKV ): http://forum.xda-developers.com/showthread.php?t=2240652
Don't be a leech! Give him the thanks that he deserves!
Click to expand...
Click to collapse
Screenshots: http://forum.xda-developers.com/showpost.php?p=48792690&postcount=11
XDA:DevDB Information
CodyROM, ROM for the HTC Pico (Explorer)
Contributors
thewisenerd, omerjerk, dhrumangajjar
ROM OS Version: 4.0.x Ice Cream Sandwich
ROM Kernel: Linux 3.0.x
Based On: CyanogenMod
Version Information
Status: Beta
Current Stable Version: 2
Stable Release Date: 2014-01-14
Created 2013-12-24
Last Updated 2014-08-18
Changelog
Note: Trivial stuff, and some *behind the scenes* stuff, haven't been shown here. Anyways, they can always be seen in our GitHub.
Experimental tab drag-drop feature
Volume zoom control in Camera app
Set maximum open tabs
Breathing SMS notification
Custom font size in Messaging
Added custom carrier label option
Toggles in Settings for S2W disabling, and on-off charging disabling
Updated calculator app from CM
Updated Apollo app
Circle battery
Screenshot settings – settings/system/power-off menu
status bar – center clock
Recent apps: Clear all recent apps at once
option to change status bar transparency
maximum number of homescreens to 9 in Launcher
Improved launcher app launching performance
Add jellybean style notification drawer close anim (not yet perfect, but will be perfecto in the coming builds )
frameworks_base:surfaceflinger: Improve dithering method
Merge jellybean animations from CM10 Source
removed CMStats completely.
Remove CMUpdate preference screen
New CyanogenMod bootanimation (it is official!)
Added CM File Manager backport!
Option to hide Adb notification icon
Email: Add option to allow the download/upload of “potentially” insecure attachment
Exchange: increase max EAS heartbeat to 30 minutes
Ignore touch during network operators search
Phone: Disable accelerometer sensor while in-call and screen UI is off
I/O scheduler settings
Camera: Use popup settings instead of knobs
Lock screen weather : Switch to new yahoo api
frameworks: new effect sounds contributed by “Dennis Cleiren”
Add lockscreen rotation as an optional rotation setting (1/2)
Bottom statusbar
Browser: Quick control updates from Jelly Bean
Options to set the grid size in the app drawer.
added charger images
Added live wallpapers: Grass, Galaxy, and Polar Clock (from GB)
Add option to disable camera shutter sound
Feature : Volume adjust sound preference 1/2
LatinIME: Option to reverse volume key logic on cursor control
Add support for EXT filesystem
Updated kernel sources until 3.0.101
Added sweep2wake
User defined bootanimation can be placed at /data/local/bootanimation.zip
Sources
Our sources (~1 day's work *might* not be synced) are always available on Github.
CodyROM sources: https://github.com/CodyROM
Device tree: https://github.com/thewisenerd/android_device_htc_pico
Vendor tree: https://github.com/CodyROM/android_vendor_htc_pico
You could always be part of the code! Just fork a repo, and send in a pull request
Credits
All those who contributed to the linux kernel
lirokoa, sakindia123, derefas, cute_prince and all others who contributed for Kernel 3.0.101
Google (for android)
Cyanogenmod Team and all its contributors (for the amazing "mod")
Big thanks to @ErwinP, and his device tree (https://github.com/ErwinP/android_device_htc_buzz) for trebuchet patches
androidarmv6 repos
PyroMod repos
GenetICS repos
@Xlythe for the awesome Calculator app
@AChep for the updated DeskClock with "Math Question" option (very helpful!)
Who's TeamCody!?
Our team, in no particular order
@omerjerk (the coding expert! xD )
@thewisenerd (that's me )
@#Superuser (the budding newbie )
@dhrumangajjar (another budding newbie )
Screenshots would be appreciated?
Regards.
Wait for it..!!
Some Screenshots please

			
				
Downloading now !
Screenshots added!
Have a look here: http://forum.xda-developers.com/devdb/project/?id=2157#screenshots
P.S. It allows me to add only 20 screenshots, so, attaching rest here:
good job bro..is it based on cm9 or minicm9?
Affangta said:
good job bro..is it based on cm9 or minicm9?
Click to expand...
Click to collapse
It is based on CM9
Pls do post a review of this rom..!! Thanks ..
Sent from my iPad using Tapatalk
Short review
Rom is great, boot successfull and fast..Gapps work perfect..
Everything work fine for me,rom is fast,stable,great performance,no glitches or bug..Oc kernel included ( :good: )
Ram usage is very very good
:fingers-crossed:
what's the difference from the mini cm9 that you release a few days ago?
Best of luck guys!
Hope to see more from you in future. Great job.
wsdyleon said:
what's the difference from the mini cm9 that you release a few days ago?
Click to expand...
Click to collapse
This is will be a highly customizable with some performance tweaks and will be themed differently...
Everything through code..!!
This is just a initial build , so the features are bit less...
You can clearly see the performance difference..
thewisenerd said:
Screenshots added!
Have a look here: http://forum.xda-developers.com/devdb/project/?id=2157#screenshots
P.S. It allows me to add only 20 screenshots, so, attaching rest here:
Click to expand...
Click to collapse
It would be awesome if u theme everything in white with black text and instead of blue ,some other colour should be used !!!
It will give some different feel !! Blackish - Grey is everywhere !! :/
Like xperia z !!
I can give screenshot if u want !!!
Rom is smooth
N bt in dropping menu the date z cumng incorrect n buggy toggling on data connection...
Sent from my HTC Explorer A310e using xda premium
guys gonna flash this rom now
this project seems promising and cool
so gonna test the rom now and gonna give it a tough time and test is heavily with all ram consuming apps n all im coming directly from 4.4.2 .. 4 steps down to 4.0.4 so lets see how it serves ...!
will give a full review and some suggestion later this evening about the smoothness and the customizations ...!
anyways well done guys keep the work going ..!

[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.

[7.1.x|SM-N900| Unofficial LineageOS 14.1 (ha_3g)

LineageOS is a free, community built, aftermarket firmware distribution of Android 7.1 (Nougat), which is designed to increase performance and reliability over stock Android for your device.
It is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.​
{
"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"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
This thread is for Unofficial LineageOS 14.1 builds for ha3g (SM-N900). The following will not be supported here:
Custom kernels
Mods
Xposed
I don't support Xposed and any logcat which includes a Xposed module will be ignored. You're kindly invited to not report bugs if you:
Flashed a custom kernel
Installed or did mods from untrusted sources
Modified system files
First time flashing LineageOS 14.1 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash LineageOS
Install the Google Apps addon package (Optional)
Reboot
Ha3g Downloads folder
Older Builds:
03/27/17 build
03/09/17 build
Audio Crashes fix for 03/09/17 build
02/19/17 build
02/09/17 build
02/07/17 build
02/03/17 build
01/31/17 build
01/26/17 build
01/18/17 build
01/16/17 build
01/07/17 build
12/27/16 build (CyanogenMod 14.1)
Google Apps:
http://opengapps.org/
Want Root access? Flash this!
LineageOS SU Addon
Flahed the SU Addon and now you want to remove it? Flash this!
LineageOS su addon Remover
04/29/2017
*In call volume has been properly fixed!
*In call mic mute has been fixed!
*Dropped Substratum support
*SELinux policy has been fixed (Kernel is permissive, but it can go enforcing without issues)
*Lots of under the hood changes!
*Updated to 7.1.2
*Built with up to date LineageOS sources
Older Changelog:
03/27/2017
*KeyDisabled is fixed! The hardware buttons do not turn on when the navbar is enabled anymore.
*HUGE RIL REWORK. Lots of fixes and stability improvements for telephony.
*Audio Has been tuned:
*Speaker sound is a bit higher,
*Headphone volume was normalized, it was to high, overdriving the channel.
*Microphone crashes have been solved
*Built with up to date LineageOS sources
03/09/2017
*New feature: One handed mode
*New feature: Keypad disabler! Disabling the keypad will enable the navbar.
*CM File Manager is gone!
*Sdcardfs has replaced fuse. 3 times faster read/write speeds!
*New mali GPU driver (r7p0 from MM release, great performance!)
*GPU OC up until 600mhz with the new driver
*Few fixes to the gpu driver
*Half of the camera HAL has been open sourced! (more stable, better support)
*Camera media sharing works properly now (Instagram, Snapchat, etc)
*Wifi Stability fixes
*The Samsung Power HAL has been fixed (more responsiveness without compromise)
*The S-PEN can now click the keypad buttons!
*Rootless Substratum Support! Rom was updated for the new substratum app!
*March security upgrade applied
*Built with up to date LineageOS sources
02/19/2017
*RIL: Stability Improvements
*Fixed potential reboot scenarios while on a call
*Fixed WiFi calibration (It is more stable now)
*SamsungDoze: Screen WILL NOT wake up on significant motion anymore
*Minimum screen brightness lowered a bit
*Media Volume steps have been doubled
*Added full OMS7 support and Masquerade app for substratum
*This build fully support substratum theming!! See instructions on post #3
*Built with up to date LineageOS sources
02/09/2017
*Fix for Bluetooth Audio reproduction
*MSAA not forced anymore, causes troubles
*Fixes for ril (the modem was not defined right, plus some changes in libril). This fix results in:
*RIL: Signal Strenght reported properly now
*RIL: No more mobile data problems
*RIL: Fixes for memory leaks
*RIL: More stability improvements
*Optimizations for the Graphics 2D driver (smoother system, more battery friendly)
*Fixes for codecs: ffmpeg sw codecs work now
*Some fixes on bionic (should improve overall system stability)
*Built with up to date LineageOS sources
02/07/2017
*Fixed bad quality on the camcoder
*Fixed problems with Android Auto
*Everything that uses the AVC/h264 encoder will work well now
*Wifi: more kernel stability patches
*Built with up to date LineageOS sources
02/03/2017
*Wifi Hotspot is fixed!! It works now!
*Stability improvements for wifi (fixes for potential wifi crashes)
*Live Display RGB tunning fixed!
*Under the hood: Stability patches for kernel
*Built with LineageOS source synced and up to date
*ROM Tagged as Stable from now on
01/31/2017
*Video Zooming issue is fixed! Now videos scale properly!
*Under the hood changes: gralloc has been updated
*New LineageOS recoder included!
*Built with LineageOS source synced and up to date
01/26/2017
*AudioFX is back! And now it works!
*Some fixes and improvements for noise cancelation
*New notification LED capabilities: you can also now choose the color of the LED!
*CPU Governors: Interactive has been tuned for better battery life
*Under the hood changes: Codecs are built from source now
*Under the hood changes: Camera Improvements (Color mode was upgraded)
*KERNEL: Fixed a race condition in the scheduler that could lead to random reboots
*New root method! New LineageOS SU Addon Packages in OP to download
*Built with LineageOS source synced and up to date
01/18/2017
*Fixed a bug that prevented ambient display from waking the screen to pulse
*Enabled the Significant Motion sensor for doze
*Fixed the Recents Apps transparent bar glitch
*No more root access by default. You are gonna have to flash it now!!
*New LineageOS Bootanimation!
01/16/2017
*Fixed auto-rotation!
*Some fixes on bionic (Will improve overall system stability)
*AmbienDisplay has been fully moved to the screen section where it belongs
*KERNEL: Fixed GPU governor table (will increase performance, improve stability)
*KERNEL:GPU OC up to 667mhz is possible now (533mhz is the default max freq)
*KERNEL:GPU control interface added for clocks, powerpolicies, thermals and voltage
*DeathlyAdiutor was updated. Now it includes fragments to control the new GPU kernel nodes.
*DeathlyAdiutor: fixed the gpu usage statistics. Yes, they were broken!
*LINEAGE: New setup wizard and a couple more things rebranded
01/07/2017
*Rebrand to LineageOS
*Fixed microphone recording (everything that uses the microphone will work from now on)
*Camcoder works now
*Fixed DRM content reproduction
*Fixed In Call Volume (reworked old safared fix)
*ScreenCast should work with sound now!
*Updated Samsung Doze for nougat
12/27/2016 (Cyanogenmod 14.1)
*Initial Release
*Sharing videos on apps like WhatsApp or Snapchat does not work.
*You tell me!
Other issues?
Before posting in this thread, make sure of a few things:
You used the search function of the forums.
If you are the only one having a problem. Boot into recovery, wipe data/factory reset, reflash the rom/gapps and nothing else. Boot up and see if the problem persists.
Make sure your post is relevant to this thread.
Logs! You can use this: https://play.google.com/store/apps/d....tortel.syslog
@UpInTheAir for his kernel magic and misc fixes
@crpalmer (for picassowifi device and kernel gits)
@eousphoros (for his work on klimtwifi)
@nvertigo67 (for his work on chagallwifi)
@Nexorrr (for his work on chagalllte)
Exynos5420 Dev Team (@deadman96385 @thompatry @ZakooZ @Orion116 @mosimchah
@joshndroid @Andmoreagain @thermskin, @javelinanddart, @tincho5588)​
Source Code:
Kernel
https://github.com/exynos5420/android_kernel_samsung_exynos5420/tree/cm-14.1
Device Tree
https://github.com/exynos5420/android_device_samsung_ha3g/tree/cm-14.1
XDA:DevDB Information
[7.1.x|SM-N900| Unofficial LineageOS 14.1 (ha_3g), ROM for the Samsung Galaxy Note 3
Contributors
tincho5588, tincho5588
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Based On: LineageOS
Version Information
Status: Stable
Stable Release Date: 2017-02-03
Created 2016-12-27
Last Updated 2017-04-29
Reserved
Kernel Info:
M Kernel base from the Galaxy Tab S
CPU Voltage Control
CPU OverClock/UnderClock (Up to 2.1GHZ)
MIF/INT Voltage Control
Wolfson Sound Control (No Yamaha support)
UKSM instead of KSM
Added the following IO Schedulers: fifo, fiops, sioplus, tripndroid, vr, zen, bfq (Default)
Full f2fs support updated off the mainline (Stock cm kernel has limited support)
Modified Thermal Throttling temperatures for all devices so hopefully they won't get as hot
Exynos thermal exposed to sysfs
Android Logger disabled by default can be enabled over sysfs
WQ power efficient workqueues (Still need to apply in more places)
Frandom Support
Readahead bumped to 256 from 128
Max77803 charger control interface
Input boosters control interface
Root Access and Theming Guide
Want Root access??
Just flash with TWRP the LineageOS SU Addon zip file found on the download section... Flash it after you have flashed Google Apps!!!
Then enable the developer options menu with this guide:
To enable Developer Options, open the Settings screen, scroll down to the bottom, and tap About phone or About tablet.
Scroll down to the bottom of the About screen and find the Build number.
Tap the Build number field seven times to enable Developer Options. Tap a few times and you’ll see a toast notification with a countdown that reads “You are now X steps way from being a developer.”
When you’re done, you’ll see the message “You are now a developer!”. Congratulations. Don’t let this newfound power go to your head.
Tap the Back button and you’ll see the Developer options menu just above the “About Phone” section in Settings. This menu is now enabled on your device—you won’t have to repeat this process again unless you perform a factory reset.
Now go into the developers options menu and find the option to enable root access!!
Flashed the SU Addon and now you want to remove it from your phone??
Just download the LineageOS SU Addon remover and flash it with TWRP...
Excellent...
New year gift...
No words to explain happiness
Sent from my SM-N900 using XDA-Developers mobile app
first one !!LOL
TNX Martin
so it is the beta , is DA supported ??
As usual downloading first...
Thanks allot sir
Sent from my SM-N900 using XDA-Developers mobile app
downloading...
5 min to finish
booting...
pedy6990 said:
downloading...
5 min to finish
Click to expand...
Click to collapse
good for u man. my net is like snail. 3h to download
RYAN SHAY said:
first one !!LOL
TNX Martin
so it is the beta , is DA supported ??
Click to expand...
Click to collapse
DA is shipped with the rom... same as with CM13...
Under my point of view, it is fully stable... I labled it as beta until u guys test it and tell me everything is OK... that is the only reason...
RYAN SHAY said:
good for u man. my net is like snail. 3h to download
Click to expand...
Click to collapse
I'm also in ur country, khubi?
tnx for hard working and keep a live our Note 3 N900. if u have good Internet with Unlimited Size ( or Volume Whichever was true. ) tell us rom is Stable or Not ( Just to be sure. because i dont have Unlimited net. and if only have incall volume bug i download it ).
pedy6990 said:
I'm also in ur country, khubi?
Click to expand...
Click to collapse
tnx bro , I am fine.
lets stick to the thread and not to make Mods angry.
any work u had with me just pm me.
rasoulia said:
tnx for hard working and keep a live our Note 3 N900. if u have good Internet with Unlimited Size ( or Volume Whichever was true. ) tell us rom is Stable or Not ( Just to be sure. because i dont have Unlimited net. and if only have incall volume bug i download it ).
Click to expand...
Click to collapse
It is fully stable... only bug i found was the in call volume patch... I use it as daily driver...
Everything is there on OP!
tincho5588 said:
DA is shipped with the rom... same as with CM13...
Under my point of view, it is fully stable... I labled it as beta until u guys test it and tell me everything is OK... that is the only reason...
Click to expand...
Click to collapse
so it seems to be really stable. I dont know what to say.
i just have this last query , maybe its like a dumb Q , Are all of the change logs of MM included in this rom too ??
Thank you my brotheeeeerrrr.... ???
Yeah it was really stable. Fast, without laggy.
Zud bezan download arzeshesho dare. @rasoulia
tincho5588
You AMAZING DEVeloper! Thank You & Happy New Year! :victory:
Thanks my dear friend! Our device support vulkan api?
Thanks man.... Working great..... A very happy new year to you.... Keep up the good work....
Sent from my SM-N900 using XDA-Developers mobile app
Darkphyx said:
Thanks my dear friend! Our device support vulkan api?
Click to expand...
Click to collapse
No... Opengl 3.1
RYAN SHAY said:
so it seems to be really stable. I dont know what to say.
i just have this last query , maybe its like a dumb Q , Are all of the change logs of MM included in this rom too ??
Click to expand...
Click to collapse
Yes sir! All the work done in cm13 is inhereted here! That is why it was so important to polish MM...

Categories

Resources