Spb shell 3d - XPERIA X8 General

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

Related

Wifi isn't working

After rooting and all my wifi keeps giving me the Error message. Any ideas how to fix it?
Sent from my HTC Glacier using XDA App
prophet828 said:
After rooting and all my wifi keeps giving me the Error message. Any ideas how to fix it?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
After rooting and all? What's all? Are you new to rooting? Sounds like you might have jumped in too quick.
prophet828 said:
After rooting and all my wifi keeps giving me the Error message. Any ideas how to fix it?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
which rooting guide did you use? did you change your kernel? you need to replace the bcm4329.ko file in /system/lib/modules with the one that corresponds to the kernel you are running...
Yes I am new to it but I am really good when it comes to computers
I am trying to learn everything about the android coding and all. Cause I just bought the mt4g Last week. But I followed instructions on a you tube video. By mackster248. Its they ove xda provided
Sent from my HTC Glacier using XDA App
prophet828 said:
Yes I am new to it but I am really good when it comes to computers
I am trying to learn everything about the android coding and all. Cause I just bought the mt4g Last week. But I followed instructions on a you tube video. By mackster248. Its they ove xda provided
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
ok... settings>about phone>Software Information> Kernel version... I need it...
Just a sort of "duh" reminder to always read things carefully before you do anything.
For example I quickly read the title of this thread as "Wife isn't working" and I thought "Tell me about it"
The kernel version is 2.6.32
Sent from my HTC Glacier using XDA App
prophet828 said:
The kernel version is 2.6.32
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
that's not the whole thing... I need the whole string...
2.6.32.21 Gorilla-OC-1.6ghz-betaV05-G20b06bc-dirty [email protected] #22
prophet828 said:
2.6.32.21 Gorilla-OC-1.6ghz-betaV05-G20b06bc-dirty [email protected] #22
Click to expand...
Click to collapse
well you didnt "just" root then. Are you running Iced glacier rom also?
prophet828 said:
2.6.32.21 Gorilla-OC-1.6ghz-betaV05-G20b06bc-dirty [email protected] #22
Click to expand...
Click to collapse
READ READ READ READ READ.....
ok.... DOWNLOAD THIS then put it in the directory with adb. In command prompt navigate to the directory with adb then put these commands in
adb shell
mount -o rw,remount -t ext3 /dev/block/mmcblk0p25 /system
exit
abd push bcm4329.ko /system/lib/modules/
adb reboot
your wifi should be fine after this.
Ok, do I need the terminal emulator? To type these commands
Sent from my HTC Glacier using XDA App
prophet828 said:
Ok, do I need the terminal emulator? To type these commands
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
no you need adb... google android sdk download install
if you can't figure that out copy the file to your sdcard then in terminal do this
unplug phone
mount -o rw,remount -t ext3 /dev/block/mmcblk0p25 /system
cp /sdcard/bcm4329.ko /system/lib/modules/
this should fix it... might take a reboot
Which version do I need? 2.2 or 2.3
great now my SU permissions are denied....
Sent from my HTC Glacier using XDA App
you probably didn't root properly and only had temp root then
That makes sense. How do I get rid of clock work mod. I'm just gonna go back to stock. This rooting is
A pain in the ass.
Sent from my HTC Glacier using XDA App
prophet828 said:
That makes sense. How do I get rid of clock work mod. I'm just gonna go back to stock. This rooting is
A pain in the ass.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
It's really not that bad. You just need to slow down, take a breath and follow the instructions and everything will right itself.
Some people always think that there is a one-click solution; when in fact you just need to follow a few precise directions. Key word being 'precise'.
If you want to unroot and go back to stock, check my sig for unrooting.
prophet828 said:
That makes sense. How do I get rid of clock work mod. I'm just gonna go back to stock. This rooting is
A pain in the ass.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
flash the RUU you can get it from the downgrade post it will undo everything except radio s-off
What does RUU stand for?
Sent from my HTC Glacier using XDA App
prophet828 said:
What does RUU stand for?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
I'm not sure did you check here?

[Q] what is best option for taking permission of super user

After rooting the phone
what is best option for taking the permission of super user
"Allow or deny"
Sent from my GT-S5360 using xda app-developers app
vamsi444 said:
After rooting the phone
what is best option for taking the permission of super user
"Allow or deny"
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
allow.
vamsi444 said:
After rooting the phone
what is best option for taking the permission of super user
"Allow or deny"
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
LOL!!! Allow...
Dude of u deny then rooting is worthless
m.h.mahadi said:
Dude of u deny then rooting is worthless
Click to expand...
Click to collapse
Its not worthless.u can have now the access of your root and u have the option to run or block the application which ask access from superuser.
Sent from my GT-S5360 using Xparent Red Tapatalk 2
wrong...
Use prompt,
Not allow or deny,
That way you can choose which app allow access to su also protects against malware
this post is approved by the national potato safety regulation
Simple...
If u want to use the app and sure that u installed it...then yes..
If u wonder something like this "hmm..
I didnt installed this app" or something like that..
Then deny ..
rooting is new for me...and i am noob to root...
If you want to use superuser option then you have to grant it. Nothing to worry bro it wont do any harm to you.
Thanx for rplying..!
Sent from my GT-S5360 using xda premium

Help me with this

I'm trying to run an application on my phone rooted on slimkat rom, but I'm getting
"You need write permission on system partition in
order to use this application"
Please can someone tell me what's the reason for this and how to resolve the problem
dorian2kx said:
I'm trying to run an application on my phone rooted on slimkat rom, but I'm getting
"You need write permission on system partition in
order to use this application"
Please can someone tell me what's the reason for this and how to resolve the problem
Click to expand...
Click to collapse
Hi,
did you grant SU rights to the app?
Yes I did
dorian2kx said:
Yes I did
Click to expand...
Click to collapse
What app is that?
MAX 404 said:
What app is that?
Click to expand...
Click to collapse
It's freedom app
Sent from my GT-I9505 using XDA Premium 4 mobile app
dorian2kx said:
It's freedom app
Sent from my GT-I9505 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Sorry mate this site does not encourage warez....
Exactly but u asked for the name so I gave it, just inbox me if u know how to solve the problem
Sent from my GT-I9505 using XDA Premium 4 mobile app
An app that wants you to set Time Zone to RUSSIA. Wouldn't trust it.
Mod Edit
May I remind you of the XDA RULES # 6
Thread closed
malybru
Forum Moderator

help su binari

I have a problem with my root.
My phone is rooted but is say rooed but not given access.
And i think i need to update su binari.
So how i update this.
I try all day and dont work.
Help me plz to fix it.
Help me plz..
Uninstall super user and reinstall it.
And then it sud ask you to do so
Sent from my LG-D802 using xda premium
vishal11in said:
Uninstall super user and reinstall it.
And then it sud ask you to do so
Sent from my LG-D802 using xda premium
Click to expand...
Click to collapse
I cant uninstall this..i need root to do this

E2115: what's available?

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

Categories

Resources