screen problems - G1 Q&A, Help & Troubleshooting

Ok My g1 Fellt From my hands 2daii N The Touch Screen Dosent Work No The Glass dint brake or Nutting Inside So i FLash MY rom Back n Still No touch Now Im Stuck on " Touch The Android To begin I Have Data Plan Is there Any way to pass that so i can just Log In On My Gmail N Use the phone with Out touch =[[[
Thanks

The custom roms shoud let you in without the setup. have you tried pressing the home button the the "touch the android to begin" screen

My phone touch Iz not Working so I Can hit the android to pass it >

You can try pulling the SetupWizard.apk to your pc and see if that take you directly to the home screen and then pushing it back in and sign in via market.set up adb and do the following.
Go to cmd in windows
adb remount
adb pull /system/app/SetupWizard.apk C:/
adb shell
rm /system/app/SetupWizard.apk
reboot
If after reboot you can get to home screen you can push the SetupWizard.apk again to sign n via marker or gmail by
adb remount
adb push C:/SetupWizard.apk /system/app/SetupWizard.apk
Hope tht helps!

Related

Pushing apps to phone

does anyone know if there are ways to push the apps from the sd card to the phone such as My faves, amazon mp3, etc, basically, any apps having to do with the possible t-mobile build?
Well if they will work on every build i am not sure,but i can tell you how to push the apps to your phone.
1.First put your phone in bootmode by shutting it down then restarting holding down the home button.
2.you need to connect to the tools folder in your SDK my SDK folder sits on my desktop so with my phone connected in bootmode open the CMD and i would do cd C:\Users\owner\Desktop\android-sdk-windows-1.5_r1 then cd tools.
3.Now your ready to mount the phone adb shell mount /system
4.Next step would be to push the .apk you want adb push Myfaves.apk /system/app
5.The app should be pushed.
You can also use adb install AppName.apk
manup456 said:
Well if they will work on every build i am not sure,but i can tell you how to push the apps to your phone.
1.First put your phone in bootmode by shutting it down then restarting holding down the home button.
2.you need to connect to the tools folder in your SDK my SDK folder sits on my desktop so with my phone connected in bootmode open the CMD and i would do cd C:\Users\owner\Desktop\android-sdk-windows-1.5_r1 then cd tools.
3.Now your ready to mount the phone adb shell mount /system
4.Next step would be to push the .apk you want adb push Myfaves.apk /system/app
5.The app should be pushed.
Click to expand...
Click to collapse
Could use Terminal its great

G1 refuses to enter boot mode

I press and hold the [home] and [power] keys and it boots to nothing, even tried the [camera] and [power] keys on my G1, nothing. Current rom/SPL posted below, is it possible there's a changed key setting for the rom?
Rom: CaNNoN202-CompleteEclair-v2.0
SPL: Danger
Firmware version 2.1
Baseband Version 62.50S.20.17U_2.22.19.26I
Kernel 2.6.29.6-bfs-Firerat
Build Complete Eclair 2.0
Try reflashing the recovery image via terminal
$su
#flash_image recovery /sdcard/recovery.img "assuming your recovery image is n root of sdcard and you renamed the recovery image as recovery.img"
#reboot recovery
See if that boots to recovery
How can you get to the terminal if the phone won't boot past the first screen?
camera+power goes to the first screen, home + power goes to the first screen, trackball + power doesn't load a screen, but turns a blue led on.
I have adb. How can I do it using that??
techn0crat said:
How can you get to the terminal if the phone won't boot past the first screen?
camera+power goes to the first screen, home + power goes to the first screen, trackball + power doesn't load a screen, but turns a blue led on.
I have adb. How can I do it using that??
Click to expand...
Click to collapse
Does adb see your device?
At cmd prompt type
adb devices
If it shows up type
adb remount
If that works...
adb shell
You will have
#
Type the commands in the post above after putting a recovery image on your sd card.
If the first step does not work, you may be bricked.
techn0crat said:
How can you get to the terminal if the phone won't boot past the first screen?
camera+power goes to the first screen, home + power goes to the first screen, trackball + power doesn't load a screen, but turns a blue led on.
I have adb. How can I do it using that??
Click to expand...
Click to collapse
Just to clarify, the phone does boot up, and is fully functional aside from the [home] key working. I assume if I follow those directions, I could possibly use the android default img, and restore that, and unroot the phone for return possibilities?
rootlinuxusr said:
Just to clarify, the phone does boot up, and is fully functional aside from the [home] key working. I assume if I follow those directions, I could possibly use the android default img, and restore that, and unroot the phone for return possibilities?
Click to expand...
Click to collapse
From cmd prompt type
adb reboot recovery
See what it does.
I tried to type that and now my E, and R keys are dead...I even tried purchasing Better Terminal Emulator on the news that I can use the virtual keyboard and/or copy paste text. While this works, it allows SU, but when I type
PHP:
adb reboot recovery
it says "sh: adb: not found" So what I figured I'm stuck doing is to restore it to non-root status, or is there a way I can run commands on it from my laptop? The phone itself works great, makes calls, sends txt messages, just won't let me press the [home] key, and now apparently the E, and R keys.
EDIT:
I installed JDK, and the ADB packages, and can get it to the recovery screen from that menu, but I've run into another issue in regards to installing any update.zip through the cyanogen recovery menu. That being that you have to press [home] to confirm you want to do any action...
rootlinuxusr said:
I tried to type that and now my E, and R keys are dead...I even tried purchasing Better Terminal Emulator on the news that I can use the virtual keyboard and/or copy paste text. While this works, it allows SU, but when I type
PHP:
adb reboot recovery
it says "sh: adb: not found" So what I figured I'm stuck doing is to restore it to non-root status, or is there a way I can run commands on it from my laptop? The phone itself works great, makes calls, sends txt messages, just won't let me press the [home] key, and now apparently the E, and R keys.
EDIT:
I installed JDK, and the ADB packages, and can get it to the recovery screen from that menu, but I've run into another issue in regards to installing any update.zip through the cyanogen recovery menu. That being that you have to press [home] to confirm you want to do any action...
Click to expand...
Click to collapse
adb is ran from your computer, not terminal.
and yes, your home key not working means you won't be flashing a new rom through recovery anytime soon.
Once I figure out how to push an update package(rc33) and upgrade to cupcake/donut, will it be effectively unrooted(for purposes of sending it back)?
rootlinuxusr said:
Once I figure out how to push an update package(rc33) and upgrade to cupcake/donut, will it be effectively unrooted(for purposes of sending it back)?
Click to expand...
Click to collapse
you don't push it. and you don't technically "upgrade" to cupcake. you downgrade.
however, yes, it will be ok to send back.
here's how:
http://forum.xda-developers.com/showthread.php?t=491350

[Q]Bootanimation Black Screen

Hi guys,
I realized my bootanimation, but it doesn't work!
Can someone look at it?
When I flash it and restart the screen become black and then It loads home screen!
Thx
Try this. Also are you putting it in the right spot and setting permissions appropriately?
yes, I use the adb with the command
adb push bootanimation.zip /data/local/
but I never change de permission, how can I do?
Using the terminal and chmod 7777?
Thx a lot, it works!
But when I restar the phone, after the bootanimation the phone starts "locked" and I've to push the power button and slide down to use it.
I've got a HTC WildFire

[Q] xperia sp & start/stop shell command

Hi,
With my 2 previous android devices I never had problems using start/stop shell command.
I use them when pushing a new apk in /system/app or /system/framework, for example:
- adb shell stop
- remount /system rw
- push SystemUI.apk
- adb shell sync
- remount /system ro
- adb shell start
This sequence was for me a secure way to test a new apk version without having to make a full reboot and/or flash a .zip file. It's also easy to have issues copying a new system apk while the system is running.
Whith my xperia SP I experienced a nice system hang:
- First time I used this sequence my phone was not with the lockscreen ON (desktop was visible) and everything restarted well
- The second time my phone was sleeping (lockscreen ON and black screen). Then, after the "start" command I saw with adb logcat that everything was running again but ... the screen stay black, impossible to wake-up the phone. Ok, so I made reboot and ... total system hang with the red led ON (battery charge) even without the usb cable connected. Then, RESET button and the phone boot normally.
Any opinion on that ? What do you devs do to test a new version of a system apk ?
Thanks

Display Broken, How do I backup my photos and data?

I have a Redmi K20 Pro, not rooted, my display screen broke and has gone all blue black.
I can access phone with adb though. But cannot access the file system from my PC.
Is there anyway I can backup my photos and files to my PC, using adb or some other command ?
I have to give phone to replace screen at service center and they factory reset phone without backing up anything.
I just need to get hold of my photos and videos.
Please help. TIA !
Try the adb pull command.
If you don't know the exact location of your data try the adb shell command to start a shell session, then you can use the ls and cd commands to browse the file system first. After exiting the shell you can use the adb pull command to download specific folders to the PC.
If only the screen is broken and the device is still working, then you can try scrcpy ( have both 32 and 64 bit version ). As long as your device is enable USB Debugging, then the device's creen will be mirrored to PC, from there u can see and do what u wanna do!

Categories

Resources