E2115: what's available? - Sony Xperia E4 Questions & Answers

I'd like to revive my kid's E2115 and am still running v24.0.B.
It looks like that rooting is possible with Kingo.
It also looks like that there used to be a TWRP port but am not sure whether it could work on the E2115.
What's next? Any "light" ROM ( I don't mind whether it's v4 or v5)?
Thanks in advance for any info.

No roms available since mediatek won't provide the source code of the cpu... The root is available
Sent from my Sony E2115 using XDA Labs

Delta_44 said:
No roms available since mediatek won't provide the source code of the cpu... The root is available
Sent from my Sony E2115 using XDA Labs
Click to expand...
Click to collapse
No twrp or other recovery?

Uqbar said:
No twrp or other recovery?
Click to expand...
Click to collapse
Negative
Sent from my Sony E2115 using XDA Labs

Delta_44 said:
Negative
Sent from my Sony E2115 using XDA Labs
Click to expand...
Click to collapse
I've tried iRoot and King root with no luck.
How can I get root? I don't speek or read Chinese, though.

Uqbar said:
I've tried iRoot and King root with no luck.
How can I get root? I don't speek or read Chinese, though.
Click to expand...
Click to collapse
I'll send you the apk of kingoroot not kingroot. Wait until 4 pm
Sent from my Sony E2115 using XDA Labs

Thanks.

Delta_44 said:
I'll send you the apk of kingoroot not kingroot. Wait until 4 pm
Sent from my Sony E2115 using XDA Labs
Click to expand...
Click to collapse
I think you've got too busy and forgot about me!

Uqbar said:
I think you've got too busy and forgot about me!
Click to expand...
Click to collapse
DAMN! Sorry man, I'll send everything in 10 minutes
Sent from my Sony E2115 using XDA Labs

Uqbar said:
I think you've got too busy and forgot about me!
Click to expand...
Click to collapse
Here you are
Sent from my Sony E2115 using XDA Labs

Delta_44 said:
Here you are
Sent from my Sony E2115 using XDA Labs
Click to expand...
Click to collapse
Grazie!

Delta_44 said:
Here you are
Sent from my Sony E2115 using XDA Labs
Click to expand...
Click to collapse
Installed and run. It says I have root, and it looks like it's true:
Code:
[email protected]:/ $ ls -la /system/bin/su
-rwsr-sr-x root root 42516 2018-10-09 09:40 su
But from "adb" the command "su -" doesn't lead me to be root:
Code:
[email protected]:/ $ id
uid=2000(shell) gid=2000(shell) groups=1003(graphics),1004(input),1007(log),1011(adb),1015(sdcard_rw),1028(sdcard_r),3001(net_bt_admin),3002(net_bt),3003(inet),3006(net_bw_stats) context=u:r:init:s0
[email protected]:/ $ /system/bin/su
255|[email protected]:/ $ id
uid=2000(shell) gid=2000(shell) groups=1003(graphics),1004(input),1007(log),1011(adb),1015(sdcard_rw),1028(sdcard_r),3001(net_bt_admin),3002(net_bt),3003(inet),3006(net_bw_stats) context=u:r:init:s0
I'd expect to get to an uid=0.
Am I missing anything?

Uqbar said:
Installed and run. It says I have root, and it looks like it's true:
But from "adb" the command "su -" doesn't lead me to be root:
I'd expect to get to an uid=0.
Am I missing anything?
Click to expand...
Click to collapse
You have to install supersu as system app through apps such as lucky patcher. It's not available on the play store. Download supersu.apk and lucky patcher then install supersu.apk as system app, restart the phone, open supersu, he will say that your root is busy, something like that. Tap outside the box and it will disappear. Go to settings, scroll down and activate the survival mode, activate supersu if it's not active, activate the pseudo pro mode that will unlock everything. Through lucky patcher uninstall only KINGOROOT root manager app something like that... Reboot the phone and supersu will take the lead. Now you have the real root
Sent from my Sony E2115 using XDA Labs

I need to know if its possibile install android 5.1 on xperia E4 dual 2115.. and... how.? thanks

delete

Please can someone release a ROM with a newer Android than 4.4.4 KitKat and the Recovery to this device E2124?

Кто-то пробовал e2115
Sony Xperia E4 dual unofficial 6.0 Rom by S.Balachandar.
Sony Xperia E4 Dual unofficial 6.0.1 Upgrade Rom by S.Balachandar. Hey,Hello I'm S.Balachandar and today in ...
balachandars.blogspot.com

Related

Indian HTC Legend users please give your attendance

Hai
I am from India using HTC legend with product code 2.05.720.1
Sent from my HTC Legend using XDA App
hi I m from india using htc legend with software version 2.05.707.1...
Sent from my HTC Legend using XDA App
Hey I am using cm Build 62
Sent from my Legend using XDA App
smartvinu said:
Hey I am using cm Build 62
Sent from my Legend using XDA App
Click to expand...
Click to collapse
I have 2.05.720.1 with softroot...Not yet Dared to Root fully ...
I am using Vodafone HTC froyo stock Rom
Can some one using stock legend, upload the system.Img?
Sent from my Legend using XDA App
smartvinu said:
Can some one using stock legend, upload the system.Img?
Sent from my Legend using XDA App
Click to expand...
Click to collapse
Tell me how to do ..I will....
I am from India using HTC legend with product code 2.05.720.1
zabaknilesh said:
Tell me how to do ..I will....
Click to expand...
Click to collapse
I had already made a post regarding that. But didn't get the answer
Sent from my Legend using XDA App
Hi Guys
I am right now on CM 6.1.0 RC2,tried vodafone stock froyo rom,but like Cyonogen a lot.
Cyanogenmod Dev's are awesome.Waiting for a stable release of CM 6.1
zabaknilesh said:
Tell me how to do ..I will....
Click to expand...
Click to collapse
Here is the method
Make sure that your phone is soft rooted using some soft rooting methods
Also there is ~400 MB Free space in the SD Card
Step 1: Push the busybox binary (http://10stones.com/and_bin/busybox) to the /data/local
adb push busybox /data/local
Click to expand...
Click to collapse
Step 2 : Go to the shell
adb shell
su
Click to expand...
Click to collapse
Step 2 : Make busybox executable
cd /data/local
chmod 777 busybox
Click to expand...
Click to collapse
Step 3 : Go to the root folder
cd /
Click to expand...
Click to collapse
Step 4 : Tar the system
/data/local/busybox tar -cv -f /sdcard/system-img.tar /system
Click to expand...
Click to collapse
Step 5 : Upload the system-img.tar
Here with 3.14.161.1 Rooted
I have cm Build 62.
anybody upload system.Img. for smartvinu
.
Stock legend.
i am from India and using HTC Legend waiting for official froyo update
No one ready to upload?
Sent from my Legend using XDA App
Stuck in 1.32 .. someone upload the image
Sent from my HTC Legend using XDA App
i tried the method described by smartvinu to extract the system image.
while i entered
/data/local/busybox tar -cv -f /sdcard/system-img.tar /system
i get this error message:
reloc_library[1244]: 14124 cannot locate 'regcomp'...CANNOT LINK EXECUTABLE
lessirey said:
i tried the method described by smartvinu to extract the system image.
while i entered
/data/local/busybox tar -cv -f /sdcard/system-img.tar /system
i get this error message:
reloc_library[1244]: 14124 cannot locate 'regcomp'...CANNOT LINK EXECUTABLE
Click to expand...
Click to collapse
make sure your phone is soft rooted...........
,
smartsreenath said:
make sure your phone is soft rooted...........
,
Click to expand...
Click to collapse
Actually it is, I even got su over adb shell without any problem

Spb shell 3d

Hi i just want to know where i can download it and how to install and use it THANKS
I was running this but after one hour there pop up something like this - that i need to buy full version of spb and it closes. Can someone post me a solution for that. Thanks
Sent from my X8 using Tapatalk
if i am not wrong,that is trial version that make it closed or error.
you must buy it or just get another launcher
Fire up any Terminal app (or use adb shell), and after installing (but not opening) the app:
su
pm disable com.spb.shell3d/com.softspb.shell.service.LicenseService
Click to expand...
Click to collapse
To re-enable the app if it has disabled itself due to licensing:
su
pm enable com.spb.shell3d/com.softspb.shell.Home
Click to expand...
Click to collapse
deedii said:
Fire up any Terminal app (or use adb shell), and after installing (but not opening) the app:
To re-enable the app if it has disabled itself due to licensing:
Click to expand...
Click to collapse
THANKS i will try it now thanks
Sent from my X8 using Tapatalk
deedii said:
Fire up any Terminal app (or use adb shell), and after installing (but not opening) the app:
To re-enable the app if it has disabled itself due to licensing:
Click to expand...
Click to collapse
When i do it for both things it says "permission denied " what i have to do?
Sent from my X8 using Tapatalk
Anyone know what i have to do?
Sent from my X8 using Tapatalk
R u rooted?
Sent from my X8 using XDA App
Im running froyobread so of course im rooted
Sent from my X8 using Tapatalk
command "su" should give you permission btw just do the first line that is for licensing. I have no problem using it.. x0x0
Can you give me exactly step by step instruction how to install this? Please ;D because i do it and terminal says permission denied...
Sent from my X8 using Tapatalk
ArtoSeven
Check Arto Seven site on Blogspot.com. Maybe is usefull
Solved t topic to Close
Sent from my X8 using Tapatalk
proadi96 said:
Solved t topic to Close
Sent from my X8 using Tapatalk
Click to expand...
Click to collapse
Not Solved.. . Again the same... When i try to solve it by terminal it says permission denied Wtf ?
Sent from my X8 using Tapatalk
have you allowed access from the phone?
every time you type su in the terminal, a popup will be seen in the phone from the superuser app asking for permission.
tharaka said:
have you allowed access from the phone?
every time you type su in the terminal, a popup will be seen in the phone from the superuser app asking for permission.
Click to expand...
Click to collapse
Yeah and thats the problem. When i type it nothing pops up; p any sugestions what to do ?
Sent from my X8 using Tapatalk
hmm i dont know but i dont experienced that once rooted it su should work.
proadi96 said:
Can you give me exactly step by step instruction how to install this? Please ;D because i do it and terminal says permission denied...
Sent from my X8 using Tapatalk
Click to expand...
Click to collapse
When puttung the code into the terminal emulator...try formatting it to where the su is on the 1st line by itself....like this
su
pm disable com.spb.shell3d/com.softspb.shell.service.LicenseService
marvinlh said:
When puttung the code into the terminal emulator...try formatting it to where the su is on the 1st line by itself....like this
su
pm disable com.spb.shell3d/com.softspb.shell.service.LicenseService
Click to expand...
Click to collapse
How to do this? XD
Sent from my X8 using Tapatalk
marvinlh said:
When puttung the code into the terminal emulator...try formatting it to where the su is on the 1st line by itself....like this
su
pm disable com.spb.shell3d/com.softspb.shell.service.LicenseService
Click to expand...
Click to collapse
Thanks man! It works like u.said thankssss
Sent from my X8 using Tapatalk
proadi96 said:
How to do this? XD
Sent from my X8 using Tapatalk
Click to expand...
Click to collapse
when u paste it into the terminal emulator......position the cruisor behind su and press enter and it should drop everything behind su, to the next line...then his menu and reset term

Superuser Update Questions

Hi friend, I just rooted my galaxy y before two days, Now there is a update available for superuser in play shop (android market) ,, I can update that ? Or any problem will come if I update superuser ??
Please reply for my question.
Thank you !
Sent from my GT-S5360 using xda app-developers app
No Dont!!!
Once I also updated Superuser,It started giving problems.. So dont update Superuser
if the SU binary is above 3.0
then its fine if you dont update,
i cant update my SU binaries too
I was able to update my SuperSU through the android store with no problems so I don't think you will encounter any.
same problem by me:binary su update failed??????
Buddy try installing latest bustbox and then update binary........
Droidlover123 said:
Buddy try installing latest bustbox and then update binary........
Click to expand...
Click to collapse
Oh, actually what is the function of busybox, sorry I don't know that thats why I'm asking...
Sent from my GT-S5360 using xda app-developers app
im using latest busybox pro 9.2 with v1.20.2.
when any has that problem go to this threat,it helps.
http://forum.xda-developers.com/showthread.php?t=1835502
joshva said:
Oh, actually what is the function of busybox, sorry I don't know that thats why I'm asking...
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
Busy Box is something that you
install on your phone to give you
some additional handy LINUX / UNIX
based commands. You need Busy Box
installed because some commands
are not available to you and you
made need them for some root
level tasks.
Sent from my GT-S5360 using xda premium
hmahadi98 said:
Busy Box is something that you
install on your phone to give you
some additional handy LINUX / UNIX
based commands. You need Busy Box
installed because some commands
are not available to you and you
made need them for some root
level tasks.
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Oh, ok friend,, thank you.. :good:
Su can be updated by at least 3 ways.
1. Thru google play
2. Thru su itself. (If you are using an old version it is under "preferences" then "check binaries"
3. Thru a zip update which is flashable via cwm. I've seen that in a thread here at xda.
If you are trying to update your su, make sure you have an excelent internet connection to avoid any sudden disconnection which does not do anything good.
Before you update it, Keep atleast a titanium back up or a nandroid back up of your su app, or a nandroid back up (but i think its to much) so that if anything not nice happens, you could revert it. It is a rule of thumb,"always have a back up before atempting something not for 'ordinary users'".
About busybox: it is currently available at the market for free. Or you could search for it here at xda. Note: busybox is NOT an app. It is a set of BINARIES. The ones you could get in the play store are INSTALLERS of this binaries.
Sent from my GT-S5360 via freenet
I update superuser regularly but didnt get any problem yet. I dont have busybox. I update through googleplay.
I can suggest one thing bro, if any app works for you. Dont update it. Cause in most cases updates sucks.
Sent from my GT-S5360 using xda app-developers app

Korean Root?

Has anyone successfully rooted the Korean G2 yet? The old version was rootable but i updated it when i got mine to the new 10k software and i havnt found a new root method.
Ive tried the 360root but it says i need a chinese os
Its a great phone and i needed the micro sd support but i also need root! Lol
I use this to root and then remove the bloatware "baidu"
Pretty simple, one click
http://www.mgyun.com/vroot
Sent from my LG-F320K using xda app-developers app
Are you on the latest software? 10k?
Sent from my LG-F320S using Tapatalk 4
Yes.
Sent from my LG-F320K using xda app-developers app
Would this possibly work on the US version?
synplex said:
Would this possibly work on the US version?
Click to expand...
Click to collapse
We don't know the status of the bootloader yet. If it is locked then it won't. It should work if the bootloader is unlocked.
yatbond said:
I use this to root and then remove the bloatware "baidu"
Pretty simple, one click
http://www.mgyun.com/vroot
Sent from my LG-F320K using xda app-developers app
Click to expand...
Click to collapse
Is this a free software or request Money ?
If really makes Root , why don't you make a Thread in "Development section" ?
Could be useful for all of us :good:
Will this work for me I'm on software 10m?
Sent from my LG-F320S using xda app-developers app
This method works GREAT for my F320K
we have root boys and girls. thanks for the tip

Root z2 4.4.4 with locked bootloader

Hello guys! I have searched everywhere information about root of z2 with locked bl for 4.4.4 but i can't find nothing,you know something? Thanks
Sent from my D6503 using XDA Free mobile app
lol it's sticky thread
http://forum.xda-developers.com/xperia-z2/general/4-4-4-creating-rooted-update-package-t2933155
Thanks,but it's difficult method lol
Sent from my D6503 using XDA Free mobile app
elgaucio said:
Thanks,but it's difficult method lol
Sent from my D6503 using XDA Free mobile app
Click to expand...
Click to collapse
Bro just downgrade, root, flash recovery and flash existenz or any other 4.4.4 custom rom..works fine.
and way better than stock rooted 4.4.4..
elgaucio said:
Thanks,but it's difficult method lol
Sent from my D6503 using XDA Free mobile app
Click to expand...
Click to collapse
it's not difficult it's just long .. and for the first time only until you get the rooted package. after you get the rooted package the method will take 15 minutes maximum in any other time you root your device.
In all honesty, if you can't sit down and spend some time reading and following instructions, you don't deserve root on your phone. Its very easy to do. All you have to do is read, and try for yourself.
bdithug said:
In all honesty, if you can't sit down and spend some time reading and following instructions, you don't deserve root on your phone. Its very easy to do. All you have to do is read, and try for yourself.
Click to expand...
Click to collapse
and for those of us who use Linux and FreeBSD exclusively???
Sent from my SGP311 using XDA Free mobile app

Categories

Resources