These words haunt my dreams.. I see them now, even with my waking eyes:
fatal: The remote end hung up unexpectedly
Have other devs experienced this? It takes me forever just to get code down.. It's driving me insane. I've tried mapping static routes to the individual servers, but they're all as bad as each other. I assumed at first this was just load on the servers, but it seems constant at all times of the day so I'm starting to wonder if something is wrong, or if the server just has personal issues with me.
Please tell me I'm not the only one..
server traffic, keep trying (i had the same problem)
if it looks like it just won't resume, erase your android directory, repo init it again, and sync again
jubeh said:
server traffic, keep trying (i had the same problem)
if it looks like it just won't resume, erase your android directory, repo init it again, and sync again
Click to expand...
Click to collapse
Gah, just as a feared.
[up], [enter], [up], [enter], [up], [enter], [up], [enter], [up], [enter], [up], [enter], [up], [enter], [up], [enter], [up], [enter], [up], [enter]........
I got the same error frequently.. its ridiculous lol
I probably typed repo sync over 100 times.............
Yes keep trying.
I had the same problem too.
language...
Sorry.. ahem.. Who might we have to fellate in order to have some more servers assigned to this purpose?
It's just you...
I found this page while trying to solve this problem myself.
The bottom line is to change a function in .repo/repo/subcmds/sync.py to:
Code:
def _Fetch(self, projects):
fetched = set()
pm = Progress('Fetching projects', len(projects))
for project in projects:
pm.update()
while True:
if project.Sync_NetworkHalf():
fetched.add(project.gitdir)
break
else:
print >>sys.stderr, 'error: Cannot fetch %s' % project.name
pm.end()
return fetched
This is Python, so watch your indentation!
Chinpokomon said:
It's just you...
I found this page while trying to solve this problem myself.
The bottom line is to change a function in .repo/repo/subcmds/sync.py to:
Code:
def _Fetch(self, projects):
fetched = set()
pm = Progress('Fetching projects', len(projects))
for project in projects:
pm.update()
while True:
if project.Sync_NetworkHalf():
fetched.add(project.gitdir)
break
else:
print >>sys.stderr, 'error: Cannot fetch %s' % project.name
pm.end()
return fetched
This is Python, so watch your indentation!
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Related
Please help, this is very annoying. Each time I do a soft reset and the Machine boots up again I get the error:
The file "" cannot be opened. Either it is not signed with a trusted certificate or one of its components cannot be found. You might need to reinstall or restore this file
Click to expand...
Click to collapse
I suspect some damaged autostart item causing this, since it says << file "" >>. I checked the Windows/AutoStart folder and could not find anything suspicious. What other ways do exist in WM5 to autostart programs ? I have to find that entry... it's really annoying.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Following registry key check you must:
HKEY_LOCAL_MACHINE\Init
To desktop Run key equivalent it is.
I could not find any suspicious entry under HKEY_LOCAL_MACHINE\Init.
However I checked out HKEY_LOCAL_MACHINE\Services\ in the belive that these are system services loaded on startup (?). I noticed one strange anomaly: All the services listed there have a string value named "DLL" that has a path to a dll assigned to it. The service "Trusted" however has an empty DLL string value. Could this be the cause? Could someone else check if they have the path HKEY_LOCAL_MACHINE\Services\Trusted on their Prophet and if there is a value assigned to the DLL string ?
Hmm, didn't know about that one, but now that you mention it, here's what I have under HKLM\Services\Trusted:
PushRouter pushrouter.dll
SIMInit siminit.dll
SIMToolkit simtkit.dll
WSPPush wsppush.dll
Push mail is on so I guess that's why they are there. No key named 'DLL' though. I think it will be safe to remove the empty entry, but you should back up your data just in case.
P.S. Any links in your startup folder? The link may look normal but could have a bad string inside cosing the problem. Just a thought.
Here is what's in my Startup folder:
CapNotify.lnk: 32#"\Windows\CapNotify.exe"
custTDYTSK.exe
GamePad.exe
HomeZone Core: 36#"\Windows\V2R\Homezone\HomeZone.exe"
HomeZone Display: 44#"\Windows\V2R\Homezone\HZDisplayDataSMP.exe"
Init_Tray.lnk: 39#"\Windows\Init_Tray.exe"
PhotoContacts.lnk: 51#"\Programme\Photo Contacts PRO\PhotoContacts.exe" "-silent"
poutlook.lnk: 21#:MSPOUTLOOK
sddaemon.lnk 58#"\Windows\sddaemon.exe"
Services.lnk: 26#"\windows\spbservices.exe"
Removing the Bluetooth gamepad driver from the autostart did the trick. It was written for WM2003 and apparently generates this error on WM5. However starting the driver after the device is fully loaded does not generate the error, so I'm going with this. Thanks for your help.
Google disclose API document at http://developer.android.com/reference/classes.html.
However many useful classes and methods hidden by Google and manufacture, and developers be restricted to implement more advanced function.
For instance, the Bluetooth API was disclosed at Android 2.3, but it's available at Android 2.2 already. And the "android.randerscript" package for 3D calculation was disclosed at Android 3.0, but it's existed at Android 2.3 already.
Google list 3112 classes at API document, but this tool found 9082 classes at Galaxy Nexus. In other words, more than 5000 classes were hidden by Google, and those classes may be the key point to help developer to implement advance function.
Try to discover more useful classes and method at your Android device, it may help you to make more miraculous function at your application.
You can download this tool at URL below.
https://market.android.com/details?id=com.twrd.yulin.classminer
This is going to be fun
Awesome. Thank you.
Very Awesome.
Thanks
9110 classes
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
AWESOME! Thanks a lot
This is absolutely useful, when you want to develop, without going to your browser each time and to search it.
A nice time-saver !
Thank you !
Really Awesome.
Thanks!
I was just wondering, would it be possible to scan for Content Providers as well? I guess that would make the app even more useful
forceu said:
I was just wondering, would it be possible to scan for Content Providers as well? I guess that would make the app even more useful
Click to expand...
Click to collapse
Dear forceu,
Does you means scan context which provided by ContentProvider? I'll study for that, thanks for your suggestion.
No, I actually meant scanning APKs for declared ContentProviders in the Manifest. (Eg the SMS-Provider).
And, if possible, list the needed permission for the content provider (should be declared in the manifest as well).
Example in a manifest:
Code:
<provider android:name="xxx.NotesContentProvider"
android:authorities="xxx.NotesContentProvider"
android:readPermission="xxx.PERMISSION" />
Nice ill be giving this a try
Hai, I'd like to share with you an LOLCODE interpreter and editor that I have been working on the past few days.
It was made in three days so expect a few bugs here and there, they will be fixed in time.
It is open source! There are two parts of the app:
The console and editor itself: Apache License 2.0
The LOLCODE interpreter: GNU General Public License 3
App source: https://github.com/bandoncontortion/LOLCode
Interpreter source: https://github.com/bandoncontortion/LOLCodeInterpreter
If you're interested in helping on the app PM me and I will get back to you as soon as I can.
Features:
- Run and test LOLCODE scripts
- Edit LOLCODE files
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits:
Adam Lindsay for creating this great language!
Brett Kail for his open source Java LOLCODE Interpreter
If I missed someone feel free to message me and I will add you to the list.
Thanks for the post http://www.xda-developers.com/android/open-source-lolcode-editor-and-interpreter-for-android/
Downloads:
(It isn't an attachment because the file size is 12 MB when this only allows 8 MB apks)
Google Play: https://play.google.com/store/apps/details?id=net.linxdroid.lolcode
Or MediaFire: http://www.mediafire.com/download/2d2c54r65ef7vqg/LOLCodeAPP.apk
this looks interesting lol
ill make sure to give it a shot (once my device comes back from repair).
thanks for this!!
btw First!
HAHAHA This is awesome
im totally trying this out
what are the limits of it? is it just like print this and copy this and do some math here and stuff, like enetertaining developers when they get bored or frustrated?
or does have like some deep usefulness(i.e. file movement, external script execution, graphics manipulations)
Second
(i need to feel important too)
zawata said:
HAHAHA This is awesome
im totally trying this out
what are the limits of it? is it just like print this and copy this and do some math here and stuff, like enetertaining developers when they get bored or frustrated?
or does have like some deep usefulness(i.e. file movement, external script execution, graphics manipulations)
Second
(i need to feel important too)
Click to expand...
Click to collapse
It's pretty basic. Mainly just a for the lulz language to entertain developers but I hope to work off it to make it a little more functional sometime soon.
Ha itz funny,
One little bug.
When i press open, and then back, it goes to Home, instead of back to the editor.
LOLCODE What!?
What is LOLCODE?
And what does it even do, if it does a thing or two...?
Can I haz moar lulz?
Sent from my Nexus 4 using Tapatalk 4
error
I've just posted information about an error with this application. It is on Google play. In case someone cannot access Google play I've posted it below:
If I try to execute any lolcode (even hello world) it displays this error in the command prompt:
I/O Error: EOCD not found; not a Zip archive?
I have tried to reinstall but it didn't help the problem.
As requested by a friend, here is Sprint Free 1.1.
Sprint Free is a very simple app: It just downloads a file, in the background, over and over. The idea is that some providers will terminate your contract if your data usage is outside their limits.
Reference: http://i.imgur.com/PjXVpEy.png
What it does:
Downloads a file from any location you want, but in small pieces, so it uses <1MB of your storage space
Options:
Start on boot
Custom URL input (has a default)
Custom Interval (10 seconds default)
Notes:
This app does its best to force a mobile connection for the file, even if you are on wifi. However, not all devices are capable of this. If you'd like to test yours, just run
Code:
adb logcat -s "SPRINTFREE"
and look for this line:
Code:
requestRouteToHost result: true
also note this line:
Code:
startUsingNetworkFeature for enableHIPRI result: 1
-1 = failure
2 = most likely your phone is not capable
If it is unable to use mobile, no worries - whenever you go off the wifi, it will automatically reconnect to the mobile and continue downloading the file.
Please Note: This application will incur heavy data usage. Please make sure you know why you are using this app, and that you have setup everything properly!
Download:
mod edit: link removed[\b]
If this app has helped you escape the evil clutches of a contract, please consider donating to me: http://goo.gl/hBMjni
Screens:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Nicely done
Any chance of open sourcing?
mattlgroff said:
Any chance of open sourcing?
Click to expand...
Click to collapse
Because I'm such a nice guy, sure! lol... gimme a few, I'll github it.
mattlgroff said:
Any chance of open sourcing?
Click to expand...
Click to collapse
Ok... my attempt to connect eclipse with github (windows) was... well, all of my source code got deleted. (Not in the recycle bin - deleted, gone)
So, I had to do a data recovery, piece the files back together, hand create a new eclipse project...
Anyways, I'll get this uploaded tomorrow (besides, there's a tweak I really need to make before I release the source. Need to use some intents rather than a couple threads watching a sharedpref - it's highly inefficient the way it is, but it was a rush job)
parabola949 said:
Ok... my attempt to connect eclipse with github (windows) was... well, all of my source code got deleted. (Not in the recycle bin - deleted, gone)
So, I had to do a data recovery, piece the files back together, hand create a new eclipse project...
Anyways, I'll get this uploaded tomorrow (besides, there's a tweak I really need to make before I release the source. Need to use some intents rather than a couple threads watching a sharedpref - it's highly inefficient the way it is, but it was a rush job)
Click to expand...
Click to collapse
its a really long tomorrow
Thread closed due to it being what basically constitutes fraud. Pm was sent to the op almost a week ago and no response was received. Thread will go down until further notice.
If you're like me, you comment on XDA threads frequently. I noticed that whenever I go to reply on a thread while quoting more than one person, the quoted text gets pretty long. Then I have to scroll way down to the bottom of the reply text field before I can start typing my response.
So I created a userscript for the Tampermonkey Chrome Extension to do the scrolling for me. Supposedly, any userscript that works in Tampermonkey on Chrome should work in Greasemonkey on Firefox but I couldn't seem to get it to work in Firefox. But that's fine with me because I only ever browse XDA on Chrome.
Anyway, this userscript will scroll to the bottom of the text fields on these three webpages:
Code:
http://forum.xda-developers.com/newreply.php?do=newreply*
http://forum.xda-developers.com/editpost.php?do=updatepost&postid=*
http://forum.xda-developers.com/private.php?do=insertpm&pmid=*
Those three pages are for a reply to a thread, editing any of your previous posts, and for replying to private messages.
It's been super convenient for me and I hope it's convenient for you too. Once again though, I couldn't seem to figure out how to make it work in Greasemonkey on Firefox. If you happen to figure it out, let me know because I'd like to be able to use this userscript in Firefox once in a while.
Attached below is the userscript for Tampermonkey as a zip file. Download it and extract it. Then, open your Tampermonkey Dashboard, click on New Script, delete all the text that's currently in there, then click and drag the xda-text-field.user.js file that you extracted to the code section of that New Script page. Then hit Save.
Alternatively, you can just copy and paste the code I have below into that same New Script page and save it. Take your pick.
Code:
// ==UserScript==
// @name Scroll to Bottom of Text Field - XDA
// @namespace com.misterpyrrhuloxia.xda.text.field
// @description Scroll to bottom of text fields
// @include http://forum.xda-developers.com/newreply.php?do=newreply*
// @include http://forum.xda-developers.com/editpost.php?do=updatepost&postid=*
// @include http://forum.xda-developers.com/private.php?do=insertpm&pmid=*
// @version 1.0
// @grant none
// ==/UserScript==
$(document).ready(function(){
$("#vB_Editor_001_textarea").focus();
$('#vB_Editor_001_textarea').scrollTop($('#vB_Editor_001_textarea')[0].scrollHeight);
});
Please update chrome. Clear cache, storage delete need please could fix it
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}