[B] New Multi Mods LSC+JB/AOSP Multi Lockscreen +23 Toggles All works Perfectly [/B] - Galaxy Note GT-N7000 Themes and Apps

Hi xda fellas
Are you boring about jb lock screen feature?
Do you like alls news jb lock screen stuffs?
Then..
Enjoy this:
this is my new mod I ported from a S2 mods:
4 way reboot
Ink effect whit toggles
Some stuffs...I don't remember
AOSP LOCKSCREEN FEATURE WHIT TOGGLE
You can choose if you want jb lock screen or aosp lock screen, as your choice....
Just tick the toggle
{
"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"
}
Link
http://db.tt/5UHANgfJ
Just flash it...
I made This New mod by add it into primary mod by robbie hood as base , cause it have some goods stuffs and I'm lassist ...so big thanks man
23 toggles alls working:
http://forum.xda-developers.com/showthread.php?p=34976673
Credits :
Big thanks to Mirko_ddd :beer::beer:
Robbie hood ...see above
@ALL
I SOLD MY GT-N7000 SO I STOP MYSELF TO DEVELOP ABOUT THIS FANTASTIC DEVICE.......
NOW I'M STUDYNG VERY VERY HARD TO BE A MASTER ABOUT JAVA ;C#;AND C++.
WHEN I DONE IT
(SOON) I'LL RETURN ON XDA COMMUNITY AND THE TRUE FUN WILL COMING'UP!!!!!
HELLO AND SEE YOU SOON MY FRIENDS:laugh:

One more for me
Inviato dal mio GT-N7000 con Tapatalk 2

For How to corner's
Inviato dal mio GT-N7000 con Tapatalk 2

Downloading!!!!
Enviado desde mi GT-N7000 usando Tapatalk 2

If someone can post a AOSP lockscreen screenshot to put at OP... I 'd appreciated, cause I'm unable to do by myself at this moment
Thanks in advance
Inviato dal mio GT-N7000 con Tapatalk 2

Great job mate.
Inviato dal mio GT-N7100 con Tapatalk 2

giuros77 said:
Great job mate.
Hey Man!!!!!!
Inviato dal mio GT-N7100 con Tapatalk 2
Click to expand...
Click to collapse
Inviato dal mio GT-N7000 con Tapatalk 2

Ofeliax said:
Hi xda fellas
Are you boring about jb lock screen feature?
Do you like alls news jb lock screen stuffs?
Then..
Enjoy this:
this is my new mod I ported from a S2 mods:
4 way reboot
Ink effect whit toggles
Some stuffs...I don't remember
AOSP LOCKSCREEN FEATURE WHIT TOGGLE
You can choose if you want jb lock screen or aosp lock screen, as your choice....
Just tick the toggle
Link
http://db.tt/5UHANgfJ
Just flash it...
I made This New mod by add it into primary mod by robbie hood as base , cause it have some goods stuffs and I'm lassist ...so big thanks man
23 toggles alls working:
http://forum.xda-developers.com/showthread.php?p=34976673
Credits :
Big thanks to Mirko_ddd :beer::beer:
Robbie hood ...see above
Giuros77
Inviato dal mio GT-N7000 con Tapatalk 2
Click to expand...
Click to collapse
Ahahahaha you are the Myth ofeliax!!! Bye my friend!!!:thumbup:
™GHOST™ FROM CRASH ROM V3.2 SCAMUS 240DPI®

enjoyi
i will update my mod soon and have some new goodies

Can I flash and use this on the Ultimate JB Rom V5.1?

Robbie Hood said:
enjoyi
i will update my mod soon and have some new goodies
Click to expand...
Click to collapse
hey man!!!!!
Good works and best wish:good:
immortalm said:
Can I flash and use this on the Ultimate JB Rom V5.1?
Click to expand...
Click to collapse
yes...you can!!
if you have some preloads files into your rom then install it manually(set rw-r-r permission)
@ALL
I SOLD MY GT-N7000 SO I STOP MYSELF TO DEVELOP ABOUT THIS FANTASTIC DEVICE.......
NOW I'M STUDYNG VERY VERY HARD TO BE A MASTERPIECE ABOUT JAVA ;C#;AND C++.
SOON I'LL RETURN ON XDA COMMUNITY AND THE TRUE FUN WILL COMING'UP!!!!!
HELLO AND SEE YOU SOON MY FRIENDS:laugh:

R: [B] New Multi Mods LSC+JB/AOSP Multi Lockscreen +23 Toggles All works Perfectly [/
Good work crazy
Inviato dal mio GT-N7000 con Tapatalk 2

ntony17 said:
Good work crazy
Inviato dal mio GT-N7000 con Tapatalk 2
Click to expand...
Click to collapse
HEY FRIEND
This is a bite
importjava.awt.Container;
importjavax.swing.JButton;
importjavax.swing.JFrame;
importjavax.swing.JPanel;
public class CreaFrame {
public static void main(String[] args) {
final int LARGHEZZA= 300;
final nt ALTEZZA = 150;
final int ASCISSA = 100;
final int ORDINATA = 100;
final String TITOLO ="Frame con pannello e 2 pulsanti";
JFrame aframe =new JFrame(TITOLO);
aframe.setSize(LARGHEZZA, ALTEZZA);
aframe.setLocation(ASCISSA, ORDINATA);
aframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE );
JPanel panel =new JPanel();
JButton button1 =new JButton("button1");
JButton button2 =new JButton("button2");
panel.add(button1);
panel.add(button2);
Container contentPane = aframe.getContentPane();
contentPane = aframe.getContentPane();contentPane.add(panel);
setVisible(true);
}
}
this's a simple panel whit 2buttons in Java
Ciao

will this work on SuperNexus 2.0 ?

Ofeliax said:
Hi xda fellas
Are you boring about jb lock screen feature?
Do you like alls news jb lock screen stuffs?
Then..
Enjoy this:
this is my new mod I ported from a S2 mods:
4 way reboot
Ink effect whit toggles
Some stuffs...I don't remember
AOSP LOCKSCREEN FEATURE WHIT TOGGLE
You can choose if you want jb lock screen or aosp lock screen, as your choice....
Just tick the toggle
Link
http://db.tt/5UHANgfJ
Just flash it...
I made This New mod by add it into primary mod by robbie hood as base , cause it have some goods stuffs and I'm lassist ...so big thanks man
23 toggles alls working:
http://forum.xda-developers.com/showthread.php?p=34976673
Credits :
Big thanks to Mirko_ddd :beer::beer:
Robbie hood ...see above
Giuros77
Inviato dal mio GT-N7000 con Tapatalk 2
Click to expand...
Click to collapse
can you PLEASE explain to me how i install ONLY the AOSP lockscreen on my samsung galaxy S2? i use the jelly bean 4.1.2 stock Nordic with ROOT! just that! how i install the lockscreen ..? i lost my stock lock screen doing this process..? thank you very much.

R: [B] New Multi Mods LSC+JB/AOSP Multi Lockscreen +23 Toggles All works Perfectly [/
brightonskaterdude said:
will this work on SuperNexus 2.0 ?
Click to expand...
Click to collapse
williamtavares said:
can you PLEASE explain to me how i install ONLY the AOSP lockscreen on my samsung galaxy S2? i use the jelly bean 4.1.2 stock Nordic with ROOT! just that! how i install the lockscreen ..? i lost my stock lock screen doing this process..? thank you very much.
Click to expand...
Click to collapse
It's just a gt-n7000 mods .....sorry
You have 2 options:
1) make/port yourself this simple mod....search for tut about it (I MAKE ONE BY MYSELF TOO in gt-n7000 android development section)
2) ask to make this one to any devs in your own device sections....
Cheers
Inviato dal mio GT-N8000 con Tapatalk 2

Greetings Ofeliax , from your transparent friends

the JB lockscreen is a little bit buggy on LSZ if i often and fast press power and unlock the phone. it freezes.
by itself it is a very nice mod. hope there will be an update (and perhaps with the new 4.2 lockscreen.)

downloading will test it. thank you looks really nice

Ofeliax said:
Hi xda fellas
Are you boring about jb lock screen feature?
Do you like alls news jb lock screen stuffs?
Then..
Enjoy this:
this is my new mod I ported from a S2 mods:
4 way reboot
Ink effect whit toggles
Some stuffs...I don't remember
AOSP LOCKSCREEN FEATURE WHIT TOGGLE
You can choose if you want jb lock screen or aosp lock screen, as your choice....
Just tick the toggle
Link
http://db.tt/5UHANgfJ
Just flash it...
I made This New mod by add it into primary mod by robbie hood as base , cause it have some goods stuffs and I'm lassist ...so big thanks man
23 toggles alls working:
http://forum.xda-developers.com/showthread.php?p=34976673
Credits :
Big thanks to Mirko_ddd :beer::beer:
Robbie hood ...see above
@ALL
I SOLD MY GT-N7000 SO I STOP MYSELF TO DEVELOP ABOUT THIS FANTASTIC DEVICE.......
NOW I'M STUDYNG VERY VERY HARD TO BE A MASTER ABOUT JAVA ;C#;AND C++.
WHEN I DONE IT
(SOON) I'LL RETURN ON XDA COMMUNITY AND THE TRUE FUN WILL COMING'UP!!!!!
HELLO AND SEE YOU SOON MY FRIENDS:laugh:
Click to expand...
Click to collapse
Work con stock LSZ?
Enviado desde mi Nexus 7 usando Tapatalk 2

Related

[ROM][ICS] Nightmare v.3 [AOKP Based]

This is my first rom....the Nightmare
Current version= v.3
Changelog = post #3
This is my first rom...it's based on Oisis's Milestone and have very good battery (*after one/two complete charge you can enjoy it!*) and some little graphics changes. Feedback is welcome!
CARATHERISTICS:
Apps:
-Apollo
-Calcolatri
-Calendar
-Calcolatrice
-Clock
-Digital Clock (s3 widget)
-Download
-Dolphin browser HD
-Camera
-Gallery
-Settings
-Sms (bubble theme)
-People
-Phone
-Search
-SuperUser
-Task manager
Click to expand...
Click to collapse
Launchers:
-Apex Launcher Jelly Bean Themed
-TouchWiz Nature UX
Click to expand...
Click to collapse
Specifichs:
-Rom base: Milestone
-Kernel: Oisis
-->Themes
--System
--TouchWiz 5.0
----->Other Features
-Scroll speed
-Web speed
-Very good battery!
-Other tweaks
Click to expand...
Click to collapse
Thanks to:
-Oisis for the base rom
-Zeppelinrox for tweaks
Click to expand...
Click to collapse
INSTALLATION :
Links to post #3
1. Charge the phone from 80 to 100% (recomanded for battery performance)
2. Full wipe
3. Flash rom
4. Flash GApps
5. Full wipe
6. Fix permissionions
7. Reboot system Now.
8. Apex->impostazioni tema->Jelly Bean HD
9.Enjoy!!
Some screen...:
{
"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"
}
Some links........:
Rom e Fix:
-Nightmare v.2
-GApps
Old releases
Spoiler
Nightmare v.1
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Changelog
Nightmare v.2
Spoiler
-Base rom: Milestone rc1
-Video works
-
-Last camera fix (for aokp ) included
-New bubble theme for sms
-Chrome deleted
-Added Dolphin Browser HD (more fast )
-Explorer delere
-Added Root Browser lite (the best free!)
-Special bootanimation
-And special bootaudio
-Change digital clock
-Added Oisis's Wp (beaitiful! )
Click to expand...
Click to collapse
Apk:
--> I'll add here apks that you ask me
- Google Play music
Click to expand...
Click to collapse
Great Rom
The rom is on my italian forum! I'm only port 1st, 2nd and 3 post to English
Inviato dal mio stereo jelly metal
hypnos17 said:
The rom is on my italian forum! I'm only port 1st, 2nd and 3 post to English
Inviato dal mio stereo jelly metal
Click to expand...
Click to collapse
I was too fast
UpGado said:
Great Rom
Click to expand...
Click to collapse
UpGado said:
I was too fast
Click to expand...
Click to collapse
It isn't a matter
Inviato dal mio stereo jelly metal
Is call volume during call working?
Joy` said:
Is call volume during call working?
Click to expand...
Click to collapse
No, beacause is based on milestone. As soon as Oisis fix it i will include the fix
Inviato dal mio stereo jelly metal
Nice to see some more roms. Good job.
You could add holo locker for a more jelly bean'ish design
Gesendet von meinem GT-I9001 mit Tapatalk
john9 said:
Nice to see some more roms. Good job.
Click to expand...
Click to collapse
Thanks
Keinbockwurst said:
You could add holo locker for a more jelly bean'ish design
Gesendet von meinem GT-I9001 mit Tapatalk
Click to expand...
Click to collapse
Yeah...but I don't like to include too app...but maybe.....
Inviato dal mio stereo jelly metal
Hi i'm alaanto , you never know me but i love your rom , i have flashed it yestarday , it was very fast and cool ..... Rotfl
Sent from my Heretic Plus using xda app-developers app
Rotfl.....? What is this?
Many thanks and hit the thanks button!
Inviato dal mio stereo jelly metal
Yes sir , now i 'm going to flashing your rom and i'm going to test it
Sent from my Heretic Plus using xda app-developers app
alaanto said:
Hi i'm alaanto , you never know me but i love your rom , i have flashed it yestarday , it was very fast and cool ..... Rotfl
Sent from my Heretic Plus using xda app-developers app
Click to expand...
Click to collapse
hypnos17 said:
Rotfl.....? What is this?
Many thanks and hit the thanks button!
Inviato dal mio stereo jelly metal
Click to expand...
Click to collapse
alaanto said:
Yes sir , now i 'm going to flashing your rom and i'm going to test it
Sent from my Heretic Plus using xda app-developers app
Click to expand...
Click to collapse
must be special lol second time your flashing it
Verstuurd van mijn GT-I9001 met Tapatalk
ad0dh said:
must be special lol second time your flashing it
Verstuurd van mijn GT-I9001 met Tapatalk
Click to expand...
Click to collapse
It's my stupid italian friend (@Ala )
Anyone flash it?
Inviato dal mio stereo jelly metal
maybe you should tell us the difference between your rom and vanilla aokp.
why we should install this rom, only for some apps?
i can't see special difference?!
just a hint
and please write the specifics of your rom in english.
The wifi thetering and deepsleep working??? Is there ics navigation bar option in this rom?
texten said:
maybe you should tell us the difference between your rom and vanilla aokp.
why we should install this rom, only for some apps?
i can't see special difference?!
just a hint
and please write the specifics of your rom in english.
Click to expand...
Click to collapse
Thanks.
I'm doing it
nevar27 said:
The wifi thetering and deepsleep working??? Is there ics navigation bar option in this rom?
Click to expand...
Click to collapse
Wifi tether works, deepsleep too. There is ics navigation bar...I must post a screen of battery
Inviato dal mio stereo jelly metal

XXLS2 LAUNCHER 5x6 grid autorotation

From:
-Robbie Hood, popular dev (Alliance), no need presentation (big thanks!!)
-Shinva, Italian dev and dear friend
EXTRAMODDED LS7 LAUNCHER
-folder airview enabled (Robbie)
-9 home screens + autorotation! (Shinva)
download
http://db.tt/eCEd61TP
today I will add
-6x5 home grid
-6 icons bottom bar
_________older version
Soloilmeglio extra modded launcher for LS2
{
"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"
}
-9 home screen
-5x6 home grid
-5x6 drawer grid
-6 shortcuts bottom bar
-autorotation
Works at 320 dpi
Download, rename in SecLauncher2.apk and copy apk in system/app setting proper permission and owner, reboot
http://db.tt/JwrjopOi
I share also two pics made by me with photoshop (using other pics as base)
Italian style
Use as wallpaper, home and lockscreen
http://img443.imageshack.us/img443/8372/defaultwallpaper.jpg
http://img705.imageshack.us/img705/9477/keyguarddefaultwallpape.jpg
Inviato dal mio GT-N7000 con Tapatalk 2
great work it looks fantastic but i only get 6 home screens nvm sorted
very nice. thanks :good:
anubis1126 said:
great work it looks fantastic but i only get 6 home screens nvm sorted
Click to expand...
Click to collapse
why six? I've enabled 9 home screens... six is your favourite configuration or my launcher has 6 max screen count?
can u make the call screen auto rotation
Does not work for me, deodexed jb. Pasted it to system apps set permission to rw-r-r rebooted and nothing.same old launcher. Have i to rename it or delete original. Cause i can see two launchers in system app.but cannot launch this one. Thanks
Sent from my GT-N7000 using xda app-developers app
sahil4u said:
Does not work for me, deodexed jb. Pasted it to system apps set permission to rw-r-r rebooted and nothing.same old launcher. Have i to rename it or delete original. Cause i can see two launchers in system app.but cannot launch this one. Thanks
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
Sorry you have to rename in SecLauncher2.apk paste in system with proper permission and reboot ....
Inviato dal mio GT-N7000 con Tapatalk 2
Op updated with correct instruction
Inviato dal mio GT-N7000 con Tapatalk 2
Weather widget does not fit well, rest seems to work fine.
Sent from my GT-N7000 using xda app-developers app
Looks great mate. Keep up the good work!!!
Sent from my GT-N7000 using Tapatalk 2
Edit: Can I have the pic that you use for wallpaper? The one with the stripes!
i got a small problem.
i managed to create a folder in the App drawer using TW and i can't delete it. I tried to replace the apk again with fresh copy but no luck. any ideas?
ycs. said:
i got a small problem.
i managed to create a folder in the App drawer using TW and i can't delete it. I tried to replace the apk again with fresh copy but no luck. any ideas?
Click to expand...
Click to collapse
No problem for me... you have to tap left soft touch in drawer and select "edit" (if my translation is correct, in italian menu the option si called "modifica")
Then you can delete it
Inviato dal mio GT-N7000 con Tapatalk 2
sotiris20 said:
Looks great mate. Keep up the good work!!!
Sent from my GT-N7000 using Tapatalk 2
Edit: Can I have the pic that you use for wallpaper? The one with the stripes!
Click to expand...
Click to collapse
Just an Italian taste ahahahhahaha
Made by me with photoshop (from other base)
http://img443.imageshack.us/img443/8372/defaultwallpaper.jpg
http://img705.imageshack.us/img705/9477/keyguarddefaultwallpape.jpg
Inviato dal mio GT-N7000 con Tapatalk 2
soloilmeglio said:
No problem for me... you have to tap left soft touch in drawer and select "edit" (if my translation is correct, in italian menu the option si called "modifica")
Then you can delete it
Inviato dal mio GT-N7000 con Tapatalk 2
Click to expand...
Click to collapse
Grazie Mille :good:
I've found a few issues with this launcher and the way it fits icon labels. See attachments.
Sent From An Incognegro Galaxy Note
Whether this will work at 213dpi
Sent from my GT-N7000 using xda app-developers app
THX MAN !!!!
run good, change description, it's also compatible XXLS7 (tested N aprrouved with alliance rom alpha 0.2)
edit: FC with calandar widget stock
please it's possible you mode TW luncher of LS7 just for rotation. thx advance
https://dl.dropbox.com/u/20007407/SecLauncher2.apk
M3GATROLL said:
THX MAN !!!!
run good, change description, it's also compatible XXLS7 (tested N aprrouved with alliance rom alpha 0.2)
edit: FC with calandar widget stock
please it's possible you mode TW luncher of LS7 just for rotation. thx advance
https://dl.dropbox.com/u/20007407/SecLauncher2.apk
Click to expand...
Click to collapse
it was already done by my friend Shinva.... I ask to him if I can share it (launcher come from Alliance rom, with folder airview enabled)
Inviato dal mio GT-N7000 con Tapatalk 2
I've just send a request to share new launcher to Robbie Hood (alliance dev) with all thanks and proper credits.
If no problem for Robbie I'll share it ... I've only to change grid layout (5x6) and 6 icon in bottom bar... the rest was done by my friend Shinva (autorotation and 9 home screen)
Inviato dal mio GT-N7000 con Tapatalk 2
op updated
From:
-Robbie Hood, popular dev (Alliance), no need presentation (big thanks!!)
-Shinva, Italian dev and dear friend
EXTRAMODDED LS7 LAUNCHER
-folder airview enabled (Robbie)
-9 home screens + autorotation! (Shinva)
download
http://db.tt/eCEd61TP
today I will add
-6x5 home grid
-6 icons bottom bar
Inviato dal mio GT-N7000 con Tapatalk 2

Darboc's transparent mods lsc/ls4

Hi transparents friends
My new transparents mods for LSC/LS4 coming out:
NEWS:
Restyled some buttons
Transparents notifications at pull down
6 toggles showed as portrait mode /9 as landscape
About me:
I always answer every questions, just little bit of patience
PM too...
I REALLY SHARE ALL MY "HOW TO"....
I like education
I'm funny/lazy men
To right devs /themers:
you can take all my mods or any party of its , but I'd like (only for education and respect each others) that you ask to me...
For warez/smooth/ not right dev/themers
Hit thanks as minimum, as "fair play"
Credits are appreciated but not requested, it's just personal education..imo
FULL TRANSPARENT MEAN :
Transparent status bar
Transparent pulldown, toggles, brightness bar.
Transparent notifications
23 TOGGLES FULL TRANSPARENT BLUE THEMED CIRCLE BATTERY 3 BUTTONS FLASHLIGHT AND REBOOT WORK PERFECTLY
http://db.tt/b9ZWHQWv
{
"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"
}
FULL TRANSPARENT BLUE THEMED CIRCLE BATTERY 3 BUTTONS
http://db.tt/NlWTRVG2
blue center clock buttons
http://db.tt/eUbCLOWr
FULL TRANSPARENT GREEN THEMED CIRCLE BATTERY 3 BUTTONS
http://db.tt/aG9tyYEB
green center clock buttons
http://db.tt/8O4VaEae
FULL TRANSPARENT WHITE THEMED CIRCLE BATTERY 3 BUTTONS
http://db.tt/dNuuongi
white center clock buttons
http://db.tt/Oo62QB9t
LS4 23 TOGGLES FULL TRANSPARENT MULTI THEMED CIRCLE BATTERY 3 BUTTONS FLASHLIGHT AND REBOOT WORK PERFECTLY
Blue themed
http://db.tt/5C1Iq9MF
Green themed
http://db.tt/KSuvA8Hk
White themed
http://db.tt/Ll186NMP
SCREEN SHOOTS COMING SOON
CREDITS TO:raubkatze for some png
lidroid for his lidroid-res
Devs tips
Transparent notifications at pull down:
- in SystemUI/smali/com/android/systemui/statusbar/phone/PhoneStatusBar.smali
find two lines: invoke-virtual {v14, v15}, Landroid/view/View;->setAlpha(F)V
Just change: const/high16 v15, -0x100
to
const/high16 v15, 0x0
Save and recompile as usual
At framework-res/values/drawables.xml
Just Edit this line so:
<item type="drawable" name="notification_item_background_color">#00000000</item>
Save and recompile......
Cheers
Inviato dal mio GT-N7000 con Tapatalk 2
Mods friends corners
If someone want to share pm me
Inviato dal mio GT-N7000 con Tapatalk 2
Helo! green transparent statusbar pleace
Working on thaidai rom
Sent from my GT-N7000 using xda app-developers app
Hello and thank you very much. Question is the statusbar transparent?
gnikolakis said:
Hello and thank you very much. Question is the statusbar transparent?
Click to expand...
Click to collapse
Off course..
It's full transparent
Enjoy
Inviato dal mio GT-N7000 con Tapatalk 2
Thanks a lot mate...
Great job... :thumbup::thumbup:
Sent from my GT-N7000 using xda premium
Ofeliax said:
Off course..
It's full transparent
Enjoy
Inviato dal mio GT-N7000 con Tapatalk 2
Click to expand...
Click to collapse
hello!don't green transparent statusbar.
Rom thaidai, Philz kernel, flashed blue theme 3 buttons, wipe cache and delvik. Struck at boot animation.
Edit: android update appns, starting appns, goes back to boot animation.
Sent from my GT-N7000 using xda premium
Wow.... been waiting for this mode... happy tp see that its up now for LSC. Thanks... downloading now..
Sent from my GT-N7000 using xda app-developers app
Its not work on barebone v2.i already flash from cwm but there is nothing chance..
Sent from my GT-N7000 using xda premium
Very good work, try it on Ultimate N7000 XXLSC v5.1, but the status bar is BLACK not transparent.
1 the extra icons on the status bar is not necessary as it is already too crowded on the bar
2 it is hard to press on it when you want to use them.
3 it is on the drop down page already.
How can i remove them.,
may be please make one without the extra icon on it while you fix the transparent status bar.
thank you for your great work!!
huynhthoaianh said:
Working on thaidai romView attachment 1533996
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
dsmas said:
Rom thaidai, Philz kernel, flashed blue theme 3 buttons, wipe cache and delvik. Struck at boot animation.
Edit: android update appns, starting appns, goes back to boot animation.
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Dsmas
Maybe wrong download?
Inviato dal mio GT-N7000 con Tapatalk 2
ferryaryan said:
Its not work on barebone v2.i already flash from cwm but there is nothing chance..
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Maybe Have Barebone rom lidroid-res.apk?
CHECK IT at system/framework folder..
Can you upload systemUI.apk?
So I can take a look into...
Inviato dal mio GT-N7000 con Tapatalk 2
Is it possble to make a transparent top bar? Thanx in advance.
Ofeliax said:
Maybe Have Barebone rom lidroid-res.apk?
CHECK IT at system/framework folder..
Can you upload systemUI.apk?
So I can take a look into...
Inviato dal mio GT-N7000 con Tapatalk 2
Click to expand...
Click to collapse
Therebis no lidroid-res.apk at system/framework folder.
Can you tell me how to upload file from xda application?
Thanks
Sent from my GT-N7000 using xda premium
ferryaryan said:
Therebis no lidroid-res.apk at system/framework folder.
Can you tell me how to upload file from xda application?
Thanks
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
I think that isn't possible to upload by xda app
Use dropbox or similar
Otherwise by pc on xda forum
Inviato dal mio GT-N7000 con Tapatalk 2
gnikolakis said:
Is it possble to make a transparent top bar? Thanx in advance.
Click to expand...
Click to collapse
Can you be more accurate? Please
If you post a screenshot whit some mark to make me figure out
Inviato dal mio GT-N7000 con Tapatalk 2
Ofeliax said:
Can you be more accurate? Please
If you post a screenshot whit some mark to make me figure out
transparent statusbar dont working, its black
Click to expand...
Click to collapse

|█▓▒░Ultimate mods(8-12-2013) for galaxy s II plus jb 4.2.2░▒▓█

|█▓▒░Ultimate mods(8-12-2013) for galaxy s II plus jb 4.2.2░▒▓█
{
"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"
}
SAMSUNG GALAXY S III CAMERA
Click to expand...
Click to collapse
GALAXY NOTE GT-N7000 SMEMO
Click to expand...
Click to collapse
For Smemo For S II Plus Move:SAMSUNG GALAXY NOTE SMEMO PORT
Click to expand...
Click to collapse
For Galaxy S3 Camera Move :SAMSUNG GALAXY S3 CAMERA PORT
Click to expand...
Click to collapse
NOTE:THESE MODS ARE GENERALLY MADE FOR DEODEXED ROM​Few of them work on Odex ROMs too but I would recommend to use them on DEODEXED ROMs.​
Click to expand...
Click to collapse
MODS​
1. Note 3 Launcher
1.5.Stock Launcher
2.Note 3+S4 Wallchooser
3.FIVE LockScreen Shortcuts
(Works only on JB 4.2.2 XXUMI3)[SIZE]
4.Story Album Widget
5.Transparent Accuweather widget
6.Note 3's Active Apps Widget
7.GALAXY NOTE 2's Keyboard
8.Note 2's Pop up Browser
9.Note 3's(THEME) Buttons layout+Settings
10.Note 3's Morning Alarm App
Click to expand...
Click to collapse
ABOUT MODS
1.Note 3 launcher
-Offers 5x5 Apps Menu Grid And improves stability.
-Increased Page Swiping Speed
-Much less launcher redraws and less lag
1.5.Stock Launcher
-If you want to revert to your old one
2.Note 3+S4 wallchooser
-offers HD Stock Walls of S4 and Note 3
3.Five lockScreen Shortcuts
-Now you can add up to
five shortcuts on lockscreen
CREDDITStdunham For His Amazing Guide
4.Story Album Widget
-CREDITSbbclo531
5.TRANSPARENT ACCUWEATHER
-Some pngs have been changed to transparent ones.
6.NOTE 3's Active APPS widget
-Shows the number of apps ACTIVE
7.GALAXY NOTE 2's KEYBOARD
-Added one more layor of NUMBERS
8.Note 2's Pop up Browser
-For better MULTITASKING purposes
9.Note 3's Buttons layout+Settings
-Changed some pngs to resemble Note 3's theme
10.Note 3's Morning Alarm app
Morning! is a smart alarm app that gets
you up and going with weather, traffic .....
​
Click to expand...
Click to collapse
DOWNLOADS​
MOD1:http://d-h.st/p7R
MOD1.5:http://d-h.st/Ycj
MOD2:http://d-h.st/E1r
MOD3:http://d-h.st/NFJ
MOD4:http://d-h.st/eLO
MOD5:http://d-h.st/KJW
MOD6:http://d-h.st/bek
MOD7:http://d-h.st/zV9
MOD8:http://d-h.st/QDd
MOD9:http://d-h.st/zho
MOD10:http://d-h.st/5qo
Click to expand...
Click to collapse
INSTRUCTIONS​
-Download Any of your required
Mod from Above DOWNLOADs
-Copy to sd card
-Reboot in recovery
-Flash the file
-Reboot
Click to expand...
Click to collapse
THESE MODS TOOK ME A LOT OF TIME TO GET WORK ON OUR GALAXY S II PLUS
IF YOU WANT TO APPRECIATE MY WORK THEN DO IT BY
Many more Mods are Coming Soon​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
ASK ME FIRST BEFORE USING MY MODS IN YOUR Rom. MIND IT !!!​
Other Mods
Galaxy S4 Browser
Samsung Galaxy Note 3 Sounds
I'm looking forward to it
Good luck bro
Sent from my GT-I9105P using xda app-developers app
Guys i'm sorry i can't post the mods now because my exams are going. When they will be finished i shall upload all of the amazing stuff for our device. So you have to wait.
I like it, good luck
Inviato dal mio GT-I9105P utilizzando Tapatalk
darkicex said:
i like it, good luck
inviato dal mio gt-i9105p utilizzando tapatalk
Click to expand...
Click to collapse
thanks brother
You're welcome your mod is useful
Inviato dal mio GT-I9105P utilizzando Tapatalk
thanks ... great work ..... can you port the SystemUI of tthe cyanogen with the toggle=?!?!?!?!??!
Gabb96 said:
thanks ... great work ..... can you port the SystemUI of tthe cyanogen with the toggle=?!?!?!?!??!
Click to expand...
Click to collapse
Welcome , I shall see If I could I shall surely port it.
android.zealot.fervor said:
Welcome , I shall see If I could I shall surely port it.
Click to expand...
Click to collapse
if you want i'm available to act as a tester for all the mods
!!thread updated!!
Added S4+Note 3 wallchooser.SEE IN OP.
android.zealot.fervor said:
Added S4+Note 3 wallchooser.SEE IN OP.
Click to expand...
Click to collapse
Note 3 launcher work good, thnx for it, but another mod dont work. When I try to change walpaper just black screen.. Can you make some lock screen for galaxy s2 plus i9105p jb 4.2.2.
I got both of them working on my I9105P 4.2.2
Sent from my GT-I9105P using XDA Premium 4 mobile app
Are these mods only for stock based roms? Anyone tried with CM10.2?
Yes it will be awesome have the cyano UI on a stock ROM
Inviato dal mio GT-I9105P utilizzando Tapatalk
is it just me or because of the shorter screen moving time?
i find it a lil laggy
darkICEx said:
Yes it will be awesome have the cyano UI on a stock ROM
Inviato dal mio GT-I9105P utilizzando Tapatalk
Click to expand...
Click to collapse
Tried it with CM10.2 and it gets force closed, when chosen - both mods, so i assume it's only for stock based roms.
I already mentioned that all these mods will work on STOCK 4.2.2
Work perfectly also the second mod i'm waiting for themultiwindow if you can try the port
work perfect in I9105P 4.2.2

♤♤¤《People Edge Mashmallow》¤♤♤

Hellow for all users here for all my beta
People Edge Marshmallow 6.0.1
{
"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"
}
V6
- S7 handleader
-blur distorsion effect
-fix arround circle black fix
-only s7 look
-only s4 5.1.1/lollipop support
-SAME TUTORIAL TO APPLY MOD
Download link
http://www99.zippyshare.com/v/1A2YlRgY/file.html
V5
-blur edge people
-edge icons
-edge styles
-fix bug swipe pannel
-compatible with 5.1.1 s4 only dev
Link download
http://www59.zippyshare.com/v/JUQlREf2/file.html
Same tutorial to apply this mod
-added all element from mm 6.0.1 png
-added add icon
-added small icon
-added mm round background
-added mm circle effect
-fixed crack people edge
-added fast pannel for more apps
No bugs
Included 2 apk (people stripe/cocktailbarservice)
V3
-new set png hight quality Mm added
-fixed bugs png background
-added mm features color and styles
-soon support port new edge app double strings apps and contact
V4 LINK
http://www55.zippyshare.com/v/E6Hw5Hho/file.html
http://www55.zippyshare.com/v/ZzMsciOM/file.html
V3 link 1 with stripe color
http://www92.zippyshare.com/v/GMFPdfjT/file.html
V3 link 2 without stripe color (normal)
http://www30.zippyshare.com/v/07krU14L/file.html
............................................
Tutorial
1-copy Peoplestripe.apk on sd
2-replace in priv-app/peoplestripe/set permission rw-r-r
3?-replace in priv-app/coctailbarservice/set permission rw-r-r
4-reboot normal
5-Warning-》first disable people edge/remove apps and contact from app.
Turn off and reboot
...................................
CREDIT TO: DjRaz/gabry98
Wait any opinion of this mod!!!
[emoji4] [emoji4] [emoji4] [emoji4] [emoji4] [emoji4] [emoji4] [emoji4] [emoji5]
Inviato dal mio SM-G903F utilizzando Tapatalk
djraz said:
Hellow for all users here for all my beta
People Edge Contact+Apps Mashmallow Style
-New Icon Mashmallow
-New Icon Tool Edit
-Full Hd png Quality
............................................
Tutorial
1-copy Peoplestripe.apk on sd
2-replace in priv-app/peoplestripe/set permission rw-r-r
3-reboot normal
4-Warning-》first disable people edge/remove apps and contact from app.
Turn off and replace
Link Download
http://www69.zippyshare.com/v/a7zS5evJ/file.html
...................................
CREDIT TO: DjRaz/gabry98
Wait any opinion of this mod!!!
[emoji4] [emoji4] [emoji4] [emoji4] [emoji4] [emoji4] [emoji4] [emoji4] [emoji5]
Inviato dal mio SM-G903F utilizzando Tapatalk
Click to expand...
Click to collapse
Unique style i like firts for this!
Works like a Charme.
Even without deleting anything.
Only Renamed the original from Albe S6 Port 4.7.
Replaced with your
Set Permission
Reboot
Done
thank you
SM-N9200 cihazımdan Tapatalk kullanılarak gönderildi
Added v2 with new mod support
Bug fix
Inviato dal mio SM-G903F utilizzando Tapatalk
Are this mod working fine on Aurora v4.1
S4Owner said:
Are this mod working fine on Aurora v4.1
Click to expand...
Click to collapse
Yes
Inviato dal mio SM-G903F utilizzando Tapatalk
Update post 1 with new mm 6.0.1 features..test and wait feedback
Inviato dal mio SM-G903F utilizzando Tapatalk
stock
how to enable on stock rom?
_wal2rosario said:
how to enable on stock rom?
Click to expand...
Click to collapse
Not work because them work on only port s6 and n5 by albe95. Stock don.t have people edge so not boot.not have any dipendense to boot
Inviato dal mio SM-G903F utilizzando Tapatalk
djraz said:
Not work because them work on only port s6 and n5 by albe95. Stock don.t have people edge so not boot.not have any dipendense to boot
Inviato dal mio SM-G903F utilizzando Tapatalk
Click to expand...
Click to collapse
thanks bro...
thanks for help
Uplpad post 1
V4
-added all element from mm 6.0.1 png
-added add icon
-added small icon
-added mm round background
-added mm circle effect
-fixed crack people edge
-added fast pannel for more apps
No bugs
Included 2 apk (people stripe/cocktailbarservice)
Inviato dal mio SM-G903F utilizzando Tapatalk
Thanks for V4
Hello,
Thank you djraz for this mod,
Everything is working good.
Can you tell us what is "fast panel". Is it a way to have more than 5 apps ?
Maglise
maglise said:
Hello,
Thank you djraz for this mod,
Everything is working good.
Can you tell us what is "fast panel". Is it a way to have more than 5 apps ?
Maglise
Click to expand...
Click to collapse
Much sensibility to scrool apps. Sometimes stock people edge crashed and the apps run slow.
Yes working to port full complete new people edge pannel
Inviato dal mio SM-G903F utilizzando Tapatalk
djraz said:
Much sensibility to scrool apps. Sometimes stock people edge crashed and the apps run slow.
Yes working to port full complete new people edge pannel
Inviato dal mio SM-G903F utilizzando Tapatalk
Click to expand...
Click to collapse
How to use "Fast Panel"?
Can i use this on Grand 2 ?
Anxdafan said:
Can i use this on Grand 2 ?
Click to expand...
Click to collapse
I think it's only working on S6/Note 5 based Port Roms.
xell75 said:
I think it's only working on S6/Note 5 based Port Roms.
Click to expand...
Click to collapse
Yeah i tried it but it gives fcs after i try to open it from settings
It shows unfortunately Cocktailbar service has stopped
thanks bro...

Categories

Resources