[ROM][4.2.2][AOKP/CM/PA] Mako Vanilla RootBox [04/08][v4.2][DEVELOPMENT THREAD] - Nexus 4 Original Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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
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 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
If you want to submit a bug report, you must include the proper log associated to your issue. If you don't know how to use adb, you can still get a logcat through various apps in the Play Store.
aLogcat Play Store Link
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

Re: [ROM][4.2.1][AOKP/CM] Mako Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
Make this aokp/cm/PA and I will be the happiest man ever. Regardless, thank you for this.
Sent from my Nexus 4 using xda premium

ManOnTheMoon said:
Make this aokp/cm/PA and I will be the happiest man ever. Regardless, thank you for this.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
It says AOKP/CM/PA right in the title...
Also, I can't wait to try this!

Re: [ROM][4.2.1][AOKP/CM/PA] Mako Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
Woah looks good
Sent from my Nexus 4 using xda premium

Re: [ROM][4.2.1][AOKP/CM/PA] Mako Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
abnormalreply said:
It says AOKP/CM/PA right in the title...
Also, I can't wait to try this!
Click to expand...
Click to collapse
Wow am I blind....
Sent from my Nexus 4 using xda premium

ManOnTheMoon said:
Wow am I blind....
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
The title was AOKP/CM originally. You posted too fast!
Anyway, this looks promising.

V3.6 should be up in a few minutes

Re: [ROM][4.2.1][AOKP/CM/PA] Mako Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
Waiting for 3.6. Can't wait to give this a go!
Sent from my Nexus 4

Re: [ROM][4.2.1][AOKP/CM/PA] Mako Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
Very nice, looks very promising....
Sent from my Nexus 4

Here you go guys.
http://goo.im/devs/RootBox/RootBox_mako_jb
Changelog: (In reference to changes since V3.5)
http://goo.im/devs/RootBox/RootBox_Changelogs/changelog_V3.6.txt
Make sure you follow the rules in this thread. This is a development thread, so make sure you don't waste everyone's time by asking unnecessary general questions. The search button should be your best friend when you check this thread, I do not tolerate "noob" questions, specially when the answer is posted on OP.

edit: please delete

By the way, I currently own a d2att and I do not have the Nexus 4 "YET" (will eventually get one soon). So some kind of feedback would be appreciated in order for me to fix things.

it only Boot to "Google..."

Re: [ROM][4.2.1][AOKP/CM/PA] Mako Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
Tried to download and it said it had a bad md5sum using goomanager.
Sent from my Nexus 4

What is the difference between 9300g and 9300 for v3.6?

Also only booting to the Google logo for me (clean flash)
Back to my AOKP nandroid for now.

Seems like there was a bad connection between the buildbox and Goo during the upload. Reuploaded the ROM.
md5: cf0d7aaec8eb6b3e4bd646e5f942cd8b
http://goo.im/devs/RootBox/RootBox_mako_jb
Let me know how it goes.

bajee11 said:
Seems like there was a bad connection between the buildbox and goo during the upload. Reuploaded the ROM.
md5: cf0d7aaec8eb6b3e4bd646e5f942cd8b
http://goo.im/devs/RootBox/RootBox_mako_jb
Click to expand...
Click to collapse
That's for Grouper lol
Edit: guess you caught it before I replied! :]

Re: [ROM][4.2.1][AOKP/CM/PA] Mako Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
First to download from goo.im will report if it work or not
Edit* boots up just fine, feels silky smooth so far. Will test the next couple of days and report on performance and battery.
Sent from my Nexus 4 using xda app-developers app

Related

[ROM][JB 4.1.2][OS YAMAHA][PA2.55][AOKP-ML1][CM10]P.A.C True All in 1 ROM[27/11][V18]

{
"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"
}
P A C man ALL IN 1
Description
The struggle to find the rom you need is over. Some people like CyanogenMod 10, Some prefer AOKP, Some like the advantages of Paranoid Android
To cure your rom hunt we have come up with the P A C man Rom.
PACman is a unique rom.
We have picked the best features from CM10, Aokp and PA and combined them in a single rom so you get the experience you deserve
To enjoy the features of every available project without the hassle of flashing regularly.
The Rom is rock stable for an average user but keep in mind the Rom is in WIP stage so expect some minor hickups but we are trying our best to resolve these issues
Features
CM10
AOKP Milestone 1
Paranoid Android 2.53
Fresh compiled CM10 kernel
Init.d Support
A LOT more to come
Recommended Installation Procedure
Coming from another Custom ROM:
Wipe Data/Factory Reset (This does not affect your Internal/External storage)
Format /System (This does not affect your Internal/External storage)
Flash ROM
Flash Gapps
Wipe Cache
Wipe Dalvik Cache
Reboot
Coming from Stock Samsung ROM:
Root Phone - Get CWM Recovery
Wipe Data/Factory Reset (This does not affect your Internal/External storage)
Format /System (This does not affect your Internal/External storage)
Flash ROM
Flash Gapps
Wipe Cache
Wipe Dalvik Cache
Reboot
Updating from previous version:
Flash ROM
Flash Gapps
Wipe Cache
Wipe Dalvik Cache
Reboot
Video ReviewSpecial Thanks to hypnobabes
Downloads
Pacman v18
Mirror Thanks to Grift
Gapps
Changelog
Build 18
Another Fix for volume & music track using volume rocker button when display off (15 steps)
MMS CM10 base - AOKP style
AOKP nightly
SystemUI: Fix/Update Cog Circle battery mod
Add alpha settings to Circles lockscreen rings
CM10 Nightly
PA 2.55
Fixed AOKP toggles (all available now)
Fixed AOKP navigation bar targets (7 now)
Changed to SuperSU on user request
Build 17
Provide haptic feedback on long pressing keys in lockscreen.
Default device volumes not initialised
Merge "core and telephony: Additional HSPAP support" into jellybean
Prevent Sym key from showing the IME picker
UMS support with any volume, not only primary
Stylus gestures features
AudioService: Don't adjust volume when vol-downing to vibrate or silent
Merge "PT-BR: Added missing translations" into jellybean
Framework: Fix Profiles Insecure lock screen not working
Remove duplicated and unneeded code
shorter debug out
Notification: add option to show connected wifi network
Suppress String resources build warnings
WeatherPanel: Add toast
SystemUI: Cog Circle Mod Battery
Default device volumes not initialised
Lockscreen: Add Circles Lockscreen to AOKP
SystemUI:Widgets fix & Class Move
Lefty Mode for NavBar
SystemUI : Fix NPE on Rotate
NavRing: Long press actions.
TransportControl: Remove unnecessary check
Fix volume track skip control with 3rd party applications
Build 16
AOKP Milestone 1
Disable Vibrate on lockscreen
Toggles can be hidden(AOKP toggles only)
Clickable (short & long configurable) Clock and Calendar in the Notification Slider
Paranoid Android 2.53
Color Engine from PA
Per app color, latest PA invention, Let's you define navbar color, navbar glow color, navbar buttons color, and statusbar color on per app basis
Statusbar and navbar color (Independently from per app color, define default colors)
Statusbar transparency and navbar transparency are finally back (Navbar transparency is only enabled on launcher)
A lot of fixes to ParanoidPreferences
Home Button to unlock
CM File Explorer Added
Lot of under the hood changes ROCK STABLE
Initial Release (Alpha build15, keeping the project build naming)
To be updated with future releases
Bugs and Issues
HW Composer
Minor Graphic glitches
CM10/ AOKP bugs
Some Feature Missing (to be added in future)
Find a new bug? report in the thread
Special Thanks to
szl.kiev and Team
Teamhacksung
Codeworkx
CyanogenMod Team
AOKP
Paranoid Android
Dont forget to show your support and press the Thanks Button
Rock the PACman signature and spread the message
Announcement: We need some graphic help to be more specific a Custom Boot Animation and Banners for the Rom, If you are interested post in the thread or PM me
A server to host roms and images will also be appreciated
Screen Shots
​
OLD Releases
Pacman v17
PACman v17
MIRROR Thanks to malavan
Pacman v16
PACman v16
Mirror Downloads (only use if you are having issues with goo.im)
MIRROR1
MIRROR2 (special thanks to malavan)
MIRROR3
Pacman v15
PACman Alpha
MIRROR
MIRROR2
Experimental Build
Open Source Yamaha HAL added
Jellybean audio bugs fixed
(Dock audio is not working atm)
Get it HERE http://goo.im/devs/bluefa1con/pacman/i9100/i9100_PAC_jb-alpha-v18.0.0_OS_YAMAHA.zip
Requests
Complete toggle set from aokp
Status bar transparency
OTA Update System
Change recent apps behavior to default
Remove duplicate settings back button to kill app
Something new? Good luck Sir with your rom!
078gregory said:
Something new? Good luck Sir with your rom!
Click to expand...
Click to collapse
thanks
really excited for this project
combining the 3 big android projects in one
Downloading...:good::good:
bluefa1con said:
Oppa gangam style
Click to expand...
Click to collapse
Loool
Sent from my GT-I9100 using xda premium
bluefa1con i love this rom buddy its realy smoth with tons of options awesome work thanks.
I dont get it.. there is also jellybam rom who has the same features as this rom.. ?
Verstuurd van mijn GT-I9100 met Tapatalk
Why is this in original development? Isn't this pretty much a "remix"? What is original in this project?
Sent from my GT-I9100 using xda app-developers app
Bring in Optimus 4X, BBos10 and transparent lockscreen mod to this rom!
Sent from my GT-I9100 using xda premium
PAC man was "invented" before jellybam but this just got recently ported but this should be in android development not original...
Hmmm...
This rom is compiled from sources if I'm not wrong
so it can be posted in original section
but guys instead of deciding by your self you can ask to moderator so he will decide which place this rom belongs to
nims11 said:
This rom is compiled from sources if I'm not wrong
so it can be posted in original section
but guys instead of deciding by your self you can ask to moderator so he will decide which place this rom belongs to
Click to expand...
Click to collapse
Every ROM maker compiles from source only. But they should have unique coding.. I dont find that uniqueness here. RR,JellyBAM also has PAC features and its not in original.
Remember ORIGINAL forum belongs to ppl who compile their own kernel,Unique features!!..
If MOD thinks PAC is unique then move all PAC ROMs to original!! Just a suggestion NO seriuos
Prashanthme said:
Every ROM maker compiles from source only. But they should have unique coding.. I dont find that uniqueness here. RR,JellyBAM also has PAC features and its not in original.
Remember ORIGINAL forum belongs to ppl who compile their own kernel,Unique features!!..
If MOD thinks PAC is unique then move all PAC ROMs to original!! Just a suggestion NO seriuos
Click to expand...
Click to collapse
Umm not every one , you can see in android development
there is too many themed/ported roms not compiled one
and this is not mine or your thread so let mod to decide it
So I'm just saying if you guys have problem that he posted in wrong section you can just report to moderator as its best way to convey your message and moderator can take action after your report
Downloading.. I have a question, does it contain new Mali drivers or old Mali drivers?
Ibsonic said:
I dont get it.. there is also jellybam rom who has the same features as this rom.. ?
Verstuurd van mijn GT-I9100 met Tapatalk
Click to expand...
Click to collapse
No jellybam claims to have it but they only have aokp + paranoid settings
He cherry picked some parts from cm
This ROM is based on both cm10 and aokp
Sent from my GT-I9100 using Tapatalk 2
hamxabajwa said:
Downloading.. I have a question, does it contain new Mali drivers or old Mali drivers?
Click to expand...
Click to collapse
New Mali drivers
I posted in original section because
1 there is no other ROM with these features
the best people have done is merge aokp and paranoid settings with few patches from cm
2 I ll be working with the pacman team on the ROM
Feel free to try the ROM before leaving remarks
Sent from my GT-I9100 using Tapatalk 2

[AOSPA 4.2.1] ParanoidAndroid 3.0

READ THIS POST BEFORE POSTING ANY ISSUE
3.1 Release reverted due to storage issues, please be patient till this issue is fixed
{
"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"
}
INSTRUCTIONS,
Note: IF you get force closes on first boot you need to do a clean install.
1. MAKE SURE YOU HAVE A CWM BASED RECOVERY
2. FACTORY RESET
3. INSTALL ROM, GAPPS(Use the No keyboard Photoshere zip)
4. WIPE CACHE & DALVIK CACHE
5. REBOOT
PA 2.99+ UPDATES DO NOT NEED A FACTORY RESET,
BUT YOU NEED TO INSTALL GAPPS ASWELL.
FEATURES for 2.99,
Hybrid engine +++ Per app Layout, this will let you choose the UI of any app,--
that means you can switch apps into their tablet layouts +++ Per app Size, scal
e apps individually, this is especially important if you use tablet apps, go as
small or big as you like +++ Per app Color, this lets you select statusbar and-
navbar colors for apps individually, colors will shift when you jump from one a
pp to another +++ Hybrid engine makes it possible to use any tablet ready app--
available on your phone, start with your regular Google apps and see what treas
ures lie hidden in them and just how well they work on your device. +++ You can
use hybrid engine to use all available general interface UI's aswell: Phone, Ph
ablet, Tablet. This is safe as milk, we don't change DPI, we don't trash your m
arket, we don't shrink all your apps or force them into layouts, you don't need
to edit system files for that. +++ Transparent bars and color pickers, new Syst
emUI drawables thanks to giannisgx89 +++ Theming Engine +++ Statusbar Settings,
Lockscreen Settings +++ Multiuser support +++ Quicksettings -> Quicktoggles +++
4.2 Walls and sounds, Google stock apps As we merge back our old CMPA feature--
catalogue this list will grow considerably over the coming weeks +++ New holo-s
tyled theme chooser +++ T9 dialer +++ New papreferences app-----------------EOF
GALLERY,
TUTORIAL,
DONATIONS,
to molesarecoming
to D4rKn3sSyS
to jaybob413
to aaronpoweruser
CREDITS,
AOSP/Google, Cyanogenmod, Goo, XDA, Krebsmilk, giannisgx89, Liquid,
AOKP, our users, supporters and donators, everyone who's helped us in the past,
heartfelt thanks to all of you!
Special Thanks to
Bajee11
gokussjx
LINKS,
Website: www.paranoid-rom.com
Github: www.github.com/paranoidandroid
Gerrit: review.paranoid-rom.com
BANNERS,
​
Changelog
1March Build(Only dorimanx and stock kernel supported)
Cleaned up sources
Advanced Settings now show in Settings
Storage Fixed
Added Torch
Added CMFile Manager
Added New Boot animation
26Feb Build(Only dorimanx and stock kernel supported)
PA 3.1
rebased to 4.2.2
New Mali blobs from s3 4.2 leak
OS camera
Pie Changes
A lot of stuff PA team added
12 Feb Build
full PA3 sources
new Pie behavior
home button recent apps fixed
Pin screen fixed
keyboard fixed
a lot of under the hood changes
10 Feb Build
PA3 Release candidate
home button fixed
pin keypad cutting is back will fix it later
01022013
Fixed all major bugs besides home button
Tweaked pie trigger area for hdpi devices
Trebuchet Launcher instead of aosp launcher
CM camera:Fixed video recording
25012013PA PIE
Updated sources
22012013 build
Fixed statusbar issues
Fixed keyboard issues
Fixed Pin unlock overlay
MMS auto retrieval from cm
Added HDPI Overlay
Added HDPI boot animation (thanks kroz)
updated to latest sources
FAQ
Even if you read this FAQ and (hopefully find the answer to your question) will be good also read the [GUIDE][PARANOIDANDROID] A Complete Compendium on ParanoidPreferences [PA-Settings] thread, contains important information for all the users of Paranoid Android.
This FAQ will be updated with general and specific version questions, if somebody see something wrong or want to add something just let me known via PM.
Thanks in advance
« FAQ Zone
⊗ Index ⊗​
- What is the PIE?
- How can I enable the PIE?
- It's possible turn off the PIE?
- How can I change the PIE color?
- I enabled the PIE and I can't find the kill all button on the recent apps area, where it is?
- I don't have the CM10.1 camera as the changelog says, what can I do? [01 FEB 2013 build exclusive]
- The Paranoid Wallpapers are being resized and don't fit to the screen, what can I do? [01 FEB 2013 build exclusive]
- I can't see the keyboard, what can I do? [25 JAN 2013 build exclusive] [Archive]
- Tablet and Phablet modes aren't working / I can't restore my backup of the Paranoid Preferences [25 JAN 2013 build exclusive] [Archive]
⊗ Detailed Information ⊗​
« What is the PIE?
There aren't better explanation than this image.
« How can I enable the PIE?
Go to Settings - Toolbars and tick the box next to PIE Controls
Push and hold the power button then select Expanded Desktop
By default the PIE it's on the bottom (unless you change it after the point #1) the only that you need to do it's swipe from the bottom to the top and the PIE will appear.
« It's possible turn off the PIE?
No for the moment, unless you switch to Tablet mode and disable the Expanded Desktop, then will be off.
« How can I change the PIE color?
The PIE take the colors of the per app settings so, be sure that you have enabled the per app color on the Hybrid Settings, change some color apps and the PIE will have that one's.
« I enabled the PIE and I can't find the kill all button on the recent apps area, where it is?
Take a look in this post.
« I don't have the CM10.1 camera as the changelog says, what can I do? [01 FEB 2013 build exclusive]
Take a look here to known the reason and find the solution.
« The Paranoid Wallpapers are being resized and don't fit to the screen, what can I do? [01 FEB 2013 build exclusive]
Download the .apk from this post and install it as a normal .apk this one will replace the existent and solve the issue.
⊗ Archive ⊗​
« I can't see the keyboard, what can I do? [25 JAN 2013 build exclusive]
Take a look here and here to find the explanation and the solution.
NOTE: The procedure of disable the hardware keyboard as is explained on the linked posts must be do it with each reboot.
« Tablet and Phablet modes aren't working / I can't restore my backup of the Paranoid Preferences [25 JAN 2013 build exclusive]
This is a permissions issue, to solve it follow the instructions here
Pie Fix for 12 Feb Build
http://goo.im/devs/bluefa1con/paranoidandroid/pa_piefix.zip
Woah! 1st, waiting for the upload.
AW: [AOSPA 4.2.1] PARANOIDANDROID 2.99 beta [Uploading]
Nice,gonna try it for sure.Thanks for your work! Edit: damn you sidrocks
Sent from my GT-I9100 using xda app-developers app
Re: [AOSPA 4.2.1] PARANOIDANDROID 2.99 beta [Uploading]
Interesting, but when Wi-Fi is fixed I'm going to use it.
Verstuurd van mijn GT-I9100 met Tapatalk
Great..... downloading now anything that i can help you please only ask....
are you uploading your changes to the PA repo?
Nice! which Recovery-Version is recommended?
Re: [AOSPA 4.2.1] PARANOIDANDROID 2.99 beta
nice one... keep it up and thanks for continuing PA,
Sent from my Hue themed Galaxy S2
Westi01 said:
Nice! which Recovery-Version is recommended?
Click to expand...
Click to collapse
Any version is fine! but a wipe is recommended!
It's here atlast, thanks bluefalcon
Re: [AOSPA 4.2.1] PARANOIDANDROID 2.99 beta
dhk.- said:
Great..... downloading now anything that i can help you please only ask....
are you uploading your changes to the PA repo?
Click to expand...
Click to collapse
I will after i discuss them with dark
There are some universal stuff that he should test first
Westi01 said:
Nice! which Recovery-Version is recommended?
Click to expand...
Click to collapse
Any cwm recovery that's not broken
i didnt sleep much last night have a massive headache i ll work on the fix tomorrow now
Sent from my GT-I9100 using Tapatalk 2
bluefa1con said:
Any cwm recovery that's not broken
i didnt sleep much last night have a massive headache i ll work on the fix tomorrow now
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
I am on an 4.1 recovery and the Instruction says: 1. UPDATE RECOVERY so I was asking
I'm in. Surely, it looks great and I'm looking forward for further updates.
great news wifi will work with a third party kernel like dorimanx
i will fix it later for now i need people that align the UI parts like default dpi settings for me
So this kernel might work? http://sourceforge.net/projects/cm10i9100vsync/files/kernel/
i can do that dont worry
Westi01 said:
So this kernel might work? http://sourceforge.net/projects/cm10i9100vsync/files/kernel/
Click to expand...
Click to collapse
yes go ahead
Re: [AOSPA 4.2.1] PARANOIDANDROID 2.99 betaNINE
Maybe KROZ can help with ui stuff
Sent from my GT-I9100 using Tapatalk 2

[ROM][4.2.2][AOKP/CM/PA] Evo 3D Vanilla RootBox [09/03][v1]

{
"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. I personally have a high standard when it comes to releases and this is why this project always meets the expectations of users. 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
Based on JB 4.2.1- Built from RootBox Sources
AOKP Features
CM Profiles
Per App DPI
Per App Tablet UI
Per App Language
OTA Updates - Goo Manager
Navigation Bar Colour
Camera: Save to external memory
Phone: Advance Phone Settings (Vibrate on Answer, Every 45 Seconds, On Hangup and On Call Waiting)
Phone: Noise Suppression
MMS: Message rate alerts (Modify SMS message limit for alert)
MMS: Fully Customizable MMS Theme
MMS: Soft Keyboard Type (Emoji, Enter to Send, Enter for a New Line)
Home button call answer (Accessibility Option)
Variable size pattern lockscreen
RootBox Settings
Pie (Paranoid Android)
LCD Density Changer
Low Battery Warning (Pop-up & Sound, Pop-up only, Sound only, Off)
Option to control cursor in text fields using volume keys
Disable Fullscreen Keyboard (Landscape mode)
Expanded Desktop
Hold Back to Kill
CRT Animation (Screen On/Screen Off)
Lockscreen Shortcuts (Paranoid)
Lockscreen Targets (CM)
Screen Security Features (Unlock options: Quick Unlock, Delay Screen Lock, Menu Unlock, Home Unlock)
cLock (Chronus)
Option to disable sound when adjusting volume
Launch Music app on Headset connection
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
How to upgrade RootBox versions:
1. Download RootBox update from goo
2. Flash RootBox update
3. Flash JB GAPPS
4. Wipe Cache (Optional)
5. Wipe Dalvik Cache (Optional)
6. Reboot
RootBox Sources
www.github.com/Root-Box
Kernel Sources
Evervolv kernel
Downloads
Goo.im
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
If you require immediate support, try catching me on IRC #neopeek or #evervolv
Changelog
RootBox Changelogs
First release
Bugs
*AOKP/CM BUGS
3D recording/playback
Donations
Please refer to baje11 for donations for RootBox
Credits/Thanks To:
* AOKP
* Teamhacksung
* The CyanogenMod Project
* rovo89 - For his excellent work on Xposed Framework
* Paranoid Android
* DaXmax
* Rodries
* Pier
* BigDenn - Logo, bootanimation and wallpapers
* Evervolv
* Johnnyslt​
AOKP + CM + PA in one ROM?
like here? http://forum.xda-developers.com/showthread.php?t=1959949
_____
can make a screenshot System menu?
Bluetooth working -only file transfer tested so far-
Galery FC after taking a shot.
Installing latest Gapps and rebooting...
mahg said:
Bluetooth working -only file transfer tested so far-
Galery FC after taking a shot.
Installing latest Gapps and rebooting...
Click to expand...
Click to collapse
Oh,I'll fix it tomorrow,forgot to add the fix for it
So this is something like the pacman rom? Downloading very slowly, but once it is done, i'll give it a try
Title says 4.2.2, post says Based on JB 4.2.1. What version is it now?
and will it replace your old roms (aosp, aokp?)
and kernel is your old one(so without ION)?
R: [ROM][4.2.2][AOKP/CM/PA] Evo 3D Vanilla RootBox [09/03][v1]
Kernel is without ion, includes BT fix
Its 4.2.2
Sent from my Evo 3D GSM using xda app-developers app
How can i make the settings drawer seem like tablet? I have looked around, but to be honest, i am not very familiar with paranoid...
can I use anryl's kernel for this?
Sent from my Evo 3D GSM using xda premium
AW: [ROM][4.2.2][AOKP/CM/PA] Evo 3D Vanilla RootBox [09/03][v1]
JazLiew said:
can I use anryl's kernel for this?
Sent from my Evo 3D GSM using xda premium
Click to expand...
Click to collapse
Yes.
√ HTC Evo 3D GSM
√ Android JB 4.1.2
√ Disarmed Toaster
√ 4EXT Recovery Touch
√ Anthrax Kernel 3.7.0 @ 1.6ghz
AWESOME
Can't wait to test it
is BT working?
s_superman said:
AWESOME
Can't wait to test it
is BT working?
Click to expand...
Click to collapse
only file trasfer
JB GAPPS
from where can I get bthe GAPPS? tnks and regards
here maybe?
xchan21 said:
from where can I get bthe GAPPS? tnks and regards
Click to expand...
Click to collapse
http://goo.im/gapps/gapps-jb-20130301-signed.zip
downloadingt, cheers budd
one more thing, why is my call always in loud speaker?
Sent from my Evo 3D GSM using xda premium
Kiinasu said:
and will it replace your old roms (aosp, aokp?)
Click to expand...
Click to collapse
wanna know the same ...
greetz, oppen
AW: [ROM][4.2.2][AOKP/CM/PA] Evo 3D Vanilla RootBox [09/03][v1]
If openpdroid is working, I will test the rom.
Gesendet von meinem Evo 3D GSM mit Tapatalk 2
oppen said:
wanna know the same ...
greetz, oppen
Click to expand...
Click to collapse
Of course it overwrites your old rom
@Everybody
Got camera hal compiling,so time for a quick test,then I hope to deliver you ION + camera on all my builds (PA might take a bit more since it doesn't build now)

[ROM][LiquidSmooth][v2.1-OFFICIAL][Linaro][4.2.2][April - 5]

PHP:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
About Us
LiquidSmooth is an aftermarket firmware based on the Android Open Source Project.
We are dedicated to providing Android users with smooth, stable and fast Roms. We start with a fast, and lightweight modified AOSP base, and then add the features you crave!
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device, family, pets, or perception of reality. We ask that you do your part to know your device and know how to recover from problems before you flash!
Screenshots:
​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:
LiquidSmooth v2.1 OFFICIAL includes Matr1x v8.0 kernel for your enjoyments / pleasures. We wish to offer a very big thank you to MathKid for Matr1x v8.0. Truly a masterpiece of a kernel.​
Code:
Google GCC 4.7 Toolchain
-O3 Strict-Aliasing (Linaro)
C++11 Mode
Optimized String Handling Routines (Linaro/Sony)
Misc other Linaro and Code Aurora Optimaztions
Customizable lockscreen buttons and sliders
Chronus clock widget
Customizable hardware and software keys
Transparent navbar and status bar
Customizable navbar ring
Navigation bar widgets
Customizable power menu
Notification power widget
Customizable quicksettings panel
Statusbar mods
Theme engine
Quiet hours
Volume rocker music controls
Full Rotation
Customizable battery and notification light
Changelog:
Code:
[SIZE=5]Rom Changes[/SIZE]
ROM Changelog
LiquidSmooth v2.1 OFFICIAL
Lockscreen Pattern Toggle Visibility (Danesh)
Settings Extended QS Styles (SlimRoms)
Add Power and Camera To Lockscreen Longpress (SlimRoms)
Add LTE Tile (SlimRoms)
Percentage Text when charging color (SlimRoms)
Fixed headset controls for d2-devices (mt3g)
Missed Call Breathing Effect (Bajee11)
MMS Breathing Effect (Bajee11)
Long-Press Quicksetting Icon Toggle Power Widgets (Corcoran)
Auto Keyboard Rotation (Corcoran)
More PIE changes (drcdma)
Fix message seen when bluetooth turns off while tethering (haveagr8day)
Notification statusbar icon capacity (C3C0)
Camera: Separate settings for color and jpeg quality (jt1134)
Updated DashClock
Updated Superuser
LiquidPapers (itsmikeramsay, annex1, wallwoody, $droyd$)
Improved download and upload animation (kroz)
Fix QuickSettings USB Tether Tile (burnsra)
Smooth background gradient (winner00)
How to install LiquidSmooth
Coming from another ROM:
- Read known issues ans FAQs
- Flash a recent Recovery
- Copy GApps and Liquid ZIPs to your SDCard
- Boot into Recovery
- Flash Liquid zip from SDCard
- Flash GApps zip from SDCard
- AFTER FLASHING LIQUID AND GAPPS DO A DATA WIPE / FACTORY RESET (otherwise your device will be stuck at boot)
- Reboot
- Don't restore system data using Titanium Backup!
- Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!
Downloads of our LiquidSmooth can be found on our goo.im page or in the goomanager app. You can find us by browsing to liquidsmooth or by searching for compatible roms for your device. Just about any Google Apps package for JB 4.2.1 should work, though we've provided a link below if needed. Suggested Gapps are linked right in goomanager as well. Goomanager will now notify you of upcoming LiquidSmooth updates as well!
If downloading via the goo.im page, please be sure to know which device you are using prior to downloading. All files are listed according to the specific device code name. We cannot be responsible for what happens if the wrong files are flashed to your device! We recommend using the goomanager app and searching for a compatible rom if you are unsure.
Please verify that the device listed on the download links below is your device. Do not flash any files if the device does not match!!!
Important Links
Download
Main LiquidSmooth Page
Extras: Wallpapers, alternative SMS, alternative camera, international keyboard APK, and more...
GApps
Goomanager
The-Team
Liquid0624
Liquidzgrl
Deadman96385
Jarrid42
Jdeloach
Itsmikeramsay
Dagr8
Amplified
Jdkorecclipse
Social-Media
Join us on these Social Media Channels to keep yourself up-to-date on all the latest Liquid news, updates, contests, and more!
Donate
Liquid0624 PayPal if you are feeling generous
If you wish to do so, you can show your appreciation and support for our project by considering a small donation.
(I (amplified) do not personally accept donations as i help out with the project strictly out of my love for the project / cpp / java / android / learning)
Please direct any donations to Liquid0624, Dhacker, DGr8, Cyanogenmod, thanks. (or, you can donate to your fav. charity
Thanks:
Please feel free to look at and use our code on LiquidSmooth GitHub.
We would like to thank CyanogenMod for their device trees, framework/settings mods and their code that was incorporated into this project. We also extend our gratitude to AOKP and Xylon for parts of their code that we have incorporated.
LiquidSmooth v2.1 OFFICIAL changelog​http://goo.gl/8ceGa
PHP:
Happy Flashing! (OP = WIP) (Thank you for your patience!)
FIRST!
Sent from my Nexus 4 using Tapatalk 2
Welcome back Liquid !
All right, let's rock this Liquid !
Is this the same build as the one from the other thread that is being closed or a new one..?
Vangelis13 said:
Is this the same build as the one from the other thread that is being closed or a new one..?
Click to expand...
Click to collapse
It has the same name as the one in the other thread, but it's a new build.
Sent from my Nexus 4 using xda premium
The other thread needs to be closed. Rohan32 is no longer a recognized member / supporter / maintainer for this device / for Team Liquid.
This is the official thread / will be updated going forward by myself. Any other updates that need to be made, i will see to making tomorrow.
To further clear up additional confusion:
The build that is located currently on the goo.im server and the build that Rohan32 posted previously are not the same builds.
This build was compiled today via Liquid0624 & subsequently I was asked 2 open the thread.
It is that simple
Thanks (again)
Vangelis13 said:
Is this the same build as the one from the other thread that is being closed or a new one..?
Click to expand...
Click to collapse
If i recall correctly, they've always started a new thread for every major build...
kptnk said:
If i recall correctly, they've always started a new thread for every major build...
Click to expand...
Click to collapse
Whenever there's a new maintainer perhaps. It's fine, obviously, I'm just happy the run is still here!
android88 said:
It's the same as the one in the other thread.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
The two builds you are referring to are actually not the same builds. The one Rohan posted is an earlier build ~ keenly titled v2.1 STABLE.
This build - compiled much more recently (today) (via Liquid0624) is titled v2.1 OFFICIAL, indicating that the two builds are distinctively different. Today's build is different... wrote changelog & left a link at the bottom of the thread for trolls. Also, Matrix Kernel v8.0 is included in this release!
Quite a smooth combination, i must say!
have fun guys / gals
*edit*
in the future, we will not start new threads within this forum. THe only two threads that will be maintained within this forum (by Team Liquid) are this thread, & daily / nightly build thread. Those are the two threads we intend to keep alive and provide official support for!
Thanks again, all!
Cheers / flash on!
Amplified said:
The two builds you are referring to are actually not the same builds. The one Rohan posted is an earlier build ~ keenly titled v2.1 STABLE.
This build - compiled much more recently (today) (via Liquid0624) is titled v2.1 OFFICIAL, indicating that the two builds are distinctively different. Today's build is different... wrote changelog & left a link at the bottom of the thread for trolls. Also, Matrix Kernel v8.0 is included in this release!
Quite a smooth combination, i must say!
have fun guys / gals
Click to expand...
Click to collapse
I know they're different. Check my post again. I saw the name change.
Sent from my Nexus 4 using xda premium
Please make change log public ...
[NEXUS⁴] [CARBON1.6] [MATR1X8] [TWRP]
Pardon me but does this ROM include option to change/adjust dpi ??
dEris said:
Please make change log public ...
[NEXUS⁴] [CARBON1.6] [MATR1X8] [TWRP]
Click to expand...
Click to collapse
its in the OP
expertzero1 said:
its in the OP
Click to expand...
Click to collapse
I'm referring to the link in the op. It's set to private.
[NEXUS⁴] [CARBON1.6] [MATR1X8] [TWRP]
Archmag3 said:
Pardon me but does this ROM include option to change/adjust dpi ??
Click to expand...
Click to collapse
All ROMs support DPI changing. They might not have a built-in setting for it, but you can always change it in the build.prop. I think this ROM has it built-in to Settings though.
Sent from my Nexus 4 using xda premium
Is system language fixed?
Sent from my Nexus⁴ using xda premium
Amplified said:
Extras: Wallpapers, alternative SMS, alternative camera, international keyboard APK, and more...
Click to expand...
Click to collapse
page does not exist
This rom is real nice n solid
NEXUS⁴
Just flashed... Nice work... And very fast
Sent from my Nexus⁴ using xda premium

[ROM][4.2.2][YP-G70/YP-G1][Official/Nightly]PAC-ROM v.23.0.0

This is the old thread for PAC-Rom based on CM-10.1. For the new release, see here: http://forum.xda-developers.com/showthread.php?t=2387504
{
"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"
}
This ROM is a combination of the best roms available
ParanoidAndroid + AOKP + Cyanogenmod = PAC-man ROM
Why choose one if you can have all
Compiled from source
Elements of PAC-man
CyanogenMod
A fully integrated part of PAC-man, this aspect brings all the functionality of CM
AOKP
Bringing in the greatness of the All Powerful Unicorn. PAC-man grabs rom control, ribbons, and many other aspects of AOKP.
ParanoidAndroid
One of the most original aspects brought into this roms is hybrid mode which gives you full control of your rom experience/
Pac in Black
Our own spin on a fully inverted experience.
Now With HALO!​
Click to expand...
Click to collapse
Issues
same stuff as cm10.1​
Click to expand...
Click to collapse
Credits!
JackpotClavin - cm10.1 for the yp-g70
Zaclimon - suggested I do this, cm10.1 for the yp-g1
bbelos - cm10.1 for the yp-g1
Mevordel - helping me out, work on our devices
Hollow_Ninja, Koala888 - testing the first build
android1234567 - beastly kernel
The Pac Rom Team
​
Instructions & Downloads
Always do a backup. I am not responsible if anything goes wrong!
Installation on the Galaxy Player 5.0/ Galaxy S 5.0
Installing from cm10.1/ Updating PAC
Turn on your brain (important, please do not proceed without doing this)
Download rom and latest gapps
Download the appropriate Sultan kernel or KKernel if you want
Put the files on your device
Reboot into recovery
Wipe dalvik cache
Install the zips (or do adb sideload if you want)
Reboot
Profit!
From any other rom
do same as above, but in addition, wipe data, dalvik, system, and dbdata (look under mounts and storage)
Click to expand...
Click to collapse
Installation on the Galaxy Player 4.0/ Galaxy S 4.0
Note: Please backup your efs in case of something goes wrong (the zip should backup it but we're never too sure) To do so execute this command:
Code:
dd if=/dev/block/stl3 of=/sdcard/efs.rfs
*** If upgrading from CM9 or CM10, it is recommended that you wipe data.
1. Download cm-9-20130402-kernel-preflash.zip
md5: 4a900fcddbc3d81d121a7b9c9d4bb0a0
2. Download this rom
3. Make all your backups.
4. Make sure your efs is intact (not blank).
5. Boot into recovery, make more backups.
6. Flash cm-9-20130402-kernel-preflash.zip (temporary workaround for first-time install from stock)
7. Flash this rom
Installation Notes:
When you install for the first time, there is a conversion to the new MTD partition layout. The installer will flash the new kernel and reboot. It is possible for this process to hang up on the samsung logo (still working that part out). It is normal to see the Samsung logo appear 3 seperate times during this reboot phase. **Please wait at least a minute before assuming you are stuck.** If this happens, you should extract the boot.img from the installer zip and flash it with heimdall (heimdall flash --kernel boot.img, or other appropriate GUI methods). It should boot back into recovery and continue the installation. Once the install finishes, it should reboot once more back into recovery, which gives you the opportunity to flash your gapps.
Click to expand...
Click to collapse
In post #3, there are some FAQs, so be sure to look at those before posting any questions/ comments you may have.
Rom:
For the Galaxy Player 5.0/ Galaxy S 5.0
Buildbot (occurs nightly, just download the latest zip): http://pacman.basketbuild.com/index.php?dir=main/venturi_usa/nightly/
My manual builds (use only if you have problems with the Buildbot build): http://www.mediafire.com/folder/ikibtvqg4gdcm/PAC-man_Rom
note: the intl kernel in the above folder is NOT the Sultan kernel
Click to expand...
Click to collapse
For the Galaxy Player 4.0/ Galaxy S 4.0
Buildbot (occurs nightly, just download the latest zip): http://pacman.basketbuild.com/index.php?dir=main/ypg1/nightly/
My manual builds: ypg1_PAC_JB_4.2.2-v23.0.0_20130723-013750.zip - 155.99 MB
Click to expand...
Click to collapse
Regular Gapps (get the one for cm10.1):
http://goo.im/gapps
Click to expand...
Click to collapse
Changelog:
Code:
22.4.0 -> 23.0.0
Add ROM-Share [mithun46]
Update all CM Commits [mithun46 & zyonee]
Added HALO [Sniper & gs2usr]
Updated PA to 3.6
Removed MDPI/HDPI PA Preferences Hack
Updated to CM-10.1-RC5
TRDS 2.0
22.3.0 -> 22.4.0
Add ROMStats to PAC-Man ROM [BLOWNCO & Mithun46 & PapaSmurf151]
Updated all CM commits to RC4[szl.kiev]
Updated PA commits[singhdd93]
Fix Pie & Tablet Date View[singhdd93]
Update AOKP Ribbons[xLaMbChOpSx]
Fix 3-dot Menu Button[xLaMbChOpSx]
22.2.0 -> 22.3.0
Updated all CM commits[singhdd93]
Setting layout redone, New header for PAC In Black[blindndumb]
Dark Calculator[TRDS/kufikugel]
Statusbar auto collapse is back[g2usr]
Calendar now work on 960p[PA/beerbong]
Phone layouts for Tablet/Phablet UI[PA/beerbong]
Email FC Fixed[Sniper-]
Lockscreen shortcuts for now[Langes72]
CM's lockscreen slider shortcut is back[g2usr]
View PAC-man contributors in Settings > About phone[Sniper]
22.1.0 -> 22.2.0
Pac-In-Black Toggle
Initial LDPI Support
updated AOKP Sources to Milestone1
Fixed: navbar rings 90° rotate in landscape
Lockscreen Theming support
New Battery Styles
AOKP Ribbon
Added missing MDPI battery icons
Lockscreen SOD Fixed
Settings layout redone
Minimal bootanimation
Updated/Added Translations
Moar minor updates
22.0.0 -> 22.1.0
Changelog Feature [gs2usr]
Fixed Quick Pulldown (Instant Tiles Pulldown) [gs2usr]
Fixed back button will collapse statusbar [gs2usr]
Toggle to disable Fullscrean Keyboard [OldDroid]
Pie and Volume Toggle [OldDroid]
Network Tile Updates [Nick0703]
Latest PA and some CM Updates [OldDroid]
Fixed FC's related to changing Navbar targets [xLaMbChOpSx]
Added Option for Quicktile row Settings [gs2usr]
Added QuietHours QuickSettings Tile [Nick0703]
Added Hybrid QuickSettingsTile [OldDroid]
Fixes on Settings & CleanUp [IvanBrazza & gs2usr]
Added QuickSettingsModeTile [Nick0703]
Updated PA sources to 3.15
Resize text to fit on tile size adjusted [gs2usr]
Choice to enable/disable CRT animation & at which orientation [kufikugel]
Fixed PhabletUI NavBar in landscape [gs2usr]
Brought sources inline with CM & PA sources [bluefa1con & szlkiev]
21.0.0 -> 22.0.0
Brought Tiles inline with cm ones [Nick0703]
Updated PIE Controls [blindndumb]
Fix System UI crash when changing recent app key [bluefa1con]
Notification Shortcuts & WiFi display (SlimRoms) [xLaMbChOpSx]
Brought some things inline with cm source [bluefa1con]
New BootAnimation (for most devices updated) [bluefa1con]
Removed Tiny Gapps
Various Device Updates
20.0.0 -> 20.1.0
Implemented Superuser in Settings (no SuperUser App anymore!)
Switched to ParanoidAndroid 3.1
PIE: new layouts
PIE: new animations
PIE: improved touchhandling
PIE: clear all button
PIE: support for expandable notifications
Swipe between Notifications & QuickSettings
Added Support for xPlay Touchpads
Removed SuperSU
Switched to SuperUser from Koush
Fixed a memory leak
Implemented tiny GApps in every build
More detailed changelog:
http://pacman.basketbuild.com/index.php?dir=main/logs/
FAQ/ Tips
(work in progress)
Q: The pie thingy is annoying and i dont need it. How do I remove it?
A: Go to Settings > System > Pie Settings > Trigger Area > None
Click to expand...
Click to collapse
Q: I prefer using the on screen keys. How do i enable this?
A: Go to Settings > Hybrid Properties > Interface > Nav. Bar*
Click to expand...
Click to collapse
Q: This rom seems slow and I have very little free ram.
A: Try using the Sultan Kernel or KKernel. Try using the SmartassV2 governer with sio, and experiment around with the clock speed (For me, 1320MHz is stable).
The app Greenify also helps; I usually have ~150MB in free ram.
Also try installing the Crossbreeder Mod or Pimp My Rom
Another thing you can do is disable the animations under developer settings (scroll down about to about 3/4 of the page)
If it still feels really slow, you might want to switch to Slim Rom or CM10.1
Click to expand...
Click to collapse
Q: I cant take videos, help!
A: http://forum.xda-developers.com/showthread.php?p=41797189#post41797189
Click to expand...
Click to collapse
Q: I keep getting a error saying acore has stopped
A: Clear data from contacts and contacts storage.
Click to expand...
Click to collapse
seriously?
always wanted to try it
good job <3
Can't wait to try it out thanks for your time and effort on this.
So cool, always wanted to try
Happy compiling
Sent from my YP-G70 using xda premium
Looking forward to this
Looks awesome!
Sent from my YP-G70 - CM 10.1
Wow! I have always wanted this ROM! Thank youuuuuuu!
So cool I always wanted try it
Awesome. Are you building from source? If you are, try to give me a hand in getting this camera working!
Sent from my Galaxy Nexus using xda app-developers app
Woahhh! I'll try this when it comes out!
Sent from my YP-G70 using xda app-developers app
JackpotClavin said:
Awesome. Are you building from source? If you are, try to give me a hand in getting this camera working!
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Yup. I'm building right now. But I'm a noob so I don't know much about fixing the camera. I'll try tho.
Sent from my YP-G70 using xda app-developers app
Nice! I wish I could build from source, very frustrating :[ What guide/method did you use to build?
Sent from my XT925 using xda app-developers app
EcHoFiiVe said:
Nice! I wish I could build from source, very frustrating :[ What guide/method did you use to build?
Sent from my XT925 using xda app-developers app
Click to expand...
Click to collapse
i used the first part of this to set up a build environment.
http://forum.xda-developers.com/showthread.php?t=1863547
but i initiallized the PAC rom repo.
and then there are just some files you have to edit under vendor/pac
basically, i just looked at the files for other devices and modified a few things for the galaxy player
Hmm you would need to replace v19 by v22 as it is 4.2.2.
Sent from my Nexus 7 using Tapatalk HD
zaclimon said:
Hmm you would need to replace v19 by v22 as it is 4.2.2.
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
haha. didnt see that when a copy pasted.
here are a few more screens
Go pro in... ?
Sent from my YP-G1 using xda app-developers app
the playa! said:
Go pro in... ?
Sent from my YP-G1 using xda app-developers app
Click to expand...
Click to collapse
paranoid prefs
https://play.google.com/store/apps/...DEsImNvbS5wYXJhbm9pZC5wcmVmZXJlbmNlcy5wcm8iXQ..
btw, i just finished building and it boots up fine.
zip is uploading.
iurnait said:
paranoid prefs
https://play.google.com/store/apps/...DEsImNvbS5wYXJhbm9pZC5wcmVmZXJlbmNlcy5wcm8iXQ..
btw, i just finished building and it boots up fine.
zip is uploading.
Click to expand...
Click to collapse
Can't wait! I like this idea of PAC Man ROM. Didn't know you could have 3 different ROM types as one ROM. Pretty cool.

Categories

Resources