Kategorien
Android Computer / Informatik

Cyanogenmod 7 (CM7 – Android Gingerbread) for Motorola Milestone

[ad]

Well,

Gingerbread finally made it’s way to my Motorola Milestone 😀

Credits go to nadlabak 🙂

NOTE: I’m not responsible for your actions. Installing Custom ROMs can brick your phone so be sure you know what you are doing!

Go  grab your update on the projects’s google code page 🙂

When you are coming from CM6 or any other froyo (2.2) mods the update process is simple:

  1. Download the CM7 update.zip http://code.google.com/p/cyanogenmod4milestone/downloads/detail?name=update-cm-7.0.0-RC0-0.07-11.02.03-Milestone-signed.zip
  2. Download the gapps update for CM7 http://wiki.cyanogenmod.com/index.php?title=Latest_Version#Google_Apps
  3. Boot to OpenRecovery http://code.google.com/p/androidiani-openrecovery/downloads/detail?name=OpenRecovery-3_3.zip
  4. Make a full nandroid backup
  5. Perform all three wipes (cache, davlik cache, data)
  6. Apply CM7 update
  7. Apply gapps update
  8. Reboot and be happy 🙂

NOTE: when i installed CM7 there was no GoogleMail app. So i just installed „MarketEnabler“ from the market and changed my phone temporary to US (T-Mobile) and installed the GoogleMail app from the market the normal way. Works like a charm 🙂

And now, have fun with CM7 🙂

I’m looking forward to the next updates 🙂

Greets, Goddchen

[ad]

Kategorien
Android

Android 2.3 Gingerbread for the Motorola Milestone (CyanogenMod)

[ad]

Hey everybody,

there are some news on Gingerbread for the Motorola Milestone.

The developer of the CyanogenMod port for the Motorola Milestone – nadlabak – has stated on his page (http://android.doshaska.net/cm6) that he is working on the gingerbread port for the Motorola Milestone.

See the full comment here:

I’m working on it (albeit slowly) – see the gingerbread branches at https://github.com/nadlabak
Current status: it boots, wifi and battery charging works. No gsm/umts yet. New sensor interface is in progress but not fully working yet.
The whole CM is moving to gingerbread, the repos are receiving tens of commits everyday by many great developers involved.
Be patient, there’s still a lot of work to be done.

So, let’s see what he will be coming up with und next fews days or weeks 🙂

Greets, Goddchen

Kategorien
Android Computer / Informatik

Fix for Battery Drain with Cyanogen Mod (CM6) on the Milestone

Hey everybody,

i am using the latest version of CM6 on my Motorola Milestone. The one based on the G.O.T. sbf with the 2.2 test kernel.

I was experiencing a significant  battery drain. The battery wouldn’t hold a whole day… 🙁

So i did a little analysis.

First i found a little hidden feature of Android. Go to the phone app and type: *#*#4636#*#*. This will bringt up some stats. Most interesting are the battery usage stats.

Here is saw that „Being executed“ („Wird ausgeführt“ in german) had 100%. That means that the Milestone didn’t go to deep sleep at all. So i tried to find out why. There is another stats screen titled „usage in partial sleep mode“ or something like that („Verwendung im Teilwachzustand“ in german). There i saw „Facebook“ with nearly 70% of all apps that were listed there.

So i went to the facebook app and deactivated the notifications (which didn’t work for me anyway). And the problem was fixed. The Milestone is now going into deep sleep normally and the battery drain is gone 🙂

Hope that helps many of you out there suffering under the battery drain!

Gr33tz Goddchen

[ad]

Kategorien
Android Computer / Informatik

Motorola Milestone Android 2.2 Froyo – Cyanogen Mod 6.1.0 RC0

Hey everyone,

there finally is a Cyanogen Mod available for the Motorola Milestone 🙂

It brings you Android 2.2 Froyo with all the nice features like apps2sd, market auto-update option, …

Of course it’s not a full custom rom since the Milestone Bootloader still isn’t cracked so there is no custom kernel running behind this CM6.

The installation is straight forward:

I’m so happy with Android 2.2 finally available on my Milestone 🙂 It runs very fast. Before i had 2.1-update1 overclocked @800Mhz. Now i’m not overclocking anything and it feels smoother and faster 🙂 And i love apps2sd and market auto-update 🙂 i love it.

Thanks Cyanogen!

NOTE: if you run into the same problem i had: reboot loop, you have to flash a full sbf first and then install CM6. I tried many things but i couldn’t fix the reboot loop without flash a full sbf first…

[ad]

Kategorien
Android Computer / Informatik

Flurry Analytics House Ads – Market Links not working on Milestone

Hey everybody,

i was experiencing a problem on my Milestone (Android 2.1). When i clicked on any Flurry Ad that led to a market://… link nothing happened. Instead there was an error in my Logcat saying „could not find a resolving intent on ad click“. On my friend’s Milestone it didn’t work either.

So i made a workaround: I hosted a PHP file on my webserver which just redirects to the market link. Because clicking ads that lead to webpages work perfectly fine…

So i created the following file called market_redirect.php on my webserver:

[code language=“php“]
$pname = $_GET[‚pname‘];
header(‚Location: market://search?q=pname:‘.$pname);
[/code]

Now everything works fine when users click on my house ads 🙂 Now i set my destination url to http:///market_redirect.php?pname=.

Gr33tz Goddchen

[ad]

Kategorien
Android Computer / Informatik

„Android Bash“ hits 1000 downloads

Hey everybody,
i’m proud to announce that „Android Bash“ now has more then 1000 downloads in the Android Market 🙂
It let’s you view quotes from various bash sources like iBash.de, German-Bash.de or Bash.org in the categories latest, best and random.

Gr33tz Goddchen

[ad]

Kategorien
Android Computer / Informatik

„App Update Notifier“ hits 1000 downloads in Android Market

YEAY,
my first Android app hits 1000 downloads in the Android Market. „App Update Notifier“ has won the race for this milestone.

Followed by „Android Bash“ with ~900 downloads…

Thanks for using my apps! 😀

Gr33tz Goddchen

[ad]

Kategorien
Computer / Informatik

Working VPN/PPTP with MPPE encryption on Motorola Milestone – Android 2.0 (2.0.1)

Hey everybody,

i think many of you know the problem with android 2.x phones: they can’t connect to pptp vpn servers which have encryption enabled.

You get the error:

E/pppd ( 6070): unrecognized option ‚+mppe‘

But since yesterday this problem is solved 🙂 I had a similar idea for a while now but didn’t have the time to try it. As the error message states „pppd“ is missing the +mppe feature. So, why not just compile it WITH the mppe feature and replace the original binary. And guess what: a guy „qvr“ at Alldroid (http://alldroid.org/threads/15944-VPN-PPTP-modules-needed) just did exactly that. And now guess again: IT’S WORKING JUST FINE 🙂

Now i got vpn working at my university 🙂 Thank you so much qvr!

Just go the alldroid posting and follow the link to his binaries. I just backed up the original files and replaced them with qvr’s. Everything with the Root-Explorer (of course, you need root to do that!).

Greets, Goddchen

Kategorien
Computer / Informatik

Gesture Search for Motorola Milestone

Hey everybody,

today i read that google is introducing gesture search for american Android devices with Android 2.0 and higher. So i thought: why only for american phones?

A quick google search brought me to this xda-developers thread where „Firerat“ posted the apk he got from the market.

Just download to your SD card and install as any other app. Works perfectly on my Milestone (Android 2.0.1) 🙂

Greets, Goddchen

Kategorien
Allgemein Computer / Informatik

Motorola Milestone – Android 2.1 Update Plan

Hey,

Motorola released a news regarding the update plans for Android 2.1 on the Motorola Droid, Milestone, Cliq and Dext.

Have a look here:

https://supportforums.motorola.com/community/manager/softwareupgrades

If this is correct we (European Milestone users) will get the update within the next six weeks. That would be really great! 🙂

Greets, Goddchen