[Q] screen shot problem - Ubuntu Touch Q&A, Help & Troubleshooting

hi its aonly something small but my phone just started doing it
im trying to take screen shots to help with bug squashing
it was fine but now when i press the volume controls together i get a volume control at the top of the page with the screen shot
is there a way of disabling the volume showing up or am i pressing the wrong buttons!
see attached
thank you for help i can help get some more bugs squashed when ive fixed this

That's a known problem but it has just been fixed in the latest vivid-proposed images. The fix has also been in the RTM images for a while.
Sent from my awesome Ubuntu Touch device using the Forum Browser app

im running 14.10 r16
is this the best version to run you think?
i dont get facebook notifications aswell is this fixed on other versions ...

wayneward said:
im running 14.10 r16
is this the best version to run you think?
i dont get facebook notifications aswell is this fixed on other versions ...
Click to expand...
Click to collapse
Yes, it's definitely the best version to run if you want to use it as a daily driver. You should get an update about next week which fixes the screenshot issue.
Regarding the notifications: Yes, there's a real problem with that.
Actually, I submitted patches for that issue some time ago, but nobody has been reviewing them for more than two months. I've almost lost hope that this will ever happen...
If you want to increase the problem's importance, please select that the following 4 bugs affect you:
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405645
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405646
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405649 (Leaving a comment here stating how annoying you find the bug would definitely help as well!)
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405651
You can use the Ubuntu One account from your phone to log in.
Maybe that creates some pressure so that the patches will eventually be merged.

thats great what will the update come down as a update to the system?
nikwen said:
Yes, it's definitely the best version to run if you want to use it as a daily driver. You should get an update about next week which fixes the screenshot issue.
Regarding the notifications: Yes, there's a real problem with that.
Actually, I submitted patches for that issue some time ago, but nobody has been reviewing them for more than two months. I've almost lost hope that this will ever happen...
If you want to increase the problem's importance, please select that the following 4 bugs affect you:
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405645
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405646
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405649 (Leaving a comment here stating how annoying you find the bug would definitely help as well!)
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1405651
You can use the Ubuntu One account from your phone to log in.
Maybe that creates some pressure so that the patches will eventually be merged.
Click to expand...
Click to collapse

@wayneward Yes, it will be an OTA update. You'll receive a notification once it's available.
Sent from my awesome Ubuntu Touch device using the Forum Browser app

Now we have 14.10 r21 great improvement from r20, and screenshot works fine (vol+ and vol -)

Working a treat
Sent from my awesome Ubuntu Touch device using the Forum Browser app

Nice! I just flashed UT on my N4 two days ago and everything online says screenshot isn't functional yet. Glad I found this.
Sent from Ubuntu Touch via Forum

Related

[Q] Prevent all trackball motions

Hi!
My Hero has had problems with the trackball not working for a couple of months but I haven't been bothered by it since I never use it. Lately however, the trackball (or it's sensors on the board) seems to have gotten a life of it's own. It's constantly scrolling upwards making it impossible to navigate in menus and send text messages.
I've read many many threads about people wanting to completely disable the trackball but noone seems to have any idea on how. I've also tried cleaning. If anyone knows about a solution to make the trackball not load when the basic IO functions loads I would be very happy indeed. The problem is not ROM specific since the scrolling occurs in the recovery menu as well.
If it's not possible to "deactivate" it I'm curious if you think it would be possible to write a tiny little background app that listens for the trackballs MotionEvent, catches it, does nothing and then returns true as if the handler in the background app took care of all the work and thus overrides the scrolling that would happend in the browser, menu or whichever context you are in?
The method I've been looking at is: public boolean onTrackballEvent (MotionEvent event)
What do you think?
span_01 said:
Hi!
My Hero has had problems with the trackball not working for a couple of months but I haven't been bothered by it since I never use it. Lately however, the trackball (or it's sensors on the board) seems to have gotten a life of it's own. It's constantly scrolling upwards making it impossible to navigate in menus and send text messages.
I've read many many threads about people wanting to completely disable the trackball but noone seems to have any idea on how. I've also tried cleaning. If anyone knows about a solution to make the trackball not load when the basic IO functions loads I would be very happy indeed. The problem is not ROM specific since the scrolling occurs in the recovery menu as well.
If it's not possible to "deactivate" it I'm curious if you think it would be possible to write a tiny little background app that listens for the trackballs MotionEvent, catches it, does nothing and then returns true as if the handler in the background app took care of all the work and thus overrides the scrolling that would happend in the browser, menu or whichever context you are in?
The method I've been looking at is: public boolean onTrackballEvent (MotionEvent event)
What do you think?
Click to expand...
Click to collapse
Maybe its just too much kernel compiling talking, but I would just kill it the kernel level - sounds easiest to me
Let me know if you want me to look into this, and nag me if I forgot....
Killing this at kernel level would be fantastic if its possible. You would be more than welcome to have a look at this.
I have no knowledge of where to start looking since I know very little about any kernel. I am very interested in learning more though so if you do not have time at the moment I would be very glad if you could provide some pointer on where to start looking.
This would be amazing if possible, my guess would be the kernel too.
I was using all the time at first, but now it's more of a hassle than anything else.
span_01 said:
Killing this at kernel level would be fantastic if its possible. You would be more than welcome to have a look at this.
I have no knowledge of where to start looking since I know very little about any kernel. I am very interested in learning more though so if you do not have time at the moment I would be very glad if you could provide some pointer on where to start looking.
Click to expand...
Click to collapse
Ok, I'll try to get around to it in the next couple of days, bump this or even PM me if I forget.
In the meantime if you want to get your hands dirty in kernel code, heres the section about "my" sources from my flykernel post:
erasmux said:
Kernel Sources
My sources with all my updates and changes are found on github:
http://github.com/erasmux/hero-2.6.29-flykernel
Use hero_defconfig for the regular version and hero-bfs_defconfig for the BFS version.
See the wiki for more information about building the kernel. Another great resource about kernel building is the cyanogen wiki - do note that currently the CM kernel will not work on the hero.
Please feel free to contact me regarding my sources and kernel development.
Click to expand...
Click to collapse
erasmux said:
Ok, I'll try to get around to it in the next couple of days, bump this or even PM me if I forget.
In the meantime if you want to get your hands dirty in kernel code, heres the section about "my" sources from my flykernel post:
Click to expand...
Click to collapse
Thank-you kernel king! Will have to put on some gloves and dig around the source this weekend!
Sent from my HTC Hero using XDA App
Any luck yet?
Nope, not yet. I have not had much time to look into this. Being a complete novice it will probably take me some time
Sent from my HTC Hero using XDA App
I've now found a solution to this that I'm testing out. I've recompiled FlyKernel with a small customisation and it seems stable enough. PM me if you want to see the change or need a flashable zip.

xCyanogenMini - Gigglebread - Rotary & Dialer(s) Fixes

Hi Folks,
I have decided to post this fix as a separated thread because the gigglebread thread is growing incredibly fast and the reference to it gets lost in one or two days after being published.
When GB was at v5, I wrote this post on its thread, to offer to the community a fix that I've created to my device, because I realized that my pain could be the pain of others.
Well, that fix does not works on v8, it puts the system in a infinite boot loop. Therefore I rolled up my sleeves again to update it. And here it comes the updated version. Enjoy while it's hot.
Best Regards,
Ed.
could you please tell us what this fixes and is installation via custom zip option in xecovery?
Thanks in advance.
Hi, I'm sorry for this. The explanation was on the post linked in the previous message... Here's the Quote of that post:
edsena said:
Hi Folks,
I've been following this particular thread since its first day (coincidentally the same day that I started using an Android phone).
The main motivation for using this rom was that to be able to replicate my corporate e-mail and calendar. In order to do that, I would have to be, at least, using Android 2.2, because the company that I work for restricts access to earlier versions because the changes on the lock screen password options that took place on v2.2.
Despite of a few minor remaining bugs, this ROM works pretty well on my device. But, there is an issue that was really pissing me off: The inability of sending DTMF tones using the digits 0*#, because of the layout of the screen. Since I have to join several conference calls per week, that is a huge show-stopper for me. Well, I'm pretty sure that the creator of this ROM is quite busy working on some serious issues (like bluetooth) and do not has the time to take a look into these cosmetic issues, that's why I decided to roll up my sleeves and work on this.
I finally went thru this, and I decided to share this fix on the forum, since I read a lot of people talking about this issue as well. Attached to this post is an update zip file, which will tweak the position of the component of those screens, in order to allow the full visualization of both dialpads (in-call & initial).
To install the fix, just copy it to your sdcard and install it via xRecovery. Please take into account that this comes with no warranty at all, is provided *AS IS*, and I don't want to be responsible should anyone damage a device, loose data, etc, trying to install this package. I only tested it on my phone (where it worked like a charm) therefore I can't guarantee that it will work on other setups as well.
If you like this fix, please click on "Thanks" and feel free to send some bucks to finance some Duvels, Karmeliets or Guiness
EDIT: I've just added a tweak to the "Rotary Selector" to keep it from being in front of the "Calling Card" when an incoming call is received. Therefore now there's 3 zip attached to this post: One that has the 2 fixes and another one for each fix. You can figure out which is which by their names, which are pretty straight forward.
Best Regards,
Ed.
Click to expand...
Click to collapse
@edsena--thanks for elaborating;your original input did indeed get buried under the avalanche of responses to naa!
Awesome fix mate. Great job. But I see *#0 missing when the on call number pad is opened. Any way to fix that?
Sent from my E10i using XDA App
Have installed this and it works smooth .
work perfect in x10 mini pro
thank's.
works awesome! thx for the fix have you sent this to owain? he may post it in the first post
Perfect! Very Good fix!
Sent from my E10i using XDA App
Orkeren said:
works awesome! thx for the fix have you sent this to owain? he may post it in the first post
Click to expand...
Click to collapse
Or include it in his next version?
ruifung said:
Or include it in his next version?
Click to expand...
Click to collapse
That would be cool. Thanks edsena for these fixes.
Cheers,
evilbarcode.
ruifung said:
Or include it in his next version?
Click to expand...
Click to collapse
or that But I suppose that it would need some rewriting, as the old fix (released for v5) didn't work with v8... And it's just a cosmetic fix As far as I know Owains highest prioritys with this rom are FM and some bugfixes on apps not working...
Works Perfectly
Works like a charm!
Thx for this fix!
wow thx a lot dude..works perfect in my mini pro
sachith024 said:
Awesome fix mate. Great job. But I see *#0 missing when the on call number pad is opened. Any way to fix that?
Sent from my E10i using XDA App
Click to expand...
Click to collapse
This fix is supposed to solve that. Isn't it working for you ? Is anyone else experiencing the same issue ?
dude update it for V9 pls... not working in V9.. getting stuck at boot animation in v9..
raghurags said:
dude update it for V9 pls... not working in V9.. getting stuck at boot animation in v9..
Click to expand...
Click to collapse
Same with me. Request seconded
v9 have app .odex... ?? no .apk??
:S
plz. dude, we need it for v9 plz. thanks alot
now we need it for v10 man

[Users][4.0]ICS 4.0.4 support/discussion thread

Well, that time has come. I feel like our ROM is stable enough that I can finally proide support for it without you guys (unintentionally) clogging up the dev thread.
If you have a question, POST IT HERE. If you want to ask about install issues, how to get into devving, or rabid toasters, POST IT HERE. I am closing off the dev thread now that this is created. If you post there without a constructive helpful comment (I will put up criteria there), you will get yelled at, beaten, and sent to slink back to your hole from whence you came.
Okay, now that that's over, I will be providing support in this thread. I am not mean, scary, nasty, or like to drown puppies for fun, despite what the impression the above may give you. I am actually a very helpful person (as most pre-existing members here will agree), and will try to help you, even if you think it's a stupid question.
One rule here: Search first!
I cannot emphasize how important this is. As I said, I am more than happy to answer questions, but for the love of god please don't post something like "wherez the ICS guyzz, I don;t see it in this thrad, this forum sukks". Please use search first before posting. Thank you, and have a nice day.
Well, have fun, and I will answer any questions you have (even if they don't directly relate to ICS).
Install instructions:
Special thanks to daniel644 for the video and his high praises of me .
Guides (thanks to goldflame for these):
Drm manager
YOU MUST HAVE ROOT IN ORDER TO DO THIS!!!!
http://forum.xda-developers.com/showthread.php?p=31201787
Run this in terminal with su permissions
Open terminal Type su Accept the superuser request Follow the code from the post One condition if you reboot you have to repeat the third line of code.
This will fix the market
Here is rooting:
Download tsparky root on your computer from here: http://forum.xda-developers.com/showthread.php?p=31067529
Extract the zip plug in your Samsung, turn on USB debugging which can be found in settings-devoloper-usb debugging and run the bat file.
For those of you like me that when you open super user it fcs, here is a guide on how to fix that:
I have rooted, super user won't open now
OK follow theses steps
1) download and install Android commander (Google it)
1a) plug in your device and make sure USB debugging is on
2) open android commander
3) on the right panel go to /system/app and delete super user.apk
4) then go to /system/xbin and delete busybox and su
5) reboot and root again
Worked for me and two other people so it should work for you.
This is a good idea ... hopefully we will see more people pop in here than the dev thread, like to see you guys progress whenever possible and not so much "I need help installing this". I read a few posts of one of your guys requesting people to PM for help but maybe this thread will alleviate that "burden"...
da1writer said:
This is a good idea ... hopefully we will see more people pop in here than the dev thread, like to see you guys progress whenever possible and not so much "I need help installing this". I read a few posts of one of your guys requesting people to PM for help but maybe this thread will alleviate that "burden"...
Click to expand...
Click to collapse
Well, answering questions is not a "burden" more than it is something not 100% relevent to our dev thread, which (unfortunately) sometimes gets us off on a tangent. This way, I can help you guys, and we can still be productive in the original thread. Even if your question isn't relevant, pop me a PM, and I will be happy to help you, as long as you have researched first (meaning not stuff like "where's the stock rom"?).
hanthesolo said:
Well, answering questions is not a "burden" more than it is something not 100% relevent to our dev thread, which (unfortunately) sometimes gets us off on a tangent. This way, I can help you guys, and we can still be productive in the original thread. Even if your question isn't relevant, pop me a PM, and I will be happy to help you, as long as you have researched first (meaning not stuff like "where's the stock rom"?).
Click to expand...
Click to collapse
This is simply a suggestion, but maybe you guys could make a skype group, if you guys don't do that already. I guess it's a good thing to post in the dev thread the little updates, but I think a skype may be more convenient.
euphoriaflow said:
This is simply a suggestion, but maybe you guys could make a skype group, if you guys don't do that already. I guess it's a good thing to post in the dev thread the little updates, but I think a skype may be more convenient.
Click to expand...
Click to collapse
Between devs yes, we use Gtalk on a daily basis, and has been invaluable in getting work done quickly. It would be interesting to use skype and/or Gtalk for support, although we would need a dedicated account for that (and we are currently locked out of our Nova Gmail account, because we forgot the password ).
Not trolling here, but just wondering. Since when did discussion become development? Shouldn't this be in general?
In our one s forums all discussion threads are in the general section.
Sent from my HTC One S using Tapatalk 2
Same at the epic 4g touch forums, but to be honest, I don't mind it being here at all. Not too late to move this over there, though.
Sent from my SPH-D710 using xda app-developers app
hanthesolo said:
Between devs yes, we use Gtalk on a daily basis, and has been invaluable in getting work done quickly. It would be interesting to use skype and/or Gtalk for support, although we would need a dedicated account for that (and we are currently locked out of our Nova Gmail account, because we forgot the password ).
Click to expand...
Click to collapse
I do have the pass (I saved them in case we forget it). Also klin, it is considered for general but can be considered like dev too (in the sense of error reporting).
klin1344 said:
Not trolling here, but just wondering. Since when did discussion become development? Shouldn't this be in general?
In our one s forums all discussion threads are in the general section.
Sent from my HTC One S using Tapatalk 2
Click to expand...
Click to collapse
This is a subsection of our development thread, and while it may be better placed in general, it is best here, as we remove the chance of people who create accounts just to complain, and we obtain easier access for users. Plus, I believe I may have an idea to put the community to work, I just need to polish it a bit more.
hanthesolo said:
Between devs yes, we use Gtalk on a daily basis, and has been invaluable in getting work done quickly. It would be interesting to use skype and/or Gtalk for support, although we would need a dedicated account for that (and we are currently locked out of our Nova Gmail account, because we forgot the password ).
Click to expand...
Click to collapse
Can't you reset it. Should be easy if you put a recovery email
Sent From My YP-G1 running ICS build 3.5
is this version (3.5) already better than the GB Roms out there? or is it better for domeone like me who likes gaming and music to stay on my current rom until HW and such things are fixed?
btw im using dream Ultra right now because my device makes weird noises when im using other roms
crancpiti said:
is this version (3.5) already better than the GB Roms out there? or is it better for domeone like me who likes gaming and music to stay on my current rom until HW and such things are fixed?
btw im using dream Ultra right now because my device makes weird noises when im using other roms
Click to expand...
Click to collapse
I would hold off, but only for a little while longer, there are a few details (market download fix and proper sdcard support) that need to be added into the next ROM build so you don't have to ADB push things or use terminal to enter code after every boot, once those issues are fixed then it should be a good daily. But, if your comfortable and know how to ADB push files and stuff like that then go for it, just remember you WILL be charging it EVERY night due to the deep sleep bug inherited from the CM7 kernel that was used as the base for our CM9 kernel.
daniel644 said:
I would hold off, but only for a little while longer, there are a few details (market download fix and proper sdcard support) that need to be added into the next ROM build so you don't have to ADB push things or use terminal to enter code after every boot, once those issues are fixed then it should be a good daily. But, if your comfortable and know how to ADB push files and stuff like that then go for it, just remember you WILL be charging it EVERY night due to the deep sleep bug inherited from the CM7 kernel that was used as the base for our CM9 kernel.
Click to expand...
Click to collapse
Is it possible to fix that deep sleep bug?
My milestones that need to be crossed for daily usage would be:
H/W Acceleration
SD Card fixed (internal and external)
Deep Sleep
Everything else either has already been added/fixed (Voodoo!!! Beats removed and optional ) or I could wait for (bluetooth, camera, gps).
You guys are doing a great job though, can't wait for the next build to see how you guys are doing.
da1writer said:
Is it possible to fix that deep sleep bug?
My milestones that need to be crossed for daily usage would be:
H/W Acceleration
SD Card fixed (internal and external)
Deep Sleep
Everything else either has already been added/fixed (Voodoo!!! Beats removed and optional ) or I could wait for (bluetooth, camera, gps).
You guys are doing a great job though, can't wait for the next build to see how you guys are doing.
Click to expand...
Click to collapse
once oisis gets his sgp 4.0, he can port a 3.0.x kernal and all these will will be fixed.
da1writer said:
Is it possible to fix that deep sleep bug?
My milestones that need to be crossed for daily usage would be:
H/W Acceleration
SD Card fixed (internal and external)
Deep Sleep
Everything else either has already been added/fixed (Voodoo!!! Beats removed and optional ) or I could wait for (bluetooth, camera, gps).
You guys are doing a great job though, can't wait for the next build to see how you guys are doing.
Click to expand...
Click to collapse
if/when Oisis gets a 3.0.x kernel up and going (after he gets his player) hopefully the deep sleep bug will be no more, since its a carry over from the CM7 base kernel and if we have a new kernel that should solve that issue, and should get us to where bluetooth, camera and H/W acceleration could all be possible aswell.
Han, while we wait for Oisis to get his player and do his magic can we get one more build that has the fixed vold.fstab to have both internal and external memory working normally without having to ADB push files to the player and the market fix (if there's an easy way to do it)?
daniel644 said:
if/when Oisis gets a 3.0.x kernel up and going (after he gets his player) hopefully the deep sleep bug will be no more, since its a carry over from the CM7 base kernel and if we have a new kernel that should solve that issue, and should get us to where bluetooth, camera and H/W acceleration could all be possible aswell.
Han, while we wait for Oisis to get his player and do his magic can we get one more build that has the fixed vold.fstab to have both internal and external memory working normally without having to ADB push files to the player and the market fix (if there's an easy way to do it)?
Click to expand...
Click to collapse
A build with a fixed vold.fstab is possible but for the market fix, this is something related to the initrd that actually needs one more line of code for it to be activated lool.
goldflame09 said:
once oisis gets his sgp 4.0, he can port a 3.0.x kernal and all these will will be fixed.
Click to expand...
Click to collapse
Hold up a sec, I'm unsure of the situation a bit here... does oisis HAVE a Samsung Galaxy 4.0?
If not, I'm willing to toss a couple Tens his way (won't mention how much here) with a stipulation. I'm talking about Amazon Credit (which I have alot of) here... An Amazon gift card (via email) would have to be used as Amazon being the purchase website. PM me if there is an interest oisis if this is the case of you not having an actual SGP 4.0 ...
Edit: Ok, I just read that oisis actually did order one from China (?) but if it takes too long I'm still willing to help money wise if needed for any of these great 4.0 devs here developing the ICS rom
zaclimon said:
A build with a fixed vold.fstab is possible but for the market fix, this is something related to the initrd that actually needs one more line of code for it to be activated lool.
Click to expand...
Click to collapse
OK then, a build with fixed vold.fstab and a file browser like the free ES File explorer so I can sideload my apps.
daniel644 said:
OK then, a build with fixed vold.fstab and a file browser like the free ES File explorer so I can sideload my apps.
Click to expand...
Click to collapse
A file explorer? I think I will just fix the kernel so that the drmserver can work on boot. As for the vold.fstab, I cleaned all my repo so it will take a long time before I can get one, I will get it more presumably on the weekend.
zaclimon said:
A file explorer? I think I will just fix the kernel so that the drmserver can work on boot. As for the vold.fstab, I cleaned all my repo so it will take a long time before I can get one, I will get it more presumably on the weekend.
Click to expand...
Click to collapse
Yeah a file explorer (file browser) so I can access the LEGALLY obtained .apk's I've collected from the developers websites, to install them. for whatever reason there is NO file browser app in this CM9.

[ROM][DISCUSSION] Ubuntu Touch B&N Nook Tablet

Hey all, I've been around for a while and suppose I finally got off my butt and decided to try my hand at building stuff. I just wanted to let you know I posted this in the Ubuntu Touch Dev forum:
http://forum.xda-developers.com/showthread.php?p=41307690
All credits go to the efforts of all the devs who have gotten us this far, I know there would be no hope for me without them
Not really usable, but it boots! :highfive:
I'd like to keep the dev questions in that thread if we can. General discussion can be here.
Updated dev post...
-dejello
Posted a 2nd build and added stuff to the post, sorry about the name change, more for me than anything else. Apps stay open, videos stopped working >.< I haven't checked the logs for anything yet, will do when I get a chance...
Figured I'd put up some new pics... I found out apparently if you swipe right on the status icons you get a Device pull down vs the individual ones... <-- DIdn't know that until a little bit ago Pics show that, multitasking (gallery on left, calc on right) and Home screen with the side bar...
I was just wondering today wether anyone had tried this yet thanks for the effort it's appreciated.
Sent via carrier pigeon...
Any way to run this off an SD card?
I haven't even looked into it yet... I need to look into the Ubuntu side of the code to see what it isn't pulling in like it should be so this thing can function better. I found a script in another forum for auto changing the display stuff, added an Acclaim piece to it and it works, will upload it when I get off work today.
Sent from my SCH-I510 using xda app-developers app
So the wifi doesn't work? Try using another wpa supplicant, like in Demetris's kernel.
How is the dev coming
Sorry, no new news yet, i didn't get too much of a chance this weekend to look into it... Between the family and having had to basically start over and I kept having problems even getting cm10.1 to build... I will work more on it time willing ofc..
Sent from my SCH-I510 using xda app-developers app
What steps are you following to build this? I what to build a Linux other than Ubuntu touch. I think that plasma active would be awesome on NT.
Sent from my SGH-T679 using Tapatalk 2
The Wi-Fi problem comes from the Ubuntu end. Since this is Ubuntu Developer Preview, the wifi does not work.
question about ubuntu touch for nook
hi, i am new to this forum....
i was checking to see if there was an ubuntu touch image for the nook, and i ran across this post.
what i was wondering is if there is a way to install the image to boot off the SD card simular to
the N2A (nook 2 android) image does? i was thinking this way i could test it with out
bricking my nook tablet...
any ideas?
its awesome that someone is taking this on, as it looks like the nook is about to
become history.
thanks
Hey all, sorry I haven't posted much, just wanted to work on this a bit more before posting. I managed to get wifi to work with some terminal junk through adb and ubuntu_chroot. Basically it's not loading a module (wl12xx_sdio.ko) it should be. The network gui still doesn't show anything as of yet. So yes, I will still need to look into it more and check the source files as well. I am uploading a new build and will have instructions for it soon in the dev thread. Wondering if I should move it to the dev forum here
Not sure why, but atm apps have started force closing again. I need to reboot and see if it's somehow related. Seems something else just malfunctioned
UPDATE: Apparently getting the Network Manager GUI to work correctly is pretty simple http://forum.xda-developers.com/showthread.php?p=41838135#post41838135
I have updated that post and I suppose I will upload my the build reference. One thing to note, the afterflash file correct the dpi seems to make my screen blank out with the latest Ubuntu builds. Not sure why just yet but it should be simple enough to add a conf file manually until I make some scripts. I have not tried adding security to the network (added wpa2-psk and worked like a charm after restarting the network-manager!) nor messed with hidden ssid's yet.
UPDATE: see Build 5 notes, I hadn't fully updated my ubuntu sources apparently Display seems to work now with newest builds!
Just when I start to get somewhere, they up and change versions on me (saucy now) Testing to see if it works!
UPDATE: Saucy boots!
-Swipe right side of screen to the left to unlock
-Network list shows then apparently goes blank after trying to get on (which I did the second time after a reboot, list stayed second time).
Note that there are two different versions of Saucy out, make sure you currently download from the same links as before (with the word "preview" in the url).
At some point I hope to figure out the missing battery indicator.
hey dejello whats the current news? are you still working on it?
btw saucy does seem to boot, raring seems to be okay
Still waiting for updated porting notes.. I have tried a few things unsuccessfully and will keep going, but this is not dead
Sent from my SCH-I510 using xda app-developers app
dejello said:
Still waiting for updated porting notes.. I have tried a few things unsuccessfully and will keep going, but this is not dead
Sent from my SCH-I510 using xda app-developers app
Click to expand...
Click to collapse
thats nice to know keep up the good work :good:
by the way i heard that adamoutler was working on it too, but last thing I heard from him was the ubuntu recovery. wonder if he's still working on it
a little printing mistake there, saucy DOES NOT boot
I support this project and will hop on board if/when this gets closer to completion, or if we can boot off MicroSD :good:
Hey all, haven't forgotten this, am on vacation currently and wilp continue work when I get back
Sent from my SCH-I510 using xda app-developers app

CM14 unofficial .... almost all things works for now :D

i'm just opening the first work form me.... after a lot of work and 10 times building with alpha testing versions ... and upgrading my laptop with more 8GB of RAM
Now the BETA version which almost everything works on Android 7.0
backup, wipe, flash and enjoy!
some known bugs like camera use another app... tell me..
Download:
https://www.androidfilehost.com/?fid=24727369092694064
Next Update will be here : ..
gapps:
http://opengapps.org/#
Android Version android-7.0.0_r6 (NRD90U)
Sources:
CM14
Kernel will be uploaded to my github and other device files.
G+ Community
Screenshots
Difference between this and Seraph's?
Thx...
More than one fingerprint possible to setup?
Thanks for your work. But I think you need to better organize your thread. The form is not good.
I think you need also to post your kernel source.
AllHailTony said:
Difference between this and Seraph's?
Click to expand...
Click to collapse
yes everyone did his work and his repos some maybe i had bug or he have that i dont or he dont
vergilbt said:
Thx...
More than one fingerprint possible to setup?
Click to expand...
Click to collapse
youre welcome.... in the future...
Yousvel said:
Thanks for your work. But I think you need to better organize your thread. The form is not good.
I think you need also to post your kernel source.
Click to expand...
Click to collapse
i will update and clean my thread ... thanks
Dont be so judgemental people. This guy tried to bring some Nougat love to us and instead got all the hate. I dont think asking what is the differences between this ROM and Seraph08's ROM is appropriate. But I do agree when posting ROM it is nice to have some info ahead of time
I can't believe fingerprint drama is still exist but hey! God gave us 10 fingers on the hands and not just 1
I always wonder what people hide in their phones that make them add more then 1 finger print It better be some hot girls nude photos
But I am not here to judge. Just being silly flashaholic :highfive: :silly: :victory:
Thanks for the ROM @sycolon
To register multiple fingerprints on any CM14 builds (I am using Grarak's build & have tried it on my own build):
1. Setup phone with 1 finger print
2. Go to Settings->Security to add additional fingerprints
3. When prompted to scan your finger, DO NOT PUT YOUR FINGER ON THE SENSOR - LONG PRESS THE FINGER PRINT ON THE SCREEN
4. It will prompt you to asking you to scan the finger print
5. Now place the finger on the scanner and it works!
Noticed battery/notification lights can't be changed to anything other than stock colors.. No errors, just doesn't change. Used multiple builds.. Likely known, just throwing it out there.
hackworks said:
To register multiple fingerprints on any CM14 builds (I am using Grarak's build & have tried it on my own build):
1. Setup phone with 1 finger print
2. Go to Settings->Security to add additional fingerprints
3. When prompted to scan your finger, DO NOT PUT YOUR FINGER ON THE SENSOR - LONG PRESS THE FINGER PRINT ON THE SCREEN
4. It will prompt you to asking you to scan the finger print
5. Now place the finger on the scanner and it works!
Click to expand...
Click to collapse
You are absolutely right...
Your workaround is working fine
sycolon said:
yes everyone did his work and his repos some maybe i had bug or he have that i dont or he dont
Click to expand...
Click to collapse
I didn't understand a single bit of what you said
is google now on tap working?
VxIA0NGXXV said:
is google now on tap working?
Click to expand...
Click to collapse
Yes it works.
Dev, the camera does not work, it says it is impossible to connect, or use by another app, or error opening the driver(camera fv-5). And function to swap the "back" button and the "review" is reset after a reboot.
setcon said:
Yes it works.
Dev, the camera does not work, it says it is impossible to connect, or use by another app, or error opening the driver(camera fv-5). And function to swap the "back" button and the "review" is reset after a reboot.
Click to expand...
Click to collapse
I'm on grarak's build 14.09. Goolge cam works, but not video with 4k. For that I'm using Footej Cam too.
network drop bug still exist? i am on mokee marshmallow rom i had tried many ROM and almost every ROM has network drop issue please tell me if anyone already has flashed this ROM i need to know....sorry if i hurt anyone by asking questions
Sent from my ONE A2003 using XDA-Developers mobile app
binoysankar said:
I didn't understand a single bit of what you said
Click to expand...
Click to collapse
He means seraph may be having some bugs and he may have some bugs. They may be common or different.
pk-air said:
I dont think asking what is the differences between this ROM and Seraph08's ROM is appropriate.
Click to expand...
Click to collapse
I totally agree with you that all developers should get love and not hate since their efforts make our lives better, but please excuse me, how on Earth is asking for information inappropriate? Asking someone for information is what differentiates us from the apes.
I know XDA have rules prohibiting "Is A or B better?" questions, but it's perfectly normal to ask what the objective differences between the ROMs are, especially since many devs don't provide this info in the OP. For example, if one ROM has working GPS and the other ROM doesn't, that is perfectly neutral and objective information.
With all my humble respect to all developers, I think it's much more inappropriate to publish ROMs on XDA (=public domain) without listing the known bugs in the OP, and taking the "flash-and-see-for-yourself"-approach.
If you, as a developer, choose to use a public domain like XDA to publish your work, please be transparent and take 5 minutes of your time to honestly list all your achievements and failures.
If you choose not to, you have no right to be mad at people asking those questions over and over and over again.
And imho this applies to all devs, including the current one as well as @Seraph08 as well as any other %username%. All I'm asking for is honesty and transparency, and I truly believe with all my heart that's not asking for too much.
I remember back in the days of Android 2 this was an unwritten code all devs on XDA went by.
But then competition got high and someone discovered he'd get more community creds if he kept quiet about his failures...
I always wonder what people hide in their phones that make them add more then 1 finger print It better be some hot girls nude photos
Click to expand...
Click to collapse
I think you misunderstood the concept of adding additional fingerprints The more FPs you add, the more fingers you can use to unlock the phone, which makes phone easier to unlock. If you have 10 FPs added, you can unlock your phone with any of them, not by using them all xD
Sent from my OnePlus 2 using Tapatalk
if you repo sync right now and build with grarak sources (it's clear you are using graraks sources..) you'll get broken ril and wifi.. dunno why
zsk.khan said:
network drop bug still exist? i am on mokee marshmallow rom i had tried many ROM and almost every ROM has network drop issue please tell me if anyone already has flashed this ROM i need to know....sorry if i hurt anyone by asking questions
Sent from my ONE A2003 using XDA-Developers mobile app
Click to expand...
Click to collapse
I had these drops with the older builds. But with grarak's build from 14. sept. I have no drops anymore.

Categories

Resources