[Theme™] [>Theme your Nova Launcher Like S8 Launcher<]

Search This thread

AdaM

Senior Member
Mar 4, 2016
595
259
Gaza, Palestine
Hi everyone​

I have made some changes for the Nova launcher to make it looks like S8 Launcher


So I want to share it with you

Installation Method
1. download files and extract it with es file explorer or any extractor app
2. Install Nova, Tesla, S8icons and XWidget app(if you don't have them)
3. Copy XWidget folder to Internal Storage Folder(sdcard main folder not extsdcard)
4. Now launch Nova (by pressing home button and choose nova)
5. Select (Select Backup) and go to where you extracted the folder and select the backup (**-**-**.novabackup)
6. Press ok to the delete current layout
7. You may see that the widgets show Setup just click on it and choose one of the S8 widgets and do this for the second widget
8.You can enjoy now.


To download the .zip file


Hope I helped you

I'm using RR beta 2 with 200dpi so you may face some problems with screen dpi
you can try and tell me
 

Attachments

  • Screenshot_20170402-111804.jpg
    Screenshot_20170402-111804.jpg
    42.2 KB · Views: 9,168
  • Screenshot_20170402-111758.jpg
    Screenshot_20170402-111758.jpg
    39.1 KB · Views: 8,967
  • Screenshot_20170402-111750.jpg
    Screenshot_20170402-111750.jpg
    47.8 KB · Views: 8,968
  • Screenshot_20170402-111746.jpg
    Screenshot_20170402-111746.jpg
    57.7 KB · Views: 7,858
Last edited:
G

GuestK00326

Guest
Yer a back up would be handy
I have KWGT can I use that for the widget are do I have to use zoopler/XWidget?
 
Last edited:
G

GuestK00326

Guest
Here is mine on tablet not phone so for so good energy bar at the top to show me the power
Studio_20170413_012703.jpg
 
Last edited:

Tithi

New member
Apr 21, 2017
2
0
Any way to get the folders look lile s8? Nova doesnt support that...any other launcher?
 

mjraogr

Inactive Recognized Developer
Feb 1, 2014
975
618
SP
universoeandroid.wordpress.com
Hi everyone​

I have made some changes for the Nova launcher to make it looks like S8 Launcher


So I want to share it with you

Installation Method
1. download files and extract it with es file explorer or any extractor app
2. Install Nova, Tesla, S8icons and XWidget app(if you don't have them)
3. Copy XWidget folder to Internal Storage Folder(sdcard main folder not extsdcard)
4. Now launch Nova (by pressing home button and choose nova)
5. Select (Select Backup) and go to where you extracted the folder and select the backup (**-**-**.novabackup)
6. Press ok to the delete current layout
7. You may see that the widgets show Setup just click on it and choose one of the S8 widgets and do this for the second widget
8.You can enjoy now.


To download the .zip file


Hope I helped you

I'm using RR beta 2 with 200dpi so you may face some problems with screen dpi
you can try and tell me

Hello, good morning
I have a suggestion , i think it could be help if you like
You can make a flashable zip with the package using that scripts for put your package and data folder
pick a sample zip
1) save your customized Nova Launcher data and put in zip folder in the structure data/data
2) create a folder with your package inside zip
3) Create a folder with data/app or system/app and put all apk needed inside

In updater-script add this codes

Code:
show_progress(0.100000, 0);
show_progress(0.500000, 0);
run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/busybox", "mount", "/data");
run_program("/sbin/busybox", "mount", "/dalvik");
ui_print("write what u want here");
delete_recursive("/data/dalvik-cache");
delete_recursive("/dalvik/dalvik-cache");
package_extract_dir("yourpackagefolder", "/sdcard/Nova_Launcher_Backup_folder"); 
package_extract_dir("system", "/system");
package_extract_dir("data", "/data");
package_extract_dir("data/data", "/data/data");
run_program("/sbin/busybox", "umount", "/system"); 
run_program("/sbin/busybox", "umount", "/data"); 
run_program("/sbin/busybox", "umount", "/dalvik"); 
run_program("/sbin/busybox", "umount", "/sdcard"); 
ui_print("write what u want here");
show_progress(0.2, 10);

regards
 
  • Like
Reactions: AdaM

Top Liked Posts

  • There are no posts matching your filters.
  • 7
    Hi everyone​

    I have made some changes for the Nova launcher to make it looks like S8 Launcher


    So I want to share it with you

    Installation Method
    1. download files and extract it with es file explorer or any extractor app
    2. Install Nova, Tesla, S8icons and XWidget app(if you don't have them)
    3. Copy XWidget folder to Internal Storage Folder(sdcard main folder not extsdcard)
    4. Now launch Nova (by pressing home button and choose nova)
    5. Select (Select Backup) and go to where you extracted the folder and select the backup (**-**-**.novabackup)
    6. Press ok to the delete current layout
    7. You may see that the widgets show Setup just click on it and choose one of the S8 widgets and do this for the second widget
    8.You can enjoy now.


    To download the .zip file


    Hope I helped you

    I'm using RR beta 2 with 200dpi so you may face some problems with screen dpi
    you can try and tell me
    1
    Hi everyone​

    I have made some changes for the Nova launcher to make it looks like S8 Launcher


    So I want to share it with you

    Installation Method
    1. download files and extract it with es file explorer or any extractor app
    2. Install Nova, Tesla, S8icons and XWidget app(if you don't have them)
    3. Copy XWidget folder to Internal Storage Folder(sdcard main folder not extsdcard)
    4. Now launch Nova (by pressing home button and choose nova)
    5. Select (Select Backup) and go to where you extracted the folder and select the backup (**-**-**.novabackup)
    6. Press ok to the delete current layout
    7. You may see that the widgets show Setup just click on it and choose one of the S8 widgets and do this for the second widget
    8.You can enjoy now.


    To download the .zip file


    Hope I helped you

    I'm using RR beta 2 with 200dpi so you may face some problems with screen dpi
    you can try and tell me

    Hello, good morning
    I have a suggestion , i think it could be help if you like
    You can make a flashable zip with the package using that scripts for put your package and data folder
    pick a sample zip
    1) save your customized Nova Launcher data and put in zip folder in the structure data/data
    2) create a folder with your package inside zip
    3) Create a folder with data/app or system/app and put all apk needed inside

    In updater-script add this codes

    Code:
    show_progress(0.100000, 0);
    show_progress(0.500000, 0);
    run_program("/sbin/busybox", "mount", "/system");
    run_program("/sbin/busybox", "mount", "/data");
    run_program("/sbin/busybox", "mount", "/dalvik");
    ui_print("write what u want here");
    delete_recursive("/data/dalvik-cache");
    delete_recursive("/dalvik/dalvik-cache");
    package_extract_dir("yourpackagefolder", "/sdcard/Nova_Launcher_Backup_folder"); 
    package_extract_dir("system", "/system");
    package_extract_dir("data", "/data");
    package_extract_dir("data/data", "/data/data");
    run_program("/sbin/busybox", "umount", "/system"); 
    run_program("/sbin/busybox", "umount", "/data"); 
    run_program("/sbin/busybox", "umount", "/dalvik"); 
    run_program("/sbin/busybox", "umount", "/sdcard"); 
    ui_print("write what u want here");
    show_progress(0.2, 10);

    regards