How to disappear Android sidebar buttons ?

General Gen8 Archos Tablet discussions
ms07.guf
Archos User
Archos User
Posts: 137
Joined: Fri Oct 08, 2010 10:11 am

How to disappear Android sidebar buttons ?

Post by ms07.guf »

Hello ARCHOS community
I would like to know if exist a setting or an app. that allow sidebar disappear after some seconds that it is not used.
( like in the video player preinstalled application )
and you can see any application in full size video without right soft buttons bar.


please let me know if you know the answer
thanks
gottahavit
Archos Guru
Archos Guru
Posts: 551
Joined: Tue Nov 02, 2010 1:35 am

Re: How to disappear Android sidebar buttons ?

Post by gottahavit »

ms07.guf wrote:Hello ARCHOS community
I would like to know if exist a setting or an app. that allow sidebar disappear after some seconds that it is not used.
( like in the video player preinstalled application )
and you can see any application in full size video without right soft buttons bar.


please let me know if you know the answer
thanks
not with archos FW, but if you install the SDE and Urukdroid you can swap it for a notification bar with buttons that does dissapear on fullscreen apps. Not a perfect solution, but it's better.
ms07.guf
Archos User
Archos User
Posts: 137
Joined: Fri Oct 08, 2010 10:11 am

Re: How to disappear Android sidebar buttons ?

Post by ms07.guf »

I would not root it !
I hope in a arctool trick ( like installing google market) that allow me to swap side bar in notification bar !
is it possible?
MarcusMarcus
Archos Guru
Archos Guru
Posts: 973
Joined: Thu Oct 28, 2010 7:31 pm
Location: Michigan, USA

Re: How to disappear Android sidebar buttons ?

Post by MarcusMarcus »

You can try this
http://forum.archosfans.com/viewtopic.php?f=63&t=46665
It worked on a couple apps I tried it on and you don't need root
Archos 70S
Samsung GalaxyS WiFi 5.0
ms07.guf
Archos User
Archos User
Posts: 137
Joined: Fri Oct 08, 2010 10:11 am

Re: How to disappear Android sidebar buttons ?

Post by ms07.guf »

sounds good ! thanks

I would like to modify some video player apk.

unfortunatelly they have not the exit button.
so I'should need to reboot archos any time !!!!!

...... what simple improvement for new firmware !?!?!?!
Bad_Karma
Archos Novice
Archos Novice
Posts: 30
Joined: Fri Jan 14, 2011 12:47 pm
Location: Netherlands

Re: How to disappear Android sidebar buttons ?

Post by Bad_Karma »

Well the full screen trick mentioned above does not work for a well known AC3 capable third party video app.
I suspect this was done intentionally by Archos.

So if the Archos video player shows videos full screen and other players do not, for many owners it could be a reason to pay 15 euros for the additional cinema plugin.

Therefore I doubt an option to hide the button bar will ever be included in a firmware update.
bsoplinger
Archos Guru
Archos Guru
Posts: 302
Joined: Sat Dec 25, 2010 8:37 am

Re: How to disappear Android sidebar buttons ?

Post by bsoplinger »

ms07.guf wrote:I would not root it !
I hope in a arctool trick ( like installing google market) that allow me to swap side bar in notification bar !
is it possible?
The most recent version along with an Archangel root does that now. I have my 70H set that way now. One reason I haven't updated to the largest firmware, I want the Archangel root to keep working.
Harfainx
Moderator
Moderator
Posts: 1903
Joined: Sun Mar 07, 2010 1:57 pm
Location: Nomad

Re: How to disappear Android sidebar buttons ?

Post by Harfainx »

To remove sidebar buttons, you can simply edit the build.prop. This method does need root!

Just install Terminal Emulator and type in:

Code: Select all

echo "ro.board.has_buttonbar=no" >> /data/local.prop
Then RESTART.

That will get rid of the sidebar, and allow full-screen on apps. To get out of full-screen HOLD THE POWER BUTTON until the menu comes up, then press "Buttons Mode". You do not have to restart your device like some people seem to think.

To get the regular sidebar back, just open Terminal Emulator again and type:

Code: Select all

echo "ro.board.has_buttonbar=yes" >> /data/local.prop
Then RESTART.
You should have your normal buttons back.

If you want the easiest root method (without an app), that doesn't include Uruk, use this link:
http://forum.xda-developers.com/showthread.php?t=930197
I do use Step 4 to remove the original kernel. This way when you boot, you're always in developer, so you're always full root (R/W on everything).

Pictures:
Regular Home:
Image

Rotated Home:
Image

Robo Defense full-screen:
Image

Robo Defense with Buttons Mode active:
Image

This method works for full-screen in everything as far as I've seen. No issues so far.
Pictures are from default Launcher, but I've also used this with ADW.
MarcusMarcus
Archos Guru
Archos Guru
Posts: 973
Joined: Thu Oct 28, 2010 7:31 pm
Location: Michigan, USA

Re: How to disappear Android sidebar buttons ?

Post by MarcusMarcus »

That method does need root but it does work nicely.
Archos 70S
Samsung GalaxyS WiFi 5.0
Harfainx
Moderator
Moderator
Posts: 1903
Joined: Sun Mar 07, 2010 1:57 pm
Location: Nomad

Re: How to disappear Android sidebar buttons ?

Post by Harfainx »

Alright, thanks. I'll update my previous post to specify. Like I said, I just wasn't sure because I'm always root lol
macgyver40
Archos User
Archos User
Posts: 114
Joined: Fri Nov 26, 2010 5:44 am
Location: New Hampshire
Contact:

Re: How to disappear Android sidebar buttons ?

Post by macgyver40 »

Arctools has some option to do this. I had some issues wirh one of my games so turned it off. Can't remember if root was needed and it if it did I used arcangels to do it and can't do it with current firmware.
A70IT S firmware 2.3.81
sw6lee
Archos Novice
Archos Novice
Posts: 30
Joined: Sun Jan 23, 2011 6:00 am

Re: How to disappear Android sidebar buttons ?

Post by sw6lee »

Harfainx wrote:To remove sidebar buttons, you can simply edit the build.prop. This method does need root!

Just install Terminal Emulator and type in:

Code: Select all

echo "ro.board.has_buttonbar=no" >> /data/local.prop
Um..that code doesn't work.. the terminal emulator tells me "cannot create /data/local.prop: permission denied"

I've tried like 5 times..did I type in wrong? Is that 2spaces or 1space??..
Harfainx
Moderator
Moderator
Posts: 1903
Joined: Sun Mar 07, 2010 1:57 pm
Location: Nomad

Re: How to disappear Android sidebar buttons ?

Post by Harfainx »

If you're getting permission denied errors, then you don't have write permissions on the /data folder.
ms07.guf
Archos User
Archos User
Posts: 137
Joined: Fri Oct 08, 2010 10:11 am

Re: How to disappear Android sidebar buttons ?

Post by ms07.guf »

Arctool can do it without rooting?
bsoplinger
Archos Guru
Archos Guru
Posts: 302
Joined: Sat Dec 25, 2010 8:37 am

Re: How to disappear Android sidebar buttons ?

Post by bsoplinger »

ms07.guf wrote:Arctool can do it without rooting?
root is needed. If you're on the older firmware you can make do with the temp root you get via Archangel. That's why I'm still on the one before 2.3.30 since I love having the buttons up in the toolbar, especially for games. But even with Quickoffice too, among others.
7thSeal
Archos User
Archos User
Posts: 51
Joined: Sat Dec 04, 2010 5:13 pm
Location: Ireland

Re: How to disappear Android sidebar buttons ?

Post by 7thSeal »

bsoplinger wrote:
ms07.guf wrote:Arctool can do it without rooting?
root is needed. If you're on the older firmware you can make do with the temp root you get via Archangel. That's why I'm still on the one before 2.3.30 since I love having the buttons up in the toolbar, especially for games. But even with Quickoffice too, among others.
I can still do this on the new firmware too, I think you just need root when setting up arctools first
bsoplinger
Archos Guru
Archos Guru
Posts: 302
Joined: Sat Dec 25, 2010 8:37 am

Re: How to disappear Android sidebar buttons ?

Post by bsoplinger »

7thSeal wrote: I can still do this on the new firmware too, I think you just need root when setting up arctools first
That makes sense since its just changing a bit of text in a configuration file. Once the change gets made it wouldn't need to have root access anymore.
butterflygirl
Archos Guru
Archos Guru
Posts: 1387
Joined: Sat Oct 17, 2009 10:19 pm

Re: How to disappear Android sidebar buttons ?

Post by butterflygirl »

I used archangel and arctools to move the buttons to the notification bar. However, in some programs the notification bar is hidden and i cannot get button mode to pop up. (Example - Angry Birds Rio). Required a reboot to get out. Am I missing something? Still on firmware 2.1.08.
MarcusMarcus
Archos Guru
Archos Guru
Posts: 973
Joined: Thu Oct 28, 2010 7:31 pm
Location: Michigan, USA

Re: How to disappear Android sidebar buttons ?

Post by MarcusMarcus »

butterflygirl wrote:I used archangel and arctools to move the buttons to the notification bar. However, in some programs the notification bar is hidden and i cannot get button mode to pop up. (Example - Angry Birds Rio). Required a reboot to get out. Am I missing something? Still on firmware 2.1.08.
Long press your power button and then select button mode, This should bring an extra wide side menu with the home and back buttons that you can use to get out of programs without rebooting, then just use the "X" on the side menu to close out of button mode.
Archos 70S
Samsung GalaxyS WiFi 5.0
butterflygirl
Archos Guru
Archos Guru
Posts: 1387
Joined: Sat Oct 17, 2009 10:19 pm

Re: How to disappear Android sidebar buttons ?

Post by butterflygirl »

MarcusMarcus wrote:
butterflygirl wrote:I used archangel and arctools to move the buttons to the notification bar. However, in some programs the notification bar is hidden and i cannot get button mode to pop up. (Example - Angry Birds Rio). Required a reboot to get out. Am I missing something? Still on firmware 2.1.08.
Long press your power button and then select button mode, This should bring an extra wide side menu with the home and back buttons that you can use to get out of programs without rebooting, then just use the "X" on the side menu to close out of button mode.
I did that and the button mode option came up for me to select, but the buttons never appeared.
Post Reply

Return to “General Archos Gen8: Archos 28, 32, 43, 70 and 101 Internet Tablets”