Showing posts with label uses. Show all posts
Showing posts with label uses. Show all posts

Saturday, 30 July 2016

Music player that uses the device default theme?



I know music player questions arw a bit saturated, but I am looking for a music player that uses the default Android theme (that is, stock Samsung theme on TW phones, Holo in AOSP 4.x and Material on 5.x+). The reason is, I appreciate harmony in design, and when I am using an Holo-themed ROM I get annoyed by the fact that the Material Design is somewhat "enforced".

As far as I've searched I've got nothing close to my need, so I wondered if XDA folks could help me on this.

Thanks in advance :good:

Sent from my GT-S5312



Friday, 29 July 2016

Fingerprint scanner other uses.



Hi there, long time nexus user, new 6p user here.

I feel it would be sweet to be able to launch different apps with different fingers. Anyone know if this is possible? Thanks.



Saturday, 23 July 2016

root Xperia Arc S enable reverse tethering + wifi hotspot that uses it in 10 minutes



How to root Sony Ericsson Xperia Arc S and enable reverse tethering + wifi hotspot that uses the reverse tethering in 10 minutes:
I just learned how to do it
took me about 5 hours to learn and succeed, thought I might share it in case someone else might want to try in the future:

guide is only for windows machine, but you can use the sources to do the same with Linux or a Mac
It only requires a few tweaks to drivers installation and terminal code.
Also it might work with other Xperia devices but I can't promise it will, you might want to check sources for in depth look.

Sources:
https://www.youtube.com/watch?v=OxF4O5E2RiY&index=10 - how to root Xperia Arc S video
http://talk.sonymobile.com/t5/Androi...s/td-p/287857- how to root Xperia Arc S
http://forum.xda-developers.com/show....php?t=2287494 - how to enable reverse tethering
http://forum.xda-developers.com/show....php?t=1882852 - how to get your wifi hotspot to share reverse tethering
http://forum.xda-developers.com/show....php?t=2635830 - drivers in case you need them


1) root your device:
in phone:
settings -> applications -> enable "unknown sources"
settings -> applications -> development -> enable USB debugging"
settings -> Sony Ericsson -> connectivity -> USB connection mode -> set to "mass storage mode (MSC) -> OK

Connect your device to windows
Windows should automatically install the required drivers

If in some case it does not, or if you have problems rooting your device
Just install the drivers from this link:
http://forum.xda-developers.com/show....php?t=2635830
If the link is broken in the future I uploaded it to tinyupload:
http://s000.tinyupload.com/index.php...73727411836001
Just install the driver that you need
Xperia Arc S actually is actually not listed there, I just installed all the ones that have "s" and "arc" in them
It takes a bit of space so try to not just install all of them

Download the rooting software from
http://www.mediafire.com/download/5r.../Eroot_1.2.exe
Once it downloads activate it
A green windows written in Japanese should pop up
You don't need to understand a bit of what it says
If you see a big green button that says "ROOT" then all is good
If you don't it means some of the steps above were not done correctly
Either you didn't change your phone settings or you don't have the necessary drivers

Press the big green button that says "ROOT"
it should show you a list of 4 things
The 3 first things will change to a V sigh rather quickly
The 4th thing should take a little bit more

Once it's finished you should see a different big green button that says "*SomethingInJapnese*ROOT"
DO NOT PRESS IT
Just exit the program

If you pressed it you need to close the program from the task manager (ctrl+shift+esc in windows 10, ctrl+alt+delete in older windows)

now you phone is rooted :)

2)enable connection sharing in your computer
Go to Control Panel\Network and Internet\Network Connections
If for some reason it doesn't find the path
Press Start+R, write "ncpa.cpl" (without the quotation marks) and press enter

This is taken from the "how to enable reverse tethering" guide I linked in above, it explains it nicely:
right click on an Internet connection that you have.
I assume that you are using a desktop which doesn't have any wifi adapter, so right click on LAN Ethernet connection with Internet, and select "Properties".
in tab "Sharing" (or "Advanced" for Windows XP), click "Allow other network users to connect through...", then select the USB connection in dropdown list below.
click OK. Windows will automatically setup your USB network connection and assign to it an IP address, default for Windows 7: 192.168.137.1, default for Windows XP: 192.168.0.1.
You can see your Internet connection is now "Shared" and your USB connection is now "Unidentified network".

In case you don't see a dropdown list (like me)
press settings (in the "Sharing" tab) and it will be there
I actually didn't see "USB connection" as an option so I just marked "FTP Server" and "HTTP Server" and it worked for me

Once you press OK it should take some time for your machines to set things up so don't panic if it loads for a minute or so

3)install terminal emulator on your phone
You have 2 options here

1) register your phone with a fake gmail account, download the playstore app (from the market app) and download what you need
it didn't work for me, for some reason even after I registered it said that my account is not connected even though it certainly was
If you want to risk it you may try but for me it was just a waste of time

2) download the apk for the app and install it using the phone built in package installer.

Using your phone browser, go to
https://apps.evozi.com/apk-downloader/

IF IT POPS UP A REQUEST TO CONTINUE OR CANCEL ALWAYS PRESS CANCEL
it just tries to redirect you to an advertising site, it won't affect your download if you press cancel

copy and paste the link from the Google play store site of the app you want to install
In this case the link is:
https://play.google.com/store/apps/d...roidterm&hl=en

press "Generate Download Link", I should load a bit and then open a new green button that says "Click here to Download"
(if you don't see it scroll down)
press it and it should start the download.
You can open the file directly by opening the notification bar and pressing on the file that was just download
(notification bar like a drop down curtain, just slide your finger from the top of the screen downwards)
select "Package installer" as the app to open it with and it should install it quickly.

Also for later if you don't have one already installed, install some kind of note app
I just installed this one:
https://play.google.com/store/apps/d...sy.notes&hl=en

4)
connect your device to your computer
In your phone go to
settings -> wireless&networks -> Tethering & portable hotspot -> enable USB tethering
Wait for it to connect, once it does you can move on

Go to your terminal emulator, write "su" (without the quotation marks) and press enter
What it does is asks the phone to give you "Super User" permissions to change your phone built in settings
Give the app permission to do so.
The sign in the terminal emulator should change from $ to # to indicate that you have Super User permissions

Next, copy those lines to the terminal emulator and press enter
(you might want to save them in your note app before, I'll explain why in a bit)


netcfg usb0 dhcp

ifconfig usb0 192.168.137.2 netmask 255.255.255.0

route add default gw 192.168.137.1 dev usb0

echo 1 > /proc/sys/net/ipv4/ip_forward

iptables -t nat -F

iptables -t nat -A POSTROUTING -o usb0 -j MASQUERADE

iptables -P FORWARD ACCEPT


first 3 lines - for reverse tethering
Next 4 lines - for wifi hotspot reverse tethering sharing

couple of notes:
1)if it prints something like "iptables failed strangely: No such file or directory"
just ignore it, it works anyway

2)if you get an error relating to "dhcp" - make sure you enabled "USB tethering" in your device, and that you enabled connection sharing in your computer.

3) if for some reason you have other errors, try replacing "usb0" with "rndis0" in lines 1,2 and 3
not sure if you also need to change the "usb0" in line 6, but if it still gives you an error I didn't describe try chaging that too.

if you did get any errors just copy and paste the code (with the needed changes if any are needed) to the terminal emulator again
remember to do so only in su mode! (# instead of $)
also, save the final version (the version that worked for you) of the code lines in the note app you installed (step 5 explains why)

everything should now work perfectly
reverse tethering should work
and if you want to enable wifi hot spot just go to
settings -> wireless&networks -> Tethering & portable hotspot -> enable Portable WI-Fi hotspot

5)
for me the reverse tethering and wifi hotspot sharing stops working after I reboot the phone
In such a case just
1)connect your phone to your computer
2)in phone: settings -> wireless&networks -> Tethering & portable hotspot -> enable USB tethering
3)go to terminal emulator
4)go to Super User mode (write su and press enter)
3)copy and paste the code you saved from the note app to the terminal emulator and press enter

and it should work again

if you want to connect your phone to another computer, to the exact same steps but remember to enable connection sharing in your computer before!

hope this little guide helped you :)

-dmagen



Friday, 22 July 2016

CONFIRMED! Microsoft uses CyanogenMod!



So today I decompiled Cortana for Android and found CyanogenMod libraries in there! OMYGOSH! Wow Microsoft...:confused::p:D:fingers-crossed::laugh:



Wednesday, 13 July 2016

How can I check which bluetooth version my note 4 uses



My note 4 is on the latest version of marshmallow 6.0.1 but I am trying to determine whether I'm using Bluetooth 4.1 for a bluetooth transmitter that will be connected to a set of wired headphones, how do i check the version please?



Tuesday, 5 July 2016

Android OS uses an incredible amount of data in a short time



Hello guys

I recently upgraded my monthly available data. Got in to a deal, was 5$ for an extra Gb. Now that I have two, I still felt like it wasn't enough for my usage. My cycle restarted today and i busted my 2 gb. I looked in the usage and noticed that the "Android OS" used 800mb of my data. That's a lot of data that I don't actually "use".

This screenshot was taken one week ago. Since I noticed Android OS used that much data, i tried many things to stop it. As you can notice on the screenshot, data saver is ON, its always ON.

I tried some kind of firewalls. Looked like i was able to block different apps from using data, but it didn't seemed to work well, so I uninstalled. Later during the day, when i was in the train and had left work, I noticed Android OS used up to 840 mb of data. 40mb/day is a lot more than my normal usage. All of this, in less than an hour, makes no sense.

I was on Android N beta, developper preview 4, and because of this data usage going crazy, I rolledback to MM and required to wipe the device at the same time, so i am now on a fresh device.

The day I wiped my device, Wednesday last week, I was at work for the whole day, connected on wifi, reinstalled a few apps.

I turned OFF completely the data during the weekend, because I wasn't in town, and I had no cellular network connection there, so no data usage.

Today was a "normal" day in terms of my usage. But still not for Android OS. LTE was turned off uring the whole day, except when I was in transit. Android OS still managed to use 3mb. I took two screenshots, showing how much data is used by this, and here they are.
Notice, I took them with 3 minutes in between. The used data keeps going up, 0,05mb. Doesnt looks like a lot, but at the end of a month, makes a huge difference.

Since then, i keep turning off my data connection when i am on wi-fi and i try to keep it closed as much a possible. I compared the amount of data used by this "app" on data versus on Wi-fi and the quantities are close to each other.
I would say i am connected on wi-fi 90% of the time, and the other 10% on my data connection. This ratio isn't reflected on this data usage of Android OS

I already tried restricting everything, blocking sync of Google account, Google Photos backup, Google Play Store Updates, stopped the bugs and issues reporting, data saver on Android N I think I blocked everything that could potentially use data.

I discussed with an other guy on Reddit with the same issue, he wiped his phone too, booted in safemode, and there too, approximately 1mb/hour of data usage.

This problem is getting very frustrating, i pay for data that I don't actually use for what it should be used. I also feel like I am loosing control over my device, or like my device is controlling me.

I am open to any fix suggestion, even though I probably already tried it. I have really no idea what to do next, I really love this phone for the big display and good functionalities, but this is getting so annoying.

Since I am a new user on XDA, I cant post links for pictures, kind of a bummer, but i hope you get the problem. If you really want to see the screenshots, I will keep them and I have no problem transfering them to you via an other platform. Thanks for understanding

Thanks a lot for your help guys!