[Q]Changing / Removing Carrier name not spoofing - Android Software/Hacking General [Developers Only]

Hello,
my problem is that my Rockchip rk3066 SDK is shown as china mobile [produkt name] in Google Play and probably not only there.
This board has no cellular network capabilities so it is nonsense and furthermore it restricts some apps on Google Play. Furthermore Play seems to think that I am using this device from china (a lot Chinese soft porn apps - )
I already added
Code:
ro.carrier=wifi-only
to build.prop but this hasn't helped.
Do you have any ideas where I could change that?

motioncoding said:
Hello,
my problem is that my Rockchip rk3066 SDK is shown as china mobile [produkt name] in Google Play and probably not only there.
This board has no cellular network capabilities so it is nonsense and furthermore it restricts some apps on Google Play. Furthermore Play seems to think that I am using this device from china (a lot Chinese soft porn apps - )
I already added
Code:
ro.carrier=wifi-only
to build.prop but this hasn't helped.
Do you have any ideas where I could change that?
Click to expand...
Click to collapse
check carrier alpha and numeric, are they China based?

Robobob1221 said:
check carrier alpha and numeric, are they China based?
Click to expand...
Click to collapse
How can I do that?

motioncoding said:
How can I do that?
Click to expand...
Click to collapse
Its in the build.prop. look for the following if you have them. You might not have all of them:
Code:
ro.com.google.clientidbase=
ro.com.google.clientidbase.yt=
ro.com.google.clientidbase.am=
ro.com.google.clientidbase.vs=
ro.com.google.clientidbase.gmm=
ro.com.google.clientidbase.ms=
android.os.product.brand=
ro.cdma.home.operator.numeric=
ro.cdma.home.operator.alpha=
ro.product.brand=
ro.product.locale.language=
ro.build.description=
ro.build.fingerprint=
These are blank here but you should have a value after the =. Change out these values with values from your carrier, region.
This should fix your market not registering in your locale.

Robobob1221 said:
Its in the build.prop. look for the following if you have them. You might not have all of them:
Code:
ro.com.google.clientidbase=
ro.com.google.clientidbase.yt=
ro.com.google.clientidbase.am=
ro.com.google.clientidbase.vs=
ro.com.google.clientidbase.gmm=
ro.com.google.clientidbase.ms=
android.os.product.brand=
ro.cdma.home.operator.numeric=
ro.cdma.home.operator.alpha=
ro.product.brand=
ro.product.locale.language=
ro.build.description=
ro.build.fingerprint=
These are blank here but you should have a value after the =. Change out these values with values from your carrier, region.
This should fix your market not registering in your locale.
Click to expand...
Click to collapse
Ok but this device has no mobile connection so should I leave this values empty? e.g. The MK802 Android Stick doesn't show any carrier.

motioncoding said:
Ok but this device has no mobile connection so should I leave this values empty? e.g. The MK802 Android Stick doesn't show any carrier.
Click to expand...
Click to collapse
you got copies of of the build.props you can paste in a pm or something?

Related

help m!!! with sms address problem

I bought a new TC
I have one problem with the sms it's show me the number only no name
then I know why
because I'm save the name with a short form number
(short form) 3456789
but if I use the long form I will see the name
(long form) (+012) 3456789
really I don't want to change all my numbers to the long form
my old BA shows the name with the short form
plz help
and sorry for my english
Well mine works fine with short versions.
a long shot but does it make a difference if you set the default area code?
it looks like your regional settings are not correct for your needs.
Well mine works fine with short versions.
Click to expand...
Click to collapse
Thanks for your post
a long shot but does it make a difference if you set the default area code?
Click to expand...
Click to collapse
Where can I set the default area code?
it looks like your regional settings are not correct for your needs.
Click to expand...
Click to collapse
The problem is no Kuwait in the regional settings
Any solution!?
Thanks for all who help and post
Then only the long code remains...
If you have outlook installed then it's easier
gnick666 said:
Then only the long code remains...
If you have outlook installed then it's easier
Click to expand...
Click to collapse
Thanks for your help
but I really want my default sms to work with the short form
tell me for a good outlook program
maybe I will change my idea
Is it a reg. problem!? so i can solve this with the reg. editor??
waiting for solution
(^-^) said:
Thanks for your post
Where can I set the default area code?
Click to expand...
Click to collapse
Go to Contacts -> then Menu -> Options then area code. but this almost seems like a very US centric setting, again maybe due to regional settings.
So I understand your problem correctly, for a Kuwait number
+965-555-1234 you want to be able to just use 555-1234 without the country code? I don't think there are area codes in Kuwait just country codes correct.
hambola said:
Go to Contacts -> then Menu -> Options then area code. but this almost seems like a very US centric setting, again maybe due to regional settings.
So I understand your problem correctly, for a Kuwait number
+965-555-1234 you want to be able to just use 555-1234 without the country code? I don't think there are area codes in Kuwait just country codes correct.
Click to expand...
Click to collapse
U R right in Kuwait no area code just country code
and I use to put the country code in the contact option put no use
thanks for your replays
should I giveup
Mybe I will giveup

[Think Tank] Modifying G1 to enable Navigation - THUNK!

This has been solved! Please see around page 8 of this thread.
esmith972 said:
Here guys, all wrapped up.
Make sure you have CyanogenMod 4.2.3.1, by the way.
1) Unzip zip to desktop
2) Run Part 1.bat
3) When prompted to press any key, do so; the phone will reboot
4) When your phone is running again, run Part 2.bat
5) When prompted to press any key, the installation process is done.
6) Make sure GPS is enabled
7) Open Maps and press OK
8) Press Menu
9) Press Directions
10) Enter an end point
11) Click Go
12) Just under "Show on map", click Navigate.
13) When prompted to install the voice codec, do so.
14) Enjoy.
http://www.mediafire.com/?lioyoy2ydzu
Click to expand...
Click to collapse
If you have no navigation option after the above steps try installing Google Voice from the market:
1wayjonny said:
AWESOME !!! Took another users post to install google voice and BAM the navigation button showed up!!!! Woot!
Click to expand...
Click to collapse
===============================================
This is a continuation of a discussion that started in this thread: http://forum.xda-developers.com/showthread.php?p=4918275
My best guess as to why navigation works in the emulator but not on the phone has to do with what kind of device the Maps application thinks it is running on.
For example, if you start maps and press menu->more->about and look at the "Platform" line, that will be different according to the device (emulator or G1 or other) that you are running on. What we need to change (I think) would be that setting.
According to this link, you can programatically get that string (I'm pretty sure they were talking about that string) through the API. Anyone more familiar with the API know where that string is stored?
Also, any other suggestions as to why it won't work on a real phone may be discussed in this thread.
What does platform say on the emulator? According to the info in that link, it should be null.
Cyanogen 4.3.2.1 Instructions http://forum.xda-developers.com/showpost.php?p=4921092&postcount=196
On my way to verizon to see what I can find out off the droid.... wonder if I can bring my laptop in and plug it up.... lol
[email protected] said:
What does platform say on the emulator? According to the info in that link, it should be null.
Click to expand...
Click to collapse
I fired it up to check. The exact string is "android:unknown-generic-sdk"
followinginsanity said:
On my way to verizon to see what I can find out off the droid.... wonder if I can bring my laptop in and plug it up.... lol
Click to expand...
Click to collapse
You should then just do adb pull /system C: and then bring it here. I'm sure they won't mind you trying to break their system
One thing I noticed is that it repeatedly references epc.tmobile.com as the provider. Let's hope they aren't using that and checking for verizon or this is a fool's quest.
Some interesting things to note:
The Version string of the Maps app is different in the emulator than on the phone as well.
Emulator: "3.2.0 (#3232) Web"
Phone: "3.2.0 (#3232) gmm-google"
Also, there was a blog post put up before 1.5 was released showing a way that you could spoof the ANDROID_ID on the phone by modifying a database (article here). I don't know if this is valid since at the end of the article he stated that they were supposed to fix it with 1.5.
Edit: I may have gotten ahead of myself. The ANDROID_ID string I think is not the correct one that I was looking for. That seems to be unique to the phone and not to the model, maker, whatever.
octobclrnts said:
Some interesting things to note:
The Version string of the Maps app is different in the emulator than on the phone as well.
Emulator: "3.2.0 (#3232) Web"
Phone: "3.2.0 (#3232) gmm-google"
Click to expand...
Click to collapse
Hmm mine actually says "3.2.0 (#3232) gmm-android-tmobile" for the version number... interesting.
[email protected] said:
Hmm mine actually says "3.2.0 (#3232) gmm-android-tmobile" for the version number... interesting.
Click to expand...
Click to collapse
I'm thinking that we're going to need someone to go to a Verizon store and see what the droid says there.
JAguirre1231 said:
I'm thinking that we're going to need someone to go to a Verizon store and see what the droid says there.
Click to expand...
Click to collapse
The question is, even if we knew what the droid said - how can we change our Platform string to match. It's clearly not reading off of the build.prop file (and neither is the device string in the about phone menu).
Maybe it's a database issue (the database gets initialized the first time the phone is booted to the values in the build.prop file?) that just needs to be wiped.
octobclrnts said:
The question is, even if we knew what the droid said - how can we change our Platform string to match. It's clearly not reading off of the build.prop file (and neither is the device string in the about phone menu).
Maybe it's a database issue (the database gets initialized the first time the phone is booted to the values in the build.prop file?) that just needs to be wiped.
Click to expand...
Click to collapse
Yeah, I know where your coming from. However, I think it would be easier if we at least knew what build we were aiming for
JAguirre1231 said:
Yeah, I know where your coming from. However, I think it would be easier if we at least knew what build we were aiming for
Click to expand...
Click to collapse
Well let's see... what do we know so far?
The version string shows up differently on different phones and the emulator shows up with a general one, but all have the same number. So it's probably not that, it seems to be building that from information it gathers elsewhere on the phone.
It's probably not reading which network is being used since that would block the emulator(which isn't running off the verizon network).
The only thing left I can think of immediately is the model string. That would actually make perfect sense, check against the model string to make sure that it's either the emulator or the droid. Otherwise turn off navigation. Changing that would be my first thing to aim for.
[email protected] said:
Well let's see... what do we know so far?
The version string shows up differently on different phones and the emulator shows up with a general one, but all have the same number. So it's probably not that, it seems to be building that from information it gathers elsewhere on the phone.
It's probably not reading which network is being used since that would block the emulator(which isn't running off the verizon network).
The only thing left I can think of immediately is the model string. That would actually make perfect sense, check against the model string to make sure that it's either the emulator or the droid. Otherwise turn off navigation. Changing that would be my first thing to aim for.
Click to expand...
Click to collapse
How tough is that to do?
Just wondering since if easy someone would of tried already.
Coderedpl said:
How tough is that to do?
Just wondering since if easy someone would of tried already.
Click to expand...
Click to collapse
No clue, probably need someone with experience making ROMs for that info. I'm guessing it has to be in some file somewhere. Seems highly unlikely they'd have done something as crazy as building that into the hardware.
Well, I modified cyanogen's build.prop file to include the lines below:
ro.build.id=ECLAIR
ro.build.version.sdk=5
ro.build.version.release=2.0
ro.product.name=sdk
ro.product.device=generic
ro.product.manufacturer=unknown
As well as put the Maps.apk into the system/app folder in his update file. Then I resigned the file, put it on my SD card and wiped my phone. I installed the "new" rom and booted up. The maps app works exactly as it should sans navigation options. The Version string i have now is the "3.2.0 (#3232) gmm-androidd-tmobile" one but the Platform string is unchanged.
I noticed in the "About Phone" menu, the Model Number (T-Mobile G1) was unchanged but the Firmware version said "2.0" and I'm pretty sure it said "1.6" before.
octobclrnts said:
Well, I modified cyanogen's build.prop file to include the lines below:
ro.build.id=ECLAIR
ro.build.version.sdk=5
ro.build.version.release=2.0
ro.product.name=sdk
ro.product.device=generic
ro.product.manufacturer=unknown
As well as put the Maps.apk into the system/app folder in his update file. Then I resigned the file, put it on my SD card and wiped my phone. I installed the "new" rom and booted up. The maps app works exactly as it should sans navigation options. The Version string i have now is the "3.2.0 (#3232) gmm-androidd-tmobile" one but the Platform string is unchanged.
I noticed in the "About Phone" menu, the Model Number (T-Mobile G1) was unchanged but the Firmware version said "2.0" and I'm pretty sure it said "1.6" before.
Click to expand...
Click to collapse
You would be right, cyanogen only makes builds from soure code. And the source code for 2.0 hasn't been released yet. So, obviously we need to have a modified build.prop before we flash a rom, or it won't read it correctly
I was wrong. I had that same modified build.prop on my phone before I wiped, I just hadn't noticed that the firmware version number had changed. Perhaps I didn't modify the right valued to also get the model number to change.
I have decompiled Maps.apk using dedexer 1.7. Here is all the stuff it gave me. I used dexdump last night and it gave me something similar. Im using notepad++ to search through all the files for keywords but I cant find anything interesting. Maybe you can...
http://rapidshare.com/files/305162283/Maps.apk-dedexed.rar.html
staulkor said:
I have decompiled Maps.apk using dedexer 1.7. Here is all the stuff it gave me. I used dexdump last night and it gave me something similar. Im using notepad++ to search through all the files for keywords but I cant find anything interesting. Maybe you can...
http://rapidshare.com/files/305162283/Maps.apk-dedexed.rar.html
Click to expand...
Click to collapse
Cool I'll go through it in a min. and see if I can find anything interesting.
edit: opened it up and there is googlenav stuff com/google
There is also an android folder too. I'm going to look there first
As I'm going through these I found that Google has these things filled with static locations. Haven't found any that seem to lock it down, but that's not to say there aren't any

[APP] Market Enabler

I am so sorry if this question has already been asked. But i was just wondering if we could use the markert enabler on Nexus one as well ? i have the version which i used on my Hero. would it work on a rooted nexus one as well ?
Get an updated version on their website: http://code.google.com/p/market-enabler/
- RasmusJV
quick question.. every time i face a provider it works, but it reverts when the phone reboots.
Re: Market Enabler
anyone know why settings are not remembered ?
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
qiuness said:
anyone know why settings are not remembered ?
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
...because the developers haven't written it in the software... it doesn't remember settings on reboot
i was hoping the dev's would further develop this app, but it has been at 3.0.8 for months now... so i think it has been deserted.
does the job though...
delete
zgornz said:
http://amip.tools-for.net/wiki/android/marketaccess
MarketAccess is a rewrite of Market Enabler and it does include an option to enable at boot.
Click to expand...
Click to collapse
i tried the market access it is much better than the Enabler....
sayyas said:
i tried the market access it is much better than the Enabler....
Click to expand...
Click to collapse
awesome.....
zgornz said:
http://amip.tools-for.net/wiki/android/marketaccess
MarketAccess is a rewrite of Market Enabler and it does include an option to enable at boot.
Click to expand...
Click to collapse
You`re the man!
sry guys I never understood what does this program need for!?
net.cat said:
sry guys I never understood what does this program need for!?
Click to expand...
Click to collapse
Quote from the site:
This Android application emulates the SIM card of the chosen operator and makes paid apps accessible in the Android Market. You need it if you want to buy apps and games from Market, but Market is not (yet) available in your country or for your operator.
Click to expand...
Click to collapse
BTW, I'm the developer of MarketAccess.
CrazyCoder said:
Quote from the site:
BTW, I'm the developer of MarketAccess.
Click to expand...
Click to collapse
Thank you for doing this! I have a stupid question, but I have to ask it, because I don't know how MarketAccess works.
Can you (or anybody) confirm that only the market is fooled? By this, I mean, I want to be sure that neither my telco nor the telco I'm spoofing will charge me for roaming and that any data I actually download while spoofing my location will still go through my normal APNs?
Thanks for your answer.
MarketAccess emulates SIM numeric of the chosen operator. My local provider APNs continue to work fine with no extra charges when I have T-Mobile emulated.
However, it may affect other applications which also depend on the SIM numeric. For example, the APN Settings dialog will start to show the APNs valid for the emulated provider (SIM numeric = MCC+MNC in the APN settings). To be on the safe side remove the APNs for the emulated provider or change the APN server to your local one, but with the MCC/MNC of the emulated provider.
In theory it may alert such application as WaveSecure and SIM Checker. But I have WaveSecure installed and it seems to live fine with the emulated SIM numeric. One user reported that SIM Checker also works fine.
If you feel paranoid, then just disable the GPRS/EDGE/3G using APNdroid or Toggle Data and buy/download the applications via WiFi. Once downloaded, restore your original SIM numeric and enable data transfer.
Thank you for your comprehensive answer!
SIM Checker dev here. I can confirm that there are no problems with MarketAccess, since the SIM numeric value is not used to determine if the SIM card has been changed.
ok i get what it does but what special apps do you need this to get?
D_Toma said:
ok i get what it does but what special apps do you need this to get?
Click to expand...
Click to collapse
You need MarketAccess to buy any application from Market in the countries where paid applications are not listed in the Market. Is that the answer you were looking for?
so being in the us there is really no need for it? or are there specific apps that can only be seen using this
D_Toma said:
so being in the us there is really no need for it? or are there specific apps that can only be seen using this
Click to expand...
Click to collapse
Developers can choose where to distribute their applications. So we can guess that there are some apps limited to certain countries. I don't know of any specific examples.
thats more of what i was looking for was specifics

Personalized navigation page on android

Android First 100% personalized navigation page!!!
Once Type in your favorite URL!You can Browse url in any Browser you have installed.
no need to remember so many website urls.
Lay the URL where you want it to be,sort them.
And just very handy!
v1.3
1.Backup database to SD Card,and restore database from sd card
2.Import system bookmark
3.search and import address by key word
remember you can always download "Lay" free in the google market
.and just search "Lay123"
no one need this app?
have a try,good app
Awesome! Very handy.
thanks
5pace said:
Awesome! Very handy.
Click to expand...
Click to collapse
I'm glad that you like it~
you will like this app !
Can't find it in the Play Store, please provide a direct link to the page...
Yes, I know apk is here but I want to see it in the store.
djmcnz said:
Can't find it in the Play Store, please provide a direct link to the page...
Yes, I know apk is here but I want to see it in the store.
Click to expand...
Click to collapse
you mean this :
https://play.google.com/store/apps/details?id=com.angelin.lay123
I can't find it in the Play Store on my phone too~
but I find it in my friend's phone...
So,if you wish,I hope you can provide some information help me know
why someone can't find it on the store like your country and language
thanks,any thing ,please contact me~
I couldn't see it on my mobile or in the web Play store.
Galaxy Nexus, 4.0.4 AOKP, Netherlands
The app also FC for me when I enter url "test.com"...
djmcnz said:
I couldn't see it on my mobile or in the web Play store.
Galaxy Nexus, 4.0.4 AOKP, Netherlands
The app also FC for me when I enter url "test.com"...
Click to expand...
Click to collapse
I See ,that's a bug for "test.com",ok for "xxx.test.com".
I will fix this bug..
and can you see it on in the web Play store by my given link ?
wq5011 said:
I See ,that's a bug for "test.com",ok for "xxx.test.com".
I will fix this bug..
and can you see it on in the web Play store by my given link ?
Click to expand...
Click to collapse
Yes, with your link I can find it but with search "lay" it is not on the list.
wq5011 said:
I See ,that's a bug for "test.com",ok for "xxx.test.com".
I will fix this bug..
and can you see it on in the web Play store by my given link ?
Click to expand...
Click to collapse
I am in china,And I'm using "China mobile"(Mobile phone operators)
And I can't find the app on Google Play...
but my friend using "Chian Unicom"(Mobile phone operators)
he can find the app...
so,I'm going to test whether it is the reason of Mobile phone operators
or the phone type cause app can't find~
By the way ,your information is very useful!!~
thanks~
wq5011 said:
I See ,that's a bug for "test.com",ok for "xxx.test.com".
I will fix this bug..
and can you see it on in the web Play store by my given link ?
Click to expand...
Click to collapse
a ha~ I have fix the "test.com" bug.
And by the way ,I change some thing in the google play store,
may be now you can find this app on market.
hope get your reply
really thanks you !
wq5011 said:
a ha~ I have fix the "test.com" bug.
Click to expand...
Click to collapse
Confirmed fixed.
wq5011 said:
And by the way ,I change some thing in the google play store,
may be now you can find this app on market.
hope get your reply
really thanks you !
Click to expand...
Click to collapse
Hmm, no luck...
Galaxy Nexus OR Transformer Prime + "lay" = not found in store.
In strings (eng):
"link href" = "Address"
I think there should be an 'add' button for new plates and links (not only menu | add...).
Perhaps for "add new..." links change the order? e.g. Title | Address | Plate
I think import from bookmarks is quite important also.
Keep going...
djmcnz said:
Confirmed fixed.
Hmm, no luck...
Galaxy Nexus OR Transformer Prime + "lay" = not found in store.
In strings (eng):
"link href" = "Address"
I think there should be an 'add' button for new plates and links (not only menu | add...).
Perhaps for "add new..." links change the order? e.g. Title | Address | Plate
I think import from bookmarks is quite important also.
Keep going...
Click to expand...
Click to collapse
oh..
I think there should be an 'add' button for new plates and links (not only menu | add...).
I think import from bookmarks is quite important also.
"link href" = "Address"
about this three suggestions,I'm totally with you~.And I know some String
are not translate propertly..
---
Perhaps for "add new..." links change the order? e.g. Title | Address | Plate
I plan to automaticly generate Title by Address ,but as you see,"test.com" bugs..
I will try to show suggest text helping input Title
like you input "test.com"
and you can select "test"/"com" as title rather than type them in...
--
Oh and one thing important
I figure out why My phone even can't find my own app in play store.
I made 3 config change
1.
Content Rating
[Learn More]
High Maturity
Medium Maturity
Low Maturity
Everyone
i set them Everyone first ,now I set them Low Maturity
2.
I set my app minsdk to level 3 which mean android 1.5.
3.
I adjust key words and i can find app by key word "lay123"
"lay" have too much search result
and there are some images may help show how app store works.
I find when i can find the app in the wep store ,i can find the app in the app store.
just one thing wep store has a device filter "all device" or "my phone"
when choose mu phone ,it will filter some app that not match you phone..
and with right key word ,I'm sure you can find app in web store and then also in the app store
wq5011 said:
I adjust key words and i can find app by key word "lay123"
"lay" have too much search result
Click to expand...
Click to collapse
"lay123" works!
good app~
djmcnz said:
"lay123" works!
Click to expand...
Click to collapse
hi ~ I got new version for you ~
hope you can see this message

How to change device name?

Hi
How can I change device/host name of my Pixel 2?
Is this setting no longer available on Android 8.1?
I believe it's under the WiFi hotspot settings
Telperion said:
I believe it's under the WiFi hotspot settings
Click to expand...
Click to collapse
Unfortunately no...
contaoxxx said:
Unfortunately no...
Click to expand...
Click to collapse
Some phones use that as the setting.
Bluetooth also has a device name. It all depends on what name you're looking for.
Go to Bluetooth,turn it on,change name
contaoxxx said:
Hi
How can I change device/host name of my Pixel 2?
Is this setting no longer available on Android 8.1?
Click to expand...
Click to collapse
As you can see, I don't think anybody really knows exactly what you're asking about. I'm not really sure either. If you mean the name of the wireless hotspot, go to settings>Network & Internet>hotspot and tethering>set up Wi-Fi hotspot. You can change the name where it says 'network name'.
Not sure if this is the question that is being asked... But I would like to know how to change the device name that is being reported to my router.
It is currently an unfriendly name --- android-xxxxxxxxxxxx
the.teejster said:
Not sure if this is the question that is being asked... But I would like to know how to change the device name that is being reported to my router.
It is currently an unfriendly name --- android-xxxxxxxxxxxx
Click to expand...
Click to collapse
I don't have the Pixel 2 yet. Just researching for when I do. So forgive me if this info is outdated and no longer works. All my devices are still Lollipop.
Anyway, I changed the name on my devices by adding a line to the build.prop.
Code:
net.hostname=[I]devicename[/I]
Just change devicename to whatever you want. Not sure of any character limitations or restrictions. But my router always showed whatever I use. Hope that helps...and still works.
the.teejster said:
Not sure if this is the question that is being asked... But I would like to know how to change the device name that is being reported to my router.
It is currently an unfriendly name --- android-xxxxxxxxxxxx
Click to expand...
Click to collapse
Look at my post above yours.
I have that setup with a proper name but as suspected that only applies to when using your phone as a mobile hotspot.
It doesn't affect the name of the device being sent to my router when my phone is connected to my home's wifi.
robocuff said:
Look at my post above yours.
Click to expand...
Click to collapse
contaoxxx said:
Unfortunately no...
Click to expand...
Click to collapse
Did you try under bluetooth setting?
I believe its called the netbios name. Not sure how to change it anymore though. All the previous ways i knew no longer seem to work.
Sent from my [device_name] using XDA-Developers Legacy app
sharksfan7 said:
I don't have the Pixel 2 yet. Just researching for when I do. So forgive me if this info is outdated and no longer works. All my devices are still Lollipop.
Anyway, I changed the name on my devices by adding a line to the build.prop.
Code:
net.hostname=[I]devicename[/I]
Just change devicename to whatever you want. Not sure of any character limitations or restrictions. But my router always showed whatever I use. Hope that helps...and still works.
Click to expand...
Click to collapse
This worked perfectly for me! Thank you!
You can use the Find Device app from Google self, to change the name of your device. Is don't have the option on my phone (Nokia 6.1) because of Android One but it worked like a charm with the app.
Just download the app.
Open it and login.
Select your device if you have multiple devices
Touch the 3 dotted menu button upper right and select 'Change device name' of something like that (I'm from Belgium so I don't know exactly how it's called).
Now change the name to whatever you want, and wait a bit. If you go the play store on a desktop computer and choose an app to install, press the install button, your devices will be listed. Now the new name of your device should appear. Also, if you check your device name under settings > advanced > about phone, there is a big chance it's changed there as well.
Now you can delete the app if you want.
I know what he is asking about because I'm also searching "how do I set my hostname in pixel".
As we know, every computer / server have a hostname to connect to a network. On linux, we set hostname by editing the file `/etc/hostname`. On Windows, we do it in `settings`. hostname will be shown on router, and others in the same lan can perform `ping someone_hostname.lan`.
lennertderyck said:
You can use the Find Device app from Google self, to change the name of your device. Is don't have the option on my phone (Nokia 6.1) because of Android One but it worked like a charm with the app.
Just download the app.
Open it and login.
Select your device if you have multiple devices
Touch the 3 dotted menu button upper right and select 'Change device name' of something like that (I'm from Belgium so I don't know exactly how it's called).
Now change the name to whatever you want, and wait a bit. If you go the play store on a desktop computer and choose an app to install, press the install button, your devices will be listed. Now the new name of your device should appear. Also, if you check your device name under settings > advanced > about phone, there is a big chance it's changed there as well.
Now you can delete the app if you want.
Click to expand...
Click to collapse
100% this is the official method and allows renaming all devices registered to your account (also removing old ones!)
Fwiw the web interface @ https://www.google.com/android/find

Categories

Resources