[ROM][4.2.2][AOKP/CM/PA] SPH-L710 Vanilla RootBox [04/08][v4.2][DEVELOPMENT THREAD] - Sprint Samsung Galaxy S III

{
"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"
}
Description
Vanilla RootBox is built straight from RootBox sources and always carries a very light installation with no extra/useless apps. This means, you can enjoy a pure Android experience combined with AOKP/CM/PA features. Every RootBox releases are stable and always up to the challenge for a daily usage. If you're wondering how this ROM differs from any other AOKP roms out there, I only have one thing to say: Try it yourself and choose the one that meets your requirements.
Features
Built from RootBox Sources
For a complete list of all Features in RootBox, visit the following link:
Complete Feature List
AOKP Features
Hybrid Settings
Per App DPI
Per App Colors (Statusbar, Icons, NavBar)
Per App UI (Phone, Tablet, Phablet)
Per App Expanded Mode (FullScreen)
NavBar Height
General Settings
Home button call answer (Accessibility Option)
Variable Lockscreen Pattern size (CM)
Quiet Hours (CM)
Power Sounds (CM)
Camera Shutter sound
Permissions (AOKP)
Profiles (CM)
Update Center – OTA Updates through GOO Manager
Camera
Save pictures to external memory
Timer Shutter
Voice Shutter
Power Shutter
Picture Size
Focus Mode
Color Effects
Exposure
White Balance
ISO Settings
Scenery Settings
Smart Shutter
Store Location (GPS)
Burst Shots
Clock
Clock: Increasing Alarm
Clock: Flip/Shake – Snooze or Dismiss
Clock: Disable Alarm Icon on Statusbar
MMS
Easy selector
Privacy Mode
Quick Message
Wake and Unlock
Strip Unicode
Emoji support
Direct Call
Message font size
Text area size
Phone
Blacklist
Noise supressiony, Off)
Flip Actions
Phone: Advance Phone Settings (Vibrate on Answer, Every 45 Seconds, On Hangup and On Call Waiting)
Rejected calls as missed
Voicemail can be cleared in notification
RootBox Settings
General UI
Pie (Paranoid Android)
Low Battery Warning (Pop-up & Sound, Pop-up only, Sound only, Off)
Expanded Desktop
Keyboard
Disable Fullscreen Keyboard (Landscape mode)
Auto keyboard rotation
Option to control cursor in text fields using volume keys
Lockscreen
Lockscreen See Through
Lockscreen Background
Screen Security Features (Unlock options: Quick Unlock, Delay Screen Lock, Menu Unlock, Home Unlock)
Statusbar and Notification Drawer
Breathing SMS
Breathing Missed Call
Display Connected WiFi Network beside Carrier Label
Notification Drawer Shortcuts
Notifications Behaviour (Always Expand, Never Expand, Normal, Old Style)
Notification icon opacity
Power Widget (CM)
Clock
cLock (Chronus)
Sound
Option to disable sound when adjusting volume
Launch Music app on Headset connection
Swap Volume Buttons on Rotation
Hardware Keys
Hardware Keys Remapping
Lockscreen Hardware Keys Remapping
Recommended Installation Steps
Coming from another Custom ROM:
1. Wipe Data/Factory Reset (This does not affect your Internal/External storage)
2. Flash RootBox zip
3. Flash JB GAPPS
4. Wipe Dalvik Cache
5. Reboot
Coming from Stock Samsung ROM:
1. Root Phone - Get CWM/TWRP Recovery
2. Wipe Data/Factory Reset (This does not affect your Internal/External storage)
3. Flash RootBox zip
4. Flash JB GAPPS
5. Wipe Dalvik Cache
6. Reboot
How to upgrade RootBox versions:
1. Download RootBox update
2. Flash RootBox update
3. Wipe Cache (Optional)
4. Wipe Dalvik Cache (Optional)
5. Reboot
RootBox Sources
www.github.com/Root-Box
Kernel Sources
CyanogenMod Samsung D2
Downloads
Official Downloads
Mirror 1
Mirror 2
Google Apps
Quick Tip: To avoid bad flashes and unexpected surprises, make sure you check the md5sum of the downloaded zip file against the one displayed on Goo.
All Private Messages sent to me for support will be ignored. I do not have the time to go through all the PMs I receive on a daily basis.
Non-development | Discussion | Support
This is a development thread only. For Discussion, Support and Non-development posts: Use the Support Thread! You have been warned.
RootBox Support Thread
Changelog
**Due to thread size limit restrictions, only the latest version's changelog will be displayed.
If you wish to have changelogs from previous versions, you can find them at the following link:
RootBox Changelogs
RootBox Nightlies Changelogs
Changelogs are now integrated with the ROM itself:
- At the root of ROM zip file (changelog.txt)
- Goo Manager app (View Changelog section of the zip file)
- Goo.im website (Drag mouse over the zip file and click "view file changelog")
Bugs
*AOKP/CM BUGS
Donations
If you want to donate, feel free to do so but I'm not a big fan of donations. I put this up because I've been getting too many PM asking for my paypal account.
Credits/Thanks To:
* AOKP
* Teamhacksung
* The CyanogenMod Project
* Paranoid Android
* DaXmax
* Rodries
* Pier
* BigDenn - Logo, bootanimation and wallpapers
ScreenShots/Videos
​

Contribute to RootBox​
Those interested in making wallpapers and bootanimation for RootBox, send an email to [email protected] with the following:
Information
Name
Email
Wallpapers
Attach wallpaper in email
Two sizes are required: HDPI and XHDPI
I'll review them and add the wallpapers in the next release. I will also choose the best one as the default wallpaper for official releases.
Bootanimation
Attach bootanimation or paste download link in the email.
Two sizes are required: HDPI and XHDPI
Wallpaper Resolution
HDPI: 960 x 800
XHDPI: 1440 x 1280
You can also contribute by creating icons for settings. Use proper sizes and always include compatibility for HDPI and XHDPI.
The reason behind this is very simple. I'm always busy and I've neglected the visual aspect of RootBox for a while now. It's time to polish it with new visuals!
How to Build RootBox from Source​
Getting started
I will assume that you have some kind of knowledge with Linux and how to use a terminal. I will also assume that you have already setup all the android building requirements. First, you must create your working folder and initialize a repository with RootBox sources. The following steps will guide you in creating this working folder where you will be able to build RootBox.
You should now open a terminal (By default you should be in your home folder: /home/yourusername/)
Step 1: Let's create a folder in your home directory named RootBox. This will be referred as your working folder.
Code:
~$ mkdir RootBox
Step 2: Let's change our directory to the new RootBox folder we just created.
Code:
~$ cd RootBox
Step 3: Now that we are in our working folder (RootBox), we will initialize our RootBox repository by entering the following command:
Code:
~$ repo init -u git://github.com/Root-Box/platform_manifest.git -b jb-mr1
Step 4: It's now time to sync RootBox sources which could vary from a few minutes to a few hours depending on your internet connection.
Code:
~$ repo sync
Building Vanilla RootBox
Now that you have synced the sources, you're ready to build RootBox.
You can run the following build script:
Code:
~$ . build_rootbox.sh -device- -sync- -thread- -clean-
Device: Choose between the following supported devices: i9100, i9100g, i9300, d2att, d2tmo, d2vzw, mako and grouper.
Sync: Will sync latest RootBox sources before building
Threads: Allows to choose a number of threads for syncing and building operation.
Clean: Will remove the entire out folder and start a clean build. (Use this at your discretion)
Examples:
1) Sync sources and Build RootBox for GT-I9100 with 12 threads
Code:
~$ . build_rootbox.sh i9100 sync 12
2) Don't sync sources, clean out folder and build RootBox for GT-I9300 with 6 threads
Code:
~$ . build_rootbox.sh i9300 nosync 6 clean
3) Don't sync sources, clean out folder and build RootBox for SGH-I747 with 4 threads
Code:
~$ . build_rootbox.sh d2att nosync 4 clean
4) Sync sources, clean out folder and build RootBox for Nexus 4 with 5 threads
Code:
~$ . build_rootbox.sh mako sync 5 clean
This script will make a signed flashable zip file located in out/target/product/-device-/RootBox-JB-(Device)-Nightly-(Date).zip

FORUM RULES​
1. Search before posting.
Use one of our search functions before posting, whether you have a question or something new to share, it's very likely someone already asked that question or shared that news.
2. Member conduct.
2.1 Language: XDA is a worldwide community. As a result what is ‘ok’ to say in your part of the world may not be ok in someone else’s part of the world. Please think about who is reading what you write. Keep in mind that what you think of as acceptable use of language may not be acceptable to others. Conversely, while reading member posts, remember that word you find offensive may not be to the writer. Tolerance is a two way street.
2.2 Nudity: XDA is used by people of all ages, including minors. It's not acceptable to post nude/pornographic imagery, which includes exposure of the male or female genitalia or of female breasts.
2.3 Flaming: XDA was founded as a group of people sharing information about certain mobile phones. Sharing does not involve virtual yelling (flaming) it does involve working together to solve problems in an environment of mutual respect and understanding. Losing your temper and flaming another member, or group of members, is not acceptable behavior.
2.4 Personal attacks, racial, political and/or religious discussions:[/B] XDA is a discussion forum about certain mobile phones. Mobile phones are not racial, political, religious or personally offensive, therefore none of these types of discussions are permitted on XDA.
2.5 Courtesy towards other Members: Treat new members the way you would like to have been treated when you were a new member. When dealing with any member, provide them with guidance, advice and instruction when you can and always with respect and courtesy. Never post in a demanding, argumentative, disrespectful or self-righteous manner.
2.6 All members are expected to read and adhere to the XDA rules.
3. Post only using a clear subject and message.
You're most likely to receive a helpful answer to your question if you use a short subject title that describes your problem and a message that explains in detail what your problem is and what you've tried to solve it.
4. Use the English language.
We understand that with all the different nationalities not everyone speaks English well, but please try. If you're really unable to post in English use an online translator, You're free to include your original message in your own language below the English translation.
5. Post a message only once.
As a large forum we don't need unnecessary clutter, You're free to edit your message as you like, so if you do not receive an answer revisit your message and see if you can describe your problem better. Not everyone is online at the same time, it might take a while before you receive an answer.
6. Do not post warez.
If a piece of software requires you to pay to use it, then pay for it. We do not accept warez nor do we permit any member to promote or describe ways in which Warez, cracks, serial codes or other means of avoiding payment, can be obtained. This is a site of developers, i.e. the sort of people who create such software. When you cheat a software developer, you cheat us as a community
7. Do not spam.
If you wish to advertise a product, contact us we provide ads. But do not post it in the forums, it will be removed and you're likely to receive a ban.
You are however allowed to sell used goods like your own device, parts of your device or accessories for your device in the marketplace forum, please read the rules there before posting. (This rule includes signatures, if you use a signature it will appear in your post)
8. Donations.
We appreciate all donations to xda-developers.com, it keeps our forum online and well maintained. As a user you're allowed to ask for donations in your signature as a thank you for your hard work. However donations up front are not allowed, this forum is about sharing, not about getting paid to do something, that's what your job is for.
9. Don't get us in trouble.
Don't post copyrighted materials or do other things that will obviously lead to legal trouble. If you wouldn't do it on your own homepage, you probably don't want to do it here either. This does not mean we agree with everything the software piracy lobby try to impose on us, it simply means you cannot break any laws here, since we'll end up dealing with legal hassle caused by you. Please use common sense: respect the forum, its users, and those that write great code.
10. Help others if you can.
If you see posts from others where you can help out, please do. This place exists because people are helping each other, and even if you are relatively new to the matter, there's probably already quite a few people newer than you that would benefit from what you've learned. Don't be shy.
11. Don’t post with the intention of selling something.
Don’t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and offer support, but not to post with the intention of selling. This includes promoting sites similar/substantially similar to XDA-Developers.com.
Do not post press releases, announcements, links to trial software, or commercial services. unless you’re posting an exclusive release for XDA-Developers.com.
Encouraging members to participate in forum activities on other phone related sites is prohibited.
Off-site downloads are permitted if the site is non-commercial and does not require registration.
Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if the following conditions are met:
A) the site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership who actively maintains XDA-Developers' support thread(s) / posts, related to the download,
B) the site is a relatively small personal website without commercial advertising/links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission, and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails then you may contact a moderator with clear evidence that the work was created by you.
Convincing evidence will result in copied work being removed. If there is no clear evidence you created the work then in the spirit of sharing all work will remain posted on the forums.
These rules apply to all software posted on XDA unless that software comes with a license that waives these rules.
13. Advertising and Income Generation
Commercial advertising, advertising referral links, pay per click links and other income generating methods are forbidden. Do not use xda-developers as a means to make money.
14. Create only one User Account
You are allowed one User Account at xda-developers. If you create additional accounts, Moderators will disable them and your original account may also be disabled or infracted.
15. Keep posts/threads on-topic
Whilst a minor amount of off-topic posting may be overlooked, the general rule is your posts / threads must be relevant to the Forum / thread in which you are posting.

Awesome work! :good:

Hell yes!

Awesome
------------------------
Sprint Galaxy S3
Whiplashh Rom
Look it up. :trooper:

maybe this is a dumb question but under downloads which model is the sprint version ...

cballin22 said:
maybe this is a dumb question but under downloads which model is the sprint version ...
Click to expand...
Click to collapse
(L710) is the one you want for Sprint.
On a side note, (not trying to be mean), if you don't know what version you need, you should be doing a lot more reading before you start flashing things.
And, make a nandroid first!
This ROM looks awesome! I can't wait to try it!

cballin22 said:
maybe this is a dumb question but under downloads which model is the sprint version ...
Click to expand...
Click to collapse
L710 or d2spr its in the title Lol and check out the night lies folder i found it listed there
And awesome thanks dude
Sent from my SPH-L710 using Tapatalk 2

chriswbush said:
L710 or d2spr its in the title Lol and check out the night lies folder i found it listed there
And awesome thanks dude
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
lmao i found my mistake i looked in the first row only stupid mistake trying to rush im at work i see the model of the sprint one there on the second row lol thanks though

Right when I think I've found my daily driver in the latest PacMan ROM you go and add this! Damn you!!! :silly:
Looks awesome, and I'm just going to have to try it this weekend! Damn my ROM flashing addiction and you for feeding it so well! :good:

Spuddlethud said:
Right when I think I've found my daily driver in the latest PacMan ROM you go and add this! Damn you!!! :silly:
Looks awesome, and I'm just going to have to try it this weekend! Damn my ROM flashing addiction and you for feeding it so well! :good:
Click to expand...
Click to collapse
Lol dude i feel the same way this is awesome in so many ways
Sent from my SPH-L710 using Tapatalk 2

Thanks for the awesome ROM. Just about everything works perfect. Only issue I have is sometimes when I activate pie, my screen gets all crazy. See attached. Anybody know if perhaps it's because of a setting conflict? I checked md5 and it's a totally clean install (even wiped internal). As a side note, this also used to happen to me on the very first deviant ROM (never tried latest builds). Thanks again.
Sent from my SPH-L710 using Xparent Skyblue Tapatalk 2

RS7JR said:
Thanks for the awesome ROM. Just about everything works perfect. Only issue I have is sometimes when I activate pie, my screen gets all crazy. See attached. Anybody know if perhaps it's because of a setting conflict? I checked md5 and it's a totally clean install (even wiped internal). As a side note, this also used to happen to me on the very first deviant ROM (never tried latest builds). Thanks again.
Sent from my SPH-L710 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2116781

This rom has piqued my interest. Question: is the mms on this rom fully functioning out of the box or is it temperamental like the other aosp roms?

I'll be running this once my replacement comes. Excited!
Sent from my SPH-L710 using xda premium

NAB4 said:
This rom has piqued my interest. Question: is the mms on this rom fully functioning out of the box or is it temperamental like the other aosp roms?
Click to expand...
Click to collapse
Would like to know this too, mms working is important to me.. And i don't want to use go sms or any third party app...

I have sent and received pictures with no problem. Clean install. Stock kernel. Stock messaging app.

Browser keeps closing on me for no reason clearing what I had opened
And here's the log
http://db.tt/CWTJjFzz
Idk if this should go here or not
Sent from my SPH-L710 using Tapatalk 2

Kernal version
can you tell me if this is based on the new 3.4 kernal? im assuming it is but i wanted to double check

Related

[ROM][4.2.2][AOKP/CM/PA] SGH-I747 Vanilla RootBox [04/08][v4.2][DEVELOPMENT THREAD]

{
"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"
}
Description
Vanilla RootBox is built straight from RootBox sources and always carries a very light installation with no extra/useless apps. This means, you can enjoy a pure Android experience combined with AOKP/CM/PA features. Every RootBox releases are stable and always up to the challenge for a daily usage. If you're wondering how this ROM differs from any other AOKP roms out there, I only have one thing to say: Try it yourself and choose the one that meets your requirements.
Features
Built from RootBox Sources
For a complete list of all Features in RootBox, visit the following link:
Complete Feature List
AOKP Features
Hybrid Settings
Per App DPI
Per App Colors (Statusbar, Icons, NavBar)
Per App UI (Phone, Tablet, Phablet)
Per App Expanded Mode (FullScreen)
NavBar Height
General Settings
Home button call answer (Accessibility Option)
Variable Lockscreen Pattern size (CM)
Quiet Hours (CM)
Power Sounds (CM)
Camera Shutter sound
Permissions (AOKP)
Profiles (CM)
Update Center – OTA Updates through GOO Manager
Camera
Save pictures to external memory
Timer Shutter
Voice Shutter
Power Shutter
Picture Size
Focus Mode
Color Effects
Exposure
White Balance
ISO Settings
Scenery Settings
Smart Shutter
Store Location (GPS)
Burst Shots
Clock
Clock: Increasing Alarm
Clock: Flip/Shake – Snooze or Dismiss
Clock: Disable Alarm Icon on Statusbar
MMS
Easy selector
Privacy Mode
Quick Message
Wake and Unlock
Strip Unicode
Emoji support
Direct Call
Message font size
Text area size
Phone
Blacklist
Noise supressiony, Off)
Flip Actions
Phone: Advance Phone Settings (Vibrate on Answer, Every 45 Seconds, On Hangup and On Call Waiting)
Rejected calls as missed
Voicemail can be cleared in notification
RootBox Settings
General UI
Pie (Paranoid Android)
Low Battery Warning (Pop-up & Sound, Pop-up only, Sound only, Off)
Expanded Desktop
Keyboard
Disable Fullscreen Keyboard (Landscape mode)
Auto keyboard rotation
Option to control cursor in text fields using volume keys
Lockscreen
Lockscreen See Through
Lockscreen Background
Screen Security Features (Unlock options: Quick Unlock, Delay Screen Lock, Menu Unlock, Home Unlock)
Statusbar and Notification Drawer
Breathing SMS
Breathing Missed Call
Display Connected WiFi Network beside Carrier Label
Notification Drawer Shortcuts
Notifications Behaviour (Always Expand, Never Expand, Normal, Old Style)
Notification icon opacity
Power Widget (CM)
Clock
cLock (Chronus)
Sound
Option to disable sound when adjusting volume
Launch Music app on Headset connection
Swap Volume Buttons on Rotation
Hardware Keys
Hardware Keys Remapping
Lockscreen Hardware Keys Remapping
Recommended Installation Steps
Coming from another Custom ROM:
1. Wipe Data/Factory Reset (This does not affect your Internal/External storage)
2. Flash RootBox zip
3. Flash JB GAPPS
4. Wipe Dalvik Cache
5. Reboot
Coming from Stock Samsung ROM:
1. Root Phone - Get CWM/TWRP Recovery
2. Wipe Data/Factory Reset (This does not affect your Internal/External storage)
3. Flash RootBox zip
4. Flash JB GAPPS
5. Wipe Dalvik Cache
6. Reboot
How to upgrade RootBox versions:
1. Download RootBox update
2. Flash RootBox update
3. Wipe Cache (Optional)
4. Wipe Dalvik Cache (Optional)
5. Reboot
RootBox Sources
www.github.com/Root-Box
Kernel Sources
CyanogenMod Samsung D2
Downloads
Official Releases - Nightlies
ROM | Google Apps
Mirror 1 - Goo.im
Mirror 2 - Basketbuild
Quick Tip: To avoid bad flashes and unexpected surprises, make sure you check the md5sum of the downloaded zip file against the one displayed on Goo.
All Private Messages sent to me for support will be ignored. I do not have the time to go through all the PMs I receive on a daily basis.
Non-development | Discussion | Support
This is a development thread only. For Discussion, Support and Non-development posts: Use the Support Thread! You have been warned.
RootBox Support Thread
Changelog
**Due to thread size limit restrictions, only the latest version's changelog will be displayed.
If you wish to have changelogs from previous versions, you can find them at the following link:
RootBox Changelogs
RootBox Nightlies Changelogs
Changelogs are now integrated with the ROM itself:
- At the root of ROM zip file (changelog.txt)
- Goo Manager app (View Changelog section of the zip file)
- Goo.im website (Drag mouse over the zip file and click "view file changelog")
Bugs
*AOKP/CM BUGS
Donations
If you want to donate, feel free to do so but I'm not a big fan of donations. I put this up because I've been getting too many PM asking for my paypal account.
Credits/Thanks To:
* AOKP
* Teamhacksung
* The CyanogenMod Project
* Paranoid Android
* DaXmax
* Rodries
* Pier
* BigDenn - Logo, bootanimation and wallpapers
ScreenShots/Videos
​
Contribute to RootBox​
Those interested in making wallpapers and bootanimation for RootBox, send an email to [email protected] with the following:
Information
Name
Email
Wallpapers
Attach wallpaper in email
Two sizes are required: HDPI and XHDPI
I'll review them and add the wallpapers in the next release. I will also choose the best one as the default wallpaper for official releases.
Bootanimation
Attach bootanimation or paste download link in the email.
Two sizes are required: HDPI and XHDPI
Wallpaper Resolution
HDPI: 960 x 800
XHDPI: 1440 x 1280
You can also contribute by creating icons for settings. Use proper sizes and always include compatibility for HDPI and XHDPI.
The reason behind this is very simple. I'm always busy and I've neglected the visual aspect of RootBox for a while now. It's time to polish it with new visuals!
How to Build RootBox from Source​
Getting started
I will assume that you have some kind of knowledge with Linux and how to use a terminal. I will also assume that you have already setup all the android building requirements. First, you must create your working folder and initialize a repository with RootBox sources. The following steps will guide you in creating this working folder where you will be able to build RootBox.
You should now open a terminal (By default you should be in your home folder: /home/yourusername/)
Step 1: Let's create a folder in your home directory named RootBox. This will be referred as your working folder.
Code:
~$ mkdir RootBox
Step 2: Let's change our directory to the new RootBox folder we just created.
Code:
~$ cd RootBox
Step 3: Now that we are in our working folder (RootBox), we will initialize our RootBox repository by entering the following command:
Code:
~$ repo init -u git://github.com/Root-Box/platform_manifest.git -b jb-mr1
Step 4: It's now time to sync RootBox sources which could vary from a few minutes to a few hours depending on your internet connection.
Code:
~$ repo sync
Building Vanilla RootBox
Now that you have synced the sources, you're ready to build RootBox.
You can run the following build script:
Code:
~$ . build_rootbox.sh -device- -sync- -thread- -clean-
Device: Choose between the following supported devices: i9100, i9100g, i9300, d2att, d2tmo, d2vzw, mako and grouper.
Sync: Will sync latest RootBox sources before building
Threads: Allows to choose a number of threads for syncing and building operation.
Clean: Will remove the entire out folder and start a clean build. (Use this at your discretion)
Examples:
1) Sync sources and Build RootBox for GT-I9100 with 12 threads
Code:
~$ . build_rootbox.sh i9100 sync 12
2) Don't sync sources, clean out folder and build RootBox for GT-I9300 with 6 threads
Code:
~$ . build_rootbox.sh i9300 nosync 6 clean
3) Don't sync sources, clean out folder and build RootBox for SGH-I747 with 4 threads
Code:
~$ . build_rootbox.sh d2att nosync 4 clean
4) Sync sources, clean out folder and build RootBox for Nexus 4 with 5 threads
Code:
~$ . build_rootbox.sh mako sync 5 clean
This script will make a signed flashable zip file located in out/target/product/-device-/RootBox-JB-(Device)-Nightly-(Date).zip
FORUM RULES​
1. Search before posting.
Use one of our search functions before posting, whether you have a question or something new to share, it's very likely someone already asked that question or shared that news.
2. Member conduct.
2.1 Language: XDA is a worldwide community. As a result what is ‘ok’ to say in your part of the world may not be ok in someone else’s part of the world. Please think about who is reading what you write. Keep in mind that what you think of as acceptable use of language may not be acceptable to others. Conversely, while reading member posts, remember that word you find offensive may not be to the writer. Tolerance is a two way street.
2.2 Nudity: XDA is used by people of all ages, including minors. It's not acceptable to post nude/pornographic imagery, which includes exposure of the male or female genitalia or of female breasts.
2.3 Flaming: XDA was founded as a group of people sharing information about certain mobile phones. Sharing does not involve virtual yelling (flaming) it does involve working together to solve problems in an environment of mutual respect and understanding. Losing your temper and flaming another member, or group of members, is not acceptable behavior.
2.4 Personal attacks, racial, political and/or religious discussions:[/B] XDA is a discussion forum about certain mobile phones. Mobile phones are not racial, political, religious or personally offensive, therefore none of these types of discussions are permitted on XDA.
2.5 Courtesy towards other Members: Treat new members the way you would like to have been treated when you were a new member. When dealing with any member, provide them with guidance, advice and instruction when you can and always with respect and courtesy. Never post in a demanding, argumentative, disrespectful or self-righteous manner.
2.6 All members are expected to read and adhere to the XDA rules.
3. Post only using a clear subject and message.
You're most likely to receive a helpful answer to your question if you use a short subject title that describes your problem and a message that explains in detail what your problem is and what you've tried to solve it.
4. Use the English language.
We understand that with all the different nationalities not everyone speaks English well, but please try. If you're really unable to post in English use an online translator, You're free to include your original message in your own language below the English translation.
5. Post a message only once.
As a large forum we don't need unnecessary clutter, You're free to edit your message as you like, so if you do not receive an answer revisit your message and see if you can describe your problem better. Not everyone is online at the same time, it might take a while before you receive an answer.
6. Do not post warez.
If a piece of software requires you to pay to use it, then pay for it. We do not accept warez nor do we permit any member to promote or describe ways in which Warez, cracks, serial codes or other means of avoiding payment, can be obtained. This is a site of developers, i.e. the sort of people who create such software. When you cheat a software developer, you cheat us as a community
7. Do not spam.
If you wish to advertise a product, contact us we provide ads. But do not post it in the forums, it will be removed and you're likely to receive a ban.
You are however allowed to sell used goods like your own device, parts of your device or accessories for your device in the marketplace forum, please read the rules there before posting. (This rule includes signatures, if you use a signature it will appear in your post)
8. Donations.
We appreciate all donations to xda-developers.com, it keeps our forum online and well maintained. As a user you're allowed to ask for donations in your signature as a thank you for your hard work. However donations up front are not allowed, this forum is about sharing, not about getting paid to do something, that's what your job is for.
9. Don't get us in trouble.
Don't post copyrighted materials or do other things that will obviously lead to legal trouble. If you wouldn't do it on your own homepage, you probably don't want to do it here either. This does not mean we agree with everything the software piracy lobby try to impose on us, it simply means you cannot break any laws here, since we'll end up dealing with legal hassle caused by you. Please use common sense: respect the forum, its users, and those that write great code.
10. Help others if you can.
If you see posts from others where you can help out, please do. This place exists because people are helping each other, and even if you are relatively new to the matter, there's probably already quite a few people newer than you that would benefit from what you've learned. Don't be shy.
11. Don’t post with the intention of selling something.
Don’t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and offer support, but not to post with the intention of selling. This includes promoting sites similar/substantially similar to XDA-Developers.com.
Do not post press releases, announcements, links to trial software, or commercial services. unless you’re posting an exclusive release for XDA-Developers.com.
Encouraging members to participate in forum activities on other phone related sites is prohibited.
Off-site downloads are permitted if the site is non-commercial and does not require registration.
Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if the following conditions are met:
A) the site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership who actively maintains XDA-Developers' support thread(s) / posts, related to the download,
B) the site is a relatively small personal website without commercial advertising/links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission, and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails then you may contact a moderator with clear evidence that the work was created by you.
Convincing evidence will result in copied work being removed. If there is no clear evidence you created the work then in the spirit of sharing all work will remain posted on the forums.
These rules apply to all software posted on XDA unless that software comes with a license that waives these rules.
13. Advertising and Income Generation
Commercial advertising, advertising referral links, pay per click links and other income generating methods are forbidden. Do not use xda-developers as a means to make money.
14. Create only one User Account
You are allowed one User Account at xda-developers. If you create additional accounts, Moderators will disable them and your original account may also be disabled or infracted.
15. Keep posts/threads on-topic
Whilst a minor amount of off-topic posting may be overlooked, the general rule is your posts / threads must be relevant to the Forum / thread in which you are posting.
Going to flash right now! thanks!!
Thanks your the best
Sent from my SGH-I747 using xda premium
I suggest you guys download the latest Nightly. It has all the latest features I merged and some important audio fixes. I'll most probably release 3.4 today to reflect the nightlies merges.
http://goo.im/devs/RootBox/Nightlies/d2att/RootBox-JB-d2att-Nightly-20130102.zip
Thank you for your work, and also for great layout of the thread.
Thanks Bajee
Finally a rootbox thread for our d2att! You da man Bajee.
SGS3 JB 4.1.2 Ktuned Kernel
Looks good, gonna have a crack at it now! Thanks...
---------- Post added at 09:40 AM ---------- Previous post was at 09:24 AM ----------
Well, bit of a bad start for me, flashed this twice and have no network. I've got an IMEI and the telus apn, tried toggling airplane mode. Tried everything I can think of but I'm outta luck...any suggestions?
ps. d2att-V3.3.1
Another sweet ROM available.. Just flashed liquid smooth.. Well give it a try
Sent from my SGH-I747 using xda app-developers app
finneginsfast said:
Looks good, gonna have a crack at it now! Thanks...
---------- Post added at 09:40 AM ---------- Previous post was at 09:24 AM ----------
Well, bit of a bad start for me, flashed this twice and have no network. I've got an IMEI and the telus apn, tried toggling airplane mode. Tried everything I can think of but I'm outta luck...any suggestions?
ps. d2att-V3.3.1
Click to expand...
Click to collapse
I updated RIL blobs after 3.3.1 so you might want to try latest nightly. 20130102
Flashed and am impressed so far everything working like it should me new daily thanx for ur hard work
Sent from my SGH-I747 using xda premium
finneginsfast said:
Looks good, gonna have a crack at it now! Thanks...
---------- Post added at 09:40 AM ---------- Previous post was at 09:24 AM ----------
Well, bit of a bad start for me, flashed this twice and have no network. I've got an IMEI and the telus apn, tried toggling airplane mode. Tried everything I can think of but I'm outta luck...any suggestions?
ps. d2att-V3.3.1
Click to expand...
Click to collapse
Are you showing baseband installed?
Anyone have a mirror for the latest nightly? Download keeps freezing up at around 50 mbs. Thanks
Edit: One from AndroTranser worked. Gonna flash now
anyone have a video of this ROM?
enomi said:
anyone have a video of this ROM?
Click to expand...
Click to collapse
Just try it out
Sent from my SGH-I747 using Tapatalk 2
So far so good....been playing with Nav bar settings....anyone know how to change order of buttons so the match sgh-i747 S3? Google it but came up empty handed.
Figured it out...
Sent from my SGH-I747 using xda premium
peneoark said:
Are you showing baseband installed?
Click to expand...
Click to collapse
Yup
Bajee, love your ROM, I have been using the nightly's for the past two weeks and used the AOKP M1 before as my daily driver. One question, the only thing missing from the AOKP and Rootbox ROMs is the speed dial capability you get with the stock ROMs. Is this a problem or will the capability be added in the future?

[ROM][4.2.2][AOKP/CM/PA] SGH-T999 Vanilla RootBox [04/08][v4.2][DEVELOPMENT THREAD]

{
"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"
}
Description
Vanilla RootBox is built straight from RootBox sources and always carries a very light installation with no extra/useless apps. This means, you can enjoy a pure Android experience combined with AOKP/CM/PA features. Every RootBox releases are stable and always up to the challenge for a daily usage. If you're wondering how this ROM differs from any other AOKP roms out there, I only have one thing to say: Try it yourself and choose the one that meets your requirements.
Features
Built from RootBox Sources
For a complete list of all Features in RootBox, visit the following link:
Complete Feature List
AOKP Features
Hybrid Settings
Per App DPI
Per App Colors (Statusbar, Icons, NavBar)
Per App UI (Phone, Tablet, Phablet)
Per App Expanded Mode (FullScreen)
NavBar Height
General Settings
Home button call answer (Accessibility Option)
Variable Lockscreen Pattern size (CM)
Quiet Hours (CM)
Power Sounds (CM)
Camera Shutter sound
Permissions (AOKP)
Profiles (CM)
Update Center – OTA Updates through GOO Manager
Camera
Save pictures to external memory
Timer Shutter
Voice Shutter
Power Shutter
Picture Size
Focus Mode
Color Effects
Exposure
White Balance
ISO Settings
Scenery Settings
Smart Shutter
Store Location (GPS)
Burst Shots
Clock
Clock: Increasing Alarm
Clock: Flip/Shake – Snooze or Dismiss
Clock: Disable Alarm Icon on Statusbar
MMS
Easy selector
Privacy Mode
Quick Message
Wake and Unlock
Strip Unicode
Emoji support
Direct Call
Message font size
Text area size
Phone
Blacklist
Noise supressiony, Off)
Flip Actions
Phone: Advance Phone Settings (Vibrate on Answer, Every 45 Seconds, On Hangup and On Call Waiting)
Rejected calls as missed
Voicemail can be cleared in notification
RootBox Settings
General UI
Pie (Paranoid Android)
Low Battery Warning (Pop-up & Sound, Pop-up only, Sound only, Off)
Expanded Desktop
Keyboard
Disable Fullscreen Keyboard (Landscape mode)
Auto keyboard rotation
Option to control cursor in text fields using volume keys
Lockscreen
Lockscreen See Through
Lockscreen Background
Screen Security Features (Unlock options: Quick Unlock, Delay Screen Lock, Menu Unlock, Home Unlock)
Statusbar and Notification Drawer
Breathing SMS
Breathing Missed Call
Display Connected WiFi Network beside Carrier Label
Notification Drawer Shortcuts
Notifications Behaviour (Always Expand, Never Expand, Normal, Old Style)
Notification icon opacity
Power Widget (CM)
Clock
cLock (Chronus)
Sound
Option to disable sound when adjusting volume
Launch Music app on Headset connection
Swap Volume Buttons on Rotation
Hardware Keys
Hardware Keys Remapping
Lockscreen Hardware Keys Remapping
Recommended Installation Steps
Coming from another Custom ROM:
1. Wipe Data/Factory Reset (This does not affect your Internal/External storage)
2. Flash RootBox zip
3. Flash JB GAPPS
4. Wipe Dalvik Cache
5. Reboot
Coming from Stock Samsung ROM:
1. Root Phone - Get CWM/TWRP Recovery
2. Wipe Data/Factory Reset (This does not affect your Internal/External storage)
3. Flash RootBox zip
4. Flash JB GAPPS
5. Wipe Dalvik Cache
6. Reboot
How to upgrade RootBox versions:
1. Download RootBox update
2. Flash RootBox update
3. Wipe Cache (Optional)
4. Wipe Dalvik Cache (Optional)
5. Reboot
RootBox Sources
www.github.com/Root-Box
Kernel Sources
CyanogenMod Samsung D2
Downloads
Official Downloads
Mirror 1
Mirror 2
Google Apps
Quick Tip: To avoid bad flashes and unexpected surprises, make sure you check the md5sum of the downloaded zip file against the one displayed on Goo.
All Private Messages sent to me for support will be ignored. I do not have the time to go through all the PMs I receive on a daily basis.
Non-development | Discussion | Support
This is a development thread only. For Discussion, Support and Non-development posts: Use the Support Thread! You have been warned.
RootBox Support Thread
Changelog
**Due to thread size limit restrictions, only the latest version's changelog will be displayed.
If you wish to have changelogs from previous versions, you can find them at the following link:
RootBox Changelogs
RootBox Nightlies Changelogs
Changelogs are now integrated with the ROM itself:
- At the root of ROM zip file (changelog.txt)
- Goo Manager app (View Changelog section of the zip file)
- Goo.im website (Drag mouse over the zip file and click "view file changelog")
Bugs
*AOKP/CM BUGS
Donations
If you want to donate, feel free to do so but I'm not a big fan of donations. I put this up because I've been getting too many PM asking for my paypal account.
Credits/Thanks To:
* AOKP
* Teamhacksung
* The CyanogenMod Project
* Paranoid Android
* DaXmax
* Rodries
* Pier
* BigDenn - Logo, bootanimation and wallpapers
ScreenShots/Videos
​
[ROM][4.2.1][AOKP/CM] SGH-T999 Vanilla RootBox [16/01][v3.5][Nightlies][Per-App-DPI]
Contribute to RootBox​
Those interested in making wallpapers and bootanimation for RootBox, send an email to [email protected] with the following:
Information
Name
Email
Wallpapers
Attach wallpaper in email
Two sizes are required: HDPI and XHDPI
I'll review them and add the wallpapers in the next release. I will also choose the best one as the default wallpaper for official releases.
Bootanimation
Attach bootanimation or paste download link in the email.
Two sizes are required: HDPI and XHDPI
Wallpaper Resolution
HDPI: 960 x 800
XHDPI: 1440 x 1280
You can also contribute by creating icons for settings. Use proper sizes and always include compatibility for HDPI and XHDPI.
The reason behind this is very simple. I'm always busy and I've neglected the visual aspect of RootBox for a while now. It's time to polish it with new visuals!
How to Build RootBox from Source​
Getting started
I will assume that you have some kind of knowledge with Linux and how to use a terminal. I will also assume that you have already setup all the android building requirements. First, you must create your working folder and initialize a repository with RootBox sources. The following steps will guide you in creating this working folder where you will be able to build RootBox.
You should now open a terminal (By default you should be in your home folder: /home/yourusername/)
Step 1: Let's create a folder in your home directory named RootBox. This will be referred as your working folder.
Code:
~$ mkdir RootBox
Step 2: Let's change our directory to the new RootBox folder we just created.
Code:
~$ cd RootBox
Step 3: Now that we are in our working folder (RootBox), we will initialize our RootBox repository by entering the following command:
Code:
~$ repo init -u git://github.com/Root-Box/platform_manifest.git -b jb-mr1
Step 4: It's now time to sync RootBox sources which could vary from a few minutes to a few hours depending on your internet connection.
Code:
~$ repo sync
Building Vanilla RootBox
Now that you have synced the sources, you're ready to build RootBox.
You can run the following build script:
Code:
~$ . build_rootbox.sh -device- -sync- -thread- -clean-
Device: Choose between the following supported devices: i9100, i9100g, i9300, d2att, d2tmo, d2vzw, mako and grouper.
Sync: Will sync latest RootBox sources before building
Threads: Allows to choose a number of threads for syncing and building operation.
Clean: Will remove the entire out folder and start a clean build. (Use this at your discretion)
Examples:
1) Sync sources and Build RootBox for GT-I9100 with 12 threads
Code:
~$ . build_rootbox.sh i9100 sync 12
2) Don't sync sources, clean out folder and build RootBox for GT-I9300 with 6 threads
Code:
~$ . build_rootbox.sh i9300 nosync 6 clean
3) Don't sync sources, clean out folder and build RootBox for SGH-I747 with 4 threads
Code:
~$ . build_rootbox.sh d2att nosync 4 clean
4) Sync sources, clean out folder and build RootBox for Nexus 4 with 5 threads
Code:
~$ . build_rootbox.sh mako sync 5 clean
This script will make a signed flashable zip file located in out/target/product/-device-/RootBox-JB-(Device)-Nightly-(Date).zip
[ROM][4.2.1][AOKP/CM] SGH-T999 Vanilla RootBox [16/01][v3.5][Nightlies][Per-App-DPI]
FORUM RULES​
1. Search before posting.
Use one of our search functions before posting, whether you have a question or something new to share, it's very likely someone already asked that question or shared that news.
2. Member conduct.
2.1 Language: XDA is a worldwide community. As a result what is ‘ok’ to say in your part of the world may not be ok in someone else’s part of the world. Please think about who is reading what you write. Keep in mind that what you think of as acceptable use of language may not be acceptable to others. Conversely, while reading member posts, remember that word you find offensive may not be to the writer. Tolerance is a two way street.
2.2 Nudity: XDA is used by people of all ages, including minors. It's not acceptable to post nude/pornographic imagery, which includes exposure of the male or female genitalia or of female breasts.
2.3 Flaming: XDA was founded as a group of people sharing information about certain mobile phones. Sharing does not involve virtual yelling (flaming) it does involve working together to solve problems in an environment of mutual respect and understanding. Losing your temper and flaming another member, or group of members, is not acceptable behavior.
2.4 Personal attacks, racial, political and/or religious discussions:[/B] XDA is a discussion forum about certain mobile phones. Mobile phones are not racial, political, religious or personally offensive, therefore none of these types of discussions are permitted on XDA.
2.5 Courtesy towards other Members: Treat new members the way you would like to have been treated when you were a new member. When dealing with any member, provide them with guidance, advice and instruction when you can and always with respect and courtesy. Never post in a demanding, argumentative, disrespectful or self-righteous manner.
2.6 All members are expected to read and adhere to the XDA rules.
3. Post only using a clear subject and message.
You're most likely to receive a helpful answer to your question if you use a short subject title that describes your problem and a message that explains in detail what your problem is and what you've tried to solve it.
4. Use the English language.
We understand that with all the different nationalities not everyone speaks English well, but please try. If you're really unable to post in English use an online translator, You're free to include your original message in your own language below the English translation.
5. Post a message only once.
As a large forum we don't need unnecessary clutter, You're free to edit your message as you like, so if you do not receive an answer revisit your message and see if you can describe your problem better. Not everyone is online at the same time, it might take a while before you receive an answer.
6. Do not post warez.
If a piece of software requires you to pay to use it, then pay for it. We do not accept warez nor do we permit any member to promote or describe ways in which Warez, cracks, serial codes or other means of avoiding payment, can be obtained. This is a site of developers, i.e. the sort of people who create such software. When you cheat a software developer, you cheat us as a community
7. Do not spam.
If you wish to advertise a product, contact us we provide ads. But do not post it in the forums, it will be removed and you're likely to receive a ban.
You are however allowed to sell used goods like your own device, parts of your device or accessories for your device in the marketplace forum, please read the rules there before posting. (This rule includes signatures, if you use a signature it will appear in your post)
8. Donations.
We appreciate all donations to xda-developers.com, it keeps our forum online and well maintained. As a user you're allowed to ask for donations in your signature as a thank you for your hard work. However donations up front are not allowed, this forum is about sharing, not about getting paid to do something, that's what your job is for.
9. Don't get us in trouble.
Don't post copyrighted materials or do other things that will obviously lead to legal trouble. If you wouldn't do it on your own homepage, you probably don't want to do it here either. This does not mean we agree with everything the software piracy lobby try to impose on us, it simply means you cannot break any laws here, since we'll end up dealing with legal hassle caused by you. Please use common sense: respect the forum, its users, and those that write great code.
10. Help others if you can.
If you see posts from others where you can help out, please do. This place exists because people are helping each other, and even if you are relatively new to the matter, there's probably already quite a few people newer than you that would benefit from what you've learned. Don't be shy.
11. Don’t post with the intention of selling something.
Don’t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and offer support, but not to post with the intention of selling. This includes promoting sites similar/substantially similar to XDA-Developers.com.
Do not post press releases, announcements, links to trial software, or commercial services. unless you’re posting an exclusive release for XDA-Developers.com.
Encouraging members to participate in forum activities on other phone related sites is prohibited.
Off-site downloads are permitted if the site is non-commercial and does not require registration.
Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if the following conditions are met:
A) the site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership who actively maintains XDA-Developers' support thread(s) / posts, related to the download,
B) the site is a relatively small personal website without commercial advertising/links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission, and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails then you may contact a moderator with clear evidence that the work was created by you.
Convincing evidence will result in copied work being removed. If there is no clear evidence you created the work then in the spirit of sharing all work will remain posted on the forums.
These rules apply to all software posted on XDA unless that software comes with a license that waives these rules.
13. Advertising and Income Generation
Commercial advertising, advertising referral links, pay per click links and other income generating methods are forbidden. Do not use xda-developers as a means to make money.
14. Create only one User Account
You are allowed one User Account at xda-developers. If you create additional accounts, Moderators will disable them and your original account may also be disabled or infracted.
15. Keep posts/threads on-topic
Whilst a minor amount of off-topic posting may be overlooked, the general rule is your posts / threads must be relevant to the Forum / thread in which you are posting.
Re: [ROM][4.2.1][AOKP/CM] SGH-T999 Vanilla RootBox [16/01][v3.5][Nightlies][Per-App-D
There's a bug when uninstalling app... I can't screen capture but it says can't read data xposed whitelist or something to that extent
Sent from my SGH-T999 using Tapatalk 2
I'm usually a loyal user of cm but mhmmmm I think I'm going to have to flash this and see how it goes...... Will report in a little
Loving it as of now haven't ran into any bugs at all yet...... I was able to uninstall apps without a problem i think some1 reported this as not working but is working fine for me...... Are you guys planning to implementing photo-sphere to this rom ? or do we have to wait till the cm-team adds it ?
Can someone explain the difference in the two new builds the vanilla and the illusion they both seem to have the root box but different boot animation.
gdmlaz said:
I'm usually a loyal user of cm but mhmmmm I think I'm going to have to flash this and see how it goes...... Will report in a little
Loving it as of now haven't ran into any bugs at all yet...... I was able to uninstall apps without a problem i think some1 reported this as not working but is working fine for me...... Are you guys planning to implementing photo-sphere to this rom ? or do we have to wait till the cm-team adds it ?
Click to expand...
Click to collapse
Probably gonna wait for CM to do it to be honest... I don't have that level of expertise when it comes to coding, I'm still a nugget lol
tsunami2312 said:
i thou you could by changing the windows animation scale to .5.
Click to expand...
Click to collapse
Re: [ROM][4.2.1][AOKP/CM] SGH-T999 Vanilla RootBox [16/01][v3.5][Nightlies][Per-App-D
gdmlaz said:
I'm usually a loyal user of cm but mhmmmm I think I'm going to have to flash this and see how it goes...... Will report in a little
Loving it as of now haven't ran into any bugs at all yet...... I was able to uninstall apps without a problem i think some1 reported this as not working but is working fine for me...... Are you guys planning to implementing photo-sphere to this rom ? or do we have to wait till the cm-team adds it ?
Click to expand...
Click to collapse
I was unable to uninstall just fine... Just got a small text alert where it usually says uninstall successful saying what I posted above. Happened when uninstalled via TiB and through nova launcher
Sent from my SGH-T999 using Tapatalk 2
itsmikeramsay said:
Probably gonna wait for CM to do it to be honest... I don't have that level of expertise when it comes to coding, I'm still a nugget lol
Click to expand...
Click to collapse
Lol thanks for the response
Re: [ROM][4.2.1][AOKP/CM] SGH-T999 Vanilla RootBox [16/01][v3.5][Nightlies][Per-App-D
boyblue302 said:
Can someone explain the difference in the two new builds the vanilla and the illusion they both seem to have the root box but different boot animation.
Click to expand...
Click to collapse
AeCeEm said:
lol, i saw you post this on the other thread and still no answer.. i'm woundering the same question as well
Click to expand...
Click to collapse
This is a development thread. There is a discussion thread also.
Sent from my SGH-T999 using Tapatalk 2
Performance Control Settings don't stick after reboot it goes automatically to 1134 max...... But I think this a known bug ?
Re: [ROM][4.2.1][AOKP/CM] SGH-T999 Vanilla RootBox [16/01][v3.5][Nightlies][Per-App-D
gdmlaz said:
Performance Control Settings don't stick after reboot it goes automatically to 1134 max...... But I think this a known bug ?
Click to expand...
Click to collapse
Settings stick fine here. Not sure why it varies device to device.
Sent from my SGS3 d2tmo
itsmikeramsay said:
Settings stick fine here. Not sure why it varies device to device.
Sent from my SGS3 d2tmo
Click to expand...
Click to collapse
Yea only way I could get them to stick is by using set-cpu i had the paid-app from back in the days so no biggie lol
Re: [ROM][4.2.1][AOKP/CM] SGH-T999 Vanilla RootBox [16/01][v3.5][Nightlies][Per-App-D
In case anyone wants to know: id stay away from lean kernel , it's running insanely slow! Sticking with stock for now:thumbup:
Sent from my SGH-T999 using xda premium
theme
Why doesnt the rom look like the one in screen shot ? i tried installing framework thing and checking off that one thing in xposed but it looks like stock jelly bean
Re: [ROM][4.2.1][AOKP/CM] SGH-T999 Vanilla RootBox [16/01][v3.5][Nightlies][Per-App-D
jordy787 said:
Why doesnt the rom look like the one in screen shot ? i tried installing framework thing and checking off that one thing in xposed but it looks like stock jelly bean
Click to expand...
Click to collapse
ROM is exactly like it looks in the screen. What are you talking about? And this should go in the discussion thread anyway.
Sent from my SGH-T999 using Tapatalk 2
GalaxyS3Guy said:
ROM is exactly like it looks in the screen. What are you talking about? And this should go in the discussion thread anyway.
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
I downloaded the nightly one and it was original jellybean themed one can you give me the link to the correct one?
Re: [ROM][4.2.1][AOKP/CM] SGH-T999 Vanilla RootBox [16/01][v3.5][Nightlies][Per-App-D
jordy787 said:
I downloaded the nightly one and it was original jellybean themed one can you give me the link to the correct one?
Click to expand...
Click to collapse
I'm on the nightly too and my phone has the stockish theme... Maybe the Dev is using a theme. Or maybe we flashed the wrong build.. I'm thinking the latter.
Sent from my SGH-T999 using xda premium
Re: [ROM][4.2.1][AOKP/CM] SGH-T999 Vanilla RootBox [16/01][v3.5][Nightlies][Per-App-D
jordy787 said:
I downloaded the nightly one and it was original jellybean themed one can you give me the link to the correct one?
Click to expand...
Click to collapse
Dude the themimg is done by messing with the options and trying the play store themes. Play with the settings and try some themes from the market. Find what u like...
Sent from my SGH-T999 using Tapatalk 2
Re: [ROM][4.2.1][AOKP/CM] SGH-T999 Vanilla RootBox [16/01][v3.5][Nightlies][Per-App-D
How can I make my settings and my email into two columns like on PA?
They call me "Jelly" Cruz jam don't shake like this!

[ROM][4.2.2][AOKP/CM/PA] SPH-L900 Vanilla RootBox [6/8/13][v4.0]

{
"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"
}
Description
Vanilla RootBox is built straight from RootBox sources and always carries a very light installation with no extra/useless apps. This means, you can enjoy a pure Android experience combined with AOKP/CM features and some CM cherry-picks. Keep in mind Jelly Bean is only at the beginning stage of development and there will be minor bugs. Every RootBox releases are stable and always up to the challenge for a daily usage. If you're wondering how this ROM differs from any other AOKP roms out there, I only have one thing to say: Try it yourself and choose the one that meets your requirements.
Features
Built from RootBox Sources
For a complete list of all Features in RootBox, visit the following link:
Complete Feature List
AOKP Features
Hybrid Settings
Per App DPI
Per App Colors (Statusbar, Icons, NavBar)
Per App UI (Phone, Tablet, Phablet)
Per App Expanded Mode (FullScreen)
NavBar Height
General Settings
Home button call answer (Accessibility Option)
Variable Lockscreen Pattern size (CM)
Quiet Hours (CM)
Power Sounds (CM)
Camera Shutter sound
Permissions (AOKP)
Profiles (CM)
Update Center – OTA Updates through GOO Manager
Camera
Save pictures to external memory
Timer Shutter
Voice Shutter
Power Shutter
Picture Size
Focus Mode
Color Effects
Exposure
White Balance
ISO Settings
Scenery Settings
Smart Shutter
Store Location (GPS)
Burst Shots
Clock
Clock: Increasing Alarm
Clock: Flip/Shake – Snooze or Dismiss
Clock: Disable Alarm Icon on Statusbar
MMS
Easy selector
Privacy Mode
Quick Message
Wake and Unlock
Strip Unicode
Emoji support
Direct Call
Message font size
Text area size
Phone
Blacklist
Noise supressiony, Off)
Flip Actions
Phone: Advance Phone Settings (Vibrate on Answer, Every 45 Seconds, On Hangup and On Call Waiting)
Rejected calls as missed
Voicemail can be cleared in notification
RootBox Settings
General UI
Pie (Paranoid Android)
Low Battery Warning (Pop-up & Sound, Pop-up only, Sound only, Off)
Expanded Desktop
Keyboard
Disable Fullscreen Keyboard (Landscape mode)
Auto keyboard rotation
Option to control cursor in text fields using volume keys
Lockscreen
Lockscreen See Through
Lockscreen Background
Screen Security Features (Unlock options: Quick Unlock, Delay Screen Lock, Menu Unlock, Home Unlock)
Statusbar and Notification Drawer
Breathing SMS
Breathing Missed Call
Display Connected WiFi Network beside Carrier Label
Notification Drawer Shortcuts
Notifications Behaviour (Always Expand, Never Expand, Normal, Old Style)
Notification icon opacity
Power Widget (CM)
Clock
cLock (Chronus)
Sound
Option to disable sound when adjusting volume
Launch Music app on Headset connection
Swap Volume Buttons on Rotation
Hardware Keys
Hardware Keys Remapping
Lockscreen Hardware Keys Remapping
Recommended Installation Steps
Coming from another Custom ROM or Stock ROM:
1. Wipe Data/Factory Reset (This does not affect your Internal/External storage)
2. Flash RootBox zip
3. Flash latest GApps zip
4. Wipe Dalvik Cache
5. Reboot
How to upgrade RootBox versions:
1. Download RootBox update
2. Flash RootBox update
3. Wipe Cache (Optional)
4. Wipe Dalvik Cache (Optional)
5. Reboot
RootBox Sources
www.github.com/Root-Box
Downloads
Official Releases - Nightlies
ROM | Google Apps
Mirror 1 - Goo.im
Mirror 2 - Basketbuild
Quick Tip: To avoid bad flashes and unexpected surprises, make sure you check the md5sum of the downloaded zip file against the one displayed on Goo.
Changelog
**Due to thread size limit restrictions, only the latest version's changelog will be displayed.
If you wish to have changelogs from previous versions, you can find them at the following link:
RootBox Changelogs
RootBox Nightlies Changelogs
Changelogs are now integrated with the ROM itself:
- At the root of ROM zip file (changelog.txt)
- Goo Manager app (View Changelog section of the zip file)
- Goo.im website (Drag mouse over the zip file and click "view file changelog")
Bugs
*AOKP/CM/PA BUGS
Donations (to Bajee11)
If you want to donate, feel free to do so but I'm not a big fan of donations. I put this up because I've been getting too many PM asking for my paypal account.
If you would like to donate to me (slick_rick) for whatever reason, dont. Donate to someone like sbrissen, codeworkx, etc.
Credits/Thanks To:
* AOKP
* Teamhacksung
* The CyanogenMod Project
* Paranoid Android
* DaXmax
* Rodries
* Pier
* BigDenn - Logo, bootanimation and wallpapers
ScreenShots/Videos
​
Per-App Settings​
This guide will help you setup your phone with new Per-App Settings.
First, all credits associate to Xposed Frameworks and Modules goes to Rovo89 for sharing his work and making it open source for everyone. You guys should all buy him a beer.
Steps to follow:
Install Xposed Frameworks by going in Modules Management>Install/Update
Enable Per-App Settings by going in Modules Management> Modules>Tick Per-App Settings (You should reboot your phone at this point)
Setup your phone : Per-App Settings>Choose your app>Set DPI/Resolution/Tablet UI/Language> Press Save on top
Your app should now display in your preferred settings. If it doesnt, kill the app and restart it or reboot phone.
Contribute to RootBox​
Those interested in making wallpapers and bootanimation for RootBox, send an email to [email protected] with the following:
Information
Name
Email
Wallpapers
Attach wallpaper in email
Two sizes are required: HDPI and XHDPI
I'll review them and add the wallpapers in the next release. I will also choose the best one as the default wallpaper for official releases.
Bootanimation
Attach bootanimation or paste download link in the email.
Two sizes are required: HDPI and XHDPI
Wallpaper Resolution
HDPI: 960 x 800
XHDPI: 1440 x 1280
You can also contribute by creating icons for settings. Use proper sizes and always include compatibility for HDPI and XHDPI.
The reason behind this is very simple. I'm always busy and I've neglected the visual aspect of RootBox for a while now. It's time to polish it with new visuals!
How to Build RootBox from Source​
Getting started
I will assume that you have some kind of knowledge with Linux and how to use a terminal. I will also assume that you have already setup all the android building requirements. First, you must create your working folder and initialize a repository with RootBox sources. The following steps will guide you in creating this working folder where you will be able to build RootBox.
You should now open a terminal (By default you should be in your home folder: /home/yourusername/)
Step 1: Let's create a folder in your home directory named RootBox. This will be referred as your working folder.
Code:
~$ mkdir RootBox
Step 2: Let's change our directory to the new RootBox folder we just created.
Code:
~$ cd RootBox
Step 3: Now that we are in our working folder (RootBox), we will initialize our RootBox repository by entering the following command:
Code:
~$ repo init -u git://github.com/Root-Box/platform_manifest.git -b jb-mr1
Step 4: It's now time to sync RootBox sources which could vary from a few minutes to a few hours depending on your internet connection.
Code:
~$ repo sync
]
Building Vanilla RootBox
Now that you have synced the sources, you're ready to build RootBox.
You can run the following build script:
Code:
~$ . build_rootbox.sh -device- -sync- -thread- -clean-
Device: Choose between the following supported devices: i9100, i9100g, i9300, d2att, d2tmo, d2vzw, mako and grouper.
Sync: Will sync latest RootBox sources before building
Threads: Allows to choose a number of threads for syncing and building operation.
Clean: Will remove the entire out folder and start a clean build. (Use this at your discretion)
Examples:
1) Sync sources and Build RootBox for GT-I9100 with 12 threads
Code:
~$ . build_rootbox.sh i9100 sync 12
2) Don't sync sources, clean out folder and build RootBox for GT-I9300 with 6 threads
Code:
~$ . build_rootbox.sh i9300 nosync 6 clean
3) Don't sync sources, clean out folder and build RootBox for SGH-I747 with 4 threads
Code:
~$ . build_rootbox.sh d2att nosync 4 clean
4) Sync sources, clean out folder and build RootBox for Nexus 4 with 5 threads
Code:
~$ . build_rootbox.sh mako sync 5 clean
This script will make a signed flashable zip file located in out/target/product/-device-/RootBox-JB-(Device)-Nightly-(Date).zip
FORUM RULES
1. Search before posting.
Use one of our search functions before posting, whether you have a question or something new to share, it's very likely someone already asked that question or shared that news.
2. Member conduct.
2.1 Language: XDA is a worldwide community. As a result what is ‘ok’ to say in your part of the world may not be ok in someone else’s part of the world. Please think about who is reading what you write. Keep in mind that what you think of as acceptable use of language may not be acceptable to others. Conversely, while reading member posts, remember that word you find offensive may not be to the writer. Tolerance is a two way street.
2.2 Nudity: XDA is used by people of all ages, including minors. It's not acceptable to post nude/pornographic imagery, which includes exposure of the male or female genitalia or of female breasts.
2.3 Flaming: XDA was founded as a group of people sharing information about certain mobile phones. Sharing does not involve virtual yelling (flaming) it does involve working together to solve problems in an environment of mutual respect and understanding. Losing your temper and flaming another member, or group of members, is not acceptable behavior.
2.4 Personal attacks, racial, political and/or religious discussions:[/B] XDA is a discussion forum about certain mobile phones. Mobile phones are not racial, political, religious or personally offensive, therefore none of these types of discussions are permitted on XDA.
2.5 Courtesy towards other Members: Treat new members the way you would like to have been treated when you were a new member. When dealing with any member, provide them with guidance, advice and instruction when you can and always with respect and courtesy. Never post in a demanding, argumentative, disrespectful or self-righteous manner.
2.6 All members are expected to read and adhere to the XDA rules.
3. Post only using a clear subject and message.
You're most likely to receive a helpful answer to your question if you use a short subject title that describes your problem and a message that explains in detail what your problem is and what you've tried to solve it.
4. Use the English language.
We understand that with all the different nationalities not everyone speaks English well, but please try. If you're really unable to post in English use an online translator, You're free to include your original message in your own language below the English translation.
5. Post a message only once.
As a large forum we don't need unnecessary clutter, You're free to edit your message as you like, so if you do not receive an answer revisit your message and see if you can describe your problem better. Not everyone is online at the same time, it might take a while before you receive an answer.
6. Do not post warez.
If a piece of software requires you to pay to use it, then pay for it. We do not accept warez nor do we permit any member to promote or describe ways in which Warez, cracks, serial codes or other means of avoiding payment, can be obtained. This is a site of developers, i.e. the sort of people who create such software. When you cheat a software developer, you cheat us as a community
7. Do not spam.
If you wish to advertise a product, contact us we provide ads. But do not post it in the forums, it will be removed and you're likely to receive a ban.
You are however allowed to sell used goods like your own device, parts of your device or accessories for your device in the marketplace forum, please read the rules there before posting. (This rule includes signatures, if you use a signature it will appear in your post)
8. Donations.
We appreciate all donations to xda-developers.com, it keeps our forum online and well maintained. As a user you're allowed to ask for donations in your signature as a thank you for your hard work. However donations up front are not allowed, this forum is about sharing, not about getting paid to do something, that's what your job is for.
9. Don't get us in trouble.
Don't post copyrighted materials or do other things that will obviously lead to legal trouble. If you wouldn't do it on your own homepage, you probably don't want to do it here either. This does not mean we agree with everything the software piracy lobby try to impose on us, it simply means you cannot break any laws here, since we'll end up dealing with legal hassle caused by you. Please use common sense: respect the forum, its users, and those that write great code.
10. Help others if you can.
If you see posts from others where you can help out, please do. This place exists because people are helping each other, and even if you are relatively new to the matter, there's probably already quite a few people newer than you that would benefit from what you've learned. Don't be shy.
11. Don’t post with the intention of selling something.
Don’t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and offer support, but not to post with the intention of selling. This includes promoting sites similar/substantially similar to XDA-Developers.com.
Do not post press releases, announcements, links to trial software, or commercial services. unless you’re posting an exclusive release for XDA-Developers.com.
Encouraging members to participate in forum activities on other phone related sites is prohibited.
Off-site downloads are permitted if the site is non-commercial and does not require registration.
Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if the following conditions are met:
A) the site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership who actively maintains XDA-Developers' support thread(s) / posts, related to the download,
B) the site is a relatively small personal website without commercial advertising/links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission, and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails then you may contact a moderator with clear evidence that the work was created by you.
Convincing evidence will result in copied work being removed. If there is no clear evidence you created the work then in the spirit of sharing all work will remain posted on the forums.
These rules apply to all software posted on XDA unless that software comes with a license that waives these rules.
13. Advertising and Income Generation
Commercial advertising, advertising referral links, pay per click links and other income generating methods are forbidden. Do not use xda-developers as a means to make money.
14. Create only one User Account
You are allowed one User Account at xda-developers. If you create additional accounts, Moderators will disable them and your original account may also be disabled or infracted.
15. Keep posts/threads on-topic
Whilst a minor amount of off-topic posting may be overlooked, the general rule is your posts / threads must be relevant to the Forum / thread in which you are posting.
BUGS:
- Any CM10.1 bugs
Netflix Workaround:
- http://forum.xda-developers.com/showthread.php?t=2101525
Standard gapps DO NOT come with the Photosphere feature! You must use other, non-official gapps if thats what you want.
You must format your external sdcard to FAT32 before using it on this rom! Otherwise you will get currupted sdcard messages.
If you want to return to a 4.1.x ROM after flashing AOKP, flash madmacks restore-sdcard-after-downgrade.zip AFTER flashing/nandroiding back to your 4.1.x rom. You can get this .zip attached below.
Enjoy guys I am personally using this rom as my daily driver. Dont forget to thank those in credit section!
Re: [ROM][4.2.1][AOKP/CM] SPH-L900 Vanilla RootBox [2/1/13][v3.6][Per-App-DPI][PIE]
This looks great.... fixing to download. Thanks a ton!!!
Sent from my SPH-L900 using xda premium
Re: [ROM][4.2.1][AOKP/CM] SPH-L900 Vanilla RootBox [2/1/13][v3.6][Per-App-DPI][PIE]
Looks very nice!
Re: [ROM][4.2.1][AOKP/CM] SPH-L900 Vanilla RootBox [2/1/13][v3.6][Per-App-DPI][PIE]
Thank you much.
Sent from my SPH-L900 using JellyBombed Tapatalk 2
Re: [ROM][4.2.1][AOKP/CM] SPH-L900 Vanilla RootBox [2/1/13][v3.6][Per-App-DPI][PIE]
Looks awesome!
Thanks for yet another option
Sent from my SPH-L900 using xda app-developers app
neudof said:
Looks awesome!
Thanks for yet another option
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
I like the looks of this!!
Re: [ROM][4.2.1][AOKP/CM] SPH-L900 Vanilla RootBox [2/1/13][v3.6][Per-App-DPI][PIE]
Thanks slickrick!
Sent from my SPH-L900 using xda premium
Re: [ROM][4.2.1][AOKP/CM] SPH-L900 Vanilla RootBox [2/1/13][v3.6][Per-App-DPI][PIE]
I still need to try 4.2
So many options
-TeaM VeNuM Like A Boss
-Galaxy Note II Edition
I'll give this here a try! Thanks slick!
wow i love the look and features of the lockscreen!
hows functionality of s-pen with this?
Coming from ma5, any special recommendations for installation w/this sik azz rom? I just don't want to go thru the dreaded "Chameleon" issues..Thanks in advance
---------- Post added at 01:38 PM ---------- Previous post was at 01:31 PM ----------
onebelo said:
wow i love the look and features of the lockscreen!
hows functionality of s-pen with this?
Click to expand...
Click to collapse
That's what has me wanting me to install this..LOL
Re: [ROM][4.2.1][AOKP/CM] SPH-L900 Vanilla RootBox [2/1/13][v3.6][Per-App-DPI][PIE]
04CiviCon20s said:
Coming from ma5, any special recommendations for installation w/this sik azz rom? I just don't want to go thru the dreaded "Chameleon" issues..Thanks in advance
---------- Post added at 01:38 PM ---------- Previous post was at 01:31 PM ----------
That's what has me wanting me to install this..LOL
Click to expand...
Click to collapse
No such thing as chameleon errors with AOSP
BTW I love the built in Xposed module management. Works great with the Netflix workaround also
Sent from my SPH-L900 using Tapatalk 2
slick_rick said:
No such thing as chameleon errors with AOSP
BTW I love the built in Xposed module management. Works great with the Netflix workaround also
Sent from my SPH-L900 using Tapatalk 2
Click to expand...
Click to collapse
Nice to know..So just Wipe the ish out of the phone and just install accordingly right?? I only ask because I see there's no "Install" instructions..So am assuming it's "Regular" install..
Re: [ROM][4.2.1][AOKP/CM] SPH-L900 Vanilla RootBox [2/1/13][v3.6][Per-App-DPI][PIE]
Thanks for the ROM Slick! It's like having all the great AOSP ROMs all in one! Running smooth with the BASIC Kernel!
Awesome Work as always!
Sent from my SPH-L900 using Xparent Skyblue Tapatalk 2
Oh wow, are you kidding me?
Many thanks go out to you and all the others that were involved in this splendid Rom.
Just purely awesomeness.
:silly:
Re: [ROM][4.2.1][AOKP/CM] SPH-L900 Vanilla RootBox [2/1/13][v3.6][Per-App-DPI][PIE]
04CiviCon20s said:
Nice to know..So just Wipe the ish out of the phone and just install accordingly right?? I only ask because I see there's no "Install" instructions..So am assuming it's "Regular" install..
Click to expand...
Click to collapse
Yup just wipe data/cache/dalvik-cache, flash ROM, flash GAPPS, reboot and enjoy
Sent from my SPH-L900 using Tapatalk 2
slick_rick said:
Yup just wipe data/cache/dalvik-cache, flash ROM, flash GAPPS, reboot and enjoy
Sent from my SPH-L900 using Tapatalk 2
Click to expand...
Click to collapse
Regarding SD card, I just looked into the formatting and my SD card only gives me "NTFS and exFAT(Already defaulted)..That means I cannot use my card while on this rom? I have the card in ScreenShot
Re: [ROM][4.2.1][AOKP/CM] SPH-L900 Vanilla RootBox [2/1/13][v3.6][Per-App-DPI][PIE]
04CiviCon20s said:
Regarding SD card, I just looked into the formatting and my SD card only gives me "NTFS and exFAT(Already defaulted)..That means I cannot use my card while on this rom? I have the card in ScreenShot
Click to expand...
Click to collapse
Use a 3rd party program to format it to fat32. Built in Windows formatter sucks lol.
Sent from my SPH-L900 using Tapatalk 2

[Oct 27] Official XDA One Forum App [Alpha] [APK] Version 0.1.14

XDA One has a successor. It's called XDA Labs. Click here to get it
Greetings all!
When we launched the 2015 new forum template, we promised that we were also getting ready to release XDA One, which is the first forum app for XDA developed entirely in-house (thanks to @tilal6991 for working on the code, @rwestergren for building the new API, @bitpushr for helping with server stuff, and @jerdog for his coordination). In its current (alpha) state, XDA One is a fast (and nice-looking) way to browse and post in the forums. You can access our mention/quote system, see your subscriptions, send PMs, and more. In the future we plan to add tools for moderators, integration with our Development Database, support for tablets, and more to make it the "One" place to experience all of XDA on mobile. :victory:
We have open sourced the app so that any can help make it better. Please access the XDA One GitHub repository to see the source code and/or to contribute. :highfive:
FAQ:
Why is this app in alpha?
It's not done yet and bugs still exist. As we put finishing touches on the app, we'll move closer to a beta release which will go on Google Play. Until then, we want XDA members to give it a try and help us find bugs.
What are you doing with XDA Free, XDA Premium, and Tapatalk? Will they still work?
For the foreseeable future, these apps will continue to be supported.
Why is it called "XDA One"?
As mentioned above, our vision for the app is for it to be the "One" place where you can experience all of XDA from your mobile device. In the future we will more deeply integrate the app into the site.
Are you going to charge for XDA One or will it be free?
Our plan is to make XDA One ad-supported.
I found a bug! Or, I have a feature request!
Post them in this thread. If reporting a bug, please describe the issue, steps to reproduce, and tell us what hardware and ROM (OS) you're using.
A couple of technical notes:
XDA One is developed using the Android Studio IDE. A simple debug build can be compiled using the XDA-One:assembleSimpleDebug gradle task. We will adopt the "Fork & pull" model of collaboration. Collaborators are encouraged to fork the project and submit pull requests for XDA's review, in order to be integrated back into the main release.
0.1.13 Release 16/3/2015
XDA One has a successor. It's called XDA Labs. Click here to get it
See Post #2 for updates and change logs.
XDA:DevDB Information
[Oct 27] Official XDA One Forum App [Alpha] [APK] Version 0.1.14, App for the General Discussion
Contributors
svetius
Version Information
Status: Testing
Created 2015-11-05
Last Updated 2015-11-06
I was going to release this build last week but I had some issues with Marshmallows permission system. I didn’t realise Google had changed the protection level for External Storage access from normal to dangerous. So when I tried to download an attachment I got an FC. There is a slight issue with the dark and black theme, device images appear to have a white background. I’m not sure what to do with this, maybe disable the device images and revert to the placeholder Image?
Note: you may need to remove the old version before you install this one; I had some issues with my old signing keys.
Changelog:
- Links are now clickable
- Fix KitKat FC when viewing posts
- Make thread divider more visible in dark theme
- posts: edit snackbar action
- gradle: move verisonCode and versionName to gradle
- posts: fix FC if the download folder doesn't exist when downloading an attachment
- permissions: implement Marshmallow permission system for download attachments
- textstructure: fix code container FC
- devices: theme the find your device fragment
- strings: update
- search: implement back press listener
- profile: layout improvements
- posts: fix pager position
- posts: scale images down if they are too big
- posts: cleanup
- posts: fix floating paging header in threads that have only 1 page
- strings: fix type
- posts: enable text selection on posts text
- strings: improve settings strings
- settings: add an option to load a certain view when the application starts
- posts: fix post attachment color
- pm: show snackbar for new private messages on launch
- profile: cleanup
- profile: redesign user profile section
- settings: fix signature not being added correctly when quoting posts
- theme: adjust post quote colors for the dark and black theme
- theme: adjust post action button colors for the dark and black theme
- fragment: add back press listener
- theme: add theming support
- settings: show signature when creating a post if the option is enabled
- gradle: update libraries
- prefs: enable option to show post signature
- prefs: enable option to disable double back press to exit
- prefs: change backpress option from checkbox to switch
- prefs: add option to change subscribed default view
- prefs: Implement settings functionality - part 2
- prefs: Implement settings functionality
- global: switch to support library tablayout
- gradle: update libraries
- settings: add subscribe default view option
- gradle: update
Build from 23rd of July 2015
Changelog:
- gradle: update support libraries
- post: show snackbar when toggle thanks
- subscribed: fix toolbar elevation issue
- global: add elevation to more toolbars
- cab: improve cab icons
- message: show message actions
- message: prevent fab from covering message
- global: implement design library fab
- forum: implement snackbar
- profile: add toolbar to user profile view
- navdrawer: reorganize navigation drawer items
- dialog: fix keyboard not showing with the create and reply dialogs
- pm: improve private message reply dialog
- pm: improve private message layout
- posts: adjust FAB padding
- dialogs: improve dialog layouts
- dialogs: resize create post, message and thread dialogs
- news: show news images
- post: fix FAB covering post action buttons
- navdrawer: reset email on logout
Source Code
Finally an app made specifically for XDA. How about making the actual developers of the app post in here so we can all thank them?
Check out my icon pack!
Excellent! Great job guys! ?
Installing now. ?
Very much appreciated by all I am sure.
Yay!!
Awesome! Trying now. Thank you for releasing it as Alpha!
Sent from my LG-D802 using Tapatalk
Oh Goodie! Finally!
Installing now!
EDIT - Clean Crisp UI. Loving it!! Like the Gmail Style Refresh. Just one observation. When I am in Subscribed Thread list and press Home, relanching the app Brings me back to list of Forums not Subscribed threads. Don't like this part.
Bye Bye Crap A Talk!
Thanks guys, been using it for a day now and I made a list of stuff I ran into:
The search button should have be more prominent, it shouldn't disappear until the user is in a thread. It's still useful when in a sub-forum so it could be in the location of the star when in a thread.
The brown doesn't make a whole lot of sense anymore, it's nowhere to be found on the site so why is it still in the app?
When opening subscribtions I think subscribed threads should be the default view instead of subscribed forums, but I guess that depends on how users use the subscribtion functionality.
There's a lot of space in the blue square with the user-name and avatar in it, you could list the message, quote and mention counts there, and I'm not sure why my e-mail address is there?
Giving the new thread button such a prominent place doesn't make a lot of sense and I think it encourages posting a new thread instead of encouraging users to search.
There should be a way to add a device to "my devices" from the app, perhaps a star in the action bar just like the subscribe stars on the forum list when in a device forum?
The button for opening the "insert smilie" looks like a place-holder, but just to be sure it clashes like crazy with the rest of the interface. And I think "insert emoticon" would be a better name for the interface.
This is meant in the most constructive way possible, I've just been reading a lot on interaction design and couldn't help myself. I'll try and fiddle with the color scheme a bit this weekend, I have something like this in mind.
Thanks @svetius and @Woody for linking me.
Reporting back in a few minutes.
I like this color scheme, and this is exactly the kind of thing we were hoping to see when developing this app. Looking forward to seeing your contributions!
Thanks @svetius and @Judge Joseph Dredd
[/MENTION] for linking me here.
Installing now..
Sent from my SM-G900F using Forum Runner
Please make sure that before you install this you are fully aware that it is an ALPHA (it even says so in it's title ). So there WILL be bugs. Best way that you can help the awesome team that put this together is by submitting a "proper" bug report with a logcat attached.
Don't know how to pull a logcat? Well I have just the thread for you. [GUIDE] Easiest Way to Utilize Catlog Believe me, a logcat and bug report go soooo much further than, "It's broke. Please fix". We've been using this for about a month and it has come along tremendously since then.
Also note that a Bug Report is not the same thing as a Feature Request. Knowing the difference will help everyone out in the long run.
Will install it, let's see how good it is!
Sent from my GT-P3110 using XDA Free mobile app
Using the app now, really smooth. Would like to select what screen the app will open on (subscribed, notifications, news, etc). Also the reply UI is a little cramped,maybe if you widen the text area it will make it look a lot more comfortable.
I also agree with the previous post the the smiley icon clashes with the entire UI.
Also, I now that the hamburger drawer is the Android way to go, but I think it would be better if I don't have to scroll through it. Add a settings button or merge a few options in to one so that all the links information fits on one screen.
I appreciate the hard work, looks awesome and I look forward to the finished product.
Been waiting a long time for this and will take it for a spin! Cool
So, I've been using it for a while and it looks amazing! The design is waaaay better now, and everything's more clean! Thanks for the nice app
Yay!!
Ohhh yeah been waiting for this since the forum redesign and svetius mentioning an app in the comments on portal. For an alpha, this is fantastic! Great work all involved :highfive:
Edit : I couldn't find a way to edit my post... So I'm editing my post from Tapatalk which reinforced this statement... Xda one SMOKES Tapatalk for speed. Absolutely annihilates it
I am loving this! Be testing starting now!
@Nick Fury, the new version is available now.
I've been looking forward to this release for months and months now (probably even longer - dependant on when I first saw it mentioned) and am glad to see it's here and working great with it sure to get even better in future releases.
The only thing I've noticed so far is that checking new mentions/quotes doesn't clear them from the site. I realize it's only an alpha though so there'll be a lot which isn't included yet

MBTD - Premium G6 Themes. Feedback, communication

{
"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"
}
G Theme 3​
Click me for Video Promo​
t's back!!! This is G Theme 3. Why G Theme you ask? Well I think you can figure that out when you use it what it's all about. This theme is a premium quality theme like no other Home theme+. What you see is what you get and that is quality and attention to details! G Theme 3 is a dark theme with beautiful colors and designs throughout it. The Dark Notifications compliment the ui and battery life! This theme supports adaptive icons and I recommended choosing circle which is unlocked as a feature and can be accessed from going into the settings application and then going into display, home and choose the icon shape. Due to this the music app does have a light overlay at the bottom which is a bug that LG should address!!! For real LG fix that will ya.
Now this is the important part. This theme is only for LG devices running UX 8, Android 9.0 pie. If you are running a different LG UX or android version this will not work and if you upgrade from the above this theme may not work properly. It is presented on an "as is basis". I do my best to try and update to allow for the theme to function on all devices as best I can and as soon as I can. However due to LG's interesting update cycle sometimes one device may update prior to others.
To apply the theme simply go into settings/display and select themes. From there select G Theme 3, and push apply! then reboot and then reapply the theme again. It's a bit more in depth than other themes but given the complexity of this premium theme it is required for all elements to be themed properly.
That's it! Simple, easy and quick.
If you're using the V40 or any other UX8 device that doesn't have the seamless wallpapers here's a link to one which will change to the one shown in the theme upon applying the theme! For those that do already have seamless wallpapers you will see this new option now available in your list of delectable seamless wallpapers instead of the silly pink one that was previously there.
Seamless Wallpaper right Here!!!​
Please note that refunds will not be given for installations on non LG G8 or LG V40, LG 50 UX 8 (running Pie) Devices. As the title of the theme clearly indicates which device this is for and this app description does specify which OS version is supported..
This theme is also meant to run at the highest resolution, with the lowest stock setting for the actual display size. Larger sizes may cause some elements to look slightly off. If this happens please lower the display sizes of the iconography.
If you run into any issues please send me an email directly instead of leaving a poor rating. Often I am very quick to reply and great to solve any issues. The review system is not meant to be a support channel!
Thank you so much for your support and I hope you enjoy this theme. I've worked extremely hard on this and by far it was the most challenging and time consuming project I've ever made!
Twilight​
See bottom of description for Quick Settings and Dialer Add-on Patches!
This is Twilight an LG Home+ theme for your LG V20, G6, V30, G5 running Oreo only (Pie is not yet supported!!!) This theme is a premium quality theme like no other Home theme+. What you see is what you get and that is quality and attention to details! Twilight is a dark theme with bright gradient accents throughout. This theme does not support adaptive icons as some of the key features of this theme are blocked by enabling the adaptive icons. If you'd prefer adaptive you will need to use a 3rd party launcher like Hyperion.
3rd party Quick Settings Icons:
Some apps allow the user to add a shortcut activity to the quick settings panel. This is not supported by this theme whatsoever. If you decided to add any icons to your quick settings panel they will not show up. They will be 100% transparent. They cannot be added. If this bothers you then in a future update I will make an add-on quick settings patch that will add usability back for them, however it will sacrifice the creativity of the current structure of both styles of available quick settings icons. It will be more minimal and all the icons will be the same color like how most themes are. Due to the complexity and advanced nature of this theme this is something that I am aware of and have embraced 100%.
To apply the theme simply go into settings/display and select themes. From there select Twilight, and push apply!
Please note that refunds will not be given for installations on non LG V20, G6, V30, G5 Oreo Devices. The title of the theme clearly indicates which device this is for and the description also specify which OS version is supported..
This theme is also meant to run at the highest resolution, with the lowest stock setting for the actual display size. Larger sizes may cause some elements to look slightly off. If this happens please lower the display sizes of the iconography.
If you run into any issues please send me an email directly instead of leaving a poor rating. Often I am very quick to reply (unless I'm sleeping and you're in a different time zone) and great to solve any issues. The review system is not a direct support channel!
Quick tip... Search and install the app "Quick Shortcut Maker" on google play. Install, then set a 1x1 quick shortcut maker widget and drag it on your home screen. Then in the activities tab, scroll down to "Themes", expand it. touch 1st option at the top of the list that doesn't have and upwards arrow. Hit Create" button at the bottom and now you have a themes app shortcut.
This theme as you can see from the screen previews shows two different styles of Quick Settings icons. This is because I designed both styles and had a tough time deciding on which ones to go with so I decided to make them both. Minimum are default. If you wish to change them simply install the corresponding patch to the style that you want. After you've installed the patch, apply the default LG theme. Then reboot and reapply the theme. If you wish to change back the original style you can repeat the above process using the other patch. I've uploaded and clearly labeled both patches. They can be found here: https://www.androidfilehost.com/?w=files&flid=288986
There is also a patch for the V20/G5 and G6/V30 for the dialer. Because these devices have a different screen resolution I could not make a universal round dialer app. I had to make it just plain black by default but you can install a patch for it as well. These are in the same folder as the quick settings add-ons in the above link. To apply them follow the same steps. V20/G6 Dialer: https://www.androidfilehost.com/?w=files&flid=288982
V30/G6 Dialer: ttps://www.androidfilehost.com/?w=files&flid=288984
Thank you so much for your support and I hope you enjoy this theme. I've worked extremely hard on this and by far it was the most challenging and time consuming project I've ever made!
Pixel Experience Dark​
Welcome to the dark side. This is Pixel Experience Dark! Including dark notifications! I'm really proud of this and how it turned out! Please take the time to read the app description as there is some important information in there for your benefit which will help you get the best experience out of this theme! Also in the description are optional patches which are theme specific!
So go get it and please drop me a quick rating and if you'd also be so kind to give this a quick share too that would be great!
Screenshots!!!
Instructional video on how to apply Alpha, see below​
You will need ADB installed on your pc: Right here
You will also need the substratum app as well as the Andromeda app and the Desktop client for Andromeda
This thread is for support and feedback for my LG Substratum themes and legacy LG themes. with the update to 8.0 Oreo substratum is now supported without rooting your device. Due to the capabilities with Substratum all previous LG themes will be referred to as "Legacy themes" and the primary focus has shifted to Substratum. Since substratum can provide everything that an LG theme can provide and more it makes the most sense to evolve and transcend into the more advanced theming system.
So this is my first theme "Alpha". It has a double meaning and I feel is appropriate for this theme. Let's stop with the chit chat and post a few screenshots and if you're looking for a way to pass the time then keep reading! I promise you the literature doesn't get any better, but have at it!
​
PixTerial​
Hey Guys, soooooo I've got a couple themes updated from my V20 thread that are now working on the G6 so I figured it would be easiest and more organized if I made my own thread here so that I can offer support and obtain user feedback on my themes. Please note that right now not all of my V20 themes will be updated to work on the G6. Some of them will have to be separate themes as there are some issues with a few of them being ported over due to the style and a few other factors. Now I must get this next bit out of the way to make it clear what the purpose of this thread is. 1: I am not here to sell my work whatsoever and that is not the purpose of this thread. Posts regarding updates, screenshots or other communication are strictly for the purposes of obtaining feedback on what I do. and to see if users are pleased with said changes. 2: I will never post a direct link to anything I make that is paid as that is not allowed and I expect that as users you will not post links either.
My V20 thread is a fantastic thread and I encourage you all to check it out at some point if you wish to see how I interact with people. Don't be shy about commenting or giving suggestions or feedback provided it is constructive and is done in a mature and professional manner. Feel free to joke around a bit and have some fun. That's what it's all about anyway. It's a very positive and fairly active thread. Users often give me feedback which is incredibly valuable and also post pics of any bug fixes. That allows me to quickly address issues.
First things first to any mods who may be peeping it is important to note that I am complying with xda rules and there are zero paid direct links posted anywhere in this thread by me. So there are no rules being violated. Rule 11 states that I can use xda to get user feedback on paid applications and that is what this thread is for so I am well within rule 11 which can be found here:
11. Don?t post with the intention of selling something.
Don?t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and to offer support, but not to post with the intention of selling. This includes promoting sites similar / substantially similar to XDA-Developers.com.
Do not post press releases, announcements, links to trial software or commercial services, unless you?re posting an exclusive release for XDA-Developers.com.
Encouraging members to participate in forum activities on other phone related sites is prohibited.
Off-site downloads are permitted if the site is non-commercial and does not require registration.
Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if both of the following conditions are met:
A) The site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership, who actively maintains an XDA-Developers support thread(s) / posts, related to the download.
B) The site is a relatively small, personal website without commercial advertising / links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
Be sure to follow me on google plus to stay up to date and get additional theme information regarding updates and other testing and feedback.
So this thread is for all those who are using any of my themes where we can come discuss things, give feedback and post screens etc of what I've been working on. I will continue to add new themes and post screens of my work here and interact with all of you. Remember, I ask that you be civil to myself and other members and keep any feedback constructive.
This is PixTerial. This theme is what happens when you combine Pixel Ui with some Material Design and add in some darkness! It's a very clean theme with subtle animations, with an inverted ui of the Pixel Ui. Now throw in some fresh and fun iconography and you have a beautiful theme to enjoy.
Hey Guys, soooooo I've got a couple themes updated from my V20 thread that are now working on the G6 so I figured it would be easiest and more organized if I made my own thread here so that I can offer support and obtain user feedback on my themes. Please note that right now not all of my V20 themes will be updated to work on the G6. Some of them will have to be separate themes as there are some issues with a few of them being ported over due to the style and a few other factors. Now I must get this next bit out of the way to make it clear what the purpose of this thread is. 1: I am not here to sell my work whatsoever and that is not the purpose of this thread. Posts regarding updates, screenshots or other communication are strictly for the purposes of obtaining feedback on what I do. and to see if users are pleased with said changes. 2: I will never post a direct link to anything I make that is paid as that is not allowed and I expect that as users you will not post links either.
My V20 thread is a fantastic thread and I encourage you all to check it out at some point if you wish to see how I interact with people. Don't be shy about commenting or giving suggestions or feedback provided it is constructive and is done in a mature and professional manner. Feel free to joke around a bit and have some fun. That's what it's all about anyway. It's a very positive and fairly active thread. Users often give me feedback which is incredibly valuable and also post pics of any bug fixes. That allows me to quickly address issues.
First things first to any mods who may be peeping it is important to note that I am complying with xda rules and there are zero paid direct links posted anywhere in this thread by me. So there are no rules being violated. Rule 11 states that I can use xda to get user feedback on paid applications and that is what this thread is for so I am well within rule 11 which can be found here:
11. Don?t post with the intention of selling something.
Don?t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and to offer support, but not to post with the intention of selling. This includes promoting sites similar / substantially similar to XDA-Developers.com.
Do not post press releases, announcements, links to trial software or commercial services, unless you?re posting an exclusive release for XDA-Developers.com.
Encouraging members to participate in forum activities on other phone related sites is prohibited.
Off-site downloads are permitted if the site is non-commercial and does not require registration.
Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if both of the following conditions are met:
A) The site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership, who actively maintains an XDA-Developers support thread(s) / posts, related to the download.
B) The site is a relatively small, personal website without commercial advertising / links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
Be sure to follow me on google plus to stay up to date and get additional theme information regarding updates and other testing and feedback.
So this thread is for all those who are using any of my themes where we can come discuss things, give feedback and post screens etc of what I've been working on. I will continue to add new themes and post screens of my work here and interact with all of you. Remember, I ask that you be civil to myself and other members and keep any feedback constructive.
Aurora​
Aurora is the follow up to G Theme. I was inspired by watching a show on Netflix in which every so often the camera would pan to show the Northern lights and that gave way to this idea. The results is my interpretation via theme design. I hope you like it!
Screenshots
​
Rain​
This is Rain, an LG Home+ theme for your LG G8, LG V40, LG V50 running Android 9. This theme is a premium quality theme like no other Home theme+. What you see is what you get and that is quality and attention to details! Rain is a dark theme with some bright gradient accents throughout. The Dark Notifications compliment the ui and battery life! The app icons have a slight gradient to them, with some more noticeable than others. This theme does not support adaptive icons as some of the key features of this theme are blocked by enabling the adaptive icons. If you'd prefer adaptive you will need to use a third party launcher like Hyperion or Nova.
No need to run a third party theme system any more, just use the system theme chooser and you can enjoy all the benefits of an advanced theme system.
To apply the theme simply go into settings/display and select themes. From there select Rain, and push apply! then reboot and then reapply the theme again. It's a bit more in depth than other themes but given the complexity of this premium theme it is required for all elements to be themed properly. Also it is not recommended to "Hide the second screen/notch"'. This may cause some system apps to look odd.
That's it! Simple, easy and quick.
This theme is also meant to run at the highest resolution, with the lowest stock setting for the actual display size. Larger sizes may cause some elements to look slightly off. If this happens please lower the display sizes of the iconography.
Now for the only part that real matters!!!! Screenshot all the thingies!
Enjoy!!!
G Theme 3​
Click me for Video Promo​
t's back!!! This is G Theme 3. Why G Theme you ask? Well I think you can figure that out when you use it what it's all about. This theme is a premium quality theme like no other Home theme+. What you see is what you get and that is quality and attention to details! G Theme 3 is a dark theme with beautiful colors and designs throughout it. The Dark Notifications compliment the ui and battery life! This theme supports adaptive icons and I recommended choosing circle which is unlocked as a feature and can be accessed from going into the settings application and then going into display, home and choose the icon shape. Due to this the music app does have a light overlay at the bottom which is a bug that LG should address!!! For real LG fix that will ya.
Now this is the important part. This theme is only for LG devices running UX 6, Android 8.0 Oreo. If you are running a different LG UX or android version this will not work and if you upgrade from the above this theme may not work properly. It is presented on an "as is basis". I do my best to try and update to allow for the theme to function on all devices as best I can and as soon as I can. However due to LG's interesting update cycle sometimes one device may update prior to others.
To apply the theme simply go into settings/display and select themes. From there select Twilight, and push apply! then reboot and then reapply the theme again. It's a bit more in depth than other themes but given the complexity of this premium theme it is required for all elements to be themed properly.
That's it! Simple, easy and quick.
The theme comes with a coral wallpaper but if you'd like to have it animated simply grab this add on and set it as a live wallpaper and you'll be all set. Since most Lg Devices don't support seamless wallpapers just download this and install it and set as your live wall and enjoy!
Live Wallpaper right Here!!!​
Please note that refunds will not be given for installations on non UX 6 (running Oreo) Devices. As the title of the theme clearly indicates which device this is for and this app description does specify which OS version is supported..
This theme is also meant to run at the highest resolution, with the lowest stock setting for the actual display size. Larger sizes may cause some elements to look slightly off. If this happens please lower the display sizes of the iconography.
If you run into any issues please send me an email directly instead of leaving a poor rating. Often I am very quick to reply and great to solve any issues. The review system is not meant to be a support channel!
Thank you so much for your support and I hope you enjoy this theme. I've worked extremely hard on this and by far it was the most challenging and time consuming project I've ever made!
Instructional video on how to apply Alpha, see below​
You will need ADB installed on your pc: Right here
You will also need the substratum app as well as the Andromeda app and the Desktop client for Andromeda
This thread is for support and feedback for my LG Substratum themes and legacy LG themes. with the update to 8.0 Oreo substratum is now supported without rooting your device. Due to the capabilities with Substratum all previous LG themes will be referred to as "Legacy themes" and the primary focus has shifted to Substratum. Since substratum can provide everything that an LG theme can provide and more it makes the most sense to evolve and transcend into the more advanced theming system.
So this is my first theme "Alpha". It has a double meaning and I feel is appropriate for this theme. Let's stop with the chit chat and post a few screenshots and if you're looking for a way to pass the time then keep reading! I promise you the literature doesn't get any better, but have at it!
​
Oh hey everyone! Again, I didn't see ya there. You just snuck right up on me now didn't ya bud. Well it's that time again. Another new beautiful LG device is upon us and I had to get it. So it must mean it's time for another fun theme discussion and feedback thread. Now I must get this next bit out of the way to make it clear what the purpose of this thread is. 1: I am not here to sell my work whatsoever and that is not the purpose of this thread. Posts regarding updates, screenshots or other communication are strictly for the purposes of obtaining feedback on what I do. and to see if users are pleased with said changes. 2: I will never post a direct link to anything I make that is paid as that is not allowed and I expect that as users you will not post links either.
My V20 and G6 threads are absolutely fantastic and I encourage you all to check it out at some point if you wish to see how I interact with people. I cannot thank you all enough who have supported me and given me feedback and interacted with me in any way to discuss things theme related. Don't be shy about commenting or giving suggestions or feedback provided it is constructive and is done in a mature and professional manner. Feel free to joke around a bit and have some fun. That's what it's all about anyway. It's a very positive and fairly active thread. Users often give me feedback which is incredibly valuable and also post pics of any bug fixes. That allows me to quickly address issues.
First things first to any mods who may be peeping it is important to note that I am complying with xda rules and there are zero paid direct links posted anywhere in this thread by me. So there are no rules being violated. Rule 11 states that I can use xda to get user feedback on paid applications and that is what this thread is for so I am well within rule 11 which can be found here:
11. Don?t post with the intention of selling something.
Don?t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and to offer support, but not to post with the intention of selling. This includes promoting sites similar / substantially similar to XDA-Developers.com.
Do not post press releases, announcements, links to trial software or commercial services, unless you?re posting an exclusive release for XDA-Developers.com.
Encouraging members to participate in forum activities on other phone related sites is prohibited.
Off-site downloads are permitted if the site is non-commercial and does not require registration.
Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if both of the following conditions are met:
A) The site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership, who actively maintains an XDA-Developers support thread(s) / posts, related to the download.
B) The site is a relatively small, personal website without commercial advertising / links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
Be sure to follow me on google plus to stay up to date and get additional theme information regarding updates and other testing and feedback.
So this thread is for all those who are using any of my themes where we can come discuss things, give feedback and post screens etc of what I've been working on. I will continue to add new themes and post screens of my work here and interact with all of you. Remember, I ask that you be civil to myself and other members and keep any feedback constructive.
Pixel Experience
This is the Pixel Experience. For those who want to enjoy a lighter theme with minimal, subtle changes that want to be able to set it and forget it without having to worry about constant Google app updates and be able to enjoy the Pixel look. This is for you and you're gonna love it! Like Alpha this theme will be updated regularly and will continue to grow as time goes by. Enjoy the clean and refreshing look and experience the Pixel!!! #WhiteUiMustLive
Now you probably didn't bother to read that crap above so let's just post some screenshots shall we?
​
Hey Guys, soooooo I've got a couple themes updated from my V20 thread that are now working on the G6 so I figured it would be easiest and more organized if I made my own thread here so that I can offer support and obtain user feedback on my themes. Please note that right now not all of my V20 themes will be updated to work on the G6. Some of them will have to be separate themes as there are some issues with a few of them being ported over due to the style and a few other factors. Now I must get this next bit out of the way to make it clear what the purpose of this thread is. 1: I am not here to sell my work whatsoever and that is not the purpose of this thread. Posts regarding updates, screenshots or other communication are strictly for the purposes of obtaining feedback on what I do. and to see if users are pleased with said changes. 2: I will never post a direct link to anything I make that is paid as that is not allowed and I expect that as users you will not post links either.
My V20 thread is a fantastic thread and I encourage you all to check it out at some point if you wish to see how I interact with people. Don't be shy about commenting or giving suggestions or feedback provided it is constructive and is done in a mature and professional manner. Feel free to joke around a bit and have some fun. That's what it's all about anyway. It's a very positive and fairly active thread. Users often give me feedback which is incredibly valuable and also post pics of any bug fixes. That allows me to quickly address issues.
First things first to any mods who may be peeping it is important to note that I am complying with xda rules and there are zero paid direct links posted anywhere in this thread by me. So there are no rules being violated. Rule 11 states that I can use xda to get user feedback on paid applications and that is what this thread is for so I am well within rule 11 which can be found here:
11. Don?t post with the intention of selling something.
Don?t use XDA to advertise your product or service. Proprietors of for-pay products or services, may use XDA to get feedback, provide beta access, or a free version of their product for XDA users and to offer support, but not to post with the intention of selling. This includes promoting sites similar / substantially similar to XDA-Developers.com.
Do not post press releases, announcements, links to trial software or commercial services, unless you?re posting an exclusive release for XDA-Developers.com.
Encouraging members to participate in forum activities on other phone related sites is prohibited.
Off-site downloads are permitted if the site is non-commercial and does not require registration.
Off-site downloads from sites requiring registration are NOT encouraged but may be permitted if both of the following conditions are met:
A) The site belongs to a member of XDA-Developers with at least 1500 posts and 2 years membership, who actively maintains an XDA-Developers support thread(s) / posts, related to the download.
B) The site is a relatively small, personal website without commercial advertising / links (i.e. not a competitor forum-based site with purposes and aims similar to those of XDA-Developers.com.)
Be sure to follow me on google plus to stay up to date and get additional theme information regarding updates and other testing and feedback.
So this thread is for all those who are using any of my themes where we can come discuss things, give feedback and post screens etc of what I've been working on. I will continue to add new themes and post screens of my work here and interact with all of you. Remember, I ask that you be civil to myself and other members and keep any feedback constructive.
G Theme​
G theme is a Googley style theme with some added flair and bright icons! You will experience some fun animations and lots of visually stimulating elements
Screenshots
​
G Theme Dark​
This is G Theme Dark. A Googley dark style theme with some added flair and bright icons! You will experience some fun animations and lots of visually stimulating elements
You know what the G is for and that is what the backbone of this is. What you will find is the high standards and attention to the small details that you have come to expect from my designs. I have integrated some very familiar and comfortable designs and added some bright and colorful flare to really make it pop! This is the second of a Two part series.
G Theme Dark is absolutely gorgeous. It is pixel perfection with all the little details you've been wanting in a theme. You can stop looking for that one theme, it is here.
Screenshots
​
Pixel UX​
Need a new theme??? ...............Like new new?
The world's first G6 light theme with true material keyboard new?
Welcome to Pixel UX. This is my take on the Pixel color pallet. What you will find is the high standards and attention to the small details that you have come to expect from my designs. I believe I have preserved the look quite nicely in a soothing and all familiar style that deep down you have longed for. So let's transform your phone into something new.
This is not a 100% complete replica of every element of the Pixel as there are limitations to what can be done in a light theme. There are a few elements such as the quick settings that must remain light. I have pushed this theme as far as it can be pushed and no other designer would even attempt such a difficult style. You will also see the first ever material style keyboard on presented via LG keyboard. Many have attempted but not achieved the correct look. These high standards are what I set for myself to give you the best possible experience and the highest quality of themes and support.
Here's some screen shots of the theme.
​
Remix Ui​
This is Remix UI.​
Experience the perfection in every pixel with the most stunning and incredibly clean theme for your G6. You won't find this type of quality anywhere else. This is the original LG Theme remastered to give you the rich style you've come to expect. Remix is a dark theme with crisp blue tones throughout. You will experience shadows, material details and original icons.
Perfection...
Professional...
Premium...
#RemixUi
Here's some screen shots of the theme.
[/COLOR][/SIZE]
​
Dark Material​
Enter the Madness that is Dark Material, a premium overlay theme. You will find an appropriately designed dark material style with pixel icons. This theme is crisp, soothing and visually stunning. Official material color palettes utilized to give you that spot on exact color scheme to enjoy. As always I have include perfect iconography throughout the overlays and included icon back for unthemed apps to give more of the pixel feel that has been requested. Dark Material holds up that pixel perfection and high standards you've come to know and expect. Dark Material pushes the envelope on what can be done in a theme and builds on new original ideas and unheard of concepts that has yet to be done by anyone else. You will be introduced to some of the most intricate, dynamic and challenging code based images that have ever been done or attempted.
Minimal....
Darker....
Cleaner.....
Material Design.
Here's some screen shots of the theme.
Wallpapers
Home Screen
Lock Screen
​
nXt​
Welcome to the nXt experience. This is unlike any other theme with designs no other designer has even attempted. You will notice that with this experience you have the illusion of a slightly rounded edge screen running from the top to bottom. You'll notice that not even the navigation or status bar interferes with this. This is an in your face theme with dark tones and rich blue accents. It is accompanied by rich icons with an exaggerated material edging and shading yet it still remains clean and in your face.
I have included an overlay for the LG stock Calculator app. However there are a few hoops to jump through should you wish it to be themed. If you're using a version of the LG Calculator please uninstall it and then install this one here: https://www.androidfilehost.com/?fid=817550096634796912
On stock theme this will not be affected but if you use nXt then you'll have the app icon themed as well as the text color for history corrected. Please note that LG does not normally allow this application to be themed.
Here's some screen shots of the theme.
​
G Theme 2​
This is G Theme 2. You know what the G is for and that is what the backbone of this is. What you will find is the high standards and attention to the small details that you have come to expect from my designs. I have integrated some very familiar and comfortable elements and added some bright and colorful flare to really make it pop! This is the third chapter in the G Theme series.
G Theme 2 is absolutely gorgeous. It is pixel perfection with vectored iconography with all the little details you've been wanting in a theme. You can stop looking for that one theme, it is here.
G Theme 2 brings you crisp and clean and redesigned icons, stunning animated check and radio selectors overhauled from the ground up featuring a morphing design that flourishes, as well as an appropriate long shadow being cast as well as the retraction. The quick settings icons and settings icons features long shadows and the floating action button has been redesigned and implemented throughout the theme. And the keyboard has been reconstructed to replicate the new dark G board style with boarders.
Echo​
Please take a minute or two and read this. There are a few things that will help you out if you're lost or confused on a couple things.
This is Echo. What make this theme unique is that it the first and original theme to truly invert the stock ui while retaining features no other theme can do. Echo is all about choice. As the user you should be able to choose if your icons have the default icon frame background or not. You should be able to choose if your navigation bar is white or black... Personally white isn't my thing for this theme but hey it's there if you want! Please don't rate me 1 star and send me a silly message if your navbar is white when you apply this! It may be white if you have it set to be white in settings! As I said it's all about choice so you can set it how you like!
The calendar and clock icons are dynamic in this theme too! And the setting icons will retain the colorful backgrounds they were meant to have! No other theme out there can even come close to giving these to you in such a beautifully inverted style. There are also subtle changes where I felt a few things could be improved from the default light theme.
This theme is meant to run at high resolution only. I do not support lower resolutions and it is not recommended to set it below QHD! This theme is only compatible with UX 6 or UX 6+. Unfortunately I will not be making a UX 5 version of this theme for those wondering as there are too many things that cannot be done on it.​
Dark Aosp
It's been a long time coming for this one and today the time has come for Dark Aosp to come to your V30 and G6!
This theme utilizes the dark mode settings found in vanilla Android with a few twists based on your feedback. It is clean, minimal and a very smooth experience. It is also the only theme that uses a true material minimal keyboard, simulating the flat style found in the stock Aosp or Google keyboard!
I hope you will enjoy this one and if you do please take a minute to drop a rating and comment too!
Awesome. Thanks for doing this.
Sent from my LG-H872 using XDA-Developers Legacy app
Great looking theme.
Tiffany84 said:
Awesome. Thanks for doing this.
Click to expand...
Click to collapse
The Apostle said:
Great looking theme.
Click to expand...
Click to collapse
Thanks a lot!
Tons more to come!
Just a quick fyi to everyone. I have a bunch of Lg themes...... But..... Do not just start downloading them off google play unless you see it posted on page 1. They will not work on the G6 at all until I add support and I will not be adding support to them all!
Thanks for coming to g6. I purchased the pixel theme just to see if it did work on the off chance.it didn't. No refund , small donation.
I'll have my G6 in hand tomorrow so I can really get cracking. Very excited to redo a new an improved Remix and Vector! Those two should be badass whem I'm done!
The "screen shot" of the theme doesn't show up in the theme app. Just fyi if you didn't know. Bought the dark nougat. Thanks for your work.
markbencze said:
Just a quick fyi to everyone. I have a bunch of Lg themes...... But..... Do not just start downloading them off google play unless you see it posted on page 1. They will not work on the G6 at all until I add support and I will not be adding support to them all!
Click to expand...
Click to collapse
Good to see ya in the neighborhood Mark! :good:
I d/l all the V20 themes I purchased before reading this,LOL..... :laugh:
markbencze said:
I'll have my G6 in hand tomorrow so I can really get cracking. Very excited to redo a new an improved Remix and Vector! Those two should be badass whem I'm done!
Click to expand...
Click to collapse
Did you keep your V20?
KOLIOSIS said:
Good to see ya in the neighborhood Mark! :good:
I d/l all the V20 themes I purchased before reading this,LOL..... :laugh:
Did you keep your V20?
Click to expand...
Click to collapse
Oh dear! Nice to see you here also and hopefully I see a few familiar and some new faces too! Yes sir I'm keeping my V20. I love it. first phone I had no desire to root! I plan on fully supporting both devices. I can't wait until this time tomorrow! Bell was supposed to start selling them today before the S8 announcement but all the stores I called were like..."uh yeah we have them but I don't know if we can sell them yet...would you like to pre order one?" smh lol!
markbencze said:
first phone I had no desire to root!
Click to expand...
Click to collapse
I've tried to do without root and I struggle. How do you block ads? It seems the apps that block ads do not work as well as the scripts you can run when rooted. How do you back up apps with data? These are two things I have trouble doing without.
Sent from my SM-N920T using XDA Labs

Categories

Resources