GNU/[email protected] - Galaxy Note 10.1 General

I'm successfull running Debian GNU/Linux on my SGN 10.1 with "dualboot" (my kernel and debian initrd in recovery partitions). It's very easy and nice to use.
look at demo video
currently don't work: GPU (hardkernel can release exynos Xorg drivers for Odroid project, DRI work in progress), MFC (hardware encoder/decoder), cameras (work in progress), gps (work in progress), modem (work in progress).
and it's nice work with my laser printer via cups
---
Linux Kernel source code and other stuff http://code.google.com/p/opensgn

Guide please how to do it? can I keep stock JB?

skarpass said:
Guide please how to do it? can I keep stock JB?
Click to expand...
Click to collapse
my first installation was on sd-card. current i resize userdata partition on eMMC and move system into eMMC (it's get best IO performance) and i have "dualboot" normal mode - stock android, recovery - debian gnu/linux.

skarpass said:
Guide please how to do it? can I keep stock JB?
Click to expand...
Click to collapse
for boot any GNU/Linux you just need aboot image with kernel (stock or self build) with option root pointed to you rootfs and initrd from you distributive. i'm make rootfs with debootstrap, binfmt misc, qemu-arm-user-static and chroot.

If you can provide a full "how to" guide it would be nice ^^

Tony84 said:
If you can provide a full "how to" guide it would be nice ^^
Click to expand...
Click to collapse
+1

Tony84 said:
If you can provide a full "how to" guide it would be nice ^^
Click to expand...
Click to collapse
ok. i'm try to write how-to.

I was waiting for something like this to appear, i am very glad
Can't wait for the how to !!!
Btw, i have bought odroid u2 and it should be delivered on 9th of January next year.

Fantastic! I'm just dying to get this up and running.

I've always thought that once a stable version of Linux is available on Android tablets, I will never have to worry about Android updates ever again!
Especially with the fact that the galaxy note 10.1 has the power to run Linux pretty nicely, I shouldn't need to upgrade my tablet for a while!
Looking forward to hearing more about this project!
Sent from my GT-N7000 using xda app-developers app

exception13 said:
I'm successfull running Debian GNU/Linux on my SGN 10.1 with "dualboot" (my kernel and debian initrd in recovery partitions). It's very easy and nice to use.
look at demo video
currently don't work: GPU (hardkernel can release exynos Xorg drivers for Odroid project, DRI work in progress), MFC (hardware encoder/decoder), cameras (work in progress), gps (work in progress), modem (work in progress).
and it's nice work with my laser printer via cups
Click to expand...
Click to collapse
That's awesome! Would love to see a tutorial on how you set this up. I too hate it that I cant print to my laser printer very easily on android.

i need a few days and need you help to translate it's how-to from my ruslish (very bad english by russian speak people) and make some patches for kernel.

would love to see a full tut for us noobs!
this looks amazing would be great to see a full tut for us poeple new to the whole linus thing mind, would this work on a N8010?

supaboom said:
That's awesome! Would love to see a tutorial on how you set this up. I too hate it that I cant print to my laser printer very easily on android.
Click to expand...
Click to collapse
Sorry to jump in on a very interesting thread but just a comment about printing.
Use Google Cloud Print and you can print to ANY printer which is attached to any computer running the same Google account as your Note 10.1. Not just computers on your local WiFi network but, via the "cloud", to any of your computers, anywhere in the world! Printing is trivial. Once you have loaded the app, "Cloud Print" appears, when you call Share, from nearly all app pages which include a Share Icon (arrow head) or Share in the main menu. Now I have upgraded to Jellybean 4.1.2 and Samsung's Premium Suite this is virtually all programs I use. Stock, Chrome and Firefox browsers, Aquamail Email, SNote, Office Suite Pro, Gallery and lots more. As long as your printer is switched on the printing starts in about 5secs. If you have a native file stored on your Note, or attached to an email, you can always print to Cloud Print with two clicks.You have access to the basic printer settings, portrait/landscape, black/ colour, paper size etc.More flexible printing than on my PC!
In the latest upgrade to Cloud Print the app now intercepts all calls to the "Print" command included in most Samsung apps, which previosly only worked with Samsung printers, and allows a direct Print command to any printer.
One of my favourite apps. Don't need Linux to print, but still a very interesting thread!

exception13 said:
i need a few days and need you help to translate it's how-to from my ruslish (very bad english by russian speak people) and make some patches for kernel.
Click to expand...
Click to collapse
hey, my russian is worse than your english, but i could help with translation.
Sent from my GT-N8013 using XDA Premium HD app

pwatkins said:
Sorry to jump in on a very interesting thread but just a comment about printing.
Use Google Cloud Print and you can print to ANY printer which is attached to any computer running the same Google account as your Note 10.1. Not just computers on your local WiFi network but, via the "cloud", to any of your computers, anywhere in the world! Printing is trivial. Once you have loaded the app, "Cloud Print" appears, when you call Share, from nearly all app pages which include a Share Icon (arrow head) or Share in the main menu. Now I have upgraded to Jellybean 4.1.2 and Samsung's Premium Suite this is virtually all programs I use. Stock, Chrome and Firefox browsers, Aquamail Email, SNote, Office Suite Pro, Gallery and lots more. As long as your printer is switched on the printing starts in about 5secs. If you have a native file stored on your Note, or attached to an email, you can always print to Cloud Print with two clicks.You have access to the basic printer settings, portrait/landscape, black/ colour, paper size etc.More flexible printing than on my PC!
In the latest upgrade to Cloud Print the app now intercepts all calls to the "Print" command included in most Samsung apps, which previosly only worked with Samsung printers, and allows a direct Print command to any printer.
One of my favourite apps. Don't need Linux to print, but still a very interesting thread!
Click to expand...
Click to collapse
it's need computer. i'm use my wi-fi router with jet direct daemon sharing usb printer and i can print from any device and don't need standalone computer.

Quick question: after you've replaced stock recovery, do official updates work? (the ones you can check for from settings->about)
Actually I've done almost the same thing, but a bit different: using LinuxDeploy I've got installed ArchLinux to disk image file, then configured the things including Xorg + fbdev-driver for screen + evdev-driver for S-pen and hardware buttons + wacom-driver for touchscreen. Then you just need to start Linux from LinuxDeploy, run Xorg session and stop media/zygote from ADB and - voila! - you get working chroot-ed linux environment with native screen support without any VNC nightmares. When you need your Android env back - just start zygote/media via ADB and stop xserver.
The only problem that touchscreen (Wacom w8008 based on Atmel mXT1664S) does not work by default, because stock kernel does not provide correct ABS axis values for it, so I did a little dirty hack to xf86-input-wacom code to set xmax=1280 and ymax=800, then it has started to work, but is still not completely correct (precision and sensivity looks badly - probably there are some others things to be set correctly).
For sure topicstarter's method looks better, however I'm still worried about official updates... But anyway I would like at least to test dualboot method.

I think that you can always reflash original recovery by flashing a stock rom, so no problem here.
Can you try it and paste a guide here because the op is missing from his thread ?

Something new ... ?
Sent from my GT-N8000 using xda app-developers app

Just post your russian version, i will translate it.
Sent from my GT-N8013 using xda premium

Related

Webtop: Working Ubuntu programs plus small guide

Let me start off by saying I am not a developer. And Im not too familiar with Linux either. Just goes to show that this isnt too difficult
To get ubuntu on the Atrix please go here first:
[MOD] Full Linux (Debian) inside WebTop! v0.2.6 [2011/07/07] [14.15 GMT+2:00] - xda-developers
Follow the steps. Must have CMW installed, rooted etc.
I was unsuccessful with webtop2sd. You might have good results with it, but for me it didnt.
Once you flash this cmw file, reboot you phone and enter into webtop (if you need the HDMI hack, you will find that on XDA). You will now see 3 new icons. Leafpad, Lxterminal, and a penguin. Click on the penguin, and you it will say found image. Click ok.
If your unfamiluar with linux, this will look french to you. Once it launches (the first time after reboot will take some time, be patient). Hit enter, enter again and scroll down to Shells, then hit enter on Bash. Now this is where the fun begins.
Enter synaptic. If that doesnt work you might need to install it. apt-get install synaptic. After thats opened search for gnome-panel, right click and select "mark for installation". Hit apply and go for a coffee. This will take a long time, and make sure your on wifi. This is a huge download.
Here is a list of working applications so far :
Epiphany web browser
Epiphany IM
Evolution Mail
Iceweasle
AbiWord
GNU image manipulation
All of the games
Im working on getting usb-to-ethernet dongle working.I can see it, just cant get access to it.
Almost all of the pre-installed applications with gnome work. EXCEPT sound. This is driving me nuts. I am unable to find a sound driver (gstreamer) that works. If anyone here figures it out let me know. And if anyone out there have programs that work let me know. I can always add it to the list. Im very green to Linux, and just playing around at this point. Im no developer, and most of your questions can be answered on XDA forums.
I have the same setup, and you can add openoffice.org and geany packages to the "functional" list. I use openoffice's writer every day and have found no missing functions. Geany is working, but does not build and compile, so it's basically a color-coded text editor (still useful for note-taking my language classes). I did NOT use synaptic to get these. I simply used the bash script (in the same manner you described for your synaptic install) to apt-get install openoffice.org and geany respectively. Nice thread,
-omni
Where you able to get sound working??
g2tegg said:
Where you able to get sound working??
Click to expand...
Click to collapse
My sound through the Webtop is functional, yes. I'm not sure if you were talking about gnome-specific apps (I wouldn't know, because I'm not using gnome panel), but anything through mobile view or iceweasel (not including flash) plays stereo through the Webtop. I didn't do anything special to get it working, it always just has. I hope you figure out your problem.
-omni
With epiphany did you encounter a problem where it uses xulrunner-1.9.2 instead of xulrunner-1.9 and fails to start the gecko engine? The epiphany version that is available through synaptic after fixing apt-get dependencies and sources uses xul1.9 once and works right then uses xul1.9.2 every time after that and fails. Epiphany lists both xul versions as deps so i, unsuccessfully, tried to lock xul1.9 and install a fake xul1.9.2. Any help would be awesome.
I did manage to make Webtop2SD work after I created a 4 GB partition on my ExtSD through Webtop2sd partitioning tool.
Here's what I got working (installed through Synaptic):
XFCE4 (full suite)
OpenOffice
GIMP
EPDFViewer
Fillezilla FTP client
VLC Media Player (marginal results)
Ristretto Image viewer
ABE's Amazing Adventure (game with full working sound)
I was hoping to have some sort of ScummVM, MAME and SNES emulator to run, but unfortunately they don't even after a successfull install.
Cheers!
Rayan
Sent from my Atrix using Tapatalk
@ g2tegg
I know it's a bit late for commenting lol. And probably my post may be off-topic. But was your issue the <no sound coming from HDTV via HDMI> one?
I also had this issue in webtop going on for like 3 months (like flashing and reflashing webtop to no end), until I stumbled upon this Motorola forum:
h**p://supportforums.motorola.com/message/330591#330591
(had to mod link because I didn't reach the minimum amounts of posts to allow links -_-)
Basically, if you switch display resolution to anything other than 1280x720, sound will not redirect to HDTV. And as for me, after switching to 1280x720, I had to reboot my Atrix in order to finally have sound . No need to find for drivers.
My sound would work within the Webtop apps from Motorola. But if I wanted to use a Linux MP3 player, watch a video etc there would be no sound. Kept getting a gstreamer error.
Hi g2tegg,
I have Atrix with iBlur ROM. I installed the WebTopMOD zip file using CWM and have the folder with linux image in sdcard-ext. But when I reboot the phone and plg it in Atrix Lapdock I don't see the icons like: penguin etc.
Could you please help.
Got it working !!
katlimaal said:
Hi g2tegg,
I have Atrix with iBlur ROM. I installed the WebTopMOD zip file using CWM and have the folder with linux image in sdcard-ext. But when I reboot the phone and plg it in Atrix Lapdock I don't see the icons like: penguin etc.
Could you please help.
Click to expand...
Click to collapse
Try to reflash the webtop and then the mod again. There is a thread in the developers area I believe called webtop mod v1 or something like that. When I get the chance I will try to dig it up. Driving in a snowstorm at the moment slightly hinders my searchability haha. Good ol Ontario I tell ya
quick question: are these persistent? can I make a desktop icon for these or do I have to apt-get them everytime?
seems counter intuitive to not be able to "hard" install the applications
V DidDy 210 said:
quick question: are these persistent? can I make a desktop icon for these or do I have to apt-get them everytime?
seems counter intuitive to not be able to "hard" install the applications
Click to expand...
Click to collapse
You dont have to apt-get everytime. The installed applications are on either the phones hard drive or the SD card. Only thing you will have to do is start the gnome panel every session, which is easy enough.
g2tegg said:
You dont have to apt-get everytime. The installed applications are on either the phones hard drive or the SD card. Only thing you will have to do is start the gnome panel every session, which is easy enough.
Click to expand...
Click to collapse
Yeah after tinkering with them for enough time I figured that out!
only question is how do I figure out where they are located on my phone? I can't find a DEBIAN folder anywhere on my device (sd or sd-ext) my webtopmod folder is on my internal storage btw
thanks for the response!
If you use webtopmod's debian chroot (the white shell) they'll be in the linuxdisk file, as it's actualy a filesystem in itself. You won't be able to 'directly' access them. I recommend switching to webtop2SD. I didnt' want to, but everything is native that way and most things run better anyways, I installed xfce4 and got rid of that stupid awn dock at the bottom and put in a little bar. Now it feels like linux!
My apps so far:
OpenOffice 3
XChat
rdesktop (doesn't work, keymap doesn't work)
gimp (not used yet)
Any other useful ones people know of? I don't need an email client... the phone's gmail app is sufficient enough, and if I need more support I'll just use gmail. Kind of wish I could get an updated firefox, or a tun/tap module so i could use hamachi.
Mgamerz said:
If you use webtopmod's debian chroot (the white shell) they'll be in the linuxdisk file, as it's actualy a filesystem in itself. You won't be able to 'directly' access them. I recommend switching to webtop2SD. I didnt' want to, but everything is native that way and most things run better anyways, I installed xfce4 and got rid of that stupid awn dock at the bottom and put in a little bar. Now it feels like linux!
My apps so far:
OpenOffice 3
XChat
rdesktop (doesn't work, keymap doesn't work)
gimp (not used yet)
Any other useful ones people know of? I don't need an email client... the phone's gmail app is sufficient enough, and if I need more support I'll just use gmail. Kind of wish I could get an updated firefox, or a tun/tap module so i could use hamachi.
Click to expand...
Click to collapse
I installed chromium, and it's running smoother than firefox ever did. Haven't really had a reason to install anything else, but i think i'm gonna get fxce4 because the current dock at the bottom annoys me
Sent from my MB860 using xda premium
^yeah after using it exclusively for the past day or so it's quite capable but I can also see the limitations of debian through chroot. I'd ideally like to get rid of the webtop all together and just have kde or gnome (i'm not picky, xcfe4 would work for me too)
but I'm assuming if I do webtop2sd I can have ubuntu with gnome installed no problem?
I went through the process of putting all of my gnuSTEP icons on the webtop and it's very much like my current gnuSTEP machine (supremely capable btw when using a debian core) I haven't run into any real problems using the chroot method, save for not being able to put shortcuts on the AWN bar and the occasional, but when I get my lapdock in the mail and start exclusively using this when I'm out and about I'll look into doing webtop2sd. I need to get a bigger sd card too, I have a 16 but I'd rather have a 32 external only for webtop and the 10 or so internal for android I don't listen to music on my android (I own a zune) so 10 should be plenty to just have apps and android
---------- Post added at 02:23 AM ---------- Previous post was at 02:20 AM ----------
Alcapone263 said:
I installed chromium, and it's running smoother than firefox ever did. Haven't really had a reason to install anything else, but i think i'm gonna get fxce4 because the current dock at the bottom annoys me
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
Did you use the jaunty hack to get chromium working?
I successfully installed chromium but every page loads for a second and then crashes. I didn't really look into the chromium hack (I don't think I use jaunty for anything and synaptic/apt-get can get all the repositories I need) but it seemed intensive especially to get flash.
I've found that while firefox has FANTASTIC flash support (like, really good and speedy, no chops) I just end up using konqueror for regular internet tasks. I can't seem to get it to install flash (I don't know how to install .deb packages) but it's speedy for other things and makes an excellent file manager
If you could get chromium without 2.3.5 i'd get it... but 2.3.5 offers what appear to be no benefits at all, correct?
Just kinda scared to have to rebuild from a bricked phone.
Trolling from my ATRIX 4G's XDA premium app, still on the gold medal winner of worst customer satisfaction for the second year in a row! Congrats!
I upgraded to 2.3.5 it has the new firefox, it runs fine from what I've seen
I'm trying to install synaptic by "apt-get install synaptic", but it shows several "Failed to fetch http://ftp.debian.org/debian/......" messages.
How can I fix this?

Annotation features of polaris office

As we all know polaris office is kind of limited in many ways in terms of function and performance. The only time I use it however is when I need to add handwriting annotations for both word documents and PowerPoint slides. These are nifty features and I've tried a few but yet to find any office apps which can do it. Any suggestions?
Sent from my GT-N8000 using xda app-developers app
Jasonchewy91 said:
As we all know polaris office is kind of limited in many ways in terms of function and performance. The only time I use it however is when I need to add handwriting annotations for both word documents and PowerPoint slides. These are nifty features and I've tried a few but yet to find any office apps which can do it. Any suggestions?
Sent from my GT-N8000 using xda app-developers app
Click to expand...
Click to collapse
Kingsoft Office brought out an earlier version of their office suite that supported the original note's s-pen. It's still available at their website. Download and install it from there, not the Playstore. Do not update it as the update no longer supports the s-pen. http://www.kingsoftstore.com/android-office-samsung
mke1973 said:
Kingsoft Office brought out an earlier version of their office suite that supported the original note's s-pen. It's still available at their website. Download and install it from there, not the Playstore. Do not update it as the update no longer supports the s-pen. http://www.kingsoftstore.com/android-office-samsung
Click to expand...
Click to collapse
Thanks mke.
Kingsoft Office is my fav Office app since it's the only one (AFAIK) that can read and shows equations written in Word files (in the PC, with the standard "Equation Editor" or with the Commercial "MathType") then imported in the GNote 10.1. You can't edit them (they are imported as images) but at least you can see them with Kingsoft Office.
All other office apps I've tried so far (quite many) fails to even show them .
Having said that, thanks for your advice about using the Kingsoft Office app (downloadable here) that support the S-Pen. I didn't know about that and I've replaced with it the app that I had previosly downloaded from Google Play.
Anyway I'm at a loss at using the S-Pen for handwritten annotation.
I can annotate, but I can't see any option to change the ink color or size or to erase some annotation (apart from the undo option).
Maybe there's none of these features, or maybe I'm missing some setting or some way to access them through the menu.
Can somebody help me?
When using the samsung s-pen supported version, you can add on screen comments in different colors by pressing the s-pen's button once while the stylus is touching the screen. This brings up the s-pen's color/pen/brush/pencil settings. After you've made your selections annotate away. For revisions, you must go the traditional route of choosing the keyboard s-pen, which then gets converted into text. I've included 2 screen shots showing the s-pen option box and then different colored comments.
mke1973 said:
When using the samsung s-pen supported version, you can add on screen comments in different colors by pressing the s-pen's button once while the stylus is touching the screen. This brings up the s-pen's color/pen/brush/pencil settings. After you've made your selections annotate away. For revisions, you must go the traditional route of choosing the keyboard s-pen, which then gets converted into text. I've included 2 screen shots showing the s-pen option box and then different colored comments.
Click to expand...
Click to collapse
Thanks! It works!
I'd never have found it out by myself.
Anyway it seems that there's pressure sensitivity while writing but it disappears just after the drawing is processed into the document.
There's no eraser too?
sphere314 said:
Thanks! It works!
I'd never have found it out by myself.
Anyway it seems that there's pressure sensitivity while writing but it disappears just after the drawing is processed into the document.
There's no eraser too?
Click to expand...
Click to collapse
Rather than sensitivity, line width seems to be the only option (in the s-pen settings box). So far, I've not found a way to erase so I use the undo tool bar feature. There are no real instructions that I've found; perhaps there's an erase feature buried that I've not discovered. I don't know if this developer would be willing to update the s-pen version if enough note 10.1 users would express interest. If they updated it and only made it a paid app, I'd be willing to buy it. I think it's the best Android office suite to date.
Thanks for this! though the spen functionality isn't as good as polaris'. Ah I can't find one single office app which fulfill all my needs. When is Microsoft office app coming to android?
Sent from my GT-N8000 using xda app-developers app
mke1973 said:
Kingsoft Office brought out an earlier version of their office suite that supported the original note's s-pen. It's still available at their website. Download and install it from there, not the Playstore. Do not update it as the update no longer supports the s-pen. http://www.kingsoftstore.com/android-office-samsung
Click to expand...
Click to collapse
Thanks for the link!
I was able to use the s-pen in word documents, but it didn't work in spreadsheet and presentations. Is there a way to do that?
ddavtian said:
Thanks for the link!
I was able to use the s-pen in word documents, but it didn't work in spreadsheet and presentations. Is there a way to do that?
Click to expand...
Click to collapse
Unfortunately, I don't think so, but I haven't found any online instructions for the s-pen enabled app so I've just stumbled on things by trial and error. I wish Samsung had encoraged this developer to update s-pen support for the note 10.1 and note 2. This is one of the best Android office suites, but the updated version doesn't support the s-pen.
sphere314 said:
Thanks mke.
Kingsoft Office is my fav Office app since it's the only one (AFAIK) that can read and shows equations written in Word files (in the PC, with the standard "Equation Editor" or with the Commercial "MathType") then imported in the GNote 10.1. You can't edit them (they are imported as images) but at least you can see them with Kingsoft Office.
All other office apps I've tried so far (quite many) fails to even show them .
Having said that, thanks for your advice about using the Kingsoft Office app (downloadable here) that support the S-Pen. I didn't know about that and I've replaced with it the app that I had previosly downloaded from Google Play.
Anyway I'm at a loss at using the S-Pen for handwritten annotation.
I can annotate, but I can't see any option to change the ink color or size or to erase some annotation (apart from the undo option).
Maybe there's none of these features, or maybe I'm missing some setting or some way to access them through the menu.
Can somebody help me?
Click to expand...
Click to collapse
silly question how do you install this?
dtl said:
silly question how do you install this?
Click to expand...
Click to collapse
I don't understand your question.
If you are referring to "Equation Editor" it's part of MS Office for PC. Can be installed as an extra and can then be used in Word, Excel, etc.
I don't know about more recent versions of Office but I think something similar is there too.
Anyway that's OT here.
sphere314 said:
I don't understand your question.
If you are referring to "Equation Editor" it's part of MS Office for PC. Can be installed as an extra and can then be used in Word, Excel, etc.
I don't know about more recent versions of Office but I think something similar is there too.
Anyway that's OT here.
Click to expand...
Click to collapse
actually was questioning how to install that kingsoft office.
dtl said:
actually was questioning how to install that kingsoft office.
Click to expand...
Click to collapse
Last version (v. 5.3.2) is here in GooglePlay.
For the other (older) version with S-Pen support (Kingsoft Office - for Android Samsung Galaxy Note - v. 5.2.128694-en00040) you go here and download the .apk file. (android_office_samsung.apk).
Then you copy the .apk file somewhere in your GNote 10.1 and (with any file manager) tap on it.
In so doing, the app will be installed in your tablet.
Anyway, before doing that, be sure to have enabled Unknown sources in "Settings - Security", otherwise you won't be able to install manually an app this way.
sphere314 said:
Last version (v. 5.3.2) is here in GooglePlay.
For the other (older) version with S-Pen support (Kingsoft Office - for Android Samsung Galaxy Note - v. 5.2.128694-en00040) you go here and download the .apk file. (android_office_samsung.apk).
Then you copy the .apk file somewhere in your GNote 10.1 and (with any file manager) tap on it.
In so doing, the app will be installed in your tablet.
Anyway, before doing that, be sure to have enabled Unknown sources in "Settings - Security", otherwise you won't be able to install manually an app this way.
Click to expand...
Click to collapse
Perfect thanks!
dtl said:
Perfect thanks!
Click to expand...
Click to collapse
You're welcome
Anyway, as a personal consideration, I'm thinking of returning to the most recent (5.3.2) Google Play general version.
It seems that The GNote/SPen version development has stopped and it doesn't offer very useful SPen improvements apart from the possibility to change the handwritten notes pen colors and size.
For instance there's no eraser and (apparently) no pressure sensitivity.
Furthermore the navigation is more awkward: you haven't the option to turn off the writing pen so that you can't use the pen just to scroll a document but must remember to use your fingers instead to do that.
So I think I'll go back to the newest general version, waiting to see if the SPen version resumes development.

[Q] Help getting the best use of my Nexus 10

Hi All
Please bear with me, as this post might get a bit long. But I'd like to provide as much info as possible in order to get the best help (hopefully).
So why'd I get the Nexus 10? Well I was eyeing it out for a few weeks but it was out of stock. Finally we went to John Lewis to buy me a Nexus 7 for my birthday, but while there, we tried the Galaxy Note 10.1. I absolutely loved the Polaris Office and the handwriting recognition. So I foolishly thought this was stock on all Nexus and when I checked online, the Nexus 10 32GB was back in stock. So I bought that instead.
So when I got the tablet I was understandably excited But the more I used it, the more disappointed I got. From trying to setup the email to searching for apps. So I am now on the fence about keeping it or sending it back because just about everything I want to do is just not simple and straight forward and productive. BUT I love the screen and the build and the spec. So I'm here desperately trying to find the tools to get the best out of the tablet so I don't have to send it back
I think now is the time to say, this is not an Android bashing or Android vs iOS/iPad argument. I want to stick to my Nexus 10, but I just need to get the best out of it.
So what do I want to get out of it?
* reading eBooks. I think I've finally found a suitable reader in moon+ reader. I've tried all the other free readers and either they don't zoom images or the options are rubbish.
* browsing the web - I've tried all the popular browsers, Chrome, Opera, Firefox, Dolphin, Puffin, Boat, Ocean, Maxthon. All except Chrome are missing the function I need the most, the ability to have all my tabs still open when I go to launch the browser again. Chrome is the only one that does this, but it has crashed SEVERAL times already in the last few days. To the point of causing 100% CPU (according to cool tool and lack of responsiveness). I'd also like an "almost" or as close to desktop browsing experience as possible. There's no point having the larger screen if I just keep getting redirected to the mobile versions of sites.
* Email - the built in email client is pants and incomplete. I need to have access to my Gmail and to my exchange mailboxes, which I do. But I can't access any of my sub folders in my exchange mailboxes. The other problem is you can't archive gmail emails and for some stupid reason, deleting mail from the gmail mailbox moves the email into an "Imap/deleted" tag, rather than the Gmail bin. Even the stock iOS mail app does this and I'd have expected something on Android to be even better. Using the Gmail app is not an option as it's slow and I'd rather use one app. Oh! My other problem with the default mail app is that when you open an email in landscape, it only uses about 2/3 of the screen for the actual email. What's the point in that? Oh, and when you setup the email account, you get the option to sync tasks, but I can't see a tasks app. It also seems to "wrap" text at 80 characters, but it wraps by cutting part of the words, rather than wrapping an entire word.
* RDP - I need to access my work PC using RDP and without having to install some other "host" software which most/all of the apps I've tried so far require. 2xClient seems ok, but Zooming in causes all the font to be grainy. iTap seems good, but is not free.
* Editing word and excel documents - I've only found Kingsoft Office, as all the others aren't free. But Polaris Office looked SOOOO much better.
* Notes - no built in notes app. Any recommendations?
* SSH, Ping, Traceroute - TBH I haven't searched for these apps as I've spent a load of time searching for the other apps. So suggestions are welcome
I'm sure I could possibly overcome many of the issues with the stock ROM by installing one of the custom ROMs, but the reasons I haven't done this so far are:
1) I don't want to change the ROM and invalidate the warranty
2) I'm a bit overwhelmed by all the info (even though I'm a pretty proficient tech). I used to load custom ROMs on my windows mobile and I've jailbroken my iphone in order to get other useful tools like the activator and bitesms etc.
3) I just haven't looked long enough to find a good custom ROM. Most of the ROMs threads don't have screenshots and "feature lists"
Anyway, I said this post would be long Thanks if you've read this far and thanks in advance for any help/advice.
Version info
Android: 4.2.2 (updated OTA after receiving)
Kernel: 3.4.5-gaf9c307
Build: JDQ39
OK as far as readers I just use Google books. For browser look for chrome beta as it is muuuuch better than chrome. Office wise king soft is the best you're going to get for free. I personally use office2012 text maker. RDP you can search vnc also. There is one app that is decent but I'm blanking on the name works with vnc and rdp. Notes there is ever note or there is a "floating" note that was developed on xda but again blanking on the name. Finally for ssh etc I say terminal ide has from ssh to vim or for a simpler try connectbot . for ROMs I prefer aokp with kt's kernel visit the forum on a browser not the app theyll usually have screenshots etc. Or check just features of aokp/cm as most are based on those. hope any of that helps
Sent from my Nexus 10 using XDA Premium HD app
iamikon said:
For browser look for chrome beta as it is muuuuch better than chrome.
Click to expand...
Click to collapse
It "was" much better than Chrome. They're both on-par for now (Chrome got the engine updates that Beta had recently).
iamikon said:
OK as far as readers I just use Google books.
Click to expand...
Click to collapse
Thanks for the response. Google books looks great, except it doesn't allow you to add your own books (at least I couldn't find the option).
Also VNC isn't an option for accessing my work computer unfortunately. It's just not as flexible or secure as RDP. I'll have a search for the SSH clients you've mentioned. I've been looking in this forum for the ROMs, maybe I'll just have to go through each of the threads.
espionage724 said:
It "was" much better than Chrome. They're both on-par for now (Chrome got the engine updates that Beta had recently).
Click to expand...
Click to collapse
Ah didn't know haven't used it at all as of late.
I only mention vnc because the client I'm thinking does both. I looked it up and is called pocket cloud. It asks you to install host stuff but is not necessary to use either rDP or vnc. I haven't actually tried adding my own hah so not sure on that. I prefer terminal ide since it includes a lot of tools. Most useful for me is vim. As for ROMs I suggest Mr Robinson or bigxies aokp pub or task650 aokp or eos or carbon, lots of people also really like rasbean
Sent from my Nexus 10 using XDA Premium HD app
Try 2X Client/RDP Remote Desktop for your RDP needs...
iamikon said:
I looked it up and is called pocket cloud. It asks you to install host stuff but is not necessary to use either rDP or vnc.
Click to expand...
Click to collapse
I had downloaded pocketcloud but then deleted it because I thought it needed the desktop software. I've just tried it and the free version is alright though it doesn't scale too well in the free version. I've tried 2xclient but it makes Outlook 2013 really blurry when zoomed in. I now have to decide if I'm going to spend the money on the pro version of iTap or Pocket Cloud or Jump Desktop or AccessToGo or the free RemoteToGo. Either way I think I have some good choices/options now
iamikon said:
I prefer terminal ide since it includes a lot of tools.
Click to expand...
Click to collapse
I've just installed this and had a quick play and it looks almost perfect. I think it will be perfect once I've rooted.
iamikon said:
As for ROMs I suggest Mr Robinson or bigxies aokp pub or task650 aokp or eos or carbon, lots of people also really like rasbean
Click to expand...
Click to collapse
Thanks. I also saw ParaAndroid (hopefully spelt that right) and I am working up the courage to change the ROM
I also discovered UC Browser from one of the other threads in the Apps forum and I must say I am actually liking it so far. It has gestures, is quick and smooth and it remembers all the tabs I had open. It also has a very nifty floating button/toolbar which is customizable and gives me the option to scroll to top (something that iOS provides by clicking on the toolbar in any app - I use mouse gestures in Windows so this is something I personally use).
I also discovered (albeit by mistake) that the stock email app does indeed show/support subfolders in exchange accounts. You simply need to double click the folder and it will expand the sub folders. Joy! It's now good enough to do the job and I can get used to the other differences/quirks.
Thumb keyboard does indeed look good, but it's not free. I don't really want to spend money on something I may not like. I am currently trying FloatNSplit which is similar but doesn't seem to have all the features of Thumb Keyboard.
I think with a custom ROM and a few more tweaks, I may actually start to properly enjoy my Nexus 10.
Thank you for everyone's help so far. I'm still open to more suggestions
As far as keyboard goes I recommend kii keyboard its a split and has lots of features
Sent from my Nexus 10 using XDA Premium HD app
If you don't mind paying for it - Touchdown is like Outlook for Android
bigmatty said:
If you don't mind paying for it - Touchdown is like Outlook for Android
Click to expand...
Click to collapse
Thanks. I'll have a look. Hopefully they have a trial. But I watched a video of the Galaxy Note 10.1 mail client and it seems to have all the features that the stock client in Android is mssing. Is there any way of getting that client for free?
I am still torn between keeping my nexus 10 because of its great screen and specs or to send it back and get a galaxy 10.1 for its awesome S-Pen & productivity features/tools
krash_control said:
Thanks. I'll have a look. Hopefully they have a trial. But I watched a video of the Galaxy Note 10.1 mail client and it seems to have all the features that the stock client in Android is mssing. Is there any way of getting that client for free?
I am still torn between keeping my nexus 10 because of its great screen and specs or to send it back and get a galaxy 10.1 for its awesome S-Pen & productivity features/tools
Click to expand...
Click to collapse
For me, at work, I rely on rules in Exchange to route messages to different folders. Then, I assign different sounds to the different senders/folders. I also need to be sure my message notifications are always being pushed to the phone, no matter what folder they land in. Touchdown allows for all of this. Its expensive at $19, luckily I was able to expense it to my work. But after using Touchdown there is absolutely no way I could go back to the stock versions of email, etc..
Hope you enjoy the device!

Native ubuntu/chroot jail free? no vnc

Hello All,
Another ubuntu project here..
its a chroot jail free looped native framebuffered something?
one folder on sdcard called linux /sdcard/linux with the .img
your mount point..i use /data/local/mnt/linux
the scripts i use /data/local/mnt
simple you will need to edit the scripts if u edit ur paths..
ill share my stuffs if theres any interest in this.
dunno if this has been done on sgs2 using just scripts but yh
ive managed to get ubuntu13.04 running with full multitouch support using mtrack i use lxde/2d-unity
this approach uses android framebuffer instead of using a vncserver.
Concept/Goal: use android hardware to run linux without vnc and full hardware support...its christmas soon!
so we go a safe way and mount a img file and loop and chroot and mount necessary android stuff i.e /dev /proc /tmp-to help speed up system! and mount all sdcards.
then we kill android-the-framebuffer-hog
and start our xsession,
anyone interested in helping me?
i have the scripts and image, just need more nuerons!
to do is (alot)
Working:
Framebuffer >> full gamma and .mhz settings safe
Wifi
Bluetooth
Reboot to andoid and umount rootfs on log out
Mouse
Multitouch tap is click, double tap is ?grab window to move it, two fingers for right click, three to scroll
Screenshots
Charging
Sdcard
MicroSd
Keyboard >> virtual
Theres alot but its hard to summerise lol
Not Working (WIP)
get sound working completely (evrythings working except last output part) alsamixer, pulseaudio all work..just the last bit..so no sound.
figure out why system_bus_socket connection refused?
why dbus isnt being used but starting ok?
Landscape mode mouse axis. (i can rotate the display but the mouse axis are wrong.. up=right down=left) (portrait is fine)
camara
gpio-keys (hardware buttons)
calls
text messaging.
OTG USB (i made one so im assuming its that that doesnt work simply tweak to the xorg.conf to swap from touch to mouse..)
DRI & DRI2
GL_OES_EGL_image for 3d
have to use a virtual keyboard until running android apps in linux is figured out--ahem (i use matchbox-keyboard)
logon screen works but the keyboard is a issue. (virtual keyboard only starts once logged in. so no logon yet just auto logon)
you can still use ssh and vncserver if you wanted to..
any interest ill share my scripts...
as i said im not the only person to chroot imgs, but i havent seen a thread on getting it running natively on sgs2 without uboot or repartioning anything.
unless u completely recompile the linux os whilst inside of it, i.e adding vmlinux.img should be safe enough. works for me
anyway been a busy with this and im not a pro developer just a seasoned addict, thus the call for arms!
peace!
some screenshots
and you expect me to share my work when none of you have any input..phhhhhaaa
EDIT >> i was how you say suffering from a spot of pink eye! Strange strange thought patterns = WEIRD REMARKS lol
Sent from my GT-I9100 using xda app-developers app
Wow, erm.......awkward!
I wish you success in your endeavors.
Sent from my GT-I9100 using xda premium
Interesting.
May I ask what are you using for? I mean, which killer app in Ubuntu you can't replace with an Android one?
Moreover, I have noticed an X server on the Play Store (https://play.google.com/store/apps/details?id=au.com.darkside.XServer)
Using it, instead of killing Android, may allow some more integration with the Android environment (e.g. you could still receive calls while using your ubuntu stuff).
Another improvement would be to use multiple consoles (you know, Ctrl-Alt-Fx stuff) to have both environments running
Just my 2ç
Z
zavorrax said:
Interesting.
May I ask what are you using for? I mean, which killer app in Ubuntu you can't replace with an Android one?
Moreover, I have noticed an X server on the Play Store (https://play.google.com/store/apps/details?id=au.com.darkside.XServer)
Using it, instead of killing Android, may allow some more integration with the Android environment (e.g. you could still receive calls while using your ubuntu stuff).
Another improvement would be to use multiple consoles (you know, Ctrl-Alt-Fx stuff) to have both environments running
Just my 2ç
Z
Click to expand...
Click to collapse
lol
i mean to free up surfaceflinger and the framebuffer and send android into a slumber?so we can use it for our xsession. not KILL PERMANETLY
its like a chroot jail free no vnc something??
using vnc will allow u to still have android on in the background for calls and what not but thats chrooting a image to a mount point and running a app. awsome but i got bored with that..much perfere native input.
Search for linuxonandroid by zachthespack hes been dealing with chrooting linux for a long time and has a good application and a healthy stock of img files for you to use, plus a good how to. http://www.linuxonandroid.org Download from play store.. search 4 linuxonandroid
...thats not a bad idea zavorrax about the X11 app..
although running a third party app to use the framebuffer seems pointless when u can use the devices one!
wouldnt u rather have a true linux os in your pocket rather then a clever spin off of it, dont get me wrong i love android and its easy moddding.. linux is far better though.. this project im doing is after all, on a android device.
android root is always 0 ... root = / .... android apps are the users...if that makes sense?
linux uses users who log in..so root still has the initial setup of the os incase a user messes up, root can reset it with relative ease.
so in order to use linux for a vnc free linux, (root is in my opinion just like a programme.) needs to also be 0
thus, night night android..
its hard to explain, its linux and android?
basically the only way i can explain this is its the same as a chroot of a distro BUT instead of using vnc/X11 apks as the only way of having a GUI, we can optionally use the android framebuffer..fb0...
this thread wasnt ment to be a how-to just to see if theres any intrerest out here.
ill make a proper how to with all the basics needed.
as i said theres alot of these projects across the android platform, people trying too turn android back to linux/running linux.
u can pretty much use any img used for vnc or create your own for this.
theres a lot ubuntu/arch/debian/kali/backtrack..etc..etc
i initially add a file to my new img and apt-get a few things, run a few commands to change the img for my device then only need to execute my script,on the fly, hello linux desktop why not!
theres alot of debugging thats why im seeing if anyone is interested in this and would like to help/participate
i initially started using vnc years ago but got fed up with having to run a handful of scripts in this app and then find and add my ports and set passwords in another app, all using important cpu and power, so i thought why not make it all into one easy script.sh.......can of worms...
fruition was glimpsed so i continued.
just use it bcos i can
oh yeah and i say kill/sleep android, its all there..just not emulated/running a instance..sort of packed away in a box.(sleeping lol)
until i/someone can debug compatability for things like phone or proximity sensor then inside the linux GUI theres no support because it hasnt been setup/coded
thanks.
mckeowngoo said:
Wow, erm.......awkward!
I wish you success in your endeavors.
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
i to was a search and download kinda guy, now i find coding and debugging for myself interesting/rewarding.
its such a burden having hobbies!
Wow, erm.......awkward!
lol
cheers
If you're not going to share your work, why are you posting about it on XDA?
Thread closed. OP if you decide to share this then contact me when you have links ready and I will reopen this thread.

Linux On Dex - First Impressions

So, I am at work and I showed off Linux on Dex to some other Developers and Engineers here.
Impressed they were, but it's time to really dig in.
Here is what I love about it on first look:
Great to have a fleshed Linux experience on my phone
Great dev tools come with the image (IntelliJ and also Visual Studio Code and more)
Has plenty of apps to get you started and it's pretty thoughtful
Looks great at 1920x1080 as well as 2560x1440 resolutions on a monitor
Switching between Dex and Ubuntu is pretty snappy
Things I didn't like:
Just a LITTLE bit laggy sometimes
Need to either use ARM compiled apps or compile them yourself
The Default 10GB partition size was too small, so I would suggest using 15GB at least, after updates/upgrades (Ubuntu OS updates that is), you'll still have about 35% free space with 15GB disk
You cannot "install" this on the SDCard, only internal memory, so keep that in mind if you have the 128GB model and tons of apps
Once installed, you cannot delete the 3GB+ zip file you downloaded, so there is that wasted space as well (ok, I have not tried REALLY hard to delete it yet, but Google Files won't delete it, nor do I know the repercussions of deleting this file too)
I'm still trying to work out how to access the files on the device (outside the Linux container), not sure if it is possible, but I have not had a lot of time with it as of now
BONUS!!
When you are not in Dex mode (normal handset mode), you can still launch Linux on Dex, but you cannot get the full desktop experience.
Click on the Terminal icon under the RUN button and you can drop into the Ubuntu Shell and still use commands (like SSH-ing to servers using your certs and stuff).
Of course, the down side, small screen. Hey, in a pinch, when I am on the road and needs to SSH into an AWS instance and run a couple commands, I won't complain!!
All in all, I think this will be great for Dev's to play with, not sure how useful it REALLY will be, but I know from a DevOps/Architect/Engineer, it's nice to have as a backup to be able to actually take care of things without having to drag out the whole laptop.
All this, with a $20 adapter.
Any other thoughts for those that have used it?
Hello friend, I have mine installed on my 128gb Sdcard.
How did you get it on your SD Card?
Thanks!
Talderon said:
How did you get it on your SD Card?
Thanks!
Click to expand...
Click to collapse
Move the file from LoD folder to the SD card and reassign the file location in the Linux on Dex app, it worked for me but moved it back to internal storage to ensure best performance .
My impression? They will poorly maintain it and I suspect it will be discontinued without any real notice. Registration was broken for well over a week before signups ended. You cannot get in contact with anyone from the team. Care doesn't even know it exists.
I am yet to find a use case that improves upon remote access to an Ubuntu 18.04 VM running on a cloud or at home, but I'm not a developer.
Perhaps if you are stuck somewhere without an Internet connection and feel like coding somewhere in the mountains or in the jungle.. But then you would need a handy monitor, keyboard, mouse and a power source..?
I think I can sum this up in one simple sentence - "Because I can..."
It's like having linux on a PS3, because it could.
Haven't had a chance to use it yet but looks promising. That doesn't mean it will be supported very well, time will tell.
Hardware wise it should work very well, and there is ALWAYS a good reason to have a handy (mostly) self-contained PC with you in case you CAN'T access the net...
Would be great to get an idea of some real life use cases..
Would be very happy to see this project pick up some community developer attention, the platform is only as good as the tools developed for it.
In the absence of an official LoD forum for developers perhaps that community should be developed here.
p33l05 said:
In the absence of an official LoD forum for developers perhaps that community should be developed here.
Click to expand...
Click to collapse
https://developer.samsung.com/forum/board/thread/list.do?boardName=SDK&searchSubId=0000000051
I got this installed on my 8GB Note 9 today. I didn't get registered for the beta, but download the app and the Ubuntu image and got it all up and running today. My only complaint so far is it won't run full screen on Dex. That may be because I'm running the Pie Beta. Not sure how it operates on Oreo Dex.
I'll play around with it more later. I basically just plugged into my monitor and opened it up today.
Well, here is a real-life use case that saved me a TON of time and effort.
I set up the Linux on Dex with many tools and configs I need to be able to do my work (Sr. DevOps Architect/Engineer) on my AWS servers. I had an instance that was having some issues and was notified via the monitoring platform and was able to get my phone out, run the Ubuntu Shell and SSH/Fix the issue without ever having to pull out the laptop and tether it while on the train headed home.
There ARE some use cases where this will come in handy, but I do agree that these are real "edge" cases too. No "normal" user will ever really find this helpful.
Mr. Orange 645 said:
I got this installed on my 8GB Note 9 today. I didn't get registered for the beta, but download the app and the Ubuntu image and got it all up and running today. My only complaint so far is it won't run full screen on Dex. That may be because I'm running the Pie Beta. Not sure how it operates on Oreo Dex.
I'll play around with it more later. I basically just plugged into my monitor and opened it up today.
Click to expand...
Click to collapse
Full screen on oreo.. Have you tried Dex max app?
planning to install LoD and curious if it can actually decompile and recompile apk's as a laptop would..?! mostly I'm interested in Themes for Samsung.. using few apk as templates to swap files, images and recompiling the apk, will it be able and will it properly sign it ?! and if so which way should I go?! do I need to install java, SDK, plugin I saw there ?!
any advice would be great.. thanx..
Can you use any Type c to HDMI or has to be an special cable?
darkriff said:
Can you use any Type c to HDMI or has to be an special cable?
Click to expand...
Click to collapse
I think you need powersupply as well in the adapter for it to work.

Categories

Resources