• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Samsung Galaxy Centura Root (2019)

As some may know, Poot is now unusable to root the device. After lots of time searching and looking, I have found out that baidu root works as a tool to root the device!
Pros:
Rooted Device!
Able to uninstall Google+ app! (Due to it being dead to consumers)
Able to install custom Kernel!
Able to install CWM! (which for some reason, does not work to flash zips due to /sdcard mount error)
Cons:
The whole thing is in chinese
SU Manager is also in chinese (Click the left option on su required apps to accept)

Steps:
1.Download APK here http://baiduroot.net/ (click download for mobile)
2.Launch the app and after it loads, click the banner under the device name
3.wait for it to root
4.Done! If you need to check if its rooted, click the banner again, if a app selection box offers you to share it via SMS and/or other services, you did it!

Extra Stuff:
Custom Kernel:https://androidforums.com/threads/allow-me-to-introduce-myself-developer-new-kernel-rom.986266/
CWM Recovery:https://androidforums.com/threads/working-clockworkmod-v6-0-3-6-for-galaxy-centura.876056/

Root

Some technicalities you should be aware of...

Every phone has at least 2 user profiles by default. There is your default user profile(you) with its own user id(UID). The uid is usually an identifying number like "10104" and name like "u0_a152". Then there's the root profile which you do not have access to by default. The root profile always has a uid number of zero "0".

When you root a phone, all you're doing is allowing yourself access to the root profile(uid 0) that already exists on your phone.

Here are some commands to better understand. You can run these on a non-rooted or rooted phone in an app called "terminal emulator". Just type the command and click the enter key on your keyboard.

These 3 commands only work on modern android versions.
List your uid name:
Bash:
echo $(whoami)

List your uid number:
Bash:
id -u $(whoami)

List the uid number for the root user:
Bash:
id -u root

This command works on all android versions.
List all users and uids not including the root user:
Bash:
id

The above is the underlying information of what root really is.

As for the rest of your questions...
Root is not available for all phone models.
No it's not illegal to root your device, but voids you warranty.
If there is no root for your device, there's nothing you can do to get it.

no internet with data on; display notifications

I just found out that the pre-installed sms app is Google Messageso_O
Thanks to you svim provoking me to find out what it is (never curious enough to know which app my sms has been with different phones). That's why I thought it was Moto E4's problem, for I have been using android phones thinking they being all the same.

I checked the google play store (thanks to you as well). I know which one I would like.

Thank you so very much for all your helps. You have been very thorough and helpful

Need Root Program

welcome to AF!!!!!!!!!!!

so always head on over to xda developers forumto look for anything root related.

here is your device forum there:
https://forum.xda-developers.com/galaxy-j

here is the rom and rooting subforum:
https://forum.xda-developers.com/galaxy-j/development

here is a guide for rooting:
https://forum.xda-developers.com/galaxy-j/how-to/guide-samsung-j2-core-2018-sm-j260f-sm-t3959139

make sure to read, read, read, and then read some more before taking that plunge into rooting your device. also make sure your model number matches the guide as rooting is very device specific.

[App][4.1+][Ad-Free]Lullabies for babies Promo codes

Hi all!

Today I present you my lullabies application.
I'm looking for your feedbacks, improvement suggestions and bug reports to continue making my apps better and better.
PlayStoreImage_EN.png


Advantages?
- Ad-free application
- Customisable timer
- High quality
- Beautiful graphics
- Works without internet connection
- Help your baby to sleep and calm his crying
- Lullabies for babies
- Music to put babies to sleep​

Google play : https://play.google.com/store/apps/details?id=net.binsp.sleep.lullabies

Please First Download App to obtain promo code.
If you want a promo code please send me PM.

1.png 2.png 3.png 6.png 7.png4.png

App Inventor Displaying multiple sensors readings on screen

Does Kotlin directly reference the objects? In Java, I have to use findViewById() to get the view object in order to change anything. I don't see anything like that in your code.

Also, your code is different for one of the sensors vs the other two shown:
Code:
label_accelerometerX.text = "X = ${event!!.values[0]}"
label_accelerometerY.text = "Y = ${event.values[1]}"
- is this a Kotlin thing where the first reference is event!! and subsequent references are just event?

Maybe I should bow out in favor of someone more versed in Kotlin...

Last-chance recover - any ideas?

I was pretty gentle, but clearly I broke something. This would have been the second battery swap, so possibly something was weakened the first time around (not done by me), and it finally gave up the ghost on my watch.

I'm going to take another look to see if anything is obviously broken, but I'm increasingly thinking this is a lost cause. I suppose there's a world in which I remove the NAND Flash and install it in another (working) phone, but that's above my pay grade.

My own phone is an antique Galaxy S5. Removable battery, and if this happened to me I'd just pop out the microSD and stick it in my PC. I may never get rid of the thing.

Filter

Back
Top Bottom