|  02-21-2012, 06:24 AM | #16 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			Here it is the screenshot! Sorry for the delay. I would like to remove the black bar on the top. The app running is just a waf. I managed to remove the search bar but not this bar. I tried editing the config.xml file at this point: viewmodes="application"> but nothing happens. Any clue? Thank a lot!!! | 
|   |   | 
|  02-23-2012, 06:05 AM | #17 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			Sorry to bother, but is there any news?
		 | 
|   |   | 
|  02-24-2012, 05:42 AM | #18 | 
| Connoisseur            Posts: 55 Karma: 124493 Join Date: Jan 2012 Device: Kindle Touch | 
			
			I'm sorry, but I don't know the answer right now. At the moment I'm busy with hacking something else than GUI. I belive it should be possible but can't tell you how to do it. I will let you know as soon as I get a chance to find out.
		 | 
|   |   | 
|  02-24-2012, 06:14 AM | #19 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			Thanks a lot! I run the xwininfo -tree -root command while displaying the Kindle Home Screen and then while reading a book with the mobi reader. All I found is that the titlebar is hidden under the blankBackground_WS while reading. Is there a way to send that command?? Here are two screenshots, one with the titlebar visible and the other with the title bar hidden! | 
|   |   | 
|  02-24-2012, 10:48 AM | #20 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			Do you think the  PHP Code: 
			I'm in desperate need of removing the f**ing titlebar.   | 
|   |   | 
|  02-25-2012, 12:22 PM | #21 | 
| Groupie            Posts: 164 Karma: 164969 Join Date: Dec 2011 Device: Palm IIIx, (iPhone|Kindle) Touch | 
			
			I noticed that you can a fullscreen window when putting the window on the dialog layer. E.g. xev -name L:D_N:application_ID:someapp -geometry 600x800+0+0 But I don't know if you can use that in a waf and how you would do it. Last edited by bhaak; 02-25-2012 at 12:23 PM. Reason: deactivating smileys | 
|   |   | 
|  02-25-2012, 12:38 PM | #22 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			First of all, thanks a lot! I thought about going on dialog layer... As I call the waf using a shell script, is it possible doing it in the shell script? I use PHP Code: 
			 | 
|   |   | 
|  02-25-2012, 01:55 PM | #23 | |
| hub            Posts: 715 Karma: 2151032 Join Date: Jan 2012 Location: Iranian in Canada Device: K3G, DXG, Kobo mini | Quote: 
 Code: sqlite3 /var/local/appreg.db "INSERT INTO handlerIds VALUES ('com.erez.fullgallery001')"
sqlite3 /var/local/appreg.db "INSERT INTO properties (handlerId, name, value) VALUES ('com.erez.fullgallery001','command','/usr/bin/wafapp -l com.fsck.todos -c /mnt/us/extension/fullgallery001/')"
sqlite3 /var/local/appreg.db "INSERT INTO properties (handlerId, name, value) VALUES ('com.erez.fullgallery001','unloadPolicy','unloadOnPause');" | |
|   |   | 
|  02-25-2012, 06:57 PM | #24 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			I'm so dumb that I explained the problem in the wrong way. I used that script to install the waf! The point, now, is to make the waf run in fullscreen mode. I tried this code: PHP Code: 
			All I get is a full blank screen with a black square on the top left angle. Here is the waf details: | 
|   |   | 
|  02-27-2012, 09:52 PM | #25 | 
| Connoisseur            Posts: 55 Karma: 124493 Join Date: Jan 2012 Device: Kindle Touch | 
			
			I've been trying to figure out what you can set in the config.xml that would override the window settings, but didn't find anything relevant. I am not sure if with the level of control you have it is possible. Although one hack comes to mind. I don't know whether you can put an underscore into the app. name. If yes you may try to name your application com.erez.fullgallery001_PC:N to propagate the PC:N key:value pair into the window title. | 
|   |   | 
|  02-28-2012, 04:28 AM | #26 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			Thanks a lot! I'll give it a go as soon as I'll get my Kindle back.   | 
|   |   | 
|  02-28-2012, 06:48 AM | #27 | 
| Connoisseur            Posts: 55 Karma: 124493 Join Date: Jan 2012 Device: Kindle Touch | 
				
				chrome windows
			 
			
			As for this TODO -- it seems that pillow hides it's chrome windows automaticaly when the framework window looses focus. This means that we don't have to worry about it at all.
		 | 
|   |   | 
|  02-29-2012, 08:47 AM | #28 | |
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | Quote: 
 I still think the only way to remove the bar is to hide it under the blankbackground but I don't know how to do it!   | |
|   |   | 
|  02-29-2012, 09:18 AM | #29 | |
| Connoisseur            Posts: 55 Karma: 124493 Join Date: Jan 2012 Device: Kindle Touch | Quote: 
 Can you tell me what is the window name of your application if you try the hack I have proposed? | |
|   |   | 
|  02-29-2012, 09:33 AM | #30 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			I get this using the xwininfo -tree -root command: PHP Code: 
			I.e. before PHP Code: 
			 | 
|   |   | 
|  | 
| Tags | 
| k5 tools | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Content Apps that run on Kindle 4 without keyboard | Blog Kindle | Amazon Kindle | 8 | 04-14-2014 04:06 AM | 
| Run Android Apps on your Windows PC | Dave_S | Android Devices | 4 | 04-13-2012 06:52 PM | 
| Development poll: Google mobile native apps @ PE/EE and able to Sync! at Ermine final release | kksh | enTourage Archive | 23 | 05-23-2011 02:05 PM | 
| PRS-500 Why no native Reader apps? | curiouser | Sony Reader Dev Corner | 28 | 05-10-2007 04:08 PM |