Hello everyone,
when i run an adb command for example :
Code:
adb shell
it gives me :
Code:
[email protected]:/ $
what i need is changing the Android@Galaxy-s to whatever i want for example to : Myfirstname@Mylastname
i know it's possible since i saw some devices has people's names written there
can anyone tell me what to do or what apk i need to modify in order to get it done ?
anyone plz help
Related
hello everyone,
I tried to use the su command on adb shell, and i get this
su: must be suid to work properly
soo i look around a bit and i find a suggestion to use sudo like this
sudo su
then i get
sudo: permission denied
and now i really stuck, soo if someone can help please!!!
and be gentle i am a noob
Is your phone rooted?
i suppose so.. but please specific..
and how i check to know i do?
Comeon!! I need your help!!
Sent from my Milestone using XDA App
To know wether our phone is root or not is simple. When we connect using adb shell, its started with $ or # Its mean when at terminal show $, it only user, if # its root
At /system/bin, is there a su file?
At /system/app, is there a superuser.apk?
If all like above you dont have, you only a user
Hi,
I'm fighting with http://forum.xda-developers.com/android/help/hek-notify-icon-ringtone-sound-gone-t3271529
Could someone of You post yours result of
* getprop
* service list
commands (just connect to adb or use terminal emulator)? It may be allview, gionee or pure - whatever.
I'm trying to match changes to fix my linked problem.
@bemolx, @acheron1502 could you help?
Not needed yet, http://forum.xda-developers.com/pure-xl/help/bug-guys-look-driving-factory-nfc-t3280252
Hi @all
i want to get last last_kmsg.txt but i test some command in cmd like:
adb shell cat /proc/last_kmsg > kmsg.txt
or
adb shell cat /sys/fs/pstore/console-ramoops-0 > last_kmsg.log
but i get this error:
no such file or directory.i cant enter to recovery at all
please help ( z5 - 6633 ) android N
thanks
no body here?
I think I found what cause bootloop, please replace init from tobias/Android folder with one from atachment, let me know please
munjeni said:
I think I found what cause bootloop, please replace init from tobias/Android folder with one from atachment, let me know please
Click to expand...
Click to collapse
bro not fixed
i really tired
anybody cant find what exactly cause problem
maybe tobias know but he didnt reply
really thanks for your always guidance
Hey guys, Render here. I would love some assistance from anyone with the new pixel 2. I am just looking for some information. All you need to do is have terminal installed (no root needed) or use adb shell. What I need if for someone to run the below command and post them here. I truly appreciate your assistance of you can help.
I need the output of these commands:
cat /proc/sys/kernel/sched_domain/cpu0/domain0/group1/energy/cap_states
cat /proc/sys/kernel/sched_domain/cpu0/domain0/group1/energy/idle_states
cat /proc/sys/kernel/sched_domain/cpu0/domain1/group1/energy/cap_states
cat /proc/sys/kernel/sched_domain/cpu0/domain1/group1/energy/idle_states
cat /proc/sys/kernel/sched_domain/cpu4/domain0/group1/energy/cap_states
cat /proc/sys/kernel/sched_domain/cpu4/domain0/group1/energy/idle_states
cat /proc/sys/kernel/sched_domain/cpu4/domain1/group1/energy/cap_states
cat /proc/sys/kernel/sched_domain/cpu4/domain1/group1/energy/idle_states
I got my information. Thanks anyways guys
Is there way to enter /data/system/users/0/settings_ssaid.xml without root ?
beacuse this app must need same ssaid in other devices i need to enter /data/system/users/0/settings_ssaid.xml see ssaid without root pls help me
Android ID can be changed with the help of ADB through the following command
Code:
adb shell "settings secure put android_id [my_new_android_id]"
where ROOT isn't required.
xXx yYy said:
Android ID can be changed with the help of ADB through the following command
Code:
adb shell "settings secure put android_id [my_new_android_id]"
where ROOT isn't required.
Click to expand...
Click to collapse
no i want see ssaid first without root after that i will change with other device rooted
OMG
Then simply revise the command as follows
Code:
adb shell "settings get secure android_id"
Hint: Become familiar with Android's system ( LINUX ) commands.
I need app developer help will give you enough money have a problem that I want to solve
This app can be accessed from another device only once a month.
It uses a value called ssaid, which is different for each device.
What I want is to bypass this ssaid value
It seems that this value is stored on the server