Related
Democracy
Credits:
- XDA - for this place, tutorial, reference etc
- Android - for OS platform
- Samsung - for firmware & platform
- Google - for references, resources etc.
- CyanogenMod - for ROM/sources
- lovetz - Beat audio + Alsa
- namakerorin - for Audio FX Widget
- Achep - for ICS Theme & Layouts
- imbawind - for Adrenaline™ Engine
- Team Carbon - blue torch icon
- Mobint - for Holo Launcher
- Cryss - for stock Task Manager
- Your name here - PM me if you think, you should be here (may be I'm forgot)
================== CHANGELOG & FEATURES ==================
- Base on CM 7.2 by percy_g2
- Non transparent
- add icon titlebar
- change some icon for setting menu
- Integrated Adrenaline Engine 4.4
- Replaced browser apk with Dolphin 9.0.1
- mod xmls, pngs framework-res & most apks
- Latest Google search
- ICS progress bar
- HoloLauncher 1.2.6
- Gallery 2.6 (QuickPic)
- Stock GB Task Manager (modded & integrated to Settings)
- Beats audio engine + Alsa + AudioFXwidget (not compatible with DSP Manager)
- framework mod for 30 steps of volume
- Integrated wallpaper menu to Settings
- Integrated ICS layout & theme
- No paid apps inside
Downloads:
In downloads section
Instructions:
Same as all CM7
XDA:DevDB Information
Democracy, a ROM for the Samsung Galaxy Y GT-S5360
Contributors
Fang Leone, percy_g2, tamingsari2k
ROM OS Version: 2.3.x Gingerbread
ROM Kernel: Linux 2.6.x
ROM Firmware Required: CWM
Based On: CyanogenMod
Version Information
Status: Stable
Current Stable Version: v1
Stable Release Date: 2013-10-11
Created 2013-10-11
Last Updated 2013-10-12
res
Download link in some time
reserved for first try
Galaxy Pop Plus'ımdan Tapatalk 2 ile gönderildi.
Ss please....
Waiting for download link...
Sent from my GT-S5360
Gallery app doesn't open, installed another manually.
Nice fluid otherwise.
Screenies from my side
Downloads and ss added in downloads and ss section
great work bro :good:
Really ? Stable?
rmhoh said:
Really ? Stable?
Click to expand...
Click to collapse
Yes
same prb's as percy cm7
fm radio fc + call ended when " 0, # , * " pressed +torch fc + gallery doesnt open and cause wallpapaers in setting menu to not work even if i reinstall quickpic + audio fx widget & google search not installed
ameshiya said:
same prb's as percy cm7
fm radio fc + call ended when " 0, # , * " pressed +torch fc + gallery doesnt open and cause wallpapaers in setting menu to not work even if i reinstall quickpic + audio fx widget & google search not installed
Click to expand...
Click to collapse
It will have the same problem as it is based on percy's cm7
any bug??
rheks1993 said:
any bug??
Click to expand...
Click to collapse
It has the same bugs as percy's cm7
Wouldn't a thread be enough?
Read my post in he's other thread...
Sent from my GT-S5360 using Tapatalk 2
Show Java has featured on XDA Portal !!
http://www.xda-developers.com/android/browse-java-code-of-your-favorite-applications-directly-from-your-android-device/
Click to expand...
Click to collapse
Disclaimer
DO NOT USE THIS APPLICATION TO DO STUFF THAT YOU HAVE NO RIGHT TO DO.
THE DEVELOPER (Niranjan Rajendran) IS IN NO WAY RESPONSIBLE FOR ANY MISUSE OF THIS APPLICATION.
About
This is basically a Java Decompiler that to extract the .java source code from an APK( Android application) and jar files. There are many such decompilers that run on a PC. But, I didn't find one that runs properly on a android phone. So, i thought of making one, and , here it is
Features
Runs directly on your android device
Select jar/apk from sdcard (or) from a list of installed applications
Easy to use
Displays code in a clean-syntax-highlighted form
Decompiles XML Files (layouts, Drawables, Menus, AndroidManifest)
The decompiled source can easily be copied from the sdcard (source is stored in ShowJava folder in the sdcard)
Simple source browser with a summary of all decompilation errors
Each decompiled source file has commented references to classes that could not be decompiled
Runs in the background
What's new in version 2.0.0 (Version Code: 20004)
The first major update after the app's initial release on January 7th 2014. The app's entire code has been re-written (from scratch in many places) to make sure the app performs well up to the user's expectations.
Updated to Material Design
Performance improvements
Updated to CFR 0.102
Will now decompile xml resources (including AndroidManifest.xml)
Fixed all the crashes experienced by users of the previous version
Cleaned up the source code. (As I said, I rewrote it :wink: )
The project is now fully open-sourced :v:
Download (it's free)
Screenshots
Here you go ;-) .
Source Code
This will be an Open Sourced project. The source code is hosted at GitHub
https://www.github.com/niranjan94/show-java/.
Please read the License info before using any part of the code in any project.
Bugs
Does not work with system applications in most of the phones (especially one's that are not de-odexed)
Slow on phones with single core processors
Reporting a Bug
Always please attach a logcat while reporting major bugs. You can report bugs via GitHub Issues system
Reasons for Permissions
Internet - Automated bug reporting
External Storage - To store the decompiled source code and to have a working directory for the application
Changelog
Code:
Version 2.0.0 (Aug 22, 2015)
===========================
>> Updated to Material Design
>> Performance improvements
>> Updated to CFR 0.102
>> Will now decompile xml resources (including AndroidManifest.xml)
>> Fixed all the crashes experienced by users of the previous version
>> Cleaned up the source code. (As I said, I rewrote it)
>> The project is now fully open-sourced
Version 1.9.1 (Dec 21, 2014)
===========================
>> Crash Fix
Version 1.9 (Dec 20, 2014)
==========================
>> Improve topsort
>> Fix bad chained goto removal.
>> Remove references to labelled blocks if a labelled block break would end up in the same place as a natural scoped break.
>> Reduce goto chain condensing in the presence of break statements.
>> Handle duplicate field names
Version 1.7/1.8 (Nov 7, 2014)
=============================
>> Fixed crash on new installations
>> Fixed crash on devices running on Android Runtime (ART)
Version 1.6/1.5 (Nov 4, 2014)
=============================
>> Improvements to SSA analysis
>> Fix precedence issue on instanceof.
>> improvement to handling some obfuscated switches which caused failure
>> Minor Bug fixes
Version 1.4 (Sep 29, 2014)
==========================
>> Updated CFR to 0.87
>> Fix precedence issue on instanceof.
>> Rewrite variable definitions
>> Better guess for anonymous inner types.
>> Improvements to implicit cast checking.
>> Handle empty switches better
>> Fix bug which could cause some switch-on-enum statements not to be resugared.
>> And more decompiler improvements
Version Code: 3 ( 10-Feb-2014)
==============================
>> Urgent Bug Correction (Please Update !) with dex optimisation
Version Code: 2 ( 09-Feb-2014)
==============================
>> Corrected force closes on certain devices
>> Increased decompile speed by 3x times by skipping common libraries (like support library, actionbarsherlock etc)
>> Added Option to Pick an apk/jar from sdcard (also associated apk/jar with Show Java for ease-of-use)
>> Added history of decompiled applications
>> A New, Clean and Minimal Progress Indicator
>> UI Updated to a modern look
Version Code: 1 ( 07-Jan-2014)
==============================
>> Initial Release
Credits
A Big-Huge Thanks to Lee Benfield ([email protected]) for his awesome CFR - Class File Reader
Panxiaobo ([email protected]) for dex2jar
jesusfreke ([email protected]) and bgruv ([email protected]) for smali/baksmali/dexlib2
XDA:DevDB Information
Show Java - A Java Decompiler for Android , App for all devices (see above for details)
Contributors
niranjan94
Source Code: https://github.com/niranjan94/show-java
Version Information
Status: Stable
Current Stable Version: 2.0.0
Stable Release Date: 2015-08-22
Created 2014-01-07
Last Updated 2015-08-22
Reserved
Reserved
I like this one! Tipped for news article! Good luck!
Big thanks
i go download, try and view source
Many thanks
you did a brilliant work. I'm so flattered. WOW. your alpha version is so smooth. cant wait for the so called stable. good luck and regards,
Pl. Provide the option for selecting apk from sd card .
Donate???
I apparently have too much spare change laying around, where can I throw it?
Great job!
Sent from my Nexus 7 using Tapatalk
great
Impressive
Good job, perhaps (since it is open source) you could use github and then the community could help out with it? Just a thought but yea good job, very useful
Thanks. I expect this will be a useful tool as I try to learn to build apps.
Exikle said:
Good job, perhaps (since it is open source) you could use github and then the community could help out with it? Just a thought but yea good job, very useful
Click to expand...
Click to collapse
OP mentions that his planning to release it on GitHub after few changes
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
---------- Post added at 09:11 AM ---------- Previous post was at 09:07 AM ----------
niranjan94 said:
Disclaimer
DO NOT USE THIS APPLICATION TO DO STUFF THAT YOU HAVE NO RIGHT TO DO.
THE DEVELOPER (Niranjan Rajendran) IS IN NO WAY RESPONSIBLE FOR ANY MISUSE OF THIS APPLICATION.
About
This is basically a Java Decompiler that 'trys' to extract the .java source code from an APK( Android application) file. There are many such decompilers that run on a PC. But, I didn't find one that runs properly on a android phone. So, i thought of making one, and , here it is
Features
Runs directly on your android device
Easy to use
Displays code in a clean-syntax-highlighted form
The decompiled source can easily be copied from the sdcard (source is stored in ShowJava folder in the sdcard)
Simple source browser with a summary of all decompilation errors
Each decompiled source file has commented references to classes that could not be decompiled
And more to come ...
Download
Click to Download from play store ! (It's free!)
(or)
Get it directly from the DevDB Downloads panel of this project
Screenshots
Check out the screenshots here. (will upload more soon)
Source Code
This will be an Open Sourced project. Put I have some more work to do. And once that's done, I'll release the source code for everyone to benefit from.
Bugs
There are quite a lot of bugs. That's why this application is in an Alpha Stage. The major bugs are:
Does not work with system applications in most of the phones (especially one's that are not de-odexed)
Very slow decompiling process (I'd say it's a bit inefficient too)
A Not-so-quite user-friendly Source Browser
A Stupid progress indicator
and some more ...
Reporting a Bug
Always please attach a logcat while reporting major bugs. You can report bugs via XDA's DevDB Bug Reporting option (or) send me an email at [email protected]
Reasons for Permissions
Internet - Automated bug reporting
External Storage - To store the decompiled source code and to have a working directory for the application
Credits
A Big-Huge Thanks to Lee Benfield ([email protected]) for his awesome CFR - Class File Reader
Panxiaobo ([email protected]) for dex2jar
XDA:DevDB Information
Show Java - A Java Decompiler for Android , a App for the No Device
Contributors
niranjan94
Version Information
Status: Alpha
Created 2014-01-07
Last Updated 2014-01-09
Click to expand...
Click to collapse
While decompiling some apps like Whatsapp the SystemUI gets corrupted and you need to data wipe completely to make the phone usable again.
Not sure if it only with my phone or with every other phone
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Very impressive. Trying it out on my devices.
Hi its nice app and also helpfull but
could you add an option to choose an .apk file ?
instead of only choosing between all available apps that are installed.
thank you
Please upload the apk to Xda not only play store.
onlineemails said:
Please upload the apk to Xda not only play store.
Click to expand...
Click to collapse
If you look closely , i have given links to both the Play store version and the 'XDA-hosted' version on the first post. You can even download by selecting the download button (DevDB) on top of the thread ..
sourcex said:
OP mentions that his planning to release it on GitHub after few changes
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
---------- Post added at 09:11 AM ---------- Previous post was at 09:07 AM ----------
While decompiling some apps like Whatsapp the SystemUI gets corrupted and you need to data wipe completely to make the phone usable again.
Not sure if it only with my phone or with every other phone
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I don't think application is causing that ... (the app does not (cannot) modify/access the SystemUI in anyway ).. pls check with ypur ROM developer (if you're using a custom ROM)
SpaceCaker said:
Hi its nice app and also helpfull but
could you add an option to choose an .apk file ?
instead of only choosing between all available apps that are installed.
thank you
Click to expand...
Click to collapse
Thanks ... and yea .. i plan to add support to pick an apk/jar directly from the sdcard and also plan to add a content provider for apk's and jars .. :laugh:
Brilliant app! It would be great if you gave the functionality to exclude packages from the decompiling-process. I will definitely help you when you release your source :highfive:
{
"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"
}
THESE APPS ARE FOR ANDROID 5.X, if you need the CyanogenMod 11S Apps for Android 4.X, take a look HERE!I have stopped working on it and now it is a part of UTOPIA's Mod Project.
Official COS Apps released by the cm team. So maybe I will stop this project.
Description:
Have you ever seen the Cyanogen OS 12 Apps or the CyanogenMod 11S Apps and thought: "Hey, they look quite nice, but why are they only for OnePlus One and Alcatel phones?". Now you don't have to think about this anymore. Just download my zip file and flash it in your recovery. You can choose between a full, medium and small package, read more below. This will remove all unneccessary pre installed Apps in CyanogenMod or other AOSP Roms and install all the Cyanogen OS Apps on your phone. You can also read which Apps will be installed and which one will be deleted. And the official Cyanogen OS 12 OnePlus bootanimation is also here.
I will try to keep the apps up-to-date, so check back later here for new Cyanogen OS Apps or updated Cyanogen OS Apps.
This zip should work on any AOSP based Rom like CM, omni and more, please read more at "How to install" and "Q&A"!!!
Features:
Choose between a full and aroma package
All Cyanogen OS 12 Apps:
- Cyanogen OS Per App Themer
- Boxer Email App
- CameraNext
- CMFileManager
- CMWallpapers
- GalleryNext
- Hexo Theme from CyanogenOS 12 (activate it in the CM Theme Engine on your phone)
- LockClock
- MaxxAudioFX
- NextBit
- Truecaller (incoming in CyanogenOS 12.1, but I have it alreay here)
- Screencast
- CM Theme Showcase
- Sound Recorder
- Terminal
- Theme Store
- Trebuchet Launcher
- Google Conenctivity Services
- Ambient Core (Cyanogen OS 12 Account Manager - important, dont delete it!)
- Android For Work
- Eleven Music App
- Face Lock
- Media Provider
- Theme Chooser
and some more you will find in Changelog etc
You can get the Quick Boot feature from OnePlus One (COS12) HERE
Bugs:
SEE THIRD POST!
To-Do List:
- Making an Aroma Flashable zip
- Searching libs for Theme App (would need files from a rooted OnePlus One) to get it working
- fix COS Per App Themer
Differences between the package[OLD!]:
Small package: For users with low System storage (like the Galaxy S2 or older)
Medium package: For users with more System storage (like the Galaxy S3 or newer)
Full package: For users who want to taste all COS 12 Apps
Full contains also Android for Work!
Small,Medium and Full contain also YU COS12 Theme
How to install:
These Apps will only work without problems on CM (based) Roms, like CyanogenMod, BlissPop, Ressurrection, Nameless, etc [it should also work on AOKP, Pac Man, Omni, but these will cause Bugs , maybe more, but I haven't tested more so far]. It maybe won't work on any Rom like Sense (HTC), TouchWiz (Samsung) and more correctly and could cause problems like force clauses and more. If you are flashing the App zip on a non AOSP based Rom, my zip won't remove any apps on your phone, which could cause problems, use on your own risk!
Download the zip file below, go to your recovery, press install, pick the downloaded zip and flash it.
NOTE THAT YOU WILL HAVE TO FLASH THE ZIP AGAIN AFTER AN AOSP ROM UPDATE ON SOME ROMS!
IMPORTANT INFORMATIONS (read before flashing):
Following Apps will be deinstalled from your device:
- Gallery2
- CMWallpapers (new one will be installed!)
- Camera2
- CMFileManager (new one will be installed!)
- Email
- Terminal (new one will be installed!)
- Sound Recorder (new one will be installed!)
- Trebuchet (new one will be installed!)
- Audio FX
- CM Account Manager
Aroma Version will always install the following apps:
- COS Account Manager
- Trebuchet
- Terminal
- Sound Recorder
- CMWallpapers
- CMFileManager
Screenshots:
COMING SOON
Video Show Up:
Download flashable COS 12 Apps
Download flashable CyanogenOS 12 and CM11S Bootanimation
Contributions and Credit:
- ChariZardKs (for the banner)
- The Dork Knight Rises (for the CameraNext Panorama fix)
- Android_Mailson (for the Hexo Theme)
- nirmal0721 (for the Screencast fix)
- lex.vr7 (for the new bootanimation resolutions, thanks!!)
- Titokhan for the YU Yureka COS 12 Theme App
- Abhishek for the Per App Themer
- Nameless Rom (for their screencast app)
- CyanogenMod
Other Informations:
- I am not responsible for lost data on Apps that will be deleted by my flashable zip, read above which apps will be deleted and be sure you wont miss anything like your email account or Camera features like Panorama mode, when it would not work on your device
- Android Version Required: Android ? - 5.X [please test and give some review if it worked on older Android Versions!
Confirmed working on: Android 5.0, 5.0.1, 5.0.2, 5.1, 5.1.1, maybe more, you have to tell me!
- If you are having problems/bugs, please ALWAYS tell me your device and rom! Thanks!
- I don't allow you to publish direct download links to my flashable zip on other sides or threads! Always use the link of this xda thread somewhere else, no direct download link! (If you still need to make it, please talk with me before!!)
It is also NOT allowed to copy and paste my whole written text for this project on your/other websites!
Please donate to me if you like my work by pressing the following button and I will give my best to continue it
----------------
Devices with CM12.1S made by me:
- i9300 Galaxy S3 - CyanogenMod 12.1S
- i9100 Galaxy S2 - CyanogenMod 12.1S
- i9100G Galaxy S2 - CyanogenMod 12.1S
XDA:DevDB Information
[Flashable Apps] Cyanogen OS 12.1 Apps & Bootaniamation for all [up-to-date] [AROMA], App for all devices (see above for details)
Contributors
FaserF
Version Information
Status: Stable
Current Stable Version: 5.2
Stable Release Date: 2015-08-20
Current Beta Version: 5.0 Aroma Version
Beta Release Date: 2015-08-14
Created 2015-05-10
Last Updated 2015-11-11
Changelog:
V 6.0 [Stable] - Work in Progress (release January 2016)
This could be the final build, as we have now official cyanogen apps package.
- included all Apps from official cyanogen apps package -> COS per app themer is now working on mostly all devices, same goes with Screencast
- small bug fixes CANCELED!
V 5.2 [Stable] - 2015-08-20 - FINAL
- COS Per App Themer Bug fixes (again thanks to @Kem-El)
- Small Package: Deleted Per App Themer, due to Bug Problems
- updated updater-script to delete CM Account Manager (Because COS Account Manager will be installed)
V 5.1 [Stable]- 2015-08-17
Updated Small, Medium, Full Package - NO Aroma release!
- fixed Cos Per App Themer not working (thanks to @Kem-El for the Information!)
- added Per app themer to small package
- optimized updater-script
- Screencast optimizations
V 5.0 [Stable] - 2015-08-15
Recommended to use FULL Package and not Aroma version. The Aroma version has more bugs!
- added Cyanogen OS 12 Per App Themer (ThemeChooser.apk) -> Thanks to @anishmworld for the Info
- updated Truecaller
- removed ConnectivityServices (only working on Android 5.1 and later)
- Bug Fixes
V 4.0 [Stable] - 2015-07-22
- Aroma Version is now availeable
- finally fixed Screencast (thanks to @mkhcb)
- updated Truecaller
V 3.2 [Stable] - 2015-07-10
- updated Truecaller
- fixed Themes Apps
V 3.1 [STABLE] - 2015-05-31
- updated script to remove CyanogenMod Account (because you now have Cyanogen OS Account)
- cleaned up the script
- updated Baton/Nextbit App
- added YU Yureka COS 12 Theme (availeable in small, medium and full package) (thanks to Titokhan for the apk!)
- updated Screencast App (from Nameless Rom)
- fixed Screencast for more devices (again, thanks to Nameless Rom!)
- Trebuchet launcher bug fixes
- updated Truecaller
V 3.0 [BETA] - 2015-05-21
IMPORTANT: You can now decide between a full, medium and mini package, explanation in OP Thread (soon!)
- some Screencast Tests
- added Ambient Core (Cyanogen OS Account Manager - Needed to get many apps working! Don't delete it!)
- added Android For Work
- some more CameraNext fixes
- updated CMWallpapers
- added FaceLock
- updated GallerNext
- updated Hexo Theme
- MaxxAudioFX Bug fixes
- added Media Provider
- added Theme Store
- added Wallpaper Cropper
- updated CMFileManager
- added Google Connectivity Services
- some script updates
Older Versions:
CM11S boot animation is now also available!
V 2.2 [Stable] - 2015-05-16
- fixed ThemeStore
- fixed MaxxAudioFX
- changed Screen cast App to avoid bugs (Thanks to Nameless Rom)
- optimized NextCamera to get panorama working for even more users
New REAL CyanogenOS 12 bootanimation is availeable - real OnePlus One port!
V 2.1 [Stable] - 2015-05-14
- (hopefully) fixed Screencast for all devices (including older ones like i9100, i9082, i9300, etc) (Thanks to: nirmal0721)
V 2.0[Stable] - 2015-05-11
- updated CameraNext to V2.0.004 (Thanks to: The Dork Knight Rises for the apk)
- fixed panorama mode not working in CameraNext (Thanks to: The Dork Knight Rises for the lib files)
- added CM Theme Showcase
V 1.1 [BETA]
-fixed installation failed
V 1.0 [BETA] - 2015-05-10
Initial release
- Added new Camera Next
- Added Boxer Email
- Added newest Trebuchet
- Added new Terminal App
- Added new Sound Recorder
- Added new Screencast
- Added NextBit App
- Added MaxAudioFX
- Added new Lockscreen Clock
- Added new Hexo Theme
- Added New Gallery
- Added new Wallpaper
- Added newest CM Filemanager
- and more you can see in OP Thread
Bugs:
- Panorama Mode in CameraNext doesn't work for most devices, use Google Camera instead - fixed since V 2.0
- Theme Store doesnt work for most devices (but you can use normal CM Theme engine on your phone) - fixed since V2.2
- Screencast doesnt work on some older devices (like the Galaxy S3 and S2 etc) fixed since V2.1
- New Screencast doesnt work correctly on devices with Exyos Processor (fixed?)
- Camera doesnt work on some devices (force close) [on official/unofficial CM everything will work fine]
- New Cyanogen OS 12 Bootanimation can cause bootloops or wont suit to your resolution fixed
- Cyanogen Per App Themer is Force Closing on most devices
- maybe more
If you are having problems/bugs, please ALWAYS tell me your device and rom! Thanks!
Q&A:
Q: Will this Rom work on AOSP Stock Roms like Nexus or Motorola one?
A: Maybe, but I wont give support for this. My zip can and will cause problems on Stock Roms!
Q: I am having problems on a non CM based Rom.
A: Non CM based roms will cause bugs! I cant keep an eye on every rom, so maybe I am unable to fix it!
Q: I am using CM as my secondary Rom, can I flash this zip?
A: NO! This won't work!
Q: Will it work on Android 4.4? or older?
A: It should work on Android 4.4, but there will be bugs maybe. On even older Android versions there will be more and more problems! Use it on your own, and don't be to shy to tell me if it worked!
Please take a look here for more informations (discontinued!)
Q: Where is the per app themer?
A: It is in your rom now, search for it, but keep in mind, it is force closing on many devices at the moment.
...
Looks good. Ty
awesome!
Download is now availeble, I hope for feedback if flashing is working (as I have made the zip by myself) and which apps are working.
Error while flashing: unmount() expects 1 arg, got 4.
Nevermind.
big_bum said:
Error while flashing: unmount() expects 1 arg, got 4.
Nevermind.
Click to expand...
Click to collapse
New build is coming. Please try again, it worked for me on my S3 with BlissPop.
EDIT: New build is live
Trying on my Nexus5. It boots and it works fine. There aren't any problems, at least for now.
Trebuchet got reset, but no other problems.
EDIT: VividROM/CM12.1
Every thing working f9 only themes not opening ........
@FaserF
Check out my flashable zip for CameraNext HERE. I have included the required lib for panorama and it works perfectly.
You can use it (just a kind credits mention/shoutout would be nice)
Note that this is probably an older version of the camera, but it should work. If it doesn't, try and find the same lib in your COS 12 system partition.
PS. Congrats on getting featured on the portal!
big_bum said:
Trying on my Nexus5. It boots and it works fine. There aren't any problems, at least for now.
Trebuchet got reset, but no other problems.
EDIT: VividROM/CM12.1
Click to expand...
Click to collapse
As I told above, this zip will replace your current trebuchet and other apps with the trebuchet from cyanogen os 12.
The Dork Knight Rises said:
@FaserF
Check out my flashable zip for CameraNext HERE. I have included the required lib for panorama and it works perfectly.
You can use it (just a kind credits mention/shoutout would be nice)
Note that this is probably an older version of the camera, but it should work. If it doesn't, try and find the same lib in your COS 12 system partition.
PS. Congrats on getting featured on the portal!
Click to expand...
Click to collapse
I will definitely take a look.
Possible to make the same with newest version of the camera?
And thank you for your work!
EDIT: are the lib files specific for the old version of camera next or would they also work with the new version of the app?
FaserF said:
EDIT: are the lib files specific for the old version of camera next or would they also work with the new version of the app?
Click to expand...
Click to collapse
It might already BE the latest version of CameraNext, I dunno whether COS 12 has an updated version. My version is 2.0.004 I think.
Even if it's updated, this lib should probably work. Try replacing it in /system/lib and set permissions to rw-r--r--.
If it doesn't work, then you'll have to extract the newer lib (should have the same name) from a COS 12 system.
The Dork Knight Rises said:
It might already BE the latest version of CameraNext, I dunno whether COS 12 has an updated version. My version is 2.0.004 I think.
Even if it's updated, this lib should probably work. Try replacing it in /system/lib and set permissions to rw-r--r--.
If it doesn't work, then you'll have to extract the newer lib (should have the same name) from a COS 12 system.
Click to expand...
Click to collapse
Mine is only V 2.0.002
I will implement your camera next app in my next update.
Thank you very much!
It would be nice if you made an aroma installer. I would like to flash only some of this apps...
Waiting patiently for Stable beta 2.0
awesome, that's exactly what I need
Chaplan said:
It would be nice if you made an aroma installer. I would like to flash only some of this apps...
Click to expand...
Click to collapse
I am already thinking about this, but I only know how to write a flashable zip, it is harder to implement these Apps in Aroma Installer as I thought. I will defenitely make on, but not in this Month, sorry.
[highlight]Disclamer:[/highlight]
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please make sure you read and understand everything written in the post before flashing it! YOU are choosing to make these modifications and must be sure of what it does.
Introduction
Reviewing the latest updates from LG, I decided to resume the development on this occasion making a contribution to the LG G5. Nimax is a project that I started with the purpose of expanding the support for LG g3. I would like to take advantage of that short experience I acquired from the g3 to simplify and help in the installation of the new firmware for the LG g5 variant.
This project is based on stock rom from the official firmware of LG adding some modifications to the system according to the user's choice (Aroma-Installer). Any user who wishes to contribute their knowledge is welcome.
Features
Code:
[highlight]- Custom Stock Rom [/highlight]
- Fluidity
- Stock
- Fast
- Stable
- Smoth
- Odex and Deodexed version
Installation instructions
Code:
- The phone must be charged to 100% (Recommended).
DEODEXED INSTRUCTIONS
- Enter twrp format data back out to wipe dalvik,system,internal,and cache then hit home (DONT RESTART) install no verity don't reboot hit home button go to reboot options in twrp, (you restart to recovery because when you format data in twrp data cant be used till restart and allows system modifications) reboot recovery it will start back to twrp swipe to allow modifications to system. Then flash Rom, it will then take you to AROMA installer and give you your options to flash. After done Save logs incase of issues you can send to telegram group. Uncheck reboot then click finish (you just flashed new boot and system data) go to home in recovery flash no verity again to be safe. Reboot and you are done.
ODEX INSTRUCTIONS
-If you are flashing odexed version follow steps above for wipe and reboot to allow system mods, After flash of ROM file flash no verity go to home in twrp reboot to recovery one last time. Once back in twrp flash Nimax H830_H850_RS988_Configuration_odex.zip {Only if you want odexed Rom}
Changelog
Code:
[highlight]Nimax 2.0 (Jan 14, 2018):[/highlight]
[INDENT]
- Stable release
- For the H830 variant, based on the latest stock firmware H83020M (odex verison)
- H830 variant, Deodexed 2.0 is based H830N
- December Security Patch (2017).
- Full Stock UX.
- Selinux Permissive, Or Enforcing your choice
- Added MK kernel (can be upgraded after install to new version 1.5 BETA or whatever version works for you) @askermk2000
- Added Custom Kernel - Asgard Reborn v7.0 in latest version (November) @eoghan2t7
- Option to say with stock kernel
- Updated all LG applications from latest firmware.
- Option to erase factory applications (debloated).
- Option to delete LG applications.
- Added LG Home G6 Ux6 (port) with appdrawer switch and grid 6x5 thanks to @ renzetti.s
- Added LG Home v30
- Added Xposed Framework to v88.2 Thanks to @rovo89 and @topjohnwu
- Added Official Magisk v15.3 - The Universal Systemless Interface Thanks to @topjohnwu
- Added Material Design Xposed Installer [31/10/2017] [UNOFFICIAL] Thanks to DVDandroid
- Added latest Magisk Manager Thanks to @topjohnwu
- Updated SuperSu to latest version.
- Possibility to select interface launcher: only Ux4, only Ux5 o use both launcher.
- Added Oreo Boot Animation Thanks to @TechBurner
- Added highest image quality & High video bitrate thanks to @galr.
- Updated all kernel to latest version.
- Updated all modem to latest version.
- Added [Audio Mod] eXtremeBeats Aural Maximizer™ thanks to @Ben Feutrill
- Added XTREMEMusic™ thanks to @androidexpert35
- Added Stereo Sound MOD thanks to @ashirviskas
- Updated adaway, es file explorer, google gboard to latest version.
- Added init.d support.
- Added Global Apn.(If you use global apn you cant get hd or video calling)
- Added fix for Volte support.
- Added Arise 2.3.3 thanks to @A.R.I.S.E. Sound Systems.
- Added fix for consumption of google services (beta).
- Added LG G6 camera no manual mode at moment g5 camera has it @xpirt
- Added "start up" from LG G6.
- Added some apps from LG G6.
- Added background images from the LG G6.
- Added shutdown animation from stock lg.
- Added Qualcomm Adreno and Vulkan Drivers. Dated 1/10/17 thanks to @BlackSoulxxx.
- Added Busybox and Busybox Systmeless to 1.26.2 @YashdSaraf.
- Added script of performance.
- Added improvements to the build.prop
- Add the option to remove applications from Aroma-Installer.
- Added and Fixed Assertive Display.
- Added option to select dpi (display).
- Added Full tinted navbar on ux5 (only deodex version).
- Added ViPER4Android 2.4.0.1 thanks to @zhuhang
- Added ViPER4Android 2.5.0.5 thanks to @zhuhang
- Improved performance and battery for Ux5.
- Updated system libraries.
- Fixed minor bug.
- Added Miniview.
- Add Navibar to 32 - 36 - 38 and 42 dpi (only deodex version).
- Added full support with google tts.
[/INDENT]
Compatible variants
Code:
- H830
- H850 (Discontinued,but config file works for rom zips)
Downloads
Nimax Project - AndroidFileHost Server
[highlight]Note (please read before flashing):[/highlight]
- This project will have two types of versions (Odex and DeoDexed).
- To install the Deodexed v2.0 version, you only need to flash the file in recovery (make necessary wipes).
- For the Odex version, you must install two files which are numbered and within its name have the word "Odex"
- The file 1_Nimax_Rom_v1.0_H8XX_20X_System_[highlight]Odex[/highlight].zip includes the system partition (untouched), the kernel (untouched) and the modem(untouched). Additionally, the recovery-from-boot.p file located in /system partition is deleted to avoid the loss of the recovery.
- The file 2_Nimax_Rom_Configuration_[highlight]Odex[/highlight].zip contains the configuration and personalization of the rom.
- Make sure to flash the correct version for your model/variant
[highlight]Beta-Tester and development group:[/highlight]
If you want to contribute ideas, try the new build (beta-tester), assist in the development and theming of this project, you are welcome to my group.
Telegram_Group
Bug/Report
Thanks To/Credits
Code:
- @[url=http://forum.xda-developers.com/member.php?u=5132229][color=orange]Xpirt[/color] for patches, script and files[/url]
- @[url=http://forum.xda-developers.com/member.php?u=7242921][color=orange]Truongthevinh.[/color] for patches and script[/url]
- @[url=https://forum.xda-developers.com/member.php?u=2684188][color=orange]autoprime[/color] for script and files[/url]
- @[url=https://forum.xda-developers.com/member.php?u=6917540][color=orange]Astrako[/color] For your guides, help and share your knowledge.[/url]
- @[url=https://forum.xda-developers.com/member.php?u=4691155][color=orange]renzetti.s[/color] For your guides, help and share your knowledge.[/url]
Paypal Donate
Code:
- Developer: [EMAIL][email protected][/EMAIL]
XDA:DevDB Information
Nimax Rom, ROM for the LG G5
Contributors
cesarandres_8911, ecompton59
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
ROM Firmware Required: Nougat
Based On: Stock LG Firmware
Version Information
Status: Stable
Current Stable Version: 2.0
Current Beta Version: 1.0
Beta Release Date: 2017-11-26
Created 2017-11-26
Last Updated 2018-01-21
Reserved
The deodex version for the H830 variant is still under construction.
The Odex and Deodex versions for the H850 variant are still under construction.
At the moment, only the Odex version is available for the H830 variant.
Reserved
In Code D850 ? It's a Nicon Cam. Im waiting for the H850 verison of your CROM. Thanks
dExX8i said:
In Code D850 ? It's a Nicon Cam. Im waiting for the H850 verison of your CROM. Thanks
Click to expand...
Click to collapse
Thanks for the report, the custom of the nomenclature for the LG G3 LOL
Waiting for 850.
Will this ROM see RS988 support?
Sent from my RS988 using Tapatalk
cesarandres_8911 said:
.
- Added LG Home G6 Ux6 (port) with appdrawer switch and grid 6x5 thanks to @ renzetti.s
Click to expand...
Click to collapse
Maybe this would be a bit better,as that port has some bugs with arrangements of apps inside of a folder.
https://www.apkmirror.com/apk/lgele...24-release/home-6-10-24-android-apk-download/
V30 UX6 LG Home with app drawer
Great work with the ROM,it's always nice to see some ROM variety. :good: :good:
jmgamer12 said:
Will this ROM see RS988 support?
Click to expand...
Click to collapse
I will try
cesarandres_8911 said:
I will try
Click to expand...
Click to collapse
That be great if you need a tester let me know
Willing tester
goast said:
That be great if you need a tester let me know
Click to expand...
Click to collapse
Also willing to test as well
jmgamer12 said:
Also willing to test as well
Click to expand...
Click to collapse
+1
I see SELinux is permissive, does this ROM pass SafetyNet?
Hi to when h850 rom? Thanks
ill test on 830t thanks for the Rom g5 gets very little
I want to be a tester for H850
totalnoob34 said:
I see SELinux is permissive, does this ROM pass SafetyNet?
Click to expand...
Click to collapse
In the next update, I could place this as an option on aroma-installer (you could choose between selinux permissive or enforcing).
An opt-out for gapps would be nice.
Thanks for your work.
Plz, add full photo for incoming calls.
cesarandres_8911 said:
In the next update, I could place this as an option on aroma-installer (you could choose between selinux permissive or enforcing).
Click to expand...
Click to collapse
That'd be much appreciated. I need to pass SafetyNet!
EDIT: I forgot to thank you for creating this. Choice in ROMs is good
Messagerializer
Enable the 'hidden' Material design 2 interface in the stock Google Messaging app.
This app requires root to write to data files.
For a detailed explanation, check out below...
An XDA article releases a few weeks ago detailed the steps required to enable the new Material 2 interface in the default messaging app. This was done by editing two lines in this file:
Code:
/data/data/com.google.android.apps.messaging/shared_prefs/PhenotypePrefs.xml
All my app does is run a shell script (which you can view on the github here)
The app downloads the latest script on the first boot. The script should never change, especially since the new layout should be rolling out pretty soon.
After it's downloaded, when you toggle the main switch, the script is run with one argument which tells it to enable or disable the new interface.
It is built using Flutter and is working for me. If anyone has troubles please respond with any logcat you can get.
The releases can be found on the github under releases, or on my XDA labs link.
XDA:DevDB Information
Messagerializer, App for all devices (see above for details)
Contributors
TheNightman, TheNightman
Source Code: https://github.com/TheNightmanCodeth/Material2-Messaging-Enabler
Version Information
Status: Beta
Stable Release Date: 2018-07-14
Current Beta Version: 1.0.0
Beta Release Date: 2018-07-07
Created 2018-07-08
Last Updated 2018-07-09