Related
Does anyone know if any weather plugin for titanium works on original WM6.5 ROM ?
thanks.
marek1 said:
Does anyone know if any weather plugin for titanium works on original WM6.5 ROM ?
thanks.
Click to expand...
Click to collapse
Yes, TitaniumWeather works on any Titanium.
kristofpetho said:
Yes, TitaniumWeather works on any Titanium.
Click to expand...
Click to collapse
Please can you send me link for the newest TitaniumWeather + procedure how to install it ?
Thanks.
marek1 said:
Please can you send me link for the newest TitaniumWeather + procedure how to install it ?
Thanks.
Click to expand...
Click to collapse
Using the search function is pretty easy, but here you go:
http://forum.xda-developers.com/showthread.php?t=481379
kristofpetho said:
Using the search function is pretty easy, but here you go:
http://forum.xda-developers.com/showthread.php?t=481379
Click to expand...
Click to collapse
I have some error : 'Http://handle.accuweather.com/widget/hadle/weather-data.asp?location=EZ003&metric=1 couldn't be opened
Line1 (\Program files\TitaniumWeather\Titaniumweather.mscr): link=ReadFile (http://handle.accuweather.com/widget/hadle/weather-data.asp?location=&location"&metric="&metric).
What to hell is this for error ? Is any Titanium Weather which works ?
I have the same problem. It seems we are all using an account call hadle and i think if is used to mach they block it. It would be easy to fix it if you could use your own account or use another one that still works example :
"//rdona.accu-weather.com/widget/rdona/weather-data.asp?location=SAM|AR|AR007|BUENOS%20AIRES&metric=0"
Unfortunately it seems as this address is hardcoded and can not be change either from the menu or the registry itself.
Hope this help and it can be fix on future release.
Ok I found where to change the address look for the file TitaniumWeather.mscr and change hadle for your own account like the one from my example rdona
this should made the trick.
Same here
the url = hadle.accu-weather.com/widget/hadle/weather-data.asp?location=SAM|PY|PA008|ASUNCION&metric
Doesn't work anymore. The change have to be on the source, beacuse is harcode, there is no settings changeable.
Anyone found another solution?
There is another way. I use Home Screen Customizer. The developer of this simple app has posted his work on here but the app itself is available free through Marketplace.
Basically you can remove items from your Titanium list using the app but it also allows you to add some items too. One of them is Weather, another is a handy apps bar.
Works great for me on 6.5.
Hope this helps!
Cauchy said:
Ok I found where to change the address look for the file TitaniumWeather.mscr and change hadle for your own account like the one from my example rdona
this should made the trick.
Click to expand...
Click to collapse
That did the trick for me also. Thank you for sharing!
Hi,
could you explain the "trick" for me
thank you!
hey jowi i hope you read this. i only just figured this one out.
1. open file explorer and find 'c:\program files\titaniumweather\titaniumweather.mscr'
2. open with a programme such as notepad.exe
3. FIND this line "link=ReadFile("h ttp://hadle.accu-weather.com/widget/hadle/weather..."
4. REPLACE 'hadle' with 'rdona' in 2 places. the line should then read "h ttp://rdona.accu-weather.com/widget/rdona/weather..."
5. SAVE.
6. Update from TitaniumWeather settings.
this fix basically changes to another registered username with accu-weather. perhaps hadle's account got closed.
God bless
james
Brut.all said:
It is a tool for reengineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.
It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms and other GOOD purposes. Just try to be fair with authors of an app, that you use and probably like.
Features:
decoding resources to nearly original form
smali debugging: SmaliDebugging
helping with some repetitive tasks
Click to expand...
Click to collapse
http://code.google.com/p/android-apktool/
Brut.all said:
http://code.google.com/p/android-apktool/
Click to expand...
Click to collapse
Oh this may well be excellent. I've got a 3rd-party Market app which desperately needs sensor orientation disabled (good ol' FC on rotate). Will check it out!
Brut.all said:
http://code.google.com/p/android-apktool/
Click to expand...
Click to collapse
heh! cool man ... will look into this one! TY
~enom~
this.. could.. be.. godly..
I don't have time to try this right now, but I'm PUMPED.
Ok, now I see, that it still doesn't work for many apps. But you can try your luck ;-)
I've just released 0.9.1 version with wider apps support.
Subscribed! Thanks Brut.All! Will play around with this one
Brut.all said:
http://code.google.com/p/android-apktool/
Click to expand...
Click to collapse
Vaooo!!! Megathanx!
Use it first and then thank. Still I don't have any confirmation from anyone that it works :-/
Brut.all said:
Use it first and then thank. Still I don't have any confirmation from anyone that it works :-/
Click to expand...
Click to collapse
working for me under ubuntu karmic, great work as ever Brut.all
Had the chance to set this up and make my edit. Absolutely painless. Great work. Thanks!
Android 1.5 can also work?
itanczos said:
Android 1.5 can also work?
Click to expand...
Click to collapse
Why not? It just builds apps, not run them, so it's a question like: "Do smali can also work with Android 1.5?" ;-)
That "Android SDK installed with 2.1 platform" requirement doesn't mean, that it will build apps for 2.1 . It will just use 2.1 resources, but these are (must be) backward compatible.
Brut.all said:
Why not? It just builds apps, not run them, so it's a question like: "Do smali can also work with Android 1.5?" ;-)
That "Android SDK installed with 2.1 platform" requirement doesn't mean, that it will build apps for 2.1 . It will just use 2.1 resources, but these are (must be) backward compatible.
Click to expand...
Click to collapse
Okay, I'll try!
Another question: The framwork-res.apk could not be decrypted. It will be possible later on?
itanczos said:
Another question: The framwork-res.apk could not be decrypted. It will be possible later on?
Click to expand...
Click to collapse
Maybe much later :-/
Even if we will be able to decode it and rebuild, we'll have FC after FC. The point is: framework resources must have constant resName<->resID mappings (eg. @android:string/day must be a 0x01040298), because they are referenced by all apps and unfortunately aapt doesn't give us control over resIDs mappings. I think framework-res.apk and other system files are built using some Google's private tools.
We need to create aapt-like tool, that will use custom resIDs mappings - it should be possible and maybe not so hard, but currently I have other things to do.
want a windows version >.<
lolmensch said:
want a windows version >.<
Click to expand...
Click to collapse
I must buy one ;-)
For now you need VirtualBox (free) + Ubuntu (free) + ~5GB of space (nearly free) and you will be able to use it
could this be used to modify this skype .apk to allow use on other carriers?
http://forum.xda-developers.com/showthread.php?t=585211&highlight=skype
ekeefe41 said:
could this be used to modify this skype .apk to allow use on other carriers?
http://forum.xda-developers.com/showthread.php?t=585211&highlight=skype
Click to expand...
Click to collapse
I don't know, what are these "iskoot", "3 network" and other things - I don't use Skype. But if you need to change something in XML files, then you definitely want to try out apktool
I flashed my desire with the new HTC ROM from this thread.
http://forum.xda-developers.com/showthread.php?t=741663
As usual with stock ROMs there are issues with the market.
Like in this example apps not showing up in the search.
I came up with a fix for this issue.
It takes you 5 minutes if you have the proper environment.
I edited the build.prop found in the ota22.zip and modified it to fit my needs.
The original build.prop
ro.product.name=htc_bravo
ro.product.device=bravo
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.build.product=bravo
ro.build.description=2.09.405.8 CL218634 release-keys
ro.build.description=2.09.405.8 CL218634 release-keys
ro.build.fingerprint=htc_wwe/htc_bravo/bravo/bravo:2.2/FRF91/218634:user/release-keys
Click to expand...
Click to collapse
My modifications:
ro.product.name=passion
ro.product.device=passion
ro.product.locale.language=en
ro.product.locale.region=US
ro.build.product=passion
ro.build.description=passion-user 2.2 FRF91 43546 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.2/FRF91/43546:user/release-keys
Click to expand...
Click to collapse
Here's how to fix this:
You'll have to know your way around with the dev tools and the command adb.
If you don't, use the forum search tool and teach yourself - then come back.
- use adb to pull off the 'build.prop' file from the /system/ directory on your htc desire
- edit the 'build.prop' as proposed by me
- do a 'adb reboot recovery'
- fire up ClockworkMod
- go into the partitions menu and mount /system
- use adb to push your modified build.prop into /system/ on your device
- back out of ClockworkMod and reboot
- enjoy the black market
I used the build.prop from Adam's HTC Sense 1.0c ROM to figure out which setting to use.
I'm to lazy to make a signed update.zip for that.
I know others will do it sooner or later
take care
EDIT:
Here's the update.zip I previously was too lazy to cook.
Google should fix this in a few days now HTC's Froyo's ID is public.
In the mean time, cool
Klutsh said:
Google should fix this in a few days now HTC's Froyo's ID is public.
In the mean time, cool
Click to expand...
Click to collapse
I hope it will will take them only a few days and not like it took them with eclair.
There is still no possibility to get 'Google Earth' from the market without modifying the build.prop.
Google Earth is listing as available for me.
Klutsh said:
Google Earth is listing as available for me.
Click to expand...
Click to collapse
on the eclair?
can you not use titanium backups market fix?
androidophile said:
on the eclair?
Click to expand...
Click to collapse
Ah, no sorry misread.
la0tzu said:
can you not use titanium backups market fix?
Click to expand...
Click to collapse
- the 'fix market links' function is available in the paid version only.
- this funktion fixes only broken links to the market apps
Flashable .zip anyone?
I'm not too fond of adb.
Sent from my HTC Desire using Tapatalk
markuz85 said:
Flashable .zip anyone?
I'm not too fond of adb.
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
I'm working on it...
markuz85 said:
Flashable .zip anyone?
I'm not too fond of adb.
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
Open the .zip under /system and extract the build.prop.
Now change the entrys as above an overwrite the original in the .zip.
Flash the .zip and you are good to go.
All the zipping and unzipping was done with windows, no other tools needed.
mfg
Josch
I've got the update.zip baked.
get it from my first post
@androidophile,
I've done what you suggested with the fix. How can I actually check if this is working?
duskom said:
@androidophile,
I've done what you suggested with the fix. How can I actually check if this is working?
Click to expand...
Click to collapse
I tested it with apps from a complain from an user in another post.
It was the applications 'Air Attack' and 'National Rail'.
Hi,
I'd just like to point out that it seems that Google has already activated the new Desire key, so this is not actually necessary.
I can see Google Earth and paid apps, so this fix is no longer required. (At least that's what I've found, confirmation from someone else would be nice!)
Edit: unless it's a different problem of course, then just disregard me
I flashed the zip and I still can't get certain apps for example ultimatejuice and doodle jump
Any ideas
Sent from my HTC Desire using XDA App
Here i baked it myself (the other link is down):
Its not signed!
Sherwood W said:
I flashed the zip and I still can't get certain apps for example ultimatejuice and doodle jump
Any ideas
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
I just checked these two apps and both show up in my market search.
I flashed my phone with the zip too.
could you do some troubleshooting for me?
use a file explorer and navigate to /system/ and check if the build.prop was modified, by opening the file as text.
you should see these changes:
ro.product.name=passion
ro.product.device=passion
ro.product.locale.language=en
ro.product.locale.region=US
ro.build.product=passion
ro.build.description=passion-user 2.2 FRF91 43546 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.2/FRF91/43546:user/release-keys
Click to expand...
Click to collapse
ComboCraft said:
Here i baked it myself (the other link is down):
Its not signed!
Click to expand...
Click to collapse
jep. I posted the wrong link.
the right one is in my first post.
your update.zip doesn't contain the neccessary script nor is it signed.
check out my patch on how it's build.
RagnaKaos said:
Hi,
I'd just like to point out that it seems that Google has already activated the new Desire key, so this is not actually necessary.
I can see Google Earth and paid apps, so this fix is no longer required. (At least that's what I've found, confirmation from someone else would be nice!)
Edit: unless it's a different problem of course, then just disregard me
Click to expand...
Click to collapse
I'd appreciate it if you could check if you can search for these two apps here:
ultimatejuice and doodle jump
TIA
In the name of Allah
hi there,
Jbed an app to running java mid-let on Android device.
installation:
download Jbed.apk from attachment and install it.
if last section not working for you,
download Jbed.zip and flash it with CWM!
I created a signed flash-able package for easy install it!
Tested on my wildfire and 100% working!
you can press on Thanks button and download it from attachment.
you can flash this package on all clockworkmod recovery version (2 and 3 and 4)
enjoy!
Note :
It isn't my own app!
please read my post carefully!
I only created Flashable package to easy to install this app for all
sorry for my bad English!
Screenshot added
some screenshot from a java app!
I am sorry but I am failing to understand what this app is supposed to do. Do you have a better description or maybe a few screenshots? Thanks.
If it's the same thing from Windows Mobile, then it's an app that will let you run java apps on your phone. The same kind of programs that basically ruled Nokia for years.
thehelios said:
If it's the same thing from Windows Mobile, then it's an app that will let you run java apps on your phone. The same kind of programs that basically ruled Nokia for years.
Click to expand...
Click to collapse
Ahh, got it. I thought that's what it was but I couldn't tell from the description. Thanks for that
ScreenShot added!
mohammadN said:
ScreenShot added!
Click to expand...
Click to collapse
Fantastic! Thank you
so....does this mean I could potentially play minecraft?
pandafloski said:
so....does this mean I could potentially play minecraft?
Click to expand...
Click to collapse
That would be too awesome to be true
waiting on reports about that!
mod edit: Please write in english
I just flashed this over on my TF101, but the app does not appear in "My Apps"-list @ Honeycomb 3.2 ...
Assalamualaikum brother. I had successfully installed this on my X10, but I cannot press anything as my phone has no trackballs. Is there anyway to overcome this problem?
Thanks.
Sent from my X10i using XDA App
Bavarianguy said:
I just flashed this over on my TF101, but the app does not appear in "My Apps"-list @ Honeycomb 3.2 ...
Click to expand...
Click to collapse
Jbed.apk is not valid, it says "Parse Error", I get the same error in froyo
I had problems flashing it but fixed it by installing it manually.
Sent from my X10i using XDA App
Thanks but there's a pbm
What do you know? It works. However there are some real major glitches. If you remember, almost all JAR games etc depended on left/ right soft keys. And in my SGS there is no such thing.
I tried all buttons and keys on this phone, but to no avail. Also the resolution of the games leave a lot to be desired (though for this you cannot do anything from your end).
Any suggestions on the key bug that I have highlighted above will be really appreciated. But once again thanks for making this - LONG TIME PENDING!
دمت گرم!
thanks for this app brother!
Minecraft won't work as none Java application will, this is for J2ME applications/games.
Error message: Maybe no sd card or sd card is busy, please check it
I tried this JBED package and other different JBED versions (from 2.1 to 2.3.1).
The previous versions to 2.3.1 show an FC right after trying to open. ROM details are at the signature.
JBED version 2.3.1, the one contained in this package as well on the LeeDrOiD v3.3.1 ROM for Desire HD / Inspire 4G and the add-on at Android Revolution HD thread for Desire HD / Inspire 4G, doesn't show FC but all of them display a "Maybe no sd card or sd card is busy, please check it" message. So it isn't possible to install any jar.
Any ideas how to make JBED (or other Java VM) work with this Virtuous Unity 1.31 ROM?
I do apologize for the stupid question, but: how do I install this?
Screen distorted
Hi there,
I installed the zip through the stock recovery of gingerbread on my galaxy fit. It installed fine on my galaxy fit and I now have a java app in my app drawer. But when I run the app it searches the jar files on my sdcard (don't know why it also shows my framework.jar etc. system files). When I install and run the java app the screen becomes pixelated. I mean the app doesn't run correctly.. the screen is distorted.. I can't read or view anything. Please help me fix this !!
I'm proud of u man .. thanks a lot
p.s. I'll use this app for the same books u have
SecDroid V 1.1 Beta
Created by x942
Released under GPLV2
PROJECT IS ON HIATUS
New project over here
Introduction
SecDroid hardens the android kernel by disable certain binaries that have internet access or can be used as an attack vector. Some of these are:
SSH
SSHD
Telnet
NC (net cat)
Ping
PM (Package Manager - Can't install apps via CLI/ADB)
ADBD (ADB is disabled until reboot)
And by securing the TCP Stack using Systctl (Until Next boot).
Click to expand...
Click to collapse
More info
Why disable ADB and PM?
ADB and PM are both disabled to help prevent an attacker from being able to install apps via the command line or adb shell. Both of these are potential attack vectors. You can install apps via the playstore and GUI
Click to expand...
Click to collapse
What license is this released under?
All code is released under GPLV2 Unless otherwise noted.
Click to expand...
Click to collapse
Thanks/Credits
Many Thanks to Adam Outler for his Shell class that was used in this project (until V0.3 - See Changelog).
Many thanks to XDA-TV and XDA for their hard work!
And thanks to SANS for their Android Security whitepaper which inspired this project.
Click to expand...
Click to collapse
Downloads:
View attachment SecDroid.apk
Source Code
Latest Version (always up to date)
Play Store ] [URL="http://forum.xda-developers.com/showpost.php?p=41204527&postcount=101"](OUT-OF-DATE) [/URL]
Click to expand...
Click to collapse
Please note this is my first android app. As such bugs may be present and the code may not be pretty. If anyone can help me make it look nicer and more efficient that would be great
UPDATE 2013-05-06:
Version 1.1 Beta
* Fixed script to properly handled errors on some devices
* Fixed layout issue
* Added disable bluetooth feature (Disabled bluetoothd )
* Added enable bluetooth feautre ( Reverses above action)
Click to expand...
Click to collapse
x942 - Thanks for letting me know this is in the works - looks really promising. With things like SSH/SSHD being disabled, will apps (like Connectbot) still work, allowing for SSH/SSHD on a per app basis?
Does this just disable these things during the current running session?
IE after rebooting it does everything go back to normal?
If not is there a way to enable them again?
I have to assume that it's a good thing if the application wasn't able to find any of the noted application to harden.
fluxgfx said:
I have to assume that it's a good thing if the application wasn't able to find any of the noted application to harden.
Click to expand...
Click to collapse
I assume it's not a good thing because the applications are missing (which is unlikely) or they are moved to a different location
http://www.xda-developers.com/android/secure-your-android-device-with-secdroid/
featured on Xda portal!
So the "hardening" is only applied after running the app and upon next boot everything should be back to normal correct?
Mika83AC said:
I assume it's not a good thing because the applications are missing (which is unlikely) or they are moved to a different location
Click to expand...
Click to collapse
I agree with you. Although after a manual verification the application in questions aren't located on the device in any folders Internel, External or within any of the root folder.
Cheers,
fluxgfx said:
I agree with you. Although after a manual verification the application in questions aren't located on the device in any folders Internel, External or within any of the root folder.
Cheers,
Click to expand...
Click to collapse
I also has the same issue when running the app and I confirmed the apps are not located on my device.
First of all thank you so much for the effort to keep our devices safe. Im using Droidwall to block certain programs and would like to install SecDroid but not sure if it would conflict in any way. Could you please confirm?
koz said:
x942 - Thanks for letting me know this is in the works - looks really promising. With things like SSH/SSHD being disabled, will apps (like Connectbot) still work, allowing for SSH/SSHD on a per app basis?
Click to expand...
Click to collapse
Sadly no. The apps are disabled by removing their permisions to execute (chmod 000). This means no one can run it. I suppose I could have it set to only allow Connectbot to run it based on UID or something. But something like Droidwall or AFWall+ is better suited for that. I am planning to add in a switch for each item. So you could for example leave ssh enabled but disabled everything else.
Richy19 said:
Does this just disable these things during the current running session?
IE after rebooting it does everything go back to normal?
If not is there a way to enable them again?
Click to expand...
Click to collapse
Yes at this time everything is reset on reboot. I am looking into having it auto-run every boot.
fluxgfx said:
I have to assume that it's a good thing if the application wasn't able to find any of the noted application to harden.
Click to expand...
Click to collapse
Correct. I have tested on CM9/10/10.1 and AOKP on both of these if it can't find anything then they aren't present in the system. Stock roms may be different. All AOSP should all be the same though.
hisname said:
http://www.xda-developers.com/android/secure-your-android-device-with-secdroid/
featured on Xda portal!
Click to expand...
Click to collapse
Nice! xD That is awesome!
PnoT said:
So the "hardening" is only applied after running the app and upon next boot everything should be back to normal correct?
Click to expand...
Click to collapse
Yes. Everything is reset upon reboot. i will add an auto-run version shortly
bushako said:
First of all thank you so much for the effort to keep our devices safe. Im using Droidwall to block certain programs and would like to install SecDroid but not sure if it would conflict in any way. Could you please confirm?
Click to expand...
Click to collapse
No problem. I have no issues with Droidwall or AFWall+ SecDroid doesn't touch iptables so everything should be fine
Are these vulnerabilities dependent upon whether USB debugging is enabled or disabled?
...and will this interfere with Apps that require USB debuggin enabled such as Titanium Backup and Gemini Apps manager.
electricpete1 said:
Are these vulnerabilities dependent upon whether USB debugging is enabled or disabled?
...and will this interfere with Apps that require USB debuggin enabled such as Titanium Backup and Gemini Apps manager.
Click to expand...
Click to collapse
The only vulnerabilities dependant on USB Debugging is Kos' p2p-adb. The rest prevent network (remote) attacks. Some of which could be used over ADB but don't depend on it (installing malware). I have not tested with TB but it may break it. I am trying to make individual on/off switches for each option so you can only disable what you want to and leave the rest alone
I have posted a Play Store link now too!
fluxgfx said:
I have to assume that it's a good thing if the application wasn't able to find any of the noted application to harden.
Click to expand...
Click to collapse
WattB006 said:
I also has the same issue when running the app and I confirmed the apps are not located on my device.
Click to expand...
Click to collapse
Same result here. Does that mean our devices are more secure since we don't have these files? I'm running pure AOSP, BTW.
I'm having the same problem.
Sent from my INO_ONE using xda premium
apatal said:
Same result here. Does that mean our devices are more secure since we don't have these files? I'm running pure AOSP, BTW.
Click to expand...
Click to collapse
No, you are not "safe". All the things are not located in system/xbin, but in system/bin! So the pathes which the app checks are wrong...
Under system/xbin are many many links, but the real "files" are located elsewhere! So the dev should chance his app so that it can check the right locations
Sent from my GT-I9300 using xda app-developers app
I checked and scp is located in the system/bin folder. All the other ones though I cannot find. Here is a screen shot of mine.
Sent from my SGH-I747 using xda premium
Can you also include in this app ARP, DOS,and MITM type of attack protection. That would be cool.
apatal said:
Same result here. Does that mean our devices are more secure since we don't have these files? I'm running pure AOSP, BTW.
Click to expand...
Click to collapse
New version coming in a few days I will post a patched version today, it looks like I uploaded the wrong version by mistake.
jas0nsg said:
I'm having the same problem.
Sent from my INO_ONE using xda premium
Click to expand...
Click to collapse
Mika83AC said:
No, you are not "safe". All the things are not located in system/xbin, but in system/bin! So the pathes which the app checks are wrong...
Under system/xbin are many many links, but the real "files" are located elsewhere! So the dev should chance his app so that it can check the right locations
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Oops looks like I messed up and uploaded the wrong version I will fix this. Originally it did use xbin and also disabled more things (bluetooth and NFC) but I corrected this as most users don't want those disabled. I will post the proper APK With the proper paths. It's alread compiled so expect it in a few min.
SkyandDirt said:
Can you also include in this app ARP, DOS,and MITM type of attack protection. That would be cool.
Click to expand...
Click to collapse
I can include these I will do so in a future update.
Fixed the issue. It doesn't give any errors on CM10/10.1 on my N4. Path is now /system/bin for the binaries that are there and xbin is only used for a couple binaries that are only in that folder.
Also moved repo to github as google code is annoying. Update also pushed to Play Store.