[Q] Customizing GUI in simulator? - Firefox OS Q&A

Hi
Need to know something rudimentary.
Is it possible to design/modify the look and feel of the Firefox OS from the device simulator? Not the apps, but the entire Firefox OS GUI.
Thanks.

arjunm009 said:
Hi
Need to know something rudimentary.
Is it possible to design/modify the look and feel of the Firefox OS from the device simulator? Not the apps, but the entire Firefox OS GUI.
Thanks.
Click to expand...
Click to collapse
Hi arjunm009,
FirefoxOS development name is b2g (boot2gecko) there is a beautiful diagram on Mozilla's pages advising how the layers work, see https://developer.mozilla.org/en-US/Firefox_OS/Platform/Architecture
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Gonk is the Hardware Abstraction Layer for the drivers
Gecko is the Rendering Engine
Gaia is the GUI, and the part you are interested in.
It is possible to modify Gaia, and Mozilla have a very detailed guide located just here: https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia
You can also grab the B2G source code and only pull down Gaia this would then let you modify, or even fix and pass back upstream to Mozilla.
You would then need a way to get your changes into the emulator, you can do this on a live device by entering the Gaia directory and typing make gaia, and then reset gaia.
However, on the emulator Mozilla offer the following detailed tutorial on how to see your gui changes in realtime on the emulator running on Firefox:
https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia/Making_Gaia_code_changes

thanks a lot. this would get me started.

Related

[APP] Calc+ v1.0

Hi. This is the first app from PDA4PDA developers .This application, is very easy to use and finger friendly.
Also it has programming ability.so you can write any program for easy with it and recall your program any time.
This program also has CMD using feature that means you can use commands, for doing your calculations and it has some mere abilities like using variants. For using this, you have to go to "My functions" tab and click on CMD button.
But don’t worry! if you want to start programming with it, it's very easy. You can use the programs help to learn it fast.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Image2
Image3
Image4​​ :Features
Easy To Use
Programming ability
Scientific features
Finger Friendly
Nice Design
Skin able
Multiscreen
Very large numbers support with usingScientific notation
Light
*For add your functions to "My functions" part, you have to copy .func files to "Main memory/My
.functions" folder
programmer: Pooyaparsa PINGsft[at]gmail.com
Graphics and help translator: Nimaheravi pda4pda[at]gmail.com
Graphics: Arashnikkhah Arasheek96[at]yahoo.com
apps.PDA4PDA.com
use help file for learn how to use
Download : http://up.pda4pda.com/uploads/Calc+_1.0_pda4pda.com.zip
Help : http://up.pda4pda.com/uploads/help.zip
great
best wishes for u
Hi H_R_V,
The Calculator is good! I have tested it on my device, its working fine. I’m sure that you have made more apps. Please share it with us.

[Solved] SDK issue

First, I wasn't quite sure where I should put this, so if theres a better forum for it, please move it.
I feel like a real idiot right now, but nonetheless I'm having issues getting Eclipse 3.5.2 and the Android SDK to work (on Mac OS X).
I got as far as installing the ADT plugin and then once I got to "showing" Eclipse where the Android SDK was located I failed miserably. Every time I navigate to the folder and hit open and then apply nothing happens, it just stays at the "default" no SDK(s) screen. Bit hard to explain, so I took a screenshot.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So if anyone knows how to get that to work, it would be really appreciated. Maybe I screwed up something really obvious, that would be just my luck.
Umm, have you downloaded all the developer tools in the SDK? Launch the android binary in the /tools/ folder and look for available packages and install them all, or the ones you'll be using at least.
GrdLock said:
Umm, have you downloaded all the developer tools in the SDK? Launch the android binary in the /tools/ folder and look for available packages and install them all, or the ones you'll be using at least.
Click to expand...
Click to collapse
Wasn't sure if that would work, I'll give it a try and let you know.
Hooray that worked.
Thanks a ton GrdLock.

Tv friendly launcher?

So i got a MK802 android 4.0 USB stick and have it set up on my bedroom tv.
I can choose and tweak, to use a setup with Android settings as a big phone a regular phone or a tablet. But i was hoping that there was something like a TV launcher. I have found a project on github (see link below) but have no idea if it will work on 4.0 or even if it is what i am looking for.
I was hoping someone knew of a tv friendly launcher.
For example i really like the look of something like this:
http://www.youtube.com/watch?v=ZwpgPP0ncAo&feature
It would be way more useful for my purpose, than the standard android os.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have not seen it yet, but maybe someone could help me by compiling an APK from this:
https://github.com/rharter/Android-TV-Launcher
As far as i can tell from reading,it seems to be somewhat what i am looking for.
Don't take this the wrong way but did you explore the github page you linked to?
There is a compiled version in its bin files section with the word debug in the filename and it does work. At least on gb as I just installed and checked before replying.
It simply shows every app on the device but in one easy to navigate strip across middle of the screen but download it and see if it is what you need
Dave
( http://www.google.com/producer/editions/CAownKXmAQ/bigfatuniverse )
Sent from my LG P920 using Tapatalk 2
Oh my thats embarrasing. But thanks.
I wrote the developer but he sadly gave up on the project. I would love to just to be able to select which apps that shows up in the launcher. Thqt should be a small adition to add an app drawer and a selction of which apps to appear in the launcher. Oh well.. My search continues. I just don't have any idea where to go from here

[Release] BerryFlash - GUI for Flashrom in Kodi

For a project I needed software & hardware to program a flash-IC. Doing some research I came across Flashrom, which also runs on Raspberry Pi. That saved me from buying some USB-programmer because you can simply use the GPIO-port. The inconvenience is that Flashrom only runs from the command line right now. Thus, you have to connect via SSH etc. Being a Kodi user I thought "just give it a try" and here we are:
This plugin installs the capability and a GUI to use Flashrom in Kodi. In the beginning development was started for Raspberry only, but it can probably also be used in general for Kodi installed in any Linux environment. This addon was tested...
...on Raspberry 1 rev. B with xbmc 16 (Jarvis) via GPIO port and with a WCH CH341A USB programmer
...in Linux Lite (Ubuntu) with a WCH CH341A USB programmer
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The code can be downloaded from Github: script.berryflash @ Github
And the Kodi addon is directly available here: script.berryflash.zip
Let me know if you find any errors, e.g. with other programmers when listed above.
Special thanks to the Flashrom team for their great work!
Changelog:
----------------
v1.0.0 (2016-04-27)
- Initial Release
He writes that the password does not match, even though the password is correct

Twrp's keyboard

Hey guys, after several research and various holes in the water I open this theard to ask if anyone knows a way to get the keyboard used in twrp recovery .. I know, there are keyboards like "hacker's keyboard" but the one used in twrp is simple and looks awsome.
Is there a way to transport it in apk or zip to flash?
Thanks
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm in the same situation, I love it!
Hi,
This is probably what you're looking for: https://github.com/mgood7123/TWRP-Team-Win-Recovery-Project-Keyboard/releases. Seems to be in early development.
TWP
Is it trusted? I don't have knowledge about programming and can someone examine the source code for non-developers? @The_Walking_Playground
pol-der said:
Is it trusted? I don't have knowledge about programming and can someone examine the source code for non-developers? @The_Walking_Playground
Click to expand...
Click to collapse
Hi,
The keyboard itself seems to work, and it doesnt request any permissions, so it should be safe to use. Its just currently incomplete. I typed this post with it.
TWP
The_Walking_Playground said:
Hi,
The keyboard itself seems to work, and it doesnt request any permissions, so it should be safe to use. Its just currently incomplete. I typed this post with it.
TWP
Click to expand...
Click to collapse
I think developer didn't complete that app because it has some bugs. Let's wait stable version.
I love the twrp recovery keyboard. Very simple, bright white and dark layout, simply awesome. I have been searching it for long time. Please guys help us to get that keyboard.

Categories

Resources