the USB driver for windows is available at:
http://dl.google.com/android/android_usb_windows.zip
It seems to work... I will update this thread with what I find.
Thanks for posting the driver!
I've tried a few things with adb, and so far I can't get an install to work over usb. I tried the following command.
C:\...\android-sdk-windows-1.0_r1\tools>adb install OperaMini.apk
579 KB/s (0 bytes in 278155.000s)
pkg: /data/local/tmp/OperaMini.apk
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]
Click to expand...
Click to collapse
http://www.android-freeware.org/tutorial/how-to-install-apk-files-on-android-device-emulator Had some basic info about the emulator, not sure what would be different for the G1.
The "adb shell" option allows you to access a shell on the phone over USB, which is really great but it appears you don't have root privileges. Any ideas on how to obtain root priveleges? Also, is there a command to install from the android shell? When i cd to /sbin i get access denied. I'm trying to figure out some kind of way to invoke an install either from the device or over USB.
I have the same problem... working on it now...
I don't know about the USB installs, but it seems to be something with the APK as well. I also have the OperaMini.apk and it does nothing. I downloaded the iTunes remote via the G1 and it installed just fine without getting a PC involved.
It looks like you have to put the phone into a "Debug on USB" mode to use ADB. It's working for me now.
http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware
So you were able to install the opera mini apk through adb with no trouble? I got the error listed above and did have debug mode on
Thank you dagentooboy!
Can someone explain this for this not so savvy person?
chrimage said:
So you were able to install the opera mini apk through adb with no trouble? I got the error listed above and did have debug mode on
Click to expand...
Click to collapse
I think that is caused by an issue with the the AndroidManifest.xml file within the APK having to do with going from "beta" to "live" Android. The same reason most of the apps were pulled from the store. I don't believe it takes a major change to make it compatible, but it's fully compiled so, unless you have a decompiler, I think we may be out of luck on that particular one. I have installed other apk's successfully using the same method.
Mikey1022 said:
Can someone explain this for this not so savvy person?
Click to expand...
Click to collapse
ADB is the Android Debug Bridge that comes as a part of the SKD. I don't think it was really intended as an end user tool. It has to be called from a command line. I know people have built basic UI's for it for file manipulation when the SDK was the only thing out there. If a better solution isn't found shortly I think we'll see one be made, or else I'll make one myself. In the end it seem to make a big difference of what you're trying to install some things work and some don't, there are some differences between the beta SDK and the G1.
For any developers out there, you can also access the ADB/DDMS feature through the Eclipse IDE, it provides a somewhat simpler graphic interface and is a really easy way to get screenshots. Has anyone tried just typing su through the ADB command prompt to see if it will switch you to # ?
Valicore said:
For any developers out there, you can also access the ADB/DDMS feature through the Eclipse IDE, it provides a somewhat simpler graphic interface and is a really easy way to get screenshots. Has anyone tried just typing su through the ADB command prompt to see if it will switch you to # ?
Click to expand...
Click to collapse
the su command and sudo su returns "no permission" or "access denied" or something like that. That is also the same message i get when typing arbitrary commands that shouldn't be anything. And like i said earlier, /sbin along with many other directories are inaccessible. Hopefully someone will find a way to access the root account on the G1 pretty soon.
yes... must... have.... root...
Also a normal shell would be helpful esp when looking thru /proc/ for information.
Please help (ahhhhhh)
Okay So I am pulling my hair out here... I just booted android on my Vogue for the first time, everything works great, voice calls and sms.. But I can get a Inet connection but I am using Cricket not sprint so I added the username and password lines in default.txt and can connect, but Cricket uses a proxy for all http connections. So I found this article http://fggarcia.blogspot.com/2007/11/setting-up-proxy-for-android-emulator.html , which basicly says to use the adp app that comes in the sdk to add some lines to make the proxy. NOW, here is my problem... I can not for the life of me get my come (in windows or linux) to see my vogue while its in android..
In windows it does not appear ANYWHERE in the device manager... So I cannot install the driver, and in Linux it doesnt make a blip in dmesg..... USB debugging is marked and so is use adb....
It does charge when plugged in to the comp running linux.....
Can anyone please help me... And thanks to DZO and everyone else for there hard work on this project..
check too make sure your Android isnt listed under usb mass storage devices in device manager.
Ya USB isn't possible on Vogue yet, I just extracted data.img and added the proxy that way, but it still doesn't work. My Problem is I need all connection to use the proxy wap.mycricket.com:8080. I am not trying to be cheap or anything like the tzones thing for tmobile. Its just the only data plan cricket have use this proxy. So any Ideas would be greatly appreciated.
my computer already had a driver installed and when i try to update it with this one it says there is no better match for my hardware
anyone got a solution for this
Im really sorry to bump this old thread up but i need the r3 drivers and i dont know why they are nowhere to be found on the official page... i think its a region lock thing...
This is just a small guide on how to flash Nexus 5 D820 (US version) from Sprint to other CDMA carriers. Please mind that this is a trial and error guide which I tried many times before I succeeded flashing my Nexus 5. So if there are some mistakes that needed to be corrected , please tell me and I won't mind .
So let's begin: First, you need to root your Nexus 5. I will not provide on how to root it since there are lots of guides out there if you google it. Ok, after that you need to install the Nexus 5 Windows driver which you can download it from here: http://drivers.softpedia.com/get/MOBILES/LG/LG-United-Mobile-Driver-381.shtml
Since LG Nexus 5 doesn't have dial code for diag mode we have to flash diag mode boot img file which you can download from here: http://forum.xda-developers.com/attachment.php?attachmentid=2421929&d=1385715923
You can use Flashify which can be downloaded from Google Play Store to flash the img file. The phone will reboot after you flash it.
Ok, after all that you can connect the Nexus 5 to the pc/notebook using the usb data cable. Usually Windows will automatically install all the drivers for the Nexus 5 once you connect it. Oh, don't forget to enable the USB debugging mode from the developer options menu.
After all the needed drivers have been installed, we will enter the rather complicated on how to use adb shell command. You all can read the guides here: http://forum.xda-developers.com/showthread.php?t=2514396
There will be SDK Tools which you have to download for Windows. The guide will tell you all on how to install it.
For the flashing tools, we need:
1) CDMA Workshop 3.9
2) DFS tools
3) QPST
All these tools you have to find/buy them by your own since I can't provide them. Sorry.
Ok let's enter into diag mode. Go into command prompt window and type:
adb shell
then type:
su
(here the $ sign will change into #)
and then type:
setprop sys.usb.config diag,adb
Ok we should be in diag mode now. We will use CDMA workshop first. Set the port. and then click connect. We will find the SPC code and change it. Go into the security tab. In SPC/user lock , let's change the Default (NV_read) into LG method. and click read. We will see some numbers in the box. We will click the SPC button now, there will be a writing like this: Write "000000". Choose that. And SPC code has been changed from those confusing numbers into simple numbers 000000. We succeeded unlocking the SPC. Click reset on the right top corner (it looks like reload button). After that reboot your Nexus 5.
Get into diag mode again. Open your CDMA Workshop again. Connect. Get into memory tab. Go into NV-items. Write nv-item which you can download from: http://www.cricketusers.com/sprint-lg-optimus-s/16145-optimus-s-cdma-ws-3-x-nv-items.html
Ok choose reset and then reboot your phone again.
Get into diag mode again as usual. We will use DFS software now. Choose port. Connect. And click SPC which usually written down 000000. It will unlock the phone so we can write down settings into it. All right in here go to Programming tab where you need to enter all your MDN, MIN, Akey, PRL, etc informations which you can get from your own carriers/operators. If using DFS is confusing, please read the guide first. I am sure you can find some in google .
Ok if everything is written and you press reset on DFS. Reboot your phone. Usually after this you can use your phone for calling and sending SMS text. Oh, don't forget to insert a simcard in your phone. Usually just put a GSM card. This phone can be used for either CDMA or GSM. There will be a new menu in mobile network. LTE-3G-1x-Global(GSM).
But the 3G EVDO for data connection will not work at this stage. So we will use QPST software. Use the latest QPST software 2.7 built. Connect and as usual you have to enter SPC code. Go into PPP config tab. There you will go into Um tab. Check if our user id is the same as the user id as given by your own carrier or is it still filled by Sprint's user id? If the Sprint's id is still written there, go into the user id box and press ctrl-d from your keyboard to wipe the Sprint's ID. And then do the same thing in AN tab. After all that, press write to phone. Reboot your Nexus 5.
Get into the diag mode again...hope you guys don't get tired of it though :laugh: Open QPST, read from your phone, get into PPP config. Go into Um tab and the user id box should be empty now. Fill it with your user id and password too. And do the same thing in AN tab. Go into M.IP tab and check if profile 1 (ignore profile 0) is enable. get into it and check if both NAI and Tethered NAI are written with our own user id. Write to phone and reboot your phone.
We will wait for a few minutes......and usually 3G EVDO sign will come up. Go into About Phone, take a look in Status is it written: CDMA-Evdo rev. A....if it is congrats, you have successfully flash your phone with your own carrier. :laugh:
Hopefully this guide will help you guys. I know it's a bit confusing. Hey it's my first time writing a guide....If there's any mistake that I made, please don't hesitate to tell me. Thanks guys.
hendrali said:
This is just a small guide on how to flash Nexus 5 D820 (US version) from Sprint to other CDMA carriers. Please mind that this is a trial and error guide which I tried many times before I succeeded flashing my Nexus 5. So if there are some mistakes that needed to be corrected , please tell me and I won't mind .
So let's begin: First, you need to root your Nexus 5. I will not provide on how to root it since there are lots of guides out there if you google it. Ok, after that you need to install the Nexus 5 Windows driver which you can download it from here: http://drivers.softpedia.com/get/MOBILES/LG/LG-United-Mobile-Driver-381.shtml
Since LG Nexus 5 doesn't have dial code for diag mode we have to flash diag mode boot img file which you can download from here: http://forum.xda-developers.com/attachment.php?attachmentid=2421929&d=1385715923
You can use Flashify which can be downloaded from Google Play Store to flash the img file. The phone will reboot after you flash it.
Ok, after all that you can connect the Nexus 5 to the pc/notebook using the usb data cable. Usually Windows will automatically install all the drivers for the Nexus 5 once you connect it. Oh, don't forget to enable the USB debugging mode from the developer options menu.
After all the needed drivers have been installed, we will enter the rather complicated on how to use adb shell command. You all can read the guides here: http://forum.xda-developers.com/showthread.php?t=2514396
There will be SDK Tools which you have to download for Windows. The guide will tell you all on how to install it.
For the flashing tools, we need:
1) CDMA Workshop 3.9
2) DFS tools
3) QPST
All these tools you have to find/buy them by your own since I can't provide them. Sorry.
Ok let's enter into diag mode. Go into command prompt window and type:
adb shell
then type:
su
(here the $ sign will change into #)
and then type:
setprop sys.usb.config diag,adb
Ok we should be in diag mode now. We will use CDMA workshop first. Set the port. and then click connect. We will find the SPC code and change it. Go into the security tab. In SPC/user lock , let's change the Default (NV_read) into LG method. and click read. We will see some numbers in the box. We will click the SPC button now, there will be a writing like this: Write "000000". Choose that. And SPC code has been changed from those confusing numbers into simple numbers 000000. We succeeded unlocking the SPC. Click reset on the right top corner (it looks like reload button). After that reboot your Nexus 5.
Get into diag mode again. Open your CDMA Workshop again. Connect. Get into memory tab. Go into NV-items. Write nv-item which you can download from: http://www.cricketusers.com/sprint-lg-optimus-s/16145-optimus-s-cdma-ws-3-x-nv-items.html
Ok choose reset and then reboot your phone again.
Get into diag mode again as usual. We will use DFS software now. Choose port. Connect. And click SPC which usually written down 000000. It will unlock the phone so we can write down settings into it. All right in here you need to enter all your MDN, MIN, Akey, PRL, etc informations which you can get from your own carriers/operators. If using DFS is confusing, please read the guide first. I am sure you can find some in google .
Ok if everything is written and you press reset on DFS. Reboot your phone. Usually after this you can use your phone for calling and sending SMS text. Oh, don't forget to insert a simcard in your phone. Usually just put a GSM card. This phone can be used for either CDMA or GSM. There will be a new menu in mobile network. LTE-3G-1x-Global(GSM).
But the 3G EVDO for data connection will not work at this stage. So we will use QPST software. Use the latest QPST software 2.7 build 422. Connect and as usual you have to enter SPC code. Go into PPP config tab. There you will go into Um tab. Check if our user id is the same as the user id as given by your own carrier or is it still filled by Sprint's user id? If the Sprint's id is still written there, go into the user id box and press ctrl-d from your keyboard to wipe the Sprint's ID. And then do the same thing in AN tab. After all that, press write to phone. Reboot your Nexus 5.
Get into the diag mode again...hope you guys don't get tired of it though :laugh: Open QPST, read from your phone, get into PPP config. Go into Um tab and the user id box should be empty now. Fill it with your user id and password too. And do the same thing in AN tab. Go into M.IP tab and check if profile 1 (ignore profile 0) is enable. get into it and check if both NAI and Tethered NAI are written with our own user id. Write to phone and reboot your phone.
We will wait for a few minutes......and usually 3G EVDO sign will come up. Go into About Phone, take a look in Status is it written: CDMA-Evdo rev. A....if it is congrats, you have successfully flash your phone with your own carrier. :laugh:
Hopefully this guide will help you guys. I know it's a bit confusing. Hey it's my first time writing a guide....If there's any mistake that I made, please don't hesitate to tell me. Thanks guys.
Click to expand...
Click to collapse
ok nice info. can u clarify ll flashing clears all apps & phone ? need to take backup ? probably a noob question.
No, it will not wipe out any of your app. But you are welcome to backup your phone first
Sent from my Nexus 5 using XDA Premium 4 mobile app
hendrali said:
No, it will not wipe out any of your app. But you are welcome to backup your phone first
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
is cdma workshop must ? coz i dont have or cant buy it. dfs itselfs allows read & write of spc.
getting PRL is also prob. tried cant find for cdma service provider. any other option ?
---------- Post added at 08:20 PM ---------- Previous post was at 07:29 PM ----------
madroamer said:
is cdma workshop must ? coz i dont have or cant buy it. dfs itselfs allows read & write of spc.
getting PRL is also prob. tried cant find for cdma service provider. any other option ?
Click to expand...
Click to collapse
i flashed the device. i can see nexus 5 under devices in ddevice manager. all drivers installed. no issue.
i opened command prompt and type adb shell... den su...
wen i type setprop sys.usb.config diag,adb nexus 5 disappears in devices but doesnt show in any ports ...!!!!!!! y so ? how to rectify this
Hi could you please clarify me what do you get when doing this operation? I was looking into a way to use 4g in Europe from the nexus 5 d820 version, since here the channels used are not supported by this version. I suppose this tutorial doesn't have anything to do with the lte channels é hehe.
Thx
Sent from my Nexus 10 using Tapatalk
Hey,
Very nice detailed guide, I'm sure it will help a lot of people looking to flash their N5s.
Thanks.
Sent from my Nexus 5 using Tapatalk
leonux said:
Hi could you please clarify me what do you get when doing this operation? I was looking into a way to use 4g in Europe from the nexus 5 d820 version, since here the channels used are not supported by this version. I suppose this tutorial doesn't have anything to do with the lte channels é hehe.
Thx
Sent from my Nexus 10 using Tapatalk
Click to expand...
Click to collapse
Sorry this guide is only for flashing CDMA.
madroamer said:
is cdma workshop must ? coz i dont have or cant buy it. dfs itselfs allows read & write of spc.
getting PRL is also prob. tried cant find for cdma service provider. any other option ?
---------- Post added at 08:20 PM ---------- Previous post was at 07:29 PM ----------
i flashed the device. i can see nexus 5 under devices in ddevice manager. all drivers installed. no issue.
i opened command prompt and type adb shell... den su...
wen i type setprop sys.usb.config diag,adb nexus 5 disappears in devices but doesnt show in any ports ...!!!!!!! y so ? how to rectify this
Click to expand...
Click to collapse
Ok for the SPC try this app which u can download from here: http://forum.xda-developers.com/showthread.php?t=2394499
I haven't tried it yet, but I hope it will work for you. Read the SPC first and then write 000000. Hope it helps. As for the PRL, you have to have it or else it will not work. Ask your carrier/operator or search it in Google.
And for the adb shell....what happen when u type su? does the $ sign change into # sign?
hendrali said:
Ok for the SPC try this app which u can download from here: http://forum.xda-developers.com/showthread.php?t=2394499
I haven't tried it yet, but I hope it will work for you. Read the SPC first and then write 000000. Hope it helps. As for the PRL, you have to have it or else it will not work. Ask your carrier/operator or search it in Google.
And for the adb shell....what happen when u type su? does the $ sign change into # sign?
Click to expand...
Click to collapse
s boss it does change to $ sign. den only typed the code...i cant get in ports
hendrali said:
Use the latest QPST software 2.7 build 422.
Click to expand...
Click to collapse
Hello, fellow QPST users.
QPST 2.7 Build 4.2.2 is a fake version with keylogger.
Some a$$hole downloaded latest public QPST build (4.0.2) and decompiled MSI installer package, then edited all "4.0.2" to "4.2.2", added "fake changelog", added keylogger (qualcomm.exe), then repackaged and spread around web!
Everyone who downloaded QPST build "4.2.2" should change all his passwords.
More info about malware from fake 4.2.2 build (QPST.2.7.422.msi)
MSI package (QPST.2.7.422.msi) was embedded/tampered with qualcomm.exe which is a .NET based malware that logs your keystrokes and sends it to attacker's server.
How to delete the actual malware from your system?
Look at the startup from msconfig or CCleaner, there should be a file called qualcomm.exe thats set to start everytime system starts. Delete both registry and file.
If you wanted to see what data thief was stolen from you. Just open the .dc file (in "dclogs" folder) with Notepad and see for yourself.
In XP, dc file is located here!
C:\Documents and Settings\Administrator\Application Data\dclogs
there should be a file called "201X-XX-XX-X.dc
if you open that DC files with Notepad, you'll see all your keystrokes.
Here is mine. I've intentionally entered paypal site with fake info.
:: Run (3:01:51 AM)
Script kiddie. NET Based malware, huh?[ESC]
:: Program Manager (3:02:14 AM)
e
:: Firefox (3:02:18 AM)
www.paypal.com
[email protected][TAB]
mypaypalpass
[ENTER]
:: Documents and Settings (3:02:19 AM)
[UP]
:: Administrator (3:02:28 AM)
[DOWN][DOWN][DOWN][DOWN][DOWN][DOWN][DOWN][DOWN][DOWN][DOWN]
[DOWN][DOWN][DOWN][DOWN][DOWN][DOWN][DOWN][DOWN][DOWN][DOWN][DOWN][DOWN][DOWN]
d
:: (3:02:34 AM)
:: Administrator (3:02:34 AM)
d
:: (3:03:11 AM)
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
:: [Release] QPST 2.7 BUILD 422 - Download Here - Enjoy - Mozilla Firefox (3:03:57 AM)
crap
How to delete?d
:: Clipboard Change : size = 16 Bytes (3:03:57 AM)
QPST.2.7.422.msi
:: (3:04:23 AM)
cccccc
Click to expand...
Click to collapse
Keylogger sends the logs from keylogger to "qpst.hopto.me"
So please report about this incident where and when you encounter QPST 4.2.2 somewhere (forums, posts, sharing-sites, etc)
Copy my whole post and paste it where you see 4.2.2 mentioned.
Bonus: Fake Changelog
If you've installed this 422 build, then open the Readme.txt in C:\Program Files\Qualcomm\QPST\Documents
Scroll down and see the "6/12/13 QPST 2.7.422 changelog"
6/12/13 QPST 2.7.422
1) EFS Hello commands will not be sent unless the device is in a compatible mode. Sending this command when the
device is in download mode can cause a "server busy" message for a few seconds because of command retries.
2) Support for the Sahara device protocol (see 80-N1008-1 or equivalent) is now built in to the QPST server process.
This protocol is only supported by USB Serial ports, not TCP/IP connections. In QPST Configuration a device in
this mode will display as "Q/QCP-XXX (Sahara Download)". This mode can only be detected (1) when the QPST server
process starts or a COM port in this mode added to QPST, or (2) when a device enters Sahara mode on a port assigned
to QPST. This is because the device only sends its Hello message once, as soon as the COM port is opened.
Click to expand...
Click to collapse
Changelog above is actually cloned from QPST 2.7.394 Just scroll down and see Build 2.7.394 changelog. Its same!
So forget about Build 422. It doesn't exist.
Use QPST 2.7 Build 402. It's the latest public build
Sorry about my english
Best Regards
AnycallMongolia
Ok. Thanks for giving this info about the QPST 4.2.2. I didn't know it was a fake one. Luckily i checked mine didn't have the virus. I guess someone cleaned up the version that i downloaded somehow.
Sent from my Nexus 5 using XDA Premium 4 mobile app
hendrali said:
Ok. Thanks for giving this info about the QPST 4.2.2. I didn't know it was a fake one. Luckily i checked mine didn't have the virus. I guess someone cleaned up the version that i downloaded somehow.
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Uh, no! You've just been told it's a fake. Get the official one until told otherwise would be my recommendation
Yup i guess so. I will download the latest official release then. I will edit my post so no one will download the fake one.
Sent from my Nexus 5 using XDA Premium 4 mobile app
Flashing My N5 To Boost (maybe...lol)
I really want to flash mine to Boost but I since I only want to do one phone I don't want to purchase CDMA workshop to do it and the free edition (2.7) lets you get the SPC but won't let me write the NV items. Is there another program that will let me write the NV items, one that doesn't cost $100
Also, I want to flash mine to Boost Mobile and wondered if anyone out there has done it and succeeded. I sent mine to a phone flasher and at first he said he could do it then sent it back telling me he couldn't. So I paid $360 for a phone thats just sitting there...LOL
s me too waiting for a s/w free to use to write NV & misc
Did u guys try this one yet? http://forum.xda-developers.com/showthread.php?t=2394499
Sent from my Nexus 5 using XDA Premium 4 mobile app
no new port or lg.... shows in com/port in device manager
wat is the reason ?
device is otherwise fine with response to commands...
using windows 8. pl help
i even tried in win 7. after type setprop ... no change...no new port opens...
tried for so many time...some one help to identify issue
This is AWESOME news!!! Now I do have one question... If we were to flash the N5 to our carrier (nTelos in this case) and I put in my LTE sim card, will it activate on LTE, or will it only work with the 3G CDMA portion? - I know that with the nTelos iPhones, they can be activated on standard CDMA and work on 3G, then when you insert a sim card, it updates the carrier settings automatically, and it starts working on LTE. Is that the same case here?
EddyOS said:
Uh, no! You've just been told it's a fake. Get the official one until told otherwise would be my recommendation
Click to expand...
Click to collapse
where?
Whe last I looked all I found was on forums like XDA.?
BTW there's a post somewhere (can;t remeber exactly, it's either Nexu 5 or 4 or some other LG phones forum ) that shows you how to get the SPC,
resign all the APK that come with the blobs
OmaDmclient.apk,SprintHiddenMenu.apk,Term.apk,TimeService.apk,UpdateSetting.apk,qcrilmsgtunnel.apk,shutdownlistener.apk
with the platform key (if on stock rom no need anything else AOSP based you have to resign then with the platform key which is the testkey -the one everyone uses to signe zips)
and Nexus 5 test field from the play store
and o/c ADB
EDIT: to get SPC
http://forum.xda-developers.com/showthread.php?t=2515798
*#*#3282#*#* doesn't work
so you'll need http://forum.xda-developers.com/showthread.php?t=2524744
or simply in adb type "am start -n com.lge.SprintHiddenMenu/.sprintspec.Debug"
to arrive to the "6. Select "LTE/Edit" again."
you need stock rom for that unless you resign the apk I mentionned above.
Hello guys, how are you?
I am having a problem ... how can i change an android device name?
For comparison, when you set up a computer you need to give it a name ... i want to do the same on my android.
how can i do it?
I ask this because i am using Remote Desktop App from Microsoft, to do a Remote Desktop Connection to a Windows Server.
But, i have a program installed in that windows server that needs to pre-authorize the device-name in order to acess that program. At the moment whenever i try to open that program i get the message "unable to open because D5803-4.4.4" it's not authorized. (D5803-4.4.4 i assume it's my android device name), so i need to change that D5803... to an authorized name.
I found that if i run a terminal emulator and do:
> su
> getprop net.hostname
> setprop net.hostname <new_hostname>
this changes the hostname ... but the results are the same, my device name stays the same.
help?
thanks!
anyone?please help its urgent
Hi
Thanks for writing to us at XDA Assist. I don't think the device name is actually the root of the problem that you're experiencing, I'm pretty sure merely changing it won't fix your problem. Anyway, it's been a few days since you posted, have you fixed the issue?
PS. Please don't bump a thread any more than once in a 24 hour period, refer to the XDA Forum Rules for more information.
No response in two days, thread closed.
When I try to use adb.exe to remove entries in my dhcp folder the rm command is not recognized.
Alcatel fierce 2 --roooted via kingroot ..thank you
platform tools installed..I think everything need
device is shown using "adb devices " as unauthorized?
Help please
Artofkicking said:
When I try to use adb.exe to remove entries in my dhcp folder the rm command is not recognized.
Alcatel fierce 2 --roooted via kingroot ..thank you
platform tools installed..I think everything need
device is shown using "adb devices " as unauthorized?
Help please
Click to expand...
Click to collapse
Update okay finally after hours of searching and trying a few commands I got adb to accept all commands however phone still says "obtaining ip address" forever. Any ideas?
Hi, thank you for using XDA Assist. What are you trying to do? Messing with system folders and files can lead to your device not working properly.
jd1639 said:
Hi, thank you for using XDA Assist. What are you trying to do? Messing with system folders and files can lead to your device not working properly.
Click to expand...
Click to collapse
At the moment I am just trying to get my phone to connect to my wifi at home.
It is an Alcatel one touch Fierce 2 using Android 4. 4. 2
when I enter my wifi password it continually says obtaining IP address. I was trying something that I read on this site and was not having a lot of luck.
so hopefully we can figure out what's going on
Artofkicking said:
At the moment I am just trying to get my phone to connect to my wifi at home.
It is an Alcatel one touch Fierce 2 using Android 4. 4. 2
when I enter my wifi password it continually says obtaining IP address. I was trying something that I read on this site and was not having a lot of luck.
so hopefully we can figure out what's going on
Click to expand...
Click to collapse
I figured i out...wasn't the phone, it was my wifi
now on o better things.
Glad you got it fixed. I'll close this thread.