HUGE THANKS to zaznoz for figuring out how to make this survive reboot, and nitsuj17 for the init.d script!
Take a look at this thread: http://forum.xda-developers.com/showpost.php?p=38333106&postcount=17
Hey guys,
I've noticed a lot of you wanted the volume wake feature, so here it is!
Just flash it in your recovery.
It survives reboot, and works even if your device is in deep sleep. No bugs whatsoever!
It also adds busybox so the init.d script can run
YOU NEED ATIS122's TWEAKED KERNEL FOR THIS TO SURVIVE REBOOT
For every developer out there: You may use this mod in your ROM without asking for permissions, but please give me credits and place a link on your thread referring to this thread.
HOW TO ADD THIS YOURSELF
Requirements:
APKTool/Smali and Baksmali
Rooted device
ADB
Common sense
1) Edit android.policy.jar
A: Execute the following commands in cmd to pull the file from your device:
Code:
adb pull /system/framework/android.policy.jar .
baksmali -x android.policy.jar -o classout
B: Find this file and open it: classout\smali\com\android\internal\policy\impl\KeyguardViewMediator.smali
Find the method "isWakeKeyWhenKeyguardShowing(IZ)Z"
There are switches at the bottom of the method
Remove the ones containing "0x18" and "0x19"
Execute this command: "smali classout -o classes.dex" to recompile the classes.dex and put it back in your android.policy.jar
2) Edit your Generic.kl
A: Execute this command to pull the file from your device:
Code:
adb pull /system/usr/keylayout/Generic.kl
B: Open it in a text editor and change these lines:
Code:
key 114 VOLUME_DOWN
key 115 VOLUME_UP
to
Code:
key 114 VOLUME_DOWN WAKE_DROPPED
key 115 VOLUME_UP WAKE_DROPPED
3) Make it survive reboot
Grab the 89Volwake from the .zip file in /system/etc/init.d and place it in your own /system/etc/init.d
PLEASE DON'T TOUCH THE INIT.D SCRIPT
VolWake for MyOneDx by Navmad, thanks to him, he's a great guy! http://forum.xda-developers.com/showpost.php?p=39614183&postcount=62
VolumeWake_MaartenXDA.zip is for stock ROMs
VolWake_APM_HalfSense.zip is for the APM zip for Half~Sense
VolWake_APM_MySenseV1.zip is for the APM zip for MySense (APM V1)
VolWake_APM_MySenseV2.zip is for the APM zip for MySense (APM V2)
Just in case
Amazing and useful tutorial Mate :thumbup:
SKYDRAGON, El M1
And, of course, added to Index as a very useful mod/guide.
Testers? Does it work with everybody?
MaartenXDA said:
Testers? Does it work with everybody?
Click to expand...
Click to collapse
I will link this to my Sign
SKYDRAGON, El M1
dragonesdenano said:
I will link this to my Sign
SKYDRAGON, El M1
Click to expand...
Click to collapse
But guys, I still need testers to see if this works ._.
MaartenXDA said:
But guys, I still need testers to see if this works ._.
Click to expand...
Click to collapse
Send me ur phone, i will
SKYDRAGON, El M1
dragonesdenano said:
Send me ur phone, i will
SKYDRAGON, El M1
Click to expand...
Click to collapse
LOL Okay, just send it trough email. You should be able to download it, and you have my phone
Guys still no testers? Is there anyone who can confirm that it works?
Sent from my awesome fridge
MaartenXDA said:
Guys still no testers? Is there anyone who can confirm that it works?
Sent from my awesome fridge
Click to expand...
Click to collapse
I don't really need this feature....
MaartenXDA said:
Guys still no testers? Is there anyone who can confirm that it works?
Sent from my awesome fridge
Click to expand...
Click to collapse
Doesn't work in mine. I just flashed your zip. No result.
I'm at office didn't dig any deeper than flashing.
I'm on mySense RC3.
Atis kernel.
Sent from my HTC Desire X using xda premium
Re: [ROM] SkyDragon™ V.1.1[OTA-EQS-APM][19-02-2013]
I stuck with the red words screen after I go through the ota update. I'm using atis112's v2 kernel. What's happening?
Btw sry wrong section this is supposed to be under skydragon Rom post.
Sent from my HTC Desire X using xda app-developers app
zakurai said:
I stuck with the red words screen after I go through the ota update. I'm using atis112's v2 kernel. What's happening?
Btw sry wrong section this is supposed to be under skydragon Rom post.
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
Remove /system/etc/init.d/69Force, fixed in the next update
Any updates on the feature?
Sent from my HTC Desire X using xda premium
navmad said:
Any updates on the feature?
Sent from my HTC Desire X using xda premium
Click to expand...
Click to collapse
I'm going to work on it when I get home. No WiFi/internet for 1 and a half day.
Sent from my awesome fridge
nice job, but credits shouldnt be changed within the init.d script
it originally (and the one x roms kept it accordingly)
#ViperLTE Volume Wake Tweak
credits: zarboz for figuring out, me for making the script
nitsuj17 said:
nice job, but credits shouldnt be changed within the init.d script
it originally (and the one x roms kept it accordingly)
#ViperLTE Volume Wake Tweak
credits: zarboz for figuring out, me for making the script
Click to expand...
Click to collapse
I didn't change the credits? If I did, I'll remove the link and add a new one with the original credits.
Sent from my awesome fridge
MaartenXDA said:
I didn't change the credits? If I did, I'll remove the link and add a new one with the original credits.
Sent from my awesome fridge
Click to expand...
Click to collapse
well whoever you got the script from (someone on your team) did then
nitsuj17 said:
well whoever you got the script from (someone on your team) did then
Click to expand...
Click to collapse
I had vol wake in my hox using ICs, was old times, LTe wasn't exist i guess and for sure comes from old sense, but.. The port wad made by Maarten i guess, anyway, if it works say cheers... He is not saying it was his creation
SKYDRAGON, El M1
Related
I have gotten everything else working but I can't seem to get dsixda's kitchen to add busybox run parts (init.d) to my rom. it worked great under gingerbread but this feature doesn't work correctly. how should I procede?
I'm looking at the init.rc in the ramdisk and I see that it seems to be different that the way that past android versions used it. ugh. wish there was more documentation or help to be had.
contradude said:
I have gotten everything else working but I can't seem to get dsixda's kitchen to add busybox run parts (init.d) to my rom. it worked great under gingerbread but this feature doesn't work correctly. how should I procede?
I'm looking at the init.rc in the ramdisk and I see that it seems to be different that the way that past android versions used it. ugh. wish there was more documentation or help to be had.
Click to expand...
Click to collapse
Your need to have this in your init.rc
Code:
exec /system/bin/sysinit
Here is the sysinit script:
Code:
#!/system/bin/sh
export PATH=/sbin:/system/sbin:/system/bin:/system/xbin
/system/bin/logwrapper /system/xbin/run-parts /system/etc/init.d
Run parts will be part of the symlinks for busybox. Make sure you have a folder in /system/etc/init.d
as long as its setup correctly you should be good to go. Tho I have no idea how different it is for honeycomb. Tho knowing how this stuff works it shouldn't act any differently.
contradude said:
I have gotten everything else working but I can't seem to get dsixda's kitchen to add busybox run parts (init.d) to my rom. it worked great under gingerbread but this feature doesn't work correctly. how should I procede?
I'm looking at the init.rc in the ramdisk and I see that it seems to be different that the way that past android versions used it. ugh. wish there was more documentation or help to be had.
Click to expand...
Click to collapse
In the kitchen script file add_busybox_run_parts, what happens if you change the two occurrences of "class_start default" to "class_start core"? It tries to insert the sysinit call before this line, but Honeycomb doesn't have "class_start default".
dsixda said:
In the kitchen script file add_busybox_run_parts, what happens if you change the two occurrences of "class_start default" to "class_start core"? It tries to insert the sysinit call before this line, but Honeycomb doesn't have "class_start default".
Click to expand...
Click to collapse
Or that... lol
Sent from my SGH-I777 using xda premium
I've re-submitted version 0.183 of the kitchen with this fix. You can download it again and try it.
dsixda said:
I've re-submitted version 0.183 of the kitchen with this fix. You can download it again and try it.
Click to expand...
Click to collapse
I thought you retired? Lol jk
Sent from my SGH-I777 using xda premium
dsixda said:
I've re-submitted version 0.183 of the kitchen with this fix. You can download it again and try it.
Click to expand...
Click to collapse
Cheers Danial. All good.
Thank you so much, guys. Thanks for the honeycomb fix dsixda... Hope it didn't cause you any typing pain :/. I'll try the fix out either tonight or tomorrow night.
Sent from my PG41200 using XDA App
lithid-cm said:
I thought you retired? Lol jk
Sent from my SGH-I777 using xda premium
Click to expand...
Click to collapse
Hey I just want to leave ppl happy, without jeopardizing my condition BTW congrats on making Engadget! That's something I wished I'd accomplished.
dsixda said:
Hey I just want to leave ppl happy, without jeopardizing my condition BTW congrats on making Engadget! That's something I wished I'd accomplished.
Click to expand...
Click to collapse
Thanks!
Hell ya it was pretty neat.
dsixda said:
Hey I just want to leave ppl happy, without jeopardizing my condition BTW congrats on making Engadget! That's something I wished I'd accomplished.
Click to expand...
Click to collapse
Thanks to both you guys! I was laid off 4 months ago from a career as an industrial roofer, (20 yrs). Didn't know the first thing about Android let alone a command prompt.
I'm currently on a Rom based off ruu (4.54.651.1), that I built myself, (with dsixda's kitchen), and am running Lithid's freedom kernel.
Thanks to guys like both of you, and a few others, with your tools and guides, I've been inspired to expand my knowledge and learn something new. I'll be starting school this spring.
So just to let you know dsixda, you've done way more than just leaving some people happy. You unlocked a door to allow folks like myself to expand horizens.
And Lithid's how to's (and to the point character) are priceless.
./end rant
Time to slam some beers and go blow stuff up now... Happy new year!
Sent from my PC36100 using xda premium
dsixda said:
I've re-submitted version 0.183 of the kitchen with this fix. You can download it again and try it.
Click to expand...
Click to collapse
still not working with honeycomb
Fixed the issue with my 3.2.1 honeycomb build for the HTC EVO view 4g
Sent from my PG41200 using XDA App
contradude said:
Fixed the issue with my 3.2.1 honeycomb build for the HTC EVO view 4g
Sent from my PG41200 using XDA App
Click to expand...
Click to collapse
Is not working at 3.1 jetstream
Sent from my HTC PG09410 using Tapatalk
bmw-boy said:
Is not working at 3.1 jetstream
Sent from my HTC PG09410 using Tapatalk
Click to expand...
Click to collapse
Can you be more specific -- Were there any error messages in the kitchen when you added the option?
Paste your init.rc at pastebin.com and post the link here.
dsixda said:
Can you be more specific -- Were there any error messages in the kitchen when you added the option?
Paste your init.rc at pastebin.com and post the link here.
Click to expand...
Click to collapse
http://pastebin.com/fz2jfgGz
the kitchen doesn't give me error its doing to add it
but after finishing i didnt find in etc/init.d and run-parts in xbin
bmw-boy said:
http://pastebin.com/fz2jfgGz
the kitchen doesn't give me error its doing to add it
but after finishing i didnt find in etc/init.d and run-parts in xbin
Click to expand...
Click to collapse
So your pastebin has the "service sysinit", but is missing the "start sysinit" which should come before "class_start core".
I just copied and pasted your pastebin into an init.rc, ran the latest version 0.183 of the kitchen, ran busybox run-parts option, and noticed that it added the "start sysinit" successfully. No problems here.
So what is the problem then? Did you make sure you re-downloaded 0.183??
https://github.com/dsixda/Android-Kitchen/tags
dsixda said:
So your pastebin has the "service sysinit", but is missing the "start sysinit" which should come before "class_start core".
I just copied and pasted your pastebin into an init.rc, ran the latest version 0.183 of the kitchen, ran busybox run-parts option, and noticed that it added the "start sysinit" successfully. No problems here.
So what is the problem then? Did you make sure you re-downloaded 0.183??
https://github.com/dsixda/Android-Kitchen/tags
Click to expand...
Click to collapse
i will try to download and try it again
---------- Post added at 05:26 PM ---------- Previous post was at 05:01 PM ----------
Still Not working
I already download the last V but still not working
not found etc/init.d and run-parts in xbin
bmw-boy said:
i will try to download and try it again
---------- Post added at 05:26 PM ---------- Previous post was at 05:01 PM ----------
Still Not working
I already download the last V but still not working
not found etc/init.d and run-parts in xbin
Click to expand...
Click to collapse
What do you mean "Not found etc/init.d and run-parts in xbin"?? Do you know what you are doing?
The option in the kitchen adds the lines to your init.rc. You are only responsible for having a /system/etc/init.d folder containing your startup scripts.
dsixda said:
What do you mean "Not found etc/init.d and run-parts in xbin"?? Do you know what you are doing?
The option in the kitchen adds the lines to your init.rc. You are only responsible for having a /system/etc/init.d folder containing your startup scripts.
Click to expand...
Click to collapse
you are correct
i found the problem
since i don't know the block number partition for boot.img and when i flash my Rom it doesn't flash the boot.img
that's why the init.d not working
but when i flash the boot.img via adb its come to the life
so can you help me how i can get the block number partition for boot.img
Hi,
since I don't really like the Glass lockscreen on YP-G1,I wanna change it to AOSP style.
However,UOT kitchen can't make it though I've tried many times uploading files
So,I searched for way to mod these files manually in forum.Like:
http://forum.xda-developers.com/showthread.php?t=969354
Stuck ROM's is fully odexed,so I got android.policy.jar and android.policy.odex.After decompiling android.policy.odex(340KB),editing codes,recompiling,I got a dex file(296KB).It was smaller than before,making me confused...
Then I renamed it to 'classes.dex' putting into android.policy.jar,and made a CWM zip and flashed it as usual.
Reboot,ah,just got a bootloop
Anyone could give me a hand?This stuff almost made me mad...
If AOSP lockscreen's codes were not exist in firmware,then what I've done was just in vain...
But Klin has succeed in changing lock style via UOT.So there should be sth wrong in editing these codes for me.
Keep working on it.
fromnowon said:
If AOSP lockscreen's codes were not exist in firmware,then what I've done was just in vain...
But Klin has succeed in changing lock style via UOT.So there should be sth wrong in editing these codes for me.
Keep working on it.
Click to expand...
Click to collapse
You have to change a method in android.policy.jar. I think it was in class lockpatternkeyguardview.
Sent using Tapatalk
klin1344 said:
You have to change a method in android.policy.jar. I think it was in class lockpatternkeyguardview.
Sent using Tapatalk
Click to expand...
Click to collapse
Hi,Klin.
Could you please send me your android.policy.jar and android.policy.odex?I downloaded your custom ROM R5,but couldn't be unpacked by UltraISO,even failed to mount the rfs file in Linux
Thax!
Ok, I'll give it to you when I get home this afternoon. But my rom is deodexed, so it doesn't have android.policy.jar.odex.
And also, the reason you can't mount the factoryfs.rfs is because it is an extremely image in an Odin flashable format. If you want it sooner, you could download r4 and mount it and take the file you need.
Sent using Tapatalk
klin1344 said:
Ok, I'll give it to you when I get home this afternoon. But my rom is deodexed, so it doesn't have android.policy.jar.odex.
And also, the reason you can't mount the factoryfs.rfs is because it is an extremely image in an Odin flashable format. If you want it sooner, you could download r4 and mount it and take the file you need.
Sent using Tapatalk
Click to expand...
Click to collapse
Thank you~
Starting to learn Android,I'm interested in everything about it.
Sorry for the delay, but here ya go.
There is no odex version because it is already deodexed.
So, would using a deodexed android.policy.jar on a stock odexed rom not work?
Sent using Tapatalk
iJimaniac said:
So, would using a deodexed android.policy.jar on a stock odexed rom not work?
Sent using Tapatalk
Click to expand...
Click to collapse
Probably not. But you could try it if you want, and if it boot loops just adb push the original one to your phone. But if your rom is a different framework other than 2.3.6 than this definitely won't work.
Sent using Tapatalk
klin1344 said:
Sorry for the delay, but here ya go.
There is no odex version because it is already deodexed.
Click to expand...
Click to collapse
Thx.
In fact I got lots of bootloop while testing such things,haha
I would investigate this file and hope to find sth.
Thx again!
Hello. This feature was one of the most wanted features from GB. I found this on another phone's forum. (I don't remember now.)
Decompile your android.policy.jar and open com\android\internal\policy\impl\LockPatternKeyguardView.smali file.
Then find this:
Code:
iput-boolean v2, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mShowLockBeforeUnlock:Z
And change with that:
Code:
iput-boolean v3, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mShowLockBeforeUnlock:Z
Compile, put old signature back, move to system/framework and ta-da, done!
Work's fine !
I love you ! <3 :highfive:
Awesome! Thanks!!
Enviado desde mi ST25a usando Tapatalk 2
Would definitely love it but don't know how to compile and decompile ?
Sent from my LT22i using xda premium
ilgreco112 said:
Would definitely love it but don't know how to compile and decompile ?
Sent from my LT22i using xda premium
Click to expand...
Click to collapse
No problem, just head over to this thread, and download the zip from the url given in the starting of the first post. Videos are also on that thread.
Hope that helps
Re: Xperia U only
So i made this file Android.policy.jar-decompiled and recompiled as he said.
It works perfectly on my mate's XU and should do on all XUs ONLY!
just copy to system/framework and set right permissions-reboot and its done!
:good:
Credits: erorcun
AW: [How-To] Using PIN/Pattern + Lockscreen at the same time
gopiraj_m said:
So i made this file Android.policy.jar-decompiled and recompiled as he said.
It works perfectly on my mate's XU and should do on all XUs ONLY!
just copy to system/framework and set right permissions-reboot and its done!
:good:
Credits: erorcun
Click to expand...
Click to collapse
Can somebody do this for XSola too?
lol98lol98 said:
Can somebody do this for XSola too?
Click to expand...
Click to collapse
can u upload the jar file please(from Sola), I need to do a little smali editing.
just give me the file and I'll mod it and upload.
:good:
For XP
Got it right! for XP here is my modded android.policy.jar (or edited smali).
move to system/framework and then set right permission.
*BTW android.policy.jar is from Fidelity ZX 9.0. not sure if it will work with other ROMS.
*For FZX v11
Made for xSola. Just copy and paste to system/framework.
This one for Sola.
set right permissions, replace and reboot!
:good:
AW: [How-To] Using PIN/Pattern + Lockscreen at the same time
zenchikage said:
Made for xSola. Just copy and paste to system/framework.
Click to expand...
Click to collapse
Thank you very much!
jioleight said:
Got it right! for XP here is my modded android.policy.jar (or edited smali).
move to system/framework and then set right permission.
Click to expand...
Click to collapse
Can i get some screenshots...???
chethan1724 said:
Can i get some screenshots...???
Click to expand...
Click to collapse
How will screen shots help? There's first a screen with the xperia stock lock screen (NXT one) then there's either of the security locks. They are two different screens you already have seen.
gopiraj_m said:
So i made this file Android.policy.jar-decompiled and recompiled as he said.
It works perfectly on my mate's XU and should do on all XUs ONLY!
just copy to system/framework and set right permissions-reboot and its done!
:good:
Credits: erorcun
Click to expand...
Click to collapse
Wich fw he uses ? B1.10 or 1.54
Etc
Btw @ errorcun
Inside the framework.jar ive found slidingtabmethod and waveview and multiwavevie method
Multiwaveview= ics lockscreen
Waveview = honeycomb lockscreen and
Slidingtabmethod = gingerbread lockscreen
To enable on of them
Delete or bakup uxntpxrlockscreen.apk
And then in framework-res.apk
Change com.android.internal.widget.multiwaveview.multiwavieview
To com.android.internal.widget.slidingtabmethod
Etc same with waveview
Them we bave the other lockscreen enabled
But can we make something like a toggle to switch between them ?
Sent from my ST25i using xda app-developers app
SpaceCaker said:
Wich fw he uses ? B1.10 or 1.54
Etc
Btw @ errorcun
Inside the framework.jar ive found slidingtabmethod and waveview and multiwavevie method
Multiwaveview= ics lockscreen
Waveview = honeycomb lockscreen and
Slidingtabmethod = gingerbread lockscreen
To enable on of them
Delete or bakup uxntpxrlockscreen.apk
And then in framework-res.apk
Change com.android.internal.widget.multiwaveview.multiwavieview
To com.android.internal.widget.slidingtabmethod
Etc same with waveview
Them we bave the other lockscreen enabled
But can we make something like a toggle to switch between them ?
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
Oh! Thanks for for info though.
I'll check once I'm back from work and report.
Sent from my LT26i using xda premium
Hi guys,
Could we do the opposite in GB? Only the password and not the other one?
Thanks,
@Ultracity
I don't know.
@SpaceCaker
It's possible but it will take time :\ sorry. Why do you want to use them?
erorcun said:
@Ultracity
I don't know.
@SpaceCaker
It's possible but it will take time :\ sorry. Why do you want to use them?
Click to expand...
Click to collapse
Because its nice
Because on old GB lockscreen we have the sound slider
On Waveview we can drag and unlock everywhere and well Multiwaveview is dtock ics
Also found guide to addd htc bb10 acer locksvreens etc
( not from source ) they are built and used for samsung s3
And i tried the BB lock bbut it needs resizing in the smali so i am busy with that
help
can some one made flash file this file
Hi.
If someone could help me with getting the following mod to work on my stock xxdmc3 rom I would be very much greatful:
http://forum.xda-developers.com/showthread.php?t=2125196
I tried it exactly as said in this thread but I'm stuck on boot screen. Which changes do we need to get it to work on our devices?
I really like the actuall idea of adding options to the power menu as this mod produces instead of the sub-menu that all other mods or xposed modules creates.
I hope I can get some guidance here,
pemell
pemell said:
Hi.
If someone could help me with getting the following mod to work on my stock xxdmc3 rom I would be very much greatful:
http://forum.xda-developers.com/showthread.php?t=2125196
I tried it exactly as said in this thread but I'm stuck on boot screen. Which changes do we need to get it to work on our devices?
I really like the actuall idea of adding options to the power menu as this mod produces instead of the sub-menu that all other mods or xposed modules creates.
I hope I can get some guidance here,
pemell
Click to expand...
Click to collapse
delete
kyawthettun said:
you can find in this link post no.7 . Hope this help
http://forum.xda-developers.com/showthread.php?t=2228921
Click to expand...
Click to collapse
@kyawthettun You're pointing to a mod that don't work, but I guess you didn't know that. Would be nice if you edit your post and removed the tips
So, I'm still looking for guidance here.
Your ROm is odexed or Deodexed?
dr.ketan said:
Your ROm is odexed or Deodexed?
Click to expand...
Click to collapse
@dr.ketan it's odexed, but I use this tool to deodex android.policy.jar before modding:
http://forum.xda-developers.com/showthread.php?t=2213235
Ok it won't work if you trying deodexed android.policy modded jar. on odexed ROM
Try on deodexed ROM.
dr.ketan said:
Ok it won't work if you trying deodexed android.policy modded jar. on odexed ROM
Try on deodexed ROM.
Click to expand...
Click to collapse
@dr.ketan what your saying is that I can't pull android.policy.jar from the phone, deodex, mod and then push back? Just so I get you right.
I did that with SystemUI with no problems.
Yes i am saying this
You can pull android.policy, you can deodex, you can mod BUT that moded deodexed won't work on odex ROM, SYstemUI is different.
dr.ketan said:
Yes i am saying this
You can pull android.policy, you can deodex, you can mod BUT that moded deodexed won't work on odex ROM, SYstemUI is different.
Click to expand...
Click to collapse
Ok thanks for the info and the responses.
Do you know how to mod the power menu, to add recovery and screenshot, on my odexed rom?
First make sure your modded Android. Policy is properly modded. You can check it on deodexed rom.
Sent from my GT-N7100 using xda premium
dr.ketan said:
First make sure your modded Android. Policy is properly modded. You can check it on deodexed rom.
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
@dr.ketan When you say the modded and deodexed android.policy.jar won't work on my odexed rom, if I use this:http://forum.xda-developers.com/showthread.php?t=1879128 and odex it back after modding and before pushing, could it work then?
Then it should work.
Sent from my GT-N7100 using xda premium
dr.ketan said:
Then it should work.
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
that's the thing, with the mod I mention in op it doesn't. Stuck on samsung logo. It drives me crazy as I am very careful with the codes.
I always looked up to you and your mods, I remember you made some goodness back on the N7000 time.
Maybe, just maybe, if I send my deodexed android.policy.jar and framework-res.apk to you, you can help me out getting it to work?
I need to have same rom, and i am on holiday and never keep such tools on my laptop. So sorry I can't do anything right now regarding any modding.
I guessed you were trying on odexed as you said got bootloop.
Sent from my GT-N7100 using xda premium
dr.ketan said:
I need to have same rom, and i am on holiday and never keep such tools on my laptop. So sorry I can't do anything right now regarding any modding.
I guessed you were trying on odexed as you said got bootloop.
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
Ok, I'll give it a little more time and see if I can fix it.
Thanks anyway, and enjoy your holiday
Hey guys wassup
I hv been reading a lot of complaints among xsp users about stock led not working in stamina mod. So just messed up with the superstamina.apk and i got LED working. But this i just by mere luck
Many people have tried the illumination bar Works for some but did nt for me
Download
========
http://www.mediafire.com/?k1o98f9ap9nig9a
How to instal my mod
==================
1.go to power management and disable all the battery saving modes as wel as battery percent
2.backup your original superstamina.apk
3.go to settings/all apps and clear data of eco mode cntroller or extended standby mod controller
4.take my mod copy it in system/app with permissions rw-r-r
5.reboot
6.clear data of that app again and turn the stamina mod on
Enjoy
Press the thanks button if u like it
PS-i have used the superstamina.apk from existenz 1.3.7 not sure if it will work with other roms
Plz try and report
And have a nandroid before trying on other roms
its work for me in existen 1.3.7 Rom :laugh:
how edit super stamina ?which file in decompiled folder ?
thanks ...
bahmanup said:
its work for me in existen 1.3.7 Rom :laugh:
how edit super stamina ?which file in compiled folder ?
thanks ...
Click to expand...
Click to collapse
Didnt get u
Oh u mean to say decompiled folder?
I edited this file
smali/com/sonymobile/superstamina/xssm/Xssm.smali
thanks bro just it ...
bahmanup said:
how edit superstamina.apk?
Click to expand...
Click to collapse
I decompiled it using apktool and then edited
Sir, your work is amazing...Stamina mode on my phone is working now perfectly, glad you're here to save the day
May you point out, why the original Stamina Mod was not letting the LED notifs work
Mystogan said:
May you point out, why the original Stamina Mod was not letting the LED notifs work
Click to expand...
Click to collapse
I browsed xssm.smali
And found a method in which it was given that led lights disable-true(something like that dont remember) and i then just deleted the line
Haha.
To get this working tried many editings but finally after many compiling errors got it
Phew
I see, and that compiling with Apktool hasn't affected Stamina's effectivity
Mystogan said:
I see, and that compiling with Apktool hasn't affected Stamina's effectivity
Click to expand...
Click to collapse
Yeah thats what i am glad about
A novice question: How do I change permissions in ES File Explorer?
I receive a "Sorry, operation failed" message whenever I try to modify the .apk file.
Of course, I cannot edit/delete the original SuperStamina.apk in system/app from the very beginning.
Not sure if this is the result of a locked bootloader?
I am on the eXistenZ Ultra 1.3.7 ROM.
Thanks.
kandywrks said:
A novice question: How do I change permissions in ES File Explorer?
I receive a "Sorry, operation failed" message whenever I try to modify the .apk file.
Of course, I cannot edit/delete the original SuperStamina.apk in system/app from the very beginning.
Not sure if this is the result of a locked bootloader?
I am on the eXistenZ Ultra 1.3.7 ROM.
Thanks.
Click to expand...
Click to collapse
I think better u use Root Explorer instead of ES File Explorer... Only for Modifying System Apps
Doesn't work on Stock Rom
Sent from my C5303 using xda app-developers app
Androidica1 said:
Doesn't work on Stock Rom
Sent from my C5303 using xda app-developers app
Click to expand...
Click to collapse
I will make for stock rom tonight
Rajeev said:
I think better u use Root Explorer instead of ES File Explorer... Only for Modifying System Apps
Click to expand...
Click to collapse
Seems to have done the trick!
Thanks to Rajeev for the tip and dipesh for the mod.
kandywrks said:
Seems to have done the trick!
Thanks to Rajeev for the tip and dipesh for the mod.
Click to expand...
Click to collapse
Thats cool my friend... Enjoy then
Androidica1 said:
Doesn't work on Stock Rom
Sent from my C5303 using xda app-developers app
Click to expand...
Click to collapse
Will make for stock tonight
Sent from my C5303 using xda app-developers app
Androidica1 said:
Doesn't work on Stock Rom
Sent from my C5303 using xda app-developers app
Click to expand...
Click to collapse
Check your pm bro
Sent from my C5303 using xda app-developers app
kandywrks said:
A novice question: How do I change permissions in ES File Explorer?
I receive a "Sorry, operation failed" message whenever I try to modify the .apk file.
Of course, I cannot edit/delete the original SuperStamina.apk in system/app from the very beginning.
Not sure if this is the result of a locked bootloader?
I am on the eXistenZ Ultra 1.3.7 ROM.
Thanks.
Click to expand...
Click to collapse
At first you have to mount system partition as Read/Write (R/W) mode, while its by default Read Only (R/O).
I dont know if you can make that in ES File Explorer. When not, use Root Explorer.
Btw. Great Work. Works perfect on eXistenZ Ultra ROM
I dont know exactly if thats also "fault" of new Superstamina app, but I have seen that (i had this setting always on but didnt see any diffrence) automatic screen backlight WORK for me now.
I'll like to comment that the mod doesn't seem to be working. The LED does indeed light up when stamina mode is selected but the estimated standby time seems to be incorrect (it showed ~4 days standby time after initial use of the mod but today only 23 hours, both instances on 100% battery).