PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA HTC Hero Development (http://forum.ppcgeeks.com/forumdisplay.php?f=145)
-   -   [ROM] 01/01/10-1.1 | fresh rom | a new year release! (http://forum.ppcgeeks.com/showthread.php?t=96913)

flipzmode 11-20-2009 11:58 AM

Re: [ROM] 11/19/09-0.4 | fresh rom | Built off Updated Sprint Base!
 
Quote:

Originally Posted by stylz3 (Post 1347010)
Im haveing trouble pushing apps to the phone. When I open the command Prompt. Type in: adb shell mount /system. "adb is not recognized as an internal or external command, operable program or batch file."

I need an idiot proof step by step on this pushing apps to phone.

ADB is a tool that comes with the Android SDK. You need to run your commands from a command prompt that is in side the tools folder in the sdk. Don't have that yet?

http://developer.android.com/sdk/dow...r3-windows.zip

Download that and extract it. I extracted mine to c:\android\sdk. So now I open a command prompt and do the following:

cd c:\android\sdk\tools

At that point you will be able to issue the adb commands that I posted earlier in order to push the files. You will need to either mimic my directory structure or just make sure to "cd" to whatever directory your tools folder ends up in.

stylz3 11-20-2009 12:10 PM

Re: [ROM] 11/19/09-0.4 | fresh rom | Built off Updated Sprint Base!
 
Quote:

Originally Posted by flipzmode (Post 1347034)
ADB is a tool that comes with the Android SDK. You need to run your commands from a command prompt that is in side the tools folder in the sdk. Don't have that yet?

http://developer.android.com/sdk/dow...r3-windows.zip

Download that and extract it. I extracted mine to c:\android\sdk. So now I open a command prompt and do the following:

cd c:\android\sdk\tools

At that point you will be able to issue the adb commands that I posted earlier in order to push the files. You will need to either mimic my directory structure or just make sure to "cd" to whatever directory your tools folder ends up in.

I got all that setup now I'm getting the following: C:\AndroidSDK\tools>adb shell mount /system
mount: Mounting /dev/block/mtablock3 on /system failed: Device or resource busy.

What should I do now?

flipzmode 11-20-2009 12:13 PM

Re: [ROM] 11/19/09-0.4 | fresh rom | Built off Updated Sprint Base!
 
Quote:

Originally Posted by stylz3 (Post 1347064)
I got all that setup now I'm getting the following: C:\AndroidSDK\tools>adb shell mount /system
mount: Mounting /dev/block/mtablock3 on /system failed: Device or resource busy.

What should I do now?

You are in recovery (green and black) mode on the phone, right? If you are then that error usually means you have already mounted it. Meaning you can mount once fine, but if you try mounting again you will get device busy. Try continuing on with the commands.

If the rest of the commands won't work then try this:

adb shell [press enter]
cd /system/app [press enter]
ls (that's an L)

Do you see a list of files? If so then it's mounted properly. Exit out of the shell and adb push the files.

Rokair 11-20-2009 12:25 PM

Re: [ROM] fresh | MODS please merge | official thread
 
I attempted to use your .4 ROM with the following information and results:

Started with Modaco 1.1 ROM (using Apps2SD functions).
Nadroid back to just after Rooting.
Cleared SD EXT Part.
Flashed .4
(Voice Mail Icon didn't show. Apps were not installed to SD. I validated this by the space listed as available and unmounted the SD care. Super User Application does not prompted me when an application attempting to run root executes for the first time.)

Nadroid back to just after Rooting.
Cleared SD EXT Part.
Clear all extra data from FAT32 Part.
Executed the Data Wipe/Factory Reset command.
Flashed .4
(The Voice Mail Icon was fixed. Apps2SD still did NOT work. Super User Application still did not work.)

At the present I have reloaded Modaco 1.1 (using Apps2SD) until I see an update from either Flash or Modaco.


Thanks for your efforts. And, let me know if I can assist with any testing.

Rokair (Jim)

flipzmode 11-20-2009 12:28 PM

Re: [ROM] 11/19/09-0.4 | fresh rom | Built off Updated Sprint Base!
 
Thanks for the information rokair. It's always good to see exactly what steps people are taking so I know where the issues are. I can confirm that I didn't look in to apps2sd or even attempt to get it working in 0.4. I don't use it and my priority was to get the update itself out.

I'm presently working on an apps2sd version and one that people can safely upgrade off of modaco for. I'll PM you if I have anything I need you to test.

stylz3 11-20-2009 12:38 PM

Re: [ROM] 11/19/09-0.4 | fresh rom | Built off Updated Sprint Base!
 
Quote:

Originally Posted by flipzmode (Post 1347069)
You are in recovery (green and black) mode on the phone, right? If you are then that error usually means you have already mounted it. Meaning you can mount once fine, but if you try mounting again you will get device busy. Try continuing on with the commands.

If the rest of the commands won't work then try this:

adb shell [press enter]
cd /system/app [press enter]
ls (that's an L)

Do you see a list of files? If so then it's mounted properly. Exit out of the shell and adb push the files.

Thanks for your Patience. I finally got it working! much thanks.

flipzmode 11-20-2009 03:27 PM

Re: [ROM] 11/19/09-0.4 | fresh rom | Built off Updated Sprint Base!
 
Just to update everyone on fresh 0.5 (not released yet)

- Fixed adb remount
- Fixed coming from Modaco to fresh issues (boot loops and force closes)
- Testing apps2sd right now. So far so good.

Things are looking good. The fixes required me to do a couple of things in command line before it would work, but I'm working on integrating those in to the install script so you don't have to do that.

thacounty 11-20-2009 03:31 PM

Re: [ROM] 11/19/09-0.4 | fresh rom | Built off Updated Sprint Base!
 
Quote:

Originally Posted by flipzmode (Post 1347643)
Just to update everyone on fresh 0.5 (not released yet)

- Fixed adb remount
- Fixed coming from Modaco to fresh issues (boot loops and force closes)
- Testing apps2sd right now. So far so good.

Things are looking good. The fixes required me to do a couple of things in command line before it would work, but I'm working on integrating those in to the install script so you don't have to do that.

I love the daily fixes!! Woot! I have one feature request though. I don't know if you will have to switch lockscreens, but I want the ability to have a transparent bar on my lockcreen like the one that has been ported over. If you could make this an option it would be amazing haha. Thanks in advance!! Good work!

flipzmode 11-20-2009 03:35 PM

Re: [ROM] 11/19/09-0.4 | fresh rom | Built off Updated Sprint Base!
 
Quote:

Originally Posted by thacounty (Post 1347660)
I love the daily fixes!! Woot! I have one feature request though. I don't know if you will have to switch lockscreens, but I want the ability to have a transparent bar on my lockcreen like the one that has been ported over. If you could make this an option it would be amazing haha. Thanks in advance!! Good work!

Freshlyill was working on an entire revamp of the phones theme when the Sprint update came out which changed all the apk's so he's kind of having to start over. lol. I'll send your request his way.

thacounty 11-20-2009 03:38 PM

Re: [ROM] 11/19/09-0.4 | fresh rom | Built off Updated Sprint Base!
 
Quote:

Originally Posted by flipzmode (Post 1347678)
Freshlyill was working on an entire revamp of the phones theme when the Sprint update came out which changed all the apk's so he's kind of having to start over. lol. I'll send your request his way.

Awesome! You guys are making this phone better all the time!!


All times are GMT -4. The time now is 08:59 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0