Related
Hey there,
I know I'm a noob on this website, but I'm pretty regular on AndroidForums.com and I lurk on here all the time. Just wondering if there was any way that someone could add the ability to have a different keyboard in portrait than in landscape. I use Swype for portrait, but in landscape it just sucks! It would be awesome if we had the ability to have Swype in portrait and something like the stock keyboard in landscape.
Thanks to all the devs on this website, you guys are awesome! And sorry if this is in the wrong section.
i would also like to know this
I'd like the same thing, I asked a little over a month ago, but got no response.
Also, your thread will probably be moved to general. Heads up.
Would like this feature in roms to.
Just curious tho. How do I download swype? Do i have to go to their website and fill out all the beta applications? I thought it was closed.
Tyler 3 said:
Would like this feature in roms to.
Just curious tho. How do I download swype? Do i have to go to their website and fill out all the beta applications? I thought it was closed.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=701198&highlight=swype
Another newbie requesting this. I definitely agree with the fact that swype sucks in landscape mode.
With Tasker you can set it up so when you turn the phone on its side it brings up the input method dialog and you can pick from there. When you turn the phone back to normal it asks again. Not the perfect solution but it is quicker than doing it the long way.
jackattack said:
With Tasker you can set it up so when you turn the phone on its side it brings up the input method dialog and you can pick from there. When you turn the phone back to normal it asks again. Not the perfect solution but it is quicker than doing it the long way.
Click to expand...
Click to collapse
Thanks for the tip! I'll definitely try this out, but would definitely be awesome for it to be native!
jackattack said:
With Tasker you can set it up so when you turn the phone on its side it brings up the input method dialog and you can pick from there. When you turn the phone back to normal it asks again. Not the perfect solution but it is quicker than doing it the long way.
Click to expand...
Click to collapse
Honestly, all that's eliminating is a long click/hold. Not very efficient compared to what the OP suggested. Hopefully someone will be able to get the original idea working.
The power button on my N1 has been giving me fits, and given the number of people I've read about with "dead" power buttons, I think mine is going out so I'm trying to preserve it as long as possible.
I enabled trackball wake (using CM6) which takes care of 1/2 the equation, but I need a good lockscreen app (just something to make the phone go to sleep). I found one in the market called Lock Screen Enabler, but it's not a "true" lockscreen app and it's very buggy, causing all sorts of problems for me.
I've been a web developer for 8 years and recently got into Android development (which I hope to be doing full-time soon), so I thought I'd just code a quick app for personal use in 5 minutes.
The problem, however, is that the DEVICE_POWER permission is needed in order to call goToSleep() and from what I've read so far from other online posts, this permission is only granted to native system applications.
Since my phone is rooted, I even tried granting my application SU privileges, but that doesnt seem to work either.
So, my question boils down to how do I grant my application DEVICE_POWER permission? I figure if anyone out there knows the answer, it's going to be someone on XDA as this place is full of geniuses. Thanks in advance!!
UPDATE: I've attached the finished app. Made this for personal use but if anyone wants to use it they are welcome to. My only gripe about it right now is the "screen flicker" that happens when you launch it because it's trying to launch an app that immediately locks the screen and finishes itself. If I can figure out how to get the app to launch in a smaller window maybe I can minimize the size to reduce the screen flicker. But for now, this works and I can set it to launch when I click the clock on Fancy Widget, so I'm happy. Thanks again to everyone who offered answers to my questions. Just another reason why I love the Android development community!!
-teleknEsis
Search for Lock screen widget. I have the same problem and I use it. It immediately locks your phone once pressed
nDrg said:
Search for Lock screen widget. I have the same problem and I use it. It immediately locks your phone once pressed
Click to expand...
Click to collapse
Awesome, thx! Still would like to know how they got that prompt to show that basically made the application an Administrator app. Seems like the missing piece I need to complete my own
teleknEsis said:
Awesome, thx! Still would like to know how they got that prompt to show that basically made the application an Administrator app. Seems like the missing piece I need to complete my own
Click to expand...
Click to collapse
It seems that you'll need to add the application as a device administrator. There seems to be some decent information half way down this page under Device policy manager: Link.
I'd be interested in using this application as I can't change the icon of my previously mentioned widget.
Edit: More information here as well: Link.
nDrg said:
It seems that you'll need to add the application as a device administrator. There seems to be some decent information half way down this page under Device policy manager: Link.
I'd be interested in using this application as I can't change the icon of my previously mentioned widget.
Edit: More information here as well: Link.
Click to expand...
Click to collapse
I will probably still go ahead and create one. I like how with FancyWidget you can set it so clicking the clock will launch an app. Unfortunately it doesn't work with widgets, so I need an extra icon on my home screen just to lock it. If you have an icon you'd like me to use, feel free to share and I'll put it in
And thx for the info!!
I would be happy with any icon to be honest, I just don't like the lock screen widget one Good luck bud
teleknEsis said:
..If you have an icon you'd like me to use, feel free to share and I'll put it in
And thx for the info!!
Click to expand...
Click to collapse
Yeah, put my themed one in from LockScreenWidget (smoked)
http://forum.xda-developers.com/showthread.php?t=731625
rori~ said:
Yeah, put my themed one in from LockScreenWidget (smoked)
http://forum.xda-developers.com/showthread.php?t=731625
Click to expand...
Click to collapse
Alright, I got it working, but there's one problem. It can't be uninstalled because it's currently a device admin. Same goes for that Lock Screen Widget I installed earlier.
Looking into a way to be able to uninstall, if one even exists....
You disabled: device administrator ?
Looking into a way to be able to uninstall, if one even exists....
Click to expand...
Click to collapse
Try using "root explorer" to find the files and just delete them.
teleknEsis said:
Alright, I got it working, but there's one problem. It can't be uninstalled because it's currently a device admin. Same goes for that Lock Screen Widget I installed earlier.
Looking into a way to be able to uninstall, if one even exists....
Click to expand...
Click to collapse
You need to go to Security & Location - Device Administrators and disable both there.
Hollow.Droid said:
You need to go to Security & Location - Device Administrators and disable both there.
Click to expand...
Click to collapse
Good call. Thx. However, I also came up with a work-around for ppl who are just as lazy as myself. There are 2 icons in the launcher. The first will lock the screen (once you enable the app as a device admin). The second will disable the app as a device admin, allowing you to uninstall at your will.
I really intended for this app to be for personal use, but if anyone wants it I'll put it up here for you to download. If you'd rather I remove the second launcher icon and just let you to disable it through Security settings, I will also do this (as really, I don't plan on uninstalling any time soon so this is fine for myself).
Thanks to everyone who helped out!!!
teleknEsis said:
Good call. Thx. However, I also came up with a work-around for ppl who are just as lazy as myself. There are 2 icons in the launcher. The first will lock the screen (once you enable the app as a device admin). The second will disable the app as a device admin, allowing you to uninstall at your will.
I really intended for this app to be for personal use, but if anyone wants it I'll put it up here for you to download. If you'd rather I remove the second launcher icon and just let you to disable it through Security settings, I will also do this (as really, I don't plan on uninstalling any time soon so this is fine for myself).
Thanks to everyone who helped out!!!
Click to expand...
Click to collapse
Yeah I'd appreciate the single launcher version please if possible
Hollow.Droid said:
Yeah I'd appreciate the single launcher version please if possible
Click to expand...
Click to collapse
OK - I'll update and upload when I get into work
Application is in the OP. Have at it
Great, works perfect on MIUI 0.9.30
Does the job perfectly! I especially like how it runs as an app so I can change the icon
You're a lifesaver, or should I say power button saver
Thanks so much.
I tried to develop something similar before but got stuck. Saved me some time!
Thanks for creating such useful app for my N1. My power bt is fine, but I would like to preserve it to powering up/down the phone.
BTW, I also downloaded Lock Screen Widget to test it out. Is it possible that you can make your app to shut off the screen smoother, like LSW? I like it you set it up as an app, which is super useful for me set up as a gesture swipe on my LauncherPro dock icons.
Thanks again and keep up your good work!
Thanks again, your app is really great. But could you add a option to map it to the search button (long press) please?
Thank you!
I want to use the S-Note and Lecture Notes apps for school and they both work quite well, however, I'm having one major problem--the MENU and BACK buttons are driving me nuts (especially the MENU/SETTINGS seeing as how LN has the option to stop the BACK button without being a root user). Every time I lift my hand even a little the menu button pop up (I'm right-handed and the menu is on the right-hand side).
I would be willing to just move that bottom taskbar to the top of my device--can't be done unless you're rooter; I'd be willing to disable them while using certain programs--can't be done unless you're rooted (LN actually has that option but you have to be rooted).
I will not use ANYTHING else--I'm am not a tablet power-user and will never be one--I have a custom-built gaming rig and every imaginable console/multimedia device at home--I don't care to use my tablet for anything except taking notes and reading my PDF's (for which I use eZPDF with no issues whatsoever).
I'm on Android 4.1.2 BTW--any ideas? Thanks in advance.
It's the very same reason I rooted mine. The difference it makes to lecture notes is fantastic.
Sent from my HTC One X using xda app-developers app
I have the same qestion in mind.And if I root the tablet,how can I unroot it without loosing data.I have triangle away and used it once.But I don't want to loose my data and zero counter.
ordeniz said:
I have the same qestion in mind.And if I root the tablet,how can I unroot it without loosing data.I have triangle away and used it once.But I don't want to loose my data and zero counter.
Click to expand...
Click to collapse
That's a good question as well. Also, if rooted does that mean that I can no longer update using official channels (Samsung)?
Also, is it realistically possible to mess up the rooting if I don't plan on putting many apps on/removing apps when I'm done. It's my understanding that the rooting process is not what people usually have issues with but rather removal/addition of apps AFTER the rooting is complete.
Any links to an accurate guide (I have 4.1.2 Jelly Bean BTW) would be appreciated.
ZenTheShogun said:
I would be willing to just move that bottom taskbar to the top of my device--can't be done unless you're rooter; I'd be willing to disable them while using certain programs--can't be done unless you're rooted (LN actually has that option but you have to be rooted).
Click to expand...
Click to collapse
I use Rotation Lock Adaptive (Free) in reverse portrait mode, to turn my display upside down and that puts the buttons at the top of the Note 2 and thus out of the way. BTW I am not rooted but I do use Nova. Rotation Lock Adaptive (Free) works with TouchWiz also.
donec said:
I use Rotation Lock Adaptive (Free) in reverse portrait mode, to turn my display upside down and that puts the buttons at the top of the Note 2 and thus out of the way. BTW I am not rooted but I do use Nova. Rotation Lock Adaptive (Free) works with TouchWiz also.
Click to expand...
Click to collapse
Thanks for the advice--maybe I'm missing something but the app still opens upside down...?
I'm quite surprised that they didn't think of either offering the option of disabling the menu presses in a writing app or moving the taskbar to the top.
I just decided to root--went fine--the only thing is whenever I use Lecture Notes with the SU access (blocking the menu taskbar) it takes my wallpaper away. The tablet has it as long as I don't use LN with the block taskbar option enabled.
I rooted for the explicit purpose of using multiwindow on every app.
@ZenTheShogun:
I've used that option several times, but it has never happened to me. Maybe try asking in the Lecture Notes thread if anyone else has that issue?
Thanks--I will.
I was always able to use multi-screen on all programs--maybe because the day I purchased it I updated the OS to JB 4.1.2. The only app I was unable to use in multi-screen (and still can't) is Jotter (I don't care LN is far superior IMO).
ZenTheShogun said:
I would be willing to just move that bottom taskbar to the top of my device--can't be done unless you're rooter;
Click to expand...
Click to collapse
And when it's rooted... how do you do it?
GMD Gesture Control?
Or so I was told. Haven't tried it yet because the Lecture Notes option to gray out the taskbar works well (and it's literally all I wanted).
I am still having a problem with my Lecture Notes app removing my wallpaper every time I use it--really weird.
ZenTheShogun said:
GMD Gesture Control?
Or so I was told. Haven't tried it yet because the Lecture Notes option to gray out the taskbar works well (and it's literally all I wanted).
I am still having a problem with my Lecture Notes app removing my wallpaper every time I use it--really weird.
Click to expand...
Click to collapse
That's a normal glitch according to the developer (see the lecture notes app thread in the note 10.1 themes and apps section). Apparently after JB 4.0 anytime, you disable/hide the task bar it removes your wallpaper. This goes for all apps that disable the task bar. It's just a bug in JB. If you use a live wallpaper, your wallpaper will survive the hiding task bar. It's only an issue with non-live still wallpapers.
Do live wallpapers waste battery at a faster rate?
Also, is there a faster alternative to eZPDF? I'm finding the page turning a little slow--I only use it for PDF's (textbooks)--I'm not big on annotating (engineering doesn't require much) so I just want a solid PDF app that is quick to respond to page-turns.
Thanks in advance.
ZenTheShogun said:
Do live wallpapers waste battery at a faster rate?
Also, is there a faster alternative to eZPDF? I'm finding the page turning a little slow--I only use it for PDF's (textbooks)--I'm not big on annotating (engineering doesn't require much) so I just want a solid PDF app that is quick to respond to page-turns.
Thanks in advance.
Click to expand...
Click to collapse
Yeah a live wallpaper will use a bit more battery life. However with the Note 10.1's already very lengthy battery life, I haven't noticed much of a decrease at all. It's really minimal, at least with the ASUS wallpaper I'm using. I haven't been able to tell the difference between live and still wallpapers. On my nexus 4 with it's more limited battery life, the difference is a bit more noticeable but even then it's only decreased by about 1 hour overall. I honestly can't tell any difference though on the Note but I haven't done any very deliberate/defined tests to measure.
You could try Moon Reader. That's what I use when I don't plan on annotating much. Lecture Notes is really good in case you do decide to annotate. Both will do pdfs but moon reader also does a bunch of other formats.
Yeah--I don't think I can use LN for both though--I keep my problem sets open in a PDF reader and do the actual problems on LN--I was leaning towards Mantano--many have said it's quite good for just reading PDF's (and I'm assuming since I'm a root user I will be able to use it in multi-screen).
ZenTheShogun said:
GMD Gesture Control?
Or so I was told. Haven't tried it yet because the Lecture Notes option to gray out the taskbar works well (and it's literally all I wanted).
I am still having a problem with my Lecture Notes app removing my wallpaper every time I use it--really weird.
Click to expand...
Click to collapse
Yeah, I'll try that.
I'm looking for this essentially for Lecture Notes too, but if I could move the bar to the top I would solve the issue for all the apps...
Thanks
You still need root access for GMD Gesture Control BTW.
ZenTheShogun said:
You still need root access for GMD Gesture Control BTW.
Click to expand...
Click to collapse
Yes, I know. I already rooted and am trying GMD Gesture Control, but only find a way to hide the bar, not move it to the top. Is that it?
mmascosta said:
Yes, I know. I already rooted and am trying GMD Gesture Control, but only find a way to hide the bar, not move it to the top. Is that it?
Click to expand...
Click to collapse
you should try the other guys software GMD SPen Control. It has an option to turn off all touch sensors so in this way no matter what you need to do on the screen it requires the pen. great for long handwriting sessions. he has a trial version which is free. the creator is 'StupidIdea' you can look him up here.
This a thread to compile a list of things that we noticed were stripped from the Note 4 in the Note 5. We already know about the big things like removeable battery and SD and ir blaster... if you find something include a work around if you know of one.... I've noticed the removed continuous scroll on TouchWiz as well as hiding apps from TouchWiz launcher. They also removed the "Samsung cloud" which has been present since the Note 2 that allowed my Facebook and Dropbox photos to appear in my gallery..... please if anyone knows how to activate that feature please tell me!! Add more below
This may be a software issue (5.01 to 5.11) but I can not find the MULTI WINDOW ON/OFF switch. Not where it is on note 4
Charlie
Cant figure out how to hide apps, folders, pics, turn off notifications for certain apps. Also coming from a note 3, the button to the left of the home key used to be a settings button now it only brings up open windows. I do not like this at all... need some serious help here.
---------- Post added at 07:03 PM ---------- Previous post was at 06:40 PM ----------
Update found out how to turn notifications on certain apps off... it is now a little tiny check box at the top in applications manager instead of a big giant button at the bottom. Still need to figure out how to hide apps and photos.
Sent from my Note 5 using XDA Free mobile app
Droski said:
Cant figure out how to hide apps, folders, pics, turn off notifications for certain apps. Also coming from a note 3, the button to the left of the home key used to be a settings button now it only brings up open windows. I do not like this at all... need some serious help here.
---------- Post added at 07:03 PM ---------- Previous post was at 06:40 PM ----------
Update found out how to turn notifications on certain apps off... it is now a little tiny check box at the top in applications manager instead of a big giant button at the bottom. Still need to figure out how to hide apps and photos.
Sent from my Note 5 using XDA Free mobile app
Click to expand...
Click to collapse
Yea they replaced the menu key with thenmulti window key on the note 4 you'll get used to it shortly... And another way to turn notifications off is if you hold your finger on it some options will come up.
Psychteach1 said:
This may be a software issue (5.01 to 5.11) but I can not find the MULTI WINDOW ON/OFF switch. Not where it is on note 4
Charlie
Click to expand...
Click to collapse
Yea it looks like a lot of toggles are missing it went from like 40 on the note 4 to like 12 on here. When you go over to the "edit" screen on the drop down menu.
nique0201 said:
Yea they replaced the menu key with thenmulti window key on the note 4 you'll get used to it shortly... And another way to turn notifications off is if you hold your finger on it some options will come up.
Click to expand...
Click to collapse
Worth noting: On the Note4, you can still access the menu by holding down the recent programs soft key for a couple seconds. On the Note5, you can do it by holding down the back soft key. Holding down recents will give you easy access to split screen view.
I don't see "download booster" anymore.
Sent from my SM-N920T using Tapatalk
princeasi said:
I don't see "download booster" anymore.
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
Its under section tings and more connection settings
On Note 5 they removed the ability to backup settings on your Samsung Account like call rejection list etc...
I can't find setting for video recording
nique0201 said:
Yea it looks like a lot of toggles are missing it went from like 40 on the note 4 to like 12 on here. When you go over to the "edit" screen on the drop down menu.
Click to expand...
Click to collapse
I noticed this, as well, but I think this is an "upgrade" as the "100s" of toggles were too many before. I have also noticed that there are less entries in the menu, making it simpler looking and easier to navigate/find stuff. It doesn't always necessarily mean options were removed, but just put into a different place. I think overall, this is a good thing because it makes navigating and using the menus much easier and faster.
Among other things, I did notice in S-Note the ability to transcribe handwriting into text is gone. I noticed this even though I don't use it much, so it isn't a huge loss. I think most of the missing items on this phone are mostly not necessary and were rarely ever used, so it seems like it's basically a good thing.
I do wish they didn't remove the ability to disable the Flipboard screen on the stock launcher. Now, the only way to get rid of it even after disabling the Flipboard app is the install a 3rd party launcher. That is my only complaint, but I rarely ever use the stock launcher anyway, so it's not really a huge issue for me.
So far this phone is F***ing sick!
Predictive Emoji is gone..at least on mine
MrAwesome75 said:
I noticed this, as well, but I think this is an "upgrade" as the "100s" of toggles were too many before. I have also noticed that there are less entries in the menu, making it simpler looking and easier to navigate/find stuff. It doesn't always necessarily mean options were removed, but just put into a different place. I think overall, this is a good thing because it makes navigating and using the menus much easier and faster.
Among other things, I did notice in S-Note the ability to transcribe handwriting into text is gone. I noticed this even though I don't use it much, so it isn't a huge loss. I think most of the missing items on this phone are mostly not necessary and were rarely ever used, so it seems like it's basically a good thing.
I do wish they didn't remove the ability to disable the Flipboard screen on the stock launcher. Now, the only way to get rid of it even after disabling the Flipboard app is the install a 3rd party launcher. That is my only complaint, but I rarely ever use the stock launcher anyway, so it's not really a huge issue for me.
So far this phone is F***ing sick!
Click to expand...
Click to collapse
You can disable the flipboard page just hold your finger down on the home screen and then scroll to the flipboard page and you'll see a check mark, just uncheck it. Is that what you're talking about? Hope this helps
Wow! Thanks so much!
That's what I was taking about. They simplified everything so it's not so cluttered, but in some cases it makes things harder to find.
That is what I was looking for. I didn't even notice the check mark before. Thanks, again.
Sent from my SM-N920T
The IR blaster gone, cannot use phone as remote control
As someone who shoots lots of photography. I noticed they have removed the Black and White setting from the camera. It has been replaced with a terrible filter called "Monogram". I have searched through all the menus and even the "downloads" section. NOTHING! I honestly can't believe it. Like WHY? I prefer shooting in B&W. Like at least let me download it. WTH?!
re: B/W Filter
D1G1N1XY said:
As someone who shoots lots of photography. I noticed they have removed the Black and White setting from the camera. It has been replaced with a terrible filter called "Monogram". I have searched through all the menus and even the "downloads" section. NOTHING! I honestly can't believe it. Like WHY? I prefer shooting in B&W. Like at least let me download it. WTH?!
Click to expand...
Click to collapse
If you have a backup of all your apps using titanium backup or another similar app
you can get that black/white filter file from there.
Or you can even get it from the twrp flashable zipfile which you used to flashed
your rom with.
It's in the same location in the zip file as all the other camera filter files.
(it's either in system/apps or in the system/priv-apps folder.)
Once you extract the b/w filter file copy it into the same location where all the other
filter files are located in your note 5, who knows you just might luck out and it might
work for you.
The filter files don't require flashing or even installing
so there's really a good chance that it will work for you.
To play safe, be sure to fix the attributes for the b/w filter
file to match all the other filter files attributes after copying.
Good luck,
Have a great day!
I've noticed that Google Play Music no longer puts the album art on your lockscreen when you're listening to music. Frankly I'm kinda pissed about this because I really liked it.
S-Note doesn't allow you to change the default notes view. I used to change it to "list view" instead of the default "tile" view. Now I can only see it in"tile"view.
Sent from my SM-N920T
D1G1N1XY said:
As someone who shoots lots of photography. I noticed they have removed the Black and White setting from the camera. It has been replaced with a terrible filter called "Monogram". I have searched through all the menus and even the "downloads" section. NOTHING! I honestly can't believe it. Like WHY? I prefer shooting in B&W. Like at least let me download it. WTH?!
Click to expand...
Click to collapse
Click effect then download then in the first section get the filter called memory. It's free
Hi guys here you have a proper review of the Nougat firmware for the S7 edge based on my personal experiences.
So I installed it yesterday night via odin thx to @laimonas777.
With my own experiences I can say it is not as nice as I had thought.. It's hard to use, it's full with small bugs and delays and sometimes it can even freeze up to 30 seconds (My experiences).
Every app has got the new GraceUI of the Galaxy Note 7 including the settings app.
One of the best Nougat features, the display scaling option has got "only" 2 different options which do not differ that much from the standard option.
Let's talk about the Notification panel. You now have 6 toggles visible at the top but you cant swipe anymore. When you pull the statusbar twice you will see 9 toggles per page. Its much harder to find one toggle you are searching for because of the 3 toggle pages. On Marshmallow all toggles were visible in one "page".
Also the colors could have been better but I think everyone has its own opinion there.
Something which is also weird is that you have a search bar on the notification panel but actually you cant type anything in there. Instead, this textfield will just open the finder app.
The camera has got newer options and a totally different but perfect UI which I really like. But the new color modes are actually not that important features and were also aviable partially in 6.0.
Lets move on to the recent apps panel, which is a big pain.. The recent items got taller just like in stock nougat but the scrolling is a very big pain. Its just as the android nougat developer preview 1 for nexus devices also there are some minor graphical glitches which I have shown in the video.
Another thing I want to mention are the notifications. And yes, they are ugly but i am sure samsung will fix that. On every notification where you can tap for an action (example whatsapp, to reply) is a grey bar, which looks horrible. You can see it in the attached ss
Performancewise it hasnt got big changes but dont forget the delays when opening some specific apps etc. The battery consumption is also a bit higher but all these will get fixed with the final build (hopefully).
But now lets talk about the positive things :silly:. The Multiwindow option has got much better than it was on all other touchwiz versions, in short, its almost the same as in stock android nougat. Another thing which is perfect is the Window apps mode where you can open apps in window mode. We all know how bad this option was in Touchwiz, maybe no one of you ever have used it but now the window mode is very good and snappy. The negative thing there is that you cant deactivate these both modes anymore. So always when you try to pull down the notification panel from the right or left top corner, it will just open the current app always in window mode which is quite annoying.
And something which is annoying like hell is that if you play a game like doodle jump where you dont need to touch the screen the screen always turns off after a while. So the auto screenoff option doesnt get disabled while playing games or (maybe) even while watching a movie.
Galaxy Labs is now removed, so now you cant get all apps on your homescreen and you cant hide the appdrawer.
Remember that this is a very early beta build, and all of these bugs are normal and wont be there in the finale build.
Here is a quick video about the update to see how it looks
What about a dark theme...it was rumoured that Android N will have a dark theme not only that light one. Also the existing themes in store (for Samsung) work properly on N or not?
Sent from nowhere over the air...
Rapier said:
What about a dark theme...it was rumoured that Android N will have a dark theme not only that light one. Also the existing themes in store (for Samsung) work properly on N or not?
Sent from nowhere over the air...
Click to expand...
Click to collapse
also doesnt seem to be there
Keep in mind this is the frist beta released from samsung, so some things might hopefully change by the release of the final firmware. Also, you do have scaling other than going through the developer options. Go to Display -> Font and you will get to cgoose both the Screen zoom (which is set to almost huge idk why) and of course the font size. This comes to be as tha Normal and Condensed options back from marshmallow.
Hey glad to help. nice rview my friend. . :good:
P.S What happened to the hand?
I'm using the ota build and its running lovely to be fair
Touchwiz is rubbish anyways and just install nova which makes Icons smaller
laimonas777 said:
Hey glad to help. nice rview my friend. . :good:
P.S What happened to the hand?
Click to expand...
Click to collapse
thank you
was just a normal sports injury :silly:
CFSlayer said:
Keep in mind this is the frist beta released from samsung, so some things might hopefully change by the release of the final firmware. Also, you do have scaling other than going through the developer options. Go to Display -> Font and you will get to cgoose both the Screen zoom (which is set to almost huge idk why) and of course the font size. This comes to be as tha Normal and Condensed options back from marshmallow.
Click to expand...
Click to collapse
i know that is a very early beta build. i just wanted to show all annoying things in it :silly:
thanks for the corrections, in stock nougat there is an extra option for the display scaling. I didnt look in the font scale thought its just the normal font scaling
Hello, thank you for great review. Could you confirm one exciting feature of android 7 (atleast for me) that it works on this phone beta software.
As of Android 7.0 phone can read 2G/3G/LTE frequency without ROOT. Easiest way is to install app Cellmapper(mapping cell towers to map) https://play.google.com/store/apps/details?id=cellmapper.net.cellmapper&hl=en
Could you run this app and post screenshot while connected to LTE only(no wifi)? Also, maybe send debug report from settings menu to developer with screenshot.
Thank you
VeixES said:
Hello, thank you for great review. Could you confirm one exciting feature of android 7 (atleast for me) that it works on this phone beta software.
As of Android 7.0 phone can read 2G/3G/LTE frequency without ROOT. Easiest way is to install app Cellmapper(mapping cell towers to map) https://play.google.com/store/apps/details?id=cellmapper.net.cellmapper&hl=en
Could you run this app and post screenshot while connected to LTE only(no wifi)? Also, maybe send debug report from settings menu to developer with screenshot.
Thank you
Click to expand...
Click to collapse
here you go.
debug report force closed the app
Strange review .... I have been using it also since yesterday, and it is faster and smoother then my MM stock ...
Agreed there is some laggs when double tapping the multi tasking bouton, but overall its snapier and more responsive.
Also I have not noticed any freeze. I find this beta very polished to be honest.
Have you done a full wipe before installing ? or OTA ?
TimurAlaskara_TR said:
sometimes it can even freeze for about 30 seconds.
Click to expand...
Click to collapse
I don't have this
kenny17430 said:
Strange review .... I have been using it also since yesterday, and it is faster and smoother then my MM stock ...
Agreed there is some laggs when double tapping the multi tasking bouton, but overall its snapier and more responsive.
Have you done a full wipe before installing ? or OTA ?
Click to expand...
Click to collapse
i flashed via odin as told in the beginning of the review
the firmware does a full wipe even wikthout asking ._.
Galactus said:
I don't have this
Click to expand...
Click to collapse
it comes when i open some 3rd party apps.. like snapchat and youtube
TimurAlaskara_TR said:
here you go.
debug report force closed the app
Click to expand...
Click to collapse
Thank you. Does not seem to report more info than in android 6.0.1. If you see LTE band reported on Cellmapper screen you can make another screenshot, but it seems that this functionality might not be there.
It's not a review, it's a rant. I literally have no issues with it, no freezes what so ever, it's actually snappier than MM.
I think the 'review' tag should be removed from this thread or it should be locked, as it is full of false information and the corrections to that false information have been given, but the 'review' hasn't been updated. If people read this thread thinking it is accurate, they will get false information.
The comment about display options, for instance, is just the OP not knowing what to do. It's not something wrong or an option that has been removed, it's just a lack of knowledge.
TimurAlaskara_TR said:
it comes when i open some 3rd party apps.. like snapchat and youtube
Click to expand...
Click to collapse
Yeah, I don't get that with any app. The only thing a bit laggy is the "new window" tab animation in the browser and the notification bar. Apart from those two things, it is fine.
Hid3rs said:
It's not a review, it's a rant. I literally have no issues with it, no freezes what so ever, it's actually snappier than MM.
Click to expand...
Click to collapse
Its a review based on my experiences
Robster83 said:
I think the 'review' tag should be removed from this thread or it should be locked, as it is full of false information and the corrections to that false information have been given, but the 'review' hasn't been updated. If people read this thread thinking it is accurate, they will get false information.
The comment about display options, for instance, is just the OP not knowing what to do. It's not something wrong or an option that has been removed, it's just a lack of knowledge.
Click to expand...
Click to collapse
i am rewriting it chill out.
please
Galactus said:
Yeah, I don't get that with any app. The only thing a bit laggy is the "new window" tab animation in the browser and the notification bar. Apart from those two things, it is fine.
Click to expand...
Click to collapse
lol this is something which i dont have :victory:
I can create a backup with Samsung Switch from Marshamallow and restore on Nougat ?