[MOD] Note Edge Launcher SM-N915FY COI1 with Landscape - Note Edge Themes and Apps

Hello friends,
i just want to share what i´ve done for myself. The launcher has a home grid 5x5 in portrait and landscape and a app grid 5x5 port and 5x4 land. The landscape is not 100% perfect but enough for me. The launcher should be multi dpi and the wallpaper is scrollable (i have it running at 540dpi). I changed the Flipboard Briefing on the the zero page with the 6thGear TWSwipe application. You can donload it from this post and thanks to @daxgirl, @Wuby986 and @peppe130.
I attache the E-mail, Clock and Weather because they are resizeable for the 5x5 grid. I also attache the S-Planner Widget of the S6 (or Note 5, i've forgot it) because it can handle the landscape and lower dpi.
The zips are not flashable, so as always make a backup of the apps and push the modded ones to the system.
If i have forgot something - sorry.

Wonderful job, my dear!!! Good luck! Always happy to see your work ?
Sent from my SM-N920C using Tapatalk

Thank you very much for the first 5.1.1 launcher with a 5X5 home grid. Could you please make one with not so small icons?

How to install?
Thx
Gesendet von meinem SM-N915F mit Tapatalk

mad-jo said:
How to install?
Thx
Gesendet von meinem SM-N915F mit Tapatalk
Click to expand...
Click to collapse
The OP says clearly: "The zips are not flashable. So always keep the backups and push the modded into system". So i would say... "push the modded into system" pretty much answers the question of "how to install ".
Sent from my SM-N920C using Tapatalk

mad-jo said:
How to install?
Thx
Gesendet von meinem SM-N915F mit Tapatalk
Click to expand...
Click to collapse
After backup of the apps push the extracted folders to system/app and
system/priv-app (like they where before) with the right permissions (permissions: rwx - rx -rx for folders and rw-r-r for apks) and reboot.
If the weather won´t run delete it, make a reboot and push then the files to the system. Also it´s always good to clear cache and data of the applications.
@daxgirl: thank you my dear for your help. I was to late and didn´t recognized your post. Always great to get help from your side.

how the hell have you made the wallpaper scrollable, i've been searching the internet the last two months for that.

PlutoDelic said:
how the hell have you made the wallpaper scrollable, i've been searching the internet the last two months for that.
Click to expand...
Click to collapse
Have a look in every bools.xml for
Code:
<bool name="config_fixedWallpaperOffset">[COLOR="Red"]true[/COLOR]</bool>
and change it to
Code:
<bool name="config_fixedWallpaperOffset">[COLOR="Blue"]false[/COLOR]</bool>
false=scrollable
true=not scrollable

dubart said:
Thank you very much for the first 5.1.1 launcher with a 5X5 home grid. Could you please make one with not so small icons?
Click to expand...
Click to collapse
When i make the icons smaller, they will be cutted in landscape. But if i find some time i'll have a look at the styles, maybe i can push the gravity of the app names to the top. No promisses mate.

Great work ??
Is a 5x6 possible too?
I think 2 rows for icons is too big.
Cheers jo
Gesendet von meinem SM-N915F mit Tapatalk
---------- Post added at 06:17 PM ---------- Previous post was at 06:14 PM ----------
daxgirl said:
The OP says clearly: "The zips are not flashable. So always keep the backups and push the modded into system". So i would say... "push the modded into system" pretty much answers the question of "how to install ".
Sent from my SM-N920C using Tapatalk
Click to expand...
Click to collapse
Sorry [emoji4] I'm very new in root, custom Roms and all these nice things [emoji6] [emoji3]
Gesendet von meinem SM-N915F mit Tapatalk

@and2: What are you using for de/re compiling? I've tried Apktool, Apktools and AdvancedApkTool but I can't recompile it. I'm on x64 Windows 10.

Hi ?Big thanks @and2 for this TouchWiz ?
Envoyé via mon Note Edge

dubart said:
@and2: What are you using for de/re compiling? I've tried Apktool, Apktools and AdvancedApkTool but I can't recompile it. I'm on x64 Windows 10.
Click to expand...
Click to collapse
I use the standard apktool 2.0.2. What's you error message?
Gesendet von meinem SM-N915FY mit Tapatalk

Can we use it on lollipop 5.0.1? Or is it only for 5.1.1
Sent from my SM-N915F using XDA Free mobile app

wkdurrani said:
Can we use it on lollipop 5.0.1? Or is it only for 5.1.1
Sent from my SM-N915F using XDA Free mobile app
Click to expand...
Click to collapse
I don't know, just try it.
Gesendet von meinem SM-N915FY mit Tapatalk

and2 said:
I use the standard apktool 2.0.2. What's you error message?
Gesendet von meinem SM-N915FY mit Tapatalk
Click to expand...
Click to collapse
Here it is:
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathN
otExist: apktool.yml
at brut.androlib.Androlib.readMetaFile(Androlib.java:256)
at brut.androlib.Androlib.build(Androlib.java:268)
at brut.androlib.Androlib.build(Androlib.java:261)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput(AbstractDirectory.java:
105)
at brut.androlib.Androlib.readMetaFile(Androlib.java:251)
... 4 more

dubart said:
Here it is:
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathN
otExist: apktool.yml
at brut.androlib.Androlib.readMetaFile(Androlib.java:256)
at brut.androlib.Androlib.build(Androlib.java:268)
at brut.androlib.Androlib.build(Androlib.java:261)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput(AbstractDirectory.java:
105)
at brut.androlib.Androlib.readMetaFile(Androlib.java:251)
... 4 more
Click to expand...
Click to collapse
Usally this happens when yu use the wrong format to recompile like
Code:
apktool b TouchWizHome[COLOR="Red"].apk [/COLOR]
it should be
Code:
apktool b TouchWizHome
If this is not the case, try to install the framework-res.apk and twframework-res.apk again. Than de- and recompile.

Guys, thanks for not making me ask a question that you two just answered. Very helpful convo up there.
I dont mind to steal the thread @and2 , can you help me also find the value for removing icon labels in homescreen/dock? I have no idea why samsung thinks we need to know the name of the apps we choose to set on the dock...
I have been a fan of Google Now/AOSP Launcher for ages, its simple and has a lot of settings. But TW has caught up and i really like it, but those two missing features kill my UX. It took samsung 2 years to realise that people hate the S Finder Bar
EDIT: also, what files do i need to decompile/recompile? Made it work, with two errors regarding two files which dont have a default translation, but no luck on the scroll. Not sure if its the 5.1.1 Note 5 launchers fault though (hence my intentions not to steal the thread).

Related

SEARCH: Sense 4 Launcher

Hey im looking for a sense 4 launcher. I have root so i can also flash .zips
Gesendet von meinem GT-I9300 mit Tapatalk 2
1. Probably wrong forum
2. I think you would know if it existed Anybody points me to that if it does ^^
Zekene said:
Hey im looking for a sense 4 launcher. I have root so i can also flash .zips
Gesendet von meinem GT-I9300 mit Tapatalk 2
Click to expand...
Click to collapse
Sorry mate there is no such thing unfortunately, You're going to have to download a different launcher. Then you will have to theme it to make it look like a sense launcher..
And you've also posted in the wrong section this should be in Q&A..

[app] screenshot with home+power

hi..it's possible add the app screenshot with combinatio home+power?
because in the my roms, this app not exits, but in the old rom it was convenient...
thanks
AW: [app] screenshot with home+power
Add
Code:
ro.htc.framework.screencapture=true
to your build.prop IF you're using Sense.
Gesendet von meinem HTC Wildfire S A510e mit Tapatalk 2
djolivier said:
Add
Code:
ro.htc.framework.screencapture=true
to your build.prop IF you're using Sense.
Gesendet von meinem HTC Wildfire S A510e mit Tapatalk 2
Click to expand...
Click to collapse
thanks, but which app can use for write in the system?
AW: [app] screenshot with home+power
A root explorer, e.g. 'ES File Explorer'
Gesendet von meinem Wildfire S mit Tapatalk 2
djolivier said:
A root explorer, e.g. 'ES File Explorer'
Gesendet von meinem Wildfire S mit Tapatalk 2
Click to expand...
Click to collapse
perfect thank you very much
and for activate the animation weather?
oncelot said:
hi..it's possible add the app screenshot with combinatio home+power?
because in the my roms, this app not exits, but in the old rom it was convenient...
thanks
Click to expand...
Click to collapse
There is a power button function in any CM9/10 ROMs.
oncelot said:
and for activate the animation weather?
Click to expand...
Click to collapse
Remove the clock widget from your homescreen. Replace it again. Options will appear. Select your country and then select enable weather animations. Also we have a QA section for this.
Sent from my Wildfire S A510e using xda premium
I wonder if it can be done using the Launchkey App with a long press of the search button? That might be cool.
guys i tried changing my build prop but it says i cant save it, and i got root acess to the folder... help.

[Request] Status Bar

Would someone edit my status bar clock? And make it to the center?
And maybe another battery mod?
Thanks
If somebody want to do it, pm me.
I'll send the files u need.
Gesendet von meinem LT26i mit Tapatalk 2
I was planning to do that. But I thought no one want it. So I didn't make it.
HERE is battery MOD.
AW: [Request] Status Bar
pharix said:
I was planning to do that. But I thought no one want it. So I didn't make it.
HERE is battery MOD.
Click to expand...
Click to collapse
Is the zip only replacing the battery icon , or is it changing the systemUI?
Gesendet von meinem LT26i mit Tapatalk 2
chitose_ndy said:
Would someone edit my status bar clock? And make it to the center?
And maybe another battery mod?
Thanks
If somebody want to do it, pm me.
I'll send the files u need.
Gesendet von meinem LT26i mit Tapatalk 2
Click to expand...
Click to collapse
Arnt you on one of the jellybean roms?
Sent from my 4.2.2 Xperia S via Tapatalk
chitose_ndy said:
Is the zip only replacing the battery icon , or is it changing the systemUI?
Gesendet von meinem LT26i mit Tapatalk 2
Click to expand...
Click to collapse
It will change SystemUI. And I forgot. I don't know whether this work on another ROM or not. I just check on XZXperience. I don't think it will work.
AW: [Request] Status Bar
Well.. i dont want to change the systemUI.. but thanks
Gesendet von meinem LT26i mit Tapatalk 2
AW: [Request] Status Bar
Ben36 said:
Arnt you on one of the jellybean roms?
Sent from my 4.2.2 Xperia S via Tapatalk
Click to expand...
Click to collapse
Actually, im testing many ROMs
Gesendet von meinem LT26i mit Tapatalk 2
chitose_ndy said:
Would someone edit my status bar clock? And make it to the center?
And maybe another battery mod?
Thanks
If somebody want to do it, pm me.
I'll send the files u need.
Gesendet von meinem LT26i mit Tapatalk 2
Click to expand...
Click to collapse
Well, here is the one I made some time ago for personal use.
It's the Xperia T ICS status bar with the clock centered.
Rename it to SystemUI.apk push to /system/app and set permissions rw-r--r (644)
chitose_ndy said:
Actually, im testing many ROMs
Gesendet von meinem LT26i mit Tapatalk 2
Click to expand...
Click to collapse
Jellybeer has the options you want i believe
Sent from my 4.2.2 Xperia S via Tapatalk
Ben36 said:
Jellybeer has the options you want i believe
Sent from my 4.2.2 Xperia S via Tapatalk
Click to expand...
Click to collapse
CM has
Sent from my LT30p using xda app-developers app
AW: [Request] Status Bar
Nepythys said:
Well, here is the one I made some time ago for personal use.
It's the Xperia T ICS status bar with the clock centered.
Rename it to SystemUI.apk push to /system/app and set permissions rw-r--r (644)
Click to expand...
Click to collapse
Gonna try it, thanks so much!
Ben36 said:
Jellybeer has the options you want i believe
Sent from my 4.2.2 Xperia S via Tapatalk
Click to expand...
Click to collapse
AliAlsuhail said:
CM has
Sent from my LT30p using xda app-developers app
Click to expand...
Click to collapse
I know bout those ROMs. Small bugs keepin me back to stock based ROM
Gesendet von meinem LT26i mit Tapatalk 2
chitose_ndy said:
Gonna try it, thanks so much!
Click to expand...
Click to collapse
You're welcome

Theme ANUBIS V.1 for JKAY-14.95*MC2/3/MD2/3 by koyote

hi friend this is my theme only for 4.1.2 JKAY-14.95*MC2/3/MD2/3
warning
first install JKay framework and then theme Anubis
WHAT IS THEMED
-AccuweatherWidget.apk
-GoogleLoginService.apk
-GoogleSearchWidget.apk
-MusicPlayer.apk
-SamsungCamera.apk
-SecCalculator2.apk
-SecContacts.apk
-SecGallery2.apk
-SecPhone.apk
-SecSettings.apk
-SystemUI.apk
-VideoPlayer.apk
-framework
Screenshots :
DOWNLOAD
thank to vicino,jkay
reserved
Nice work. Thx.
One question . I flashed Riddick theme because of the beautiful smileys. If I flash your theme agree they affected in any way?
Gesendet von meinem GT-I9300 mit Tapatalk 2
junglehunter2 said:
Nice work. Thx.
One question . I flashed Riddick theme because of the beautiful smileys. If I flash your theme agree they affected in any way?
Gesendet von meinem GT-I9300 mit Tapatalk 2
Click to expand...
Click to collapse
flash first jkay framework and then anubis theme and no problem
I like it, some nice work here. Any plans for other colours? Red is always nice.
FleetFanatic said:
I like it, some nice work here. Any plans for other colours? Red is always nice.
Click to expand...
Click to collapse
Yes in futere Red
Enviado desde mi GT-I9300 usando Tapatalk 2
Very sexy theme. I like it. But I have a issue that after flash this theme the touchwiz app drawer shows black background... it does not shows the desktop wallpaper. How to fix?

[Q] is there a way to copy elements between widgets?

Hi there,
during testing I created three widgets but got problems with overlaps. So I decided to make one big widget that fits the whole screen.
As all widgets have quite some elements, it would be great if there is a way to copy them to the new widget. Does anyone know of a way?
Gesendet von meinem GT-I9300 mit Tapatalk
poetter747 said:
Hi there,
during testing I created three widgets but got problems with overlaps. So I decided to make one big widget that fits the whole screen.
As all widgets have quite some elements, it would be great if there is a way to copy them to the new widget. Does anyone know of a way?
Gesendet von meinem GT-I9300 mit Tapatalk
Click to expand...
Click to collapse
There is currently no way to import modules from other widgets/templates, sorry. You can only load a template thus overriding anything you currently have on your widget.
I took a look at the template archives. Has someone tried just copying them together and reimport?
I know that I would have to adjust must of the x/y offsets, but that would still be a big help.
Gesendet von meinem GT-I9300 mit Tapatalk
poetter747 said:
I took a look at the template archives. Has someone tried just copying them together and reimport?
I know that I would have to adjust must of the x/y offsets, but that would still be a big help.
Gesendet von meinem GT-I9300 mit Tapatalk
Click to expand...
Click to collapse
Do you mean the zwapk.zip's or the zw files? zwapk wouldn't do you any good but opening the zw files with a ZIP program and copying the content together is crazy enough to actually work. To my knowledge nobody has tried anything like that, so if you are the adventurous type, go ahead and try it! I'm looking forward to your findings
I meant the zw files. I try it out tomorrow and let you know the result.
Gesendet von meinem GT-I9300 mit Tapatalk
OK, this is working. I missed some elements though. Is there a limit for the amount of elements?
Anway, this was a big help, even I have to adjust alot off X/Y offsets now.
poetter747 said:
OK, this is working. I missed some elements though. Is there a limit for the amount of elements?
Anway, this was a big help, even I have to adjust alot off X/Y offsets now.
Click to expand...
Click to collapse
Good to know! I'll have to play around with this too someday

Categories

Resources