[REQUEST] Unlocked Teeter - EVO 4G Themes and Apps

Teeter is one of the few games I play on my Evo (when I'm not playing Angry Birds or Drop), but recently, I decided to switch between MIUI and CM for a while.
At first, when I couldn't find it in the Market, I figured I would just copy it from Myn's /system/app/ folder and install it manually in CM. Needless to say, it didn't work.
Shortly after, I found an unlocked version in, I think, the MyTouch 3g forum, but it's too low res to play. So, I was hoping that it wouldn't be too much trouble for someone here to unlock the Evo apk for me. I tried to attach the original apk, but for some reason, I couldn't upload it from my phone, so here's a link to my dropbox.
Edit: now i can post links
http://db.tt/WD1OJ2F

I'm flashing from myns warm to miui and didn't realize teeter isn't on the market. Have you had any luck finding a version for any rom?

I found a version for Desire, but Amon RA won't flash it. I just resigned it with signapktic, and I'm about to test it.

weehooherod said:
Take the tether game out of /system/app from a rom that has it. Push it over to /system/app on your new rom. Just plug in your phone and run the adb commands.
adb remount
adb push C:\wherever\you\put\the\file.apk /system/app
adb reboot
Or just install Root Explorer ($2) and copy the tether.apk file from your memory card and then go to the system app folder. Push the R/W button at the top right of the screen, it should now say R/O. Then paste the apk inside that /system/app folder and reboot.
Either way, it will install itself.
Click to expand...
Click to collapse
I think the main problem is that the stock teeter game checks for Sense-related files. I could be wrong, though. I'll try your way and report back. I had some file zipping problems (ES file explorer messes up the directory structure), so signapktic didn't quite work.

weehooherod said:
Or just install Root Explorer ($2) and copy the tether.apk file from your memory card
Click to expand...
Click to collapse
tether.apk is not the teeter game, that is the app file for the tethering application for the sprint hotspot.

Related

Changing Market App Icons

Hello,
I did some searching before posting this and have come up with little results that are working for me. I have been able to change my stock icon apps using the method on androidcentral (sorry, can not post links yet). However, trying the same thing with Free Market Apps, I have been unsuccessful.
I am able to get the com.*.*.apk file off of my phone, and can extract the res folder, but after editing and pushing the file back onto the phone, the application is "uninstalled." I believe that I have to sign the apk file again, which I've tried doing with no success.
What I do not understand, is the app Bettercut has the ability to change these Market App Icons, so I thought we should be able to do so as well. If anyone has any knowledge of how to do this, I would greatly appreciate it.
Thanks
Hey you
Change your graphics. Uninstall the app from your phone, put the edited .apk on your sd card and install it with astro (or another app that installs apk files). If you update from market you'll lose customizations.
Hiya.
Yeah, I tried that, but I keep getting unable to install. I do have non-market apps checked, but still no luck. I'm basically just editing the graphic from the com.*.*.apk file, opeing the com.*.*.apk file with 7zip, placing the new graphic in the res/drawable folder, closing 7zip, then I put the com.*.*.apk file onto my SD card (after uninstalling original app) then use astro to install. Doing this is not working. I thought I might have to sign the apk file, rename it or something. Not really sure at this point.
ccapasso said:
Hiya.
Yeah, I tried that, but I keep getting unable to install. I do have non-market apps checked, but still no luck. I'm basically just editing the graphic from the com.*.*.apk file, opeing the com.*.*.apk file with 7zip, placing the new graphic in the res/drawable folder, closing 7zip, then I put the com.*.*.apk file onto my SD card (after uninstalling original app) then use astro to install. Doing this is not working. I thought I might have to sign the apk file, rename it or something. Not really sure at this point.
Click to expand...
Click to collapse
I got it to work by pushing the .apks back through adb and not using a File Manager. I changed a bunch of my Market icons without any problem. No fc's or install failures.
So say for example you were to change the Market Icon for Spare Parts. I assume you did the following:
Pulled com.androidapps.spare_parts.apk from /data/app
Edited the app_icon.png file within the res/drawable folder
Uninstalled Spare Parts
Pushed com.androidapps.spare_parts.apk back to /data/app
Or did you do it differently?
Thanks again for all the help on this. Not sure exactly what is going wrong on my end.
I never uninstalled the apk. I just drug a copy of the .apk to my computer, edited the image, and then pushed it back over the original one. Im in no way any kind of expert, but it worked when I did it.
Hmm. So are you going into /data/app and pulling the com.androidapps.spare_parts.apk (for example), editing, then pushing back w/ out signing or anything? I assume you are pushing back the same file, name exactly the same and everything.
So for example you would have pulled com.androidapps.spare_parts.apk from /data/app, edited the png within the apk file, then pushed com.androidapps.spare_parts.apk back to /data/app and it worked?
No rebooting, signing or anything?
I'm using Fresh 1.1 with MCK and again, do not have SD card partitioned for apps2sd yet.
Thanks again.
Yep, that's what I did. No updating, signing, nothin. I did reboot after I was all done. And I dont mess around with that apps2sd business either. So it should be the same.
gomorrah said:
I never uninstalled the apk. I just drug a copy of the .apk to my computer, edited the image, and then pushed it back over the original one. Im in no way any kind of expert, but it worked when I did it.
Click to expand...
Click to collapse
Wow that worked pretty nicely! I was trying to change the little slide bar that moves as you change screens. I kept upzipping the file and modifying it, then rezipping and trying to reinstall. 7zip lets you modify the .apk with out opening it up...glad this subject came up and you answered this!
Ok. Step by step here is what I did just now:
1. adb pull /data/app/com.androidapps.spare_parts.apk C:\Users\Chris\Desktop
2. Used 7zip to open the apk file.
3. Moved my app_icon.png file into the res/drawable folder and overwrote the current one
4. adb push C:\Users\Chris\Desktop\com.androidapps.spare_parts.apk /data/app/
5. adb shell
6. reboot
Doing this did not work. It only made the icon on my home screen for Spare Parts go away, and the app is no longer listed as being installed. I can still see the file in my /data/app/ directory, but it is not installed or showing up anywhere.
Any ideas?
ccapasso said:
Ok. Step by step here is what I did just now:
1. adb pull /data/app/com.androidapps.spare_parts.apk C:\Users\Chris\Desktop
2. Used 7zip to open the apk file.
3. Moved my app_icon.png file into the res/drawable folder and overwrote the current one
4. adb push C:\Users\Chris\Desktop\com.androidapps.spare_parts.apk /data/app/
5. adb shell
6. reboot
Doing this did not work. It only made the icon on my home screen for Spare Parts go away, and the app is no longer listed as being installed. I can still see the file in my /data/app/ directory, but it is not installed or showing up anywhere.
Any ideas?
Click to expand...
Click to collapse
Try pulling the original icon and editing it. Just make it a solid black square. Then put it back in and push to the phone. Sounds like your new icon changes the filesize enough that it needs resigned.

Is there anyway to get the stock android brower on the evo?

Not rooted
Easy, but takes some bandwidth.
big790 said:
Not rooted
Click to expand...
Click to collapse
Simply download a froyo asop rom. Any will work except cyanogenmod. Extact the zip, go into system app, and look for browser. Drag and drop onto root of your sd, get some sort of file manager app from the market, and install it. I think this will work, but i have never tried it.
Until you drag the file onto your sd, this is all on the computer.
Can I get the link to download the file
can someone post up the link to download the stock browser please
big790 said:
can someone post up the link to download the stock browser please
Click to expand...
Click to collapse
I will once I get home and test it out to see if it works. Check back in 30 minutes.
..........thanks
im pretty sure it wont work. i put the browser.apk on the sd card and when i went to astro to install it, it asked me to uninstall the current browser. so i think the only way it might work is if you rooted the phone and then pulled the sense browser and pushed the aosp browser
o i see thank anyway
pushing the browser.apk doesnt work either
how about you just rename the browser.apk thats already in the system\app folder and any odex file in the \system\app folder then install it with the installer app from the market or install command via adb......
hhmmm ????

HTC Aria Cyan 6 Removing apps

So I have my Aria running Cyan 6 (latest release) with an unrEVOked root (the latest one, does NAND, which is why I can run a ROM, right?).
The other day, stupid me deleted the Camera app, which came back anyway, and added the HTCCamera.apk app. Not realizing it wouldn't work without the Sense framework, the app now replaces the default Camera app altogether. Yet the Sense camera doesn't work. So I went into Root Explorer and tried to delete Camera.apk and HTCCamera.apk so I could replace it with a new one from my Cyan zip, but Root Explorer will not delete either. It does nothing. When I try to install my Camera.apk from my SD card, it says the install has failed. When I use terminal emulator, it comes up with an error. Droid Explorer freezes when I try to delete the HTCCamera apk. What the hell?
I've found myself having problems working in /system while booted--I've tried all sorts of mounting schemes and root explorers and all that jazz. Try, instead, using 'adb' while in Recovery (power off your phone while NOT plugged in, boot into Recovery, mount /system, plug in to your computer, make sure 'adb devices' lists your device and recognizes it's in Recovery mode, and start adb-ing).
Also, rather than deleting apk's, use 'mv' to rename them (e.g. 'mv HtcCamera.apk HtcCamera.apk.bak')

[NEW GAPPS.ZIP & APK] New Android Market [2.2.6] for G1(Android 2.1&2.2)[16/12/2010]

[NEW GAPPS.ZIP & APK] New Android Market [2.2.6] for G1(Android 2.1&2.2)[16/12/2010]
EDIT: I've put the new gapps.zip to update all ur gapps . This has to work : ) Just flash this from the recovery . It'll overwrite your old gapps , giving you the latest of all the basic gapps (incl.the new Market )
You can then go to the new market and install the updated Gmail,Voice Search,Google Search,Maps,Youtube app etc.
New Android Market (version 2.2.6) features include:
1.Refund window changing to 15 minutes
2.New carousel with featured apps on main page
3.Widgets and Live Wallpapers categories added
4.Related content added to app page
5.Single page app viewing, all info in one place
6.Max size for apk files increased from 25 MB to 50 MB
Also the Downloads now get paused instead of getting cancelled if there is a network/data interruption
I am not making a flashable update since it might clash with the original Vending.apk . So here are the steps to remove the old market and install the new one.
1) Use adb to remove and install the new market.
a) adb remount
b)Backup your current Market by
adb pull /system/app/Vending.apk Vending.apk
c) adb shell rm /system/app/Vending.apk
Rename the apk you downloaded (MAKE SURE YOU DOWNLOAD THE RIGHT APK FOR ECLAIRS OR FROYO) to Market.apk and put the apk in the Android SDK/tools folder then
adb push Market.apk /system/app
OR
Simply use your favourite Root File Manager (Root Explorer ,SU explorer , Android Commander etc.) and go to /system/app and delete Vending.apk .
Then put the New Market apk in /system/app
Restart your phone and you're good to go
Credits : CyanogenMOD.
P.S: I'm not a regular thread creator so kindly move the thread if the section is wrong . Thanks
ENJOY !
Thank you for this update
force close on android 2.2.1 with the froyo one.
which one you have used yourself?
Got this already ...workign on my G1 2.2.1
awesome update for the market...
irisiris said:
force close on android 2.2.1 with the froyo one.
which one you have used yourself?
Click to expand...
Click to collapse
I have SparksMOD . It should work on all CM 6.1 (Android 2.2.1) and all Froyo ROMS.
Make sure you restart your phone and follow my instructions carefully.
Also try running fix permissions from recovery incase it doesnt help.
try to install this through file manager, and it says insufficient permission, can u make a zip file?
badboy68 said:
try to install this through file manager, and it says insufficient permission, can u make a zip file?
Click to expand...
Click to collapse
You cannot replace or manage Android phone system files through normal File managers like Astro,Linda etc.
Best way I recommend is to Use Android Commander and follow the steps for installing without adb commands.
http://androidcommander.com/
i installed thru recovery and works great
on my G1 with 6.1 2708 is great. install via adb
why I do not see the category widgets and live wallpaper?
Hey..
Pity, it doesn't work for me.
I did it with the Root Explorer. Installation suceeded but i get a "force close" error message, when i try to select a program from the list or to go to "my downloads".
Changing back to the old one without problems.
my device:
G1 white
Android FroYo (CM 6.1)
Country: Austria
Cheers!
I used the qr code/barcode scanner in the following link and followed the on-screen instructions. Took it a few minutes but it worked and I have no errors.
Tmobile G1
EZterry 14mb radio/spl
Mytouch3g OTA 2.2.1 updated
Here is the link with the QR code, just use your favorite QR scanner and then open via url or open in browser. It should then start a download, after its done just follow the on screen directions to install (it back-up's the installed markets user data then deletes it and installs the new market. http : // androidspin . com / 2010 / 12 / 11 / new-android-market-update-unofficially-available-for-download/
This isnt spam but I am new so I apparently can not post links, just remove the spaces then copy/paste
Universal Android Market updater v2.2.6
I've posted a new flashable updater
Here is what's new :
Backup original Vending.apk to sdcard
Select between Froyo or pre-Froyo rom
Thread : here
Download : here
woernsn said:
Hey..
Pity, it doesn't work for me.
I did it with the Root Explorer. Installation suceeded but i get a "force close" error message, when i try to select a program from the list or to go to "my downloads".
Changing back to the old one without problems.
my device:
G1 white
Android FroYo (CM 6.1)
Country: Austria
Cheers!
Click to expand...
Click to collapse
Did you rename the file to Vending.apk and change permission? work for me..
I installed with no problem on my MT3G just downloaded it and installed, running froyo 2.2.1
Sent from my T-Mobile myTouch 3G using XDA App
XmeccaX said:
I installed with no problem on my MT3G just downloaded it and installed, running froyo 2.2.1
Sent from my T-Mobile myTouch 3G using XDA App
Click to expand...
Click to collapse
through recovery?
http://androidspin.com/2010/11/11/new-android-market-update-unofficially-available-for-download/
this is the screen i get
badboy68 said:
through recovery?
Click to expand...
Click to collapse
No I installed it the normal way, thru the installer, it took about 2-3 minutes to open for the first time, but no I didn't need to go thru adb or recovery or root explorer
Sent from my T-Mobile myTouch 3G using XDA App
HellRazorGod said:
New Android Market (version 2.2.6) features include:
1.Refund window changing to 15 minutes
2.New carousel with featured apps on main page
3.Widgets and Live Wallpapers categories added
4.Related content added to app page
5.Single page app viewing, all info in one place
6.Max size for apk files increased from 25 MB to 50 MB
Also the Downloads now get paused instead of getting cancelled if there is a network/data interruption
I am not making a flashable update since it might clash with the original Vending.apk . So here are the steps to remove the old market and install the new one.
1) Use adb to remove and install the new market.
a) adb remount
b)Backup your current Market by
adb pull /system/app/Vending.apk Vending.apk
c) adb shell rm /system/app/Vending.apk
Rename the apk you downloaded (MAKE SURE YOU DOWNLOAD THE RIGHT APK FOR ECLAIRS OR FROYO) to Market.apk and put the apk in the Android SDK/tools folder then
adb push Market.apk /system/app
OR
Simply use your favourite Root File Manager (Root Explorer ,SU explorer , Android Commander etc.) and go to /system/app and delete Vending.apk .
Then put the New Market apk in /system/app
Restart your phone and you're good to go
P.S: I'm not a regular thread creator so kindly move the thread if the section is wrong . Thanks
ENJOY !
Click to expand...
Click to collapse
Please delete thread, there's already a thread for this, see http://forum.xda-developers.com/showthread.php?t=871585
Hello HellRazorGod. I have a G1. And I just got it rooted with Cyanogen 2.2 Froyo ROM. But then as you know, cyanogenMod doesn't come with google apps anymore. And then so I tried your android market maybe it will work. And before I downloaded yours, I found many market apk files from other source. But then it still wound't work. But when I tried yours. Still didn't work. I tried AndroidCommander. Adb and still with the same results. I open it, and it is just all white, and after about 5 seconds go back to desktop screen. I tried every possible way. And tried all your steps. Even with the AndroidCommander. Can you help me out? I have a Android 2.2 Froyo Cyanogen 6.1.0 DS ROM. Would really appreciate it.
fart23 did you download the gapps .zip file and then flash it after you flashed your rom. if not then you need to go check out cyanogens wiki how to root/install cyanogen rom.

[Q] serendipity 7 - Camera

So, I just flashed the serendipity 7 ROM to my phone today, I love it. It's fast and doesn't drain the battery. Infused seem to drain the battery quickly.
Anyway, the power button to take a picture seemed to work this morning, now it doesn't. Is there some way to get it working again? I have installed lots of apps, but I don't think any of them mess with the camera. I installed the samsung quick office, music, clock and video player. (I downloaded the 4, not sure if I installed all of them.) I used the Android Sideload Wonder Machine, not sure if that is the source of the problem or not. Any help would be appreciated.
The power button doesn't work to take pictures in S7. I remember reading this somewhere and can verify it didn't work for me after flashing S7. What I did to get it working is:
(FIRST, make a nandroid backup just in case!!)
1. Using your favorite file explorer (Root Explorer for me), go to the system/app folder on your phone
2. Mount the directory as R/W.
3. Rename the camera.apk in this folder to something like camera.apk.bak
4. Find a copy of the Infused v2 ROM, unzip it, go to system/app, and copy that camera.apk.
5. Go back to the system/app folder on your phone, make sure it's still mounted as R/W, and paste the Infused camera.apk into the directory.
6. Change the permissions on the camera.apk to match the permissions of the original camera.apk.
7. Next, mount the system/app folder on your phone as R/O.
8. You may have to delete and remake any shortcuts to the camera app you have on your home screens.
This worked for me and has worked perfectly all day, but I've only used it for a day. I won't swear that it won't mess something up in the future. I have taken approx. 10 photos since changing this with no problems, but you never know. Make a nandroid backup just in case, and save the camera.apk.bak in case it does FUBAR something.
PS: I wrote this as if you're a total noob. If you're not, I apologize. Wasn't trying to be condescending, just thorough. lol
02ranger said:
The power button doesn't work to take pictures in S7. I remember reading this somewhere and can verify it didn't work for me after flashing S7. What I did to get it working is:
(FIRST, make a nandroid backup just in case!!)
1. Using your favorite file explorer (Root Explorer for me), go to the system/app folder on your phone
2. Mount the directory as R/W.
3. Rename the camera.apk in this folder to something like camera.apk.bak
4. Find a copy of the Infused v2 ROM, unzip it, go to system/app, and copy that camera.apk.
5. Go back to the system/app folder on your phone, make sure it's still mounted as R/W, and paste the Infused camera.apk into the directory.
6. Change the permissions on the camera.apk to match the permissions of the original camera.apk.
7. Next, mount the system/app folder on your phone as R/O.
8. You may have to delete and remake any shortcuts to the camera app you have on your home screens.
This worked for me and has worked perfectly all day, but I've only used it for a day. I won't swear that it won't mess something up in the future. I have taken approx. 10 photos since changing this with no problems, but you never know. Make a nandroid backup just in case, and save the camera.apk.bak in case it does FUBAR something.
PS: I wrote this as if you're a total noob. If you're not, I apologize. Wasn't trying to be condescending, just thorough. lol
Click to expand...
Click to collapse
Thank you, your explanation makes sense, and I am a total newbc lol. I'll do it tonight. Thanks!
Sent from my SGH-I997 using Tapatalk
How do I change the permissions?
Sent from my SGH-I997 using Tapatalk
If you have root explorer just long press on the file. It should have an option for permissions. The folder that the app is in has to be mounted as R/W to be able to change the permissions. I don't know specifically how to do it in other file managers. If you don't have root explorer yet, it is definitely worth getting. It's the best file manager I've used.
The exact permissions you need to set are:
All 3 rows should have Read checked, only the "Owner" should have Write checked, and nobody should have Execute checked. Make sure the file is already pasted into the system/app folder before you try to change permissions.
02ranger said:
If you have root explorer just long press on the file. It should have an option for permissions. The folder that the app is in has to be mounted as R/W to be able to change the permissions. I don't know specifically how to do it in other file managers. If you don't have root explorer yet, it is definitely worth getting. It's the best file manager I've used.
The exact permissions you need to set are:
All 3 rows should have Read checked, only the "Owner" should have Write checked, and nobody should have Execute checked. Make sure the file is already pasted into the system/app folder before you try to change permissions.
Click to expand...
Click to collapse
Thank you for all your help! It's working just fine. My icon disappeared automatically and I just had to bring it back to the front screen, no problem. Thanks!
steadly2004 said:
Thank you for all your help! It's working just fine. My icon disappeared automatically and I just had to bring it back to the front screen, no problem. Thanks!
Click to expand...
Click to collapse
Yes sir. Happy I could help.
Is it true you lose front camera functionality and HDMI out with S7? :S

Categories

Resources