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
Related
If you don't know what this is, then you don't need to know!
I successfully compiled Nano to run on Android!
http://android.modaco.com/content/software/291983/nano-editor-for-android/
It will run perfectly on any ROM that has terminfo set up, if your ROM doesn't, you may need to do this before running nano:
Code:
su
export TERMINFO=/etc/terminfo
export TERM=linux
Any problems, holler! I'll be putting this in my next Hero pack too...
P
Excellent work, I've been waiting a long time for this. Cheers!
vi is better
:wq
modaco said:
If you don't know what this is, then you don't need to know!
I successfully compiled Nano to run on Android!
http://android.modaco.com/content/software/291983/nano-editor-for-android/
It will run perfectly on any ROM that has terminfo set up, if your ROM doesn't, you may need to do this before running nano:
Code:
su
export TERMINFO=/etc/terminfo
export TERM=linux
Any problems, holler! I'll be putting this in my next Hero pack too...
P
Click to expand...
Click to collapse
I am getting an "Error opening terminal error" ANy ideas?
modaco said:
If you don't know what this is, then you don't need to know!
I successfully compiled Nano to run on Android!
http://android.modaco.com/content/software/291983/nano-editor-for-android/
It will run perfectly on any ROM that has terminfo set up, if your ROM doesn't, you may need to do this before running nano:
Code:
su
export TERMINFO=/etc/terminfo
export TERM=linux
Any problems, holler! I'll be putting this in my next Hero pack too...
P
Click to expand...
Click to collapse
what is nano.. =\ from the screenshots it looks like that its for mac and an equivalent to ADB on windows.
brian_v3ntura said:
what is nano.. =\ from the screenshots it looks like that its for mac and an equivalent to ADB on windows.
Click to expand...
Click to collapse
Nano is a command line based text editor for linux, like pico. Having it would make script editing w/in the command line feel a lot more comfortable to certain people
modaco said:
I successfully compiled Nano to run on Android!
Click to expand...
Click to collapse
What method did you use to compile it for ARM? I've had a look at several different options but nothing's worked well for me so far.
Diceman4 said:
I am getting an "Error opening terminal error" ANy ideas?
Click to expand...
Click to collapse
I'm guessing you don't have a /etc/terminfo directory?
P
modaco said:
I'm guessing you don't have a /etc/terminfo directory?
P
Click to expand...
Click to collapse
You are right I didn't. I created the directory and reran the export commands, but I still get the error...
I can run nano -help, but it won't let me actually open nano.
Put this in terminfo...
http://content.modaco.net/dropzone/terminfo.zip
P
brian_v3ntura said:
what is nano.. =\ from the screenshots it looks like that its for mac and an equivalent to ADB on windows.
Click to expand...
Click to collapse
Far from it, nano is a useable linux text editor, so the non-vi-gurus among us will finally be able to edit text without having to connect to a computer or exporting the file to /sdcard to be edited with a market program
Really cool news. Thank man
ok, nano is good
finally, all i need is vi
Good work,
anyway VI is fine for me but I love Joe's own editor (joe)
Hey -- there's a bug in this. When using nano via adb shell, you can't save files. The enter button doesn't seem to want to work correctly.
Working perfectly nice thanks
Woo!
That's so much better than vi.
ETA: .... Erm. I guess I spoke too soon. Normal keyboard arrows over adb are cycling through the command history. This appears to happen on sh, ash, and bash. I'm on the latest Cyanogen 4.1x and I have /etc/terminfo/l/linux (where /etc -> /system/etc) but $TERM was not set. Setting it to linux didn't seem to help in either of the three shells. However, the trackball does work as arrows from terminal emulator, so this is still much better than vi.
Thanks!
ETA2: derr, it's happening in vi too.... I swear that worked before.....I'll keep poking around
ETA3: nevermind, known issue with adb http://forum.xda-developers.com/showthread.php?p=4124148 maybe I'll see about getting dropbear setup.
after an entire day of hell trying to compile gnu nano 2.0.9 for myself, I finally managed. Another problem now is the keyboard layout mismatch. Any one fixed this yet? i.e arrows flip through history instead of navigating within nano.
I figured out how to move about in the nano screen, but only where there is text. if the screen is empty you wont be anble to move no where, BUT if you open a text file, and hold in SHIFT whilest moving aground with keyboard arrows, that will work
I guess thats not perfect, but its a start.
modaco said:
Put this in terminfo...
http://content.modaco.net/dropzone/terminfo.zip
P
Click to expand...
Click to collapse
did you made those terminfo files yourself? if so, care to explain further? i've compiled termcap libs for arm. but further than that I dont quite know which direction to take to start working on a better env terminal, which I suspect is most of the problem for certain misbehaviour of nano on android.
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
First post! So hello,
I made a big screwup. First i rooted my lg-p990, next i deleted lg-home using Titatium Free. I did not backup my file. Also i never installed a new homescreen.
When finishing this action, the phone didnt respond anymore. Now it wont restart. It is still possible to connect to pc and view sd cards. Also it will restart bringing the installation sequence, but when finishing it, the phone stops responding again.
I realise i havent been very smart. But does anybody have a solution?
Im guessing you will have to push the apk through adb.... but as i have limited knowledge on this i would wait until someone more experienced gives you help!
Moonie17 said:
Im guessing you will have to push the apk through adb.... but as i have limited knowledge on this i would wait until someone more experienced gives you help!
Click to expand...
Click to collapse
thanks for your reply. I heard about this before, but dont have they faintest clue about how to deal with it.. I hope sombody can help me out
goaner33 said:
thanks for your reply. I heard about this before, but dont have they faintest clue about how to deal with it.. I hope sombody can help me out
Click to expand...
Click to collapse
Short answer for you:
1) Download my attachement
2) Rename it from .zip to .apk
3) Put in adb folder
4) Run:
adb remount
adb push LGLauncher.apk /system/app/
adb reboot
doesn't pushing apks to system/app require root? Correct me if I'm wrong
aMpeX said:
doesn't pushing apks to system/app require root? Correct me if I'm wrong
Click to expand...
Click to collapse
Yes it does, as well as removing /system apps
Piter1225 said:
Short answer for you:
1) Download my attachement
2) Rename it from .zip to .apk
3) Put in adb folder
4) Run:
adb remount
adb push LGLauncher.apk /system/app/
adb reboot
Click to expand...
Click to collapse
Thanks again for your reply.
My next problem is that i dont know how to operate adb. I've got android sdk installed, but cant find how to work with adb.. What to do?
-edit-
I did some more research, and i cant use the commandline to acces :\android-sdk-windows\tool. This path doesn excist. Neither am i sure if USB-debugging is activated on the phone. I cannot acces the phones menu, so i cannot check..
what to do....
goaner33 said:
Thanks again for your reply.
My next problem is that i dont know how to operate adb. I've got android sdk installed, but cant find how to work with adb.. What to do?
Click to expand...
Click to collapse
You need to use command line to enter the lines I've written
Piter1225 said:
You need to use command line to enter the lines I've written
Click to expand...
Click to collapse
There are a few problems:
First is that there is no adb map to be found. Second is that when i for example enter the command "adb remount" my system doesnt recognise the command..
Thanks for your efforts though
Well. You rooted the phone. So usb debugging is enabled. It has to be for super one click to work.
Sent from my LG-P990 using XDA Premium App
Try that
Go to C:/Windows/System32
Copy cmd.exe
Paste it in SDK folder, where the ADB.exe is
Than enter my commands
gensplejs said:
Well. You rooted the phone. So usb debugging is enabled. It has to be for super one click to work.
Sent from my LG-P990 using XDA Premium App
Click to expand...
Click to collapse
And what when i... and i dont know this for sure, turned usb debugging off...
goaner33 said:
There are a few problems:
First is that there is no adb map to be found. Second is that when i for example enter the command "adb remount" my system doesnt recognise the command..
Thanks for your efforts though
Click to expand...
Click to collapse
"adb remount" wont work untill we have a modded boot image.
anyway. I can help you remotely if you want. just write me a PM.
gensplejs said:
"adb remount" wont work untill we have a modded boot image.
anyway. I can help you remotely if you want. just write me a PM.
Click to expand...
Click to collapse
Dam... my bomgar server seems to be down... or i locked myself out :-(
But i can help you remotely tomorrow.
gensplejs said:
Dam... my bomgar server seems to be down... or i locked myself out :-(
But i can help you remotely tomorrow.
Click to expand...
Click to collapse
Wow, that would be great! i'll pm you for my contactinfo!
Piter1225 said:
Try that
Go to C:/Windows/System32
Copy cmd.exe
Paste it in SDK folder, where the ADB.exe is
Than enter my commands
Click to expand...
Click to collapse
Okee, i must sound liek a real noob. I cannot find this SDK folder and the only file that i can find that relates to adb is adb_usb.exe..
i know that i am a real pain in the ass
If you manage to get a working adb connection the commands you need to execute are. Please make sure that the phone is unlocked when typing su (you will get a su access prompt on the phone and need to press allow)
adb push LGLauncher.apk /sdcard/
adb shell
su
busybox mount -o,remount -rw /system
stop
cp /sdcard/LGLauncher.apk /system/app/
reboot
problem solve
E-mail download link of the LGhomeLaunger.apk
Download on you phone and install.
It works as new!
Ok i solved the problem, thanks for thinking along with me..
It seemed i could still recieve emails, so i just sent the lghome.apk as a downloadlink true email..
it worked!
i guess sometimes solutions are not always as dificult!
goaner33 said:
Ok i solved the problem, thanks for thinking along with me..
It seemed i could still recieve emails, so i just sent the lghome.apk as a downloadlink true email..
it worked!
i guess sometimes solutions are not always as dificult!
Click to expand...
Click to collapse
well...
that is not a permanent fix.
when you install that way it is only installed in user space... If you ever factory reset the phone you will be stuck without a launcher again... and probably no way to config ur email :-(
you need to put the launcher apk file on your sd card... and then copy it to the /system/app folder using root explorer.
If you do this it will be fixed even after a factory reset...
anyway. Next time just freez apps. Dont uninstall them. If they are only frozen you can allways factory reset to get them back.
Hi, this are working version of synergy and synergy GUI for the atrix, this will allow to have a main PC to act as a server and WebTop will receive mouse and keyboard events when you move your mouse to an edge of the monitor
Read More: http://synergy2.sourceforge.net
To use it:
Extract the files and put them on /usr/bin
chmod 755 / chown root:root
If you want add a menu entry for Quick Synergy, set up the server on your PC and start the client on WebTop with QuickSynergy or by shell (synergyc --help)
luismanson said:
Hi, this are working version of synergy and synergy GUI for the atrix, this will allow to have a main PC to act as a server and WebTop will receive mouse and keyboard events when you move your mouse to an edge of the monitor
Read More: http://synergy2.sourceforge.net
To use it:
Extract the files and put them on /usr/bin
chmod 755 / chown root:root
If you want add a menu entry for Quick Synergy, set up the server on your PC and start the client on WebTop with QuickSynergy or by shell (synergyc --help)
Click to expand...
Click to collapse
I posted this over in apps and themes awhile back with detailed install instructions. (maybe a little outdated...)
But yes a killer setup and this thread will probably be moved .....
dicksteele said:
I posted this over in apps and themes awhile back
Click to expand...
Click to collapse
so, i was not crazy? i searched here and googled to find a post i tought i saw here but i was not abre to find it!!!
this should be closed then, thanks for your work!
luismanson said:
so, i was not crazy? i searched here and googled to find a post i tought i saw here but i was not abre to find it!!!
this should be closed then, thanks for your work!
Click to expand...
Click to collapse
No worries. It's been a while since I updated. I haven't heard from anyone or seen any updated posts so I haven't done anymore to thread.
I actually install via synergy_1.3.1-5_armel.deb. This is after installing GladiAtrix and other mods. It's kicking my ass trying to find a place in webtop startup to place script I wrote to start it.
i will take a look for auto start, isnt there any xsession scripts?
i tryed a newver version but it complained for libstcdc++ i have to fix this for firefox4
luismanson said:
i will take a look for auto start, isnt there any xsession scripts?
i tryed a newver version but it complained for libstcdc++ i have to fix this for firefox4
Click to expand...
Click to collapse
Cool. good luck. PM if ya find it.
Thread closed since it's already a thread about it.
Well to get a long story short,im not a complete noob in the rooting,optimising,flashing bussiness.
So dont tell me flash this kernel or this stock rom,or this or that.
The problem after hours of searching is a bad app.
I have bought over 500 apps cause i want to support the community.
So,when i restore all my apps,when the phone starts,after the home screen loads AT THE MOMENT WHERE IN TOUCHWIZ OR ADW OR WHATEVER THE APPS ARE FINALLY LOADED
REBOOT,hot reboot most of the times...
I tried everything...startup managers to block everything and i mean everything...
Rescan media root app to stop scanning of sdcard...
Everything,no matter if it froyo,ginger,ics,stock,rooted or WHATEVER.
Of course i can install one app at a time an reboot,to see what happens but that will take ages and also maybe one app 'hit' with another...
So help me find the bad app...
I am no noob but i am no pro either...
So how do i take a logcat? Will that help either way?
Do i have to use adb?
help....
You are kidding right? You have 500 apps installed at the same time? Why on Earth? I think you are lucky the phone even tries to boot...
On to your problem at hand - no one here will be able to help you with the info you provided.
I thought their was like a 30 app limit to android?
Adb is your best bet.
Sent from my HD2 using xda premium
kylew1212 said:
I thought their was like a 30 app limit to android?
Adb is your best bet.
Sent from my HD2 using xda premium
Click to expand...
Click to collapse
Yes,i have so many apps and i want to find which app 'collides' with another or at least which app causes problems.
I used logcat with semaphore kernel and i have taken out some txt files just before the soft reboots...
How adb will help me.
I will find how to install adb but what then?
What command should i use?
And the phoen will be open?In recovery? What?
Please help....
karapoutsoglou said:
Yes,i have so many apps and i want to find which app 'collides' with another or at least which app causes problems.
I used logcat with semaphore kernel and i have taken out some txt files just before the soft reboots...
How adb will help me.
I will find how to install adb but what then?
What command should i use?
And the phoen will be open?In recovery? What?
Please help....
Click to expand...
Click to collapse
Well you certainly need apps 2 SD ... but you probably already have that.
To use adb, download it firstly. Its in the Google developer tools.
Once downloaded open terminal. Alt+ctrl+t. Use CD to change to the directory that contains adb in the platform tools. Once your in the folder containing adb, type "./adb logcat" without the quotes. This is for a computer running Ubuntu Linux also
Sent from my HD2 using xda premium
kylew1212 said:
Well you certainly need apps 2 SD ... but you probably already have that.
To use adb, download it firstly. Its in the Google developer tools.
Once downloaded open terminal. Alt+ctrl+t. Use CD to change to the directory that contains adb in the platform tools. Once your in the folder containing adb, type "./adb logcat" without the quotes. This is for a computer running Ubuntu Linux also
Sent from my HD2 using xda premium
Click to expand...
Click to collapse
thanx for the response.
i have set adb succesfully and i see the logcat on my cmd window running like hell most of the time.
i read that you can use some commands like -w -e etc to narrow the results to important messages? is that correct?
if yes,how you can do that? i mean the full command adb logcat....etc
thanx in advance
karapoutsoglou said:
thanx for the response.
i have set adb succesfully and i see the logcat on my cmd window running like hell most of the time.
i read that you can use some commands like -w -e etc to narrow the results to important messages? is that correct?
if yes,how you can do that? i mean the full command adb logcat....etc
thanx in advance
Click to expand...
Click to collapse
Unfortunately I have very little adb experience...
Maybe try something like the same command you used
"./adb logcat"
I guess going by what you're saying you could try something like
"./adb logcat -w" try that then maybe replace the w with e..
Keep in mind these are just guesses because I do not know for certain
I will research as soon as possible and write a quide for it as this can benefit lots of people
Sent from my HD2 using xda premium
kylew1212 said:
I will research as soon as possible and write a quide for it as this can benefit lots of people
Click to expand...
Click to collapse
thanx.
i had the same in mind.maybe something good can come out of this
Another way would be using ddms - connect your phone in debug and run ddms (it's included in the SDK Tools). It provides an interface to browse your device's logs and filter them according to your needs. I think you'll be able to locate that one which explains why your phone is crashing.
On second thought however - is it possible for you to turn the debug on?
avltree said:
Another way would be using ddms - connect your phone in debug and run ddms (it's included in the SDK Tools). It provides an interface to browse your device's logs and filter them according to your needs. I think you'll be able to locate that one which explains why your phone is crashing.
On second thought however - is it possible for you to turn the debug on?
Click to expand...
Click to collapse
thank you!
great idea,i will test it
yes,i can turn the debug on,because the phone crashes just when all the apps are loaded in the drawer.
it must be a bad app because i used to have many apps since froyo times and no problem.
like 500...and the phone was fast.
i really want to find that bad app and kill it
edit
================================
wow,ddms is a dream! thats what i was looking for!!!
thank you
Sorry for the double post but i thought it needed a single post.
Well,the problem is fixed with the help of you guys!!!
I was getting a hell lot of warnings about watchdog_n and stuff.
I googled it and appeared that a whole bunch of people had the same problem especially with nexus s etc.
They said it was due to some crappy app wanting to auto-sync.
So i did a wipe cache,wipe dalvik cache,fix fc and then when the phone rebooted i disabled the auto-sync.
Guess what,no more loops and soft reboots!!!
I still dont know what app is causing all the problems and propably never will,if you thing that the same apps in my tablet dont cause a thing,but after the auto-sync off the problem is gone.
Good thing though i dont need auto-sync cause its not the best solution...