Request new development to VU+ Team

Hello,:)

It would be nice to have an implement in scanning channels.
In Edit mode : possibility to select a channels group, to move them, to erase them, to put a pin code.
It is not possible to rename a bouquet name.
In scanning mode : a possibility to class channels by provider ID (List of Providers ID for a bouquet name)
A possiblity after a new scanning to class channels comparing to an old list (saved on HDD).

Regards,
 
Hello,:)

It would be nice to have an implement in scanning channels.
In Edit mode : possibility to select a channels group, to move them, to erase them, to put a pin code.
It is not possible to rename a bouquet name.
In scanning mode : a possibility to class channels by provider ID (List of Providers ID for a bouquet name)
A possiblity after a new scanning to class channels comparing to an old list (saved on HDD).

Regards,

it's going to be very interesting :)
 
Online update for the images.
It is pretty fast to upgrade image with personal backup, but online should be little faster :)
and multiquickbutton wont work after personal backup, needs to be downloaded from feed.
 
Online update for the images.
It is pretty fast to upgrade image with personal backup, but online should be little faster :)
and multiquickbutton wont work after personal backup, needs to be downloaded from feed.

For BH images: we don't support online updates.
For Vu+ Official Images: I haven't tried the online updates if works or not.
 
Online update for the images.
It is pretty fast to upgrade image with personal backup, but online should be little faster :)
and multiquickbutton wont work after personal backup, needs to be downloaded from feed.
About multiquickbutton, from inside the plugin you can backup settings and then after flashing you can restore them.
By default setings are saved in /etc.
 
About multiquickbutton, from inside the plugin you can backup settings and then after flashing you can restore them.
By default setings are saved in /etc.

Thanks for the tip, it helped. Possible to add multiquickbutton .xml files directly to new version of Personal Backup?
 
Thanks for the tip, it helped. Possible to add multiquickbutton .xml files directly to new version of Personal Backup?
I'm not sure it is a good idea, as multiquick botton makes effects to botton, if someone makes error or install the wrong .xml file img can be unusable and also restore of settings backup could be wrong. If so you'll loose all your settings.
In the way it is now settings saved will always work.
 
Online update for the images.
It is pretty fast to upgrade image with personal backup, but online should be little faster :)
and multiquickbutton wont work after personal backup, needs to be downloaded from feed.
Dear BlackHole developers,
I support this request for online updates. It's convenient, allows for incremental updates/bug fixes, and makes the whole experience well rounded.
I offer support in the form of coding, if you like. Please do consider this request.

Cheers,
Trobaldy
 
Dear BlackHole developers,
I propose to add 2 options :
- support the modem 3G usb
- support the tethering from android phone.
 
Please add to unusual_devs.h my USB/IDE box for HDD:
Code:
UNUSUAL_DEV(  0x14cd, 0x6600, 0x0201, 0x0201,
              "Super Top",
              "IDE DEVICE",
               US_SC_DEVICE, US_PR_DEVICE, NULL,
               US_FL_IGNORE_RESIDUE ),
I attached log. Due this missing information is my HDD in USB/IDE box not recognized.
 

Attachments

Can you add a path to allow Picons to be read from the HDD.

The path is specified in usr/lib/enigma2/python/Components/Renderer/picon.py currently 2 external locations are specified, CF and USB. For future releases, can you either add HDD or change CF for HDD. I know users can mod it themselves but it would be a good idea if you could include it in future images.
 
Please add to unusual_devs.h my USB/IDE box for HDD:
Code:
UNUSUAL_DEV(  0x14cd, 0x6600, 0x0201, 0x0201,
              "Super Top",
              "IDE DEVICE",
               US_SC_DEVICE, US_PR_DEVICE, NULL,
               US_FL_IGNORE_RESIDUE ),
I attached log. Due this missing information is my HDD in USB/IDE box not recognized.
VU+ use kernel ATTRS{manufacturer}=="Linux 2.6.18-7.3 ehci_hcd"
Command to aquire information: udevadm --info --query=all --attribute-walk --name=/dev/sda
Indentification in Windows VID=idVendor a PID=idProduct look for Driver=>Details,
etc. USB\Vid_14cd&Pid_6600&Rev_0201

Working USB HDD enclosures:
Code:
Transcend
ATTRS{modalias}=="usb:v152Dp2338d0100dc00dsc00dp00ic08isc06ip50"
ATTRS{product}=="USB to ATA/ATAPI Bridge"
ATTRS{manufacturer}=="JMicron"
ATTRS{bcdDevice}=="0100"
ATTRS{idProduct}=="2338"
ATTRS{idVendor}=="152d"
Code:
Icy Box, MobileDisk
ATTRS{modalias}=="usb:v04B4p6830d0001dc00dsc00dp00ic08isc06ip50"
ATTRS{product}=="USB2.0 Storage Device"
ATTRS{manufacturer}=="Cypress Semiconductor"
ATTRS{bcdDevice}=="0001"
ATTRS{idProduct}=="6830"
ATTRS{idVendor}=="04b4"
Not working USB HDD enclosures:
Code:
Manhattan
ATTRS{modalias}=="usb:v14CDp6600d0201dc00dsc00dp00ic08isc06ip50"
ATTRS{product}=="USB 2.0  IDE DEVICE    "
ATTRS{manufacturer}=="Super Top "
ATTRS{bcdDevice}=="0201"
ATTRS{idProduct}=="6600"
ATTRS{idVendor}=="14cd"
 
Blackhole 1.6.7 (Linux 3.1.1 ehci_hcd) finaly working USB/IDE enclosure with chipset SuperTop. Thanks!
 
Back
Top