[Release] BerryFlash - GUI for Flashrom in Kodi - Raspberry Pi Development

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

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.

[Q] Customizing GUI in simulator?

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.

Adding charger over OTG to a kernel

Hi,
As the title suggests, I am looking to add the ability to charge my device at the same time as using USB OTG. The device in question is a Samsung Galaxy Tab 4 7.0 LTE (SM-T235).
Let me start by saying this is my first step into android development, so I'm currently just Googling everything and attempting to follow some guides I found, but I'm still unable to work out which files I need to edit before compiling.
I have downloaded the latest kernel sources from the Samsung development website, extracted them and downloaded toolchain, as per THIS guide.
I have then been attempting to copy the process used HERE to enable the feature, but as that applied to the OPO, I assume the process is slightly different for the Galaxy Tab. I've searched for all the files that contain OTG and there's a lot of them, I can't work out what I need to edit. See 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"
}
(For some reason I have tried 3 different image hosts and it isn't showing up so screenshot has been attached as well.
I have uploaded the contents of the drivers/usb folder from the kernel sources at the following like:
https://drive.google.com/open?id=0B9o8Fezf-53KY0dKUlhZc2VmNGc
If anyone has the time and knowledge to have a look at this and help me out, it would be greatly appreciated.
Thanks,
I would like to use my Tab 4 as usb host too. Does OTG without charging work with your SM-T235, @crumble6 ? If yes, maybe this supply would work.

True Android & CoreELEC Dualboot firmware for S905X2, S905X3 and S922 SoCs

Some may have checked and tested dualboot firmware from SD card on Beelink devices with new Amlogic SoC. This type of dualboot is a good option if you don’t need SD card slot.
Ugoos showed their own dualboot firmware with Android and CoreElec packed together. A good option is the installation process is totally like standard firmware reflashing. For Ugoos AM6, X2 and X3 devices you can download standard Amlogic Burning Tool and special firmware.
After reflashing standard Android firmware with Launcher Three starts on my X2 device. The only difference noticed in it is power menu with “Restart to CoreELEC” button. If press it, device will restart andCoreELEC build will start loading.
{
"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"
}
Ugoos Team choose nightly build for this project dated by 23rd of January.
Since that moment every start of the device will proceed with CoreELEC build. If need go back to android, there is a button “Reboot from eMMC/NAND”.
Both settings and accounts in Android and CoreELEC builds save on the device. So basically it is possible to use two active systems without additional complicated actions.
Here is the original article with links on Ugoos Website
Do they have a version for EmuELEC instead of CoreELEC?
I have purchased the HK1 Box (S905X3) similar to the Super Console X Retro game system, and I'd like test it out..

OnePlus Nord N10 5G [BE2028] Kali Update Error

I have unlocked my bootloader, Installed TWRP, installed official Kali Linux rollout release from official site and I get chroot up and running, then once I go into Nethunter Terminal, this is what i receive.
I have gone into the system (following a tutorial) on changing "http://" to https://", nothing changed so I backed up chroot, deleted, then downloaded the official chroot from Kali. Nothing is working for me. If anyone has any help on me resolving my issue that would greatly appreciated.
Thank you all,
-a
{
"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"
}
Thats a debian thing, run apt update before installing anything the first time
I see it now, you have http://http.kali.org. your /etc/apt/sources has wrong url.
kali is for x86 machines, think you want nethunter source its mentioned here...
Update sources.list file for Kali NetHunter 3.0
Update sources.list file for Kali NetHunter 3.0. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
this might be your fix...
this phone does monitor mode, and will run ap/sta (connected to wifi while also running hotspot) any oneplus ive had so far did as well...wifite, and the roag access points will work without extra wifi nic
These are on a debian chroot, termux can run things as well if you dont get kali going. i dont believe theres a nethunter kernel for n10, i usualy make a patched kernel but currently the sources for a11 kernel are broken.. it will do a some cool stuff as it is though. have fun

Categories

Resources