Testing my Secure Phone Application (new version) - General Topics

I deployed my new site ( http://www.raseac.com.br ) with my new product, a Secure voice encryption system. My secure phone application works like the Cryptophone product.
It does the key exchange using ECDH (Elliptic Curve Diffie Hellman) with Koblitz 571 bits ( security equivalent to Diffie-hellman using 15000 bits) and AES (Advanced Encryption Standard) with 256 bits CBC mode encryption.
I tested it using XDA-II,iMate JAM, SP3i, Sp5m, k_JAM.
This new version consumed a lot of work and testing, it has a superb cryptography and nice voice quality.
It works half-duplex using OMAP 200 mhz and full-duplex with processors above 300 mhz. For the moment it works with texas OMAP and intel XSCALE processors)
I did not tested it using OmapClock to try full duplex.
In our site we have the Users Guide and our DEMO.
I would like to have another guys testing it using other equipments. If you want to take a look and can return to me your comments, i will appreciate.
Regards.
Cesar Bremer Pinheiro
Raseac Secure Phone developer.

Dear cesarbremer,
I would like to test your new Raseac Software, but I think the new Demo version use fixed key, it seems technically incomparable to real situations. If it is posible, please make it like your old way of implementing Demo version (limit sound quality/duration call).
Forgive me if my proposal is inconvenient to you.
However, I will test the software and post my results latter.
Thank you for your good work.
Regard.

Testing my application.
Dear Giangvn.
Thank you for your reply.
I think you will test and analyse the data exchange between the two computers.
I will need to prepare this new DEMO in order you can be able to test-it. The current version is doing all the key exchange, and doing AES 256 CBC encryption, the only difference is that it doesn't use the key generated by the ECDH, but a symmetric key using zeroes.
The process of preparing this new DEMO will require a little bit of work, because i need to prepare some defenses in different points of the program against hacks over the time limit.
I will prepare this DEMO with one minute of conversation. As soon as i finish it, i will post a message in this forum.
Best regards.
Cesar.

Dear Giangvn.
We are selling the first two licenses of our product for US$ 98.00 (Final price for 2 licenses - for a limited time).
Our product final price will be US$ 199.00 (above the second license), and will be for a short period of time.
In this way you will be able to use our full product and evaluate it without the time limit.
I received some warnings about possible problems if deploying a freeware secure DEMO version, and for the moment i won't deploy the time limit DEMO version.

Related

Testing software (voice encription) in Europe

My company developed a product that uses GSM/CSD mode to send voice encrypded using 256 bits Rijndael. I don't know if in Europe my product works. I have a XDA working fine here in Brazil. I will apreciate if my software could be tested using the XDA and XDA-II (we don't tested-it with the XDA-II), because we don't have how to test-it in Europe.
My site is http://www.raseac.com.br , and in the site we have a working demo with 128 bits security and one minute of conversation per call. We have also a manual in PDF format (in english).
I will apreciate some help from Europe.
My personal e-mail is MOD EDIT: REMOVED EMAIL
Please erase the [REMOVE] in the e-mail.
Thank You.
Cesar Bremer Pinheiro
cesarbremer said:
My company developed a product that uses GSM/CSD mode to send voice encrypded using 256 bits Rijndael. I don't know if in Europe my product works. I have a XDA working fine here in Brazil. I will apreciate if my software could be tested using the XDA and XDA-II (we don't tested-it with the XDA-II), because we don't have how to test-it in Europe.
My site is http://www.raseac.com.br , and in the site we have a working demo with 128 bits security and one minute of conversation per call. We have also a manual in PDF format (in english).
I will apreciate some help from Europe.
My personal e-mail is MOD EDIT: REMOVED EMAIL
Please erase the [REMOVE] in the e-mail.
Thank You.
Cesar Bremer Pinheiro
Click to expand...
Click to collapse
I think you might consider looking also for European based solution, similar but using specifically MDA / XDA for encrypted comm
http://www.cryptophone.de/html/products_en.html
BTW when you consider introducing fully fledged and operational version for wm2003 ??
regards, monika
Thank you for your interest in our product.
We will test our product with the wm2003 in the next month, but we can't have a date limit to finish the compatibility test yet. There are a lot of hardware available to run our product. I will remember you that we are selling software (not hardware like cryptophone), and to sell our product we need to make compatibility tests in a lot of hardware . Our idea in this case is, if you have a hardware available (like the XDA), you only need to buy a software (and not the hardware that you already have). You investment in this case will be US$149,99 for the 128 bits version (US$ 249,99 for the 256 bits) in order to have a solid voice encryption product. Our product uses a TAPI modem linked with a PocketPc 2002 handheld by cable, bluetooth or a compactflash connection, and uses fixed, cellular and satelite lines. We tested the Raseac Secure Phone it in a lot of hardware (we have our product in our lab running in a XDA). We don't know about the CSD (Circuit Switched Data) quality in GSM networks outside Brazil (we are asking the readers to test-it and send us their comments). The bonus in this case is the use of a solid 128 bits voice encryption software free for one minute of conversation per call, with no limits in the number of calls (our freeware version).
Thank you.
Cesar Bremer Pinheiro
Sorry for the mistake in the price: The correct values are US$149.99 for the 128 bits version and US$249.99 for the 256 bits version.
Thank You.
Cesar.
How do we know if the software is actually carrying out the encryption, and that the voice is actually being encrypted is there something obvious that will let me know this.
The encryption is the easier part to be done in this system, if you see the user's manual, the most part of the system is the user interface and its architecture (our strongest point is our system design).
If you made a system that sends and receives voice without encryption, in our case you have 90% of the work done (error correction, codec optimization, software optimization). Think about reading the voice signal, compressing this signal using a voice codec, building the telephony interface, optimizing the code (our system is full-duplex), working a lot to optimize the code and let it running with quality), and until now i am not talking about encryption.
You can see in the google a lot of stuff about encryption (random number generators, hash functions, encryption functions), the encryption library available is huge.
After that work done to send and receive voice in a 4800 bauds line, you will see that 95% of the job is done. But i will remember that: To this system be a security system, all this design must be done before build the system. It is very dificult to transform a voice transmition system in a good security system(almost impossible) if you don't thing in security before building the system.
Now a little bit about encryption.
Our design is completely different from vast majority of the voice systems designs, we use block mode encryption and CBC mode encryption. The vast majority of the systems designs uses streaming mode. We generate an external random file in order to use the random numbers by the system. You can analyse this random file, it passes in the Diehard test (you can download the Diehard test and submit our generated file).
Each contact used by the system have its own master key, and you can edit this contact master key.
If you change one bit of this contact master key in your handheld, you will not be able to do the voice connection with the other handheld.
After reading our user manual, available in our site, you will see that this system was carefully built having security in mind, because you will see that you will have a 50 pages manual with a lot of information about security, and I invite you to read this manual (again, you will see a lot about our system design in this manual).
The Raseac Secure Phone security system spec will be published in february, and after that we will ask for an independent organization to analize our source code and publish the results (We think that the common user doesn't have the competence to analyse the source code). Our source code will not be available to the public only because commercial reasons, we sell software for commercial hardware available in the market (unlike our competition that sells proprietary hardware and have the copy protection inside their proprietary hardware), we have our system copy protection inside our code and we want to protect our intelectual property.
A little bit more about proprietary hardware systems: If you sell a hardware system and publish only part of the system (you can't garantee that the operational system was not changed in a dangerous way to compromise the security), the source published doesn't garantee the security at all.
Thank you.
Cesar Bremer Pinheiro.
MOD EDIT: REMOVED EMAIL
Please erase the [REMOVE] in the e-mail.
is it available in Asia?

Testing our secure phone software (Raseac Secure Phone).

Dear Sirs.
I am deploying our product next version, the Raseac Secure Phone.
Currently our fixed line version is totaly free, with AES 256 bits encryption, CBC mode and random IV cryptography, and if you want to use your HTC hardware to do secure fixed calls, you need to buy the socket sdio 56k modem (see this modem at socketcom.com).
Currently we don't tested our product under the CDMA netword, and we are asking for some help if you have a couple of HTC equipments and a CDMA-CSD (Circuit Switched Data) available.
Our GSM-CSD version have a limited time of one minute for each call (we need to make money selling our full cellular version ).
Our Quick Install User's manual version 3.0 will be deployed next week, and currently we have only our 2.0 version manual. If you have interest in taking a look in our product, i am ready to support you.
We don't tested our product under WM 2005, only with WM 2003, if you want to take a look under the WM 2005 operating system, i would be glad.
I am this product developer, and only one.
This version is very nice, i am working hard in our next version (we will have a lot of good news in this new version, but for the moment i can't disclosure the news).
Please go to our main page and download page in order to download the Unlimited fixed line version and the freeware one minute cellular version.
http://www.raseac.com.br/e/freeware_legal.html
Any contact, please send an e-mail to me:
Thank you.
Cesar Bremer Pinheiro
Bremer Serv. Emp. Ltda
BRAZIL
cesarbremer[REMOVE]@raseac.com.br
http://www.raseac.com.br
WM 2005 certification
When will it be certified for WM 2005?
Raseac working with WM2005
I will test our system with wm2005 next 3 months.
If someone could help us testing our freeware version with wm2005 (the freeware allows one minute of secure conversation for each call) , i am ready to support him.
The freeware download is available in our site (http://www.raseac.com.br). The new 3.0 version english manual will be ready next week, currently we have only the 2.0 version.
Cesar.
This sounds very similar to cryptophone, is their any relationship to this company??
Cryptophone relationship.
We don't have any relationship with cryptophone.
Our projects are different, both have the target of doing secure phone conversations, both use the GSM-CSD data channel, but both have different security design.
Cryptophone is an hardware/software, our product is a software.
Cesar.

Misc., multiplatform hardware, software and rebate news

Yes, it was quite a long ago that I've published my last Misc news. The reason for this is my having been really busy:
1. I've acquired a Tablet PC, a HP TC1100, and have read through all the Tablet PC forums. I've had some severe problems with the XP SP3 upgrade - see THIS if interested -, which was cured by a BIOS upgrade and/or forcing it to download the SP3 from Windows Update, as opposed to downloading it manually and doing the "Checked" Registry hack explained HERE. I've also tried setting up Vista Ultimate checked/debug with SP1 on it, but, unlike what others have reported, I was just unable to make the Wi-Fi card (in my device, the 2100) work. (And, of course, it's pretty slow compared to XP, even with the 1.5 GB of RAM and 5400 rpm 160 GB Samsung HDD. Dunno if it'd be faster with a 7200 rpm one - I don't want to have additional heat, noise and power consumption from switching to 5400 to 7200 for sure.)
BTW, speaking of the Wi-Fi card, I've also made some thorough tests to find out whether it's indeed as good as some TC1100, comparing its sensitivity and range to that of the new HP iPAQ 210 Pocket PC (running the default 1.00.06 stock ROM) and the Nokia N95 (with firmware version v21). I must state the reports on the TC1100's having great range are overly exaggerated. The iPAQ 210 has definitely better range. The TC1100 has about the same range as the Nokia N95.
The TC1100, otherwise is absolutely gorgeous. It does have some minor problems (for example, it's very slow at scrolling PDF files and, in portrait, the screen I have in my device isn't very well polarized; fortunately, the latter is less of an issue if you increase the backlight and don't use it at its lowest level), but, for a year 2003 model, it's just great, especially at the (current, second-hand) price, you will hardly find a better tablet. The alternatives would have been either much more (at least two times) expensive or considerably heavier - or both. The weight of the device (3.1 lbs, 1.350 kg without the detachable keyboard) is pretty much acceptable with a feather-weight (350g without the shoulder strap; 520 with it) bag like the 12" Tucano designed for the Mac Powerbook (and is, therefore, slightly oversized for the TC1100, but there simply wasn't a smaller bag in the shop) I've bought. Just a comparison: the 15" notebook bag I've received as the MS MVP gift in 2006 weighs 1300 grams - and, of course, is laughably oversized for a 10.5" tablet. A tablet, with the bag, weighing 1870 grams, is already very easy to carry everywhere. Just a comparison: my old 15" IBM Thinkpad a31p weighs, with the above-mentioned 15" MVP bag, almost 5 kg and is very hard to lug around. My favorite pastime, in addition to using it as a computer in the bed, is taking it out for excursions and walks. Two shots of my using it outdoors; in the second case, for video phoning, tethered it to the N95 via (feel free to zoom into the image - with the second shot, I've left it at 12 Mpixel, "only" decreasing the quality to reduce the storage need) Mobiola WebCamera:
The battery life of the TC1100 is also very cool. With the lowest backlight level, when just reading a book or a static, unanimated Web page (that is, no CPU-hungry tasks like Flash animations on Web pages are running), the power consumption is around 7 Watts. (Just for comparison, the one-generation older, Pentium 4M-based a31p consumes about 24 Watts the least. The more than three times more power usage is both caused by the older architecture of the CPU and the huge, power-hungry IPS screens. Unfortunately, IPS screens, while they have orders of magnitude better quality than plain TN + film TFT's, have always been pretty power-hungry.)
BTW, now that I also have a tablet, except tablet-related news & tips & reviews too in the future.
2. And yes, another (Microsoft) mobile platform I officially start to publish on: I've received a Microsoft Zune (second generation 8GB model), thanks to the Microsoft Company Store, which does ship them to abroad. Were I situated in the States, I would have access to its major selling point: the flat rate Zune Pass (costing US$14.99 a month), "take it (almost) all" store. Too bad while the hardware is already accessible outside the US and Canada, you still can't sign up into Zune Pass (you need to enter a valid US / Canadian address). I might ask some folks there to help to sign up? ;-)
Hardware-wise, I like the (second-generation) Zune pretty much, particularly now that there already is some kind of third party XNA app / game development for the device (see THIS and THIS for more info). I will definitely post on the latest news, hacks and, of course, development (games etc.) news on it too - but, for the time being, no Zune Pass / Zune Marketplace-related info as I'm in Europe and, as has already been stated, can't sign up for Zune Pass.
The stock earbud headphones coming with the device are really-really excellent (for an earbud, that is; of course, they can't beat supra-aural headphones or tightly fit canalphones [in-ear monitors]); they are of definitely better quality than the stock headphones (which aren't bad either) of the Nokia N95. My biggest grief is "just" the complete lack of A2DP (this is pretty much a showstopper on the long run) and the lack of a miniUSB or comparable socket for universal and easy synchronization / recharge access (no need to carry around the proprietary sync cable). I really hope Microsoft fixes these issues in the third generation Zunes due out next year.
3. Having read the written version of my recent W3C presentation, I've been invited by no one else than Dominique Hazael-Massieux, the Activity Lead and the co-Chair of the Test Suites Working Group, to contribute to the W3C Mobile Web Initiative. (BTW, he also has frontpaged my presentation and called it impressive, which is a BIG honor for me!) This means I needed (and will need) to get up to speed with the projects in there and will post even more Web browsing related, even more in-depth and developer-friendly articles on all the mobile platforms I support (Windows Mobile, Symbian S60, BlackBerry, MS Zune and, hopefully in the not distant future, the iPhone).
4. Of course, I've been working on my generic Bible on Digital TV, radio and all the like. The task turned out to be of epic proportions because I'll also elaborate on a lot of related subject, even on maths and digital signal processing. That is, I plan to give you an overall picture on what books there are on DSP, telecommunications techniques, which you should use for actually understanding how these technologies work etc. Be patient.
5. A quick blog-related note: you may have noticed that, on my blog, migrating has removed the HTML chart and/or paragraph markup from several dozens (hundreds?) of my articles from b2evo to Drupal. I'll try to address the problem as soon as possible. In the meantime, if you do run into an unreadable (old) article, please use THIS LINK instead (notice old_blogs instead of blogs - that is, you can access the articles in the old engine if you just add old_ in front of blogs in all the (old) URL's). There, everything works as in the past. Please do NOT post comments in there, only under the new interface (that is, under http://www.pocketpcmag.com/blogs/).
Rebates
mobile2day.de goes English - at last! So far, it being German-only caused a lot of headache to non-German speakers. What is more, they offer a generic 25% and a select 50% rebate until 6/22/2008; see THIS for more info. Just to name one of the developers sold at 50% rebate (yes, ALL their stuff is offered for half the price!) certainly worth purchasing from: SHAPE services, SBSH, Herocraft, Iambic and In-fusio. Quite a bargain if you ask me. (News source: email from Damien of PocketPlayers Reloaded).
BTW, still speaking of SHAPE services, the BlackBerry version of their RDM+ (see THIS for a complete review) has, finally, received file transfer support - time to update if you haven't already done so.
New software and reviews
(note that I haven't listed the titles I've devoted a separate review to; for example, Pocket Commodore 64 3.0, mDesktop / Jeyo 2.1, Orions: Deckmasters etc.)
1. Spb have updated Spb Backup to version 2.0, introducing a lot of goodies; for example, ROM upgrade support. The upgrade only costs $9.95 for previous users.
2. Resco have also released a backup application; it also supports ROM upgrade support and a lot of other goodies. I'll try to update my well-known Backup Bible with both this, Spb's new app and all the related, newly released, similar tools like PIM Backup
3. Still speaking of Resco, they have released Resco Explorer 2008; now, with a lot of goodies like iPhone-like touch support, speed enhancements, a brand new FTP module. (The latter is indeed good news as the old FTP module was pretty slow in cases; see my benchmarks HERE.)
4. PPCT have published an extensive review of the since-updated TouchBrowser (that of Nate Adcock HERE; also see my initial, now-outdated review HERE)
5. There's an excellent PDF reader roundup at MobilitySite - certainly worth a read, including the comments
6. MyTodayScreen has published a decent article on mobile browsing
7. There's a new version of the free(!) Desktop SMS Manager V2.02 + Smartphone 1.11 HERE
8. Now, there's a free version of Inlux Messenger (see my review HERE), Inlux Messenger Lite, HERE (thanks for XDA-Devs forum member RPG0 for the tip!)
9. As far as connection utilities are concerned (tethering Windows Mobile phones to, say, notebooks or other, not necessarily x86-based mobile devices over Bluetooth, Wi-Fi and/or USB), WMWifiRouter has been updated to 1.20beta and ICS Control to v.21. As far as the third application in this category, WalkingHotspot, is concerned, I still haven't received any answer from the developers, despite my numerous mails (I used to exchange several mails with them before this). Hope they do answer soon on whether the new Windows Mobile betas have already been released. As I've already created a new Best Software Awards 2008 category for these kinds of (very important) apps and have already nominated WMWifiRouter and ICS Control, I urgently need feedback from the WalkingHotspot folks to see whether the current version is worth nominating or not. Also, as soon as I get the current version of WalkingHotspot, I publish a generic comparison of the three titles.
10. CorePlayer 1.2.5 has been released and 1.3 will be soon released. The latter promises, for example, 'Channels' (for not only YouTube video playback support, but also on a lot of other video repositories) and progressive downloading. I REALLY hope it also gets the promised HE-AACv2 support at last (it still doesn't have it; in my e-mail discussions with their CEO, I've been told about a month ago most of the coding have already been done). They also stated they'd release a BlackBerry and an Android version before long - along with, of course, the iPhone one.
Unfortunately, the biggest problem in 1.2.5, YouTube playback-wise (see my YouTube Bible for more info on this), haven't been fixed: hit lists still only contain 13 records and you just can't see the rest.
11. Smartphone & Pocket PC magazine has run a nice survey on the best games for Windows Mobile. See all the posts HERE (fortunately, they have a separate category and, therefore, I don't need to link to all the individual articles separately - this is also a big advantage of the common category system used in the new blog engine). The May blog subject was Spring Cleaning as is accessible HERE; the April one was Features I would add and the March one Hack or Tweak I Can't Live Without.
12. The VITO Technology folks haven't been lazy either: they've released several touch-friendly apps; some of which have been also announced in the PPCMag blogs; see for example THIS. I've also tested their EyePhoto but decided not to publish a comparative review of it because it, in my opinion, still needs some speed and memory optimizations. As soon as they're done, I post a review comparing it to other "sliding" image viewers like s2v and PocketCM reviewed and compared HERE. And, I will surely review their launcher, along with all the comparable titles and TouchFlo (3D)-alikes (including the free ones available from XDA-Developers coders and hackers) in a forthcoming Bible.
13. Speaking of iPhone-like launchers, you may also want to check out TekSoft's SkyBox, which is also stated to be pretty cool - see Nate Adcock's review HERE. I'll review it too.
14. (According to many,) probably the best and most tweakable (commercial) lanuncher Spb Mobile Shell has also been updated (to 2.1). There's a nice comparison between the traditional, well-known Pocket Plus and Mobile Shell (both from Spb) HERE, should you want to know which way to go.
15. Tim Hillebrand's reviews Text Message Clients and SMS Enhancements and How to turn your Windows Mobile touch screen into an iPhone are also worth reading.
16. I post this info here too because you may have missed my review: if you liked the multiplayer games on the Commodore 64, did you know the just-released Pocket Commodore 64 3.0 offers IP-based multiplayer capabilities? It's certainly worth checking out - for example, Wizard of Wor works just great in Wi-Fi p2p mode. Also, if you use it in multiplayer, you will only need one license (on the server); the client can be unlicensed. In this regard, it's pretty much similar to Starcraft's (by Blizzard) spawned multiplayer mode. My only grief is the fire button not working in Archon (not even in single player mode).
BTW, speaking of Archon, I've recently acquired the original Commodore 64 version of Archon II (Adept) for my computing history collection (I have hundreds of other old, original games). As the abandonware sites (and Wiki) have very bad shots of the box, I've made some for you:
(front of the "box")
(back of the "box")
Some other shots:
the inner contents of the (foldable) box
the platform-independent manual: 1, 2, 3, 4, 5
the C64-specific manual: 1, 2
the CGW leaflet: 1, 2.
Also, still on the subject of retro games and emulation, I highly recommend the desktop Windows title Hurrican (German-only homepage of the developer HERE), a free(!!) remake of the Turrican on home platforms around 1990. And, of course, the also-free Xenon 2000: Project PCF, on which I've already elaborated HERE.
17. While still far from being released, there is a lot of heated discussion on the (unlike with the unofficial and long ago discontinued Minimo) official Firefox mobile port. The related, most important (pretty technical) Wiki page is HERE; there's Symbian-freak's mostly Symbian-specific but for other operating system users, also cool remarks HERE. There's also a concept video HERE. As of now, no downloadable, publicly available implementation is available.
Hardware
iPhone 3G
Yes, the subject everybody has been speaking of, iPhone 3G. I recommend the following threads:
MSMobiles - here, I elaborate on why I consider the lack of a front-page camera a VERY bad mistake. At All About Symbian, particularly if you (also) have a Symbian (most importantly, an N95 [8GB]) phone, I also recommend
THIS, THIS and THIS.
If you own a BlackBerry (or known them), you'll want to read THIS, THIS, THIS and THIS. The "review" the first article links to also spends some time explaining why the author thinks A2DP (stereo Bluetooth audio) should better be left out: "Sure, you can't (yet, see below) listen to hideously compressed BT audio via A2DP on an iPhone (though any audiophile worth their lossless codec probably thanks Jobs for that Apple has a long history of not releasing as-yet-unperfected technologies unto their devices. If the tech is good, they're the first to dump the old and embrace it (floppies for CDs on the iMac, CDs for WiFI on the Air). If the tech isn't so good yet, they just wait until it is. They have standards." This is (sorry for the language) complete BS: A2DP is of great quality as of today. Except for, of course, the legendarily bad Microsoft BT stack before Windows Mobile 6. All, and I really mean ALL other Smartphone platforms and implementations (Symbian S60, BlackBerry, Widcomm and Windows Mobile 6+ Microsoft for Windows Mobile for sure) have excellent sound quality and few people will tell the difference between a pair of good-quality A2DP headphones (like, for example, the Plantronics Pulsar 590) and a wired one. Even I, who used to be a big Hi-Fi fan and audiophile some 20-25 years ago, find the (better) A2DP headphones adequate for my needs.
Otherwise, I consider the lack of A2DP the biggest letdown with the new model - and, of course, if it'll be impossible to tether it to an external, say, notebook, which is the case with, at least, AT&T.
BTW, there are a lot of new iPhone-related blogs and even papermags out there. The All About Symbian folks have started All About iPhone; the Smartphone & Pocket PC magazine will publish an iPhone edition etc.
Windows Mobile
As far as Windows Mobile is concerned, you have surely heard of the HTC Diamond and the MDA Vario IV (aka HTC Raphael). There are numerous threads and reviews on / of both models.
Diamond:
Review: mobile-review.com's: generally, they're pretty happy with the device. For example, the video playback performance, with VGA-resolution videos, seems to be pretty good. Of course, they also mention the TouchFLO 3D's sluggishness (hope this will be fixed later - albeit, frankly, knowing HTC's fix record, I don't have high hopes.).
PocketNow
ZDNet (it also has links to other reviews at the bottom of the article)
Note that the brand new TouchFLO 3D is reported to be a bit sluggish and you may want to get rid of (switch off) it entirely. See for example the forum comments HERE for more info on this issue. (Note that THIS XDA-Devs thread contains some hacks to - somewhat - speed it up.) I, in addition, certainly dislike its storage being only 4 GByte and the device's not having a memory card slot, even if under the battery as was in the HTC s310. This really makes it pretty much useless for real multimedia usage - 4 GB of storage is plain insufficient. No wonder the basic(!) model of the iPhone 3G comes with 8GB and the Nokia N96 will sport no less than 16 GB of built-in memory AND a microSD card slot.
Raphael:
Disucssion: MoDaCo
There are also some reviews of the HTC X7510 for example HERE. You'll also want to read my generic comments, particularly on the, in my opinion, lousy thumbboard, at MoDaCo.
Symbian
Symbian-wise, unfortunately, there isn't much to report on - that is, there still isn't a Nokia N95 killer anywhere. (Currently, I consider the Nokia N95 by far the best non-dumbphone.) There are two new E-series devices: the E71 (see THIS and THIS) and the E66. The N78 has hit the shelves, at least in Finland. There's an N78 review HERE (the first part only as of now).
BlackBerry: final version of OS 4.5 is finally out!
BlackBerry-wise, you may already have heard of the Bold. You can also find pictures of the other, flip model, the KickStart, for example HERE and HERE. Finally, the, it seems, Verizon Wireless exclusive and, unlike ALL the other BB models (including the Bold / KickStart), touchscreen-based Thunder is worth mentioning. Note that AT&T will offer Javelin and Niagra (see THIS for more info), a 3G-less and a CDMA version of the BB 9000 (Bold).
Also note that Vodafone Germany has released the final (!) 4.5 ROM for the 8100/8300/8800 (no 8700, sorry). Note that these ROM upgrades can safely be installed on even locked devices of other carriers. I had absolutely no problems with installing it on my T-Mobile-locked BB 8800 running 4.5.0.9 beta ROM; I didn't even need to remove Vendor.xml. Restoring my 4.5.0.9-based backup resulted in some problems like being unable to access the Net; therefore, I've wiped the entire device and reinstalled / set up again everything. The situation seems to be similar to the 4.2 -> 4.5.0.9 upgrade, where I've found out (after having severe problems with not being able to send mails and deleting them from the online mailbox) you should NOT restore a 4.2 backup to at least 4.5.0.9. That is, set up it from scratch.
Finally, with this ROM version, I no longer had problems installing the current version of Opera Mini 4.1 over-the-air - that is, by going directly to mini.opera.com from the built-in Web browser. (With the previous, 4.5.0.9 version, I did have problems - it just wouldn't install - always displayed a “COD error” error message upon downloading.) Fortunately, it supports the file system too - that is, you can back up and restore on the BlackBerry too.
Incidentally, still speaking of Opera, my fellow blogger at the Opera Mini Fan blog, Serola, has just published an article Opera 9.5 and Opera Link. I have only superficially read it; I'll try to read it more thoroughly. (I've long having been huge problems of synchronizing my Opera Mini favorites with my desktop Opera 9.5 betas: synchronization only seemed to work between Opera Mini clients.)
Finally, another Opera-related item of news: Opera 9.5 has finally been released for the desktop Windows; it even has a USB version not requiring any kind of setup. So far, few browsers (for example, XeroBank's xB_Browser) have done the same.
Other news
Some people have reported Vito AudioNotes v1.3 autorecording with data connections active, at least on the HTC TyTn II / Kaiser. Resco's Audio Recorder doesn't exhibit this problem. I'll try to look into the problem some time; in the meantime, keep this in mind if you use (in autorecord mode) Vito AudioNotes on a WinMo phone that you also access the Internet from. (See my Audio Recording Bible for more info on these apps.)
The HP iPAQ 210 has received a patch for the power problems. Some people reported on it having helped; others weren't so successful. See THIS for more info and comments.
My attention was brought to Nokia's using pretty strong JPEG compression with their high-end, N-series phones like the N95 (all models are affected, with the latest firmware versions) and the N82. I hope Nokia comes up with an additional quality level setting - or a third-party camera app is released, with an alternative JPEG encoder. (Which was, BTW, the case with Windows Mobile and CECam - see THIS if interested for more info on the very similar problems plaguing some past WinMo models and external camera cards.)
(Making this sticky until the next Misc news article - this article [as usual] contains a LOT of useful info.)

Advantage Not Fit for Purpose.

Hello, I have lodged a complaint and asked HTC to email me the fact that the X7510 is not fit for purpose.
Let me elaborate. I administer a Microsoft SBS 2003 server. My user/owner of the company asked me to research a mobile device which would synchronise all his Exchange/My Documents items. The HTC X7510 seemed the right choice as it appeared to allow complete synchronisation and had a 16GB storage size. No limitations were mentioned.
I then get the device and find:
1) It cannot synchronise My Documents to the 16GB storage
2) It cannot synchronise his Exchange server mailbox (10GB) 60,000 mail items - crashes
I mean, what's the point? 16GB of what?
Please do not mention 3rd party products as I am interested in an out of the box solution which this HTC is meant to be.
I just though that I would save a few people some time and money by reading this and then they would purchase a laptop.
Probably wouldn't bother with the Shift either if this is what you get.
Thanks.
Adrian.
Adrian,
With respect, an Exchange 2003 mailbox that goes over 2GB is poorly managed and will become corrupted. Microsoft has a utility to specifically deal with and recover Exchange 2003 mailboxes that are over 2 gigs. Get your boss to archive more often!
Addtionally, it is entirely possible to sync almost the entire contents of My Docs, but the question I'd ask is why would you want to?
A business owner would typically have many documents confidential to the business in their My Docs, so it's not a clever idea to sync all that to a portable device. A far better and more elegant solution would be to use SBS's remote workplace and the remote desktop client on the HTC. That way he can even use full apps installed at the office.
Also, I think you may miss the point of the Shift - most people seem to!
DON'T think of it as a phone, or a PDA or a WM device of any kind. It is a UMPC that just happens to have a WM side, so you don't always have to have the whole thing fully booted up. As such, the WM side was NOT intended to be free standing, as on any other WM device, but rather to compliment the functionality of the PC side.
Now some very clever people came up with Shift packs that allow you to "liberate" the WM side, making it far more fully featured, but it still is (in WM terms) a poor cousin to the Athena.
Go get a laptop, you say? Fine, but I suggest first do a needs analysys so you get a device/UMPC/laptop/mainfram/whatever that will actually deliver what you're looking at achieving.
Thanks..
Thanks for your elaborate and Company oriented reply.
My client (actually a friend of mine), I just happen to be an IT consultant, is a lawyer. He needs access to most of his My Documents and also all his emails. Exchange 2003 handles his 9.98 GB mailbox realy well in the office. From his laptop he RDPs over a VPN into the server no bother.
I do not think that a sync schedule which is .5K x 60000 items = 30MB should cause the Advantage a problem. And thats all his mailbox, if I just do 2007 and 2008 then thats 25000 items x 0.5K = 12.5MB.
Also the sync just does not complete - via cable, wireless (pardon the pun) or 3G. Now thats no big deal, just don't sell it as a complete sync solution for MS Exchange.
Also, the country I am in has a maximum ADSL bandwidth of 2MB down 512K up, to which his server is attached via a Cisco router.
RDP from the Advantage is a no because his eyesight is bad.
Thanks again for your constructive reply!
Actually my reply was neither company orientated, nor elaborate. If you wanted elaborate then we can delve into the mysteries of the Jet db technology underpinning Exchange 03, since that will also explain the 2 GB mailbox limit. Instead my reply was technically orientated.
I support amongst other things several Exchange 03 installations. Your friend's mailbox alone is approaching the 16 GB db limit Exchange 03 has (18 to 75 GB on SP2 boxes) and I will categorically state his mailbox is poorly managed.
Remember, WM does NOT sync an entire mailbox, but instead a subset of it. Going by what your client wants no WM device will do the trick. Instead, I suggest using a laptop with offline files and folders enabled. That way he'd have his FULL mailbox and ALL his docs with him.
Tell you one thing, though: the minute I hear my solicitor carries ALL his documents out of the office all the time is the minute I change law firm! The exposure is simply too great.
Iphone 3G, N95 8 GB
Thanks agan for your concise and erudite reply.
I will therefore, after several cooked ROMS and various HTC's, not darken this doorstep again.
I have configured my N95 8GB, and an IPhone 3G to sync this Exchange mailbox succesfully. They do not have the MS Office funtionality my friend requires.
Yes it is SP2 and I will be moving to SBS 2008 as soon as SP1 for SBS 2008 comes out .
The Advantage - It cannot do what it says.
And it costs a bomb.
And you, (well, I'm using you as the corporate HTC/Microsoft Active Sync/Jet Database/etc. figure) still haven't answered why the My Documents folder cannot be sync'd to the 16GB Flash out of the box but rather to the phone memory.
At the end of the day (and especially these credit crunch days) the user wants what the user wants. And what the user wants is a mobile device which has all his documents and all his emails.
The Advantage cannot do that, therefore is not fit for purpose.
"Smart Mobility?"
Regards,
Adrian.
Office 2007
Oh, sorry, I forgot to mention that the users in the office with the SBS 2003 box are running Office 2007.
Thus, were I to use FTGate or MDaemon, or even a local pop account as opposed to Exchange, I could in theory have a local pst (or ost) file up to a size of 20GB. http://support.microsoft.com/kb/830336
And so, if I chose an Advantage, with Office 2007 and a local pst file, ActiveSync could not synchronise all of it.
The Advantage is not fit for purpose. Or is it Windows Mobile that is not fit for purpose?
Probably Windows, 27 Microsoft exams have taught me this.
Don't sell something if it can't do what it says on the tin.
Adrian.
Adrian,
I don't want this to degenerate into a my-daddy-is-bigger-than-your-daddy type of argument. Having said that, I disagree with you on several aspects:
1) The .PST file in Outlook 03 and 07 can be configured to be up to 33 TB (yes, Tera Bytes) in size. The 33 TB limit is NOT defined by Microsoft, but instead is a by-product of the Unicode encoding used in the file, just as the previous 2 GB limit was the result of limitations to the ANSI encoding such files used before. But all this ignores actual mailbox limitations brought into play by Exchange 03. The default maximum size for an Exchange 03 mailbox is 2 GB - imposed by Microsoft. You CAN override this by manually editing the value using the ADSIEdit console, but before doing so I suggest first exploring the reasoning behind the 2 GB limit - there's a great deal of sense in that limit.
2) I'd dearly LOVE to know how you managed to sync a 10 GB mailbox onto an 8 GB Nokia! Perhaps Nokia's discovered a new compression algorhythm that the rest of the world doesn't know about!
3) After you read through various MSDN articles on the 2 GB mailbox limit, and several other dealing with the suggested maximum number of items in each mailbox folder, kindly explain how you managed to sync a 10 GB mailbox over the air, given the number of forcefully dropped connections Exchange would do on a mailbox containing 60 000 mail items.
4) On MY x7510 My Docs lives on the 16 GB flash memory. It is a simple adjustment to make and an oversight on your vendor's part for not making it default. Still, with XP or Vista a default setup will not meet your needs, so why do you expect WM at default values to be perfect for YOUR needs?
5) I've never been described as a corporate HTC/Microsoft Active Sync/Jet Database/etc. figure. Actually I work for myself, although on occassion I employ sub-contractors. I do support as well as software development, integrating Exchange, Active Directory and 3rd party SQL databases, so I've learned a fair old bit about Exchange's insides. Please don't view me as advocate for corporateland, because I'm not.
I understand you're frustrated, mate, but I did not cause your frustrations, so please don't vent it on me. Nobody here dislikes you, and we'd all like you to stay. It is just that I (and I suspect a few others) disagree with your points of view. I happen to love my x7510, far more after Cmonex weaved her magic and got us all to the point where we can unlock our devices and flash newer/better ROMs to it. My device does EXACTLY what I need from it, so in several ways I'm very fortunate.
Then again, my needs were very clearly defined before I got the x7510. I need a hardware keyboard and a large screen capable of at least VGA as I do a lot of support via remote desktop. I like the on-board GPS (although it isn't essential to me) and I'm currently working on a method to allow some of my clients to view (at my discretion) where I am when I'm out and about for them.
I have no less than four Exchange installations at my office, but they're all lab networks, mimicking client setups. For my own mail I use Live mail from Microsoft because it is simple, easy and just works.
Please consider what I'm saying here: I believe your friend is trying to work dangerously far outside of accepted good practise. You can criticise me for saying that, but you cannot alter the facts.
If he was my client I'd get him an Acer Aspire One, or the new Asus Eee PC with Bluetooth, and a 3G USB connection. I'd then set the laptop up as essentially a thin client and have him log on to a machine at his office using remote desktop.
The Aspire One is a nice little toy with a far larger screen than any WM device, and is hugely cheaper than the HTC Shift. It would give him all the functionality he seems to be after, without risking any data falling in the wrong hands.
Agree but disagree.
OK, I must admit this user is pushing the boundaries of the meaning if the word "mobility" but if you are going to sell a product that synchronises with Exchange, surely that means all possibilities for Exchange (or a pst for that matter).
It's like buying a car and finding out that it runs for 50 miles and then stops, which is what happens with the Advantage - it says it has synchronised but hasn't, no errors, failures, nothing.
By the way, it seems it is not a limit on the size of the mailbox but the number of items per folder. I have split his years into months in the inbox/sent folders and I am on 2004 already.
Takes a long time for the initial sync, but once it does it, every subsequent sync flies through, even over GPRS as the looking for changes happens pretty much straight away, it's the processing of the emails which takes the time.
I was joking about leaving the XDA forum - at the end of the day it is not HTC but Windows mobile that is at fault and I have had several HTC's, started with a Blue Angel I upgraded to WM 6.
Thanks for taking the time.
Adrian.
Found this elsewhere here on XDA-Devs: http://www.pdadb.net/index.php?m=pdachooser
Your friend might have some benefit from using that.
losdelrock said:
OK, I must admit this user is pushing the boundaries of the meaning if the word "mobility" but if you are going to sell a product that synchronises with Exchange, surely that means all possibilities for Exchange (or a pst for that matter).
It's like buying a car and finding out that it runs for 50 miles and then stops, which is what happens with the Advantage - it says it has synchronised but hasn't, no errors, failures, nothing.
Click to expand...
Click to collapse
Now I need to disagree there as well: Not all cars are made equal, either.
It seems to me that you're after a car with the looks of a Lamborghini Diablo, F1 racing performance and handling, space for 8 people and a dog, capable of being driven across the Sahara desert and through the Amazon jungle all with the comfort of a large BMW saloon, all while using only a teaspoon of fuel.
Be a pretty excellent vehicle if it actually existed, but we both know it doesn't, and never will. Now does this mean we should start criticising all car manufacturers, or simply accept some trade-offs when selecting our perfect car?
Dear NanoRuler ,
U rocks , i truly respect you because i have seen many people that are extremely difficult to satisfy yet unable to accept that he or she is difficult to be satisfied . I support u , NanoRuler rules
I prefer the Lamborghini Countach LP500s actually.
Hmm, just did a google on HTC X7510 R.R.P. and this came up:
http://www.cnet.com.au/mobilephones/phones/0,239025953,339285985,00.htm
And so, for that price, or anywhere near what we paid for it, my orginal post on this thread was correct.
A laptop is cheaper and better.
Q.E.D.
Adrian "Lamborgini Countach LP500s" N****
(Surname blanked as I don't want some wierdo turning up at my doorstep with an LP500s and an HTC X7510 attached who has succesfully synced a 60GB Exchange mailbox)
Adendum:
HTC working as well as can be expected, with 1 years emails on it.
losdelrock said:
A laptop is cheaper and better.
Click to expand...
Click to collapse
Laptop and communicator/(mobile computer) - noncomparable models, IMHO... Different sizes, different options...
Why complain
Why did you file a complaint? Lets face it Windows is unstable from the very start. They spent millions developing Vista but nobody wants to use it. If you want something stable, switch to an iphone with an Apple computer.

[Service] Buildbox! : A generically named service for developer use - Registration te

#update 6-25-2018
Temporarily closing registration as server storage limits have been hit faster than I expected.
Will be working on solutions to duplicate data and will be adding more storage.
Once this is completed, registration will be re-opened.
--------
Hi!
I am hosting a custom server that I have been letting friends use who need a beefier rig for development projects. Server has matured to the point that I am willing to now allow other developers to apply for an account.
I created this initially as a way to give back to developers working hard on the LG V20 but it has since grown into something more.
Users will have 24/7 access to the machine via RDP, SCP, SSH currently.
New services are being added and expanded each month.
Users can have webspace for sites, nextcloud storage space, may request virtual machines for various projects, etc. etc.
Eventually there will be proxies and vpns setup and allowed and we also take suggestions for new functionality.
The server:
- Ubuntu 18.04 Server LTS w/ live patching
- Dual Intel Xeon X5680 CPUs @ 3.33ghz/12mb L3/6.4QPI for a total of 12 cores and 24 threads
- 40GB of DDR3-1333 RAM (board maxes at 192GB and that is my eventual goal)
- 240GB PCIe SSD scratch disk using F2FS for temporary storage which is good for about 700MB/s sustained reads and writes (for improving compile performance etc)
- 4x1TB RAID5 on an LSI controller with 512MB of battery backed cache currently good for about 400MB/s sustained reads and writes
- NVidia 1050GT 2GB PCIe x16 GPU for GPGPU compute projects
As it currently stands, the box can build a complete Lineage OS system in under 1.5 hours (that last benchmark was before I added the SSD so that time may be reduced even more) and a kernel in 1.5 minutes (again, this is before the SSD..).
Planned upgrades include memory increasing, more storage, better GPUs etc.
System is on a permanent symmetrical 250Mbit fiber connection with it's own permanent static IP.
If you wish to have access to this, please send me a private message and we will determine if you are a candidate and will set you up an account.
Feel free to post any questions.
This is a FREE service. I am not requiring any form of payment.
I want to give back to everyone who makes my Android experience that much more awesome and I know a lot of developers are in countries where beefier hardware is expensive or hard to obtain, can't afford better hardware, or may have better hardware than buildbox but would like something they can start a task on and walk away without having to keep their personal boxes up.
We do have strict rules on illegal activity.
Anyways, let me know if you want in!
-helf
Wow this is great! I will try this out.
This is super generous, thank you for your service.
I second what @i95swervin said this. This has been great and appreciate it big time. thanks @helf
Hi! I would be interested in being able to use this service, I've been working on Le1s device, and now my personal cloud credits are over, I would very much like to be able to use this service! I do most of my normal work on my personal system, and need the server to build stuff quickly(which is the tricky part for personal machine)
Thank you!
Nice
helf said:
Hi!
I am hosting a custom server that I have been letting friends use who need a beefier rig for development projects. Server has matured to the point that I am willing to now allow other developers to apply for an account.
I created this initially as a way to give back to developers working hard on the LG V20 but it has since grown into something more.
Users will have 24/7 access to the machine via RDP, SCP, SSH currently.
New services are being added and expanded each month.
Users can have webspace for sites, nextcloud storage space, may request virtual machines for various projects, etc. etc.
Eventually there will be proxies and vpns setup and allowed and we also take suggestions for new functionality.
The server:
- Ubuntu 18.04 Server LTS w/ live patching
- Dual Intel Xeon X5680 CPUs @ 3.33ghz/12mb L3/6.4QPI for a total of 12 cores and 24 threads
- 40GB of DDR3-1333 RAM (board maxes at 192GB and that is my eventual goal)
- 240GB PCIe SSD scratch disk using F2FS for temporary storage which is good for about 700MB/s sustained reads and writes (for improving compile performance etc)
- 4x1TB RAID5 on an LSI controller with 512MB of battery backed cache currently good for about 400MB/s sustained reads and writes
- NVidia 1050GT 2GB PCIe x16 GPU for GPGPU compute projects
As it currently stands, the box can build a complete Lineage OS system in under 1.5 hours (that last benchmark was before I added the SSD so that time may be reduced even more) and a kernel in 1.5 minutes (again, this is before the SSD..).
Planned upgrades include memory increasing, more storage, better GPUs etc.
System is on a permanent symmetrical 250Mbit fiber connection with it's own permanent static IP.
If you wish to have access to this, please send me a private message and we will determine if you are a candidate and will set you up an account.
Feel free to post any questions.
This is a FREE service. I am not requiring any form of payment.
I want to give back to everyone who makes my Android experience that much more awesome and I know a lot of developers are in countries where beefier hardware is expensive or hard to obtain, can't afford better hardware, or may have better hardware than buildbox but would like something they can start a task on and walk away without having to keep their personal boxes up.
We do have strict rules on illegal activity.
Anyways, let me know if you want in!
-helf
Click to expand...
Click to collapse
Hi, thank you for this amazing service! This is a great thing you're doing for the community.
Sent you a PM
Thanks again!
I am a lettuce + MMX a102 developer I need server for a lot of work hope you help me
I also pm you
helf said:
Hi!
I am hosting a custom server that I have been letting friends use who need a beefier rig for development projects. Server has matured to the point that I am willing to now allow other developers to apply for an account.
I created this initially as a way to give back to developers working hard on the LG V20 but it has since grown into something more.
Users will have 24/7 access to the machine via RDP, SCP, SSH currently.
New services are being added and expanded each month.
Users can have webspace for sites, nextcloud storage space, may request virtual machines for various projects, etc. etc.
Eventually there will be proxies and vpns setup and allowed and we also take suggestions for new functionality.
The server:
- Ubuntu 18.04 Server LTS w/ live patching
- Dual Intel Xeon X5680 CPUs @ 3.33ghz/12mb L3/6.4QPI for a total of 12 cores and 24 threads
- 40GB of DDR3-1333 RAM (board maxes at 192GB and that is my eventual goal)
- 240GB PCIe SSD scratch disk using F2FS for temporary storage which is good for about 700MB/s sustained reads and writes (for improving compile performance etc)
- 4x1TB RAID5 on an LSI controller with 512MB of battery backed cache currently good for about 400MB/s sustained reads and writes
- NVidia 1050GT 2GB PCIe x16 GPU for GPGPU compute projects
As it currently stands, the box can build a complete Lineage OS system in under 1.5 hours (that last benchmark was before I added the SSD so that time may be reduced even more) and a kernel in 1.5 minutes (again, this is before the SSD..).
Planned upgrades include memory increasing, more storage, better GPUs etc.
System is on a permanent symmetrical 250Mbit fiber connection with it's own permanent static IP.
If you wish to have access to this, please send me a private message and we will determine if you are a candidate and will set you up an account.
Feel free to post any questions.
This is a FREE service. I am not requiring any form of payment.
I want to give back to everyone who makes my Android experience that much more awesome and I know a lot of developers are in countries where beefier hardware is expensive or hard to obtain, can't afford better hardware, or may have better hardware than buildbox but would like something they can start a task on and walk away without having to keep their personal boxes up.
We do have strict rules on illegal activity.
Anyways, let me know if you want in!
-helf
Click to expand...
Click to collapse
Hi!
I would like to opt in use this service, I've been working on Mi A1 (tissot) device, and now my personal cloud trails credits are over, I would very much like to be able to use this service! I do most of my normal work on my personal system nd sometimes server so i would need the server to build stuffs that will be great
Thank you!
Sent from my Mi A1 using Tapatalk
Hey there,
This is some good stuff you are initiating.
I've been working on Le 1s and Mi A1 (tissot) devices for quite a sometime now. I do most of my work on my local machine with a very ordinary internet connection. Henceforth, I would like to opt in and use this service.
My Github : https://github.com/VenkatVishalV
Thanks!
Awesome: sent u pm
helf said:
Anyways, let me know if you want in!
Click to expand...
Click to collapse
Hey @helf what you're doing is really great.
Sent you a PM :good:
Great bro even i m developing roms for Mi A1 and sprout4 but now my gcp credits too low
U can see my contribution https://github.com/arunassain
Thanks for this contribution:good:
1st thank you for helping out other developers and secondly i would like to have a server reply to me if u are interested in hepling me out
Nice work buddy
Sent you pm
---------- Post added at 12:31 AM ---------- Previous post was at 12:31 AM ----------
Nice work buddy
Sent you pm
wew nice work
Can you check PM?
I want to be a part of your service, plz consider me too.
I have been working on devices like,
- leeco le1s (All things, Dt, Kt, Vt) ;
- samsung grandprimevelte (kernel development) (twrp -Wip) ;
- intex aqua life 3 (twrp).
Well my pc's configurations are not enough to build a rom nor i have other server to continue development for my leeco le1s device.
If you want to checkout my github work.. then here u go,
github.com/vishalk17
github.com/vishalk95
Thank you
helf said:
#update 6-25-2018
Temporarily closing registration as server storage limits have been hit faster than I expected.
Will be working on solutions to duplicate data and will be adding more storage.
Once this is completed, registration will be re-opened.
--------
Hi!
I am hosting a custom server that I have been letting friends use who need a beefier rig for development projects. Server has matured to the point that I am willing to now allow other developers to apply for an account.
I created this initially as a way to give back to developers working hard on the LG V20 but it has since grown into something more.
Users will have 24/7 access to the machine via RDP, SCP, SSH currently.
New services are being added and expanded each month.
Users can have webspace for sites, nextcloud storage space, may request virtual machines for various projects, etc. etc.
Eventually there will be proxies and vpns setup and allowed and we also take suggestions for new functionality.
The server:
- Ubuntu 18.04 Server LTS w/ live patching
- Dual Intel Xeon X5680 CPUs @ 3.33ghz/12mb L3/6.4QPI for a total of 12 cores and 24 threads
- 40GB of DDR3-1333 RAM (board maxes at 192GB and that is my eventual goal)
- 240GB PCIe SSD scratch disk using F2FS for temporary storage which is good for about 700MB/s sustained reads and writes (for improving compile performance etc)
- 4x1TB RAID5 on an LSI controller with 512MB of battery backed cache currently good for about 400MB/s sustained reads and writes
- NVidia 1050GT 2GB PCIe x16 GPU for GPGPU compute projects
As it currently stands, the box can build a complete Lineage OS system in under 1.5 hours (that last benchmark was before I added the SSD so that time may be reduced even more) and a kernel in 1.5 minutes (again, this is before the SSD..).
Planned upgrades include memory increasing, more storage, better GPUs etc.
System is on a permanent symmetrical 250Mbit fiber connection with it's own permanent static IP.
If you wish to have access to this, please send me a private message and we will determine if you are a candidate and will set you up an account.
Feel free to post any questions.
This is a FREE service. I am not requiring any form of payment.
I want to give back to everyone who makes my Android experience that much more awesome and I know a lot of developers are in countries where beefier hardware is expensive or hard to obtain, can't afford better hardware, or may have better hardware than buildbox but would like something they can start a task on and walk away without having to keep their personal boxes up.
We do have strict rules on illegal activity.
Anyways, let me know if you want in!
-helf
Click to expand...
Click to collapse
Alright guys. Hit limits of the system as it is currently configured. We are working on software and hardware upgrades. Once those are completed we will open up registration again. It may be a couple of months. I won't be able to complete some of the hardware upgrades for another 60 days due to some policies I have to adhere to when it comes to recycled hardware.
I'll update when the rig is available again.

Categories

Resources