[APP] XKCD Viewer [Update v0.5] - Ubuntu Touch Apps and Games

{
"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"
}
A new version of the XKCD Viewer is available.
You can install it directly from the suggested Apps.
No more need to add a ppa.
If you want to use it on your desktop however you can still do so by adding the ppa and install the app via commandline.
Code:
sudo add-apt-repository ppa:hansueli-burri/xkcd-viewer
sudo apt-get update
sudo apt-get install xkcd-viewer
Whats new?
Little GUI Redesign comared to v0.3
Added XKCD Explaind
Added Keybinding for Desktop
Left == Previous Comic
Right == Next Comic
Up == Last Comic
Down == First Comic
S == Show Search
A == Show Alt Text
Known issues
The formulas in what if don't get renderd. I'm working on that
The Whatif page doesn't bind correctly on my nexus 7. On my desktop it looks just fine

looks nice

Great! Looks stunning.
The only thing that seems out of the place is the buttons under the comic.

pajn said:
Great! Looks stunning.
The only thing that seems out of the place is the buttons under the comic.
Click to expand...
Click to collapse
I know what you mean, so I updated the hole thing and now it uses "XCKD-ish" buttons.
I think it looks much better this way.

Sorry, if I want in future uninstall this app, what I have to type in the terminal? Thanks.
Inviato dal mio Nexus 7 con Tapatalk 2

RealBearTears said:
Sorry, if I want in future uninstall this app, what I have to type in the terminal? Thanks.
Inviato dal mio Nexus 7 con Tapatalk 2
Click to expand...
Click to collapse
Code:
sudo apt-get remove xkcd-viewer

mhall119 said:
Code:
sudo apt-get remove xkcd-viewer
Click to expand...
Click to collapse
Ok thanks
Inviato dal mio Nexus 7 con Tapatalk 2

I just installed it but I can't find how to execute it. It doesn't shows up on the Installed Apps tab. When I execute xkcd-viewer from terminal it gives me this:
Code:
qmlscene: could not find a Qt installation of ''

leventccc said:
I just installed it but I can't find how to execute it. It doesn't shows up on the Installed Apps tab. When I execute xkcd-viewer from terminal it gives me this:
Code:
qmlscene: could not find a Qt installation of ''
Click to expand...
Click to collapse
You have to search for it on the Apps screen, since it currently only shows the first 6-8 apps. Tap the "Search" in the panel at the top-left when you're on the Apps lens.

Related

[BOOTSCREENER] Bios bootanimation for cm7 Tattoo (added version with Sound)

After searching a bios bootscreen for tattoo and not finding,decided to modify version of frysee and give it my touch to the second sequence.
This is the bootscreen:
{
"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"
}
To install boot into recovery and install as if it were a rom:
- Run "Install zip from SDCard" -> "choose zip from SDCard" and select "biosbootscreen_flasheable.zip"
Click to expand...
Click to collapse
To install version with sound follow the same steps and and when you restart, write this in the terminal:
su [enter]
cd /sdcard [enter]
sh bootsnd.sh [enter]
reboot [enter]
""Repeat this when performing an update""
Click to expand...
Click to collapse
I hope you like.
Credits:
idea borrowed from frysee original post here
It runs little faster but ok. I like it.
tnx.
If he run faster. but if I put it slowly ,dark the screen and not does stay so well.Thanks
Very nice, great work!
It makes my click even more interesting.
Thank you very much!
Looks beautiful, I'll try it right now!
Thank you!
Maybe you can make a version that includes Ubuntu's booting sound as boot sound with this bootscreen? Thanks.
GbermuG said:
Maybe you can make a version that includes Ubuntu's booting sound as boot sound with this bootscreen? Thanks.
Click to expand...
Click to collapse
Added version with sound.
Thank you very very much!
Enviado desde mi HTC Tattoo usando Tapatalk
wow, this is so nice
im; loving it thanks a lot cool job
Working perfectly fine...
Plz give a tutorial regarding how to uninstall ... juzzzt in case.. tck tck
replaces the new bootanimation.zip with Rootexplorer or ADB in:
System/media/ and delete android_audio.mp3 if available.
and repeat the same in Data/Local/
lol - love the way it looks - wish i had my old tattoo would install it rightaway... maybe someone could make it to Galaxy Ace also..
---------- Post added at 05:12 PM ---------- Previous post was at 05:10 PM ----------
damn - didnt search the forums, there is a bios boot for ace

[GAME] Mastermind [Update]

Hi everyone
I'm currently working on a port of the game Mastermind for Ubuntu touch.
For more information about Mastermind you can visit wikipedia: http://en.wikipedia.org/wiki/Mastermind_(board_game)
Important
You have to add the qt5-edgers repo.
Code:
sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-beta-proper
and after that you have to install Qt 5 folderlistmodel QML plugin
Code:
sudo apt-get install qtdeclarative5-folderlistmodel-plugin
Installation
Code:
sudo add-apt-repository ppa:hansueli-burri/mastermind
sudo apt-get update
sudo apt-get install mastermind
Update
I switch from my custom made tabs to the ones provided by Ubuntu. The game now looks a little different and has no longer the Ubuntu colors.
Move to Launchpad
You can find the latest version on Lauchpad: Mastermind
Update
Created ppa for easy installation.
{
"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 also moved the new game button to the action panel.
The notification when you have won, now tells you, if it is a new highscore.
The configuration window know also shows, how many possiblities there are for your current setting. I also added a new theme.
And as I mentioned last time, I added a highscore window.
If someone is interested and willing to try it let me know. I added the sources as an attachmend so you can try it yourself.
P.S.: If Anyone knows how do you build a Qml/Javascript Project so I could add ad .deb I would appreciate the help.
Hempe said:
Hi everyone
I'm currently working on a port of the game Mastermind for Ubuntu touch.
For more information about Mastermind you can visit wikipedia: http://en.wikipedia.org/wiki/Mastermind_(board_game)
The game is fully functional, but I'm still adding features (like a High Score list)
I made some screenshots of the game. So what do you guys think.
- What look good/bad?
- What looks odd?
- Whats missing?
I did not yet flash ubuntu onto my phone, so I don't know how this will look like on a mobile device.
If someone is interested and willing to try it let me know.
P.S.: If Anyone knows how do you build a Qml/Javascript Project so I could add ad .deb I would appreciate the help.
Click to expand...
Click to collapse
Looks good so far, simple theme with the color blend.. About the packing, try asking for help in the Ubuntu touch IRC.
R: [GAME] Mastermind [Update]
Fantastic
Inviato dal mio GT-I9305 con Tapatalk 2
really good
Looks great!!
Maybe you should add a share option allowing us to share the scores on Google+, Twitter or Facebook.

Easy contact editor (solo, root) (v1.9 2015.11.13)

Easy contact editor for devices in solo mode (unpaired with the phone)
Requires ROOT
{
"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"
}
[DOWNLOAD v1.9]
Instructions to use:
1) Unzip in root "C"
2) Run "START"
3) Enjoy
Changelog
v 1.9:
+ Added support for symbol "-", "", "(" and ")" in the phone number
+ Added download/upload image thumbnail
v 1.7:
+ Added section "Tools"
+ In "Tools" added "Export to TXT" (separator ";")
+ In "Tools" added "Import from TXT" (separator ";")
+ In "Tools" added "Erase contactlist"
+ Bugfixing
Reboot the device if you don't see changes after uploading contactlist.
P.S. It is not necessary if the contactlist is synchronized with the phone.
It doesn't work. I have root but application no connect with my gear s
grac said:
I have root but application no connect with my gear s
Click to expand...
Click to collapse
You have installed the device drivers?
Yes.
Drivers, adb drives, root.
System Windows 10 Pro
grac said:
System Windows 10 Pro
Click to expand...
Click to collapse
I'm not sure compatible Smart Development Bridge with Windows 10
But it works in Windows 7 and 8
run cmd
Code:
cd c:/edit_contacts
sdb root on
What do you see?
Yeah
After RUN first step is DOWNLOAD FROM PHONE
---------- Post added at 02:13 PM ---------- Previous post was at 01:53 PM ----------
@iNDEX3 thx for perfect job
Sometimes it does not work at the first try.
To fix it unplug the device and plug again into USB.
iNDEX3 said:
I'm not sure compatible Smart Development Bridge with Windows 10
But it works in Windows 7 and 8
run cmd
Code:
cd c:/edit_contacts
sdb root on
What do you see?
Click to expand...
Click to collapse
Worked for me on Windows 10 Pro x64. Thanks again!
Looking forward to using this when I get root for my watch. Just waiting for firmware at the moment. If my contacts are already synchronized with my phone, does this enable me to add contacts directly from my watch. I just about always am using my watch as solo and it is only remotely connected to my phone
Worked for me too on Windows 10 Pro x64. Thank you very much.
Could it be possible to add a contact with the .vcf file?
let's say if i want to export all the contacts from one phone and put it in my Gear s solo!
Thanks

Disabling the taskbar completely.

Is there a way to completely disable the taskbar in Remix OS?
I'd like to use the system as a terminal to only display an App without a way of getting out of said app.
push
+1. I totally need this, too!
Well..
When i was running 3.0.103.. and used this ''pm disable com.jide.autoupdate' (alt+f1 term)
It killed.. the taskbar
Goodluck
Hey Utrecht,
Thanks for your Reply. Sadly, when i try to use "pm disable com.jide.autoupdate" it says "Error: java.lang.IllegalArgumentException: Unknown package: com.jide.autoupdate"
Did you have that problem as well at some point, or am i alone on this one?
You are correct... its : pm disable com.jide.autoupdater
For the list : pm list packages
I disabled the autoupdater, but the task bar is still there. Any other ideas?
qnipser said:
Is there a way to completely disable the taskbar in Remix OS?
I'd like to use the system as a terminal to only display an App without a way of getting out of said app.
Click to expand...
Click to collapse
I'm trying to do the same; with android x86 i did it adding the line "qemu.hw.mainkeys=1" in build.prop; with remixOs 3.0.206 if i add the same line in build.prop the system boot but the screen not responde.
have you found the solution?
Nope, I'm still looking for an answer... Sorry
Maybe look into a kiosk app? Google android kiosk
leekohlbradley said:
Maybe look into a kiosk app? Google android kiosk
Click to expand...
Click to collapse
I tried to find Kiosk app solutions but nothing able to work with remix os...thanks for your suggestion.
What's task bar?
从我的 iPhone 发送,使用 Tapatalk Pro
Yong73 said:
What's task bar?
从我的 iPhone 发送,使用 Tapatalk Pro
Click to expand...
Click to collapse
This is the taskbar of remix 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"
}
andreatarq said:
This is the taskbar of remix OS..
Click to expand...
Click to collapse
Why disable it, it's pretty useful
从我的 iPhone 发送,使用 Tapatalk Pro
That a part from systemui, maybe you need to edit systemui.apk
Sent from my XPERIA M2 Dual using XDA-Developers Legacy app
the taskbar blocks the view for a lot of game windows. the auto-hide option does not work.
Disable the taskbar
1) pm list packages
2) pm disable com.Android.shell
((( i didn't try ))):cyclops:
Prajwalo Mint said:
1) pm list packages
2) pm disable com.Android.shell
((( i didn't try ))):cyclops:
Click to expand...
Click to collapse
sudo su
rm -rf /
Game Over.

[TOOL] Running repo on Android!

repo for Android!
Just go to the point.
Why did i make this?
Well, i don't have any laptop, so i try to find a way, to do repo sync without any laptop, and then i move the files to my PC, and then build it!
Requirements
1. Termux App
2. Internet Connection
How to Install
Manual way
- Install some binaries
Code:
apt update
apt install python2
apt install curl
apt install git
- Setup git
Please refer to here
- Install repo
Code:
mkdir ~/bin
curl [url]http://github.com/Rendyindo/repo-installer/raw/master/repo[/url] > ~/bin
curl [url]http://github.com/Rendyindo/repo-installer/raw/master/shrepo[/url] > /data/data/com.termux/files/usr/bin/repo
chmod +x ~/bin/repo
chmod +x /data/data/com.termux/files/usr/bin/repo
- Done!
Automatic way
- Download this
- Run that script on Termux via:
Code:
./installer-android.sh
The script will automatically download all binaries needed and install it.
And you are ready to go! have fun with repo!
Here are some screenshots:
{
"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"
}
Note:
This is NOT for compiling! Through some binaries doesn't support at Termux, lol, and our phone will explode if it can
Credits:
- Fredrick Fornwall
- Google
RendyAK said:
repo for Android!
Click to expand...
Click to collapse
If we can't compile , there is no use of downloading GB's of data. [emoji14]
gopinaidu77 said:
If we can't compile , there is no use of downloading GB's if data. [emoji14]
Click to expand...
Click to collapse
You didn't get the main thing, huh?
This thing only for syncing! and you can move the files to your PC easily, this helps you when you have limited bandwith, and you find a free WiFi, but you didn't bring your PC
So, this help me much.
PS: Do not quote whole post plz.
RendyAK said:
You didn't get the main thing, huh?
This thing only for syncing! and you can move the files to your PC easily, this helps you when you have limited bandwith, and you find a free WiFi, but you didn't bring your PC
So, this help me much.
PS: Do not quote whole post plz.
Click to expand...
Click to collapse
Thanks,Edited my first post. :highfive:
Hi. My install seems correct and files seem present but repo command will not execute. I've tried from storage, storage/, and su. Any help?
Wow,, great work brother,, this fully helped me because i have problem to turn on my pc like a day for syncing,, but mobile not worry, love you sir
All links are dead. Could you re-share the project, please?

Categories

Resources