[Q] Advance power menu mod Q - HTC Wildfire S

Hi all
I've added this mod to my own stock but cooked latest euro release and very happy with it however whenever I restart the phone using it I get the ! HTC logo in the notifications bar saying the phone has recovered from an abnormal shut down.
Q - is there any fix to this at all??
Many thanks
BT

brokentechie said:
Hi all
I've added this mod to my own stock but cooked latest euro release and very happy with it however whenever I restart the phone using it I get the ! HTC logo in the notifications bar saying the phone has recovered from an abnormal shut down.
Q - is there any fix to this at all??
Many thanks
BT
Click to expand...
Click to collapse
try contacting developer, and sending him your logcat ... maybe he could help you ..

Ok thanks for that - sorry for the noob Q but how do I obtain a logcat for the reboot/restart sequence?
Cheers
BT

Have you used the file of mindhaxer?
Your rom needs to be deodexed.
Logcat via android sdk.
Hope this helps.
Sent from my HTC Wildfire S using XDA App

Henry_01 said:
Have you used the file of mindhaxer?
Your rom needs to be deodexed.
Logcat via android sdk.
Hope this helps.
Sent from my HTC Wildfire S using XDA App
Click to expand...
Click to collapse
Yes it is from mindhaxer, and yes my ROM is fully deodexed in dsixda's kitchen.
Thanks for the logcat info
BT

Its normal. its just false positive. like a fake virus detected by by an av.

m1ndh4x8r said:
Its normal. its just false positive. like a fake virus detected by by an av.
Click to expand...
Click to collapse
Ok thanks mate.
Do you have a problem with me using this in future ROMs if I credit your work accordingly?
BT

Related

[S] Reboot Mod?

Hi!
I heard its possible with some rom to choose "reboot" when long pressing the off button?! (defrost or opendesire)
Now I was wondering if this mod is available for devices running other roms. I really miss this feature, since I use the original HTC Rom (with root) for the moment.
Could someone please tell me where to find this mod?
Cheers
Korbi
I believe with HTC's griphold on their phones, it may not be possible at the moment.
I don't see why someone cannot add this feature, although it will be alot of work compared to the non-sense android Roms, which are more easier to modify.
Personally, I don't see a use for it, as i have a reboot to recovery in RomManager, or I could just press the Power button again =/
http://www.getandroidstuff.com/2010/08/fast-reboot-pro-for-android-download.html
Thanks for the answers.
@Danifamous:
I dindt quite get, why it shouldnt be possible? Open Desire or Defrost are HTC based ROms, too...
@cyron_at:
thanks, but I think this tool only enables reboot via widget, doesnt it? Since the space in my homescreen is very limited, its not really an option for me...
I am still hoping to find a solution, so please keep on posting =)
LeeDrOiD 2.0+ has a reboot option
Sent from my HTC Desire using XDA App
LeeDroid said:
LeeDrOiD 2.0+ has a reboot option
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
Thanks for the hint!!!
Is there any way I could use this mod without installing Your rom??? I am quite happy with my current setup, but would like to have this option. Could You perhaps provide a mod, which does this?
LeeDroid said:
LeeDrOiD 2.0+ has a reboot option
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
Please, can you explain howto do this mod?

[Q] increase max number of windows in browser on rooted phone?

My Desire limits max number of browser windows to 4, and does so on every ROM I've tried. I'm rooted - is there any hack I can apply to increase this? I know Dolphin HD and other browsers don't have this problem but I kind of like the HTC browser apart from this issue.
Anyone found a fix?
landwomble said:
Anyone found a fix?
Click to expand...
Click to collapse
it's hardcoded in the browser (com.android.browser.TabControl.canCreateNewTab())
shouldn't be a big deal to increase it
which rom are you currently using?
Moved to Q&A.
On hero, it was limited to 4 tabs in sense, but on CM6 base, I have roughly 8 open in the background all the time. I reckon you could hack the above value, not sure how well the sense browser would perform...
snq- said:
it's hardcoded in the browser (com.android.browser.TabControl.canCreateNewTab())
shouldn't be a big deal to increase it
which rom are you currently using?
Click to expand...
Click to collapse
AuraxTSense 7.6.1
how would you edit this? hex editor?
Can I bump this? Wanna know this as well. Is it only for rooted device?
lyk13 said:
Can I bump this? Wanna know this as well. Is it only for rooted device?
Click to expand...
Click to collapse
Yes it would be for a root device only.
Thank you, guess I have to endure then. =/
lyk13 said:
Thank you, guess I have to endure then. =/
Click to expand...
Click to collapse
S'ok, no-one seems to have worked out how to do it on rooted devices either...!
8 tabs like on AOSP ROMs would be excellent. 4 tabs limit is with Sense ROMs and it is too few for my usage too.
-----------------------------------
- HTC Desire via XDA App -
th3 said:
8 tabs like on AOSP ROMs would be excellent. 4 tabs limit is with Sense ROMs and it is too few for my usage too.
-----------------------------------
- HTC Desire via XDA App -
Click to expand...
Click to collapse
Please find here the result of my homework given by The GREAT MASTER snq- !!!
Base on the Browser.apk you have in AuraxTSense 7.6.1, this one will allow you to go up to 15 tabs !
(It's now hard coded at 32, but after 15 I got an Out of memory... should be enough anyway)
For that first time, it is zip-aligned, but not signed.
So I will assume that you know what do with (push with adb, in recovery if you don't have S-OFF).
As soon as I learn to make a flashable zip, I will update it.
Enjoy !!
Or just feel free to insult me if it doesn't work flawlessly for you...
Edit: backup your bookmarks, just in case...
Edit2 : finally no prob with bookmarks
EDIT 3 : updated .apk (back to original png for back and forward)
... Testing.
That works perfect on HTC 2.2 with root! Over 12 tabs now opening fine in the browser. I just removed the odex file and everything worked. It requires 300-400KB ish more than the stock browser. Thank you guys
-----------------------------------
- HTC Desire via XDA App -
th3 said:
... Testing.
That works perfect on HTC 2.2 with root! Over 12 tabs now opening fine in the browser. I just removed the odex file and everything worked. It requires 300-400KB ish more than the stock browser. Thank you guys
-----------------------------------
- HTC Desire via XDA App -
Click to expand...
Click to collapse
Glad if you like
Those supplementary kB come from the png i used for back and forward keys (to be sure I was testing the right version ).
Smali modifications were not so heavy ;-)
I can post one with no png mods if it's annoying for you
Sent from my LEEDROID Desire with S-OFF...
TomLeeDesire said:
Glad if you like
Those supplementary kB come from the png i used for back and forward keys (to be sure I was testing the right version ).
Smali modifications were not so heavy ;-)
I can post one with no png mods if it's annoying for you
Sent from my LEEDROID Desire with S-OFF...
Click to expand...
Click to collapse
yay thank you
th3 said:
... Testing.
That works perfect on HTC 2.2 with root! Over 12 tabs now opening fine in the browser. I just removed the odex file and everything worked. It requires 300-400KB ish more than the stock browser. Thank you guys
-----------------------------------
- HTC Desire via XDA App -
Click to expand...
Click to collapse
TomLeeDesire said:
Glad if you like
Those supplementary kB come from the png i used for back and forward keys (to be sure I was testing the right version ).
Smali modifications were not so heavy ;-)
I can post one with no png mods if it's annoying for you
Sent from my LEEDROID Desire with S-OFF...
Click to expand...
Click to collapse
Well, sorry , i've been reading that too fast
didn't get 'just removed the odex file' and didn't get the 'ish'...
...was also stupid answer, as those png mods were not 300-400kB at all
now I need to go and learn more to answer
Beaverman20 said:
yay thank you
Click to expand...
Click to collapse
.apk in the post get updated
damn... on auratx sense for me, i pushed it to data/app that crashed the phone, and got me in a bootloop :/ i am s-offed, so i did it booted up, may that was not such a hot idea afterall could you give some better directions?
TomLeeDesire said:
didn't get 'just removed the odex file' and didn't get the 'ish'...
...was also stupid answer, as those png mods were not 300-400kB at all
Click to expand...
Click to collapse
The stock Browser.apk was 788KB and the one you attached that I installed was 1095KB. I don't mind
The browser would just crash at the start until I removed Browser.odex. Ever since, it works perfectly.
-----------------------------------
- HTC Desire via XDA App -
Beaverman20 said:
damn... on auratx sense for me, i pushed it to data/app that crashed the phone, and got me in a bootloop :/ i am s-offed, so i did it booted up, may that was not such a hot idea afterall could you give some better directions?
Click to expand...
Click to collapse
to /data/app ?
wasn't the original in /system/app ?
this what i use to install :
- mounting /system/app r/w with Root Explorer, and checking Browser.apk is there
- then following with adb :
Code:
adb push ATS_Browser_zipaligned.apk /system/app/Browser.apk
adb reboot
...
working fine on mine
th3 said:
The stock Browser.apk was 788KB and the one you attached that I installed was 1095KB. I don't mind
Click to expand...
Click to collapse
well in that case, that's not on my side
i start from the one i found in AuraxTSense_7.8.1_Official_OTA_2.2_FRF91.zip, as i took it as a user request
Browser.apk 1 133 173
ATS_Browser_zipaligned.apk 1 121 159
mine is even lighter
Can someone post a step by step dummys guide on how to install this, I have soff etc but don't know anything about adb any help would be much appreciated
Sent from my HTC Desire using XDA App

[Q] Disable HTC Screenshot (Solved)

does anybody know how to disable the screenshot function in Faux's kernel because when using sweep2wake to turn screen off swiping from right to left causes phone to take screenshots not all the time but sometimes & its starting to get very annoying
i have searched & tried all the suggestions through out XDA but have had no luck any help will be greatly appreciated thanks in advance
Phone - HOX International
Rom - CoreDroid 4.9
Kernel - Faux 011m
Doo Doo said:
does anybody know how to disable the screenshot function in Faux's kernel because when using sweep2wake to turn screen off swiping from right to left causes phone to take screenshots not all the time but sometimes & its starting to get very annoying
i have searched & tried all the suggestions through out XDA but have had no luck any help will be greatly appreciated thanks in advance
Phone - HOX International
Rom - CoreDroid 4.9
Kernel - Faux 011m
Click to expand...
Click to collapse
using a root file manger go to system\ and open the build.prop, search for something like #HTC screenshot feature, it should be set to "true", you have to write "false" and save the file. that's done
matt95 said:
using a root file manger go to system\ and open the build.prop, search for something like #HTC screenshot feature, it should be set to "true", you have to write "false" and save the file. that's done
Click to expand...
Click to collapse
did you see that i already tried every solution on XDA
tried that already that line ain't even in my build.prop so i added it & it still didn't work
Doo Doo said:
did you see that i already tried every solution on XDA
tried that already that line ain't even in my build.prop so i added it & it still didn't work
Click to expand...
Click to collapse
in that case i can't help you, ask in the kernel forum, the sweep2wake could have messed up that feature
matt95 said:
in that case i can't help you, ask in the kernel forum, the sweep2wake could have messed up that feature
Click to expand...
Click to collapse
I already asked there with no to minimal replys thats why I started my own thread about it
Thanks for trying to help anyways
Sent from my HTC One X using Tapatalk 2
Switch to viper x and you're done
MarcelHofs said:
Switch to viper x and you're done
Click to expand...
Click to collapse
Lol naw I would rather get the issue fixed
Sent from my HTC One X using Tapatalk 2
i think i have fixed the issue all i did was disable screenshot in titanium backup
funny thing is that i never new it was there in TB lol.....:laugh::laugh::laugh:
Doo Doo said:
i think i have fixed the issue all i did was disable screenshot in titanium backup
funny thing is that i never new it was there in TB lol.....:laugh::laugh::laugh:
Click to expand...
Click to collapse
how could that be in TB?
matt95 said:
how could that be in TB?
Click to expand...
Click to collapse
no clue bro
I had the same problem. Titanium Backup allows to uninstall Screenshot application that is included in firmware, and it solves the problem.

[19.08.13] -->> SENSE 5 <<----->> Volume Wake JB-> with deep sleep fix :)

[19.08.13] -->> SENSE 5 <<----->> Volume Wake JB-> with deep sleep fix :)
So after i upgrade to jb the first thing i miss was s2w kernel (hope we get the source fast and show-p can do some magic)
As a containment i wanted to get volume wake to work (as we know wake over power button is mmmmhhhhh) After some use of the greatest thing in xda...the search button...i get a how to volume wake
DOWNLOAD SENSE 5 Volume Wake
->important...my mod is based on apm mod from here...so you need to have this installed
http://forum.xda-developers.com/showpost.php?p=44734537&postcount=28
http://sourceforge.net/projects/ale...th_deep_sleep_fix_Alex-V_SENSE_5.zip/download
STORY TO THIS:
http://forum.xda-developers.com/showthread.php?t=1585309
was not for jb and i only have minimum skills in smali coding so i delete :
0x18 -> :sswitch
0x19 -> :sswitch
and the rest in the how to...after that volume wake works but not in deep sleep...
so i searched again and get this:
http://forum.xda-developers.com/showthread.php?t=2038726
flashed the init.d script and now volume wake also works in deep sleep
The version i uploaded here is from jotha´s Advanced Power Menu Mod (so you must have a rom with this in) and is also patched with lyapota´s kill app mod...
My thx to all those devs
If you cant get it to work...make your own android.policy.jar with the how to...
with kind regards...Alex
You my friend are just plain awesome You have made a lot of people happy
Awww Thanks Alex-V !!! Good Work !
Happy New Years Mate!
Thanks Alex, great job! Works perfectly.
Sent from my EndeavorU using xda app-developers app
hassan89 said:
You my friend are just plain awesome You have made a lot of people happy
Click to expand...
Click to collapse
Lextermina said:
Awww Thanks Alex-V !!! Good Work !
Happy New Years Mate!
Click to expand...
Click to collapse
TToivanen said:
Thanks Alex, great job! Works perfectly.
Sent from my EndeavorU using xda app-developers app
Click to expand...
Click to collapse
yeah
thx and TToivanen thx...that it works
with kind regards
Mate,
I can only find
0x18 -> :sswitch_6
0x19 -> :sswitch_6
Under method sWakeKeyWhenKeyguardShowing(IZ)Z is that the one?
Edit:
Yup that was one... Since Ordroid works different had to modify the Ordroid one
Just replace this file in Alex's Update script
View attachment android.policy.jar
It works like a charm on TrickDroid v2
Tnx Alex
Alex,
Thanks for the script link, this is one thing what forced me use custom kernel, when I prefer the stock one.
Alex,
I flashed your script but it's not work for me. I'm using ZeroInfinity's rom with stock kernel. Could u help me how to do it? Thank u
nice work alex.....
Vothana said:
Alex,
I flashed your script but it's not work for me. I'm using ZeroInfinity's rom with stock kernel. Could u help me how to do it? Thank u
Click to expand...
Click to collapse
its because the rom you say is odexed...you need to ask ZeroInfinity if he can do it... (anyway...i will also bring my rom back soon..and will be re-odexed )
with kind regards
Thank you very much !
Works perfect on Blade 4.0...Great !
lol it works fine here but it done something wierd to my phone the holding power button just restarts the fone quickly
faisaldante said:
lol it works fine here but it done something wierd to my phone the holding power button just restarts the fone quickly
Click to expand...
Click to collapse
+ 1
I lost the power menu and it's impossible to shut down the phone...
epiteto said:
+ 1
I lost the power menu and it's impossible to shut down the phone...
Click to expand...
Click to collapse
Did you apply the mod as it is or did you make your own zip file ? if its not working for you then you need to ask your rom chef to make the mod for you guys
faisaldante said:
lol it works fine here but it done something wierd to my phone the holding power button just restarts the fone quickly
Click to expand...
Click to collapse
epiteto said:
+ 1
I lost the power menu and it's impossible to shut down the phone...
Click to expand...
Click to collapse
than you must patch the android.policy.jar from the rom (it contains the apm) or ask the rom dev
Was waiting for you getting S2W working
Have to run ViperX RC4 today as it is and tomorrow will flash & try your Kernel
LG, Helmut
hd2neuling said:
Was waiting for you getting S2W working
Have to run ViperX RC4 today as it is and tomorrow will flash & try your Kernel
LG, Helmut
Click to expand...
Click to collapse
Hi!
Does this s2w kernel work for ViperX JB? just flash the .zip?
Thanks!
Guys here is no s2w kernel..this is just volume wake ..with fix
Sent from my HTC One X using XDA Premium App
Alex, awesome work! works on the brilliant rom: bugx 2.3!
Do you know how I can achieve the following: I'm running exchange policy (mandatory at my company). I've got an 'screen off and lock' button installed. When I use this screen off button, I always have to fill in my pin number, even when set on 30 minutes... I don't want to use the exchange disabler (which are found often in aroma installers), but would like to be able to use the phone as with gingerbread (just press the off button on your homescreen, activate the screen again with the volume down button (the last for wat your awesome mod does!)). The current screen off buttons/widgets all have a delay of some seconds... which is anoying... I can imagine that this is an app related thing, but if you know if there's a value which can be altered for the 'time out', that would be awesome!
Is there a way to achieve this, of your knowing?
cheers and many many thanks for this great mod (and for your awesome roms for desire )

[Q] ROM Toolbox Pro Issues

Hello Everyone,
I recently downloaded the "ROM Toolbox Pro" app onto my HTC One V. At first I wasnt sure of all the things you can modify your phone with, but after looking and playing around for a few hours I got the idea. I noticed that you can change your [3G] icon to different colors and so forth for other icons on your phone. When I reboot the phone after applying a new boot logo, and Icon it didnt work at all. My first thought was that maybe you cannot modify anything with the Stock ROM? If anyone can tell me any information about this, that would be wonderful!
Also if I need to switch my ROM to something else, can someone please send me a link to a good ROM for the HTC One V that doesnt have any issues, and the full setup on how to do it? That would be wonderful!
Thanks alot,
WizzyCreator
..
xxjoshzz said:
You need to have a deodeexes rom
Sent from my One V using xda app-developers app
Click to expand...
Click to collapse
Thank you for answering my question. Can you please reply with a link to where i can download this ROM and how to switch over to it?
Thanks,
WizzyCreator
..
xxjoshzz said:
There are multiple deodexed ROMs on the forum I don't want to link cuz I'm on my phone but cm10 and most custom ROMs aired deodexed and there are a few stock based ones too I think.
Sent from my One V using xda app-developers app
Click to expand...
Click to collapse
Sadly to say I am having trouble finding a CM10 that is compatitable with the HTC One V. Also I am looking for an easy step guide [Noob Proof].
When you get the chance please link
Thanks,
WizzyCreator
First it would be helpful to know if u primoc (us) or primou, that way u can be told were too look but here is a guide on lots of stuff,
How to flash a custom kernel and rom
http://forum.xda-developers.com/showthread.php?t=1996665
Link to primoc ROM provisions rolleyes:) 4.1.2
http://forum.xda-developers.com/showthread.php?t=2098618b
People say it is a daily user read the op
Here is codefirex primoc this is a full jb 4.2.2
http://forum.xda-developers.com/showthread.php?t=2152960
One major problem to some no camera since it's kernel is ion based. I like this room a little more to cm10.1
If u are primou I'll provide u links if u like as always read tutorials and the instructions in the developers ROMs introduction post of what ever ROM u choose. Some ROMs have a little different way of that rom being flashed in order for it to work. As always i am in no way at fault for any thing or way that u may totally f up ur phone during the process of flashing my ROM or any other ROM/kernel.
Good luck and welcome to xda
Sent from my One V using Xparent ICS Tapatalk 2
Boot Animation - Install
I've had problems with getting new fonts on my Samsung Player 5 (ROM: Chip1.5).
Worse, the Boot Animation and Randomizer won't let me change the boot animation any longer. It was working (especially when I had the standalone Boot Animation app). Not sure what happened?
Thanks.
coffee-turtle said:
I've had problems with getting new fonts on my Samsung Player 5 (ROM: Chip1.5).
Worse, the Boot Animation and Randomizer won't let me change the boot animation any longer. It was working (especially when I had the standalone Boot Animation app). Not sure what happened?
Thanks.
Click to expand...
Click to collapse
FYI this is a one v forum, ask in the player 5 forum so that people may be able to help with a particular ROM you're runnin
btw, Never use rom toolbox; it does more harm
Icon changer
I am new to xda developers and android. I recently downloaded rom tool box pro to my a116 running sam HD v3.2. whenever i tried to change my battery icons it says that icons missing and lists some 4 to five icons. after the first reboot if the battery level is above 90% there is no change in the battery icon but once it changes below 90% battery icons changes to what i selected in toolbox... why is it happening and how can i solve this... also i cant change my notification backgrounds... boot animations are working just fine with no issues.. somebody pls help...
Try Sphongle or omega
WizzyCreator said:
Sadly to say I am having trouble finding a CM10 that is compatitable with the HTC One V. Also I am looking for an easy step guide [Noob Proof].
When you get the chance please link
Thanks,
WizzyCreator
Click to expand...
Click to collapse
Try installing Sphongle ROM or Omega ROM. They are quite perfect for everyday use. I've been using sphongle from last 8-9 months. Rom toolbox works perfectly in it.
ThanigaiMadhavan said:
i cant change my notification backgrounds... boot animations are working just fine with no issues.. somebody pls help...
Click to expand...
Click to collapse
Same case with me I have deodexed my rom and still cannot change the notification background.
Do you know where the original notification bar background file is located?
s6 and rom toolbox pro
Can't get the galaxy s6 edge to custom reboot with rom tool box pro~
I was able to change the font~
So it does work~

Categories

Resources