Evo Native Voicemail - HTC EVO 3D

I spent a lot of time batting my head against the wall trying to get native voice-mail to work on my Boost Evo 3D. Many questions and threads were found but no clear cut instructions or solutions were to be found. So when I finally got the native voice-mail notifications working I decided to pass along what I found. I hope this helps someone. I'd like apologize ahead of time if I did not put this thread in the right spot. I am not trying to take credit for anyone else's posts if any of this info seems familiar this is just a combo of what worked for me. From what I read this works for more than just Boost-Mobile. Anyway here is what I found and what I did.
You will need:
Root - For Evo, Unrevoked is recommended
http://unrevoked.com/
For Evo Shift, instructions to root are available on
http://forum.xda-developers.com/showthread.php?t=932153
ADB - Download and install the Android SDK
http://developer.android.com/sdk/index.html
Patched Phone.apk -
http://www.mediafire.com/?u0uabfzjkebyxk8
Start phone in recovery mode
To enter recovery, shut down phone then restart by pressing and holding
Volume Down and Power at the same time, then use the Volume buttons to select
Recovery. Performing a Nandroid backup is highly recommended.
Once in Recovery, mount /system
Copy Phone.apk from the "3.70.651.1" folder to where you've installed ADB
Run your system command/terminal prompt and change folder to where you've installed ADB (left shift and right click to start command prompt inside the android-sdk/platform-tools folder)
when you do adb shell if you get a $ prompt that means that you are with lesser user privileges, and you need to run the su command in order to get Root Privileges and continue with the rest of the commands (edit added thanks to megabiteg)
Run the following commands:
adb shell
cd /system/app
rm Phone.apk
rm Phone.odex
rm vtt-sprint.apk
exit
adb push Phone.apk /system/app/Phone.apk
adb reboot
Good Luck.
This only works for phones running 2.17.651.5
Please let me know if this helped you by clicking on thanks.

Thank you for this and the details. I am running into an issue though when I try to CD to App it tells me that it is unable. Yes I am fully rooted through HTCs method and Im running Teamwin backup. Any ideas whats up?
hacker1313 said:
I spent a lot of time batting my head against the wall trying to get native voice-mail to work on my Boost Evo 3D. Many questions and threads were found but no clear cut instructions or solutions were to be found. So when I finally got the native voice-mail notifications working I decided to pass along what I found. I hope this helps someone. I'd like apologize ahead of time if I did not put this thread in the right spot. I am not trying to take credit for anyone else's posts if any of this info seems familiar this is just a combo of what worked for me. From what I read this works for more than just Boost-Mobile. Anyway here is what I found and what I did.
You will need:
Root - For Evo, Unrevoked is recommended
http://unrevoked.com/
For Evo Shift, instructions to root are available on
http://forum.xda-developers.com/showthread.php?t=932153
ADB - Download and install the Android SDK
http://developer.android.com/sdk/index.html
Patched Phone.apk -
http://www.mediafire.com/?u0uabfzjkebyxk8
Start phone in recovery mode
To enter recovery, shut down phone then restart by pressing and holding
Volume Down and Power at the same time, then use the Volume buttons to select
Recovery. Performing a Nandroid backup is highly recommended.
Once in Recovery, mount /system
Copy Phone.apk from the "3.70.651.1" folder to where you've installed ADB
Run your system command/terminal prompt and change folder to where you've installed ADB (left shift and right click to start command prompt inside the android-sdk/platform-tools folder)
Run the following commands:
adb shell
cd /system/app
rm Phone.apk
rm Phone.odex
rm vtt-sprint.apk
exit
adb push Phone.apk /system/app/Phone.apk
adb reboot
Good Luck.
Click to expand...
Click to collapse

Luckypph said:
Thank you for this and the details. I am running into an issue though when I try to CD to App it tells me that it is unable. Yes I am fully rooted through HTCs method and Im running Teamwin backup. Any ideas whats up?
Click to expand...
Click to collapse
when you do adb shell if you get a $ prompt that means that you are with lesser user privileges, and you need to run the su command in order to get Root Privileges and continue with the rest of the commands.

Is this for the Evo Shift or Evo 3d? You have the rooting process for the Shift, but the phone.apk download is for the Evo 3d. Does the phone.apk work with the Shift? Im fairly new to the android scene.

Yes it should work for the EVO 3D, Evo Shift, Evo 4g. in the downloads there are specific inst ffor each type

hacker1313 said:
Yes it should work for the EVO 3D, Evo Shift, Evo 4g. in the downloads there are specific inst ffor each type
Click to expand...
Click to collapse
Thanks! Will try this later.

Need help with voicemail notification!
Hello,
I have been pouring over the forums trying to find a way to get my voicemail notifications working on my Evo 3D (rooted, flashed to Boost!)! This seems to be the method to use, but the problem I am having is this:
First of all, I am completely new to this, so alot of it is confusing to me! I am trying to follow the directions as best as I can, but it still seems difficult to me! Sorry.....complete noob here!
Secondly, when I try to run the ADB, it keeps telling me something like it's "not a valid command" or something to that effect! I'm not sure if I downloaded the Android SDK to the proper place or not (think I just created a new folder on my desktop and placed it in there?)! Is there a specific location that I should download it to?
Lastly, if you could put down the instructions in very simple, plain terms, that would be great! Maybe they already are, and I apologize if thats the case, because like I said, I am VERY new to this! It just seems like I'm missing something here, and I don't want to mess my phone up in any way, shape, or form! Thanks so much for any help that you can offer in this matter! I NEED my voicemail notifications working, so I know when I have voicemails! I already missed an important message, and I don't want to miss anymore! Thanks again!
Edit: I just noticed this message in the "tools" folder of the Android-SDK file:
"The adb tool has moved to platform-tools/
If you don't see this directory in your SDK,
launch the SDK and AVD Manager (execute the android tool)
and install "Android SDK Platform-tools"
Please also update your PATH environment variable to
include the platform-tools/ directory, so you can
execute adb from any location".
Could this be the issue that I am experiencing, and if so, how can it be corrected? Again, I am really "computerally challenged" here, so be specific! LOL! Thanks again!

Nobody? Is this issue dead now, or what? Guess I'll do without voicemail!

Copasta said:
Hello,
I have been pouring over the forums trying to find a way to get my voicemail notifications working on my Evo 3D (rooted, flashed to Boost!)! This seems to be the method to use, but the problem I am having is this:
First of all, I am completely new to this, so alot of it is confusing to me! I am trying to follow the directions as best as I can, but it still seems difficult to me! Sorry.....complete noob here!
Secondly, when I try to run the ADB, it keeps telling me something like it's "not a valid command" or something to that effect! I'm not sure if I downloaded the Android SDK to the proper place or not (think I just created a new folder on my desktop and placed it in there?)! Is there a specific location that I should download it to?
Lastly, if you could put down the instructions in very simple, plain terms, that would be great! Maybe they already are, and I apologize if thats the case, because like I said, I am VERY new to this! It just seems like I'm missing something here, and I don't want to mess my phone up in any way, shape, or form! Thanks so much for any help that you can offer in this matter! I NEED my voicemail notifications working, so I know when I have voicemails! I already missed an important message, and I don't want to miss anymore! Thanks again!
Edit: I just noticed this message in the "tools" folder of the Android-SDK file:
"The adb tool has moved to platform-tools/
If you don't see this directory in your SDK,
launch the SDK and AVD Manager (execute the android tool)
and install "Android SDK Platform-tools"
Please also update your PATH environment variable to
include the platform-tools/ directory, so you can
execute adb from any location".
Could this be the issue that I am experiencing, and if so, how can it be corrected? Again, I am really "computerally challenged" here, so be specific! LOL! Thanks again!
Click to expand...
Click to collapse
this guide is perfect!! (thanks OP!!!). you have to learn how to setup and install adb....there r a million guides on doing this and checking to c if u have it installed correctly. just google it n u should b good...agn this guide is perfect n easy once u have adb installed correctly...

Success finally!
strive53 said:
this guide is perfect!! (thanks OP!!!). you have to learn how to setup and install adb....there r a million guides on doing this and checking to c if u have it installed correctly. just google it n u should b good...agn this guide is perfect n easy once u have adb installed correctly...
Click to expand...
Click to collapse
Thanks so much for the google search suggestion! I did it, found what I was looking for, took a deep breath, and two days later FINALLY figured out how to do this correctly! Funny thing is, I'm not even sure how I did it! LOL! Probably a good idea to not know too much, so I can't mess up too much! Thanks again SO MUCH for this tuturial....my voicemail notification works perfectly now! You guys are the best!

Shouldnt this method work root explorer or terminal emmulator, and does your rom have to be odexed or deodex? I get a lot of noobs contacting me who for the life of them can't set up adb even after reading the through the forums, i want to make this easy for them by trying alternate method but i know eventually everone should learn how to use adb

The guide is perfect. I am new at this but I accomplished it just fine. Also just a little help for other newbies. Make sure debugging is checked, and fastboot is unchecked. Also when you plug in your phone, you can have the android OS running. Also when you type adb shell, if you get a # sign you have root access and type the commands exactly as the guide states. Thanks Hacker1313!! you ROCK
==================================================
Device: HTC EVO 3D AKA 3VO
Rom: ZR3Dv2.2A
Kernel: Stock
Recovery: 4EXT
Baseband: 1.06.00.1216
Build Number: 2.17.651.5 CL245066 release-keys
Android Version: 2.3.4
HTC Sense Version: 3.0
H.Boot 1.5 Unlocked
S-On

I tried this multiple times and I keep getting "com.android.phone has stopped unexpectedly" force close. =/ How do I fix this?
EDIT: Nvm I have fixed it I pushed a different phone apk over the one that was force closing, and it is now working perfectly again with the native voicemail I have an Evo 4g on The Classic v0.0.9 rom. this is the apk I used:
http :// www . mediafire . com /?9te746ctx1j9xxi

anna.molly said:
I tried this multiple times and I keep getting "com.android.phone has stopped unexpectedly" force close. =/ How do I fix this?
Click to expand...
Click to collapse
Wat Rom u on?
Sent from my EVO 3D S using XDA

strive53 said:
Wat Rom u on?
Sent from my EVO 3D S using XDA
Click to expand...
Click to collapse
Hi, I edited my post with an update thanks for trying to help. The OP did say it should work with an Evo 4g but it sure didn't work on mine! lol

As an update to my earlier post, Well, it worked for less than a day, then i couldn't receive or make calls, said my account was invalid, error code 67, and even my phone profile was completely screwed up to the point someone elses number was appearing on my phone info. took me hours to fix the problem, and the only thing I had done recently was push that phone.apk to my EVO 3D. So I am wondering if there is an updated phone.apk for the EVO 3D?? Any help would be great I loved my native voice mail working on my 3VO flashed to boost, for the short time it lasted.
Device: HTC EVO 3D AKA 3VO
Rom: ZR3Dv2.2A
Kernel: Stock
Recovery: 4EXT
Baseband: 1.06.00.1216
Build Number: 2.17.651.5
Android Version: 2.3.4
HTC Sense Version: 3.0
H.Boot 1.5 Unlocked
S-On

Dmoneyxxxx said:
As an update to my earlier post, Well, it worked for less than a day, then i couldn't receive or make calls, said my account was invalid, error code 67, and even my phone profile was completely screwed up to the point someone elses number was appearing on my phone info. took me hours to fix the problem, and the only thing I had done recently was push that phone.apk to my EVO 3D. So I am wondering if there is an updated phone.apk for the EVO 3D?? Any help would be great I loved my native voice mail working on my 3VO flashed to boost, for the short time it lasted.
Device: HTC EVO 3D AKA 3VO
Rom: ZR3Dv2.2A
Kernel: Stock
Recovery: 4EXT
Baseband: 1.06.00.1216
Build Number: 2.17.651.5
Android Version: 2.3.4
HTC Sense Version: 3.0
H.Boot 1.5 Unlocked
S-On
Click to expand...
Click to collapse
did you set the permissions on the apk?

I have pushed this phone.apk to about 7 or 8 Boost 3VO's without any issue and native voicemail works everytime. How long was you Boost 3VO working before you pushed the phone.apk?

There is nothing in the steps to the guide I posted that would change the meid or esn. The only thing I can think of is that something you may have missed a step when u flashed ur phone. I dont think I can get into too many specifics on that subject without breaking forum rules
Sent from my PG86100 using XDA

I used adb to push it to my 3VO, Idid not think I had to change the permissions of the phone.apk if I did it that way. It had been a good two weeks that my 3VO was flashed before i pushed the apk

Related

[REQ] Need someone to check something for me on a STOCK Eris

Anyone out there willing to help me out?
I just someone to run this command with their phone hooked up, USB Debugging ENABLED:
adb shell ls -l -R /sys/class > class_structure_ERIS.txt
This will output a text file in whichever directory you run the command from, that will list the hardware capabilities of the phone for me - this would help me IMMENSELY from a development standpoint!
Check out the text file - zero personal / private information will be in there!
Thanks!
also need...
adb shell ls -l -R /sys/devices/platform > platform_structure_ERIS.txt
and
adb shell ls -l -R /sys/devices/virtual > virtual_structure_ERIS.txt
If you guys don't mind taking a moment
I would love to help but I'm not stock do you have an Eris? It is possible to convert back to stock w/no root I believe.
Sent from my Eris Lightning 3.02
settlethestorm said:
I would love to help but I'm not stock do you have an Eris? It is possible to convert back to stock w/no root I believe.
Sent from my Eris Lightning 3.02
Click to expand...
Click to collapse
I'm afraid I do not have an Eris That's why I'm hoping to get some help from the community
Tried but would not output a file
dragon1018 said:
Tried but would not output a file
Click to expand...
Click to collapse
What did it output?
Doward said:
What did it output?
Click to expand...
Click to collapse
Please say ice cream please say ice cream pls say ice cream
file not found
dragon1018 said:
file not found
Click to expand...
Click to collapse
Ok, let's start simple then.
Try this:
Run "adb shell" (minus the quotes)
At the new prompt, just type "ls" (again, no quotes) and see what you get.
If you get a directory listing, continue - if you get an error, post the error here.
If you DO get a directory listing, try this -
cd /sys/devices
and see if that gives you an error...
Got it to work and push out the text files. I did not realize when you posted this was that your looking for a stock eris. I have a nan backup of the stock eris prior to installing roms. Obviously I already have root access at this point so I dont know if that is gonna help. Let me know Ill keep the files on hand
dragon1018 said:
Got it to work and push out the text files. I did not realize when you posted this was that your looking for a stock eris. I have a nan backup of the stock eris prior to installing roms. Obviously I already have root access at this point so I dont know if that is gonna help. Let me know Ill keep the files on hand
Click to expand...
Click to collapse
I definitely prefer non-rooted, if it's not too much trouble
[Edit]
Sorry, what I wrote earlier won't do you a bit of good, you need someone with a rooted live phone, since /sys is created on the fly by the booted kernel. (I missed that by reading too quickly).
I might be able to get to it, but it will take a little bit of time.
bftb0
Here you go (attached).
For what it is worth, here's some details on the state of the phone this was extracted from:
- Cupcake MR2 (1.17.605.1) PB00IMG.ZIP components (boot, recovery, system, data, radio) flashed & booted
- OTA2.1 (pre-July OTA) accepted
- after OTA2.1 completed & booted, OTA2.1+ (July 17 OTA) accepted and run
- after completetion of 7/17 OTA install, boot up (no Google account setup) & perform Factory Reset
- boot after FR; no activation and no Google account setup.
- shutdown. Install Amon_RA recovery via S-OFF bootloader and fastboot
- boot Amon_RA; make Nandroid Backup.
(The preceding steps took place 7/17/2010)
Tonight, I restored the 7/17 "clean" 7/17 OTA2.1+ Nandroid backup, and then:
- overflashed engtools3.zip
(This is a minimal root kit containing only "su", "SuperUser.apk", and "flash_image"; the latter is not used)
Then, your files were generated via an ADB shell promoted to root via "su".
In passing, I note that the HTC toolbox version of "ls", when invoked as 'ls -l -R' does not list major,minor device numbers for special device files - is that needed?
Baseband version: 2.42.01.04.27
Kernel version: 2.6.29-8a03cb9a [email protected] #1
Build number: 2.37.605.4 CL185970 release-keys
Software number: 2.37.605.4
PRI Version: 2.11_002
PRL Version: 51919
Just out of curiosity - what's this needed for?
bftb0
Long story short, I'm collecting as much underlying (Linux, not so much Android) hardware information as I can, so that I can compile a list of what phones have what hardware available for direct hardware access.
I've noticed in my short stint of Android programming, that a LOT of hardware features are left on the table in individual phones. I'd like to get some of those back

[HOW-TO] Wifi Fix for CM6 [1/2/2011]

DISCLAIMER: Nobody -- and I do mean nobody -- is responsible for a bricked device except for the person attempting this modification. Do not contact me to complain that you borked your Slide by not following instructions.​
All credit for this discovery goes to knowmercymod​
Certain Espresso owners running CM6 (or CM6 derivatives) may have discovered that their wifi functionality doesn't work as expected. The issue is well-documented on the CM6 issue tracker [issue 2153] and the cause of the problem is known, but there is no source-based solution at the moment. As such, there's no easy way to distribute a fix for working wifi within a packaged CM6 zip.
The issue relates to missing GPL'd drivers for the MSM7227 chipset from Qualcomm that is used in several devices, most notably the HTC Espresso, Legend and Aria. But due to small versioning differences in certain aspects of this chipset, some devices have functioning wifi using the generic open-source SDIO modules and others do not. The permanent solution for this issue is cajoling HTC into releasing this code -- this process is already underway -- but, in the meantime, this thread will serve to provide a temporary solution that is 100% effective.
So let's get started...
Step 1: Downloading the necessary files​
Attached to this post are the two files necessary to fix this issue:
sdio.ko
tiwlan_drv.ko
They both come from *stock* Espresso -- the code currently in use in the CM6 repository does not generate fully-functional versions of these modules.
Download the "modules.zip" file to your PC and extract the two files to an easily accessible location.
Step 2: Backing up the corresponding files on your device [optional]​
This optional step will walk you through backing up the existing files on your device. This is completely unnecessary as those files can simply be restored by re-flashing a CM6 zip, but I figured that people should get in the habit of backing up stock files before modifying their device.
To do so, execute the following two commands -- both can be done while the phone is booted up or in recovery (if you're in ClockworkMod recovery, just make sure your system partition is mounted -- partitions->mount /system):
Code:
ADB PULL /system/lib/modules/tiwlan_drv.ko [DESTINATION]
ADB PULL /system/lib/modules/sdio.ko [DESTINATION]
To use my PC as an example, I would connect my Slide via USB and enter the following commands on the command line:
Code:
ADB PULL /system/lib/modules/tiwlan_drv.ko ~/Documents/Android/Backup
ADB PULL /system/lib/modules/sdio.ko ~/Documents/Android/Backup
Step 3: Replacing the files on your device​
So now we're ready to make the actual modification. First step: boot into recovery. My preferred method is to use the ADB REBOOT RECOVERY command.
Once you're in ClockworkMod Recovery, please make sure system is mounted -- partitions->mount /system
Then you would simply execute these two commands:
Code:
ADB PUSH [SOURCE]/tiwlan_drv.ko /system/lib/modules/tiwlan_drv.ko
ADB PUSH [SOURCE]/sdio.ko /system/lib/modules/sdio.ko
To use my PC as an example, I would enter the following commands on the command line:
Code:
ADB PUSH ~/Downloads/modules/tiwlan_drv.ko /system/lib/modules/tiwlan_drv.ko
ADB PUSH ~/Downloads/modules/sdio.ko /system/lib/modules/sdio.ko
Once you've pushed these files, simply reboot your device and you're done! You should no longer have any issues with your wifi connectivity, including (but not limited to) full wifi tether functionality when using the Wireless Tether 2.0.5 application.
And, again, all credit for this temporary fix goes to knowmercymod (who is far too humble to post this himself).
Saving this space for future updates...
I hope this fixes my frequent disconnects, but on the legend section they fixed the problem by changing the channels to 14 instead of 11, not sure if that will work for espresso.
UPDATE: Works great! Thanks for posting this.
Very exciting news! I'll fully charge and try this fix. Looking forward to using CM instead of stock.
Just pushed the files to cyanoginger 1.1.. wifi and wifi tether both appear to work perfectly now
Cool, thanks for posting!
I did it, not sure if it did anything. Weird thing is, after pushing the 2 files I noticed I forgot to mount the system folder but it said it transfered successfully.. *shrugs*
I think tethering was working before, either way though, it works now
Awesome! Thanks so much for the hard work. I know you guys will manage a perm fix via a regular rom soon. HTC will cough up that source code for ya
Just chiming in to say this works for me. Takes a little longer now to connect to an access point than it used to, but rock solid after that. With s-off, didn't even have to be in recovery, just mounted system rw, pushed files, and rebooted.
Sent from my MyTouch 3G Slide running CM6.1.1
Did it right off my phone with sufbs file manager. Great job hopefully its integrated in next cm build.
I keep getting a "out of space" error when I go to copy the files.
Please help.
poormanq45 said:
I keep getting a "out of space" error when I go to copy the files.
Please help.
Click to expand...
Click to collapse
If you have not applied s-off patch by alpharev, then you have to push the files while in clockwork recovery, after going to the partitions menu and selecting mount /system. If you are in fact s-off, you have to use a terminal emulator and type [code}mount -o rw,remount /system[/code] and then push the files
Sent from my T-Mobile myTouch 3G Slide
CM6 wifi works fine for me, but would these drivers work better with my phone anyways since they're specifically made for this phone?
Applied this on Arayaray revamped which seemed to have spotty wifi for me especially when accessing the market. After applying this the wifi is perfect not a single problem at all now, thanks so much!!
I refuse to connect my phone to my pc. Is there any way to get these files pushed onto my phone? Terminal Emulator work? If not, it's cool. Wifi seems to be working for the most part under CM6.
xaodxkevin said:
CM6 wifi works fine for me, but would these drivers work better with my phone anyways since they're specifically made for this phone?
Click to expand...
Click to collapse
It depends. These files are taken *directly* from the stock espresso rom and are known-good. If you're not having any issues with wifi running CM6 I don't feel comfortable telling you this will "improve" anything -- but I don't think it would hurt. In any case, if you follow my instructions you will have backed up the original files and can restore them at any time.
Hayzie said:
I refuse to connect my phone to my pc. Is there any way to get these files pushed onto my phone? Terminal Emulator work? If not, it's cool. Wifi seems to be working for the most part under CM6.
Click to expand...
Click to collapse
Uhhhh -- why? That seems incredibly myopic and weird. You know what -- never mind -- I don't want to know. You can use a terminal emulator on the device to move the two files from your sdcard to their rightful place on /system. I'll leave it as an exercise to the user to figure out the correct commands to do so.
Well I'll tell you anyways... MyTouch Slide always acts funny when plugged via USB to my pc, more-or-less so Windows 7. I could say this is an uncommon issue, but it's not. So it's not weird.
Mine works just fine, whats funny about it when u plug it in? Sorry to bring this up here herbrewtoyou but im curious lol
Sent from my T-Mobile myTouch 3G Slide using XDA App
Hey guys I just pushed the 2 files to my phone, I'm running CM 6.1.1-Slide - since I flashed to 6.1 and then reflashed to 6.1.1 I have had 0 Wifi capability. So I push these files and followed the instructions, and well I still have no wifi. I will enable it and it will scan, try to authenticate and then disconnect and repeat.......any ideas???
ApeMan911 said:
Hey guys I just pushed the 2 files to my phone, I'm running CM 6.1.1-Slide - since I flashed to 6.1 and then reflashed to 6.1.1 I have had 0 Wifi capability. So I push these files and followed the instructions, and well I still have no wifi. I will enable it and it will scan, try to authenticate and then disconnect and repeat.......any ideas???
Click to expand...
Click to collapse
Sounds like an issue with your router...
No its def not the router, phone would connect all day long before switching to CM.

[Q] How to uninstall STOCK apps & replace with Sense 3.0

I know there are threads like this out there, but none of them fitted my questions...
Hi,
in this post, seo posted some ported sense 3.0 apps and widgets for Sense 2.1 GB roms.
I tried to install some of them and got MMS to work.
Then tried to get Rosie and widgets, but they wouldn't install directly, so i started playing around with ADB.
i think adb is fully set up, i am able to pull apks from /system/app.
problem is, i am obviously unable to push, install or uninstall system apps via
adb push
adb install
adb uninstall.
this was when i tried remounting (with remount,rw etc.) and was able to "rip off" rosie.apk (i know it worked as it wasn't there anymore later on ) but still was unable to install apps (with the effect i hadn't got a launcher at all.)
latest step was creating a signed update.zip, didn't work, recovery just restarts.
anyone help? someone got experience which may help me? i went through about 10 or 20 guides and am kind of desperate right now as things just dont work
thanks
SummonerOfDeath said:
I know there are threads like this out there, but none of them fitted my questions...
Hi,
in this post, seo posted some ported sense 3.0 apps and widgets for Sense 2.1 GB roms.
I tried to install some of them and got MMS to work.
Then tried to get Rosie and widgets, but they wouldn't install directly, so i started playing around with ADB.
i think adb is fully set up, i am able to pull apks from /system/app.
problem is, i am obviously unable to push, install or uninstall system apps via
adb push
adb install
adb uninstall.
this was when i tried remounting (with remount,rw etc.) and was able to "rip off" rosie.apk (i know it worked as it wasn't there anymore later on ) but still was unable to install apps (with the effect i hadn't got a launcher at all.)
latest step was creating a signed update.zip, didn't work, recovery just restarts.
anyone help? someone got experience which may help me? i went through about 10 or 20 guides and am kind of desperate right now as things just dont work
thanks
Click to expand...
Click to collapse
Pull me a recovery.log when you try installing the zip, and I'll have a look for you.
Sent from my HTC Hero using XDA Premium App
S.O.D. proudly presents.... recovery.log!
Here it is, i attached my own update.zip (rosie-signed.apk), maybe you could have a look at it as i don't know where the fault may be.
greets SOD
I would already be happy if you managed to solve the update.zip issue (would help me with other updates) but the main prob is adb noch really working, seems like some system part is blocking this?
my hero was originally a t-mobile google g2, created goldcard, rooted, custom recovery, new radio and custom rom.
a few details:
device HTC Hero (T-Mobile Google G2, the black one )
rom Salsasense RC2 (at the moment...)
recovery CWM 2.0.5.7 (think so, but im sure i got the latest)
sd 2gb
ooookay, tried to edit existing salsasense, resulting in non-functional rom rebooting into recovery.
JieeHD may you probably cook Rosie.apk and HtcClockWidget3d.apk in SalsaSense RC2 and upload it just for testing? much better would be to give me the keys to do it myself *still learning*
i tried it but the situation above occured^^ maybe some md5 thingy?
greets, SOD
SummonerOfDeath said:
ooookay, tried to edit existing salsasense, resulting in non-functional rom rebooting into recovery.
JieeHD may you probably cook Rosie.apk and HtcClockWidget3d.apk in SalsaSense RC2 and upload it just for testing? much better would be to give me the keys to do it myself *still learning*
i tried it but the situation above occured^^ maybe some md5 thingy?
greets, SOD
Click to expand...
Click to collapse
Fixed your update-script, new line for each command is needed
/facepalm
JieeHD said:
Fixed your update-script, new line for each command is needed
/facepalm
Click to expand...
Click to collapse
not serious no? /facepalm -.-" thanks will try that right now xD will give feedback if my device is still alive afterwards xDD
greets, S.O.D.
How's your progress going?
I messed around with the files 2 from the treat and they won't flash error 0. Tried to fix that with.different binery and gave me error 7. If you can make at least the king lockscreen with weather app working than you are the man
Sent from my HTC Hero using XDA App
stroobach said:
How's your progress going?
I messed around with the files 2 from the treat and they won't flash error 0. Tried to fix that with.different binery and gave me error 7. If you can make at least the king lockscreen with weather app working than you are the man
Sent from my HTC Hero using XDA App
Click to expand...
Click to collapse
brick after flashing modified rom.
push to /system/app didnt work.
flashing restarts recovery.
jieehd's tip of single lines for every command doesnt work, same as above.
error 0 = apk is not made for your device/rom, wont install.
error 7.. dunno, think its not matching binary or parsing error.
files from my thread? as post above says one is a log and the other is defect^^
i doubt weather will work as its eating HUGE amount of resources. if u want this lockscreen, maybe try salsasense, has got a 3.0 alike lock...
holidays now, wish good luck in coding would be happy if u found a solution
greets, SOD
were can i find HTCG2/hboot/PC10IMG.zip been looking all over for it and its no were to be find
Got some questions.
1. You want WHAT? And what is the purpose?
2. In how far is this related to this topic?
3. If u give us a path to this file, why do u ask where it is? Maybe try dowloAding some random rom (probably some ruu) and do extract & search..
4. Are you really willing to contribute to this topic? I dont see the point of posting this.
5. Obey forum rules. If u have got a question, post it directly in q&a section, not in some random topic or directly explain the connection to the actual topic.
Greets, s.o.d.
agnostic900rr said:
I dunno, no idea
Click to expand...
Click to collapse
what don't you know? may we help you? whats the purpose of all these posts?
i think i'll give it a last try next time wenn i got salsa sense installed and either find a solution instantly or give it up, as noone is willing to support me and i can't do much more with my poor coding skills.
seems like we have to admit that hero's dying and i have to wait for my contract to end so i get a new phone.
greets, s.o.d.

(APK ) Launcher 2 w/ 3D Scroll for Sensation & Evo 3D Final Update!

I like old School android Launcher & this was done due to Request after Request via Twitter..
This is based on my GB Launcher in the Market, but simply re-sized to work on the Sensation & the Evo 3D
Updated: You Must Remove the Current Version before installing this Latest & Last Update!
~ Fixed ADB Install issue
~ Root-explorer should now install
~ Install Via Download should work Correctly
~ 3D drawl Fixed
~ Fixed Text Size
~ Fixed 3D Alignment All Apps Display
~ Blurry Icon's & text fixed.
Download:
Launcher 2 for Sensation & Evo 3D https://market.android.com/details?id=com.qhd.android.launcher
Sweet. Thanks, man. Gonna give it a try now.
Edit:Won't install as a regular .apk for me.....even tried putting it in system/app????
I can't installed it either
Sent from my PG86100 using XDA Premium App
you have to adb push it into /system/app
I'm still having trouble with install...help?
Sent from my PG86100 using XDA App
I had problems too i tied root explorer even and no dice
No balls.. its not working
Sent from my PG86100 using XDA App
It's a no go for install also.
Try restarting your phone, I did this through root explorer after I set permissions and it worked great.
What makes this better then launcherpro? (which can do the same)
Delano.888 said:
What makes this better then launcherpro? (which can do the same)
Click to expand...
Click to collapse
It invites Trolls to ask " why is this better than this Launcher "
Some People Like plain Jane Launchers " Deal With it " Nothing make it better or worse, only the opinion of the user.
Thanks so much!!! I was wondering when someone would do this
Sent from my HTC Sensation Z710e using XDA App
Final Build now Posted with Screen Shots over last prior fix.
when you hit anywhere right under the 4th row, it registers as hitting the home button. can you fix that
eugene373 said:
Final Build now Posted with Screen Shots over last prior fix.
Click to expand...
Click to collapse
Great job. Been looking all over for a 3D launcher that wasn't all blurry. Thanks
Thanks Bro. I've been looking for this for awhile. everything works great!
Noob -Dying to use this app - So confused - Take mercy!
Hi Gang -
I've got ADB running in the dos window (finally) and if I type in "push" it gives me a list of ADB commands.
I've been reading for HOURS but am missing something, because it won't let me push anything to the phone. Is there a good tutorial out there or is someone able to help me out?
I put the file in the platform-tools directory. I want to move it to the root of the sd card (e drive) At the command line I type:
adb push launcher2.apk e:
I get a "failed to copy launcher2.apk to e: read only file system"
I just want to install this app to my phone. Help?!?!?
Thanks a ton!
colestein said:
Hi Gang -
I've got ADB running in the dos window (finally) and if I type in "push" it gives me a list of ADB commands.
I've been reading for HOURS but am missing something, because it won't let me push anything to the phone. Is there a good tutorial out there or is someone able to help me out?
I put the file in the platform-tools directory. I want to move it to the root of the sd card (e drive) At the command line I type:
adb push launcher2.apk e:
I get a "failed to copy launcher2.apk to e: read only file system"
I just want to install this app to my phone. Help?!?!?
Thanks a ton!
Click to expand...
Click to collapse
You need to type adb remount before you do the adb push.
Thanks a lot! This helped. Turns out I needed to just install rather than push. It works like a champ!
Now Fixed & working Correctly
Launcher 2 for Sensation & Evo 3D https://market.android.com/details?id=com.qhd.android.launcher

[Q] Rooting T-01D/ F-05D

Greeting,
It was heard that rooting T-01D are similar as F-05D.
I found a website regarding rooting F-05D, but I dont read Japanese, just want to know if anyone have tried the enclosed method to root T-01D?
or could anybody do the translation, since the terms become quite strange after using the online translators
The following link is ref. of rooting F-05D:
ttp://ayati.cocolog-nifty.com/blog/2012/01/f-05droot-1d0b.html
(should be "http" rather than "ttp")
The source code of T-01D have been provided also, but I have no idea how to use it and root the machine:
ttp://spf.fmworld.net/oss/t-01d/data/download.html
(should be "http" rather than "ttp")
Thank you very much in advance?
Update of 4/4
the following t-01d rooting procedures is provided by Magimaster
Hello.
I am sending this pm regarding the translation for flashing the Fujitsu f-05d sold by Docomo in Japan. I cannot reply in the development section due to my low post count.
My phone is an f-05d. I do not have a t-01d but, according to the original rooting guide for the f-05d, the users are reporting success in rooting the t-01d as well.
I will not really translate for you. Rather, I will explain what I did to root my f-05d.
Here is a rough summary of the steps I followed:
For starters, you need to make sure that adb recognizes your phone when connected to the PC via USB. This means that you need to install the Android SDK and the USB driver for your t-01d by Fujitsu.
I had trouble getting adb to recognize my phone, as Window$ insisted in recognizing it as an USB drive. What I did, among other things, was:
In the phone settings, go to Applications > Development and check USB Debigging and Stay awake.
Install the Google USB Driver package, in the extras section of the Android SDK Manager.
With the phone connected to the PC, go to Window$ device manager > Universal Serial Bus Controllers and uninstall (use the delete key from your the keyboard) every mass storage device that appeared when my phone was connected. Disconnect and reconnect the usb cable.
Only until I did this final step was my phone recognized and listed as Android Phone > Android Composite ADB Interface in the device manager. If your device is not recognized, you just cannot continue. Look for help about this, or else you cannot move on with this method of rooting.
Confirm that your phone is recognized as Android Phone > Android Composite ADB Interface in the Window$ device manager. Do not continue until it is.
From the Android SDK manager, install the package android sdk platform-tools.
You need download F05Droot.zip from the original blog page your linked before. I will not link to the file directly, but you should have no problem finding it. Extract the files within into the program directory \Android\android-sdk\platform-tools (this is my path).
You need to download a replacement for the file lsm_disabler.ko that is inside the F05Droot.zip. Get it from here and extract it an replace the one inside the platform-tools directory.
By the way, this platform-tools directory is the one that has the adb executable file. Just a heads up.
You need to download su. I cannot tell you where to get it. I just do not know where I got mine from, but was easy so go for it When you have it, extract it and put it in the platform-tools directory.
Confirm that the platform-tools directory includes these files:
Code:
adb.exe
AdbWinApi.dll
AdbWinUsbApi.dll
su
lsm_disabler.ko
f05dsu.bat
There will be more, but these are the ones needed for this to work.
Now, get ready to root. Connect your phone to the PC.
Go to your phone settings > setting my body > step/activity counter app > pedometer use and confirm it is checked on.
In the platform-tools directory, look for f05dsu.bat and run it. A DOS window will open. This is the funny part. Unless you are doing this from a Japanese version of Window$, or from a Window$ with Japanese locale active, you will see a lot of strange symbols instead of Japanese characters... which would be the same for almost anyone anyway Regardless, you will see a prompt to Press any key to continue . . .. At this point, you do not need to do anything on your phone, other than visually checking that the check mark on the pedometer is set.
On the DOS window press any key, your will see more garbage and another prompt to press any key. This is the important part. See if you can find among all those symbols this pattern: OFF/ON. If you do see it, it means we are on track.
Now that you were able to see the OFF/ON, go to your phone and uncheck the pedometer (OFF) and check it again (ON).
In the DOS window, press any key. Your phone will reboot. The message in the DOS window says that you must wait for the phone to boot up and for Window$ to recognize your usb connection to the phone.
When/if your phone is recognized by Window$, go to the DOS window and press any key.
Again, press any key and your phone will reboot.
The DOS window has a message indicating that you must now install superuser and busybox. When your phone reboots, go to the android market and install from there when you have the time.
You can now close the DOS window because, unless there was any error, you are now rooted, my friend
From the market, install a terminal, or an app that includes a terminal. I use Rom Toolbox because it has a terminal and scripts to mount the /system as rw.
Open whatever terminal you chose and, at the $ prompt type su
If new prompt is #, type soff
You will need to run these commands every time before trying to mount /system as rw.
That is all. I hope you can root your phone.
Just a petition, post this message in the forums, as it may help others who have similar difficulties. It sure could have helped me if someone had done before me.
Have a nice one and please forgive my English.
Click to expand...
Click to collapse
update 15/4
On 13/4 finally i got my phone rooted
I have to run f05droot.bat instead of f05dsu.bat
After I have run the f05dsu.bat, for the steps, no error popout.
then I open the terminal type su, it reply me "permission denied".
I know it is not successful, after several run, the situation still the same.
after that have checked the contents of f05droot.bat and f05dsu.bat.
They are very similar but the f05droot.bat will push the superuser and busybox into the device at the same time.
(so I added those files in the directory \Android\android-sdk\platform-tools )
Therefore, i tried that and its works finally.
I feel really exciting at that moment.
I hope this post can help they T-01d user to root the phone.
personally I really like this phone ^~^
the su file is also important
Anyone try it? Does it work?
I have got the source code from its web
But I dont know how to use that and lead me to root the machine
ttp://spf.fmworld.net/oss/t-01d/data/download.html
Can you post a review of this device?
redcarrot said:
Greeting,
It was heard that rooting T-01D are similar as F-05D.
I found a website regarding rooting F-05D, but I dont read Japanese, just want to know if anyone have tried the enclosed method to root T-01D?
or could anybody do the translation, since the terms become quite strange after using the online translators
The following link is ref. of rooting F-05D:
ttp://ayati.cocolog-nifty.com/blog/2012/01/f-05droot-1d0b.html
(should be "http" rather than "ttp")
The source code of T-01D have been provided also, but I have no idea how to use it and root the machine:
ttp://spf.fmworld.net/oss/t-01d/data/download.html
(should be "http" rather than "ttp")
Thank you very much in advance?
Click to expand...
Click to collapse
If you have time, can you please post a mini review of the device? I wanted to buy one too and I'm quite excited reading your review!
Thanks and more power!
Here is the mini review
Screen color is perfect except black and accurate. Speed is good in comparing with SGS2. Battery life is similar to SGS2. Form factor is better than SGS2. Camera is outstanding, thanks to the 1.3MP camera. Waterproofing design is what I like. The bad is upgrading is only possible in Japan. Digital TV is useless. Sound level is a bit low.
personally i like this phone very much especially the outlook.
my personal review is the following:
1. same as above the screen is perfect
2. the camera is also excellent
3. while you have a phone call, it change mode automatically depends on the environment
4. if i switch off all the data things, this phone can stand more than one day
(so i wont blame the battery, because I think we use too many network related stuffs)
5. i have to admit that the firmware is not quite stable (fortunately the phone can be upgrade to 4.0 after july)
for the rooting process, it seems like someone has success:
(i think that is temp root)
search "T-01D 軟解, tofu-keitai" in google (that is chinese unfortunately)
redcarrot said:
Greeting,
It was heard that rooting T-01D are similar as F-05D.
I found a website regarding rooting F-05D, but I dont read Japanese, just want to know if anyone have tried the enclosed method to root T-01D?
or could anybody do the translation, since the terms become quite strange after using the online translators
The following link is ref. of rooting F-05D:
ttp://ayati.cocolog-nifty.com/blog/2012/01/f-05droot-1d0b.html
(should be "http" rather than "ttp")
The source code of T-01D have been provided also, but I have no idea how to use it and root the machine:
ttp://spf.fmworld.net/oss/t-01d/data/download.html
(should be "http" rather than "ttp")
Thank you very much in advance?
Update of 4/4
the following t-01d rooting procedures is provided by Magimaster
Click to expand...
Click to collapse
It really work!~
I rooted my T-01D with this method!
And it's permanent root!!
Many thanks!~
hi HaoyuWen,
i have followed the steps, when i type su in the terminal simulator, it comes out segmentation fault su, do you have any idea.
I use titanium backup to check and it said my t-01d is not rooted.
for the pedometer on/off things, do i need to press the home key and go back to the pedometer to do the switch?
Thank you very much in advance
HaoyuWen said:
It really work!~
I rooted my T-01D with this method!
And it's permanent root!!
Many thanks!~
Click to expand...
Click to collapse
So both F-05D and T-01D can use this ?
yes, but i havnt got that work yet.
just want to know when I get the device rooted, will the device screen shows the device is rooted?
finally i got my phone rooted
you have to run f05droot.bat instead of f05dsu.bat
the su file is also important
redcarrot said:
yes, but i havnt got that work yet.
just want to know when I get the device rooted, will the device screen shows the device is rooted?
Click to expand...
Click to collapse
You can install a root checker to see
^ Please update it on the front page
Gonna get mine soon, so excited to hear this
wth_is_life said:
You can install a root checker to see
^ Please update it on the front page
Gonna get mine soon, so excited to hear this
Click to expand...
Click to collapse
I think I brick my T-01D. Don' know why, I do exactly the same what I have been told here... Now It ends up infinite boot loop
Anybody help me please?
Hey there everyone, sadly this guide isn't working for me. Everything in the guide goes smoothly and I do exactly what is listed but after my phone reboots the final time I still have no root access. I run f05droot.bat instead of f05dsu.bat like the user said but to no avail, I even ran f05dsu.bat and still nothing.
Anyone else have trouble? Maybe it is because I am on a certain FW? I am on 2.3.5
Baseband Version C_L1_M23
Kernel version: 2.6.35.7 [email protected] #1
and Build number is V43R41C
Just wondering as I really want root to disable all of these RAM-hogging default applications.
Bump? Anyone?
As far as I know, this rooting method cannot be done on FW V43R41C.
Sent from my SC-01D using Tapatalk 2
kinchung said:
As far as I know, this rooting method cannot be done on FW V43R41C.
Sent from my SC-01D using Tapatalk 2
Click to expand...
Click to collapse
Aw Thanks for the notice, of course it's my firmware. Any idea about ICS? It was supposed to come out in July but yeah..
I don't know about ICS for t-01d. My sc-01d has been already upgraded to ICS, the performance is improved a lot. sh-01d also gets ICS today.
Sent from my SC-01D using Tapatalk 2
kinchung said:
I don't know about ICS for t-01d. My sc-01d has been already upgraded to ICS, the performance is improved a lot. sh-01d also gets ICS today.
Sent from my SC-01D using Tapatalk 2
Click to expand...
Click to collapse
I see, I read about the T-01D (among many others) getting updated from articles like this: http://forums.hardwarezone.com.sg/e.../docomo-update-ics-4-0-18-models-3662812.html
I'm sure the T-01D would perform pretty awesome and maybe pre-installed software would not be as big a deal as it is now. Maybe since your SH-01D is getting updated, T-01D isn't far behind. The only thing I have to see is if I can update out of Japan.
I don't have sh-01d but galaxy tab 10.1 sc-01d instead. My t-01d also upgraded to V43R41C last month during visiting Japan. Upgrade of t-01d may not be possible outside Japan as Software Update cannot be executed without docomo sim and network.
Sent from my SC-01D using Tapatalk 2

Categories

Resources