hi!
i start moding the normal AOKP SystemUI to look like sense 4 multitasking
this was a WIP but i think its save to say it close to the real thing
{
"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"
}
here is the mod with transparent background!
Black and White
this is for GSM AOKP 32,33,34 and m5
but may work on other 4.0.4 roms confirmed to work on
-Foxhound ROM
-LTE CDMA AOKP Roms
-older 4.0.4 aokp roms
it works great and looks good
al though its not as smooth as i wanted it to be but i will be working on that
there are 2 CWM-zips files below
1 for the mod and the other one to go back to stock AOKP
if someone wants to help the systemui is in the attachment zip
this needs to be done:
-translate Recent app string for other languages, currently english greek german and dutch are working
CHANGELOG
-app labels are now centered
-disabled blue glow when touching the recent app
-added framework for better images!
-a view other little improvements
-softkey issue fixed!
-fixed the the No Recent App problem
-the images are now angled!
-fixed german
-changed the height of the app thumbnail so it looks more like the real thing
-added transparent
-added b33
-added greak
-fixed some bugs
-fixed bugs blackice
-updated a themed multitasking
DOWNLOADS (AOKP 32)
Sense 4 Mod
http://dl.dropbox.com/u/63404537/LocoZipSense4-5 B32.zip
Sense 4 Mod Transparent
http://dl.dropbox.com/u/63404537/LocoZipSense4-5 B32 trans.zip
Back 2 Stock b32
http://dl.dropbox.com/u/63404537/LocoZipStock b32.zip
DOWNLOADS (AOKP 33)
Sense 4 Mod
http://dl.dropbox.com/u/63404537/LocoZipSense4-7 b33.zip
Sense 4 Mod Transparent
http://dl.dropbox.com/u/63404537/LocoZipSense4-7 b33 Trans.zip
Black N White
http://dl.dropbox.com/u/63404537/LocoZipSense4-7 b33 Revert.zip
Back 2 Stock
http://dl.dropbox.com/u/63404537/LocoZipStock b33.zip
DOWNLOADS AOKP 34
Sense 4 Mod
http://dl.dropbox.com/u/63404537/LocoZipSense4-8 b34.zip
Sense 4 Mod Trans
http://dl.dropbox.com/u/63404537/LocoZipSense4-8 b34 Trans.zip
DOWNLOADS BlackICE b33(untested)
Sense 4
http://dl.dropbox.com/u/63404537/blackice b33-2.zip
Sense 4 Transparent
http://dl.dropbox.com/u/63404537/blackice b33 trans.zip
M5 Downloads
Sense 4 Transparent
http://dl.dropbox.com/u/63404537/LocoZipSense Trans.zip
Back to stock
http://dl.dropbox.com/u/63404537/LocoZipStock m5.zip
Sense 4
http://dl.dropbox.com/u/63404537/LocoZipSense.zip
enjoy!
if u like my work and want to support it
you can always do a little donation
Can I just push it with Root Explorer?
Edit: This CAN be pushed with Root Explorer just copy the SystemUI.apk to SD card and push to /system/app/ and reboot
root explorer or adb?..
i hate adb
And thanks for the modding
oo yes i was just suggesting adb but it doesnt really matter haha
No love for the cdma? Lol :-(
Sent from my Galaxy Nexus using xda premium
frankiedizzle87 said:
No love for the cdma? Lol :-(
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
first i want it to be done
en maybe then i will add cdma
CWM zips and other stuff
locomain said:
oo yes i was just suggesting adb but it doesnt really matter haha
Click to expand...
Click to collapse
Okay, i try it with root explorer
Using root explorer does not seem a solution at this time. I've lost status bar, navigation bar and met some troubles AOKP build 31
lilude56214 said:
Using root explorer does not seem a solution at this time. I've lost status bar, navigation bar and met some troubles AOKP build 31
Click to expand...
Click to collapse
Thanks.... hmm, than ill wait eith the installation....
lilude56214 said:
Using root explorer does not seem a solution at this time. I've lost status bar, navigation bar and met some troubles AOKP build 31
Click to expand...
Click to collapse
i tried didnt had problems with root explorer
did you reboot?
i will make a zip soon
Thanks so much for doing this! I've never used adb before, so I'll probably just wait for a .zip to flash.
ok on aokp b30.....but i've restored my nandro.....
not pretty like nexus one yet..
regards for future...and thanks for this
locomain said:
i tried didnt had problems with root explorer
did you reboot?
i will make a zip soon
Click to expand...
Click to collapse
I did. Hope you back soon with a zip file. Tks in advance, i really like it
i'll try it with root explorer now.... i post the results soon.
I posted first telling everyone how to use root explorer, it works I have already done it
CWM zip
backup first.
OP try this for RecentsPanelView.java
vicino said:
CWM zip
backup first.
Click to expand...
Click to collapse
I tried to just flash this as-is and it was aborted.
Do I need to zip theme this?
locomain said:
hi!
i start moding the normal AOKP SystemUI to look like sense 4 multitasking
this is how far i have come
View attachment 1003269
this is for GSM AOKP 31 only!
you can flash if you like its smooth
no .zip for this moment because it is WIP
just
adb push SystemUI.apk /system/app/
and set the multitasking horizontal in rom control
if someone wants to help the systemui is in the attachment
this needs to be done:
-translate Recent app string for other languages, currently english and dutch are working(dont know if i will add other languages)
-edit framework-res.apk for image quality(cant get the framework-res to compile, it has to be 170 width and 280 high)
-the hardest part the image angle(this is in Recentpanelview.smali) in java the red line has to be added but i dont know how to do this in smali
Code:
scaleMatrix.setScale(scale, scale);
h.thumbnailViewImage.setScaleType(ScaleType.MATRIX);
h.thumbnailViewImage.setImageMatrix(scaleMatrix);
[COLOR="Red"] h.thumbnailViewImage.setRotationY(20.0f[/COLOR]);
}
}
CHANGELOG
app labels are now centered
disabled blue glow when touching the recent app
Click to expand...
Click to collapse
Any possibility of getting this for the cdma aokp 31 please? I'm on Verizon and this mod is looking sweet!!
Good job hope to see a zip soon.
Related
this theme is for jvu deodexed.
flash at your own risk.
Old change log:
*14 toggles ics themed
*ics themed framework
*ics themed apps. :
-ics keyboard(doesnt vibrates as usual )
-ics themed dialer
-browser
-ics themed messaging app.(thankxx to rahulrulez)
-contacts app.
-non-ics themed backed camera app. With power button photo taking and under 15% battery camera usung.
-system ui.apk
And more that I dont remember, hehe.
*the whole tw framework is ics themed.
*blue battery icon from perka's elin mod. its beautiful and has percentage mod.
Downloads:-
download ics theme for xxjvu deodexed-
http://hotfile.com/dl/142049475/2800666/ICS-THEMEMRJVU.zip.html
Old screenies still most are same.
{
"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"
}
if u r looking for a good rom to flash this theme on, then u can try our doctorz rom v12.1. v13coming soon with this theme.
thread link-
http://forum.xda-developers.com/showthread.php?t=1386292
credits-
Michael Robinson
perka (elin mod, helping me out tons of time and also cause he is awesome . )
ali khalid ( the real doctor)
velenoso84 ( 14 toggles for jvz, great work sconcau team)
lidroid ( the main guy who created 14 toggles)
qobok ( he ported these toggles to sgs )
Rahulrulez(for base ics theme - http://forum.xda-developers.com/showthread.php?t=1400506 )
Hotmykeul
sorry if i left someone out.
PLS HIT THE THANKXX BUTTON IF U LIKED MY HARD WORK AND APPRECIATE IT . IF U DIDNT LIKED IT THEN STILL I TRIED TO HELP YA SO HIT IT ANYWAY. IT S JUST A BIT DOWN TO THE RIGHT.
is it compatible with this: http://forum.xda-developers.com/showthread.php?t=1316749
i like the notifications on that one, yours seem different but great work anyway
one question, if they are not the same can you mod that theme notifications?
cheers
nice work bhuvan
flip360 said:
is it compatible with this: http://forum.xda-developers.com/showthread.php?t=1316749
i like the notifications on that one, yours seem different but great work anyway
one question, if they are not the same can you mod that theme notifications?
cheers
Click to expand...
Click to collapse
Ya, I made it keeping in mind of that theme so that it doesn't overlaps it cause I use that theme only.
mix tweaks-http://forum.xda-developers.com/showthread.php?t=1334818
Anyone needs 5 tab 14 toggle?
mix tweaks-http://forum.xda-developers.com/showthread.php?t=1334818
That would be nice
One request though, could you make the blue color ICS blue?
Sent from my GT-I9000 using Tapatalk
flip360 said:
That would be nice
One request though, could you make the blue color ICS blue?
Sent from my GT-I9000 using Tapatalk
Click to expand...
Click to collapse
If u look properly then the current colour is very close to ics blue. And anything low then this brightness wont look good. I'll make 5 tabs tomorrow.
mix tweaks-http://forum.xda-developers.com/showthread.php?t=1334818
Guys UPDATE, tried to be close to ics blue.
can u make this mod for the last JVA? Thanks!
manager77 said:
can u make this mod for the last JVA? Thanks!
Click to expand...
Click to collapse
I just theme the original 14 toggle mod. I havent made it. Ask qobok, the original maker of this mod to make one for jva and I'll theme it.
Hi BHuvan,
Thanks for this mod.
I'm using the same Rom as you and strangely this mod is not working for me.
I've no status bar and no notifications
Tried to wipe cache/ dalvik cache/fix permissions but same thing.
Any idea?
Sorry to say but u did something wrong, I also faced this problem once. Relfashing v8.1 and then flashing this will solve the problem. DoctorZ ROM v9 will have this included .
BHuvan goyal said:
Sorry to say but u did something wrong, I also faced this problem once. Relfashing v8.1 and then flashing this will solve the problem. DoctorZ ROM v9 will have this included .
Click to expand...
Click to collapse
Just flashed through CWM as usually. I don't see where I can do something wrong
The flash succeed normally and say complete but when I Boot the phone, it works normally and can access all the menus but no status bar/ notifications.
The only solution to get the status bar is by replacing the systemUI in system/app with the original one extracted from the rom.
Maybe a bad flash, reflash DoctorZ ROM v8.1 and then flash my themed mod.
BHuvan goyal said:
Maybe a bad flash, reflash DoctorZ ROM v8.1 and then flash my themed mod.
Click to expand...
Click to collapse
I've tried twice and same result.
As it is coming by default in Drz V9, I'll wait for it.
Thanks.
Can I install this mod on jvt odex? If not then can someone please create an odex version.
Sent from my GT-I9000 using XDA App
Thanks, works fine in jvs!!!
Good good work, looks nice ... Do you have [mode] 10 lockscreen JVT?? THANKS!!!!
romyo said:
Good good work, looks nice ... Do you have [mode] 10 lockscreen JVT?? THANKS!!!!
Click to expand...
Click to collapse
No, y do u want 10. Lockscreen?
Sent from my GT-I9000 using xda premium
BHuvan goyal said:
No, y do u want 10. Lockscreen?
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
Nice work!!! Can you make one edition for odexed?
Or how can i do it myself?
Thanks
14 CUSTOMIZABLE TOGGLE BUTTONS!
Add horizontal-scrolling, fully customizable buttons to your status bar! see the screenshots.
It looks awesome both on cris55 ics theme (update-14toggles-ics-signed.zip) and any gingerbread themed rom (update-14toggles-gb-signed.zip)!
ice cream sandwich preview:
{
"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"
}
gingerbread preview:
Beware, you must be using a deodexed rom, or it's not gonna work.
Click to expand...
Click to collapse
Installing is easy, just put the attached file in your internal memory and flash with recovery.
This is confirmed to be working on these roms:
-gingerice 2.1
-black notes
-optimized kezra v2, v4
-bionic cow
Click to expand...
Click to collapse
NEW DOWNLOAD LINKS:
-Updated for ValuePack ROMs (like KezraVP). Watch out, this will install the ICS theme too, without CRT animation
-Updated for ValuePack ROMs (like KezraVP). Watch out, this will install the ICS theme too, with CRT animation
-Old ROMs version, for ICS themes.
-Old ROMs version, for GB themes.
Click to expand...
Click to collapse
As always, i'm not responsible if it bricks your phone or similar issues. Make sure to do a nandroid backup before flashing, or, alternatively, backup /system/app/systemui.apk in your pc. You can push it to your phone through adb later, if things go wrong.
I didn't do much of this. I just found things around, modified them a bit and created the flashable updater for fast installing.
Click to expand...
Click to collapse
credits to:
lidroid for creating the mod
sileshnair for helping me to port it
xtremesv for ics-theming it
Click to expand...
Click to collapse
Very Good job
I'm very happy there is someone work out in lidroid-res
Simple question..
Is it apply for all based ROM ? or just XXKK1 that modified by cris555
Rio Saputro said:
Very Good job
I'm very happy there is someone work out in lidroid-res
Simple question..
Is it apply for all based ROM ? or just XXKK1 that modified by cris555
Click to expand...
Click to collapse
I'm not sure. I tested it on GingerICE, that is cris55 themed.
Using the ICS theme, it looks like the screenshots i posted. With the GingerBread theme, the buttons on top look like GingerBread ones do, but with notifications and everything else ICS style.
If someone could test it on other ROMs, it would be awesome so we know
Edit: screenshot of how it looks with ics theme+gingerbread buttons.. Yes, ugly as hell
I'm using cris55 ICS theme on my GB stock rom, but this one is not working with odexed rom for sure......... ..
anyway ...great job bro
fender90 said:
I'm not sure. I tested it on GingerICE, that is cris55 themed.
Using the ICS theme, it looks like the screenshots i posted. With the GingerBread theme, the buttons on top look like GingerBread ones do, but with notifications and everything else ICS style.
If someone could test it on other ROMs, it would be awesome so we know
Edit: screenshot of how it looks with ics theme+gingerbread buttons.. Yes, ugly as hell
Click to expand...
Click to collapse
Super ugly...
I will try it latter.. thanks..
Looks good on Black notes ROM.
A tether toggle would have been nice to have in theree as well
Thanks!
sgilmans said:
I'm using cris55 ICS theme on my GB stock rom, but this one is not working with odexed rom for sure......... ..
anyway ...great job bro
Click to expand...
Click to collapse
Mmmmh, you could try making a backup and seeing if it works with an odexed ROM, since you have cris55's theme that theorically requires a deodexed ROM
Nice work dude
Work perfect on kezra V4 rom
Keep it up bro
Sent from my GT-I8150 using xda premium
works well on KP v2, thanks....
fender90 said:
Mmmmh, you could try making a backup and seeing if it works with an odexed ROM, since you have cris55's theme that theorically requires a deodexed ROM
Click to expand...
Click to collapse
tried... a "quickpanel setting" icon added in the menu, can check all the setting but the status bar still stay the same .... no extra toggles
sgilmans said:
tried... a "quickpanel setting" icon added in the menu, can check all the setting but the status bar still stay the same .... no extra toggles
Click to expand...
Click to collapse
Oh well, now we know for sure Thanks for trying mate!
This mod works perfectly on cow bionic rom (6th)...
Sent from my GT-I8150 using Tapatalk
nicely done...no need for quick settings widget, when I have this cool thingy
This mod is very good!! super user-friendly~ Thanks a lot~
Great mod, but one bug fund, flashlight turns on flash, but only for a second or two.
many tried a lot of science feind
Thanks,
Confirmed working on deodexed 2.3.6 ROM.
But as somebody else mentioned, the GB version is a mixed of ICS status bar and GB toggle button style..kind of ugly.
AdliHebat said:
Thanks,
Confirmed working on deodexed 2.3.6 ROM.
But as somebody else mentioned, the GB version is a mixed of ICS status bar and GB toggle button style..kind of ugly.
Click to expand...
Click to collapse
The GB version should look fine on GB.
The ugly thing happens only if you put ICS files on GB or viceversa.
Can you please post a screenshot? I might have messed up the files!
fender90 said:
The GB version should look fine on GB.
The ugly thing happens only if you put ICS files on GB or viceversa.
Can you please post a screenshot? I might have messed up the files!
Click to expand...
Click to collapse
Attached is my screenshot. I used the GB file on GB.
AdliHebat said:
Attached is my screenshot. I used the GB file on GB.
Click to expand...
Click to collapse
Yes, I messed up the files. I'll fix it this evening when I get back home.
Sorry!
Inviato dal mio GT-I8150 usando Tapatalk
{
"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"
}
Another very simple mod. It looks like there are some users who want this thing...
Download for Stock/AOSP JOP40D: http://www.mediafire.com/?59ypr69c7qdqlw8
[JAN 03 : Location service issue fixed. Sorry!! ]
This mod won't disable lockscreen widget feature itself. just remove default camera widget only and change GlowPadView to 3 targets like 4.1 JB.
If you want to remove lockscreen widget feature, use Lockscreen Policy app instead.
*Wallpaper : download
(from LG Optimus G)
--------------------------------------------------------------------------------
*Guide for other rom users :
1) frameworks/base/core/res/res/layout/keyguard_glow_pad_view.xml
Code:
android:orientation="horizontal"
android:gravity="@integer/kg_selector_gravity"
android:contentDescription="@string/keyguard_accessibility_slide_area"
prvandroid:targetDrawables="[COLOR="Blue"]@array/lockscreen_targets_with_camera[/COLOR]"
prvandroid:targetDescriptions="[COLOR="blue"]@array/lockscreen_target_descriptions_with_camera[/COLOR]"
prvandroid:directionDescriptions="@*android:array/lockscreen_direction_descriptions"
prvandroid:handleDrawable="@*android:drawable/ic_lockscreen_handle"
prvandroid:outerRingDrawable="@*android:drawable/ic_lockscreen_outerring"
2) frameworks/base/core/res/res/values/bools.xml
Code:
<resources>
<bool name="kg_enable_camera_default_widget">[COLOR="blue"]false[/COLOR]</bool>
<bool name="kg_center_small_widgets_vertically">false</bool>
<bool name="kg_top_align_page_shrink_on_bouncer_visible">true</bool>
3) frameworks/base/core/res/res/values/config.xml
Code:
that matches the signature of at least one package on this list.
-->
<string-array name="config_locationProviderPackageNames" translatable="false">
[COLOR="Blue"]+ <item>com.google.android.location</item>[/COLOR]
<!-- The standard AOSP fused location provider -->
<item>com.android.location.fused</item>
</string-array>
--------------------------------------------------------------------------------
Flashed and confirmed it's working. Thanks!
EDIT: Compared my GNex using this 4.1 MOD to my Nexus 4 using 4.2 lockscreen and camera actually loads faster with this 4.1 MOD.
Google Now cannot use location settings with this mod enabled. Weather and traffic do not work.
Tried this on Purity ROM and got bootloop. Not sure what I did wrong.
Had to pull battery and re-flash ROM.
This is THE MOD I've been waiting for! Hope that bugs get ironed out...will be checking back frequently.
Thanks!
asawoszc said:
Google Now cannot use location settings with this mod enabled. Weather and traffic do not work.
Click to expand...
Click to collapse
Sorry but that doesn't happen on my phone...
cyhamada said:
Tried this on Purity ROM and got bootloop. Not sure what I did wrong.
Had to pull battery and re-flash ROM.
This is THE MOD I've been waiting for! Hope that bugs get ironed out...will be checking back frequently.
Thanks!
Click to expand...
Click to collapse
Sorry, flashable zip in OP is for stock or pure AOSP rom users. It will not work properly on other custom roms..
But making this mod is not difficult at all. I added guide in OP so you can easily make same mod for your rom.. .
evilisto said:
Sorry but that doesn't happen on my phone...
Sorry, flashable zip in OP is for stock or pure AOSP rom users. It will not work properly on other custom roms..
But making this mod is not difficult at all. I added guide in OP so you can easily make same mod for your rom.. .
Click to expand...
Click to collapse
Thanks for the guide I was about to ask if you could post it up.
Sent from my Galaxy Nexus using Tapatalk 2
can we get a version for verizon Nexus?
thanks
Thanks for this, MOD Master! :good:
BTW, your screenshot shows transparent statusbar, how about the guide on Stock 4.2?
I know I can just reflash my rom I'm using (running mROM 3.2), is there an easy way to revert back to the stock lockscreen?
Can someone make this for the LTE version of the Nexus?
Is it possible to add phone and messages app to the ring?
Sent from my Galaxy Nexus using xda premium
Using a pretty stock ROM (AOSP R7 4.2.1 by udK) and I don't have a base subfolder in the framework folder (in system, I presume, as I haven't found a framework folder anywhere else).
Applying the zip leads to a bootloop.
JohnSteveDoe said:
Using a pretty stock ROM (AOSP R7 4.2.1 by udK) and I don't have a base subfolder in the framework folder (in system, I presume, as I haven't found a framework folder anywhere else).
Applying the zip leads to a bootloop.
Click to expand...
Click to collapse
That's because he applied the mod on raw source directory then built manually. If using apktool to decompile its /res/layout/ and /res/values/
Pretty straight forward
Sent from my Galaxy Nexus using Tapatalk 2
Hi. Great work. I was looking for this for a long time. This is the original stock lock right? Ich tried to flash it, but the installation was aborted for some reason (see the pic with the poor quality). I have stock rooted rom.
Thanks a lot
Sent from my Nexus 4 using xda premium
I have stock 4.2.1 and if I applied this mod I will have bootloop.
evilisto said:
Another very simple mod. It looks like there are some users who want this thing...
[
--------------------------------------------------------------------------------
Click to expand...
Click to collapse
Any idea?
Location service issue fixed
Alexander.p.t. said:
Any idea?
Click to expand...
Click to collapse
I think that is because of your device is not gsm galaxy nexus(maguro)...
You'd better to compile your own for your Nexus 4.. see my guide in OP. Making this mod is not difficult at all.
asawoszc said:
Google Now cannot use location settings with this mod enabled. Weather and traffic do not work.
Click to expand...
Click to collapse
OMG sorry. that issue didn't occur on my phone at that time but during making another mod, I have same problem on mine too. So I (probably) fixed now...
Here is fixed version : http://www.mediafire.com/?59ypr69c7qdqlw8
I also get a bootloop after flashing this mod. Is there a sollution? Or maybe an app or so that clashes with the mod (Lockscreen Policy?).
I run OTA 4.2.1 (JOP40D) with root, CWM 6.0.2.3 on my Gnex.
What a clock widget on lockscreen?
dark-termit said:
What a clock widget on lockscreen?
Click to expand...
Click to collapse
Second. Its very cool.
The Gemütlich ROM!
version 1.0 FINAL (FIX)
{
"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"
}
notes:
-screens 1, 2 and 3 have a different wallpaper than the real version of the ROM.
-this is my first rom so it doesnt have anything super fancy and awesome, IMO it's just cool to make something for the community
-please don't ask for updates since I'm only 13 XD
-yes, I know the title is in german, the translation is "cozy" (im Polish btw)
-my cable connection is not working, so I have to use airdroid to send files bettwen my phone and my computer, so the development is really slowed down A LOT.
-you probably want to turn on your sounds for lock screen, selecting stuff, etc because I added cool new sounds ^.^ do that in Settings > Sounds > scroll all the way down there
features:
-Adrenaline engine
-Custom apps
-Donut Launcher
-TouchWizz5 Icons
-TouchWizz5 Sounds
works:
ALL cm7.2 features
bugs:
-[FIXED]I found a bug where the camera doesn't work
-A bug with wi-fi where you connect to it turn on and restart the wifi and it's stuck at obtaining IP adress
^ I need someone to help me fix that because i have no idea how.
download:
CLICK THE BUNNY!!
QWIK!!!
(\__/)
(='.'=)
(")_(")
(please don't mind the download name being 'Gemutlich0.8-Copy', it's just a thing i forgot to change.)
changelog:
0.1:
-Added rom
0.2:
-Added custom apps
-Added LauncherPro
-Fixed a few bugs
0.3:
-Deleted, and added custom apps
-Added MEIZU theme
-Fixed a few bugs
-Changed title
0.4:
-Fixed bug with MEIZU theme
0.5:
-Changed the Music app to Google Music
-Added new Boot Animation
-Still no idea how to change lock screen and installation text :F
-Changed Font to the Stock one
0.6:
-Changed theme from MEIZU to TouchWizzedB
-Changed font to Roboto
0.7:
-[finally]Added Installation Text =DD
-Fixed bug with TouchWizzedB theme
0.8:
-Added Donut Launcher
-Added TouchWizz5 Icons
-Added TouchWizz5 Sounds
-TouchWizz5 Wallpaper
0.9
-Added 'Smart Launcher' (a better launcher and less buggy)
-Added new google play app
-Added new defy wallpaper
installation:
Code:
1. Copy ZIP to SD Card
2. Reboot to recovery
3. Wipe Data/Factory Reset
4. Install ZIP from SD Card
5. Select the ZIP, install it
5. [b]Wipe Data/Factory Reset[/b] (Yes, again.)
6. Reboot
7. ENJOY
To-Do list of things To-Do:
-Different Icons
-Different Lock Screen[?]
-Better boot Animation
-Instalation text [lmao]
Thanks to:
-Samsung for Galaxy Gio and the epic TW5 icons
-Google for android
-Yarman2000 for motivating me to make this ROM, AND the defy
wallpaper
-marcin1147, for Cyanogen Mod 7.2
-ImbaWind, for Adrenaline Engine
Creators of these apps:
Smart Launcher
Dolphin Browser
AirDroid D)
ES File Explorer
XDA DEV app
The new google play app
If I forgotten someone please tell me
Re: [ROM][WIP] Gemütlich Hütte [CM7.2]
you're using root explorer pro?
remove it, its forbidden on XDA.
Sent from my GT-S5660 using xda app-developers app
voetbalremco said:
you're using root explorer pro?
remove it, its forbidden on XDA.
Sent from my GT-S5660 using xda app-developers app
Click to expand...
Click to collapse
No problem, I'm going to remove it ASAP, when I get back from school tommorow, now I gotta go to bed
Re: [ROM][WIP] Gemütlich Hütte [CM7.2]
pefu19 said:
No problem, I'm going to remove it ASAP, when I get back from school tommorow, now I gotta go to bed
Click to expand...
Click to collapse
atleast temporary remove your download link cuz this is against
XDArules, and you might get an infraction.
Sent from my GT-S5660 using xda app-developers app
Re: [ROM][WIP] Gemütlich Hütte [CM7.2]
Sorry too late now I'm in bed I will remove the app from my rom replace it with something not against the rules
Really sorry but I spent 5 hours on this today I'm really tired now
Sent from my GT-S5660 using Tapatalk 2
Edit:
Ah there now its fixed
LOL Are you the same guy I just talked to? That's fast work. Nice job.
But it's quality that matters
Good job pefu.
I'll help you in developing this ROM if you want
Bumpedy Bumpy Bump
bump =o
pefu19 said:
bump =o
Click to expand...
Click to collapse
can u put screen shot your rom???
sky_man847 said:
can u put screen shot your rom???
Click to expand...
Click to collapse
They're there, can't you see them?
Well, here they are
http://img203.imageshack.us/img203/1811/screenshot1359743335152.png
http://img198.imageshack.us/img198/66/screenshot1359743276504.png
http://img62.imageshack.us/img62/116/screenshot1359743291845.png
http://img651.imageshack.us/img651/7748/screenshot1359668843900.png
update bump lolz
bump d=
In latest version 0.8, impossible to going in setup of Cyanogen. , need fix.
Bibounet said:
In latest version 0.8, impossible to going in setup of Cyanogen. , need fix.
Click to expand...
Click to collapse
I had the same problem in the test version of 0.8, swapping the Phone app fixed it, and it worked just fine, but IDK, maybe you need to reinstall the rom, It works for me just fine, if it still doesn't work, install a different rom with 2.3.x android on it and just without wiping install my rom, because you won't need to get into the setup, or do you mean the CyanogenMod Settings? That's a bug with an application IDK the name of.
bumpedy bumpy bump o;;;;
THEME SGS IV - UNIVERSAL INSTALLER [16/04/2013]
This theme changes the look of our rom to assimilate as much as possible to the SGS IV, added some apps from Samsung and thematizes own launchers of some typical applications.
The installer should be valid for any rom 4.2.2 JB (probably also 4.2.1). I can not prove it at all, so I will be adding to the list of roms "supported" you make me come, or that I've tried it myself.
{
"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:
lrf and Grady22 for their mods for SGS II and SGS. I took some of the ideas and data to create my own mod
FEATURES:
TW Launcher
Mod Accuweather SGS IV. I extracted the pngs of the S4 AccuWeather, adapted its resolution, created some new and modified various xml to get a similar look to the new Accuweather.
Apps Samsung: Calculator and SNotes
Themeds Contacts and dialpad
Themeds Status bar, Framework and Settings
Icons SGS IV
SGS IV Wallpapers
ROMS WORKS OK
Mackay
SuperNexus 2.0 Build 4
CM 10.1
Fishears 10.1
CyanAosp
ThinkingBridge ROM Stable-1
SexyNogen
Gamerzrom
INSTALLATION
The installer "injects" the pngs in the original files of the rom and add the apps in the system. So it should be compatible with different roms of our SGS and different versions
The zip installer uses the Universal Flasher Tool, which is integrated in it. It has two advantages:
Make the two alone wipes needed (cache and dalvik cache)
Make a backup of the files that will be changed, creating an installable zip recovery. If you do not like the theme, you can return to the previous state of the ROM. The backup reinstallable find what UniversalFlasher folder in the sdcard. They are identified by the date on the file name.
To install:
Copy the downloaded zip in internal SD
Restart the phone in recovery
Choose "install zip from sdcard"
Choose "choose zip from sdcard"
Find and select the zip
Restart
To avoid errors, is recommended always install on a ROM version that has not been previously modified with other mod or theme. However, in certain cases may occur bootloop on reboot. If so, reboot into recovery and restore the backup or reinstall your rom (no wipes).
DOWNLOADS
CHANGELOG V6:
Add Samsung Apps
Add new bootanimaton
Add new AccuWeather show like as S4 AccuWeather. To create it, I have relied on a Grady22 mod. HDPI + XHDPI (see screenshot)
CHANGELOG V5;
Removed the xml that caused error in some roms
Remove Cento apps
CHANGELOG V4;
New TouchWiz with counter of missed calls and SMS
New look in Status Bar
New icons theming in framework
Black background in settings
Theme SGS IV - V6
TouchWiz + New AccuWeather S4
=============================
EXTRAS
Install after the theme.
AccuWeather 100% transparent * **** * AccuWeather 80% transparent
AccuWeather + TouchWiz V2
thank you, I'll try it on SGW
Edit:
Working on SGW using CM10.1 by arco68
Almost all works on sgs+, but with cm10.1 you can't put the clock widget to the lockscreen. Few icons missing and clock in the notification bar has the stock color.
MulQvisti said:
...clock in the notification bar has the stock color.
Click to expand...
Click to collapse
To change the clock´s color is necessary to work with each rom systemUI. I can not change it with a theme.
does it work on beast rom root xl ??
Could you please post some screen shots of how the phone looks
jay5204.abd said:
does it work on beast rom root xl ??
Could you please post some screen shots of how the phone looks
Click to expand...
Click to collapse
No doubt it should,you'll just have to flash the backup you'll find under /sdcard/universalflasher if something is wrong.
Don't hesitate and ask peoples,just try and report here to reassure others
Thank you , i will try it in c-rom mix v14 by aways and give you feedback
Heyy your mod works perfectly fine
Good job keep it up
Sent from my GT-I9000 using xda app-developers app
Confirmed working in supernexus. Works perfect
Sent from my GT-I9000 using xda app-developers app
very nice touch wiz, all works
nice work
Touchwiz with weather working at cm 10.1, nice job.
Sent from my GT-I9000 Galaxy S
Rom : CM 10.1 JB 4.2.2 all stock
Thanks works realy well, can you put the samsung keyboard?
Is it possible to make another version for fishears rom ( for roms with old layout ) coz this version gives me bootloop I guess because of the different layout.
Can I flash this on SAMSUNG GALAXY S PLUS?
Is this the one used in your cyber sgs4? rom
Sent from my Samsung Galaxy Note II using XDA-Developers Premium Apps
xxxSuperserieSxxx said:
Is this the one used in your cyber sgs4? rom
Sent from my Samsung Galaxy Note II using XDA-Developers Premium Apps
Click to expand...
Click to collapse
Yes. It's the same
Enviado desde mi GT-I9000
@Cyberaprendiz,
Something to keep in mind for future reports maybe:
Bejda said:
Does your rom have TRDS feature (The Real Dark Slim, feature coming from Slim sources you can find on many others rom now,a switch in settings to get SysUi,Settings,Framework and maybe others apk inverted)?
Anyway the case of someone saying it doesn't work on his rom will surely occurs one day,those ROM's apk are made differently:
They have drawables-inverted-hdpi folder and it's them that are used when TRDS is on.
Click to expand...
Click to collapse
Did anybody tryed on 4.1.2?
Is there anyone can make mirror url? Coz i cant downloading from mediafire, its always stop in 99%.
Thanks
Sent from my GT-I8150 using Tapatalk 2