I myself use scripts (that i wrote of course) to build so i wanted to share them with you guys!
spent a few days rearranging, and on some completely redoing, my scripts to come up with this easy to use, dare i say pretty if your into ascii, kitchen.
Features
Setup, update, build, and fix
Update kitchen app through script
Build enviroment installation (64 bit only) currently supports Ubuntu 10.04 - 14.04, with general support for Fedora, Debian, Linux Mint, Arch Linux, and with semi-general support for Mac OS X
Able to build Android Open Kang Project, Android Open Source Project, Carbon, Cyanogenmod 10.2, Cyanogenmod 11, Evervolv, omnirom, PAC-man, and ParanoidAndroid
Designed to build for nexus devices, but supports other devices
{
"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"
}
the recommended file directory is as follows:
Code:
android/swordkitchen
android/swordkitchen/.scripts
# Everything below is made by the kitchen
android/repos/[all the repositorys u sync]
android/builds/[the roms that are made]
Instructions:
Boot into a 64-bit Unix System: supports Ubuntu 10.04 - 13.10, with general support for Fedora, Debian, Linux Mint, Arch Linux
Download and install using the script linked below
Either click swordkitchen.sh which will open in terminal or open terminal, change directory to the installed folder, and type in ./swordkitchen.sh
Inside Kitchen now!
Go to setup kitchen and run 1 (installation of repo) and 2 (setup build enviroment)
Initialize the desired repo(s) and sync when it asks if you want to
Go back, and go to the build menu, select what u want to build and omg! ur building a rom!! =O
Optional:
Tweak the romeditor or gitpuller as u like it.. ur changes in these files reflect towards ur builds
You can just use repo to grab it if you want..
Code:
Stable Version:
repo init -u http://github.com/TeamKeyblade/kitchen_manifest.git -b stable
Developer Version ( the one i push to when working on kitchen ):
repo init -u http://github.com/TeamKeyblade/kitchen_manifest.git -b master
these can work in the ~/bin folder, if anyone puts it anywhere not in your home folder please let me know and ill see about making it work perfectly from there. Below should be in ur path on login if you decide to put it in ~/bin
Code:
$HOME/bin/kitchen:$HOME/bin/kitchen/build:$HOME/bin/kitchen/update:$HOME/bin/kitchen/menu:$HOME/bin/kitchen/config
Languages:
English (Completed)
Russian (Completed)
German (Completed)
Dutch (Completed)
Spanish (Incomplete)
Brazilian Portuguese (Incomplete)
This kitchen is totally open sourced!
Please use Kitchen to update, script below is for installation
Older tarballs of the kitchen can be found here
Kitchen Installer: SourceForge link for swordkitchen_installer.bash
Join me on freenode channel #Swordrune10Kitchen
Changelog:
4/27/14
retardedbabelfish: fixed language not saving issue
Add Ubuntu 14.04 also updated translation files
4/21/14
Had a few users having issues with selecting a language, and this bugfix should squash the issue
issue reported by @flyboy1100
Fix retardedbabelfish missing language file
2/5/14
Added Dutch Translations
2/4/14
German translations is now complete!
1/26/14
Added Russian, was translated, Marked as active
special thanks to App Translators thread and @gaich for making this happen
1/24/14
my translation project is finished! currently the translation framework is done, but the translation files are a bit lacking.. if any of u want to help please let me know! our languages which have been started is spanish, german, and brazilian portuguese
1/14/14
I am now starting a project for this kitchen to be translated to multiple languages, for right now i am adding spanish and french using google translate.. as soon as the framework is situated i will invite anyone to help me with native translations.. also if you want to see a language added please ask me to include it and help translate the language!
Update changes in repos: update omni vendorsetup naming scheme, Update pacman's manifest location, and Update ParanoidAndroid's source location and update them to kitkat as well
Update specific build commands per repo
Add freenode channel info to error messages
Add Copyright info under apache license 2
move base scripts to a folder named utility
EDIT: Decided to initially add also german, italian, japanese, and korean as well.. this came about because my wife just grabbed a copy of Pokemon Y and that was the language choices
1/2/14
hey guys, been busy working on this and other stuff to actually post.. i have been working on this kitchen, let me tell u a summary of whats been going on
now possible to run auto builder from menu
update manifest always if manifest already exists
Use signapk.jar built for aosp during instead of prebuilt
use repodefiner for repo variables
specify manifest xml file/change cm10.2 to stable branch
fixed double zip variable, causing the build for cm to be double in size
mirror how cm is made from hudson
If user is root, make files read and write for everyone
lots of bug fixing and updating as well
11/5/13
Added Cyanogenmod 11
Removed Cyanogenmod 9 & 10, also Rooted & Busyboxed AOSP
11/3/13
add aosp 4.4 as a seperate repo, will take place of 4.3 later
Add Nexus 5
Fix AOSP/RAOSP tweaks after building
Before building, mute error if cant find vendorsetup.sh in vendor folder
also will be adding new tarball asap!
10/17/13
Add Ubuntu 13.10 setup
new tarball will be out on sourceforge later today
10/14/13
Added omnirom/Removed Codename Android
scriptmakir: clean up gitpuller and make it up to date
10/13/13
Updated swordkitchen_installer to now have .bash at the end of the name to signify it runs in bash, also made it so it will run in bash regardless of anything.. even if you do "sh swordkitchen_installer.bash"
scriptmakir: remove duplicate device/sample for cm-10.2
10/11/13
I now have a sourceforge project for the kitchen and i also now have an installer script instead of just posting tarballs.. tarballs will still be available and will be made every so often on sourceforge, i will be posting the changelog here still so stick around!
Updated repo binary location for both reposync and macosxinit
10/10/13
Update aosp/raosp to 4.3.1 release 1
Added Ccache to building, not mandatory
Change back to cyanogenmod for tilapia
Finally stop the script if zip isnt present, this makes the end alot cleaner when it errors out
PACman and ParanoidAndroid now builds correctly
Fixed building, forgot i changed the jobs variable in headerfile
Full Changelog
Good work. Just wondering, what is the benefit of this script over for instance this compiler tool: http://www.omgubuntu.co.uk/2012/05/gui-cyanogenmod-compiler-tool-for-ubuntu/ ?
mbroeders said:
Good work. Just wondering, what is the benefit of this script over for instance this compiler tool: http://www.omgubuntu.co.uk/2012/05/gui-cyanogenmod-compiler-tool-for-ubuntu/ ?
Click to expand...
Click to collapse
honestly? that tool is probably a lot better.. I made this as a learning experience
EDIT: actually now that i think about it mine is kinda better on the fact that my updates itself (as in the actual "program"), u know exactly whats in it since its all scripts, and im gonna put into it ability to modify the rom before its built
Sent from my Galaxy Nexus using XDA
Changelog:
5/22/12
Added build other functionality, you can now build any cm or aosp device
Changelog:
5/22/12 8pm
Added gitpuller, a symbolic linked file that u can edit to add git pull's to modify the repos
Might come in handy
Sent from my Galaxy Nexus using Tapatalk 2
Changelog:
5/23/12
Added Rooted & Busyboxed AOSP
nice work will try
Changelog:
5/24/12
Added ability to build toroplus thru Rooted & Busyboxed AOSP
Fixed build menu looping, making it having to hit exit one to many times on the main menu
Changelog:
5/25/12
fix problem with using
Code:
sh "Swordrune10's Kitchen.sh"
code is a bit more simplified
Changelog:
5/26/12
added fix kitchen menu
new gitpuller, same stuff just not part of the updater anymore - if you had gitpuller before, please remove the old one
Changelog:
5/26/12 5pm
fixed an error at creating gitpuller, please trash gitpuller for it to fix (last time i will mess with gitpuller, honest!)
Changelog:
5/26/12 8pm
Added romeditor, allows u to edit rom manager esque details like developer id and modversion before build, romeditor is like gitpuller and is shown to u in the directory
Is this something that a newbie could use? I want to get into building a rom for myself, it this easy to use for that?
Sent from my Sprint Galaxy Nexus CDMA using XDA
pastert33 said:
Is this something that a newbie could use? I want to get into building a rom for myself, it this easy to use for that?
Sent from my Sprint Galaxy Nexus CDMA using XDA
Click to expand...
Click to collapse
yes, whole reason I made this is for new people.. right now its missing setting up the build environment, but that's next on my plate.. I'll probably finish that tomorrow
Sent from my Galaxy Nexus using XDA
How i can flash that ?
Sent from my Galaxy Nexus using xda premium
leos0000 said:
How i can flash that ?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
how do u mean?
Sent from my Galaxy Nexus using XDA
swordrune10 said:
how do u mean?
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
This is kitchen for what.. cuz im little jnderstand sorry bro
Sent from my Galaxy Nexus using xda premium
Changelog:
5/27/12
Added build enviroments installation
Menus more consistent
Related
Android Customization Suite 1.2.2
This is a program to complement your ROM. It is able to produce a CWM flashable zip with apps your ROM might be missing (T-Mob ones, launchers, utilities, etc). It also has other tools available for you. It can produce an empty flashable zip for you (read more about it here). And now, it has "repositories." Developers can upkeep their own repos with whatever files they wish. Roms, themes, mods, etc.
need Epic devs/themers/modders to talk to me to get their work added on here!
in the mean time, you guys can mess with the Utilities in the Vibrant section just to get a feel for it
Screenshots
{
"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"
}
(forgot to change the version # in these screenies, it's 1.1 )
Older Screenshots:
1.0
Repo Tab 0.999
Repo Tab
Utilities Tab
Launchers & Misc Tab
Vibrant Apps Tab
System Tab
Instructions
Download. Note: you must have Java installed to run this app
WHILE YOU ARE DOWNLOADING MAKE A NANDROID BACKUP
Unzip the folder. Please keep it intact. Moving files around in there will probably break the functionality.
Run ACS.jar.
Choose desired apps.
Wiping Dalvik cache is recommended, but it will take you about 5 minutes to boot
Copy flash.zip to your internal sd card
Flash with CWM
Linux users: if you are running Linux I advise you to use the run.sh file to run the program, otherwise it may use your home directory to store files
Mac users: you need to have java 1.6 installed for this to work. i tested this on a friend's mac (running 10.5.8 & java 1.5) and it wasn't working. also i was not able to update her java to 1.6 either. so i'm assuming you need to have snow leopard installed for this to work...
Devs:
Check out this reference guide for more info on setting up a repo list. Feel free to contact me for any clarification. It's really not hard to do it, just have to understand how the app works a little. The guide should give insight and instruction. Contact me to add your repo to the list.
Options Note
If you want to change the location of system apps, please make your selections first THEN change the location
Change Log
Code:
v1.2.2
-fixed bug where unix based systems couldn't properly download from custom repos
v1.2.1
-redbend wasn't being added when you download modems, so it didn't work, fixed
-repo "admins" are now not restricted to using the pre-made folders in /kitchen and can put whatever path they wish and ACS should properly handle all directories
-fixed an issue not being able to download certain files....
v1.2
-fixed issue where program would try to download 2+ files at once if some files were not to be zipped up
-fixed issue where program would just stop if user had the zip open and it is trying to access said zip. now notifies the user
-error dialogs for when user selects files to download which would produce duplicate files in zip
-zappin dem bugs!
-took out splash screen for now :(
v1.11
-update script bug fix
v1.1
-initial implementation of CWM3 edify scripts for Epic (I've been reading they're supposed to work on CWM2, but I haven't had luck on my end, please let me know if you can help)
-UI is now resizable and easier to work with
-crappy splash screen
-internal code changes
-fixed run.sh script
-support to copy files to internal sd card
v1.0
-finished gui changes, no more tabs
-added menu bar with options option :)
-couple bug fixes from .9999999
v0.999
-redesigned gui
-everything is in form of a repo now (or will be at v1, too lazy to do launchers tonight)
-added functionality for different phones
-changed the way the app checks files against the server, should be much more efficient & faster
-need a new name!
v0.86
-bug fixes
-location of system apps (in the options tab) now works
v0.85
-repo functionality added
--any devs, feel free to contact me to add a section for your rom/mods/whatever
--the "repo" is maintained by you and is updated automatically when you update it, no need to recompile the app
-options tab
--[COLOR="Red"]new option to specify where you'd like to store apps that would originally go in /system/app[/COLOR] currently may not work, need some script help from a dev to fix this D:
-download percent for convenience and downloading large files
-did i mention there's a repo?
v0.7 Beta
-couple GUI changes to make it prettier
-new feature to create blank CWM zips for your use, [URL="http://forum.xda-developers.com/showpost.php?p=10550607&postcount=84"]read more about it here[/URL]
v0.6 Beta
-improved code to download from online server & error checking
-added modems
v0.5 Burly Beta
-Basically rewrote program...
--should be more efficient now, too
-Initial online implementation
--hopefully my web host can handle the traffic :)
-icon is missing, after 8 hours of working on 0.5 i'm not going to fix it right now
-file size down to less than 150k :cool:
v0.4 ALPHA
-KERNELS & MODEMS NOT INCLUDED IN THIS UPDATE, SORRY :)
-TouchWiz Launcher Widgets will not be added along with the launcher
-added progress bar (along with rewriting some code to make it more efficient)
-added a rename box, you can now name your .zip whatever you like
-added more tmobile bloat (sigh)
-the application will not recognize APKs and files outside of itself, so for instance if you have an APK that you want to add just put it in the corresponding folders.
-- for instance my VCK.jar is in folder /vck/, i want to add hi.apk. I could move it to /vck/data/app/hi.apk and when you click generate zip, the program should include it. please contact me if this is unclear or you have questions, this is only a minor feature :)
v0.3 ALHPA
-Renamed to Vibrant Customization Kitchen (thanks BruceElliot)
-re-organized tabs a little
-fixed bug where program would not work properly after generating a zip (thanks jdanisevich)
-Launchers & Misc tab should work
v0.2 ALPHA
-Most Vibrant Apps added (missing TMO TV & Media Hub for now)
-Misc Tab works now (minus GB keyboard, didn't work for me for some reason)
v0.1 ALPHA
-Initial Release
Current Known Bugs
-Please report any bugs you may have!
-If you do encounter a bug, restarting the program and trying again may help.
If you like this Tool, hit the Thank you button!
github - I don't really know what I'm doing with git, but here's my attempt at publishing it
Credits
-Scrizz - doing the hard work on the modems
-Heathen - script help
-everyone who contributes to the repo
-all ROM devs
-everyone else in this community who always helps
Media Mentions
XDA Front Page (v0.3)
Android Spin (v0.4)
I was just looking at http://romkitchen.org/ yesterday, and wishing we had something like this for the Epic. I would LOVE to have the flexibility to choose what goes into the ROM on my phone without having to actually learn how to make a ROM. Plus, it would expand the options well beyond the dozen or so that we currently have available for the Epic. I vote yes on this!
This would be totally sweet!
Sent from my SPH-D700 using Tapatalk
Hell yeah. Please proceed.
**** YEAH
I say **** yeah and two thumbs up!!!:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d:d
This would be nice. The current Devs do an awsome job. This would allow others without as much technical knowlege (myself included) to produce custom roms and hopefully expand this scene even further.
Migital Warfare said:
I was just looking at http://romkitchen.org/ yesterday, and wishing we had something like this for the Epic. I would LOVE to have the flexibility to choose what goes into the ROM on my phone without having to actually learn how to make a ROM. Plus, it would expand the options well beyond the dozen or so that we currently have available for the Epic. I vote yes on this!
Click to expand...
Click to collapse
This doesn't have the ability (yet.. maybe) to cook roms. It can generate a zip to add files to your current ROM.
I'd have to code another module or something to get it to be able to cook roms. It's definitely possible. I'd probably need another Java coder
birgertime said:
This doesn't have the ability (yet.. maybe) to cook roms. It can generate a zip to add files to your current ROM.
I'd have to code another module or something to get it to be able to cook roms. It's definitely possible. I'd probably need another Java coder
Click to expand...
Click to collapse
Still, anything to add customization to the process is a plus
+1 to this =)
I like where this is going.
Yes please!!
Hell yes! +1
Sent from my SPH-D700 using XDA App
+1 also
Yeah sweet... we had rom kitchens like that for wimo
Sent from my SPH-D700 using XDA App
I been meaning to ask this for a while now:
Whats the difference between using a utility like this one to "Cook roms" and simply using 7zip to add and remove apk's,ringtones,boot animations and other files?
lviv73 said:
I been meaning to ask this for a while now:
Whats the difference between using a utility like this one to "Cook roms" and simply using 7zip to add and remove apk's,ringtones,boot animations and other files?
Click to expand...
Click to collapse
It doesn't cook roms!
It provides a simple way for users to get apps in a simple flashable format
And the difference is cooking just takes the manual labor out of that, that's it
do it !!!!!!!!!!!!
birgertime said:
It doesn't cook roms!
It provides a simple way for users to get apps in a simple flashable format
And the difference is cooking just takes the manual labor out of that, that's it
Click to expand...
Click to collapse
Interesting,im for it.
Interesno poprobuem.
Definitely 10ch
Sent from my SPH-D700 using Tapatalk
I have been waiting for an Epic kitchen for awhile now. This would be awesome!!
Vibhinna (MultiBootManager for Defy reloaded)
(Thanks to Alin for the beautiful icon)
{
"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"
}
Changelog :
Code:
Version 1.10 beta *(2012-07-06)*
--------------------------------
New : The much awaited resize option
New : Chinese translation by dlhxr
Fix : Correct partition sizes when creating new VFS
Version 1.01 beta *(2012-06-28)*
--------------------------------
New : Use AsyncTask for long operations
New : Tasks are now performed by a Service instead of Activity
New : Tab for showing tasks
New : Option to scan sdcard for systems
New : Refactor package name to com.binoy.vibhinna
Fix : FC – Delete does not delete database entry
Fix : VFS now sorted as per name
Fix : Ugly context menu header in Gingerbread
Fix : Externalize all strings for easy translation
Fix : Some other database related FC
Fix : Take care of situations where sdcard is not present
Version 1.00 beta *(2012-06-22)*
--------------------------------
All features you love in MBM
View all your virtual system
Assign descriptions and icons for them
Create new virtual system with three ext3 partitions
View details of each system
Rename and edit each system
Format partitions
Detect the system that you are in
Much faster user interface
New attractive tabbed interface
Beautifull new icon by Alin
Holo theme even in Gingerbread
Complete support for the new Fragments API
New options : scan , backup , restore
Translators : http://pastebin.com/6evSzHuc
[DEV] [APP] [28/06/2012] Vibhinna 1.01 beta - MultiBootManager reloaded
Code:
Authors
=======
Binoy Babu ([email protected])
Thanks to
=========
Quarx2k for valuable advise and ICS
m11kkaa for multiboot and advise
Epsylon3 for ICS
adamo3957 for testing
XDA forum
Reqirements
===========
1) Rooted Motorola Defy/Defy+/Bravo with 2nd init bootmenu installed
2) Multiboot feature by m11kkaa 0.51
Features
========
* Supports any number of ROMs
* Full support for multiboot 0.51
* Support multiple fsimages
* Create, recycle and format virtual systems.
* Delete, rename and edit description of each entry.
* Shows size of the VFS.
* Much more..
What is this?
=============
A manager for Virtual File Systems (fsimages) in your sdcard.
How to use this?
================
1) First of all a custom ROM should be installed as base. Preferably the latest CM9/CM7 nightly to get the latest 2nd-init bootmenu.
2) Then flash defy_multiboot_v0.5.1.zip by m11kkaa. You can get it from [URL="http://forum.xda-developers.com/attachment.php?attachmentid=973410"]here[/URL].
3) Install [URL="http://forum.xda-developers.com/attachment.php?attachmentid=976153"] MultiBootManagerFree_v1.28_final_royale1223.apk[/URL]
4) Now open Mult Boot Manager from app drawer. Create new VFS from options. You can see now the new VFS listed. You just created your first VFS.
5) If you need MBM to detect your already existing VFS folders. You have to move them to /mnt/sdcard/multiboot.
6) Instructions for using multiboot 0.51 [URL="http://forum.xda-developers.com/showpost.php?p=24237176&postcount=524"]here[/URL], thanks joydeep1985.
7) If you have coming from leodfs multiboot, you have to restart from step 1. I hope you have enough knowledge to figure out which steps to skip.
8) Rest of the options in MultiBootManager are pretty self explanatory. Please make use of the context menu(long click menu).
9) Please report bugs and any features you want. I'm bit busy now but I'll fix/implement them later.
10) This app now works in virtual system also.
11) This app will work on all GB and ICS ROMs with 2nd init.
.
Multi-boot has been around for quite some time now, and is something we would like to see more of. Multi-booting can have a number of fun and even functional uses, such as having a ROM for gaming and a ROM for business, or even using one ROM for your secret family and one ROM for your real family so you don’t get mixed up. In any case, multi-booting is here and for users of the Motorola Defy, it’s only getting easier.
XDA Senior Member royale1223 has released a version of an application called Multi Boot Manager for the Defy, which provides an easy to use management GUI that helps users keep track of what’s what.
While the program is extremely helpful, it is not all fun and games when using it for the first time. The developer takes users through the steps of using it, including creating Ext3 data files, and then using the Multi Boot Manager application to install various iterations of Android. As this is a work in progress (albeit a relatively stable one), there are still some bugs and some things that may not work quite right just yet.
Joe Hindy, XDA News
Click to expand...
Click to collapse
How to use this??
1) First of all a custom ROM should be installed as base. Preferably the latest CM9/CM7 nightly to get the latest 2nd-init bootmenu.
2) Then flash defy_multiboot_v0.5.1.zip by m11kkaa. You can get it from here.
3) Install MultiBootManagerFree_v1.28_royale1223.apk
4) Now open Mult Boot Manager from app drawer. Create new VFS from options. You can see now the new VFS listed. You just created your first VFS.
5) If you need MBM to detect your already existing VFS folders. You have to move them to /mnt/sdcard/multiboot.
6) Instructions for using multiboot 0.51 here, thanks joydeep1985.
7) If you have coming from leodfs multiboot, you have to restart from step 1. I hope you have enough knowledge to figure out which steps to skip.
8) Rest of the options in MultiBootManager are pretty self explanatory. Please make use of the context men(long click menu).
9) Please report bugs and any features you want. I'm bit busy now but I'll fix/implement them later.
10) This app now works in virtual system also.
11) This app will work on all GB and ICS ROMs with 2nd init.
Notes :
1) Always download the latest version of MBM, that would be MultiBootManagerFree_v1.22_royale1223.apk
3) My version of MBM and leodfs' MultiBoot are not compatible with each other. You can't use the two at the same time. Running leodfs version will break the functionality of my app. To restore it you will need to flash mk41aa's MultiBoot 0.41 again.
Change log version 1.42a
Fix dd bug on some ROMs
Corrected some typos
Click to expand...
Click to collapse
Change log version 1.42
Fix some bugs in creating new VFS
Fix Hebrew locale
Added 6 more icons
Some minor UI fixes
Click to expand...
Click to collapse
Change log version 1.40
Remove all recovery dependency (advise : epsylon3)
Full TWRP support
Inbuilt e2fsprogs, creating VFS should be much faster
Creating VFS should work on all devices now
Hebrew translaton : Elyashiv
Disable creating pds.img
Disable landscape : prevent crash of processdialog on rotation
Click to expand...
Click to collapse
Change log version 1.32
Disable changing active VFS
Now your vfs properties will be dumped to an xml file in sdcard, makes it persist in all systems.
Updated chinese, german, polish translatons
Code optimisation
Click to expand...
Click to collapse
Change log version 1.31a
Disable changing active VFS
Some minor bugfixes
Externalized some more strings
Spanish translation, thanks Sesme
German translation, thanks Pottkopp
French translation, thanks crakeron
Polish translation, thanks Dawid Rudzik
Brazilian Portugese translation, thanks pupiloalpha
Some others have also send me translations but i'm unable to download your attachments
Added github repo for translators
Click to expand...
Click to collapse
Change log version 1.30a
Dutch translation, thanks labsian
Chinese translation, thanks dlhxr
Click to expand...
Click to collapse
Change log version 1.30
Italian translation, thanks diamond_lover
Click to expand...
Click to collapse
Change log version 1.28
Prevent an error during rename/edit
You can now set name of a new vfs while creating
Translation support strings.xml uploaded
New look for set icon dialog
Updated instructions
Add git versioning, it's getting very hard to keep track of the code
Code optimization.
Click to expand...
Click to collapse
Change log version 1.22
Many Bug-fixes
Support for multiboot 0.51
The name displayed is folder name, to rename a vfs, just use edit option
Set a default removed (no more relevant)
Improved UI
Works in both real and virtual
Detects if real/virtual
System info button
Many more, I dont remember everything.
Click to expand...
Click to collapse
Todo :
Install zip feature(pro).
Resize feature(pro).
Click to expand...
Click to collapse
How to use leodfs MultiBoot?
0-What do you need:
1-root
2-fresh flash from original multiboot.
3-a folder /mnt/sdcard/virtual (if you dont have it, it will FC)
4-just copy all your images folders to /mnt/sdcard/virtual. Rename them as you wish, but DON'T put spaces.
5-Running it after flash multiboot the first time, it will say that your virtual machine name is "fresh", it just a way to say that is no virtual system active at moment . Just click on any name from list to change.
6-You can install and execute it on virtual and normal.
7-There is a small noticeable bug of the keyboard openning on program open, just close it.
Translations :
I have added a github repo for the translators, it is at https://github.com/royale1223/MBMtranslations. The base file for translation is https://github.com/royale1223/MBMtranslations/blob/master/values/strings.xml . Please note that some files are not getting uploaded properly to xda, so please use pastebin.com instead.
[DEV] [APP] [28/06/2012] Vibhinna 1.01 beta - MultiBootManager reloaded
Reserved reserved
MBM work only if I have ICS(any build) like base?
How about if, like most of us, we run a gingerbreadish rom as main rom, and test ics as a 2nd boot? Will the app work?
Sent from my 1Ghz CM7 + CM9 Defy
What's the use?
Good idea!
Thank you Great work .... I will test on GB tomorrow but i bet i wouldn't ever be able to install the apk because of the ics base
Parsing fails on CM7
Sent from my MB525 using XDA App
can this work on this setup?
ICS base : any GB/Froyo virtual ???
> for camera purposes
kadofl said:
Parsing fails on CM7
Sent from my MB525 using XDA App
Click to expand...
Click to collapse
Same problem here...
hailmary said:
can this work on this setup?
ICS base : any GB/Froyo virtual ???
> for camera purposes
Click to expand...
Click to collapse
Didn't you guys read already, that RED camera is already working on ICS? Milestone's build from last night, slightly modified ba Walter79 to work on Defy
zhaky_gng said:
Same problem here...
Click to expand...
Click to collapse
kadofl said:
Parsing fails on CM7
Sent from my MB525 using XDA App
Click to expand...
Click to collapse
Well no hope for cm7/miui users there..... this is only for cm9 like royale1223 stated
You should add backwards compatibility if possible.
Sent not from your device!
wow... nice effort! but much nicer if support CM7...
Someone can up the apk to another server please? I can't download from here
Different point of view would be smarter - main system CM7/Gingerbread ,additional ICS . However good try ...
GB version added
we must pay the OP for this,i think he worked overnight for this...
anyways,will try this later back home.
Mind to share sources buddy? I did a couple of scripts to make manage of virtuals easier, but was locked to script manager.
Sent from my MB525 using xda premium
{
"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"
}
Android 4.1.2
ParanoidAndroid 2.57.6
Source compiled
You can follow the PA-JB Progress for Galaxy Nexus in this thread: http://forum.xda-developers.com/showthread.php?t=1619582
Follow Paranoid Android officially on:
Facebook : https://www.facebook.com/paranoidgoogle
Twitter : https://twitter.com/paranoid_team
G+ : http://goo.gl/e3tKJ
Prolog
This is NOT a port.
This is built from source for GT-N7100 and I'm providing these builds on a nightly basis when there is changes from CM or PA.
Warning: CM10 don't support ntfs/exfat
There is no ntfs/exfat externel sdcard support in cm10. To use ext sdcard you will need to reformat it to fat32 using third party utilities in windows. If you already flashed you can use adb in cwm recovery to pull your data.
Latest build
$ 5f89b60ed8a71e6cacc3f5d86a1a50fe pa_n7100-2.57.6-20130422-152749-Utacka.zip
> Download link: http://goo.im/devs/Utacka/n7100
When updating always make a copy of your /etc/paranoid/properties.conf before flashing, just in case. If restore dont work push this after flashing, restore permission and reboot.
Gapps: http://goo.im/gapps/gapps-jb-20121011-signed.zip
AOSP alternatives to touchwiz apps
Previous builds
$ ac3fa7f2bef0cf37c05308817a864645 pa_n7100-2.57.4-20130306-230444-Utacka.zip
$ 559c40f256371f57e55d0ea7bc1c8272 pa_n7100-2.57.3-20130227-172611-Utacka.zip
$ 28d011a48c2dd7249b804db1be020937 pa_n7100-2.57.2-20130210-132406-Utacka.zip
$ a2b66b7cd2675dc4d239399e74699270 pa_n7100-2.57-20130110-170140-Utacka.zip
$ 02f1d477680c400ba377db5c43263a7a pa_n7100-2.56-20121220-204233-Utacka.zip
$ 572e20363662481283db28f8e8c26b65 pa_n7100-2.56-20121218-173035-Utacka.zip
$ 2b0322b69f73ac18d2cd8f7b4f0edcf9 pa_n7100-2.56-20121212-100836-Utacka.zip
$ 487e2c9bb50f9755092dafe6140e8615 pa_n7100-2.55-20121209-180856-Utacka.zip
$ f0d5e0f5eab04440bc1ccf773e3f2ad4 pa_n7100-2.55-20121207-115445-Utacka.zip
$ a2585132a4c2bb90c76734b93dd5aab9 pa_n7100-2.55-20121201-121657-Utacka.zip
$ e9d5e8c888046dd70ced0a75510e47f1 pa_n7100-2.55-20121130-160828-Utacka.zip
$ a61b15d7f5a9e1c6c6868efa8a3da3d6 pa_n7100-2.55-20121126-095339-Utacka.zip
$ 7d111e2a18f7d51f910f3959e8b50758 pa_n7100-2.55-20121123-220736-Utacka.zip
$ 3b2196480f68bd31931155ea65d87f43 pa_n7100-2.55-20121121-131826-Utacka.zip
$ 7a156b8751ee4d9fc1814a80cd8f1150 pa_n7100-2.55-20121118-135837-Utacka.zip
$ 65baf685b967d30c7c7f395b2316d126 pa_n7100-2.55-20121117-125911-Utacka.zip
$ af8535f4ce8ff57755ce943c210f4e5e pa_n7100-2.54-20121116-141036-Utacka.zip
$ 1d9b87b90a47dc3a6345f6bff68e972e pa_n7100-2.54-20121114-132712-Utacka.zip
$ 557131c09f328fc3da7e301af88825b5 pa_n7100-2.54-13NOV2012-022125-Utacka.zip
$ a2f000e99a4156b057e733874c5dd66d pa_n7100-2.54-12NOV2012-135219-Utacka.zip
$ 1ee76abf8cfca454d1043453c7b4a8df pa_n7100-2.54-12NOV2012-023457-Utacka.zip
$ d2a1c7d997cdd4966097f92832ce5471 pa_n7100-2.54-10NOV2012-154438-Utacka.zip
$ a3446d6317ba0a1f82a81b88aa320dd5 pa_n7100-2.54-09NOV2012-142513-Utacka.zip
$ ee0c04cd09d2c531a0503c90c39c2502 pa_n7100-2.53-08NOV2012-033717-Utacka.zip
$ 5c415ada8807d77d533e59e1aa479d38 pa_n7100-2.53-05NOV2012-225348-Utacka.zip
$ d375aa8366dc9d88bd1c173389b45ff6 pa_n7100-2.53-04NOV2012-072503-Utacka.zip
$ 762432667ae30a83d5b30167f76f531f pa_n7100-2.52-02NOV2012-223637-Utacka.zip
Githubs:
https://github.com/Utacka
https://github.com/ParanoidAndroid
https://github.com/CyanogenMod
CM gerrit
PA gerrit
Special thanks to
PARANOIDANDROID team
CYANOGENMOD team
imilka
Find any combination you like, scale and project apps, widgets and system components!
PER-APP-COLOR, Paranoidandroids newest invention. Define apps in your regular hybrid panel (same that allows you to scale apps individually and choose their interface). See your phone fade into the color definition of your current app, press home or go elsewhere and it fades back. Create as many combinations you like, you can even dabble with opacity. This feature is made possible by our hybrid engine, which is unique to this rom.
To be honest, this is not tablet mode at all, it has nothing to do with silly build.prop hacks. This is the first and only Android rom to feature true Hybrid mode. This rom lets you scale and project every app, every widget, even systemcomponents individually. Remember, android is modular, everything is an app: Lockscreen, navigationbar, dialogs, popups, keyboards, widgets, and your regular apps of course. Apps have the capability to switch into various designs or layouts according to the device they run on. This can result in a complete new experience as many apps will transform to the better.
Now for every element that you like chose a mode (PhoneUI, Phablet/Nexus-7UI, TabletUI) and/or a size. You are 100% independent of the system DPI which runs nicely in whatever value it has been assigned to. You do not need to boot your phone into a certain DPI. Neither will most of the changes you apply require a reboot. You will not suffer from the myriads of troubles which normally haunt you under build.prop tablet mode. Your market, phone, etc. will all work, apps won't shrink on you unless you shrink them yourself. This project will entirely transform your device, but retain the aesthetics and the feel of your phone.
Donations to molesarecoming
to D4rKn3sSyS
to Cyanogenmod
CWM: YOU NEED TO FULLWIPE IF YOU ARE COMING FROM ANOTHER ROM
CWM: Install Zip: Rom: http://goo.im/devs/Utacka/n7100
CWM: Install Zip: Gapps: http://goo.im/gapps/ (latest gapps-jb and even when updating to new PA build)
Reboot and edit your Apps Dpi & Layout under Settings/Paranoid Settings - DO NOT RESTORE YOUR OLD PROPERTIES FOR NOW
If you want to explore the various phone modes, tap "Configuration," chose an option, wait for it to finish, then do a manual reboot
Video tutorial: http://www.youtube.com/watch?v=72Ow-YQeex4
pa webpage: http://www.paranoid-rom.com/
You want to port PA? Take a look here: http://forum.xda-developers.com/showthread.php?p=27558806
Go to Settings, System, Font size, set it to NORMAL
Check "Auto Hide" in Settings, System, Statusbar, to finally get Fullscreen
Trebuchet Settings: margins:SMALL, show permanent searchbar:YES, Grid: 4x4, resize all widgets:YES, Wallpaper scrolling: OFF
Paranoid Android Wallpapers: HERE
If you have an issue and you want to call our attention, here's what you do:
1. Try everything you can, find solutions for yourself. Wipe caches, revert all your settings you have made, go back to your stock Kernel, factory reset if you have to or reflash the rom. Assume that the issue is on your side and try your best to isolate it.
2. Search this thread and Cyanogenmods aswell (its our base) for possible reoccurences of your issue and hopefully solutions that may have come up.
3. If you think the issue is important enough that we should cease our work and look into it, post your issue, BUT ...
... stay friendly, do not demand anything, do not threaten
... explain your issue as precise as you can, name the exact apps and conditions that cause trouble, help us to replicate the issue right away. If we can't there's no way we can fix it and your post will simply clutter the thread
... collect evidence, keep in mind this is a developer thread so even if you are not one, do us the favor and research how to record logcat. logcat is the single most important help you can give us to resolve your issue.
Paranoid Android Devs
Cyanogenmod Team
imilka for the initial upbringing
You can find the device source and kernel source at the CyanogenMod Github
Official GT-N7100 rom
If you appreciate this download please press the Thanks Button to show your appreciation!
How to set the workspace mode
How to change an apps Layout and size
http://paranoid-rom.com/forum/changelogs-news
Disables all capacitive buttons
Link: n7100_cm10_disable_capacitive-Utacka.zip
Tired of accidently pressing on capacitive button while using your Note2? Flash this on CWM after flashing your update ROM. (Like you do with gapps) Also make sure your on-screen soft buttons are active.
PA users: go to settings -> system -> navigation bar.
CM users: add this to build.prop: qemu.hw.mainkeys=0
Reserved
BETA RELEASES
Only beta releases will be posted in post #6.
Goo will NOT notify a BETA release if you are on regular release.
Goo will ONLY notify you when there is a new BETA release and not the regular if you are on a beta.
Latest build
$ None yet.
AOSP alternatives to touchwiz apps
(Keep this list updated by PM me)
Stick it! (Pop-up Player)
MoboPlayer
It's a very capable free video player with floating player functionality. A great alternative to Stick It which is commercial
FloatNote
Memo
Papyrus Beta
1st post in woopwoop. Still use pa on my s2 looking forward to my note 2 with pa bring it. Any support i can offer pm me.
Sent from my GT-N7100 using xda app-developers app
Wow, too much reserved posts, hehe
Had it on my GNexus for the longest time. Would LOVE to see Paranoid on the Note 2.
Sent from my Galaxy Note 2
Hi what kernel you use? kernel of Gavin?
brolee93 said:
Hi what kernel you use? kernel of Gavin?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1968949
@Utacka
I think you should put a link to my CM10 thread somewhere cause I'm pretty sure there's a lot of hidden bugs and it would be much better if all those bug reports would be posted in my thread
imilka said:
http://forum.xda-developers.com/showthread.php?t=1968949
@Utacka
I think you should put a link to my CM10 thread somewhere cause I'm pretty sure there's a lot of hidden bugs and it would be much better if all those bug reports would be posted in my thread
Click to expand...
Click to collapse
Yea I will do that actually!
@utacka, since pa is based on CM10, it means no Snote, airview and multiview? In this effect, is it possible to incorporate PA to touchwiz just to have the above feature? The reason why I bought this phone is because of the above features.
Anyways, I followed your thread on gn n7000 and used pa before with your builds. Thank you for bringing the support for note 2.
Sent from my GT-N7100 using Tapatalk 2
nicholadia said:
@utacka, since pa is based on CM10, it means no Snote, airview and multiview? In this effect, is it possible to incorporate PA to touchwiz just to have the above feature? The reason why I bought this phone is because of the above features.
Anyways, I followed your thread on gn n7000 and used pa before with your builds. Thank you for bringing the support for note 2.
Sent from my GT-N7100 using Tapatalk 2
Click to expand...
Click to collapse
No, there are alternatives in play but touchwiz apps will not work on CM. PA is based on CM so cannot do more than this. Btw thank imilka for making this possible. He is one of a kind.
Ok im sold flashing this **** right on my babay when it arrives. Fed up with this Samaung crap long enough!
@Utacka how for build is complete??
Sent from my GT-N7100 using XDA Premium HD app
PARANOIDANDROID 2.52 | Per-App COLOR (newest PA invention), Dpi & UserInterface
762432667ae30a83d5b30167f76f531f pa_n7100-2.52-02NOV2012-223637-Utacka.zip uploaded
Notes:
Always check md5 with OP before flashing, goo md5 can be misleading while uploading to goo.
Repo sync: 22:33 CET
Initial release
Upstream cm10 changes
Upstream pa changes
# http://changelog.bbqdroid.org/#n7000/cm10/next
# http://paranoid-rom.com/forum/changelogs-news
Lol you were faster than me !
Sent from my GT-N7100 using XDA Premium HD app
Haha what happened? All of the sudden our lovely device got C--P ... just M and A left and we have CAMP
Sent from my GT-N7100 using Tapatalk 2
cool great news
Envoyé depuis mon GT-N7100 avec Tapatalk
BEFORE YOU GO ON READING, READ THIS !!!!!
NOW WITH #HALO
RECOMMEND FOR THE CHINESE AND EVERYONE ELSE AS WELL, JUST REMEBER TO SWITCH TO THE SUITABLE LANGUAGE FOR YOU AT THE SETUP WIZARD
{
"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"
}
XDA Developers Mantra
Please read the XDA MANTRA post
In addition
Any disrespectful conduct in our threads will be reported without hesitation.
If you do not like how long we are taking to deliver something please help us help you by contributing something worthwhile and "helpful" to the thread.
Being helpful speeds things up
MoKee opensource is an Android branch based on the the Google AOSP & CyanogenMod 10.1 source development, but also the first full open source Android project, users and developers at home and abroad.
Project to follow Google open source code quickly upgrade for user habits, make improvements and enhancements.
The Magic Fun Forum Launched the project on December 12, 2012, and is committed to make this form of localization of the CyanogenMod open source ROM.
Project is open source, any interested technical experts can participate in the development of its contribution to the force!
My Voice: This is the Smoothest Jellybean ROM I've ever use besides CM10.1 - I WILL TRY BUILDING THIS WITH LINARO FOR NEXT BUILD IF I'M LUCKY ENOUGH
Check your device whether it is a GALAXY S 4G OR NOT...
Check your device's ROM IS MTD ROM OR NOT (IF NOT, please FLASH CM7 or CM9 or bla bla bla MTD ROMS)...
Backup (Titanium or Nandroid)
Boot into CWM or TWRP
Wipe everything for sure
Flash the package PLUS SLIM GAPPS or Flash the ROM > boot > reboot into recovery n flash the normal JB GAPPS
Reboot.
Let it sit for 10 mins or so (and maybe a reboot after for better feeling)
Enjoy.
.
.
.
I'm not quite sure it WILL boot :-"...LOL, JUST KIDDING, IT WILL BOOT
HALO
PIE control
Calendar Add Lunar, Solar, festive
Task switching sidebar in recent apps(as long as you have installed a supported program, it will show more and more icons, allowing you to quickly call)
Lunar lock screen
Bulk SMS Contact
SMS font size adjustment
Magic Fun notes program
smart dialing optimization
ODEX accelerate
Custom height navigation bar
Ad-Hoc peer to peer network connection - Use magic fun built-in kernel, otherwise the function is not available.
SMS somatosensory dial
dialer dialing somatosensory
IP dialing
musical timing closure
CRT effects switch
flip screen volume control switch places after
custom notification bar, navigation bar transparent
custom operator name
status bar real network speed
Desktop thumbnails
Permissions Manager
Aries's LATEST common bugs
You tell me
Mokee Linaro - Android 4.2
MoKee RC2
MD5: d3b5776b7265412413ad8d870c2bb1be
MoKee RC3
MD5: bebe3911045733ea802f9e05bea5a44f
MoKee RC4 ----- Mirror by @GFX.myst.
MD5: d35b88969cb79e3fdac38abe0e2a8569
GAPPS JB4.2
Mokee - Android 4.3
MoKee 43.0 - Build 25/08/2013
MD5: 6337bd7db190c7846af0ab5d8e22764b
Gapps JB4.3
Other Stuffs AOSP KEYBOARD (Thanks to @mrmako777)
Mokee Simple Bootanim by cpkelley94
Code:
[B][COLOR=Red]01.07.13[/COLOR][/B]
[LIST]
[*]First Init
[*]"Repo sync" && "make bacon"
[*]RC2
[/LIST]
[B][COLOR=Red]05.07.13[/COLOR][/B]
[LIST]
[*]Built with newest Linaro Toolchain 4.7
[*]Updated to RC3
[/LIST]
[B][COLOR=Red]
20.07.13[/COLOR][/B]
[LIST]
[*]New bootanimation!!
[*]Gesture support in launcher!!![INDENT]
[LIST]
[*]Swipe down to open status bar,swipe up to open app drawer!!!
[*]Enabled by default
[*]Customizable
[/LIST]
[/INDENT]
[*]Merged to CM10.1.2..
[*]Corrections in list view animations..
[*]App drawer thumbnails transition animation improved making it more smooth..
[*]Fixes in privacy protection settings..
[*]Translation added
[*]HALO performance optimizations
[*]HALO style improvements
[*]Performance and stability enhancements, reduced battery consumption in idle mode..
[*]Google Pinyin Keyboard added..
[*]Game Center added-Currently in Chienese.I'll trnaslate it when I get some time.
[*]Hybrid Linaro 4.8 and 4.7.4
[/LIST]
[B][COLOR=Red]25.08.13[/COLOR][/B]
[LIST]
[*]Updated to Android 4.3 JSS15J
[*]NiLTMT kernel v13.08.25
[*]Built with AOSP gcc 4.7 not Linaro
[/LIST]
To-Do List
[*]Linaro (Finished)
[*]TWRP From Team Acid's FB hehe (would wait fo FB )
Official Site:
Mokee Open Source Project
- Thanks to Erik for JellyBean Sake.
- Thanks to Team Acid plus JT1134 for ICS Goodness...
- Thanks to Team Userdebug for Aries (thanks @noiphonehere bro) BUT DAHELLLL, You'r now Team Acid member so who should I give credit to tho LMAO
- Thanks to my new Badass Teamates (especially Thomas.Raines and Erik, Ray, and Cooptx haha)...
- Thanks Cooptx for some graphic boy LOL
- Thanks to Team MOKEE for this rom
- Thanks to Cyanogen, AOKP, PA,... for the sources
- And Special Thanks to XDA's Devs and members
You're a mad man dao
Download link isn't working though
pisherthefisher said:
You're a mad man dao
Download link isn't working though
Click to expand...
Click to collapse
LOL, yeah, But thanks to Team Acid for hanging out on the IRC so I didn't get so mad lmao TEEHEE @FBis251
it's DONE now, go get it
I think I'm gonna knock out tho lol(miss @Beastmode when saying this lol), I will sleep as much as I can n take a rest officially haha.
Hint: On this ROM, u can change the scroll list animation, install apps at internal or external as u wish, app bar at the recent apps screen when pressing home button, n smooth as hell hehe
P/s: I want to Make KANG Work but still finding mah own Flavor you know so just build and will Stick with one I like and Kang while updating from sources for others
How long have you been a Recognized Contributor? Wow, the things you miss when you refuse to use a computer...
Why doesn't this have twrp? .
Dao you amazing thanks....:thumbup:
Sent from my table dance
FBis251 said:
Why doesn't this have twrp? .
Click to expand...
Click to collapse
Cause my box can't catch up w ur TWRP as u built, fix, commit while I was building this (for 7 hours exactly lol) heh will include it in the next . Thanks bro hehe.
Cooptx said:
How long have you been a Recognized Contributor? Wow, the things you miss when you refuse to use a computer...
Click to expand...
Click to collapse
2 days or so ^^
Sent from my SGH-T959V using Tapatalk 2
Congrats glad I didn't miss much. Although I didn't think that anyone in the SGS4G forums was recognized anything...
daothanhduy1996 said:
Cause my box can't catch up w ur TWRP as u built, fix, commit while I was building this (for 7 hours exactly lol) heh will include it in the next . Thanks bro hehe.
2 days or so ^^
Sent from my SGH-T959V using Tapatalk 2
Click to expand...
Click to collapse
. Screw it I'm gonna keep teaching you. Next time if it's a kernel change (like TWRP is) you can just let the build finish, resync the tree, then just mka bootimage. It'll detect which files are new (bootable/recovery) and it'll include them in the new bootimage.
Flash the new bootimage to test and see if the new kernel changes stuck. Then you can just run another mka bacon (WITHOUT the clobber) to get your updated zip . You can probably do that with your current build so you can get these hungry hungry people their update with TWRP included.
Heh, I updated the OP - No.2 - For TWRP Aries kernel. All Credit goes to @FBis251 Go and thanks him ppl
And alternative kernels finally start rolling out
So by works with all Roms, are you talking about Aries JB 4.2 or all 4.2?
Cooptx said:
And alternative kernels finally start rolling out
So by works with all Roms, are you talking about Aries JB 4.2 or all 4.2?
Click to expand...
Click to collapse
Just with already-aries ROMs cause herring 4.2 didn't build w like aries-module compatible so if u flash it onto herring 4.2, still work but u wouldn't have wifi or things
btw, @Cooptx: Sorry man for not updating OPs w ur new images cause I'm having trouble w loading XDA pages like, slow as hell so I just manage to update the OP via mobile app at my convenience cause the links to my goo r basically the same n I can copy, paste, change basic things on mah phone
Wasnt there a cm7 mokee os herring rom for sgs4g ? Its kinda difficult to see what roms really stand out from each other with aries... But from your op dao, im gonna give this a whirl sounds fresh... And fb thanks for aries twrp.. You were just talkin about that earlier on irc. So crazy how fast this aries craze is goin. Good work!
Sent from my SGH-T959V using Tapatalk 2
Edit:this is not the same as mokee os cm7. Completely different and this rom is pretty amazing i must say. I wanna try domination to compare although it will be hard to get it this smooth. If dao gets linaro in that would be unreal.
I removed the link for Aries TWRP kernel because of severe problems as Flashing improperly or lack of the ability to backup n restore. I will contact @FBis251 tho cause I'm noob at these things lmao and this is his child and I'm busy w linaro testing building tho (the terminal is still scrolling this time lol), stay tuned.
For those who flashed mah TWRP, NO NEED TO GO BACK TO STOCK - nah, suck to do a long progress again and lose ur data. Just use Heimdall (Frontend for Windows) to flash the old kernel came w Mokee first build and then flash the ROM n GAPPS WITHOUT WIPE A THING OR JUST PUSH THE MODULES FROM THE FIRST BUILD INTO THE RIGHT PLACE n set the rite permission of course. Sorry for this inconvenience .
I got it to flash properly and im running twrp now but thanks !
Sent from my SGH-T959V using Tapatalk 2
turtlepa said:
I got it to flash properly and im running twrp now but thanks !
Sent from my SGH-T959V using Tapatalk 2
Click to expand...
Click to collapse
Lol I meant u wouldn't be able to flash another rom or even more, another zip via it (try it n u will c but dont wipe cause u can boot back to ur system if u don't wipe lol)
Chit chat: haha, just cleaned up mah message box a bit and yeah, I was a supo noob back then
Sent from my SGH-T959V using Tapatalk 2
daothanhduy1996 said:
I removed the link for Aries TWRP kernel because of severe problems as Flashing improperly or lack of the ability to backup n restore. I will contact @FBis251 tho cause I'm noob at these things lmao and this is his child and I'm busy w linaro testing building tho (the terminal is still scrolling this time lol), stay tuned.
For those who flashed mah TWRP, NO NEED TO GO BACK TO STOCK - nah, suck to do a long progress again and lose ur data. Just use Heimdall (Frontend for Windows) to flash the old kernel came w Mokee first build and then flash the ROM n GAPPS WITHOUT WIPE A THING OR JUST PUSH THE MODULES FROM THE FIRST BUILD INTO THE RIGHT PLACE n set the rite permission of course. Sorry for this inconvenience .
Click to expand...
Click to collapse
Don't worry I'll definitely help you test this out. I supposedly will not have internet at home until Friday though so it might take a while :/.
Huh....
i'm surprised that you can actually build TWRP. Mine fails every time.... Still.
Will look at later.
Right now i'm working on other things... coughgpscough.
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