I am interested in this program. I wan to use it with my softbank X01ht to swich language English, Japanese and Thai.
Please help me. tasukette kudasai. Onegaishimasu.
thank you.
http://buzzdev.net/components/com_s...les/UI_LNG_SWT_beta_20060629193323_Asukal.rar
Eelco
Thanks so much. Is it a cook rom with included UI switch?
no just a installer
the link is dead
Hey everyone,
Does anyone has a copy of that prog? Asukal?
hi all,
i am a beginner to develop an application on Window Mobile.
Can someone give me some tutors or notes for learning programming on it?
Thank very much
Start here:
long link
then here- http://www.codeproject.com/KB/mobile/
Hi guys,
I have a completion job in the school and I'm working on an app to firefox OS for this.
I wish you guys to help me with informations about the Gaia interface, or idk alert me about some especial stuffs or even send me links.
You must know how difficult it is to find etc....
links
你需要这些吗?
You need these do?
gaia
buildingfirefoxos.com
API(点击API的名字)
Click on the name of the API
wiki.mozilla.org/WebAPI
只知道这些了。
I only know these.
Hello to all,
I'm having some difficulties with the cross compiling by NDK
I need to compile a new version of iptables
someone can help me ?
any indication?
Thanks very mutch!
היי.
אני מחפש כבר הרבה זמן את השורש של הטלפון 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.