bluegaspode wrote: 
> On my Mac I have LMS and UEMediaServer running side by side. Will try on
> my main Linux box as the next thing.
> They changed all port numbers on UEMediaServer.
> 
> 
> 
> Internet-Radio + Local Music works without account.
> When you start to want to use services (i.e. Spotify) und you enter the
> "Add Music Services" menu you are told to either download the Controller
> App or to go to 
> uesmartradio.com (the new mysqueezebox.com).
> 
> I just went to the website and created an account - and for some reason
> it automatically detected my Radio and connected it to the newly created
> account. Wow. 
> Damn I didn't record the Javascripts used, they would have interested
> me. 
> Now when I try to open a second fake account, it says I should be
> entering the Settings menu on the Radio where I can create a Pin to
> connect the Radio to my account. 
> Guess this is what people will see, that got a Radio via Ebay and need
> to move it from one to another account. Still dead easy and good
> instructions that guide you through the process.
> 
> At this point I'm still impressed - someone did put some thoughts into
> the procedure of slowly introducing new users and not overwhelming them
> with stuff they probably won't need.
> 
> Now I also downloaded the iOS App - this one asks you about the account
> as the very first thing.
> Wow - this App has only one good looking screen (the starting one, with
> the big tiles you can see in the AppStore pictures).
> The rest of screens is plain ugly - at least they are functional and
> easy to use.
> Note to myself: still a market for third party devs, I actually like
> this ;) 
> 
> 
> Probably noone in the beginning. Which is good in my opinion, as you
> don't want to nag users with such minor details, when they start using
> the device :)
> 
> 
> Looking into github: Felix started to revamp the alarm code completely 6
> months ago. 10 changes following. 
> Two new developers adding changes in Juli + Aug.
> see here:
> https://github.com/Logitech/squeezeplay/commits/public/10.0/src/squeezeplay/share/applets/AlarmSnooze/AlarmSnoozeApplet.lua
> I cannot say anything about the quality - but one can see that the alarm
> was one topic they worked on. 
> 
> 
> Nah - not brave. My bathroom Radio actually only plays internet radio,
> not much risk there. I expected the UERadio be able to do at least THAT
> :)
> Did some more investigation and thanks to the sources available on
> GitHub am a step further:
> 
> See what I found in 'InputToActionMap.lua':
> > 
Code:
--------------------
  >   > 
  >     [KEY_HOME | KEY_FWD] = "show_developer_menu",
  > 
--------------------
> > 
> and in HomeMenu.lua
> > 
Code:
--------------------
  >   > 
  >             if item.node == 'settings' and #Framework.windowStack == 2 then
  >                     appletManager:callService("developerModeSwitch", item)
  >             end
  > 
--------------------
> > 
> and in DeveloperApplet.lua
> > 
Code:
--------------------
  >   > 
  >             self:loadDeveloperMenu()
  > 
--------------------
> > 
> 
> Tadaaaaa  - translated: in the Settings menu press Home+Fwd and you
> will get a new Developers menu ... where we can find the menu for
> remote login again .
> I'm connected to the UERadio via SSH right now, so will be able to
> upload (ye olde) custom firmwares.
> 
> I don't find a menu to load those uploaded firmwares though, digging a
> bit deeper, I see they disabled the menu.
> But the menu can be manually enabled again in
> /usr/share/jive/applets/SetupFirmwareUpgradeMeta.lua, the line to add
> the menu is commented out (but that is easily reverted).
> 
> No time now to follow this route further - but with SSH access and the
> old menu to start firmware upgrades, I'm confident that I would be
> able to roll back if in need.
> Anyone who knows how to SSH around the Radio should be able to do so
> as well with the instructions here.

Well excellent this makes it possible to turn an UE-Radio to a
Squeezebox radio :)

But the only way to find out was to use an original radio with ssh
enabled before the "upgrade" to UE


------------------------------------------------------------------------
Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=96256

_______________________________________________
Radio mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/radio

Reply via email to