S8 clock for tab s2 without root - Galaxy Tab S2 Themes and Apps

You can install this camera app as a normal apk
Here is mega link https://mega.nz/file/y5BihKzA#eOgVWkcXwLOy5TwqkpLpgjzS8L_9KiTHtNUGyJI4uhI

Related

S5 mini apps port for s3 and note 2

S5 MINI APPS PORT FOR S3 AND NOTE 2​
Hello,everyone I am posting my discovery about s5 MINI along with the apps.
SAMSUNG IS SUCH **** that they didnot port a single s5 app for s3 but ported everything to s5 MINI a dumb device which is less powerful than s3.So I ported the s5 mini apps myself and now I am porting the rest.THANKS TO MR.BOLA FOR INSPIRATION.
S5 mini apps port didnot require even a single line of code change for porting.BASIC LOGCAT PORTING HELPED ME A LOT.
THE PORT IS DESIGNED TO WORK FOR s3 ARCHIPORT ROMS.FOR NOTE 2 USERS EVERYTHING SHOULD WORK EXCEPT MUSIC PLAYER CAUTIOUS framework mod needed. ON POST 2 I WILL SHOW THE METHOD FOR DEVELOPERS.SO NOTE 2 DEVELOPERS AND USERS READ THOROUGHLY
WHY USE s5 mini apps when you have perfectly working S5 APPS ?
Because s5 apps consume a huge amount of RAM while s5 MINI apps uses less heap memory so less RAM.ALSO THEY ARE FINE TUNED FOR XHDPI RESOLUTION.NO MUSIC PLAYER PORT IN THE ENTIRE THREAD FOR s3 has SOUNDALIVE,ALLSHARE AND GRAPHICS GLITCH FIXED ALTOGETHER
CURRENT BUGS
1.Gallery app slideshow color effects like greyscale don't work and If you select any of those gallery app will crash and for slideshow to work again you have to clear data of GALLERY(I FIXED SLIDESHOW BUT COULDNOT FIND A SOLUTION FOR EFFECTS NEED MISSING METHOD)
2.MUSIC APP ZIP HAS A FRAMEWORK2.jar file so note 2 users have to delete that from zip before installing (I DONT KNOW WHAT WILL HAPPEN ELSE IF YOU DONT )
3.MUSIC APP WITHOUT framework2.jar will crash when you select songs by long pressing on icons.
4.DELETE CLONE APPS IN PRIV-APP OR APP FOLDER LIKE weatherDaemon.apk,accuweather.apk,seclauncher1.apk,seclauncher2.apk,seclauncher3.apk,seclauncher4.apk,MUSICPLAYERWT.apk etc. if not working after flashing.THEN FLASH AGAIN.
5.I DONT KNOW HOW YOU USE IT SO BE CAREFUL.
6.SBROWSER NEEDS YOU TO CLEAR DATA OR CRASH MIGHT OCCUR
FILES WORKING IN WHICH ROMS ?
Should work with all s5 based roms that uses MR.BOLA's apps or resources.FOUND WORKING IN
1.GlamourS5v7 link: http://forum.xda-developers.com/galaxy-s3/development/rom-glamours5-s3-touch-s5-version-7-0-t2258723
2.BlekotaS5lite link: http://forum.xda-developers.com/galaxy-s3/development/rom-blekota-s5-lite-beta-4-5-1-t2752331
3.FlashingDroid link: http://forum.xda-developers.com/galaxy-s3/development/rom-flashingdroid-v2-2-gs5-bug-fix-t2767784
4.GalaxyS5mini link: http://forum.xda-developers.com/galaxy-s3/development/rom-galaxy-s5-mini-12-edition-buy-s5-t2669724
5.S5Sensation link: http://forum.xda-developers.com/galaxy-s3/development/rom-s5-sensation-rom-v3-1-t2759425
SHOULD DEFINATELY WORK ON DN3 ROM PORTED BY ARSAW AND DN3 GROUP SINCE MOST S5 ROMS ARE BASED ON IT
DN3 ROM LINK: http://forum.xda-developers.com/showthread.php?t=2504016
DOWNLOAD LINK​
S5 mini launcher with weather widget
LINK: http://www.androidfilehost.com/?fid=23578570567716464
S5 mini GALLERY APP WITH SLIDESHOW FIX [NEW LINK FIX]
LINK: http://www.androidfilehost.com/?fid=23578570567717091
S5 mini MUSIC app with SOUNDALIVE FIXED
LINK: http://www.androidfilehost.com/?fid=23578570567716466
S5 mini phone app with incall UI (NEEDS VIDEO CALLING FIX FOR VIDEO CALL)
LINK: http://www.androidfilehost.com/?fid=23578570567716465
*****VIDEO CALLING FIX*****
LINK: http://www.androidfilehost.com/?fid=23578570567718641
**********************************
S5 mini CLOCK APP
LINK: http://www.androidfilehost.com/?fid=23578570567717114
S5 mini CLOCK APP FIXED WITH ALARM RINGTONE CHANGE BUGFIX
LINK: http://www.androidfilehost.com/?fid=23610159112651170
S5 mini WALLAPERS AND MISC (PROBABLE TW LAUNCHER FIX)
LINK: http://www.androidfilehost.com/?fid=23578570567717115
S5 mini Sbrowser (see point 6 BUG)
LINK: http://www.androidfilehost.com/?fid=23578570567717467
NEW ONE WITH MEMORY LEAK FIXED LINK: http://www.androidfilehost.com/?fid=23610159112653256
S5 mini STUDIO AND PHOTOEDITOR
LINK: http://www.androidfilehost.com/?fid=23578570567718652
MORE IN FUTURE .....
DISCLAIMER ORTING THESE APPS WERE TIME-CONSUMING ALSO THERE IS NOT A SINGLE UNNCESSARY FILE BECAUSE I DONT COPY EVERYTHING FROM BASE ROM AND CLAIM TO PORT.IF ANY DEVELOPER ALREADY PORTED THESE APPS THEMSELVES THEN ITS OK BUT MUSIC PLAYER SOUNDALIVE FIX IS PROPRIETORY SO DONT COPY WITHOUT ASKING ME AND NEVER CLAIM TO FIX IT BECAUSE THE FIX WAS EASY BUT NONE DID IT OR PERHAPS NONE COULDN'T DO IT.
SCREENSHOTS WILL BE POSTED LATER.MAY BE YOU COULD POST SOME.
IF THE FILES ARE NOT WORKING FOR YOU DONT POST UNLESS YOU ARE ALSO MENTIONING YOUR ROM NAME AND DEVICE.
IF ANYBODY FINDS THIS THREAD USEFUL DONT FORGET TO PRESS THE THANKS BUTTON.
RESERVED
FOR DEVELOPERS OF CUSTOM ROMS FOR S3 or note 2:
FOR MUSIC PLAYER:
S5 mini music player requires PRIVATE MODE method in framework2.jar
STEPS:
1.DECOMPILE framework2.jar of your rom and the given framework2.jar of the zip.
2.Go to COM>SAMSUNG>ANDROID>AND COPY privatemode folder and paste in your framework2.jar.out COM>SAMSUNG>ANDROID>AND PASTE.
3.COMPILE AND COPY THE MODDED FILE TO ZIP { SYSTEM>FRAMEWORK> }.
4.FLASH.
FOR S5 MINI LAUNCHER:
1.Decompile framework-res.apk
2.Go to values folder and open bools.xml and change as below:
<bool name="tw_replace_menu_to_recenttask">true</bool>
<bool name="config_ExtendActionBar">true</bool>
<bool name="config_DisableHWKeyOptionMenu">true</bool>
3.AND COMPILE(REMEMBER USE META-INF AND ANDROIDMANIFEST FILE FROM ORIGINAL FRAMEWORK OR USE apktool -c command link for more reference what it does https://code.google.com/p/android-apktool/wiki/ApktoolOptions )
I don't guarentee whether this will definately work BUT IT DOES WORK IN MY CASE.
Thanks for your work
But TouchWiz gives FC for me. I was using S5 launcher port by Arsaw before it. I deleted files before flashing and cleared data.
Clear app data
dreadlord52 said:
thanks for your work
but touchwiz gives fc for me. I was using s5 launcher port by arsaw before it. I deleted files before flashing and cleared data.
Click to expand...
Click to collapse
clear app data and try again and report pls.ARE YOU USING KITKAT ROM !!!
Anindya JV said:
clear app data and try again and report pls.ARE YOU USING KITKAT ROM !!!
Click to expand...
Click to collapse
I am on ArchiPort Beta1. Cleared app data still no luck
dreadlord52 said:
I am on ArchiPort Beta1. Cleared app date still no luck
Click to expand...
Click to collapse
USE any of the mentioned s5 roms and it should work ARCHI PORT IS BAREBONED so it might not work
Anindya JV said:
USE any of the mentioned s5 roms and it should work ARCHI PORT IS BAREBONED so it might not work
Click to expand...
Click to collapse
interesting that S5 launcher (by Arsaw) works like a charm on ArchiPort Beta1. I will use it again.
Thanks for your work. I will report if weather widget works or not with Arsaw's port. I can't check it now cause of TouchWiz FC.
EDIT: weather widget works perfect. Thanks.
i try s5 mini (SM-G800F Firmware original) camera & sstudio, working good but no video recording, i have little port of this system and works and test for this :fingers-crossed::fingers-crossed::fingers-crossed: i have all system convert for deodex
inside s5 mini v15 this app of Sm-800f firmware:
Mail + exchange
meteo widget
headlines
splanner+widget
calcolator
+more
galary file is bad (dead zip )
and thochwiz dont working after flash 2 more with all file ?
Does it work on cm11
Sent from my GT-I9305 using Tapatalk
s5 mini phone causes lag
Great. I'll try, thanks.
Sent from my GT-I9300 using XDA Free mobile app
Can u port S5 mini settings too ?
d1rekt0r said:
Can u port S5 mini settings too ?
Click to expand...
Click to collapse
There's no problem with S5 Settings in my ROM, consumes only 30-35 MB RAM (Thanks to Aonja). I think replacing S5 Settings not needed.
Can you fix S5 mini launcher?
dreadlord52 said:
Can you fix S5 mini launcher?
Click to expand...
Click to collapse
It's not working?
Blekota said:
There's no problem with S5 Settings in my ROM, consumes only 30-35 MB RAM (Thanks to Aonja). I think replacing S5 Settings not needed.
Click to expand...
Click to collapse
Not RAM wise , but its kind of laggy scrolling and not working correctly when using power saving (whenever i use power saving mode it "Restrict Performance" options always stay on , dosent matter if i turn off power saving mode).
N.B
Guys,please mention your rom so that I can debug otherwise I cant help.ARSAW ported the launcher and cross-matched methods to work on all touchwiz devices BUT MY PORT is strictly from s5 mini with necessary libs and ITS WORKING PERFECT ON MY DEVICE.I WILL POST A TW AND WALLPAPER FIX WHICH SHOULD FIX THE LAUNCHER CRASHING.AND THE PHONE APP WORKS PERFECT I AM USING IT FOR 3 days now without even a crash or reboot.LAG can occur because of your <<<ROM YES>>>.If rom is leaking RAM then apps will be slow no matter which one.ONE PROOF RAM USAGE OF MINE DROPPED FROM 500+ to 440+ with s5 mini apps without clearing and ram never exceeds 650MB without any script and swap.AND REMEMBER TO CLEAR DATA OF APP BEFORE POSTING THAT ITS NOT WORKING ALSO MENTION ROM.
FUTURE UPDATE LIST:
1.CLOCK APP(GORGEOUS)
2.TW FIX WITH WALLPAPERS
3.OTHERS UNDECIDED YOU TELL ?
Gallery app seems to be bad upload, cant flash it and winrar cant open it on PC.
You should try to port Settings and Internet Browser, s5 one is way too heavy for our device , maybe S5 mini works better.
d1rekt0r said:
gallery app seems to be bad upload, cant flash it and winrar cant open it on pc.
You should try to port settings and internet browser, s5 one is way too heavy for our device , maybe s5 mini works better.
Click to expand...
Click to collapse
link updated see op

Xperia Z5 Home Launcher - 10.0.A.0.5 - No root

Download the file in belowed link and open the zip file. In system, app, home-release folder there is an "home-release.apk" . install as a normal apk.
You can find the original message here
Can confirm this works s6 edge (G925i MM Crisscross V4.1)
Valkiry said:
Can confirm this works s6 edge (G925i MM Crisscross V4.1)
Click to expand...
Click to collapse
works on G925i stock rom

Sm-j510FN 6.0.1 /Samsung/G5/live wallpapers

Install as normal app
.....
Samsung live wallpapers https://yadi.sk/d/IXUZTmprxrEK7
G5 Kaleidoscope Mod /Girl Dancing/ https://yadi.sk/d/hQJ1P9hNxrELa
LiveWallpaper Mod 7.0/7.1.1/8.0
The original theme https://forum.xda-developers.com/s7-edge/themes/app-7-0-live-wallpaper-picker-home-lock-t3503347
1. New application icon
2. live Wallpaper 2X2/3X3/4X4/5X5
3. Install as normal app
Galaxy Fold Video Wallpaper
1. Install as normal application
Mi9 Video Wallpaper
1. Install as normal application

S7 Calculator For (SM-G531H)

Hi again guys this is the new calculator of s7 MM version.
Bug:
When you put in scientific mode, the calculator stopped it.
https://drive.google.com/open?id=0BxiMMaUxf_iNajJPbDFNT0NOc3c :crying:
First:
You need to be root in your phone
The root explorer app (to modify the files)
S7 Calculator:
https://drive.google.com/open?id=0BxiMMaUxf_iNQ2JfNkN5U0FvRDA
Go to system/app and search SecCalculator and replace the file with the correct permission rw-r--r--(0644)
And now you have the new calculator for your grand prime
Photo:
https://drive.google.com/open?id=0BxiMMaUxf_iNc2JGZkdjdGlfUlk
Seee Yaaaaa!!!!!!!!!!
I am tested this on my sm-g530 XCU its works but screen rotation not working
Try thishttps://drive.google.com/file/d/147LiJf3sLZm30Adjz2jbu8oTw8n3XRmb/view?usp=drivesdk

Apk ( 7.0 nougat wifi version ) Tab S3 And S2 look s8 ( deodexed )

I'm not responsible for any damage to your device of any sort.
By flashing this you take responsibility of anything that happens.
Process at your own risk!
Features:
I modified some apk of the tab S2 and S3 with icons of S8.
- weather Tab S3
- Sbrowser Tab S3
- SecSetting
- My Files Tab S3
- Clock Package ( modded )
- Gallery
- Caméra
- Contact
- calculator
- Touchwiz home ( extract in Tab s3 rom )
Notes:
Flash with TWRP
Link:
https://mega.nz/#!5Qoh0AiD!0u0gA4Wg2fj3FItawkGFM4dbrb684heTcu9nd_s1mO4
This works for sm t813?
Sent from my iPhone using Tapatalk

Categories

Resources