Make MoDaCo ROM read as 2.0 in apps - Hero, G2 Touch Android Development

Hi,
new game called toonwarz came out and has mutitouch but ony on 2.0 devices is there any way to make the app think i running 2.0 on MoDaCo 3.0 ROM ??
Thanks

stickyasglue said:
Hi,
new game called toonwarz came out and has mutitouch but ony on 2.0 devices is there any way to make the app think i running 2.0 on MoDaCo 3.0 ROM ??
Thanks
Click to expand...
Click to collapse
you could try modifying build.prop and change ro.build.version.sdk to 5. Don't know if it will work.

please let us know if it worked

m0jo said:
please let us know if it worked
Click to expand...
Click to collapse
you can tell the app that you are on 2.0 but there is still no multitouch support in 1.5 so you only get errors.

multitouch in dolphin browser works on the 1.5 hero, if u change the build prop to say android version 2.1 and sdk 6 then it should work.

evilxhwnd said:
you could try modifying build.prop and change ro.build.version.sdk to 5. Don't know if it will work.
Click to expand...
Click to collapse
anyway to do that without using adb shell?

it worked for me changing the build.prop sdk to 6 and build to 2.1
since vi is unusable under adb shell.
I juste did this :
./adb remount
./adb pull /system/build.prop .
vim build.prop
-- Here I changed sdk and build version as it was said in this thread.
./adb push build.prop /system/build.prop
but no multi touch support, controls act very strangely.
"only tried with toon warz little"

would this method allow for 2.0 apps to be installed, like say....the new google maps with nav?

thazlett said:
would this method allow for 2.0 apps to be installed, like say....the new google maps with nav?
Click to expand...
Click to collapse
i can't imagine this to work. maybe you are able to install it, but there will be FC's when you try to start it, i'd guess it depends on more than just a string in some text file...

Related

Nexus like navigation panel?

Is it possible to change Hero Sense navigation panel ( the one which is in the bottom, like semicircle ) to one that Nexus has? Or even android standard one?
You can change to android stanard very very easy without doing any modification of your phone.
Go to your apps list and select "htc sense" or "touch flow" whichever is what you see and then click "clear defaults"
Then press the home button.
At this point it should give you an option to go home with either "home" or "touchflow" click home and you have default android. But will not have any of the htc specific stuff e.g. widgets.
You can always revert back by clearing defaults in "home" in app screen (assuming you set it as your new default)
do you mean from this to this? i to would like to no if this was possible i think it looks so much better
shields398 said:
do you mean from this to this? i to would like to no if this was possible i think it looks so much better
Click to expand...
Click to collapse
Yes i mean this. Sense one is to big and useless for me.
Lennyuk
I don't want to loose Sense widgets
vladimired said:
Yes i mean this. Sense one is to big and useless for me.
Lennyuk
I don't want to loose Sense widgets
Click to expand...
Click to collapse
I don't know of any way to do it without losing all those widgets, sorry
Yes it's possible to add the Nexus One style launcher. However, I believe it'll only work with 2.X roms.
THANKS TO: REVOKED
Download LAUNCHER2.APK
Then:
adb remount
adb push Launcher2.apk system/app
Voila!
If it doesn't work, rename it to Launcher, and it'll just wipe it over the top.
If you have any problems, let me know and I'll sign it as an update.zip for you.
BE WARNED THOUGH: Due to the demanding graphics, although it strangely runs MORE smoothly than the stock Android 2.1 launcher, it can on occasions cause your phone to SOFT reboot.
Happy to help!
nprussell said:
Yes it's possible to add the Nexus One style launcher. However, I believe it'll only work with 2.X roms.
THANKS TO: jnwhiteh & Romain Guy.
Download LAUNCHER2.APK
Then:
adb remount
adb push Launcher2.apk system/app
Voila!
If it doesn't work, rename it to Launcher, and it'll just wipe it over the top.
If you have any problems, let me know and I'll sign it as an update.zip for you.
BE WARNED THOUGH: Due to the demanding graphics, although it strangely runs MORE smoothly than the stock Android 2.1 launcher, it can on occasions cause your phone to SOFT reboot.
Happy to help!
Click to expand...
Click to collapse
And i will have this launcher on default android shell or on sense? I want to have on sense this launcher. Will check it soon.
...
nprussell said:
Yes it's possible to add the Nexus One style launcher. However, I believe it'll only work with 2.X roms.
THANKS TO: jnwhiteh & Romain Guy.
Download LAUNCHER2.APK
Then:
adb remount
adb push Launcher2.apk system/app
Voila!
If it doesn't work, rename it to Launcher, and it'll just wipe it over the top.
If you have any problems, let me know and I'll sign it as an update.zip for you.
BE WARNED THOUGH: Due to the demanding graphics, although it strangely runs MORE smoothly than the stock Android 2.1 launcher, it can on occasions cause your phone to SOFT reboot.
Happy to help!
Click to expand...
Click to collapse
Actually the modifications to Launcher2 to make it work on mdpi devices were done by me... Says so at the source posted by jnwhiteh .
couldn't install it on Modaco 3.2 Beta 5
Thanks for the Launcher2.apk. It's working wonderfully on my GSM Hero running KaguDroid 1.2.1.
vladimired said:
couldn't install it on Modaco 3.2 Beta 5
Click to expand...
Click to collapse
i strongly hope so, there are 3 versions of android in between those two.
Revoked said:
Actually the modifications to Launcher2 to make it work on mdpi devices were done by me... Says so at the source posted by jnwhiteh .
Click to expand...
Click to collapse
I beg your pardon. Editing the post
Oh, and well done btw. Excellent work.
np
nprussell said:
I beg your pardon. Editing the post
Oh, and well done btw. Excellent work.
Click to expand...
Click to collapse
no problem.
Does the lanucher2 posted here work? When I tried it on a 2.1 ROM the icons where to big.
can you please sign it as an update.zip ?
and how can i remove it ?
...
saar73 said:
can you please sign it as an update.zip ?
and how can i remove it ?
Click to expand...
Click to collapse
No need for that, just copy to sd and install it with a file manager or with adb install from your hd.
To remove go to Settings:Applications and remove it from there.
Revoked said:
No need for that, just copy to sd and install it with a file manager or with adb install from your hd.
To remove go to Settings:Applications and remove it from there.
Click to expand...
Click to collapse
thanks alot
Launcher2 works great for me. Until now no reboot.
@Revoked: Is Launcher2 still in development? Where can we find informations about your development on Launcher2?
Thanks
Birba said:
Launcher2 works great for me. Until now no reboot.
@Revoked: Is Launcher2 still in development? Where can we find informations about your development on Launcher2?
Thanks
Click to expand...
Click to collapse
No development until we can figure out what exactly is breaking and we can fix that... hopefully itll fix itself next month when we get HTC 2.1 framework.
I have been using it since yesterday afternoon with no problems (cept when I tried to use the Nexus One Live paper and got stuck in a reboot loop ) Awesome work man, now my phone feels like it has 2.1 on it!

[05-JAN][FIX] GPS on Gingerbread :)

Hey guys,
just a quick thread to inform you that i have just fixed GPS on Gingerbread in a nightly coding excess. I tested it on CM7 and it works.
Replace the files in your ROM with the respective ones in this tar archive
Download
cheers
thanks man!!!!
I'm Number one, hey.
Short and sweet.... Testing now.
Thank you sir.
musy said:
I'm Number one, hey.
Click to expand...
Click to collapse
Sorry. You were number two. And I'm number 3.
I'll give this a try tomorrow
EDIT : No I'm number 4....lol.
if this works fully i can see myself applying it very soon....now for disk utility fix
Great! Gingerbread is now fully working on our hd2.
Sent from my HTC DesireHD2 using XDA app
hmmmm... just finished with imilka's hd2z nandroid version....
think i will go gingerbread then! with this fix...
well.. at least something keeps me awake.. lol thanks
awesome news! just flashed and configured cm 6.1, but since i have a problem with calls (sometimes it doesn't ring and opposite is forwarded to mailbox) i will now try mdj's gingerbread nand...
thx gauner
I tried copying the files over manually on m-deejays clockworkmod Gingerbread using Root Explorer. Now any GPS test or GPS status app I try just force closes
Specify the directory?
DroidTh3ory said:
Here is a ZIP with the GPS fix files... Download and save to SD... Use Root Explorer and replace the appropriate files.
Bring It.
http://www.megaupload.com/?d=ZVU0O0WQ
Click to expand...
Click to collapse
lol...this is just the same as the archive in the OP...
Anyone had success with the fix yet? Every GPS app force closes after I applied the files and rebooted.
nice!well done。
the_scotsman said:
lol...this is just the same as the archive in the OP...
Anyone had success with the fix yet? Every GPS app force closes after I applied the files and rebooted.
Click to expand...
Click to collapse
I use adb push to /system/lib
now use google map have gps status on task bar..
shree.cse said:
Great! Gingerbread is now fully working on our hd2.
Sent from my HTC DesireHD2 using XDA app
Click to expand...
Click to collapse
Tethering and native USB storage still dont work.
RunNgun42 said:
Tethering and native USB storage still dont work.
Click to expand...
Click to collapse
tethering is working for me on mdjs ginger bread rom just google wireless tether apk and down load 2_0_6 pre5 works great
gottley said:
tethering is working for me on mdjs ginger bread rom just google wireless tether apk and down load 2_0_6 pre5 works great
Click to expand...
Click to collapse
Sorry, meant to say USB tethering.
could this be pushed with terminal emulator by any chance? I don't know the commands, though.
hefelfury said:
could this be pushed with terminal emulator by any chance? I don't know the commands, though.
Click to expand...
Click to collapse
su
cp /sdcard/file_name /system/lib
gconcepts said:
su
cp /sdcard/file_name /system/lib
Click to expand...
Click to collapse
i tryed that and was denied

[Q][FIXED] [Tutorial in Epic Development Section!!!!] Swype sfr 1.2 update

I wan't to update the swype that was included with sfr 1.2 how would i do that since there is no stock android keyboard in sfr?
EDIT:Check out this link if you need help!!!!: http://forum.xda-developers.com/showthread.php?t=1159851
flimsy888 said:
I wan't to update the swype that was included with sfr 1.2 how would i do that since there is no stock android keyboard in sfr?
Click to expand...
Click to collapse
Install a trial/beta/free one temporarily so that you can deactivate and uninstall swype (it does get whiney if you uninstall it and install the new Swype beta without having had it deactivated first)
when i try to install the keyboard via the installer i cannot install because it is a system application!
flimsy888 said:
when i try to install the keyboard via the installer i cannot install because it is a system application!
Click to expand...
Click to collapse
Well, yes... you'll have to use File Expert, Root Explorer, or something similar... remove the swype apk and .so file from their respective places, reboot, then install the beta.
I'm mobile, so I'll let you search for specifics, but off memory it's /system/app/Swype.apk and /system/lib/libSwypeCore.so
Edit: Be sure to disable Swype and switch input to another keyboard before removing those files.
did that but still no luck!!!!!
EDIT: Didn't see the part about rebooting..I rebooted and it worked!!!!! Thanks!!!!!
flimsy888 said:
I wan't to update the swype that was included with sfr 1.2 how would i do that since there is no stock android keyboard in sfr?
Click to expand...
Click to collapse
try this it explains how to do it, it works great for me
http://forum.xda-developers.com/showthread.php?t=1159851
mlewin1 said:
try this it explains how to do it, it works great for me
http://forum.xda-developers.com/showthread.php?t=1159851
Click to expand...
Click to collapse
Thanks.....But thats MY post!!!!

[FIX] Browser wrong string fix

If you are using a 4.0.3 you may have noticed that there is a wrong string in the menu.
Instead of "Find on page" there is something like "Activate carmode". I investigated on this problem, and I found out that for whatever reason the framework is returning the wrong string.
I fixed the problem using internal resources.
Download fixed Browser: download
Md5: 323332e5940f264379c52bf90e4c245a
How to use it:
Download the apk
Plug your nexus to your pc
Delete Browser.apk or BrowserGoogle.apk from /system/app/
Push Browser.apk to /system/app/ and reboot
Enjoy
If you want to do the step 3 and 4 with adb:
Code:
adb shell stop; adb remount; adb shell rm /system/app/Browser*; adb push Browser.apk /system/app/; adb shell start
I tried doing this via root explorer but it didn't work can't it only be done adb?
Sent from my Galaxy Nexus
PaulG1488 said:
I tried doing this via root explorer but it didn't work can't it only be done adb?
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
Did you wipe your dalvik-cache and reboot?
Sent from my PG86100 using xda premium
Great job, that was annoying me.
I guess this error exists only in english language... in german it show the right phrase "Suchen" there.
zurchpet said:
I guess this error exists only in english language... in german it show the right phrase "Suchen" there.
Click to expand...
Click to collapse
Nop, in all the languages. What rom do you use? maybe your rom has already fixed it.
gnufabio said:
Nop, in all the languages. What rom do you use? maybe your rom has already fixed it.
Click to expand...
Click to collapse
The Android Open Kang Project Build 9
Never saw this problem on 4.0.3, currently using Peter Alfonsos build.
zurchpet said:
The Android Open Kang Project Build 9
Click to expand...
Click to collapse
They may have fixed it, I used bigxie aosp and it had the problem...it's a problem of the 4.0.3 aosp if I'm not wrong

[HOW-TO][Ver 6.12] Update GMaps (24/09)

HOW TO UPDATE GOOGLE MAPS:
I saw many pp ask about this and now I will type the guide here:
- Remove old version of Map
- Go to your /data/system
- Take the file "packages.xml" and copy to somewhere (sdcard, pc..etc)
- Open it wit NOtepad++ (on PC - recommend) and search then delete the line: <shared-user name="com.google.android.apps.maps".....>
- Copy the file back to its place and set permission rw-r-r
- Install this new signed version below as normal apk
- Done & Test
Download:
Version 6.12 http://www.mediafire.com/?17l0ayhlyx0fdxo
Version 6.11: https://www.dropbox.com/s/0ufwl1bfo6zqx2i/Maps6.11.1_Mod.apk
FAQ:
Q: Why I dont make a patch/update via updater?
A: Becoz it depends on your packages.xml and UserID
Q: Is there any other easy way?
A: I dont know Just found this way and it works for me. If u can find other easy way, pm me and I will update the guide.
Nice Guide DK
Put this on the myth updater app .
Sent from my GT-S5830 using Tapatalk 2
dredremon said:
Put this on the myth updater app .
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
Dont u read 1st post?
Updated version 6.12
devilsking said:
Updated version 6.12
Click to expand...
Click to collapse
I don't have the line you showed. I only have this one;
<shared-user name="android.uid.shared" userId="10007">
Should I delete this one instead?
When installing from market, it says this
"Incompatible with other applications using same shared user ID"
Working great....thanks Leo !!!
SuperAce609 said:
I don't have the line you showed. I only have this one;
<shared-user name="android.uid.shared" userId="10007">
Should I delete this one instead?
When installing from market, it says this
"Incompatible with other applications using same shared user ID"
Click to expand...
Click to collapse
I think u should find: com.google.android.apps.maps =.=
Some users tested and it works so It's weird if it doesnt appear in your phone
what apps did you use to move the xml file?
also what app is use for changing chmod?

Categories

Resources