If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Nabi SE

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Nabi SE

Developer: Fuhu
Publisher: Mattel
Released in US: 2016


CodeIcon.png This console has unused code.
GraphicsIcon.png This console has unused graphics.


An Android tablet for children running off a MediaTek MT8127 system-on-chip.

Unused Assets

Nabi SE Placeholder.jpg

What appears to be a placeholder image for Barbie-related preloaded content can be found in /system/priv-app/fuhu_nabiMode/fuhu_nabiMode.apk, specifically within the /res/drawable folder inside the app package.

Assets from other editions of the SE, namely American Girl, Barbie, Hot Wheels and the like can be found in the /res/drawable folders. This is presumably to save on development resources i.e. use an (almost) identical ROM for all variants, only differing in configuration by way of the build.prop strings "ro.fuhu.product.special_project" and "ro.fuhu.product.device_edition" and certain exclusive apps e.g. streaming video players with variant-specific content.

Unused Theme Files

Thomas screen explore.png

Thomas screen read.png

Thomas screen watch.png

Thomas wallpaper 1.png

Thomas wallpaper 2.png

Thomas wallpaper 3.png

Thomas wallpaper 4.png

Thomas wallpaper 5.png

Thomas wallpaper 6.png

In addition, what appears to be wallpapers and theme layout files for a supposed Thomas & Friends variant can be found within /res/drawable. No mention of an edition based on the British children's franchise is made on the Nabi website, which could mean that plans for the Thomas model (NBTY07SMKG_US_TF) may have been scrapped for unknown reasons, despite receiving FCC approval alongside the other licensed variants. It is however possible to somewhat reactivate the Thomas and Friends theme by editing relevant values in build.prop, though some elements such as shortcuts to videos and other Thomas-related media are missing.

<?xml version='1.0' encoding='utf-8' standalone='yes' ?>

<NabiTheme>
    
    
    <wallpaper></wallpaper>
    
    
     <!-- page_1 -->
	   <pagetheme 
	       pagebackground="new_dreambg"  
	       iconbackground="null"  
	       folderbackground="null"  />
    
    <!-- page_2 -->
     <pagetheme 
           pagebackground="new_dreambg_nabi"  
           iconbackground="setbutton_1"  
           folderbackground="folder_icon_back"  />
    
	

	<!-- page_3 -->
   
   <pagetheme 
           pagebackground="dream_studio_pro"  
           iconbackground="setbutton_1"  
           folderbackground="folder_icon_back"  />


	<!-- page_4 -->
   
    <pagetheme 
           pagebackground="new_dreambg"  
           iconbackground="setbutton_1"  
           folderbackground="folder_icon_back"  />
    


	<!-- page_5 Watch -->
    
    <pagetheme 
           pagebackground="thomas_screen_watch"  
           iconbackground="setbutton_1"  
           folderbackground="folder_icon_back"  />
    


	<!-- page_6 Explore -->
  
  <pagetheme 
           pagebackground="thomas_screen_explore"  
           iconbackground="setbutton_1"  
           folderbackground="folder_icon_back"  />
    


	<!-- page_7 Read -->
   
   
	 <pagetheme 
	       pagebackground="thomas_screen_read"  
	       iconbackground="setbutton_1"  
           folderbackground="folder_icon_back"  />
    

	<!-- page_8 -->
	
	<pagetheme 
	       pagebackground="bluemorphobnew_1"  
	       iconbackground="setbutton_1"  
           folderbackground="folder_icon_back"  />
	
		<!-- page_9 -->
	
	<pagetheme 
	       pagebackground="bluemorphobnew_2"  
	       iconbackground="setbutton_1"  
           folderbackground="folder_icon_back"  />
	
	
		<!-- page_10 -->
	
	<pagetheme 
	       pagebackground="bluemorphobnew_3"  
	       iconbackground="setbutton_1"  
           folderbackground="folder_icon_back"  />
	
	
	
    	
</NabiTheme>


(Source: FCC approval page)