Opened 13 years ago
Closed 13 years ago
#530 closed defect/bug (duplicate)
Navit Android-Port on T-Mobile Pulse
Reported by: | mal | Owned by: | cp15 |
---|---|---|---|
Priority: | critical | Milestone: | want patch / contribution |
Component: | port/android | Version: | git master |
Severity: | Keywords: | t-mobile pulse | |
Cc: |
Description
On a T-Mobile Pulse the current Navit svn version is starting with a blank screen and closes immediately without any error-Message. The Android Version is 1.5. I don't get adb logcat working, adb devices lists my phone with question marks as name and ddms complains: "device (????????????) request rejected: device not found".. sorry
Change History (4)
comment:1 Changed 13 years ago by mal
- Summary changed from Navit on T-Mobile Pulse to Navit Android-Port on T-Mobile Pulse
comment:2 Changed 13 years ago by mal
- Priority changed from major to critical
comment:3 Changed 13 years ago by mal
- Milestone set to want patch / contribution
comment:4 Changed 13 years ago by jan
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I'm having the same problem on my pulse and logcat is showing the same output as bug #522
maybe you're getting 'device not found' because you're not running adb as root? try: # adb kill-server # sudo adb start-server