Related
I might have to update the files. I took the framework-res.apk from one of the previous betas (4.0.3), so no promises that it will work on the latest beta (4.0.4). If it doesn't work, please tell me which file doesn't work.
Click to expand...
Click to collapse
I was taking a look around the Android Software and Hacking General Forum and I found this guide:
[GUIDE] Activate the rotation of the lockscreen
Just a heads up, if you do not have a lockscreen, you are just wasting your time in this thread Unless, of course, you are here just to satisfy your curiosity
I really liked it because it reminds me of ICS on a tablet (not to mention that it also reminded me of the iPad, which has a lockscreen that can be rotated), so I gave it a shot. Given the hype of the navigation bar, I decided to share my files, which are attached to this post. I took the framework-res.apk from CM9 beta 4 (which would probably make this only for ICS roms). Here is the breakdown of the files:
lockscreenrotation.zip: The only thing modified in this is the enabling of rotation on the lockscreen.
lockscreenrotation_navbar.zip: Seeing how many people like the navigation bar, I took lockscreenrotation.zip and included the navigation bar for those who don't want to give up the navigation bar for the lockscreen rotation (I left the hardware button lights enabled because I am aware of a script and several apps that can turn it off for you).
navbar.zip: In case you had the navigation bar enabled prior to flashing the above zips, this is available in case you do not like the lockscreen rotation.
original_framework.zip: If you don't like the lockscreen rotation, you can use this zip to revert back to the stock framework.
*Thanks goes to cure25! I had to use his zip as a base for my zips to solve my bootloops
It is always recommended to make a backup before you flash anything, but I was able to flash one of the zips successfully. Make sure you mount system (I tried flashing one of the zips without mounting system, and it said it was flashed but nothing changed when the phone fully booted). When using the lockscreen rotation, I suggest allowing the launcher to rotate into landscape because even if you have the lockscreen in landscape, it will rotate back into portrait if the launcher only allows for portrait. However this is definitely a personal preference, so it is all up to you.
I have tested only lockscreenrotation.zip, so if you guys can test the rest that would be great The size of the zips are 4.26 mb (with the exception of original_framework.zip, which is 4.25 mb) but the framework-res.apk inside the zips is more or less around the size of the original framwork-res.apk.
Before anyone says anything like "There are already threads on the navigation bar. Why didn't you just post this there?" Well, two things:
1. The lockscreen rotation is an entirely different thing.
2. I think it is safe to say that I was the one who first mentioned this idea in our forum. And I originally posted a framework-res.apk with the navigation bar awhile ago. Don't believe me? It is in the general thread here and here.
And with that being said, perhaps this can be turned into a general thread (for all things framework) as there are a lot of stuff within framework-res.apk that can be edited such as:
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="action_bar_embed_tabs">false</bool>
<bool name="split_action_bar_is_narrow">true</bool>
<bool name="preferences_prefer_dual_pane">false</bool>
<bool name="show_ongoing_ime_switcher">true</bool>
<bool name="action_bar_expanded_action_views_exclusive">true</bool>
<bool name="target_honeycomb_needs_options_menu">true</bool>
<bool name="config_sf_limitedAlpha">false</bool>
<bool name="ImsConnectedDefaultValue">false</bool>
<bool name="config_sf_slowBlur">true</bool>
<bool name="config_ui_enableFadingMarquee">true</bool>
<bool name="config_closeDialogWhenTouchOutside">true</bool>
<bool name="config_wifi_dual_band_support">false</bool>
<bool name="config_wifi_p2p_support">false</bool>
<bool name="config_wifi_background_scan_support">false</bool>
<bool name="config_bypass_keyguard_if_slider_open">true</bool>
<bool name="config_automatic_brightness_available">false</bool>
<bool name="config_annoy_dianne">true</bool>
<bool name="config_unplugTurnsOnScreen">true</bool>
<bool name="config_animateScreenLights">false</bool>
<bool name="config_allowAllRotations">false</bool>
<bool name="config_reverseDefaultRotation">false</bool>
<bool name="config_deskDockEnablesAccelerometer">false</bool>
<bool name="config_carDockEnablesAccelerometer">true</bool>
<bool name="config_batterySdCardAccessibility">true</bool>
<bool name="config_use_strict_phone_number_comparation">false</bool>
<bool name="config_intrusiveNotificationLed">false</bool>
<bool name="config_intrusiveBatteryLed">false</bool>
<bool name="config_disableMenuKeyInLockScreen">true</bool>
<bool name="config_enableLockBeforeUnlockScreen">false</bool>
<bool name="config_enableLockScreenRotation">false</bool>
<bool name="config_enable_puk_unlock_screen">true</bool>
<bool name="config_enable_emergency_call_while_sim_locked">true</bool>
<bool name="config_autoBrightnessButtonKeyboard">true</bool>
<bool name="config_swipeDisambiguation">true</bool>
<bool name="config_bluetooth_sco_off_call">true</bool>
<bool name="config_bluetooth_wide_band_speech">true</bool>
<bool name="config_bluetooth_adapter_quick_switch">false</bool>
<bool name="config_voice_capable">true</bool>
<bool name="config_sms_capable">true</bool>
<bool name="config_sip_wifi_only">false</bool>
<bool name="config_built_in_sip_phone">true</bool>
<bool name="skip_restoring_network_selection">false</bool>
<bool name="config_showMenuShortcutsWhenKeyboardPresent">false</bool>
<bool name="config_telephony_use_own_number_for_voicemail">false</bool>
<bool name="config_sms_utf8_support">false</bool>
<bool name="config_mms_content_disposition_support">true</bool>
<bool name="config_alwaysUseCdmaRssi">false</bool>
<bool name="config_duplicate_port_omadm_wappush">false</bool>
<bool name="config_showNavigationBar">true</bool>
<bool name="config_actionMenuItemAllCaps">true</bool>
<bool name="config_allowActionMenuItemTextWithIcon">false</bool>
<bool name="config_wimaxEnabled">false</bool>
<bool name="config_forceDisableHardwareKeyboard">true</bool>
<bool name="lockscreen_isPortrait">true</bool>
</resources>
These "characteristics" can be enabled/disabled by changing the value "true" to "false." If anyone would like to see a framework-res.apk with one of the above "characteristics" edited, just leave a message and I'll edit it if I have time (or maybe someone else can do it as well).
Onto services.jar:
For those of you who would like to give the V6 SuperCharger a shot on ICS, a modified services.jar is required. It is attached below as "OOM-Priority-Charger-v1.4-cyanogenmod-9.zip" (flashable zip). For more information, go to the following links:
V6 SuperCharger
Information on modified services.jar
If you have any questions, feel free to ask them. Now that I have said all that I have wanted to say, attached are the files. Happy flashing
Sorry did not know about that.I gave credit to u in my thread
I did because user were asking for it
Can u mod lockscreen so that it hides notification bar
cure25 said:
Sorry did not know about that.I gave credit to u in my thread
I did because user were asking for it
Can u mod lockscreen so that it hides notification bar
Click to expand...
Click to collapse
No worries
I didn't make this thread to conflict yours. I made it for the lockscreen rotation. I just included the navigation bar for those who wanted both the lockscreen rotation and the navigation bar, and also for those who would like to revert back to it.
Do you know what file/line controls the notification bar? Because I've tried looking for it but I couldn't find anything.
sweetnsour said:
No worries
I didn't make this thread to conflict yours. I made it for the lockscreen rotation. I just included the navigation bar for those who wanted both the lockscreen rotation and the navigation bar, and also for those who would like to revert back to it.
Do you know what file/line controls the notification bar? Because I've tried looking for it but I couldn't find anything.
Click to expand...
Click to collapse
Nope
May be u can check systemUI.apk.there might be something
cure25 said:
Nope
May be u can check systemUI.apk.there might be something
Click to expand...
Click to collapse
Even if it were to be in systemui.apk, I'm just sticking to framework-res.apk for now
Works in cm7??
By stikmenow775
Metamorph
Greets
____________
mDroid - Tapatalk
Phone: LG-P500
ROM: Nitrogen.
Kernel: franco .35
Theme: ICS (by me)
Tweaks: ALL (knzo)
Wishlist: Galaxy Nexus
stikmenow775 said:
Works in cm7??
By stikmenow775
Click to expand...
Click to collapse
Only CM9 for now
mDroidd said:
Metamorph
Greets
____________
mDroid - Tapatalk
Phone: LG-P500
ROM: Nitrogen.
Kernel: franco .35
Theme: ICS (by me)
Tweaks: ALL (knzo)
Wishlist: Galaxy Nexus
Click to expand...
Click to collapse
I'm confused
Is it just me, or does the option "Emergency call" only show in landscape? If so, I think this would be a useful mod in case of emergencies
I know there is a good number of users who have either tried the V6 supercharger or would like to try it. I added a small thing about it in the first post. The reason why I have added it to this thread is because framework is involved.
Can work in Oxygen2.3.2????
lalalag8 said:
Can work in Oxygen2.3.2????
Click to expand...
Click to collapse
As stated in the title of the thread and in the first post, this is only for ice cream sandwich (4.0)
Sent from my LG-P509 using xda premium
Artimonier said:
Hello XDA,
I don't know why but this does not works. I flashed lockscreenrotation_navbar.zip using ClockworkMod. I reboot my phone, flip the phone 10-11 times but nothing happens...
Thanks for any reply,
Vlad
Click to expand...
Click to collapse
Make sure you mount system in recovery. If that doesn't work, you can try manually replacing the files. And if that doesn't work, I'll try updating the files because the files come from one of the previous betas.
Sent from my LG-P509 using xda premium
Great! I'll try it thanks
Sent from my LG-P500 using xda premium
Doesnt work on 4.0.4 CM9
fcb13 said:
Doesnt work on 4.0.4 CM9
Click to expand...
Click to collapse
Alright I will update the files soon
Hello,
It doesn't work on my sgs2 ICS 4.0.3 XWLPG deodex with the Jkay mod.
Edit : I have also tried to modify the line "lockscreen_isPortrait" = true
Still not work
UPDATE: Navbar + rotate lockscreen for TINYLIGHT and later nightlies
navbar+lockscreen_rot.zip
I hate pressing the hard-to-press keys.
i have set navbar height to32 dip
and width to 28 dip (to make more space for games)
does this work with any android device? I have vodafone smart mini running android jb 4.1.1 mtk 6575 processor
cool
nice
My theme (as per UOT) did not work - SHTF error
I'm not toot good with scripting so maybe someone had gladly help me...
I only uploaded framework.res and systemUI apk's as system files.
I've attached error log - I can't attach settings.uot file
Really want to change my battery, 3G signals & font:crying:
ADDED info about UOT issue:
Selected Edifying Scripting
update-binary: TYPE MTD (default)
Flashing folders for system files
framework-res.apk: /system/framework
systemUI: /system/app
Patch9 autofix [checked]
ThemeChooser preview [checked] -> hdpi 480x800
can anyone help me?
What rom r ya using?
Sent from my HTC Desire
ICS Beta 0.18.1 (From Sandvold)
herb1 said:
ICS Beta 0.18.1 (From Sandvold)
Click to expand...
Click to collapse
Not sure if ICS roms work in UOT Kitchen, well i think that its only battery mod u can change.
Sent from my HTC Desire
jmcclue said:
Not sure if ICS roms work in UOT Kitchen, well i think that its only battery mod u can change.
Sent from my HTC Desire
Click to expand...
Click to collapse
according to guys in ICS thread, it can be done by uploading the framework-res.apk and SystemUI.apk from ROM files...?
I managed to flash theme but only font was changed (no battery changed):crying:
With all the data2sd, aps2sd etc implementation on Desire for ICS, are you sure that flashing those apk files on /system/framework or /system/app is the right path for it? You may need to manually put it in there.
It is confirmed for now that UOT doesn't work with ics. I wasted half an hour trying that on an Galaxy Ace typical no a2sd rom.
Sent from my Desire using xda app-developers app
Update
mattmanwrx provided me with a modded framework-res.apk that worked but only managed to change my font:crying:
I noticed that the themed battery showed in my notifications when my USB cable was connected
stankyou said:
With all the data2sd, aps2sd etc implementation on Desire for ICS, are you sure that flashing those apk files on /system/framework or /system/app is the right path for it? You may need to manually put it in there.
Click to expand...
Click to collapse
Yh its like that with INT2SD, in UOT you have to change the path to "sd-ext/apps_s" and "sd-ext/framework_s"
Sent from my HTC Desire
herb1 said:
mattmanwrx provided me with a modded framework-res.apk that worked but only managed to change my font:crying:
I noticed that the themed battery showed in my notifications when my USB cable was connected
Click to expand...
Click to collapse
Now got battery theme going - change battery style under Toolbox---Statusbar---Statusbar icons---battery style ---> stock
Thanks mattmanwrx...now just the icons, will try flash of icons theme after I backup:victory:
INFORMATION- Samsung Galaxy Nexus look
- Based on android 2.3.6
- Spanish language support for almost 100%
- Use XWKTS as based stock rom (Latest Release at Build Time)
- Zip-Aligned, Deodexed & Rooted.
ADDED- Adrenaline Boost
- Adrenaline Engine
- Extended Power Menu
- Flash Player 11.1
- Added and amended application memo
- Added and amended application task
- Added and edited the keyboard SII
- New Ubuntu font
- Holo Launcher 2.0.0
- DSP Manager
- SuperUser App On Battery Extender v1.6
- SuperSU User App On Nims Kernel v0.97.
MODIFIED- Fully reworked framework
- Nexus JB Volume Slider
- JB menu popups for all apps
- Galaxy Nexus JB Themed Apps
- Modded Samsung Lockcreen
- Jelly Bean UI Statusbar
- Icons Battery Percentage
- All status bar icons dela resized and fixed
- Working Settings Button in statusbar
- EDT battery Tweak
- Modded Settings To Look Like Nexus
- Modified music player to the appearance of JB and Beats Audio.
- Modified gallery application
- Full android 4.1.2 layout
- Jelly Bean 14 toggles in notification bar
- Call Screen Like ICS
- Jelly Bean Digital Clock
- ICS/JB Layouts
- Modified the voice recorder application
- Full ICS transition animation.
REMOVED- Removed "Swipe Screen to Unlock"
- Removed some apps in system for free storage.
UPDATED- Updated Google Play 3.10.10
- Updated Google Play Service 2.0.12
- Updated icons.
HOW TO INSTALL?- Download it and copy it to the SD card
- Reboot into CWM
- Select 'install zip from sd card' and then select 'choose zip from sd card'
- Navigate to the downloaded file and select it
- Wait until the installation is complete
- Reboot, set your phone and enjoy
- First boot will take a lot of time, around 3-6 mins or maybe more. Please
be patient and do not think that your ace is bricked.
- If you not have partitioned your SD card, you can remove the 40int2ext script, from the following path system/etc/init.d
REQUIREMENTS- Must be partitioned memory card for running this ROM
- Having CWM5 up
NOTE- The following data will be deleted automatically, / system / cache / sdext / and / ext4
- No need to do any wipes, this no excludes to the version with A2SDGUI
DOWNLOAD- Link with Kernel PSN NIMS 11:
- Link with Kernel PSN Battery Extender 1.6:
- Link with Kernel Battery Extender 1.6:
- Link with Kernel Battery Extender 1.6 and A2SD script:
- Link with Kernel Space [Thanks to SpaceCaker]:
- Patch to fix the signal and battery icons in only one color (blue):
- Link CRT Disable: updating...
SCREENSHOTS- Screenshots in attached thumbnails.
NEW THEME WITH APPEARENCE OF THE GALAXY SIII
Link Theme Galaxy SIII: http://www.mediafire.com/download.php?gt7sxa5f99531cw
Link Restoring theme JellyBean: http://www.mediafire.com/download.php?usd9jzfo1hh05ipScreenshots Theme Galaxy SIII: http://forum.xda-developers.com/showthread.php?p=36144754#post36144754
HOW TO INSTALL?
- Choose zip, and put on SD card
- Go To Recovery
- Select mounts and storage
- Select mount /system
- Select mount /sdcard
- Install Zip From SD Card
- Reboot and enjoy.
UPDATE (05/01/2013)- Error correction and FCs
- Battery Percentage removed
- Updating files pngs
- Corrected statusbar
- Perfect adaptation with the theme of Galaxy SIII
- Edited version of android 4.1.2 to 2.3.6, to run youtube, in the browser
UPDATE (09/01/2013)
- Added script Proyect Silk, thanks to PulseDroid
- Optimization of some system applications
- Update Galaxy SIII theme
- Added some new tones
- Update some files pngs
UPDATE (01/02/2013)- Added more kernel versions: BEv1.6 / BEv1.6 with A2SDGUI / BE V1.6 PSN / PSN NIMS / Kernel Space.
- Optimization framework-es.apk.
- Optimization of all system applications
- Update Galaxy SIII theme.
- Added screen brightness bar [StatusbasGreper].
- Statusbar completly transparent.
- Added some new tones of JellyBean.
- Increased stability.
- Added new bootanimation.zip of Nexus7 [made by me].
- Added sound to bootanimation, only PSN Kernels.
- Added libraries Andreno.
- The volume has been increased slightly.
- Added calculator modified with appearance to JellyBean
- Added CM7 voice recorder.
- Bluetooth fully functional.
- Wifi more stable, if you disconnect immediately reconnects,
- Added script to improve the battery life
- DSPmanager entirely in Spanish.
- Project silk removed, not functioning properly
- Update some files pngs
- Rom completely light, [Bootanimation.zip 5.3Mb]
CREDITS- XDA
- SpaceCaker
- SnowPluralism
- Darktremor
- Nims 11
- ImbaWind
- Psndna 88
- LibiSC
- dsiXDA
- Lidroid
- Devilsking
- RomanBB
- PulseDroid
Do not forget to give thanks if you like my work :laugh:
PREVIEWHi guys after more than a month, I bring you a preview of my rom, which has some improvements, so far I do not find any kind of bug, but I want to help me testing for to leave fully functional, if no found are any bug the rom would be completely finished and me would put update the S3 theme.
NOTE:Only there a option the kernel.
My theme galaxy S3 is outdated, do not use it with this release.
No contains script of partition.
CHANGELOG:
- Apps updated
- Added 6 styles of lockscreen
- Added 20 toggles in statusbar
- Added new file manager
- Added more options to customize the status bar
- Fixed some bugs of the previous version
- Modified Dialeractivity.apk with appearance JB
- Modified Contacts.apk with appearance JB
- Modified Jobmanager.apk with appearance JB
- Modified Mms.apk with appearance JB
- Modified Settings.apk, to add more options of customization
- Added, modified and fixed Desckclock.apk with appearance JB
CREDITS:MatZ69
Devilsking
Evanlocked
Marinalin85LINK:
[PREVIEW] JellyBean By NaTHaN:
First...Reserved... !!! Second... Holo launcher cracked ??? Warez not allowed !! And have you used the cm10 theme by spacecaker for SGS II v10.1 in this rom ? ROM looks nice !!
" Perfection is never flawless as long it lacks control. "
- VVIP 119
( Stumbled & ready to attack...! )
Venomous Viper 119 said:
First...Reserved... !!!
Click to expand...
Click to collapse
Really? First?
You have 200 posts...
Anyway.
Looks good
Testing and will report back
Looks great but since i dont have my ace i cannot give it a go
anyways .. good job
Yes but solved all the bugs
Sent from my GT-S5830 using xda app-developers app
Really nice and unique rom thanks, btw can you make a crt-off disable patch ?
Mind sharing the xmls u changed for contacts and mms ? Ive tried to fix but couldnt realluyfind it
Sent from my GT-S5830 using xda premium
SpaceCaker said:
Mind sharing the xmls u changed for contacts and mms ? Ive tried to fix but couldnt realluyfind it
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
tell me exactly which files you mean, you could upload a picture or be more specific about what you want to modify and share
SteveBenz said:
Really? First?
You have 200 posts...
Anyway.
Looks good
Testing and will report back
Click to expand...
Click to collapse
First here... Never mind & thanks for looking at my profile
" Perfection is never flawless as long it lacks control. "
- VVIP 119
( Stumbled & ready to attack...! )
NaTHaN_GT5830 said:
tell me exactly which files you mean, you could upload a picture or be more specific about what you want to modify and share
Click to expand...
Click to collapse
For the cm10/jb theme
I hve issues in camera
And mms
An contacts+dialer
Ive got some text colors that arent good
Sent from my GT-S5830 using xda premium
is crt-off animation is enabled on this rom?
allenpot said:
is crt-off animation is enabled on this rom?
Click to expand...
Click to collapse
Yes :laugh:
thanks... gonna wait for download link...
allenpot said:
thanks... gonna wait for download link...
Click to expand...
Click to collapse
links available...
diegonnc said:
Really nice and unique rom thanks, btw can you make a crt-off disable patch ?
Click to expand...
Click to collapse
CRT File link available...
Good job. Downloading... feedback soon..
OP I hope you know XDA's stance on piracy. Knowingly including a pirated app, will not bode well.
Holo Launcher 1.2.8 (Cracked)
Click to expand...
Click to collapse
APN ??
Data don't Work ???
Pls Fix ...
SpaceCaker said:
For the cm10/jb theme
I hve issues in camera
And mms
An contacts+dialer
Ive got some text colors that arent good
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
The truth is that I do not remember which files were modified as many, anyway I'll pass the link with all the modified files without compiling, basically the files are found in the folders layouts, xml values and here I leave the link with this solves all bugs lus having your subject
http://www.mediafire.com/download.php?h5gtvc8nih6c585
Regarding the dialer and contacts if you want to set the tab in the dialer contacts file to modify is in DialerTabActivity.apk \ res \ layout-MDPI \ dialer_activity looking @ touchwiz: color/tw_color005 and change it by a color code and ready
Any further questions, feel free to ask :good:
Gilmar Mess said:
APN ??
Data don't Work ???
Pls Fix ...
Click to expand...
Click to collapse
To me if I work perfectly, just enter the details of your company
NaTHaN_GT5830 good rom! The theming in this rom is one of the best out there
But can you make a version with Battery Extender? PSN mod is good to faster SD cards and in mine, class 4 it lags a bit... So i prefer using a2sd script because it is much faster...
PS: if you update your rom put signal bar and wifi icon always blue instead of grey when in 2g
Good work
Friends please any one can u link or say me how to Edit or Make the System user interface.. like status bar, buttons, all ui options...!
How to Edit them Please can any one help me? Mainly User interface, as Editing systemui.apk
try uot kichen. You can make statusbar and other cool mods there and its very easy to use . http://uot.dakra.lt/
I think i can help. What exactly help you need.. i know a way of editing UI or status bar right on your android phone
Thanks
Blake Blader said:
I think i can help. What exactly help you need.. i know a way of editing UI or status bar right on your android phone
Click to expand...
Click to collapse
Blake Blader, i need to now is- if i port a rom from Tab and tab rom status bar (Systemui.apk) is below the screen (like in tab and if i based it to JB or custom roms... will it work without changing any build.prop ?
eg:- Changing Systemui.apk
Settings.apk from - Port- CM9 JB
-base- My JB
Will it Work Fine or else i have to change any other apk or scripts?
I think i will not work. 1. You cant port from a tab because of screen resolution difference (and i assume that tab have cpu armv7) so you cant port from it. 2. I think you will have to edit xml files to achieve bottom status bar. And its not on build prop (system UI of frame work i guess)
Ya....
Blake Blader said:
I think i will not work. 1. You cant port from a tab because of screen resolution difference (and i assume that tab have cpu armv7) so you cant port from it. 2. I think you will have to edit xml files to achieve bottom status bar. And its not on build prop (system UI of frame work i guess)
Click to expand...
Click to collapse
This is the view i want in your attachment... please can u say how and where you got this?
Its zoe..cm 7 have that option in settings
Team ACE Phoenix PresentsAn Awesome ROM named ACE Phoenixed
The Team Consists of Four Members who are:-
Ace King 34(That's me )
masterex567(For Aroma Installer)
Spacecaker(For Team Phoenix's Wallpaper Chooser)
PulseDroid(For ROM and Team Banners)
What's Included :-
An Awesome ICS themed HOLO Aroma Installer
An Awesome Wallpaper Chooser
Choices to Select Kernel,Launcher and Sound Mods during ROM Installation
The Aroma Installer gives you various choices to choose from.
From Kernels to Launchers to Sound Mods.
Choices that are in the Aroma Installer:-
Kernels:-
With BLN
Without BLNLaunchers:-
Holo Launcher HD
Apex Launcher
Nova LauncherSound Mods:-
DSP Manager
SRS Sound MOD
Mega Bass Beats
Viper4android FXBootanimations:-
Samsung Galaxy S3 Bootanimation
Stock CM10 Bootanimation
Xperia Z BootanimationScreenshots:-
Everybody love screenshots
Click Show content and check the 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"
}
Credits:-
Bieltv.3 For Allowing me to use his ROM as base
Amarullz for Wonderful Aroma installer
masterex567 for making the Aroma Installer for ROM
Spacecaker for Making the ROM's Unique Wallpaper Chooser
Pulsedroid for ROM and Team Banners
Google for Google Play Music
DeHuMaNiZeD for MegaBass Beats
BPaul for SRS Sound Mod
Cyanogenmod for CM10.1
zhuhang for Viper Sound Mod
Olddroid for BLN kernel
utak3r for the Experimental JB Kernel
tazlooney 89 for Samsung galaxy S3 Bootanimation
BadBoy 101 for Xperia Z Bootanimation.
If i forgot someone then send me a PM I will add you to the credits.
Download:-
v1:-
http://www.mediafire.com/?yd4e7m7m6x1zdyv
v2:-
http://www.mediafire.com/?fadr2l3uagoj37l
Flashing Procedure:-
1.Download the ROM.
2.Boot to CWM 5 Recovery
3.Wipe Data/factory reset
4.Wipe cache
5.wipe dalvik Cache and battery stats.
6.Flash ROM.
7.Reboot
First reboot takes time.Have patience.
Feedbacks:-
terminator2012 said:
the rom is very stable and smouthe i like to have choise in istalation and the walpaper are very good but the battrie life is very very not good i have instale 23 apps and the rom not lagy for games it normal very good work bro dsp work parfectly excuse me for my bad englishe
Click to expand...
Click to collapse
Ace97ita said:
great rom
Click to expand...
Click to collapse
terminator2012 said:
for me all work but the panorama buge,very smouthe and faste very good work bro i make a score antut and it saye me 4203 withe strategie: performence frequ mini:245 and frequ max:902
excus me for my bad englishe
Click to expand...
Click to collapse
F.A.Q.s:-
1.Hey I flashed the ROM and I don't see any music in the Google play music player?Why is that so?
Well that's a known problem and happens sometimes.No need to panic,the songs will appear in the music Library of Google play after a few reboots.
2.Hey why didn't you set up a default theme like the other ROMs? like the S3 theme or Xperia Z theme?
Well,I don't like including theme.apks in the ROM.In Future Updates we will Theme the ROM.
3.Hey I wanted to take a Log from aroma installer and I selected "save logs" but I don't see a log.txt
Well,to save the Logs,you will need to click Save logs and Ok 5-6 times for the logs to be saved.
4.Hey Why are there no mods in this ROM like Center Clock,Transparent status bar,etc?
Well I don't have access to my laptop now so I didn't make the mods and also there are others who don't like these mods preinstalled.If you Want them then when I get access to my laptop I will add them as Add-ons.
Links to kernels used in the ROM:-
1.Experimental JB kernel by Utak3r:- Link here
2.BLN Kernel by Olddroid:- Link Here (The kernel is in the OP of the ROM link being given)
Add-ons:-
Gapps:-
http://d-h.st/4IV
Reserved 1
Changelog:-
v1(31/05/2013):-
Initial Release
v2(03/08/2013):-
Base Updated to Latest Maclaw's CM10.1
Holo Launcher HD instead of the Trebuchet Launcher
SRS Sound Mod included(After setting up the ROM,use Root explorer app and go to /system/app and find SRSPanel.apk and select it and install it and then SRS Equalizer(SRS extreme)will be active)
Phoenix Wallpapers app(Select wallpapers by long press on homescreen and select Phoenix Wallpapers)
No theme as I want to keep this as pure CM10.1(users can download their favorite theme and install it)
Internal space(memory) that I got upon fresh install was 130 MB
RAM free after first boot was nearly 140 MB
Very Smooth ROM.
Samsung Galaxy SIII Bootanimation.
Removed Email.apk and Exchange.apk(if you need it then I will attach it as a CWM installable Zip File)
Removed Aroma Installer Because it was making the ROM zip file too big in size and also giving errors.
Install the ROM and feel the smoothness yourself
NOTE:-
Gapps are not included.You need to download them from the link given in the OP.
Video Review:-
Thanks to Koogly
http://www.youtube.com/watch?v=Xq3LIyUAwL4
Phoenix Wallpaper Chooser is Open Source and we do accept You're Wallpapers !!!!
it isnt that hard if you do know a bit of git or just post it here and i will submit the wallpapers to git
do make sure the wallpapers are of min size 1080x960 so we can resize them with ease
Source code of Wallpaper Chooser is here = https://github.com/spacecaker/android_packages_apps_PHOENIXWallpapers
How to contribute ?
Use Github Client for windows to clone https://github.com/spacecaker/android_packages_apps_PHOENIXWallpapers source or
use linux terminal
Code:
git clone https://github.com/spacecaker/android_packages_apps_PHOENIXWallpapers Awallpapers
i will explain now how to add you're own wallpapers and pull to my git
inside drawable-nodpi add ur wallpaper like USERNAME_wallpaper_1.jpg * make sure size is 960x800 for nodpi
also add same USERNAME_wallpaper_1_small.jpg and make sure this size is 212x189 *add this png aswell with same size to drawable-xhdpi
for drawable-xhdpi add ur wallpaper like USERNAME_wallpaper_1.jpg * make sure size is 1260x960 for xh/hdpi
then add ur wallpaper name into
res/values/wallpapers.xml
wich currently looks like this
Code:
<resources>
<string-array name="wallpapers" translatable="false">
<item>Phoenix_wallpaper_1</item>
</string-array>
<string-array name="info" translatable="false">
<item>SpaceCaker :: Phoenix</item>
</string-array>
</resources>
Inside
Code:
<string-array name="wallpapers" translatable="false">
add ur wallpaper *taken from above parts * <item>USERNAME_wallpaper_1</item>
so it will look like
Code:
<resources>
<string-array name="wallpapers" translatable="false">
<item>space_nime_1</item>
[COLOR="Red"] <item>USERNAME_wallpaper_1</item>[/COLOR]
</string-array>
<string-array name="info" translatable="false">
<item>SpaceCaker :: Phoenix</item>
</string-array>
</resources>
Now under
Code:
<string-array name="info" translatable="false">
add ur XDA/Name :: Info
like
Code:
<item>USERNAME :: Blue dragon</item>
then it will look like
Code:
<resources>
<string-array name="wallpapers" translatable="false">
<item>Phoenix_wallpaper_1</item>
<item>USERNAME_wallpaper_1</item>
</string-array>
<string-array name="info" translatable="false">
<item>SpaceCaker :: Anime</item>
[COLOR="red"]<item>USERNAME :: Blue dragon</item>[/COLOR]
</string-array>
</resources>
then u can
Code:
git add .
git add -u
git commit -m 'upload new wallpapers'
git push
or with the github client on windows its self explanatory
then after synched
go to github.com/USERNAME/android_packages_apps_PHOENIXWallpapers or how u have forked/cloned it
and press pull request
i will surely merge it
137 MO???????:crying::crying::crying::crying:
titicom said:
137 MB??????:crying::crying::crying::crying:
Click to expand...
Click to collapse
Yea dude
but it is worth it
Its got Aroma installer also with lots of options
its also got An awesome Wallpaper Chooser.
also in future updates there will be mods and theme also.
Download it and enjoy.
cheers.
Can someone please upload screenshots?
Sent from my GT-S5830 using xda app-developers app
Bug:
1. Xperia boot animation is blocky and low quality.
2. No camera rotation in video mode.
3. Photo editing don't work.
Suggestions:
1. "Fixed-Int2ext4+-Android-4.2.1" in installation.
2. CM9-GPS_Fix_V4-Europe just 176kb in installation.
3. Different file manager.
4. Remove voice dialer.
5. Why 2 wallpaper managers?
Needs update:
1. Google play music
2. Terminal
3. Apex Laucher
All in all this is just my opinion.
aminopur said:
Bug:
1. Xperia boot animation is blocky and low quality.
2. No camera rotation in video mode.
3. Photo editing don't work.
Suggestions:
1. "Fixed-Int2ext4+-Android-4.2.1" in installation.
2. CM9-GPS_Fix_V4-Europe just 176kb in installation.
3. Different file manager.
4. Remove voice dialer.
5. Why 2 wallpaper managers?
Needs update:
1. Google play music
2. Terminal
3. Apex Laucher
All in all this is just mine opinion.
Click to expand...
Click to collapse
Congrltion for this rom dev
On my ace lockscreen not working
Sent from my GT-N7100 using xda premium
Thanks guys....i will be testing this tonight :beer:
Sent from my Galaxy ACE using xda app-developers app
battery life?
Sent from my GT-S5830 using xda app-developers app
IckyXperia said:
Congrltion for this rom dev
On my ace lockscreen not working
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
lockscreen works dude.
Just reboot the phone a few times and the Widgets load up.
it is based on CM10.1 by Bieltv.3
affineer said:
Can someone please upload screenshots?
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
Yea
uploading after sometime.
aminopur said:
Bug:
1. Xperia boot animation is blocky and low quality.
2. No camera rotation in video mode.
3. Photo editing don't work.
Suggestions:
1. "Fixed-Int2ext4+-Android-4.2.1" in installation.
2. CM9-GPS_Fix_V4-Europe just 176kb in installation.
3. Different file manager.
4. Remove voice dialer.
5. Why 2 wallpaper managers?
Needs update:
1. Google play music
2. Terminal
3. Apex Laucher
All in all this is just my opinion.
Click to expand...
Click to collapse
well about the apps that need update you can update them from play store.
We were going to include int2ext4 and other scripts in installer but the scripts were messing up the installer so we removed it.
I am not sure if CM9 GPS fix will work with CM10.1 and if you wanna try it then you can flash that GPS fix. anyways GPS works on this ROM.
well CM Filemanager is provided for the initial requirements.You can install other 3rd party file manager which you like.
Well there is only one file manager named "Phoenix Wallpapers",The other one is because of the CM10.1 gallery.
I don't feel the need to remove Voice Dialer.
Xperia Bootanimation is made by BadBoy101,you can report bugs in his thread.
About the Camera,the bugs are same as in CM10.1 by Bieltv.3
if Photo editing doesn't work,then you can download 3rd party app like Littlephoto or PicsArt and edit your photos.
cheers.
ARH MuLLa said:
battery life?
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
Well the battery life depends on your usage.
But if you wanna know about the battery life then it is same as the battery life in CM10.1 ROM by Bieltv.3.
battery life depends on screen ON time,Wifi usage,3G usage,brightness and other parameters.
so make sure to keep the brightness minimum and other things like switching off wifi when not in use and the battery will last for a day
On opera mobile, I click download & when I save the file, it says download failed right away. And one more thing, I don't think the cm10.1 bugs are still fixed right? And have you tried maclaw's cm10.1 ? You can even enable soft keys on it ! Only bug is the LED flashlight toggle.
Sent from my GT-S5830 using xda premium
Venomous Viper 119 said:
On opera mobile, I click download & when I save the file, it says download failed right away. And one more thing, I don't think the cm10.1 bugs are still fixed right? And have you tried maclaw's cm10.1 ? You can even enable soft keys on it ! Only bug is the LED flashlight toggle.
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Added another download link.
well i will use maclaw's CM10.1 as base in future updates if he gives me permission to use it.
Ace King 34 said:
lockscreen works dude.
Just reboot the phone a few times and the Widgets load up.
it is based on CM10.1 by Bieltv.3
Click to expand...
Click to collapse
Yeah, now working after im reinstall this rom
Sent from my GT-N7100 using xda premium
for me all work but the panorama buge very smouthe and faste very good work bro i make a score antut and it saye me 4203 withe strategie: performence frequ mini:245 and frequ max:902
excus me for my bad englishe