[Q] help wiht root - myTouch 4G Q&A, Help & Troubleshooting

hi all i am new at root so i see so many guides on this forum but i just know what is good one but anywhere i have mytouch 4g from the day it came out and now i got bord of stock so i want to root it but i have 2.3.4 and did get my sdk for adb ready so do i need to downgrade it or help me plz

Yes you need to downgrade..here is a guide. http://forum.xda-developers.com/showthread.php?t=1178912

every thing goes good till i get to here
# ./misc_version -s 1.00.000.0
./misc_version -s 1.00.000.0
./misc_version: permission denied

Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Thanks ✟
Moving to Q&A

Related

[REQUEST] Can't find busybox, dropbear and dropbearkey

Hi All,
can you help me, i am a noobie for android, but i have little expirience.
Can anyone give me links where i can donwload busybox, dropbear and dropbearkey for Nexus One.
With Great Regards
PS: Sorry for my English

[Q] still cant able to follow the newbie thread

i am new to x8...i cant able to understand the step by step tutorial thread....so plz help me... i need rootin in ma x8!!!!!!
First of all you should've post what's the problem, on what step do you have problem. And Secondly you should've post it in thread where the guide is.
bhai if you r not able to follow my guide then sorry, nobody can help you.
thoda dimaag chalao samajh aa jaega!
and yes, you need to learn some rules over here. you should NOT make a new thread for useless questions! Okay!!?
pls abide by the forum rules and reuse existing threads for your questions whenever possible
also use the correct forum in case you need to open a new thread, this one is definitely not dev related
moved to general and closed
Thx and best, DK

[Q] how to install null rom

hello
how do i install the null rom, tried to find a tutorial on it but no luck........
so can anybody help me out, im a neewbie so please be kind,
thanks
like any other rom.
graaf33 said:
hello
how do i install the null rom, tried to find a tutorial on it but no luck........
There appears no user instructions so i suggest as you have not read the basics yet to pick another rom .
Of course if you had read the basics you would know the answer .
so can anybody help me out, im a neewbie so please be kind,
In that case KINDLY read the rules first followed by the faqs and guides then ask questions in the correct forum .
jje
Click to expand...
Click to collapse
To the OP, please search before posting.
On that note, thread closed.

Root For Galaxy J1 2016 Sm-J120H

היי.
אני מחפש כבר הרבה זמן את השורש של הטלפון Galaxy J1 2016 Sm-J120H שמתאים לישראל.
אני לא מוצא בשום מקום. והתחלתי להתייאש מזה.
אולי למישהו יש את השורש הזה?
תודה!
**********************
Mod edit - translated by https://translate.google.com/:
Hey.
I have been looking for a long time for the root of the Galaxy J1 2016 Sm-J120H phone that is suitable for Israel.
I find nowhere. And I began to despair of it.
Maybe someone has this root?
Thanks!
{Mod edit: Quoted post has been deleted}
תודה לך על התשובה.
זהו דגם J120FN
אני מחפש דגם SM-J120H
******************************
Mod edit - translated by https://translate.google.com/:
Hey.
I have been looking for a long time for the root of the Galaxy J1 2016 Sm-J120H phone that is suitable for Israel.
I find nowhere. And I began to despair of it.
Maybe someone has this root?
Thanks!
yael snaiider said:
{Mod edit: Quoted post has been deleted}
תודה לך על התשובה.
זהו דגם J120FN
אני מחפש דגם SM-J120H
******************************
Mod edit - translated by https://translate.google.com/:
Hey.
I have been looking for a long time for the root of the Galaxy J1 2016 Sm-J120H phone that is suitable for Israel.
I find nowhere. And I began to despair of it.
Maybe someone has this root?
Thanks!
Click to expand...
Click to collapse
@yael snaiider
Welcome to XDA. I hope you'll always find the support you require.
Please note that English is the mandatory language and as courtesy, I've translated your above posts. With reference to rule no. 4 of the XDA Forum Rules, please post in English or add at least an English translation to your Hebrew posts.
Spoiler: Rule No. 4
4. Use the English language.
We understand that with all the different nationalities, not everyone speaks English well, but please try. If you're really unable to post in English, use an online translator. You're free to include your original message in your own language, below the English translation. (This rule covers your posts, profile entries and signature). You could try :- https://translate.google.com/ or https://www.babelfish.com/ or use one of your choice.
Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator
A phone's Android is rooted if su cmdlet is present there and executable. Hence you may push via ADB a suitable su binary to Android's filesystem.
Thank you very much for your help!
I hope I understood.
You mean I can also use the SM-J120H model and it will work?
If possible another question: Why is it written on my device that I have an MDM lock and can it be resolved?
By the way I posted the questions in English but apparently the computer automatically translated into Hebrew.
Thank you!
xXx yYy said:
A phone's Android is rooted if su cmdlet is present there and executable. Hence you may push via ADB a suitable su binary to Android's filesystem.
Click to expand...
Click to collapse
Thank you very much for your help!
I hope I understood.
You mean I can also use the SM-J120H model and it will work?
If possible another question: Why is it written on my device that I have an MDM lock and can it be resolved?
By the way I posted the questions in English but apparently the computer automatically translated into Hebrew.
Thank you!
All what you have to do is extend Android's shell commands by su command: it is independent of phone's brand / model and of phone's Android's version.
Example:
Code:
adb devices
adb push <LOCATION-OF-SU-BINARY-ON-PC> /data/local/tmp
adb shell "chmod +x /data/local/tmp/su"
If you want to run an Android shell command what requires elevated rights ( AKA root permission ) then you run it as follows
Code:
adb shell "cd /data/local/tmp && su -c '<SHELL-COMMAND-HERE>'"
xXx yYy said:
All what you have to do is extend Android's shell commands by su command: it is independent of phone's brand / model and of phone's Android's version.
Example:
Code:
adb devices
adb push <LOCATION-OF-SU-BINARY-ON-PC> /data/local/tmp
adb shell "chmod +x /data/local/tmp/su"
If you want to run an Android shell command what requires elevated rights ( AKA root permission ) then you run it as follows
Code:
adb shell "cd /data/local/tmp && su -c '<SHELL-COMMAND-HERE>'"
Click to expand...
Click to collapse
I have no words for patience!
The truth is that I'm a little weak in the field ...
What do you mean by commands? Where do I change it?
And did you also answer me about the problem with MDM mode?
Become familiar with Android shell-commands. Look inside here:
https://technastic.com/wp-content/uploads/2020/03/ADB-Shell-Commands-List.pdf
MDM mode has nothing to do with Android OS itself.

Help Blocked by OEM

i was trying to install a new os well idk how it led to this but now i am really worried and this is my one and only phone its s10 plus (g975f) and the thing is i amstuck on download mode i try to do it with odin and when the download starts it gets stuck and there is an error that pops up it say "custom binary(boot) Blocked by OEM" i really need help PLEASE
AliSajjad134 said:
i was trying to install a new os well idk how it led to this but now i am really worried and this is my one and only phone its s10 plus (g975f) and the thing is i amstuck on download mode i try to do it with odin and when the download starts it gets stuck and there is an error that pops up it say "custom binary(boot) Blocked by OEM" i really need help PLEASE
Click to expand...
Click to collapse
Hello and good morning, @AliSajjad134
Welcome to XDA. I hope you'll always find and get the support you require.
However, prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
and the others. I've moved the thread to
Samsung Galaxy S10+ Questions & Answers
Ask your questions about the Samsung Galaxy S10+ and get answers from the community! Please be as specific as possible when posting.
forum.xda-developers.com
Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator
You'll need your bootloader unlocked to load a custom ROM

Categories

Resources