a guide to create extended power menu, help - Galaxy Ace S5830 Q&A, Help & Troubleshooting

hey
can any one guide me to create extended power menu??
i know how to by decompiling and so on but
what are the device codes? and codes that i have to enter?
and can any one tell me how to push them to the phone?
thanks

eraser0 said:
hey
can any one guide me to create extended power menu??
i know how to by decompiling and so on but
what are the device codes? and codes that i have to enter?
and can any one tell me how to push them to the phone?
thanks
Click to expand...
Click to collapse
You should ask "can anyone tell me how to google"

side_effect said:
You should ask "can anyone tell me how to google"
Click to expand...
Click to collapse
i know the method but there is some codes for every device, if you know the codes of our ace i will be gladefull

eraser0 said:
i know the method but there is some codes for every device, if you know the codes of our ace i will be gladefull
Click to expand...
Click to collapse
No.They are the same from what i have seen.

Seriously,use google
http://forum.xda-developers.com/showthread.php?t=1169443

side_effect said:
Seriously,use google
http://forum.xda-developers.com/showthread.php?t=1169443
Click to expand...
Click to collapse
i have searched before i post
and this guide in your link have differrent device codes than other deviaces
like thishttp://forum.xda-developers.com/showthread.php?t=811532
so what are the
Code:
<public type="string" name="reboot" id="0x01040488" />
<public type="string" name="reboot_recovery" id="0x01040489" />
<public type="string" name="reboot_download" id="0x0104048a" />
Code:
<public type="drawable" name="ic_lock_reboot" id="0x010803d2" />
<public type="drawable" name="ic_lock_recovery" id="0x010803d3" />
<public type="drawable" name="ic_lock_download" id="0x010803d4" />
that shown up for our ace?
or i can just do exact the same and every thing will be fine?

eraser0 said:
i have searched before i post
and this guide in your link have differrent device codes than other deviaces
like thishttp://forum.xda-developers.com/showthread.php?t=811532
so what are the
Code:
<public type="string" name="reboot" id="0x01040488" />
<public type="string" name="reboot_recovery" id="0x01040489" />
<public type="string" name="reboot_download" id="0x0104048a" />
Code:
<public type="drawable" name="ic_lock_reboot" id="0x010803d2" />
<public type="drawable" name="ic_lock_recovery" id="0x010803d3" />
<public type="drawable" name="ic_lock_download" id="0x010803d4" />
that shown up for our ace?
or i can just do exact the same and every thing will be fine?
Click to expand...
Click to collapse
Replace them with APKTOOL_DUMMY.Use ids from those lines

Prawesome said:
Replace them with APKTOOL_DUMMY.Use ids from those lines
Click to expand...
Click to collapse
well thank you
okay now how can i push them? by cmd?

eraser0 said:
well thank you
okay now how can i push them? by cmd?
Click to expand...
Click to collapse
adb push.Could also use Qtadb

Take a Look At This
http://forum.xda-developers.com/showthread.php?p=26774359#post26774359

SnowPluralism said:
Take a Look At This
http://forum.xda-developers.com/showthread.php?p=26774359#post26774359
Click to expand...
Click to collapse
am not using ddq8
am using wks2

Related

How To: Setup up new cities in Weather for PointUI Home2

I have posted this on the community forum at PointUI.com, but I will repost here.
Picture
First, a quick note on the attached picture. The QVGA map is half the size of the VGA map, therefore the locations are off by 2 times. Just divide the X, Y coordinates by 2 to get the QVGA locations. To get a new location, use MS Paint in Windows (pic editor), mouse over where the city you want to add is and look in the lower right-hand corner for the X, Y coordinates.
XML File
Thank you to Montecristoff at PointUI for this first part:
A quick guide to add your own city on World or Today Applet:
> goto accuweather.com to find your city with its code
When you found your town on Accuweather website, the code is in your browser adress bar. You just have to check url to isolate it.
You could also use this to obtain the complete url : http://www.accuweather.com/rss-center.asp
> Copy the following file from your device to your PC:
Program Files\Home2\AppletRibbon\Today\Cities.xml (for Today applet)
Program Files\Home2\AppletRibbon\World\Cities.xml (for World applet)
Click to expand...
Click to collapse
On to my stuff.
I was able to add my city and others in the United States, but I followed the existing patterns in the XML file. The previous post entries on how to use the '0&amp' are partially correct.
Here is what I use:
<item>
<id>22602</id>
<text>Winchester, VA</text>
<x>85</x>
<y>44</y>
<url>http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0amp;locCode=22602</url>
<newsurl>http://news.google.com/news?ned=us&output=rss</newsurl>
<gmtOffsetMinutes>-300</gmtOffsetMinutes>
</item>
Click to expand...
Click to collapse
For the id, use the US Postal Zip Code for the city you want. Then use "http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0&locCode=*Your Zip Code*"
Just replace *YourZipCode* with your 5-digit zip code, and *Your X*/*Your Y* with your X, Y coordinates. See code below:
<item>
<id>*Your Zip Code*</id>
<text>Winchester, VA</text>
<x>*Your X*</x>
<y>*Your Y*</y>
<url>http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0amp;locCode=*YourZipCode*</url>
<newsurl>http://news.google.com/news?ned=us&output=rss</newsurl>
<gmtOffsetMinutes>-300</gmtOffsetMinutes>>
</item>
Click to expand...
Click to collapse
Note: I use a MortScript to update both XML files from one location. This may be helpful if you are playing around with this file a lot. I leave my "main" copy on my storage card and make all my edits there. When I am done with that, I shut down Home2.exe, run my script, and restart Home2.exe.
I`ve got a problem.
I want to add my city, but everytime i run home2 it crashes. This is the code i added to the cities.xml:
<item>
<id>EUR|PL|PL003|PABIANICE</id>
<text>Pabianice</text>
<x>359</x>
<y>58</y>
<url>http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0&locCode=EUR|PL|PL003|PABIANICE</url>
<newsurl>http://news.google.com.au/news?ned=uk&output=rss</newsurl>
<gmtOffsetMinutes>60</gmtOffsetMinutes>
</item>
Click to expand...
Click to collapse
What is wrong with it?
Thanks in advance for any help.
jankulus said:
I`ve got a problem.
I want to add my city, but everytime i run home2 it crashes. This is the code i added to the cities.xml:
What is wrong with it?
Thanks in advance for any help.
Click to expand...
Click to collapse
Here is your code:
<item>
<id>EUR|PL|PL003|PABIANICE</id>
<text>Pabianice</text>
<x>359</x>
<y>58</y>
<url>http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0&locCode=EUR|PL|PL003| PABIANICE</url>
<newsurl>http://news.google.com.au/news?ned=uk&output=rss</newsurl>
<gmtOffsetMinutes>60</gmtOffsetMinutes>
</item>
Click to expand...
Click to collapse
There are a few things wrong with your script though.
1) The ampersand (&) is incorrect scripting. Replace it with "amp;". Don't forget the semicolon --> ";"
2) There is a space added in your URL line for your location
Change your URL line to this:
<url>http://rss.accuweather.com/rss/liveweather_rss.asp?metric=
0&locCode=EUR|PL|PL003|PABIANICE</url>
Click to expand...
Click to collapse
Just put all of that code on one line in your xml.
Thanks! it works!!!
Hi, I'm having difficulty with city Bandung, Indonesia..
Could you help to create my code?
Thanks in advance

[Download][Fastboot Files] Gingerbread 2.3.6 Droid3 XT860 BELL CANADA

Gingerbread 2.3.6 Droid3 XT860 BELL CANADA
<< Download Fastboot Files >>
Source & password
XML file content:-
<?xml version="1.0" encoding="UTF-8"?>
<flashing>
<header>
<phone_model model="SOLANA" />
<software_version version="umts_solana_bell-user 2.3.6 5.5.1-112_SLU-47.6M 111109 release-keysMDM6600BPLA_U_03.3B.01P" />
<interfaces>
<interface name="AP" />
</interfaces>
</header>
<steps interface="AP">
<step operation="flash" partition="cdt.bin" filename="cdt.bin" MD5="bd91d4c8cf205aa01a604db8fb25fa7c" />
<step operation="reboot-bootloader" />
<step operation="erase" partition="userdata" />
<step operation="erase" partition="cache" />
<step operation="flash" partition="lbl" filename="lbl" MD5="dce0b2df663d47160f9f6c89a56f835c" />
<step operation="flash" partition="logo.bin" filename="logo.bin" MD5="06c07c2970460a4e656a3206859a3617" />
<step operation="flash" partition="ebr" filename="ebr" MD5="df5b0820beff127ec4727bce68fa9d99" />
<step operation="flash" partition="mbr" filename="mbr" MD5="ebb0ac6b4d305b87edd2209d7a63192d" />
<step operation="flash" partition="devtree" filename="device_tree.bin" MD5="789e30f7f02c6d4df6962b226a1cba74" />
<step operation="flash" partition="system" filename="system.img" MD5="56154fd4812245ffac4c58794236054c" />
<step operation="flash" partition="radio" filename="radio.img" MD5="aa3d9aa940300e7de9521d2c7d121b08" />
<step operation="flash" partition="boot" filename="boot.img" MD5="6b476ad3f4f059990ef07463ed4c77c1" />
<step operation="flash" partition="recovery" filename="recovery.img" MD5="e3fe74348d791a532e7964b78fdb4784" />
<step operation="flash" partition="cdrom" filename="cdrom" MD5="f6d0542561a2f57c6dc32a05b2550538" />
<step operation="flash" partition="preinstall" filename="preinstall.img" MD5="ae3a05ddb2f88624a36d4eff5b396e24" />
</steps>
</flashing>
Click to expand...
Click to collapse
Goddammevil said:
Hi,
Quite late to the party. But dire needs mean dire actions.
My dear old XT 860 has been stuck on a Boot Loop for quite some time now (2 years-ish I think). I've done the hard reset multiple time now, and I believe the only way is to try to install the stock ROM when originally purchased from Bell. But this is the only page I have found with the holy grail of link... And it no longer works. Do you guys know where I could find those files mentioned in the first message of this thread?
Thanks a lot
P.S. I've reached Bell, Motorola themselves, and no one could help out.
Click to expand...
Click to collapse
Try
http://web.archive.org/web/20130821064404/http://sbf.droid-developers.org/umts_solana/list.php
If you get a working copy, please reupload to
Mega, AFH, Google Drive or similar site, Wayback machine isn't meant to be a file hosting site.
This is totally awesome, you can easily do a quick search on this forum and see the number of users who have been looking for this...
At this point, I don't need it, but boy does this open up some new flashing capabilities!
Sent from my XT860 running ICS
Just installed it!
It's great! Many thx to those that made this happend. Heven the base band version is good! Thx again!
matdalb said:
It's great! Many thx to those that made this happend. Heven the base band version is good! Thx again!
Click to expand...
Click to collapse
Matdalb,
Have you flashed this already?
Sent from my XT860 running ICS
about time this made it out into the wild! Damn!
...where did this come from? 'Cause I don't want to use it if it was from anything dis-honest...
Seriously though, bloody well done!
danifunker said:
Matdalb,
Have you flashed this already?
Sent from my XT860 running ICS
Click to expand...
Click to collapse
Yes I did. I tested alot of stuff in the past so I said to myseft, why not again. I have nothing to loose. So, flashed it, worked the first time with no problem. And this time the base band is good. Version U_03.3B.01P. So it's verry nice to be fully on the original system again. So when I will sell the phone, I won't feel cheap!
Good work, been waiting for this to pop up for months! Now I can finally get off this Mexican version and back where I should be. Curious to see if it fixes any little bugs that have been bothering me.
Rick#2 said:
Good work, been waiting for this to pop up for months! Now I can finally get off this Mexican version and back where I should be. Curious to see if it fixes any little bugs that have been bothering me.
Click to expand...
Click to collapse
Hey Rick#2,
Is it possible to incorporate some of the stuff in this ROM with an updated version of the XT860 patch?
danifunker said:
Hey Rick#2,
Is it possible to incorporate some of the stuff in this ROM with an updated version of the XT860 patch?
Click to expand...
Click to collapse
If its the same libs etc as the uploaded bell 2.3.6 fota patch files then it will just cause the phone to fc. Maybe it will work with roms based on a 2.3.6 system, there werent any but bell stock when i tried.
Wow - finally!!! I have started to think this would never come! Time to get my hands dirty with the XT860!
Unfortunately I get a 404 on the download link I could really use this file about now!
ve6rah said:
Unfortunately I get a 404 on the download link I could really use this file about now!
Click to expand...
Click to collapse
http://sbf.droid-developers.org/umt...M-111109-release-keys-BellMobility-CA.xml.zip
Sent from my A100 using Tapatalk 2
thanks, I've downloaded it... but I can't seem to get it to DO anything... can't seem to install it as an update.zip, can't get RSD lite to load it...
Anyone have a step by step on how to load this on to the phone?
EDIT: seems that my version of RSDLite was too old to handle XML files. upgraded to the version from http://forum.xda-developers.com/showthread.php?t=1348587 and managed to flash the file.
Back on stock (actually... first time I've ever had stock on this used phone...)
Any chance of getting this stickied or added to the info at the top of the forum?
Links offline
Hi,
your links for the fastboot files on XT860 Bell Canada seems to be offline.
Can you fix this please?
Thank You!
Erik
Erik Cartman said:
Hi,
your links for the fastboot files on XT860 Bell Canada seems to be offline.
Can you fix this please?
Thank You!
Erik
Click to expand...
Click to collapse
Try this
sbf.droid-developers.org
Sent from my DROID3 using xda premium
Endoroid said:
Try this
Sent from my DROID3 using xda premium
Click to expand...
Click to collapse
wow thank you very much!
Hi,
Quite late to the party. But dire needs mean dire actions.
My dear old XT 860 has been stuck on a Boot Loop for quite some time now (2 years-ish I think). I've done the hard reset multiple time now, and I believe the only way is to try to install the stock ROM when originally purchased from Bell. But this is the only page I have found with the holy grail of link... And it no longer works. Do you guys know where I could find those files mentioned in the first message of this thread?
Thanks a lot
P.S. I've reached Bell, Motorola themselves, and no one could help out.

[Q]How to translate Android Games?

Anyone can teach me translating games from KOREA to ENGLISH??
Im using apktool, and i see many data inside the APK,
But.
1. I'm not find text Korean for translate
2. All of them using .smali files
3. Value folder
> String.xml [ Inside is Term Of Service ]
> Ids.xml
> public.xml
* In Drawable picture, im only found some picture about login *
bumenoo said:
Anyone can teach me translating games from KOREA to ENGLISH??
Im using apktool, and i see many data inside the APK,
But.
1. I'm not find text Korean for translate
2. All of them using .smali files
3. Value folder
> String.xml [ Inside is Term Of Service ]
> Ids.xml
> public.xml
* In Drawable picture, im only found some picture about login *
Click to expand...
Click to collapse
can you give a link of this game?
fotak-x said:
can you give a link of this game?
Click to expand...
Click to collapse
Sure. But, this game cannot find using PC. Only available in Phone [Little weird, but it's true]:laugh:
I'll upload it
fotak-x said:
can you give a link of this game?
Click to expand...
Click to collapse
Hey, I too need some translation help with this game (link below), the appearance looks great but am not able to figure out how to login. Thanks in advance.
https://play.google.com/store/apps/details?id=com.pip.android.mzx
bumenoo said:
Anyone can teach me translating games from KOREA to ENGLISH??
Im using apktool, and i see many data inside the APK,
But.
1. I'm not find text Korean for translate
2. All of them using .smali files
3. Value folder
> String.xml [ Inside is Term Of Service ]
> Ids.xml
> public.xml
* In Drawable picture, im only found some picture about login *
Click to expand...
Click to collapse
Edit Strings.xml, If there is korean lang convert them into English and paste. then compile and run.
Not sure, but try.

[Q] xposed Modules edit AndroidManifest.xml

Can Anyone help me make Module edit AndroidManifest.xml? please
android:supportsRtl="true"
To
android:supportsRtl="false"
In any application
Sorry for my bad english
uhoj said:
can anyone help me make module edit androidmanifest.xml? Please
android:supportsrtl="true"
to
android:supportsrtl="false"
in any application
sorry for my bad english
Click to expand...
Click to collapse
???
It's not possible to modify an XML file directly. Your best bet is analyzing the AOSP source code to find out how which part of the code takes care of reading this attribute and check for a good place to modify that part of the code.
rovo89 said:
It's not possible to modify an XML file directly. Your best bet is analyzing the AOSP source code to find out how which part of the code takes care of reading this attribute and check for a good place to modify that part of the code.
Click to expand...
Click to collapse
Thanks

WiFi Hotspot?

Hi all. Anyone using their phone as a WiFi Hotspot yet?
Link
manymarius73 said:
Hi all. Anyone using their phone as a WiFi Hotspot yet?
Click to expand...
Click to collapse
This has worked on htc desire 510 unlocked bootloader, rooted, with the kernel posted in the forums
http://globalapk.com/android-apps/9602-wifi-tether-router-v604.html
manymarius73 said:
Hi all. Anyone using their phone as a WiFi Hotspot yet?
Click to expand...
Click to collapse
Once I rooted and flashed Shinjitsu kernal ,complimates of shinru2004. then i edited my build.prop to unlock the phones native features. Works Great.
Im rooted and unlocked boot loader with new kernel. What settings do I have to use on the router app?
Sent from my 0PCV1 using XDA Free mobile app
That didn't work for me, just locked up. Using stock kernel though. Thanks, though.
aaron74 said:
Once I rooted and flashed Shinjitsu kernal ,complimates of shinru2004. then i edited my build.prop to unlock the phones native features. Works Great.
Click to expand...
Click to collapse
How did you unlock the native features in the build.prop. I'd like to learn that one.
Elithefly said:
How did you unlock the native features in the build.prop. I'd like to learn that one.
Click to expand...
Click to collapse
Sorry, it just unlocks the options in the settings screen. they dont work though. I jumped the gun on that one.
Once the shinjitsu (shinru2004) Rom goes live it will allow tethering. Should be live soon. Still being tested.
Sent from my HTC Desire 510 using XDA Free mobile app
Wifi
aaron74 said:
Sorry, it just unlocks the options in the settings screen. they dont work though. I jumped the gun on that one.
Click to expand...
Click to collapse
The WIFI Router app that you can download .apk will work. I have been using it with my 510 and haven't had any problems. The settings have to be tweeked a little but it's up and running now. I'm using it to send this from my laptop.
So, which app would that be? And what tweets?
Elithefly said:
How did you unlock the native features in the build.prop. I'd like to learn that one.
Click to expand...
Click to collapse
Ok I figured it out. Native Tethering working on stock rooted phone. Must have ROOT and a Kernal with S-on (I have Shinru2004 kernal at http://forum.xda-developers.com/showthread.php?t=2962932 )
It works.
!!!! EDIT at OWN RISK !!!!! DO NOT ATTEMPT, IF YOU DONT KNOW WHAT THIS MEANS!!!
1st: You have to edit /system/build.prop
change these lines: (if you can edit with an editor that shows line #'s they're lines 26,27,28)
ro.wifi.hotspotUI=0
ro.bt.tetheringUI=0
ro.usb.tetheringUI=0
to:
ro.wifi.hotspotUI=1
ro.bt.tetheringUI=1
ro.usb.tetheringUI=1
then save. Then edit /system/customize/ACC/default.xml
change these lines: (if you can edit with an editor that shows line #'s they're lines 191,194,867)
<item type="boolean" name="tethering_guard_support">true</item>
<item type="integer" name="tethering_support_ipv6">0</item>
<item type="integer" name="TetheringGuard_Rule">3</item>
to:
<item type="boolean" name="tethering_guard_support">false</item>
<item type="integer" name="tethering_support_ipv6">1</item>
<item type="integer" name="TetheringGuard_Rule">0</item>
then save, and Reboot phone. Goto Settings, More, Mobile Network
WiFi
manymarius73 said:
So, which app would that be? And what tweets?
Click to expand...
Click to collapse
http://globalapk.com/android-apps/9602-wifi-tether-router-v604.html
I set the interface to wlan0
and method to #3 HostApd
that's all I had to do for mine
That's awesome! It worked. I appreciate it!
Elithefly said:
The WIFI Router app that you can download .apk will work. I have been using it with my 510 and haven't had any problems. The settings have to be tweeked a little but it's up and running now. I'm using it to send this from my laptop.
Click to expand...
Click to collapse
What settings did you use? I tried it and the app just freezes when I click "Enable Hotspot".
JDubTrey said:
What settings did you use? I tried it and the app just freezes when I click "Enable Hotspot".
Click to expand...
Click to collapse
I set the interface to wlan0
and method to #3 HostApd
that's all I had to do for mine
Elithefly said:
I set the interface to wlan0
and method to #3 HostApd
that's all I had to do for mine
Click to expand...
Click to collapse
Nice! Thanks! That worked! I tethered iOS and android to it (so it must not be ad hoc).
No problem, glad to help.
aaron74 said:
Ok I figured it out. Native Tethering working on stock rooted phone. Must have ROOT and a Kernal with S-on (I have Shinru2004 kernal at http://forum.xda-developers.com/showthread.php?t=2962932 )
It works.
!!!! EDIT at OWN RISK !!!!! DO NOT ATTEMPT, IF YOU DONT KNOW WHAT THIS MEANS!!!
1st: You have to edit /system/build.prop
change these lines: (if you can edit with an editor that shows line #'s they're lines 26,27,28)
ro.wifi.hotspotUI=0
ro.bt.tetheringUI=0
ro.usb.tetheringUI=0
to:
ro.wifi.hotspotUI=1
ro.bt.tetheringUI=1
ro.usb.tetheringUI=1
then save. Then edit /system/customize/ACC/default.xml
change these lines: (if you can edit with an editor that shows line #'s they're lines 191,194,867)
<item type="boolean" name="tethering_guard_support">true</item>
<item type="integer" name="tethering_support_ipv6">0</item>
<item type="integer" name="TetheringGuard_Rule">3</item>
to:
<item type="boolean" name="tethering_guard_support">false</item>
<item type="integer" name="tethering_support_ipv6">1</item>
<item type="integer" name="TetheringGuard_Rule">0</item>
then save, and Reboot phone. Goto Settings, More, Mobile Network
Click to expand...
Click to collapse
Hey thanks for the info, but when I go to edit build.prop it say I can't edit because I'm in a read-only file system it says I have to remount it to a read write system idk something like that. Do you know what this means ? How do I get around this. Thanks
Are you rooted and have a kernal with write protection removed? And what file manager are you using
Silver5150 said:
Hey thanks for the info, but when I go to edit build.prop it say I can't edit because I'm in a read-only file system it says I have to remount it to a read write system idk something like that. Do you know what this means ? How do I get around this. Thanks
Click to expand...
Click to collapse
Are you rooted and have a kernal with write protection removed? And what file manager are you using

Categories

Resources