Stock FroYo Mail App - Captivate Themes and Apps

Anyone replaced the horrible TW Mail app with the stock FroYo one yet? Is it even possible?

mfriedman79 said:
Anyone replaced the horrible TW Mail app with the stock FroYo one yet? Is it even possible?
Click to expand...
Click to collapse
No but I did replace it with the one from the Galaxy Tab. I prefer that one over the standard Captivate TW email.apk.

I have the Captivate with Froyo installed. When I reply to an email, it sends a message, but none of the content is kept and the addressee gets an empty message. The see nothing from me, but do see the original email message. Anyone else see this problem? How do I get the one for the Galaxy Tab to see if it corrects the problem?

Gunz52 said:
I have the Captivate with Froyo installed. When I reply to an email, it sends a message, but none of the content is kept and the addressee gets an empty message. The see nothing from me, but do see the original email message. Anyone else see this problem? How do I get the one for the Galaxy Tab to see if it corrects the problem?
Click to expand...
Click to collapse
Yep same problem. Have to go back to touchdown for now for email because it's a little annoying having to send new emails to any replies just to have text actually show up.
Gonna have to look for the Tab email app and try that.
theMaginator did you find the apk in a thread or pull it out yourself? Can you provide a link to any instructions you used or link the apk yourself for the Tab email app?
Thanks

Glad to know I'm not the only one.

mfriedman79 said:
Yep same problem. Have to go back to touchdown for now for email because it's a little annoying having to send new emails to any replies just to have text actually show up.
Gonna have to look for the Tab email app and try that.
theMaginator did you find the apk in a thread or pull it out yourself? Can you provide a link to any instructions you used or link the apk yourself for the Tab email app?
Thanks
Click to expand...
Click to collapse
Yes there is a thread on the development side. Ill post a link shortly.
Sent from my SAMSUNG-SGH-I897 using XDA App

mfriedman79 said:
Anyone replaced the horrible TW Mail app with the stock FroYo one yet? Is it even possible?
Click to expand...
Click to collapse
Gunz52 said:
I have the Captivate with Froyo installed. When I reply to an email, it sends a message, but none of the content is kept and the addressee gets an empty message. The see nothing from me, but do see the original email message. Anyone else see this problem? How do I get the one for the Galaxy Tab to see if it corrects the problem?
Click to expand...
Click to collapse
mfriedman79 said:
Yep same problem. Have to go back to touchdown for now for email because it's a little annoying having to send new emails to any replies just to have text actually show up.
Gonna have to look for the Tab email app and try that.
theMaginator did you find the apk in a thread or pull it out yourself? Can you provide a link to any instructions you used or link the apk yourself for the Tab email app?
Thanks
Click to expand...
Click to collapse
theMaginator said:
Yes there is a thread on the development side. Ill post a link shortly.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
You guys can follow the instructions here to get this working as expected.

Reply Work Around
If the directions to patch this are a little intimidating, which they are to me, I tried a simple test and it seems to work.
When you hit the button to reply, there is a "delete" circle and hash next to the original message. Hit that, deleting the original senders text, then type your reply as you normally would. This has worked on every email I have replied to this evening.
This isn't a pretty fix, but it is easy for the time being.
Regards.

FYI the instructions to replace the Email app linked to above don't explicitly mention that you need to be rooted to be able to do it. It isn't really all that difficult to do though, you just need to download the Android SDK and then the rest is just copy and pasting into the command prompt.

jneilliii said:
You guys can follow the instructions here to get this working as expected.
Click to expand...
Click to collapse
Hmm system didn't show any mail app after I tried that, but after jumping through some of the links provided in the link you gave I was able to find one that appears to work. Will have to see how it goes.
Thanks.
As for the GalaxyTab app, while it is definitely the best looking Android App i have tried so far, it had some issues with exchange support for me, so had to try something else.

Whenever I try this line
cp /sdcard/Email.apk > /system/app/Email.apk
I get this
cp: not found
How do I get around this?

BUS DR1V3R said:
Whenever I try this line
cp /sdcard/Email.apk > /system/app/Email.apk
I get this
cp: not found
How do I get around this?
Click to expand...
Click to collapse
Make sure you have busybox installed. may have to try 'busybox cp' instead of just cp.
Also for me it didn't recognize the > command so I had to remove that, but it also could be why it didn't work for me. The other instructions showed the command as 'cat /sdcard/Email.apk > /system/app/Email.apk' which could also be the difference on why it didn't work.
Sadly I got another stock app working, but it has not GAL search. wondering if its the 2.1 app by mistake.
EDIT: I am mistaken. No button like stock to search GAL, but it does appear to auto search it when entering a name.
Oh well. the search continues.

replacing with new Email.apk not working
When i try to follow the steps in the link posted, I get this....
C:\android-sdk-windows\tools>adb pull /system/app/Email.odex
remote object '/system/app/Email.odex' does not exist
Any help would be greatly appreciated! Thanks!

changeyez said:
When i try to follow the steps in the link posted, I get this....
C:\android-sdk-windows\tools>adb pull /system/app/Email.odex
remote object '/system/app/Email.odex' does not exist
Any help would be greatly appreciated! Thanks!
Click to expand...
Click to collapse
Hmm you can always go through shell and verify the file is there.
adb shell
su
cd /system/app
ls | grep Email
That should show both the apk and odex files if they exist.
You can also try backing up via copying from adb as well, or just rename the files as I did for easy restoration.
adb shell
su
cd /system/app
mv Email.apk Email.old
mv Email.odex Email.odex.old
or
adb shell
su
cp /system/app/Email.odex /sdcard/Email.odex
cp /system/app/Email.apk /sdcard/Email.apk
Then just move the new Email.apk to /system/app

mfriedman79 - perfect. thanks!

Where is the Stock FroYo Mail App?

BUS DR1V3R said:
Whenever I try this line
cp /sdcard/Email.apk > /system/app/Email.apk
I get this
cp: not found
How do I get around this?
Click to expand...
Click to collapse
mfriedman79 said:
Make sure you have busybox installed. may have to try 'busybox cp' instead of just cp.
Also for me it didn't recognize the > command so I had to remove that, but it also could be why it didn't work for me. The other instructions showed the command as 'cat /sdcard/Email.apk > /system/app/Email.apk' which could also be the difference on why it didn't work.
Sadly I got another stock app working, but it has not GAL search. wondering if its the 2.1 app by mistake.
EDIT: I am mistaken. No button like stock to search GAL, but it does appear to auto search it when entering a name.
Oh well. the search continues.
Click to expand...
Click to collapse
Sorry about that guys, switched the command from cat to cp but forgot to take out the > sign. This has been fixed in the instructions.

There is a simplier way to do all this with root explorer. Delete email.apk and email.odex then move the new email.apk of your choice to system/apps and open to install.

Where can I find the default mail app for 2.1?
Sent from my SAMSUNG-SGH-I897 using XDA App

Related

Send SMS from Desktop

I just stumbled upon an Android app which allow you tu send text messages from your Desktop.
That works both on Windows or OSX/Linux and you can use it over wifi or USB powered.
http://sites.google.com/site/desktopsmsforandroid/en
Hmmm sounds interesting. Not something I'd use though. I just wish we had a VNC server for android so you could control it (and type SMS's) from another room.
AdrianK said:
Hmmm sounds interesting. Not something I'd use though. I just wish we had a VNC server for android so you could control it (and type SMS's) from another room.
Click to expand...
Click to collapse
http://code.google.com/p/android-vnc/
I tried it on real device works fine but xvncviewer on linux can only view and I'm not able to send mouse events to the device.
Here is what I did :
Code:
# adb push fbvncserver /data/
# adb shell chmod 777 /data/fbvncserver
# adb shell /data/fbvncserver
Then to remote access the phone :
Code:
# xvncviewer PHONE_IP:5901 FullColor
how do u use this? im totally lost can i get a step by step please
sweet ima try this
steven178s said:
sweet ima try this
Click to expand...
Click to collapse
could u help me get started? wat do i do to use this? ive rooted my g1 before
i tried it but it sent out double sms's.
deadite66 said:
i tried it but it sent out double sms's.
Click to expand...
Click to collapse
I think It's related to cupcake bug with SMS encoding shown here :
http://code.google.com/p/android/issues/detail?id=2318
http://code.google.com/p/android/issues/detail?id=2600
Maybe could you post this issue here :
http://code.google.com/p/desktopsms/issues/list
please help
kyram04 said:
please help
Click to expand...
Click to collapse
here is the English translation of the full site, guess they aint know how to finish.
Google Translation
basically make sure your adb is working and that you have java 1.5 on your computer.. then go to the command prompt and enter this command after you set it all up: java -jar MainGUI.jar
so i need astro file manager to download this files on my comp? idk where to get astro
ok wait im just not sure how to download DesktopSms on my android phone. But i figured astro is for the phone..
wow i actually figured it out lol
Works great so far. The interface needs more polishing but it is functional. A nicer address book would be great.
I just use google voice, you can set a widget on Igoogle it is pretty sweet
works like a charm
thx

Google Voice Search

Has anyone tried installing "Google Voice Search"?
I couldn't get it to install on CM6: A009.
Looks like another great Google app.
Sent from my Liberty using XDA App
drwatson1234 said:
Has anyone tried installing "Google Voice Search"?
I couldn't get it to install on CM6: A009.
Looks like another great Google app.
Sent from my Liberty using XDA App
Click to expand...
Click to collapse
from the first page of the cm6 thread...
Google voice search -- fixed with correct gapps version - 08/01/2010
Click to expand...
Click to collapse
the download for the appropriate google apps download is also on the front page.
http://www.mediafire.com/?gb99xl93748mqto
mattbollenbach said:
from the first page of the cm6 thread...
the download for the appropriate google apps download is also on the front page.
http://www.mediafire.com/?gb99xl93748mqto
Click to expand...
Click to collapse
I believe he is talking about the new voice search released today, I tried to install it from the market, it would download, but it had an error trying to install (using A008)
Yes. Sorry, I am referring to the new App that is available via the Market. Sorry I didn't clarify that earlier.
Attn1, any thoughts?
Sent from my Liberty using XDA App
androidcentral method doesn't work(listed in comments):
1. Uninstall current version w/ Titanium Backup
2. Reboot
3. Install new version from the market.
I still get "installation unsuccessful" after above mentioned method.
Sent from a cm6 intruder...
If it helps, vlingo app is now free!
Sent from a cm6 intruder...
frustrating since others with CM6 nightly have it
I've been working on this, here is what I have so far.
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock3
Successfully remounts the system partition as read/write
adb shell rm -f /system/app/VoiceSearch.apk
rm: cannot remove '/system/app/VoiceSearch.apk': directory not empty
(however the file is now gone: adb shell ls /system/app)
adb shell pm uninstall com.google.android.voicesearch
Failure
(At this point, Settings->Applications->Manage Applications still shows the Voice Search application as installed, not surprisingly)
adb reboot
Reboot the phone, upon booting back up, the phone is sluggish and slow. An attempt to download the application from the Market fails with the same package signature error.
Does anybody have any idea what the heck is going on?
I got this from the cm 6 thread in the aria development forum:
On phone:
Recovery
Mount system
On computer:
cd
adb shell
cd /system/apps
rm VoiceSearch.apk
rm GoogleSearchBox.apk
Reboot phone then go to market and get voice search.
Sent from my Liberty using XDA App
hashbrown said:
I got this from the cm 6 thread in the aria development forum:
On phone:
Recovery
Mount system
On computer:
cd
adb shell
cd /system/apps
rm VoiceSearch.apk
rm GoogleSearchBox.apk
Reboot phone then go to market and get voice search.
Sent from my Liberty using XDA App
Click to expand...
Click to collapse
worked like a champ...the new voice search is friggin amazing...
I was able to get the new Voice Search and widget working, but by using the above method the hardware Search button no longer brings up anything. If you long press the button you can choose the Voice Search option, but a regular press doesn't do anything. Anyway to fix it so a regular press goes to the regular search window again?
How is this any different/better than the built-in Google Voice search?
struff said:
How is this any different/better than the built-in Google Voice search?
Click to expand...
Click to collapse
It's the most recent official update by Google. You can read about it at http://googlemobile.blogspot.com/2010/08/just-speak-it-introducing-voice-actions.html. It's a lot quicker with recognition and they've added a bunch of actions you can do like sending emails or finding directions.
ocswing said:
It's the most recent official update by Google. You can read about it at http://googlemobile.blogspot.com/2010/08/just-speak-it-introducing-voice-actions.html. It's a lot quicker with recognition and they've added a bunch of actions you can do like sending emails or finding directions.
Click to expand...
Click to collapse
I can't find it in the Market and both of the tags on that Google blog page that you posted come up with nothing.
ocswing said:
It's the most recent official update by Google. You can read about it at http://googlemobile.blogspot.com/2010/08/just-speak-it-introducing-voice-actions.html. It's a lot quicker with recognition and they've added a bunch of actions you can do like sending emails or finding directions.
Click to expand...
Click to collapse
struff said:
I can't find it in the Market and both of the tags on that Google blog page that you posted come up with nothing.
Click to expand...
Click to collapse
Oh wait...this is for Froyo only??
Yes, it's only for 2.2 ROMs currently.
hashbrown said:
I got this from the cm 6 thread in the aria development forum:
On phone:
Recovery
Mount system
On computer:
cd
adb shell
cd /system/apps
rm VoiceSearch.apk
rm GoogleSearchBox.apk
Reboot phone then go to market and get voice search.
Sent from my Liberty using XDA App
Click to expand...
Click to collapse
Worked for me as well. Now, in my case the SearchBox was named "GoogleQuickSearchBox.apk". As a side note, I also backed up these files before deleting them. This is how you do it, in case you want to:
Code:
**before starting [B]adb shell[/B], at your DOS command prompt:
cd <backup folder on your PC>\
adb pull /system/apps/VoiceSearch.apk
adb pull /system/apps/GoogleSearchBox.apk (or in my case GoogleQuickSearchBox.apk)
that's it. Now you have a backup copy of the original files delivered in your CM rom, in case you want them back for (I see no) reason. I'd assume Cyanogen will fix this in no time, so this is more of a temp thing anyways.
---
Trying to find a remapping fix to the search button. It happens only on the Launcher (i.e. Maps, browser, etc) are not broken, just the search button on the launcher.

Call log mod for DK28

This is the same file that was modified by Mammon88, all I did was make it an update.zip and I can confirm it works on my phone running DK28
EDIT: Updated zip file to include the new APK mammon just provided.
If you already flashed and its working for you I don't see any reason to change to this zip...
NYYFan325 said:
This is the same file that was modified by Mammon88, all I did was make it an update.zip and I can confirm it works on my phone running DK28
Click to expand...
Click to collapse
Thanks.. I hate zippin file. Some reason I always get it wrong.. Here is the modded apk file pulled from dk28(Not sure if sprint changed anything but just in case). And thanks again!!
No problem... I enjoy being the guinea pig sometimes
Updated original posts update.zip w/ DK28 APK
So do we flash the zip off the OP or do we extract it and install the apk located inside of it?
Thanks guys!
Doesnt work for me; I still get the sms messages in the call log. I flashed the zip via Clockwork, any suggestions?
Worked great for me. Thank you sooo much. I was really tired of seeing my call logs filled with text messages.
thehustleman said:
Doesnt work for me; I still get the sms messages in the call log. I flashed the zip via Clockwork, any suggestions?
Click to expand...
Click to collapse
Its easier and quicker to move it to system/app via adb. Just copy LogsProvider.apk from the downloaded zip into your tools directory of your SDK folder. Then type in hitting Enter after each line:
adb push LogsProvider.apk sdcard/
adb shell
su
remount rw
cat sdcard/LogsProvider.apk > system/app/LogsProvider.apk
thehustleman said:
Doesnt work for me; I still get the sms messages in the call log. I flashed the zip via Clockwork, any suggestions?
Click to expand...
Click to collapse
I forgot to mention that I'm using EE 2.0.03.
The old one work as well. Running it now as we speak
anyway you can repost the old file you had up? the new one doesnt work for me
thehustleman said:
I forgot to mention that I'm using EE 2.0.03.
Click to expand...
Click to collapse
Didn't work for me either. What is EE 2.0.03?
If that's your CWM version mine is 2.5.1
The apk and odex files are in the sys\apps folder so the install worked. I'm just still seeing sms msgs in the log.
worked perfect for me. Thank you very much! That log was driving me nuts.
-Kenny
Just a FYI people, I think that this stops future messages from showing in the call log, but it doesn't remove previous messages that are in there. I just flashed this and i see messages in log but i just text'd myself and it didnt show up in there.
Bopchie is correct. If the sms still show in the call log you need to delete them and no future sms will show.
Sent from my Epic with Syndicated Frozen Yogurt
summer**** said:
Bopchie is correct. If the sms still show in the call log you need to delete them and no future sms will show.
Sent from my Epic with Syndicated Frozen Yogurt
Click to expand...
Click to collapse
Wish that were true. Unfortunately, new received texts still show up in the log. Even worse is when you select all the texts individually, it also checks the all logs box and when you click on delete, everything is gone.
odd, working fine here.. no new texts are showing up, just ones from before flashing it.
BopChie said:
odd, working fine here.. no new texts are showing up, just ones from before flashing it.
Click to expand...
Click to collapse
What's really odd is that now all my logs are back to where they were before I deleted all those texts in an effort to get them to stop showing up. Lets see what happens after I just deleted them all again.
so... im still lost. i get that i have to use the .apk or the zip... do i just copy the apk to that folder? or do have to run and install it? or can i just flash the zip as an update in clockwork?? totally lost.. but i definitely need this fix.

Need Help guys. No Media Center after Root

Hello. I rooted my Atrix and have had no problems. I deleted most of the bloatware. I also put the settings in for the apn and access wifi hotspot via this forum.
Just a couple minutes ago, I plugged in the HDMI cable to show my mother some stuff on the phone and how the Media Center is but it wouldnt come up. It came up before I did all the root. But now, when plugged in it would pop up on my screen asking what to select and then it would go away. Can someone help me on what possibly might have happened? I would really appreciate this. Thank you so much.
Nick
sounds like you deleted something when you were removing the bloatware.
as advised in other threads, don't remove it, freeze it with titamium backup.
do a factory reset and pray it comes back.
It wont come back after a factory reset so....what you have to do is get the retail motoblur dump file and push the apks to the phone using ADB. Remember to push them to the sytem not /data.
Thank desigegears for telling me this.
pwndrone said:
It wont come back after a factory reset so....what you have to do is get the retail motoblur dump file and push the apks to the phone using ADB. Remember to push them to the sytem not /data.
Thank desigegears for telling me this.
Click to expand...
Click to collapse
Yes I did a factory reset and it didnt come back. I just read the thread that talked about that uptop after I did this. I feel so bad. I screwed up. How do I get the Retail Motoblur dump file? And pushing the APKs to the phone using ADB. I havent done this in a while. Please any help I would really appreciate it.
One of the devs posted it on the forum, not sure where. MAybe on page two? just scroll down. To push them to adb, designgears posted http://forum.xda-developers.com/showthread.php?t=966405 which shows how to push files. Just push the mediacenter one.
Thank you for the info. Im downloading a file where the dump said Blur_Version.4.1.26.MB860.ATT.en.US.tar.gz is that correct? It was in this forum. But the fileformat I dont know what to open that up with. Its like 145MB. I had to PM Designgears because I really dont know how to do this. I would just need the 1 file? I do have the phone rooted with Root Explorer. Anyway I can get the file on the phone and cut and paste it in the right path?
Ok that was the right file. I do have the mediacenter.apk file now. Anyway I can put this on there with the phone rooted? I have root Explorer and can paste that apk in there.
Use 7 zip to open the file. Got to the app folder and find the one named media center. Push that file or paste it into /system
Sent from my MB860 using XDA App
I have the file. And in root explorer its also showing that the file is installed already in / system /app
Sent from my MB860 using Tapatalk
Ooohhh.... Well if it's installed then I think I know your problem.
Go to your the app "Media Share"
Click Start
Click television
Click play
Click hdmi
Follow the steps that it gives you
Sent from my MB860 using XDA App
pwndrone said:
Ooohhh.... Well if it's installed then I think I know your problem.
Go to your the app "Media Share"
Click Start
Click television
Click play
Click hdmi
Follow the steps that it gives you
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
That worked perfect man. Thank you so much for all of the help. I really really appreciate it!
No problemo

Transparent/Blue Gmail!!!!

Here are a a few transparent and blue themed gmail apk"s. Uninstall your old gmail apk then either side load through something like dropbox or push via ABD, then sync it and enjoy!
Screenshots below are of the last two apks, and first is the same just a cyan color, enjoy!
Recently added newest version 2.3.5 Enjoy and hit the thanks button if you like please! Credit goes to Fernando Sor I just changed a few things around and added my own touch.
Love the transparency. The blue looks a bit aqua though. But very cool and much better than original. Thanks
Any pics?
edit: thanks for the pics!
Was going for more of a cyan color, can do whatever anyone likes, thank you
jase33 said:
Love the transparency. The blue looks a bit aqua though. But very cool and much better than original. Thanks
Sent from my HTC HD2
Click to expand...
Click to collapse
I will post some
p2flol said:
Any pics?
Click to expand...
Click to collapse
This is a themed standard gmail app, and not a themed gmail for honeycomb app right? Or did I do something wrong?
It doesn't have modules like the normal gmail for honeycomb.
camblue said:
Was going for more of a cyan color, can do whatever anyone likes, thank you
Click to expand...
Click to collapse
Its nice the way it is. But if your up to it, maybe one with a little more blue? No pressure....good on ya for doing this!
yes themed standard, not just for honeycomb
tinpusher said:
This is a themed standard gmail app, and not a themed gmail for honeycomb app right? Or did I do something wrong?
It doesn't have modules like the normal gmail for honeycomb.
Click to expand...
Click to collapse
So awesome! Makes me want CM7 so much more lol
Sent from my Xoom using XDA Premium App
This is pretty awesome. Thanks for your work on it!
If you've got the time ... I'd love to have a version that with a blue that is 4a92ce. (That is the same as the Moto X's email client and it looks pretty sick on the X).
EXAMPLE:
how to uninstall stock one ?
get a uninstaller from the market, should work fine, or use root explorer and delete it out of system/apps
yokopol said:
how to uninstall stock one ?
Click to expand...
Click to collapse
I delete the gmail apk from system/app using root explorer but still can use my gmail application. Don't see it in root explore anymore... what to do now? Lol
Update. Downloaded root uninstaller and managed to uninstall but when I tried to install this it says application not installed? What gives?
Sent from my HTC Evo
Try to side load through dropbox thats what i do when they do not install normally,,,if that doesnt work then push through ADB to system/app, if you need i can post instructions on how to do that, just let me know
kkwus74 said:
I delete the gmail apk from system/app using root explorer but still can use my gmail application. Don't see it in root explore anymore... what to do now? Lol
Update. Downloaded root uninstaller and managed to uninstall but when I tried to install this it says application not installed? What gives?
Sent from my HTC Evo
Click to expand...
Click to collapse
Just updated the OP with two more give a try if you like
dilirum said:
This is pretty awesome. Thanks for your work on it!
If you've got the time ... I'd love to have a version that with a blue that is 4a92ce. (That is the same as the Moto X's email client and it looks pretty sick on the X).
EXAMPLE:
Click to expand...
Click to collapse
Just uploaded two more, give a try if you like
jase33 said:
Its nice the way it is. But if your up to it, maybe one with a little more blue? No pressure....good on ya for doing this!
Click to expand...
Click to collapse
Unistalled stock then installed either one and I keep getting fc's this was copy and paste from root explorer, can you put the adb instruction, also do I have to rename then to Gmail.apk...??
Thanks
You still have to install the apk not just copy and paste it. You should be able to load through dropbox and install there, it is free in the market, and you should not have to rename it.
Here is directions for adb
go to start-run-cmd
type in cd c:/android-sdk-windows/tools
then adb devices (to verify the connection)
It should say your connected and the specific number of your device
Next if you want to install something place it in the tools folder of the android-sdk-windows/tools folder
Then type this, adb push c:/android-sdk-windows/tools/(whichever you want).apk /system/app/(whichever apk you want).apk
To push you have to type the whole command line an example is adb push c:/android-sdk-windows/tools/vending.apk /system/app/vending.apk
Hope this help, let me know
lokko21 said:
Unistalled stock then installed either one and I keep getting fc's this was copy and paste from root explorer, can you put the adb instruction, also do I have to rename then to Gmail.apk...??
Thanks
Click to expand...
Click to collapse
camblue said:
You still have to install the apk not just copy and paste it. You should be able to load through dropbox and install there, it is free in the market, and you should not have to rename it.
Here is directions for adb
go to start-run-cmd
type in cd c:/android-sdk-windows/tools
then adb devices (to verify the connection)
It should say your connected and the specific number of your device
Next if you want to install something place it in the tools folder of the android-sdk-windows/tools folder
Then type this, adb push c:/android-sdk-windows/tools/(whichever you want).apk /system/app/(whichever apk you want).apk
To push you have to type the whole command line an example is adb push c:/android-sdk-windows/tools/vending.apk /system/app/vending.apk
Hope this help, let me know
Click to expand...
Click to collapse
Got it thanks......
good glad it could help!
lokko21 said:
Got it thanks......
Click to expand...
Click to collapse

Categories

Resources